Annotation of parser3/ChangeLog, revision 1.231
1.231 ! moko 1: 2026-01-09 moko
! 2:
! 3: * src/classes/amqp.C: auto_delete is better false by default
! 4: (related to feature #1288)
! 5:
! 6: * src/classes/amqp.C: more methods bool args fixes, nowait removed
! 7: (related to feature #1288)
! 8:
! 9: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
! 10:
! 11: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
! 12: returns purged messages count (related to feature #1288)
! 13:
! 14: * tests/: 449.html, results/449.processed, results/auto.p: test for
! 15: table size limit added (related to feature #1276)
! 16:
! 17: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
! 18: limit table size; note: for append and insert operations only
! 19: (implements feature #1276)
! 20:
! 21: 2026-01-08 moko
! 22:
! 23: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
! 24: declare_queue = declare; delete_exchange + delete_queue = delete;
! 25: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
! 26: consume can be called without callback with optional $.count(N),
! 27: returns array of messages;
! 28:
! 29: 2026-01-07 moko
! 30:
! 31: * tests/: 448.html, results/448.processed: avoid 500, show
! 32: exception where not supported
! 33:
! 34: * src/include/pa_int.h: warnings war
! 35:
! 36: * tests/: 422.html, results/422.processed: test updated after wide
! 37: int implemented (feature #1273)
! 38:
! 39: * src/main/pa_int.C: warnings war
! 40:
! 41: * src/classes/classes.vcproj: +amqp.C
! 42:
! 43: * src/classes/: int.C, string.C: warnings war
! 44:
! 45: * src/classes/: op.C: warnings war
! 46:
! 47: * src/: classes/op.C, main/pa_int.C: warnings war
! 48:
! 49: * src/types/pa_vdate.h: warnings war
! 50:
! 51: * src/main/pa_int.C: warnings war continues
! 52:
! 53: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
! 54: war
! 55:
! 56: * src/types/pa_vdate.C: reverted, format_double still required here
! 57:
! 58: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
! 59: format_double now supports wint, $math:int_max and $math:int_min
! 60: added, PA_WIDE_INT is finally enabled by default (implements
! 61: feature #1273)
! 62:
! 63: * tests/: 275.html, results/275.processed: preparing tests for int
! 64: extension
! 65:
! 66: * tests/: 424.html, results/424.processed: actualized and prepared
! 67: for wide int
! 68:
! 69: 2026-01-06 moko
! 70:
! 71: * src/: classes/double.C, classes/int.C, classes/string.C,
! 72: include/pa_common.h, include/pa_int.h, include/pa_string.h,
! 73: main/execute.C, main/pa_common.C, main/pa_int.C,
! 74: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
! 75: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
! 76: types/pa_vstring.h: feature #1273 core implementation:
! 77: value::as_wint added, implemented for int/double/string, and used
! 78: where applicable; vint now holds pa_wint type; format_double
! 79: moved to pa_int
! 80:
! 81: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
! 82: pa_int includes tuning, vcproj updated (related to feature #1273)
! 83:
! 84: * src/main/pa_int.C: build fix
! 85:
! 86: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
! 87: added, another preparation for feature #1273
! 88:
! 89: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
! 90: include/pa_types.h, main/pa_int.C, main/pa_string.C,
! 91: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
! 92: moved there, pa_wint and related functions added, another
! 93: preparation for feature #1273
! 94:
1.230 moko 95: 2025-12-17 moko
96:
97: * src/classes/json.C: optimization: String::Empty used and avoided
98: using passed length.
99:
100: 2025-12-16 moko
101:
102: * src/classes/string.C: sync _int with _double, avoid int usage
103: (related to #1273)
104:
1.229 moko 105: 2025-12-08 moko
106:
107: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
108: define added and used for OS X as well
109:
1.228 moko 110: 2025-11-30 moko
111:
112: * configure, configure.ac, src/include/pa_config_auto.h.in,
113: src/include/pa_config_fixed.h: int64_t added in preparation to
114: feature #1273
115:
1.227 moko 116: 2025-11-22 moko
117:
118: * src/classes/amqp.C: delivery_tag changed from string to double
119: (related to feature #1288)
120:
1.226 moko 121: 2025-11-14 moko
122:
123: * src/types/pa_vstatus.C, tests/448.html,
124: tests/results/448.processed: $status:limit-cpu,
125: $status:limit-mem, $status:limit-nproc unlimited support added,
126: test added (related to feature #1280)
127:
128: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
129: $status:limit-mem, $status:limit-nproc added (implements feature
130: #1280)
131:
132: 2025-11-12 moko
133:
134: * tests/results/: 323.processed, 421.processed: tests results
135: updated after amqp class added
136:
1.225 moko 137: 2025-11-08 moko
138:
139: * src/classes/amqp.C: tls support added, errors reporting improved
140: (related to feature #1288)
141:
142: * src/classes/amqp.C: tls support added (related to feature #1288)
143:
144: * src/classes/amqp.C: exceptions text now printed (related to
145: feature #1288)
146:
147: * src/classes/amqp.C: properties hash simplified (related to
148: feature #1288)
149:
150: 2025-11-07 moko
151:
152: * src/classes/amqp.C: consume fixed (related to feature #1288)
153:
154: * src/classes/classes.C: + amqp class
155:
156: * buildall, configure, configure.ac, src/classes/Makefile.am,
157: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
158: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
159: updated for librabbitmq support (relates to feature #1288)
160:
161: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
162: basic RabbitMQ C library (librabbitmq) support (partially
163: implements #1288)
164:
1.224 moko 165: 2025-10-05 moko
166:
167: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
168: reflection.C, string.C: Optimization: valid_options optimized
169: where HashStringValue::Iterator used
170:
171: * tests/results/224.processed: test result updated after date
172: functions updated (related to #1287)
173:
174: 2025-10-04 moko
175:
176: * operators.ru.txt, operators.txt: actualized
177:
178: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
179:
180: * tests/: 447.html, results/447.processed: tests for
181: ^reflection:override[$method] added (related to feature #1286)
182:
183: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
184: added (related to feature #1285)
185:
186: * src/classes/reflection.C:
187: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
188: added (implements feature #1286)
189:
190: * src/main/execute.C: bugfix: when method is attached from another
191: class, it's junction_template is initialized with another class,
192: thus get_vjunction should be used (related to feature #1286)
193:
194: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
195: ^date:iso-string[] - static call now formats current date
196: (implements feature #1287)
197:
198: 2025-10-01 moko
199:
200: * buildall: built-in mailreceive path actualized
201:
1.223 moko 202: 2025-09-01 moko
203:
204: * src/classes/math.C: old compilers support in ^math:eq
205:
206: 2025-08-31 moko
207:
208: * tests/: 446.html, results/446.processed: tests for
209: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
210:
211: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
212: implements #1285)
213:
214: 2025-08-30 moko
215:
216: * operators.ru.txt, operators.txt: actualized
217:
218: * tests/: 230.html, results/230.processed: test for ^file.save
219: $.append(false|true) option added (related to feature #1284)
220:
221: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
222: ^file.save $.append(false|true) option added (implements feature
223: #1284)
224:
1.222 moko 225: 2025-08-16 moko
226:
227: * etc/auto.p.in: LIMIT max_array_size actualized
228:
1.221 moko 229: 2025-08-01 moko
230:
231: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
232: pa_GC_abort_func added and used (implements feature #1283)
233:
234: * src/include/: pa_array.h, pa_config_includes.h:
235: PA_DEBUG_DISABLE_GC mode fixed for sparse array
236:
1.220 moko 237: 2025-07-04 moko
238:
239: * src/main/pa_common.C: typo fixed (related to bug #1282)
240:
241: * src/main/pa_common.C: minor optimization + create_dir_for_file
242: checks for \ (related to bug #1282)
243:
244: 2025-07-03 moko
245:
246: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
247: under Windows (fixes bug #1282)
248:
249: * src/main/pa_common.C: file:delete for UTF-8 files now works under
250: Windows (fixes bug #1282)
251:
252: 2025-06-28 moko
253:
254: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
255: Yavor Doganov <yavor@gnu.org>
256:
257: * src/main/pa_charset.C: typo fixed (related to feature #1281)
258:
259: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
260: compatibility fixed (implements feature #1281)
261:
1.219 moko 262: 2025-05-31 moko
263:
264: * src/main/pa_http.C: old gcc compilation fix (related to feature
265: #1277)
266:
267: 2025-05-28 moko
268:
269: * src/: classes/array.C, include/pa_array.h: last
270: Array_iterator::key() removed (related to feature #1277)
271:
272: 2025-05-27 moko
273:
274: * src/: classes/array.C, classes/table.C, include/pa_array.h,
275: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
276: and used (related to feature #1277)
277:
1.218 moko 278: 2025-05-26 moko
279:
280: * src/: classes/array.C, classes/curl.C, classes/hash.C,
281: classes/hashfile.C, classes/image.C, classes/table.C,
282: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
283: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
284: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
285: VString(const char *avalue) added and used to optimize new
286: VString(*new String(i.key(), String::L_TAINTED)) (related to
287: feature #1277)
288:
289: * src/: classes/array.C, classes/curl.C, classes/file.C,
290: classes/hash.C, classes/image.C, classes/json.C,
291: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
292: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
293: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
294: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
295: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
296: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
297: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
298: types/pa_vxnode.C: implements feature #1277 String::Body(const
299: char *abody) now explicit but HashString::put(const char *str, V
300: value) added for simplicity optimizations: HASH_PUT_CSTR used
301: where hash.put called several time during execution; caching
302: String::Body::uitoa used at all pash.put(<uint> calls.
303:
304: 2025-05-25 moko
305:
306: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
307: to feature #1277)
308:
309: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
310:
311: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
312: added for caching (related to feature #1277)
313:
314: * src/include/pa_string.h: optimized String:pos versions added
315: (without language + char *) (related to feature #1277)
316:
317: 2025-05-24 moko
318:
319: * tests/: 445.html, results/445.processed: test for
320: ^hash.array[[keys|values]] added (related to feature #1274)
321:
322: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
323: feature #1274)
324:
1.217 moko 325: 2025-01-26 moko
326:
327: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
328:
1.216 moko 329: 2025-01-25 moko
330:
331: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
332:
333: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
334: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
335: autoheader && automake && autoconf
336:
337: * src/lib/ltdl/configure.ac: new autotools used
338:
339: * acsite.m4, configure.ac: new autotools warnings fixed
340:
1.213 moko 341: 2025-01-10 moko
342:
1.215 moko 343: * tests/results/320.processed: test result updated after syslog
344: added
345:
1.214 moko 346: * src/classes/op.C: minor MSVC fixes
347:
348: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
349:
1.213 moko 350: * operators.ru.txt, operators.txt: +
351: ^syslog[ident;message[;info|warning|error|debug]]
352:
353: * src/classes/op.C: +
354: ^syslog[ident;message[;info|warning|error|debug]] (implelents
355: feature #1270)
356:
357: * configure, configure.ac, src/include/pa_config_auto.h.in,
358: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
359:
360: 2025-01-06 moko
361:
362: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
363: 2^n) calculated and used
364:
365: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
366: https://www.hadrons.org/software/libmd/
367:
1.212 moko 368: 2024-12-28 moko
369:
370: * tests/httpd/run_tests.sh: for FreeBSD compatibility
371:
372: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
373: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
374: $request:uri and $request:path tests added (related to feature
375: #1269)
376:
377: * operators.ru.txt, operators.txt: + $request:path documented
378: (related to feature #1269)
379:
380: * tests/: 065.html, results/065.processed: $request:path,
381: $request:uri tested
382:
383: * src/types/pa_vrequest.C: $request:path default is empty string to
384: match an empty URI in console mode (related to feature #1269)
385:
386: * etc/auto.p.in: $request:path used (related to feature #1269)
387:
388: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
389: (implements feature #1269)
390:
391: 2024-12-26 moko
392:
393: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
394: 3.5.0
395:
396: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
397: pa-include/pa_errno.h, pa-include/pa_file_info.h,
398: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
399: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
400: pa_strcat
401:
402: * tests/results/223.processed: apache upgraded @parser.ru
403:
404: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
405: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
406: pa-include/pa_errno.h, pa-include/pa_file_info.h,
407: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
408: pa-include/pa_strings.h: sdbm updated from version included in
409: apache 2.0.43 to version included in apache 2.0.65
410:
411: 2024-12-24 moko
412:
413: * etc/auto.p.in: to avoid patching Debian package
414:
415: * src/main/: pa_exec.C, pa_http.C: final fixes for
416: --with-build-warnings (dangling-reference warnings can be
417: ignored)
418:
419: 2024-12-23 moko
420:
421: * src/: classes/file.C, classes/hash.C, classes/op.C,
422: include/pa_common.h, main/pa_http.C, main/pa_request.C,
423: types/pa_vcookie.C, types/pa_vform.C: more fixes for
424: --with-build-warnings
425:
426: * src/: classes/date.C, classes/inet.C, classes/op.C,
427: classes/reflection.C, include/pa_array.h,
428: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
429: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
430: --with-build-warnings
431:
1.211 moko 432: 2024-12-21 moko
433:
434: * Makefile.am: +operators.ru.txt
435:
436: * operators.ru.txt, operators.txt: typo fixed
437:
438: 2024-12-20 moko
439:
440: * operators.txt: whitespace synced
441:
442: * operators.ru.txt, operators.txt: curl added
443:
444: * operators.ru.txt, operators.txt: logically sorted
445:
446: * operators.ru.txt: id added
447:
448: * operators.txt: ID added
449:
450: * operators.txt: translated
451:
452: * operators.ru.txt, operators.txt: operators.txt translated to
453: english, synced format with operators.ru.txt
454:
455: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
456: formatted
457:
458: * operators.ru.txt, operators.txt: formatted, actualized, oracle
459: info moved to separate file
460:
461: 2024-12-19 moko
462:
463: * src/targets/cgi/parser3.C: avoid parser version requests logging
464: in parser3.log
465:
466: 2024-12-18 moko
467:
468: * buildall: preventing --with-system-mailreceive linking with
469: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
470: to feature #1199)
471:
1.210 moko 472: 2024-12-16 moko
473:
1.211 moko 474: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 475:
476: * src/classes/table.C: exception text fixed
477:
478: 2024-12-15 moko
479:
480: * tests/: 102.html, results/102.processed: tests updated after
481: $form:fields not editable again (related to feature #1254)
482:
483: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
484: be edited (related to feature #1254)
485:
486: * src/types/pa_vform.C: reverted that
487: $form:fields/tables/files/imap can be edited (related to feature
488: #1254) for backward compatibility
489:
490: 2024-12-14 moko
491:
1.211 moko 492: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 493:
494: * tests/results/auto.p: avoid $mac execution unless on OS X
495:
496: * tests/388-sql.html: more OS support
497:
498: 2024-12-13 moko
499:
500: * tests/388-sql.html: sql tests under OS X now fixed
501:
502: * tests/results/auto.p: curl test under OS X now works
503:
504: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
505: no dll name under Windows, hiding
506:
507: * tests/: 379-curl.html, results/379-curl.processed: some curl
508: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
509:
510: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
511: 389.html, results/030.processed, results/212.processed,
512: results/219.processed, results/273.processed,
513: results/320.processed, results/346-curl.processed,
514: results/389.processed, results/auto.p: ^try-catch-filtered added
515: and used
516:
517: * tests/: 347-curl.html, results/347-curl.processed: support for
518: different error messages
519:
520: * src/classes/curl.C: several curl libraries supported,
521: ^curl:options[ $.library[] ] resets to default
522:
523: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
524: removed as depends on curl version
525:
526: * tests/results/: 223-curl.processed, 394-curl.processed: curl
527: fixed bug with \n in file names, test result updated
528:
529: * tests/388-sql.html: +libmysqlclient.so
530:
531: * etc/auto.p.in: +libmariadb
532:
533: 2024-12-12 moko
534:
535: * tests/: 388-sql.html, results/429-sql.processed: test results
536: updated after test changed
537:
538: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
539: for newer MariaDB compatibility
540:
541: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
542: results/429-sql.processed: key -> id for new MariaDB
543: compatibility
544:
545: * src/types/pa_vmethod_frame.h: warning war
546:
547: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
548: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
549: including for Debian package
550:
551: 2024-12-11 moko
552:
553: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
554: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
555: $status:log-filename added (related to feature #1262)
556:
557: * tests/: 440.html, results/440.processed: test for row is checked
558: before accessing when table is modified during select (related to
559: bug #1258)
560:
561: * src/: classes/table.C, include/pa_table.h: row should be checked
562: before accessing as table can be modified during select (related
563: to bug #1258)
564:
565: * src/types/pa_vmail.C: $mail:received tables -> elements array
566: (related to feature #1226)
567:
568: * src/: classes/file.C, classes/image.C, classes/table.C,
569: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
570: better messages (related to feature #1267)
571:
572: * tests/results/: 065.processed, 246.processed, 337.processed,
573: 342.processed, 352.processed, 356.processed, 364.processed,
574: 372.processed, 373.processed, 389.processed, 404.processed,
575: 406.processed, 414.processed, 430.processed, 432.processed,
576: 442.processed: tests updated after params.as_string error
577: reporting was improved (related to feature #1267)
578:
579: * src/classes/reflection.C: error messages optimized (related to
580: feature #1267)
581:
582: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
583: error reporing for params.as_* (related to feature #1267)
584:
585: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
586: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
587: #1267)
588:
589: * tests/results/: 246.processed, 414.processed, 432.processed:
590: tests updated after params.as_string error reporting was improved
591: (related to feature #1267)
592:
593: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
594: reporing for params.as_string (implements feature #1267)
595:
596: * tests/: 065.html, results/065.processed: tests for file methods
597: accepting file as filename added (related to feature #1265)
598:
599: * src/: classes/file.C, include/pa_exception.h,
600: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
601: methods now accept file as path specification (adopted Sumo patch
602: implements feature #1265)
603:
604: * tests/: 400.html, results/400.processed: tests for result
605: optimization "locks" after first method call (related to feature
606: #1266)
607:
608: 2024-12-10 moko
609:
610: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
611: result_optimization comments (related to feature #1266)
612:
613: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
614: $result now stored in my_result, not in local variables hash
615: (implements feature #1266)
616:
1.209 moko 617: 2024-12-09 moko
618:
1.210 moko 619: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
620: set_my_variable in preparation for $result optimization (related
621: to feature #1266)
622:
1.209 moko 623: * tests/results/119.processed: newline corrected for some OS
624:
625: * tests/: 441.html, results/441.processed: Debian-specific test
626: commented
627:
628: * buildall: pcre2 10.42 -> 10.44
629:
630: 2024-12-08 moko
631:
632: * buildall: external links fixed
633:
634: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
635:
636: * src/include/pa_table.h: some clang versions compilation fix
637:
638: * configure.ac: 3.4.7b -> 3.5.0rc
639:
640: 2024-12-07 moko
641:
642: * tests/: 443.html, 444.html, results/443.processed,
643: results/444.processed: tests for named params (related to feature
644: #1205)
645:
646: * src/: classes/reflection.C, types/pa_method.h: named_params
647: support in reflection (related to feature #1205)
648:
649: * src/types/pa_vmethod_frame.h: extra_params and named params
650: should be also inited in ^method[] call (related to feature
651: #1205)
652:
653: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
654: support using @method[arg;.named_arg;.named_arg2] syntax
655: (implements feature #1205)
656:
657: * tests/: 443.html, results/443.processed: test for *args inited
658: added (related to bug #1264)
659:
660: * src/types/pa_vmethod_frame.h: *args are now inited even if not
661: specified (fixes bug #1264)
662:
663: * tests/: 442.html, results/442.processed: tests for
664: params.as_file_name(N) with empty file name added (related to
665: feature #1121)
666:
667: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
668: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
669: include/pa_exception.h, types/pa_vmethod_frame.h:
670: params.as_file_name(N) added and used instead of
671: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
672: (implements feature #1121)
673:
674: * src/: classes/file.C, classes/image.C, classes/op.C,
675: classes/table.C, include/pa_exception.h: filename is everywhere
676: params.as_string, unify exception and remove
677: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
678:
679: * tests/: 141.html, results/141.processed: test for
680: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
681: to feature #1263)
682:
683: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
684: $.format[file] ] now supported (implements feature #1263)
685:
686: 2024-12-06 moko
687:
688: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
689: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
690: (cgi/console/mail/httpd/apache/isapi) added (related to feature
691: #1262)
692:
693: 2024-12-05 moko
694:
695: * src/targets/cgi/parser3.C: more correct arguments processing to
696: block -fl config.file log.file logic (related to feature #1262)
697:
698: 2024-12-04 moko
699:
700: * src/targets/cgi/parser3.C: now only one log location is selected
701: and tried. -l - supported for stderr specification (related to
702: feature #1262)
703:
704: 2024-12-03 moko
705:
706: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
707: results/010.processed, results/415.processed: tests for
708: $.(expression)[value], $a.(expression), ^v.(expression)[args]
709: added (related to feature #1064)
710:
711: * src/main/compile.y: $.(expression)[value], $a.(expression),
712: ^v.(expression)[args] now supported (implements feature #1064)
713:
714: 2024-12-02 moko
715:
716: * src/targets/cgi/parser3.C: -l /path/to/log options added
717: (implements feature #1262)
718:
1.208 moko 719: 2024-12-01 moko
720:
721: * tests/: 010.html, results/010.processed: some tests related to
722: bug #1149 added
723:
724: * src/main/compile.y: the check pc.pos.col > 1 is not required
725: because we can't be here without a '$' before. The begin == end
726: check was incorrect since $[a]{b} fits this condition (fixes bug
727: #1149)
728:
729: 2024-11-29 moko
730:
731: * src/classes/array.C: warning war
732:
733: 2024-11-26 moko
734:
735: * tests/: 441.html, results/441.processed: a bit more testing
736: (related to bug #1238)
737:
738: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
739:
740: * src/main/pa_exec.C: simplification arg_quote added (related to
741: bug #1229)
742:
1.207 moko 743: 2024-11-25 moko
744:
745: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
746: bug #1239)
747:
748: 2024-11-24 moko
749:
750: * src/main/pa_exec.C: added cmd.exe specific
751:
752: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
753: tests for ^file::exec env and args tainting tests (related to bug
754: #1239)
755:
756: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
757:
758: * src/include/pa_config_includes.h: added recommendations for
759: libxslt.a and and libexslt.a compilation under cygwin
760:
761: * tests/results/102.processed: $form:fields.value is now writable,
762: as $form:value (related to feature #1254)
763:
764: * src/include/pa_config_includes.h: cigwin compilation fixes
765:
766: 2024-11-23 moko
767:
768: * tests/httpd/site/run_server.sh: to simplify testing
769:
770: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
771: site/form.html: $form:files and $form:elements tests added, tests
772: with curl supported (related to feature #1254)
773:
774: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
775: types/pa_vform.h: $form:elements implemented, VForm::get_element
776: uses faster SYMBOLS_EQ, hashes no longer copied when using
777: $form:fields/tables/files/imap and can be edited (implements
778: feature #1254)
779:
780: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
781: bug #1261)
782:
1.206 moko 783: 2024-11-17 moko
784:
785: * tests/: 440.html, results/440.processed: tests for
786: ^table.array[], offset restoration, iterators robust tests
787: (related to bug #1258, features #1259 and #1260)
788:
789: * tests/: 439.html, results/439.processed: array and hash iterators
790: robust tests (related to feature #1260)
791:
792: * src/: classes/array.C, classes/table.C, include/pa_array.h,
793: include/pa_table.h: Array_robust_iterator added and used in cases
794: where array can be modified during iteration (implements feature
795: #1260)
796:
797: * src/classes/table.C: ^table.array[], ^table.array[column name],
798: ^table.array{code} added (implements feature #1259)
799:
800: 2024-11-16 moko
801:
802: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
803: table current row restoration after exception and table changes
804: (fixes bug #1258)
805:
806: 2024-11-13 moko
807:
808: * src/classes/table.C: minor optimization
809:
810: * src/main/pa_string.C: \r added to default ^string.trim chars list
811: (https://www.parser.ru/forum/?id=86648)
812:
1.205 moko 813: 2024-11-11 moko
814:
1.206 moko 815: * src/classes/classes.C: set_base commented
816:
817: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
818: deleted
819:
820: * src/classes/classes.vcproj: no more classes.awk and classes.inc
821:
822: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
823: classes.inc
824:
825: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
826: main/pa_globals.C: classes.awk is useless, preparing to delete it
827:
1.205 moko 828: * src/classes/classes.h: temp fix
829:
830: 2024-11-10 moko
831:
832: * src/: classes/date.C, classes/file.C, classes/image.C,
833: classes/op.C, main/pa_string.C: minor optimization
834:
835: * src/: classes/date.C, classes/file.C, classes/image.C,
836: classes/op.C, main/pa_string.C: typo fixed
837:
838: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
839: classes/file.C, classes/image.C, classes/op.C,
840: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
841: memory allocation befor main(). Only 3 allocations in chatsets
842: left (implements feature #1257)
843:
844: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
845: minor naming convention fix
846:
847: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
848: results/436.processed, results/437.processed,
849: results/438.processed: tests for @unhandled_exception processing
850: (related to feature #1256)
851:
852: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
853: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
854: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
855: are now processed in request::core for correct logging and
856: reporting (feature #1256)
857:
858: * src/: include/pa_sapi.h, main/pa_request.C,
859: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
860: targets/isapi/parser3isapi.C: unhandled exception now called if
861: exception occures during $response:download processing (related
862: to bug #1255)
863:
864: * etc/auto.p.in: better 404 error reporting
865:
866: 2024-11-09 moko
867:
868: * src/main/pa_memory.C: more detailed usage comment
869:
870: * src/main/pa_memory.C: usage commented
871:
872: * src/main/pa_memory.C: minor cleanup
873:
874: * src/types/: pa_varray.h, pa_vregex.h: warnings war
875:
876: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
877: httpd/site/029.html, results/436.processed: test for exception in
878: $response:download[] added
879:
880: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
881: and avoid exit status 1 on die
882:
883: * tests/results/: 007.processed, 019.processed, 098.processed,
884: 103.processed, 233.processed: windows headers matter for binary
885: files
886:
887: * tests/httpd/ok.log: tests results updated as extra headers now
888: cleared on error (related to bug #1255)
889:
890: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
891: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
892: targets/isapi/parser3isapi.C: headers buffering to avoid extra
893: headers in errors, custom send_error in cgi/httpd mode to avoid
894: memory allocations (fixes bug #1255)
895:
896: 2024-11-07 moko
897:
898: * tests/: 264.html, results/264.processed: tests updated to test
899: removal of only trailing empty arguments for backward
900: compatibility (related to feature #1252)
901:
902: * src/classes/file.C: remove trailing empty arguments for backward
903: compatibility (related to feature #1252)
904:
905: 2024-11-05 moko
906:
907: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
908: low memory case, when static initialization failed even before
909: main() start
910:
911: 2024-11-04 moko
912:
913: * configure, src/include/pa_config_auto.h.in,
914: src/include/pa_config_fixed.h: _locking no longer used
915:
916: * configure.ac: _locking no longer used (related to bug #1231)
917:
918: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
919:
920: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
921:
922: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
923: unused
924:
925: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
926: be used on locking errors (related to bug #1231)
927:
928: * src/main/pa_os.C: GetLastError used as errno is not set (related
929: to bug #1231)
930:
931: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
932: allowing shared lock to work (fixes bug #1231)
933:
934: * INSTALL: actualized, minor fixes
935:
936: * etc/auto.p.in: default LIMITS added
937:
938: * AUTHORS: links actualized
939:
940: * src/: classes/array.C, classes/bool.C, classes/classes.C,
941: classes/classes.awk, classes/classes.h, classes/curl.C,
942: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
943: classes/hash.C, classes/hashfile.C, classes/image.C,
944: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
945: classes/math.C, classes/memcached.C, classes/memory.C,
946: classes/op.C, classes/reflection.C, classes/regex.C,
947: classes/response.C, classes/string.C, classes/table.C,
948: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
949: include/pa_array.h, include/pa_base64.h,
950: include/pa_cache_managers.h, include/pa_charset.h,
951: include/pa_charsets.h, include/pa_common.h,
952: include/pa_config_fixed.h, include/pa_config_includes.h,
953: include/pa_dictionary.h, include/pa_dir.h,
954: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
955: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
956: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
957: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
958: include/pa_request_charsets.h, include/pa_request_info.h,
959: include/pa_sapi.h, include/pa_socks.h,
960: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
961: include/pa_stack.h, include/pa_string.h,
962: include/pa_stylesheet_connection.h,
963: include/pa_stylesheet_manager.h, include/pa_symbols.h,
964: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
965: include/pa_uue.h, include/pa_xml_exception.h,
966: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
967: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
968: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
969: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
970: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
971: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
972: main/compile.tab.C, main/compile.y, main/compile_tools.C,
973: main/compile_tools.h, main/execute.C, main/pa_base64.C,
974: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
975: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
976: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
977: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
978: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
979: main/pa_sql_driver_manager.C, main/pa_string.C,
980: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
981: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
982: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
983: main/untaint.C, sql/pa_sql_driver.h,
984: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
985: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
986: targets/isapi/parser3isapi.C, types/pa_junction.h,
987: types/pa_method.h, types/pa_property.h, types/pa_value.C,
988: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
989: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
990: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
991: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
992: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
993: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
994: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
995: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
996: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
997: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
998: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
999: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1000: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1001: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1002: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1003: types/pa_vresponse.C, types/pa_vresponse.h,
1004: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1005: types/pa_vstateless_object.h, types/pa_vstatus.C,
1006: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1007: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1008: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1009: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1010: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1011:
1.203 moko 1012: 2024-10-28 moko
1013:
1.204 moko 1014: * src/classes/array.C: avoid invalidate()
1015:
1016: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1017: fused to survive in ^array::copy[$a] (related to feature #930)
1018:
1019: * src/types/pa_varray.h: minor optimization as last element is
1020: allways defined if present
1021:
1.203 moko 1022: * tests/: 435.html, results/435.processed: tests for
1023: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1024: for array added (related to feature #1253)
1025:
1026: * src/classes/array.C: typo fixed
1027:
1028: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1029: ^hash.set([-+]index)[value], and same for array added (implements
1030: feature #1253)
1031:
1032: * tests/results/: 246.processed, 298.processed, 342.processed,
1033: 389.processed, 397.processed, 430.processed, 432.processed: tests
1034: results update after minor exceptions texts fixes
1035:
1036: 2024-10-27 moko
1037:
1038: * src/: classes/array.C, classes/hash.C, classes/math.C,
1039: classes/reflection.C, classes/string.C, classes/table.C,
1040: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1041: types/pa_vmethod_frame.h: handy as_index() added, several
1042: exceptions texts fixed (related to feature #930)
1043:
1044: * src/: classes/array.C, types/pa_varray.h: non-working
1045: $array.fields removed, ^array.delete[index] supported (related to
1046: feature #930)
1047:
1048: * tests/: 431.html, results/431.processed: tests updated after
1049: ^a.delete[3] supported
1050:
1051: * tests/: 431.html, 434.html, results/434.processed: tests for last
1052: element used, push/pop, exceptions during arguments processing
1053: and used caching (related to feature #930)
1054:
1055: * src/: classes/array.C, types/pa_varray.h: change_used added for
1056: better used caching and now no issues if exception occures during
1057: append arguments processing (related to feature #930)
1058:
1059: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1060: ^array.pop[] added, last element is allways used (related to
1061: feature #930)
1062:
1063: 2024-10-26 moko
1064:
1065: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1066: types/pa_varray.h: confirm_all_used added where possible (related
1067: to feature #930)
1068:
1069: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1070: small array optimizations (related to feature #930)
1071:
1072: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1073:
1074: * tests/: 431.html, results/431.processed: test for
1075: ^array.compact[undef] added
1076:
1077: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1078: argument to also compact undefined elements (related to feature
1079: #930)
1080:
1081: 2024-10-24 moko
1082:
1083: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1084: VArray::hash is used rarery, no longer caching the result
1085:
1086: * tests/results/432.processed: testing removed from tests
1087:
1088: 2024-10-23 moko
1089:
1090: * tests/: 431.html, results/431.processed: ^array.compact[] test
1091: added
1092:
1093: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1094:
1095: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1096: both "solid" and "sparse" arrays
1097:
1098: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1099:
1100: 2024-10-22 moko
1101:
1102: * tests/results/264.processed: spelling
1103:
1104: * src/classes/file.C: spelling
1105:
1106: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1107: tests updated after ^file::exec[cmd;;$array] implemented and
1108: empty arguments not skipped (related to feature #1252)
1109:
1110: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1111: (implements feature #1252) bugfix: empty arguments no longer
1112: skipped
1113:
1.205 moko 1114: 2024-10-21 moko
1115:
1116: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1117: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1118: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1119: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1120: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1121: site/index.html, site/test.txt: httpd tests added
1122:
1.202 moko 1123: 2024-10-20 moko
1124:
1125: * src/classes/string.C: warnings war
1126:
1127: * src/: main/pa_string.C, classes/array.C: warnings war
1128:
1129: * src/classes/json.C: warnings war
1130:
1131: * src/classes/image.C: warnings war
1132:
1133: * src/: classes/table.C, types/pa_varray.C: warnings war
1134:
1135: * src/classes/array.C: warning war
1136:
1137: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1138:
1139: * src/main/main.vcproj: warnings war
1140:
1141: 2024-10-19 moko
1142:
1143: * tests/427.html: test updated after constructors renamed
1144:
1145: 2024-10-18 moko
1146:
1147: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1148: results/421.processed, results/430.processed,
1149: results/431.processed: test updated after constructors renamed
1150:
1151: * src/classes/array.C: create -> copy, new -> create according to
1152: https://www.parser.ru/forum/?id=86603 discussion (related to
1153: feature #930)
1154:
1155: 2024-10-16 moko
1156:
1157: * src/classes/json.C: $json:array[array or hash] added to provide
1158: more backward compatibility (implements feature #1251)
1159:
1160: 2024-10-15 moko
1161:
1162: * tests/: 421.html, results/421.processed: test results updated
1163: after missing constuctor error check added and array is_index
1164: check added
1165:
1166: * src/main/execute.C: absent constructor message fixed
1167:
1.201 moko 1168: 2024-10-13 moko
1169:
1170: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1171: with is_index() before calling index() for better error reporting
1172: in method name typo (was invalid number, not method not found
1173: exception).
1174:
1175: 2024-10-08 moko
1176:
1177: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1178:
1179: * src/include/pa_array.h: warnings war
1180:
1.200 moko 1181: 2024-10-05 moko
1182:
1183: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1184: returns current row cells array (implements feature #1250)
1185:
1186: * tests/: 405.html, results/169.processed, results/405.processed:
1187: tests updated after ^string.split[;a] implemented (related to
1188: feature #1249)
1189:
1190: * src/classes/string.C: ^string.split[] - 'a' option added for
1191: splitting into an array (implements feature #1249)
1192:
1193: 2024-10-04 moko
1194:
1195: * tests/: 431.html, results/431.processed: final code coverage
1196: array tests
1197:
1198: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1199: array: confirm_all_used() added and used where possible, expand()
1200: now expends faster
1201:
1202: 2024-10-03 moko
1203:
1204: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1205:
1206: * tests/: 256.html, results/256.processed: test for
1207: $.date[unix-timestamp] handling large dates
1208:
1209: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1210: classes/string.C, classes/table.C, include/pa_common.h,
1211: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1212: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1213: format replaced with pa_uitoa where applicable,
1214: $.date[unix-timestamp] fixed for handling large dates
1215:
1216: * tests/: 433.html, results/433.processed: more tests, including
1217: test for possible endless recursion in ^o.GET[]
1218:
1219: * src/types/pa_vobject.C: bugfix: detecting possible endless
1220: recursion in get_scalar_value inside ^o.GET[]
1221:
1222: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1223: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1224: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1225: $LIMITS.max_recursion
1226:
1227: 2024-10-02 moko
1228:
1229: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1230: results/253.processed, results/287.processed,
1231: results/430.processed, results/433.processed: more tests for full
1232: array and json code coverage
1233:
1234: * tests/: 433.html, results/433.processed: tests for hash functions
1235: with array param
1236:
1237: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1238:
1239: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1240: in 246.html used to test ^array.at, same result produced
1241:
1242: * tests/: 430.html, 431.html, results/430.processed,
1243: results/431.processed: more array tests for 100% code coverage
1244: (related to feature #930)
1245:
1246: * tests/: 427.html, 430.html, results/427.processed,
1247: results/430.processed: first portion of array tests added
1248: (related to feature #930)
1249:
1250: * src/classes/array.C: allow only whitespace string as argument for
1251: add and join
1252:
1253: * src/classes/array.C: add behavour for array synced with hash
1254:
1255: 2024-09-30 moko
1256:
1257: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1258: tests added
1259:
1260: * src/classes/array.C: $.distinct should not be used unless
1261: $.sparse(true)
1262:
1263: * tests/: 429-sql.html, results/388-sql.processed,
1264: results/429-sql.processed: tests for ^array::sql{}, including
1265: multi_statements mode (related to feature #930)
1266:
1.199 moko 1267: 2024-09-29 moko
1268:
1269: * src/classes/array.C: synced ^array::sql multi_statements logic
1270: with ^hash::sql new behavour
1271:
1272: 2024-09-28 moko
1273:
1274: * tests/: 428-sql.html, results/388-sql.processed,
1275: results/428-sql.processed: tests updated after column names were
1276: fixed in multi_statements mode (related to feature #1197)
1277:
1278: * src/classes/hash.C: column names are fixed for most cases in
1279: multi_statements mode (related to feature #1197)
1280:
1281: * tests/: 428-sql.html, results/195.processed,
1282: results/224.processed, results/239.processed,
1283: results/254.processed, results/261.processed,
1284: results/306.processed, results/333.processed,
1285: results/341.processed, results/343.processed,
1286: results/344.processed, results/348.processed,
1287: results/364.processed, results/389.processed,
1288: results/390.processed, results/415.processed,
1289: results/420.processed, results/421.processed: tests results
1290: updated after error messages spelling minor fixes
1291:
1292: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1293: spelling
1294:
1295: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1296: classes/image.C, classes/math.C, classes/string.C,
1297: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1298: main/execute.C, main/pa_charset.C, main/pa_common.C,
1299: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1300: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1301: types/pa_vmail.C, types/pa_vobject.C,
1302: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1303: types/pa_vxdoc.C: minor error messages spelling fixes
1304:
1305: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1306: implementation (related to feature #930)
1307:
1308: * tests/: 388-sql.html, results/388-sql.processed: test results
1309: updated after rows number ^file::sql{} check added
1310:
1311: * src/classes/file.C: rows number now checked in ^file::sql{}
1312:
1313: * tests/: 428-sql.html, results/428-sql.processed: more tests
1314:
1315: * tests/: 428-sql.html, results/428-sql.processed: more
1316: multi_statements testing before bugfix
1317:
1318: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1319: results/428-sql.processed: support for multiple sql test files
1320: added
1321:
1322: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1323:
1324: * src/classes/hash.C: more accurate one_bool_column processing
1325:
1326: * tests/: 427.html, results/427.processed: Constructors as methods
1327: behavour documented in test
1328:
1329: * src/classes/hash.C: HashStringValue::Iterator used for options
1330:
1331: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1332:
1333: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1334: testing
1335:
1336: * tests/results/367-curl.processed: test result updated after
1337: server charset changed
1338:
1339: * tests/results/347-curl.processed: error messages updated
1340:
1341: * tests/results/: 346-curl.processed, 379-curl.processed,
1342: 394-curl.processed: tests results updated after Type -> Exception
1343: type replacement
1344:
1345: * tests/results/388-sql.processed: tests result updated after Type
1346: -> Exception type
1347:
1348: 2024-09-27 moko
1349:
1350: * src/classes/hash.C: minor simplification
1351:
1352: 2024-09-24 moko
1353:
1354: * src/main/pa_string.C: atoui error messages improved
1355:
1356: * tests/: 165.html, 312.html, results/165.processed,
1357: results/312.processed, results/379.processed: tests updated after
1358: default endless loop limit increased, atoi error messages
1359: improved
1360:
1361: * src/classes/hash.C: VBool::get used, unification
1362:
1.198 moko 1363: 2024-09-22 moko
1364:
1365: * src/classes/array.C: minor simplification
1366:
1367: * src/classes/array.C: ^array.left(N),
1368: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1369:
1370: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1371: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1372: added, default 1000000 (related to feature #930)
1373:
1374: * tests/: 426.html, results/426.processed: test for negative limit
1375: and offset processing for table options added
1376:
1377: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1378: bugfix: negative limit and offset processing for table options
1379: fixed
1380:
1381: 2024-09-21 moko
1382:
1383: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1384: ^for added that also iterates holes; ^remove added (related to
1385: feature #930)
1386:
1387: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1388: $.offset(M) ] added (related to feature #930)
1389:
1390: 2024-09-20 moko
1391:
1392: * src/: classes/array.C, types/pa_varray.h: array:
1393: +foreach[value]{code}, + add[hash with numeric keys] (related to
1394: feature #930)
1395:
1396: 2024-09-19 moko
1397:
1398: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1399: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1400: support $a[v1;v2;...] syntax (related to feature #930)
1401:
1402: 2024-09-17 moko
1403:
1404: * src/: classes/reflection.C, include/pa_request.h,
1405: main/compile_tools.h, main/pa_request.C:
1406: ^reflection:class_alias[existing class name;alias class name]
1407: added. The array class can now be redefined regardless of the
1408: $.replace(bool) option value (related to feature #930)
1409:
1410: * src/main/: compile.y, compile_tools.h: class_add return value
1411: inverted to add it to request class
1412:
1413: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1414: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1415: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1416: resize if required. spared array - added fused, append.
1417:
1.197 moko 1418: 2024-09-16 moko
1419:
1420: * src/types/pa_varray.h: get moved to where it belongs
1421:
1422: 2024-09-15 moko
1423:
1424: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1425: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1426:
1427: * tests/: 421.html, results/323.processed, results/421.processed:
1428: tests updated after 'spared-array' class renamed to 'array'
1429: following a discussion on the forum (related to feature #930)
1430:
1431: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1432: types/pa_vmail.C: initial SparseArray separation from Array,
1433: parser class now 'array'
1434:
1435: 2024-09-14 moko
1436:
1437: * tests/: 030.html, results/030.processed: out of range expires
1438: check added
1439:
1440: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1441: checking expires time using VDate
1442:
1443: 2024-09-13 moko
1444:
1445: * src/: classes/array.C, classes/curl.C, classes/date.C,
1446: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1447: classes/memcached.C, classes/op.C, classes/regex.C,
1448: classes/string.C, classes/xdoc.C, classes/xnode.C,
1449: main/execute.C, main/pa_http.C, main/pa_request.C,
1450: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1451: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1452: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1453: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1454: removed as dynamic_cast is faster, Value::is() is still required
1455: for is operator.
1456:
1457: 2024-09-12 moko
1458:
1459: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1460: classes/table.C, classes/xnode.C, include/pa_array.h,
1461: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1462: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1463: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1464: templated pa_itoa/pa_uitoa added to work with any integer type,
1465: String::Body::Format removed
1466:
1467: 2024-09-10 moko
1468:
1469: * src/classes/array.C: append and insert methods added to
1470: sparse-array (related to feature #930)
1471:
1472: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1473: tests updated after sparse-array was added to avoid ^json:parse[]
1474: using it in old tests (related to feature #930)
1475:
1476: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1477: types/pa_varray.h: sparse-array class added (initial feature #930
1478: implementation)
1479:
1480: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1481: for sparse-array class files (related to feature #930)
1482:
1483: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1484: types/pa_vhash.h: VArray support functions without actual VArray
1485: files (related to feature #930)
1486:
1.196 moko 1487: 2024-09-07 moko
1488:
1489: * src/: classes/curl.C, classes/string.C, classes/table.C,
1490: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1491: main/pa_http.C, main/pa_sql_driver_manager.C,
1492: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1493: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1494: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1495: with Hash::Iterator, has_next() replaced with operator bool
1496: (related to feature #930)
1497:
1498: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1499: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1500: types/pa_vstateless_class.C: Array class extended,
1501: Array::Iterator added and used (related to feature #930)
1502:
1.195 moko 1503: 2024-08-26 moko
1504:
1505: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1506: should be used on argv[0] as well to match document root.
1507:
1.194 moko 1508: 2024-08-25 moko
1509:
1510: * src/main/pa_request.C: be more specific
1511:
1512: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1513: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1514: (fixes bug #1244)
1515:
1516: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1517: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1518: rsplit(..., '\\') is not correct when / and \ are mixed in path
1519:
1520: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1521:
1.193 moko 1522: 2024-07-24 moko
1523:
1524: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1525: main/execute.C, main/pa_string.C: Warning war: clang changed
1526: -Wdeprecated-register warning to -Wregister, it's easier to
1527: remove all register vars then continue this fight. :)
1528:
1529: * src/main/: compile.y, compile.tab.C: warning war: register
1530: removed
1531:
1.192 moko 1532: 2024-07-14 moko
1533:
1534: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1535: checking the HTTP request environment; if the variable is not
1536: present, checking the web server process environment (implements
1537: feature #1242)
1538:
1.191 moko 1539: 2024-05-26 moko
1540:
1541: * tests/: 195.html, 229.html, results/096.processed,
1542: results/097.processed, results/158.processed,
1543: results/186.processed, results/273.processed,
1544: results/293.processed, results/317.processed,
1545: results/389.processed, results/402.processed: tests updated as
1546: single quote now escaped with ' in HTML tainting mode
1547: (related to feature #1241)
1548:
1549: * src/main/untaint.C: single quote now escaped with ' in HTML
1550: tainting mode (implements feature #1241)
1551:
1552: * tests/results/: 020.processed, 021.processed, 026.processed,
1553: 042.processed, 043.processed, 057.processed, 110.processed,
1554: 115.processed, 116.processed, 117.processed, 118.processed,
1555: 119.processed, 120.processed, 125.processed, 126.processed,
1556: 128.processed, 130.processed, 131.processed, 132.processed,
1557: 133.processed, 135.processed, 136.processed, 138.processed,
1558: 139.processed, 140.processed, 145.processed, 150.processed,
1559: 151.processed, 165.processed, 174.processed, 181.processed,
1560: 182.processed, 192.processed, 193.processed, 201.processed,
1561: 213.processed, 224.processed, 226.processed, 230.processed,
1562: 239.processed, 240.processed, 244.processed, 253.processed,
1563: 254.processed, 261.processed, 264.processed, 269.processed,
1564: 274.processed, 275.processed, 288.processed, 294.processed,
1565: 296.processed, 303.processed, 306.processed, 307.processed,
1566: 308.processed, 311.processed, 312.processed, 314.processed,
1567: 315.processed, 316.processed, 320.processed, 323.processed,
1568: 324.processed, 325.processed, 328.processed, 330.processed,
1569: 332.processed, 333.processed, 337.processed, 338.processed,
1570: 341.processed, 342.processed, 343.processed, 344.processed,
1571: 345.processed, 348.processed, 352.processed, 356.processed,
1572: 357.processed, 363.processed, 364.processed, 368.processed,
1573: 372.processed, 373.processed, 376.processed, 378.processed,
1574: 379.processed, 385.processed, 386.processed, 387.processed,
1575: 389.processed, 390.processed, 395.processed, 397.processed,
1576: 398.processed, 399.processed, 404.processed, 406.processed,
1577: 413.processed, 414.processed, 420.processed, 421.processed,
1578: 424.processed, auto.p: Type -> Exception type for readability
1579:
1580: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1581: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1582: results/119.processed, results/165.processed,
1583: results/175.processed, results/192.processed,
1584: results/213.processed, results/217.processed,
1585: results/230.processed, results/240.processed,
1586: results/298.processed, results/380.processed,
1587: results/415.processed: try-catch, try-catch-comment used
1588:
1589: 2024-05-21 moko
1590:
1591: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1592: results/180.processed, results/195.processed,
1593: results/224.processed, results/auto.p: @try-catch-comment added
1594: and used
1595:
1596: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1597: 415.html, results/269.processed, results/283.processed,
1598: results/auto.p: more tests are updated to prepare for apostrophe
1599: escaping in HTML tainting
1600:
1601: * tests/results/: 181.processed, 294.processed, 296.processed,
1602: 315.processed, 379.processed, 389.processed, auto.p:
1603: $exception.comment printed as-is for whitespace reporting and to
1604: prepare for apostrophe escaping in HTML mode
1605:
1.190 moko 1606: 2024-05-11 moko
1607:
1608: * tests/: 099.html, 100.html, results/099.processed,
1609: results/100.processed: a test for non-UTF-8 filename* added
1610: (related to feature #1240)
1611:
1612: * tests/: 293.html, results/293.processed: tainting modes tests
1613: added
1614:
1615: * tests/results/: 099.processed, 100.processed, 205.processed,
1616: 309.processed, 310.processed, 419.processed: tests results
1617: updated after filename* added (related to feature #1240)
1618:
1619: * src/: include/pa_common.h, main/pa_request.C: The filename*
1620: parameter was added to the Content-Disposition header to conform
1621: with RFC 6266, with code provided by Sumo (implements feature
1622: #1240)
1623:
1624: 2024-05-10 moko
1625:
1626: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1627: positive performance effect in our case
1628:
1.189 moko 1629: 2024-03-27 moko
1630:
1631: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1632: (related to feature #1236)
1633:
1634: 2024-03-15 moko
1635:
1636: * tests/: 413.html, results/413.processed: test for object still
1637: can be used as file parameter (related to bug #1218)
1638:
1639: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1640: still can be used in file context (fixes bug #1218)
1641:
1642: 2024-03-14 moko
1643:
1644: * src/include/pa_string.h: ArrayString get() null result assert
1645: also added (related to bug #1238)
1646:
1647: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1648: VString::empty() used instead of new VString()
1649:
1650: 2024-03-12 moko
1651:
1652: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1653: results/379.processed: test added for cookie without value
1654: (related to bug #1238)
1655:
1656: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1657: values are now required to be non-null (related to bug #1238)
1658:
1659: * src/main/pa_http.C: cookies without value are now parsed
1660: correctly (fixed bug #1238)
1661:
1662: 2024-03-11 moko
1663:
1664: * tests/run_parser.sh: for better error reporting
1665:
1.188 moko 1666: 2023-12-30 moko
1667:
1668: * tests/: 038.html, results/038.processed: test for atan2 added
1669:
1670: 2023-12-29 moko
1671:
1672: * src/classes/math.C: atan2(y,x) math function added
1673:
1.187 moko 1674: 2023-12-14 moko
1675:
1676: * tests/212.html: pcre2 compatibility (related to feature #1236)
1677:
1678: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1679: exceptions and behavour added (related to feature #1236)
1680:
1681: 2023-12-13 moko
1682:
1683: * buildall: by default parser is now bundled with pcre2 10.42,
1684: --without-pcre2 option added to build with pcre-8.45 (related to
1685: feature #1236)
1686:
1687: 2023-12-12 moko
1688:
1689: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1690: support added (implements feature #1236)
1691:
1692: * src/: include/pa_charset.h, include/pa_config_includes.h,
1693: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1694: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1695: types/pa_vregex.h: Adopted patch from Yavor Doganov
1696: <yavor@gnu.org> to add pcre2 library support (implements feature
1697: #1236)
1698:
1.186 moko 1699: 2023-11-28 moko
1700:
1701: * src/include/pa_config_includes.h: warnings war continues
1702:
1703: * src/include/pa_config_includes.h: warning war
1704:
1705: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1706: number strings, whitespace and sign in exception messages
1707: (related to bug #1234)
1708:
1.185 moko 1709: 2023-11-26 moko
1710:
1711: * tests/: 274.html, results/224.processed, results/274.processed:
1712: tests for date double, int, bool added (related to feature #1235)
1713:
1714: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1715: added for date class (implements feature #1235)
1716:
1717: 2023-11-23 moko
1718:
1719: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1720: and '-' strings are no longer can be treated as number 0,
1721: exception thrown (fixes bug #1234)
1722:
1.184 moko 1723: 2023-11-18 moko
1724:
1725: * src/include/pa_types.h: minor
1726:
1727: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1728:
1729: * tests/: 389.html, results/389.processed: error messages for some
1730: OS differs a bit, reducing failing tests for them
1731:
1732: 2023-11-17 moko
1733:
1734: * tests/: 423.html, results/423.processed: test for optional
1735: @auto[] inheritance added (related to feature #1233)
1736:
1737: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1738: types/pa_vstateless_class.C: optional @auto[] inheritance
1739: implemented if defined with two args (path, class name)
1740: (implements feature #1233)
1741:
1742: * src/: classes/double.C, classes/int.C, classes/math.C,
1743: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1744: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1745: sync double->int overflow behavour under different architectures
1746: (fixes bug #1232)
1747:
1748: * tests/: 422.html, results/422.processed: int clipping added
1749:
1750: 2023-11-16 moko
1751:
1752: * tests/: 422.html, results/422.processed: test for int and uint
1753: overflow in ^n.format[d/u/x]
1754:
1755: * src/classes/math.C: bugfix: crc32 should not be negative (under
1756: Apple M1 when negative double converts to uint the result is 0)
1757: and crc32 should be 32 bits
1758:
1759: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1760: on Apple M1 it's 0
1761:
1762: * src/classes/file.C: bugfix: crc32 should not be negative (under
1763: Apple M1 when negative double converts to uint the result is 0)
1764: and crc32 should be 32 bits
1765:
1.183 moko 1766: 2023-10-07 moko
1767:
1768: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1769: behavour with other OP_NUM_*, related to bug #1230
1770:
1771: 2023-10-06 moko
1772:
1773: * tests/: 338.html, results/338.processed: test for bug #1230 added
1774:
1775: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1776: be converted to double to avoid 80 bit operations in x87 mode
1777: (fixes bug #1230)
1778:
1779: 2023-10-05 moko
1780:
1781: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1782: compatibility
1783:
1784: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1785:
1786: * tests/: 421.html, results/421.processed: test to cover all
1787: classes and objects nonexistent method and field exceptions
1788: (related to feature #1080 and #1227)
1789:
1790: * tests/results/: 182.processed, 324.processed: undefined method ->
1791: <type> method not found exception (related to feature #1080)
1792:
1793: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1794: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1795: "element can not be fetched from" for them, "field not found" for
1796: all other types (related to bug #1227)
1797:
1798: 2023-10-03 moko
1799:
1800: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1801: <type> method not found" exception now thrown for static calls
1802: instead of "undefined method" without class name (related to
1803: feature #1080)
1804:
1805: 2023-10-02 moko
1806:
1807: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1808: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1809: <method name>, Comment: <type> method not found" exception now
1810: thrown for all dynamic objects instead of "undefined method"
1811: without class name (implements feature #1080)
1812:
1.182 moko 1813: 2023-10-01 moko
1814:
1815: * src/classes/json.C: we don't have a dynamic json object.
1816:
1817: 2023-09-28 moko
1818:
1819: * tests/: 420.html, results/261.processed, results/420.processed:
1820: tests updated after bug #1228 fix reverted
1821:
1822: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1823: whitespace string is hash compatible, so we don't want $s.key to
1824: return a junction
1825:
1826: * tests/: 261.html, 420.html, results/261.processed,
1827: results/420.processed: test for bug #1227 added, test updated
1828: after bug #1228 fixed
1829:
1830: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1831: now throws exception as $non-empty-string.field (fixes bug #1227)
1832:
1833: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1834: #1228)
1835:
1836: 2023-09-26 moko
1837:
1838: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1839: src/classes/classes.C, src/classes/classes.awk,
1840: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1841: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1842: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1843: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1844: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1845: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1846: src/classes/regex.C, src/classes/response.C,
1847: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1848: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1849: src/include/pa_array.h, src/include/pa_base64.h,
1850: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1851: src/include/pa_charsets.h, src/include/pa_common.h,
1852: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1853: src/include/pa_dictionary.h, src/include/pa_dir.h,
1854: src/include/pa_exception.h, src/include/pa_exec.h,
1855: src/include/pa_globals.h, src/include/pa_hash.h,
1856: src/include/pa_http.h, src/include/pa_memory.h,
1857: src/include/pa_opcode.h, src/include/pa_operation.h,
1858: src/include/pa_os.h, src/include/pa_pool.h,
1859: src/include/pa_random.h, src/include/pa_request.h,
1860: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1861: src/include/pa_sapi.h, src/include/pa_socks.h,
1862: src/include/pa_sql_connection.h,
1863: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1864: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1865: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1866: src/include/pa_table.h, src/include/pa_threads.h,
1867: src/include/pa_types.h, src/include/pa_uue.h,
1868: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1869: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1870: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1871: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1872: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1873: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1874: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1875: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1876: src/main/compile.tab.C, src/main/compile.y,
1877: src/main/compile_tools.C, src/main/compile_tools.h,
1878: src/main/execute.C, src/main/pa_base64.C,
1879: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1880: src/main/pa_charsets.C, src/main/pa_common.C,
1881: src/main/pa_dictionary.C, src/main/pa_dir.C,
1882: src/main/pa_exception.C, src/main/pa_exec.C,
1883: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1884: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1885: src/main/pa_request.C, src/main/pa_socks.C,
1886: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1887: src/main/pa_stylesheet_connection.C,
1888: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1889: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1890: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1891: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1892: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1893: src/targets/apache/mod_parser3_core.C,
1894: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1895: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1896: src/types/pa_method.h, src/types/pa_property.h,
1897: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1898: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1899: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1900: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1901: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1902: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1903: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1904: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1905: src/types/pa_vhash.C, src/types/pa_vhash.h,
1906: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1907: src/types/pa_vimage.C, src/types/pa_vimage.h,
1908: src/types/pa_vint.h, src/types/pa_vjunction.C,
1909: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1910: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1911: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1912: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1913: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1914: src/types/pa_vobject.h, src/types/pa_vregex.C,
1915: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1916: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1917: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1918: src/types/pa_vstateless_class.h,
1919: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1920: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1921: src/types/pa_vstring.h, src/types/pa_vtable.C,
1922: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1923: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1924: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1925: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1926: src/types/pa_wwrapper.h: copyright, authors actualized
1927:
1.181 moko 1928: 2023-08-20 moko
1929:
1930: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1931: commited (related to feature #1219)
1932:
1933: 2023-08-16 moko
1934:
1935: * src/main/pa_random.C: replaced clock precision with monotonicity
1936: counter, good for Windows version with low clock frequency
1937: (related to feature #1229)
1938:
1939: 2023-08-15 moko
1940:
1941: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1942: fixes related to feature #1229
1943:
1944: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1945: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1946: (implements feature #1229)
1947:
1.180 moko 1948: 2023-08-02 moko
1949:
1950: * tests/: results/417.processed, 417.html: test for empty string
1951: match after last char added (related to bug #1224)
1952:
1953: * src/main/pa_string.C: avoid prestart++ after last char on zero
1954: length match (related to bug #1224)
1955:
1.179 moko 1956: 2022-11-22 moko
1957:
1958: * tests/: 419.html, results/419.processed: test for L_URI and path
1959: removeal from filename added (related to bug #1204)
1960:
1961: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1962: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1963: attribute value, L_URI should be used
1964:
1.178 moko 1965: 2022-09-21 moko
1966:
1967: * src/targets/cgi/parser3.C: more clear error messages
1968:
1969: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1970: SAPI_Info will return 0 in read_post and post_size !=
1971: content_length will be thrown
1972:
1.177 moko 1973: 2022-08-23 moko
1974:
1975: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1976: header value
1977:
1978: 2022-08-22 moko
1979:
1980: * tests/: 418.html, results/418.processed: test for
1981: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1982: to #1225)
1983:
1984: * src/classes/hash.C: keep old behavoir by default
1985:
1986: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1987: $.order[self|arg] ] added (implements #1215)
1988:
1.176 moko 1989: 2022-03-21 moko
1990:
1991: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1992: xmlInitCharEncodingHandlers is called in libxml static
1993: initializers before gc_substitute_memory_management_functions in
1994: pa_globals and thus gc may not see reference to our
1995: xmlCharEncodingHandler and free it.
1996:
1.175 moko 1997: 2022-01-26 moko
1998:
1999: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2000:
1.174 moko 2001: 2021-12-28 moko
2002:
2003: * tests/: 417.html, results/417.processed: test for empty string
2004: match added (related to bug #1224)
2005:
2006: * src/main/pa_string.C: empty string match now works (fixes bug
2007: #1224)
2008:
1.173 moko 2009: 2021-12-24 moko
2010:
2011: * tests/: 415_dir/29.p, results/415.processed: yet another test
2012:
2013: 2021-12-23 moko
2014:
2015: * src/: classes/table.C, main/pa_request.C: warnings war
2016:
2017: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2018: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2019:
2020: 2021-12-21 moko
2021:
2022: * tests/: 416.html, results/416.processed: test for ^break[] in
2023: ^hash/table.select[] (related to feature #1222)
2024:
2025: * src/classes/: hash.C, table.C: ^break[] support for
2026: ^hash/table.select[] (implements feature #1222)
2027:
1.172 moko 2028: 2021-11-30 moko
2029:
2030: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2031: 0.5 sec
2032:
1.171 moko 2033: 2021-11-10 moko
2034:
2035: * tests/results/415.processed: more syntax errors tests added
2036:
2037: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2038: 28.p: minor syntax error tests
2039:
2040: * src/main/pa_exception.C: pa_strdup added for compatibility
2041:
2042: * src/classes/curl.C: hint to call ^curl:options[
2043: $.library[correct.libcurl.so.name] ] added if default load fails.
2044:
2045: 2021-11-09 moko
2046:
2047: * src/main/compile.y: error message can be on stack
2048:
2049: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2050:
2051: * src/main/pa_charset.C: memcpy is more correct and efficient in
2052: this case then strncpy
2053:
2054: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2055: instead of strcpy where possible
2056:
2057: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2058: used to avoid MAX_STRING limit in Exception comment
2059:
2060: * tests/results/415.processed: compiler exceptions are no longer
2061: limited to MAX_STRING
2062:
2063: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2064: char * instead of fixed buffer
2065:
2066: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2067: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2068: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2069: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2070: results/415.processed: tests for parser.compile exceptions added
2071:
2072: 2021-11-08 moko
2073:
2074: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2075: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2077: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2078: drawbacks
2079:
1.170 moko 2080: 2021-11-06 moko
2081:
2082: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2083: (implements feature #1219)
2084:
2085: * tests/: 414.html, results/414.processed: test for
2086: ^hash.rename[from;to] added (related to feature #1144)
2087:
2088: 2021-11-05 moko
2089:
2090: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2091: (related to feature #1144)
2092:
2093: 2021-11-04 moko
2094:
2095: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2096: added (implements feature #1144)
2097:
1.169 moko 2098: 2021-10-19 moko
2099:
2100: * tests/: 413.html, results/413.processed: test for hash no longer
2101: is accepted as file parameter (related to bug #1218)
2102:
2103: * src/: classes/curl.C, classes/file.C, classes/image.C,
2104: classes/math.C, classes/xdoc.C, types/pa_value.C,
2105: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2106: longer is accepted as file parameter (fixes bug #1218)
2107:
1.168 moko 2108: 2021-07-19 moko
2109:
2110: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2111: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2112:
1.167 moko 2113: 2021-04-16 moko
2114:
2115: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2116: processing it leads to assertions.
2117:
1.166 moko 2118: 2021-03-25 moko
2119:
2120: * tests/: 412.html, results/412.processed: test to demonstrate bug
2121: #1213
2122:
1.165 moko 2123: 2021-02-12 moko
2124:
2125: * tests/: 360.html, results/360.processed, results/363.processed:
2126: parser method call in expression mode no longer differs from call
2127: in string mode (related to feature #1211)
2128:
2129: 2021-02-11 moko
2130:
2131: * src/types/pa_vmail.C: mail parsing with Windows line endings
2132: fixed (bug #1212)
2133:
2134: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2135: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2136: strings in both calls (implements feature #1211)
2137:
1.164 moko 2138: 2021-01-28 moko
2139:
2140: * buildall, etc/auto.p.in: to remove last patch in debian package
2141:
2142: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2143: 3.4.7b
2144:
1.162 moko 2145: 2021-01-21 moko
2146:
2147: * src/main/pa_http.C: no alarm() in file::load when web server mode
2148: is MULTITHREADED
2149:
1.157 moko 2150: 2021-01-20 moko
2151:
1.161 moko 2152: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2153: 'a2enmod mpm_prefork'
2154:
1.160 moko 2155: * src/targets/apache/mod_parser3.c: prefork name is now
2156: 'libapache2-mpm-itk'
2157:
2158: * src/targets/apache/mod_parser3_core.C: last regular malloc
2159: removed
2160:
1.159 moko 2161: * src/targets/isapi/Makefile.am: -pa_threads.C
2162:
1.158 moko 2163: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2164: 3.4.6
2165:
1.157 moko 2166: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2167:
2168: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2169: /httpd.p
2170:
2171: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2172: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2173: #1203)
2174:
2175: 2021-01-19 moko
2176:
2177: * buildall: --disable-parallel-mark added to avoid "number of
2178: processors" threads creation for heap marking as it conflicts
2179: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2180: limits threads)
2181:
1.156 moko 2182: 2021-01-16 moko
2183:
2184: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2185: main/pa_globals.C, main/pa_memory.C,
2186: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2187: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2188: feature #1209)
2189:
2190: 2021-01-15 moko
2191:
2192: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2193: 3.4.6rc
2194:
2195: * src/classes/json.C: get_delim added for delimiter caching (10%
2196: faster on large json)
2197:
2198: 2021-01-14 moko
2199:
1.211 moko 2200: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2201:
2202: * tests/results/224.processed: test result modified after
2203: today(shift) implemented
2204:
2205: * tests/: 407.html, results/407.processed: test for ^hash.select
2206: option $.default(bool) added (related to feature #1172)
2207:
2208: * src/classes/hash.C: ^hash.select option $.default(bool) added
2209: (related to feature #1172)
2210:
2211: * tests/: 141.html, results/141.processed: test modified for
2212: feature #1185.
2213:
2214: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2215: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2216: options $.lower(bool) (implements feature #1185)
2217:
2218: 2021-01-11 moko
2219:
2220: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2221: #1192)
2222:
2223: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2224: added (related to feature #1192)
2225:
1.155 moko 2226: 2021-01-05 moko
2227:
2228: * tests/: 270.html, results/270.processed: test modified to work
2229: under Windows
2230:
2231: * tests/: 390.html, 395.html, results/395.processed: tests updated
2232: 4 windows
2233:
2234: * tests/: 410.html, results/410.processed: test for
2235: $CLASS-GETTER-PROTECTED(false) added
2236:
2237: 2021-01-04 moko
2238:
2239: * tests/: 409.html, results/409.processed, results/auto.p: test for
2240: $MAIN:LOCALS(true) added
2241:
1.154 moko 2242: 2021-01-03 moko
2243:
2244: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2245: types/pa_vclass.h, types/pa_vstateless_class.C,
2246: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2247: +LOCALS. $main -> $MAIN in exception texts (implements feature
2248: #1207)
2249:
2250: 2021-01-02 moko
2251:
2252: * etc/auto.p.in: minor
2253:
2254: * src/main/pa_request.C: sending headers only after opening file to
2255: allow error reporting if file was not opened (foreign group,
2256: etc).
2257:
2258: 2020-12-31 moko
2259:
2260: * src/: include/pa_request.h, main/pa_request.C,
2261: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2262:
2263: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2264: main/pa_request.C: get_class_ref added and used
2265:
2266: * etc/auto.p.in: @CLASS httpd added
2267:
2268: * etc/auto.p.in: @auto[] is now first
2269:
2270: 2020-12-30 moko
2271:
2272: * tests/: 408.html, results/408.processed: test for bug #1166
2273: (windows only) added
2274:
2275: * src/main/pa_common.C: create_dir_for_file should not create dir
2276: for trailing / (fixes bug #1166)
2277:
2278: * tests/: 341.html, results/341.processed: tests for
2279: ^nameless_table.hash[] added (related to feature #1138)
2280:
2281: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2282: (implements feature #1138), extra fields in named tables no
2283: longer ignored (implements feature #1138)
2284:
2285: * tests/results/390.processed: updated after exception text change
2286:
2287: 2020-12-29 moko
2288:
2289: * tests/: 407.html, results/407.processed: +$._default check
2290:
2291: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2292:
2293: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2294: and ^hash.reverse[] added (releated to feature #1172)
2295:
2296: * src/classes/hash.C:
2297: ^hash.select[key;value](bool-condition)[options hash] +
2298: ^hash.reverse[] added (implements feature #1172)
2299:
2300: * src/types/pa_vtable.h: warning war
2301:
2302: * src/include/pa_config_fixed.h: win32 fix
2303:
1.153 moko 2304: 2020-12-27 moko
2305:
2306: * tests/: 406.html, results/406.processed: test results updated
2307:
2308: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2309: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2310: spelling
2311:
2312: 2020-12-26 moko
2313:
2314: * tests/: 406.html, results/406.processed: tests for
2315: ^table.rename[] added (related to feature #1148)
2316:
2317: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2318: ^table.rename[column name from;column name to], ^table.rename[
2319: $.[column name from][column name to] ... ] added (implements
2320: feature #1148)
2321:
2322: 2020-12-25 moko
2323:
2324: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2325: request_info now on stack to avoid yet another THREAD_LOCAL
2326: memory deallocation issue (now with cookies), explained in #1203
2327:
2328: * src/types/pa_vcookie.C: fields should be inited
2329:
2330: 2020-12-24 moko
2331:
2332: * src/include/pa_stylesheet_connection.h: looks like
2333: xsltFreeStylesheet leads to memory double-free. If so, it's for
2334: sure libxml bug, but we have GC anyway, so we just remove this
2335: call and see...
2336:
2337: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2338: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2339: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2340: abort.c:65:8 frame #3: 0x00000000004da663
2341: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2342: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2343: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2344: malloc.c:617:9 frame #5: 0x0000000000577f0c
2345: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2346: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2347: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2348: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2349: frame #8: 0x000000000050d35c
2350: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2351: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2352: frame #10: 0x00000000004436e5
2353: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2354: [inlined]
2355: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2356: pa_stylesheet_connection.h:62:3
2357:
2358: 2020-12-23 moko
2359:
2360: * src/classes/image.C: ^image::measure[; $.video() ] option added
2361:
2362: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2363: ^image::measure[; $.video(true) ] added
2364:
2365: * src/main/pa_exec.C: not cleared automatically in multithreaded
2366: httpd mode for unknown reasons
2367:
2368: 2020-12-22 moko
2369:
2370: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2371: error_log uri of currently processed document", but never used
2372: and conflicts with how libgc stops threads on FreeBSD (#define
2373: SIG_SUSPEND SIGUSR1), thus removed.
2374:
2375: 2020-12-21 moko
2376:
2377: * src/main/pa_request.C: +comment
2378:
1.151 moko 2379: 2020-12-20 moko
2380:
1.152 moko 2381: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2382: it is more safe to have versions of pa_strdup with one and two
2383: arguments, as helper_length=0 not always mean that strlen()
2384: should be called, but means zero.
2385:
2386: * src/targets/isapi/parser3isapi.C: minor
2387:
2388: * src/main/pa_http.C: +valid_http_method
2389:
1.151 moko 2390: * src/: include/pa_http.h, main/pa_http.C,
2391: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2392:
2393: 2020-12-17 moko
2394:
2395: * tests/: 405.html, results/405.processed: test for split by regex
2396: added (related to feature #1160)
2397:
2398: * src/classes/string.C: split by regex implemented (feature #1160)
2399:
2400: * src/classes/string.C: minor
2401:
2402: * tests/: 404.html, results/404.processed: test for whitespace
2403: string is now OK for table argument (related to feature #1169)
2404:
2405: * src/: classes/image.C, classes/string.C, classes/table.C,
2406: types/pa_vmethod_frame.C: whitespace string is now OK for table
2407: argument (as with hash) (implements feature #1169)
2408:
2409: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2410: limit for comment (fixes bug #1102)
2411:
2412: * src/targets/cgi/parser3.C: +HAVE_TLS check
2413:
2414: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2415:
2416: * src/include/pa_config_includes.h: HAVE_TLS used
2417:
2418: * configure.ac: +TLS check
2419:
2420: * src/main/pa_http.C: content logging added
2421:
2422: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2423: clear_response_headers added
2424:
2425: 2020-12-16 moko
2426:
2427: * buildall: as we now use threads, libatomic_ops still required for
2428: some OS.
2429:
2430: * src/main/pa_request.C: whitespace
2431:
2432: * src/: include/pa_request.h, main/pa_request.C:
2433: Request::Exception_trace::table extracted and used
2434:
2435: * src/main/pa_request.C: moving output_result call outside of try
2436: as network exceptions should not be handled by parser code
2437:
2438: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2439: logging network exchange
2440:
2441: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2442: via network if it was network write error.
2443:
2444: * src/targets/cgi/parser3.C: log -> pa_log
2445:
2446: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2447:
2448: * src/main/pa_threads.C: getpid() if no gettid() found
2449:
2450: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2451: we need to ignore "void" connections from browsers (browsers open
2452: connections in advance and they will be empty if user does not
2453: request more pages)
2454:
2455: 2020-12-15 moko
2456:
2457: * src/targets/cgi/parser3.C: avoid previous uri in logs
2458:
2459: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2460: RequestController not needed in httpd mode
2461:
2462: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2463: classes/classes.h, classes/curl.C, classes/date.C,
2464: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2465: classes/hashfile.C, classes/image.C, classes/inet.C,
2466: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2467: classes/memcached.C, classes/memory.C, classes/op.C,
2468: classes/reflection.C, classes/regex.C, classes/response.C,
2469: classes/string.C, classes/table.C, classes/void.C,
2470: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2471: include/pa_array.h, include/pa_base64.h,
2472: include/pa_cache_managers.h, include/pa_charset.h,
2473: include/pa_charsets.h, include/pa_common.h,
2474: include/pa_config_fixed.h, include/pa_config_includes.h,
2475: include/pa_dictionary.h, include/pa_dir.h,
2476: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2477: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2478: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2479: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2480: include/pa_request_charsets.h, include/pa_request_info.h,
2481: include/pa_sapi.h, include/pa_socks.h,
2482: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2483: include/pa_stack.h, include/pa_string.h,
2484: include/pa_stylesheet_connection.h,
2485: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2486: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2487: include/pa_uue.h, include/pa_xml_exception.h,
2488: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2489: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2490: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2491: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2492: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2493: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2494: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2495: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2496: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2497: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2498: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2499: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2500: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2501: main/pa_sql_driver_manager.C, main/pa_string.C,
2502: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2503: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2504: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2505: main/untaint.C, sql/pa_sql_driver.h,
2506: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2507: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2508: targets/isapi/parser3isapi.C, types/pa_junction.h,
2509: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2510: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2511: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2512: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2513: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2514: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2515: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2516: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2517: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2518: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2519: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2520: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2521: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2522: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2523: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2524: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2525: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2526: types/pa_vstateless_object.h, types/pa_vstatus.C,
2527: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2528: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2529: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2530: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2531: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2532:
2533: * src/main/pa_request.C: old compilers support
2534:
2535: * tests/: 362.html, results/362.processed: test updated after
2536: changes after upgrade to libxml2-2.9.9 were made (related to bug
2537: #1108)
2538:
2539: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2540: removed, as xsltFreeStylesheet has side effects on original doc.
2541: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2542: not updated after xdoc modification (part 3 of test 362).
2543: (related to bug #1108)
2544:
2545: * src/targets/isapi/parser3isapi.C: +pa_strcat
2546:
2547: * src/: classes/memory.C, include/pa_memory.h,
2548: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2549: PA_GC_GCOLLECT used
2550:
2551: * src/include/pa_memory.h: +PA_GC_COLLECT
2552:
2553: * src/targets/cgi/parser3.C: msvs support fixes
2554:
2555: * src/lib/gc/include/gc.h: more cleanup
2556:
2557: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2558:
2559: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2560: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2561:
2562: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2563:
2564: * configure.ac: pthread.h added to checked headers
2565:
2566: * src/classes/table.C: string stream is back :)
2567:
2568: * src/classes/memory.C: GC_generate_random_backtrace no longer
2569: exists
2570:
2571: * src/main/pa_globals.C: GC_dont_gc replaced
2572:
2573: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2574: left to simplify adding new functions. depricated GC_dont_gc
2575: replaced with GC_disable and GC_enable calls.
2576:
2577: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2578: CORD_from_file* not used and thus removed
2579:
2580: * src/lib/gc/include/gc_allocator.h: minor cleanup
2581:
2582: 2020-12-14 moko
2583:
2584: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2585: referenced elsewhere, or GC will collect it.
2586:
2587: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2588: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2589: elsewhere, or GC will collect them (and we'll get GPF in
2590: multithreaded enviroment). May be it can be also fixed by some
2591: GC call, not sure. But this fix costs nothing (but hours of
2592: debugging to find the issue :).
2593:
1.150 moko 2594: 2020-12-11 moko
2595:
2596: * configure.ac: gettid() check added
2597:
2598: * src/main/pa_threads.C: HAVE_GETTID used
2599:
2600: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2601:
2602: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2603: version for isapi/cgi/apache
2604:
2605: * buildall: threads are now required.
2606:
2607: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2608: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2609: main/main.vcproj: pa_threads.C moved to main
2610:
2611: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2612: isapi/pa_threads.C: pa_threads.C moved to main
2613:
2614: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2615: targets/apache/Makefile.am: pa_threads.C moved to main
2616:
2617: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2618:
2619: * src/: include/pa_stylesheet_connection.h,
2620: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2621: and weird GPF in multithreaded httpd is gone
2622:
2623: * src/include/: pa_stylesheet_connection.h,
2624: pa_sql_driver_manager.h: whitespace
2625:
2626: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2627:
2628: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2629: main/pa_stylesheet_manager.C: whitespace, warning war
2630:
2631: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2632: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2633: parser_multithreaded never used
2634:
2635: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2636:
2637: 2020-12-10 moko
2638:
2639: * src/: include/pa_config_includes.h, include/pa_http.h,
2640: main/pa_http.C, targets/cgi/parser3.C: initial support for
2641: MULTITHREADED and PARALLEL httpd server modes
2642:
2643: * src/main/pa_globals.C: GC_java_finalization is depricated
2644:
2645: 2020-12-09 moko
2646:
2647: * etc/auto.p.in: + @httpd-main
2648:
2649: * src/: include/pa_common.h, main/pa_request.C,
2650: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2651: work
2652:
2653: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2654: slow file_read_binary no longer used, send_range added
2655:
2656: 2020-12-08 moko
2657:
2658: * src/main/pa_request.C: >4Gb support
2659:
2660: * src/targets/cgi/parser3.C: msvc warning war
2661:
2662: * src/: include/pa_config_includes.h, main/pa_http.C,
2663: main/pa_request.C: msvc warnings war
2664:
2665: * src/classes/image.C: warning war
2666:
2667: * src/classes/table.C: MSVC warning war
2668:
2669: * src/targets/cgi/parser3.C: msvc warnings war
2670:
2671: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2672: added
2673:
1.149 moko 2674: 2020-12-07 moko
2675:
1.150 moko 2676: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2677: avoid logging beside system-wide auto.p
2678:
2679: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2680:
2681: * configure, configure.ac, src/include/pa_config_auto.h.in:
2682: configure options added:
2683:
2684: --with-system-cfg=FILE to specify system-wide auto.p
2685: --with-system-log=FILE to specify system-wide parser3.log
2686:
2687: * Makefile.am: bin no longer exists
2688:
2689: * configure, configure.ac: auto.p moved to etc to simplify debian
2690: package
2691:
2692: * buildall: auto.p and parser3.charsets moved to their default
2693: location after install
2694:
2695: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2696:
2697: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2698:
1.149 moko 2699: * src/targets/cgi/parser3.C: locate_config call returned to
2700: original place as it requires pa_thread_request() under Windows
2701:
2702: * src/targets/cgi/parser3.C: renaming
2703:
2704: 2020-12-06 moko
2705:
2706: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2707: check added
2708:
2709: 2020-12-04 moko
2710:
2711: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2712: main/pa_request.C: unified uint64_t lseek implemented to support
2713: >4Gb files under x86, including Windows
2714:
2715: 2020-12-02 moko
2716:
2717: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2718: with max_file_size
2719:
2720: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2721: support for processing files sized >4Gb on 32 bit planforms
2722:
2723: * tests/399.html: file moved
2724:
2725: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2726:
2727: * src/targets/cgi/pa_sapi_info.h: warning war
2728:
2729: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2730: warning war
2731:
2732: 2020-12-01 moko
2733:
2734: * src/classes/image.C: mp4 extended size (>4Gb) support added
2735:
2736: * src/classes/image.C: for "size not found" exception to be shown
2737: if size not found until eof
2738:
2739: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2740: bit linux)
2741:
2742: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2743: #1188)
2744:
2745: 2020-11-30 moko
2746:
2747: * src/classes/image.C: definitions moved closer to code
2748:
2749: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2750: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2751: 395_dir/3_VP8X.webp, results/395.processed,
2752: results/396.processed: tests for ^image::measure[] .webp support
2753: added, all image files moved into one directory (related to
2754: feature #1188)
2755:
2756: * src/classes/image.C: ^image::measure[] now supports webp (feature
2757: #1188)
2758:
1.148 moko 2759: 2020-11-29 moko
2760:
2761: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2762: processing, unnessesary defines removed
2763:
2764: 2020-11-24 moko
2765:
2766: * tests/results/: 099.processed, 100.processed, 205.processed,
2767: 309.processed, 310.processed: Content-Disposition: inline
2768: returned
2769:
2770: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2771: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2772: ] added (related to bug #1204)
2773:
2774: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2775: ] supported to avoid Content-Disposition: inline;
2776: filename="<file>.ext" but still set Content-Type for ext (related
2777: to bug #1204)
2778:
1.147 moko 2779: 2020-11-22 moko
2780:
2781: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2782: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2783:
2784: * src/main/pa_request.C: content_disposition_inline returned.
2785:
2786: 2020-11-17 moko
2787:
2788: * src/main/pa_request.C: empty main method name support
2789:
2790: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2791: config_handler added, stdout flush added.
2792:
2793: 2020-11-16 moko
2794:
2795: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2796:
2797: * tests/results/: 099.processed, 205.processed, 237.processed,
2798: 309.processed, 310.processed: Content-Disposition: inline is not
2799: required and should not contain filename="<name>"
2800:
2801: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2802: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2803: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2804:
1.146 moko 2805: 2020-11-14 moko
2806:
2807: * src/targets/cgi/parser3.C: spelling
2808:
2809: * src/targets/cgi/parser3.C: renaming
2810:
2811: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2812: relocated
2813:
2814: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2815: before request processing, which is weired
2816:
2817: 2020-11-13 moko
2818:
2819: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2820: copied in httpd.
2821:
2822: 2020-11-12 moko
2823:
2824: * src/main/pa_http.C: ALARM code unified to be used in httpd
2825:
2826: * src/: include/pa_request.h, main/pa_request.C,
2827: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2828:
2829: * src/main/pa_http.C: URI validation added
2830:
2831: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2832: can't be empty but can be null. httpd-main is now main method
2833: name for httpd mode
2834:
2835: 2020-11-11 moko
2836:
2837: * src/main/pa_request.C: path_translated can be null in httpd mode
2838:
2839: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2840: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2841: classes/xdoc.C, include/pa_request.h, main/execute.C,
2842: main/pa_request.C: r.absolute -> r.full_disk_path
2843:
2844: * src/targets/cgi/parser3.C: if filename to process is not
2845: specified, auto.p should be present.
2846:
1.145 moko 2847: 2020-11-03 moko
2848:
2849: * src/: classes/op.C, include/pa_request.h: unused argument removed
2850:
2851: * src/main/pa_request.C: content_disposition_inline is the default,
2852: not required.
2853:
1.144 moko 2854: 2020-10-29 moko
2855:
2856: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2857: ^use[file; $.main(true) ] implemented for auto.p processing and
2858: path_translated changing to correct relative files path
2859: calculation in httpd mode
2860:
2861: * src/: include/pa_request.h, main/pa_request.C:
2862: fail_on_read_problem removed, as it allways true, as if should
2863: be.
2864:
2865: * src/: include/pa_request.h, main/pa_request.C,
2866: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2867: targets/isapi/parser3isapi.C: clearing config_filespec when
2868: config was not found, thus flag not required and removed.
2869:
2870: 2020-10-28 moko
2871:
2872: * tests/: 402.html, results/402.processed: error reporting test
2873:
2874: * src/main/execute.C: better error reporting when
2875: $result[^hash::create[]] in @main.
2876:
2877: * src/main/: execute.C, pa_request.C: frame.result() should be used
2878: + minor optimization
2879:
2880: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2881: main/pa_xml_io.C: execute_*_method simplified and unified
2882:
2883: 2020-10-27 moko
2884:
2885: * tests/: 306.html, results/306.processed: a bit more testing. :)
2886:
2887: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2888: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2889: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2890: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2891: types/pa_vmethod_frame.h, types/pa_vobject.C,
2892: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2893: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2894: longer used in object-prototype mode
2895:
2896: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2897: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2898: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2899: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2900: $form:name[value] features
2901:
1.143 moko 2902: 2020-10-18 moko
2903:
2904: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2905:
2906: 2020-10-15 moko
2907:
2908: * src/main/pa_http.C: url no longer needed as
2909: ALTER_EXCEPTION_SOURCE is used
2910:
2911: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2912: main/pa_http.C: check_file_size filespec is now optional
2913:
2914: * src/: classes/curl.C, include/pa_exception.h,
2915: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2916: ALTER_EXCEPTION_COMMENT added for better error reporting
2917:
2918: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2919: results/346-curl.processed, results/379-curl.processed,
2920: results/379.processed: test results updated as load now provides
2921: better error reporting + curl responses updated
2922:
2923: 2020-10-14 moko
2924:
2925: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2926: main/pa_string.C, targets/apache/mod_parser3_core.C,
2927: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2928: checked. 10 is now default base, no hex autodetect by default
2929:
2930: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2931: connection socket closing in destructor + accept exception
2932: handling
2933:
2934: * src/targets/cgi/parser3.C: warning war
2935:
2936: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2937: main/pa_request.C, targets/apache/mod_parser3_core.C,
2938: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2939: exception handling unified
2940:
2941: 2020-10-13 moko
2942:
2943: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2944: autodetection
2945:
2946: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2947:
2948: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2949:
2950: * src/main/pa_http.C: warning war
2951:
1.142 moko 2952: 2020-10-12 moko
2953:
1.143 moko 2954: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2955: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2956: unhandled exception code optimization
2957:
2958: * src/targets/cgi/parser3.C: request_info now global variable
2959:
2960: * src/main/pa_http.C: http_read_response moved to HTTP_response
2961: class
2962:
2963: * src/: include/pa_http.h, main/pa_http.C,
2964: targets/cgi/pa_sapi_info.h: read_post implemented
2965:
1.142 moko 2966: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2967: [host:]port syntax support in httpd mode
2968:
2969: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2970: targets/cgi/parser3.C: populate_env added
2971:
2972: * src/include/pa_hash.h: to make get(char *) compiling in
2973: HashStringString
2974:
2975: 2020-10-10 moko
2976:
2977: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2978: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2979:
2980: * src/: include/pa_http.h, include/pa_request_info.h,
2981: main/pa_http.C, main/pa_string.C,
2982: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2983: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2984: types/pa_vrequest.C: initial httpd mode implementation
2985:
1.141 moko 2986: 2020-10-04 moko
2987:
2988: * src/targets/cgi/parser3.C: options together
2989:
2990: 2020-09-30 moko
2991:
2992: * src/main/pa_http.C: renamed
2993:
1.140 moko 2994: 2020-08-14 moko
2995:
2996: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2997: src/targets/cgi/Makefile.am: no httpd as separate library
2998:
2999: 2020-08-13 moko
3000:
3001: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3002: unhandled exception handler to report 500 instead of 200 it was
3003: before.
3004:
3005: * src/targets/apache/mod_parser3_core.C: minor cleanup
3006:
3007: * src/: include/pa_sapi.h, main/untaint.C,
3008: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3009: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3010: thus replaced with SAPI::die and removed
3011:
3012: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3013: cgi/parser3.C: whitespace
3014:
3015: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3016:
3017: 2020-08-12 moko
3018:
3019: * src/targets/cgi/parser3.C: duplicate info in signal logging
3020: removed, whitespace was: SIGPIPE received while executing code.
3021: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3022: cl=0]
3023:
3024: * parser3.sln: + httpd.vcproj
3025:
3026: 2020-08-11 moko
3027:
3028: * src/targets/cgi/Makefile.am: +libhttpd
3029:
3030: * configure.ac, src/lib/Makefile.am: +libhttpd
3031:
1.139 moko 3032: 2020-07-13 moko
3033:
3034: * tests/: 401.html, results/401.processed: test for hash key does
3035: not keep language, but tainted in foreach.
3036:
1.138 moko 3037: 2020-07-01 moko
3038:
3039: * tests/: 235.html, results/235.processed: test result updated as
3040: messages before attachments implemented (feature #1176)
3041:
1.137 moko 3042: 2020-06-27 moko
3043:
3044: * tests/: 400.html, results/400.processed: test updated to check
3045: ^return{code}
3046:
3047: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3048: fixed
3049:
3050: 2020-06-26 moko
3051:
3052: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3053: added (related to https://www.parser.ru/forum/?id=85319)
3054:
3055: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3056: when $result assignment was last statement in the method
3057: (https://www.parser.ru/forum/?id=85319)
3058:
1.136 moko 3059: 2020-05-23 moko
3060:
3061: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3062: whitespace, unused level removed
3063:
3064: 2020-05-19 moko
3065:
3066: * src/types/pa_vmail.C: whitespace
3067:
3068: * src/types/pa_vmail.C: files should be processed last (related to
3069: feature #1176)
3070:
1.135 moko 3071: 2020-05-12 moko
3072:
3073: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3074: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3075:
3076: * configure.ac: FreeBSD1X.X check added to avoid
3077: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3078:
1.134 moko 3079: 2020-02-26 moko
3080:
3081: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3082: compilation issue (related to bug #1201)
3083:
3084: * src/main/pa_common.C: entry_readable -> entry_exists,
3085: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3086: -f and -d now works under Windows in UTF-8 with Russian
3087: filenames.
3088:
3089: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3090: advice (related to feature #1199)
3091:
3092: 2020-02-25 moko
3093:
3094: * buildall: --silent removed
3095:
3096: * configure.ac: gmime-3.0 support
3097:
3098: * buildall: --with-system-mailreceive option added to build with
3099: system libgmime
3100:
3101: * src/types/pa_vmail.C: avoiding
3102: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3103: to feature #1199)
3104:
1.133 moko 3105: 2020-02-18 moko
3106:
3107: * src/classes/op.C: windows x64 debug mode compile fix
3108:
3109: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3110: change (releated to feature #1200)
3111:
3112: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3113: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3114: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3115: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3116: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3117: targets/apache/ApacheModuleParser3.vcproj,
3118: targets/apache/ApacheModuleParser3Core.vcproj,
3119: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3120: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3121: dependency (related to feature #1200)
3122:
1.132 moko 3123: 2020-02-12 moko
3124:
3125: * src/types/pa_vmail.C: minimize diff
3126:
3127: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3128: #1199)
3129:
1.131 moko 3130: 2020-01-18 moko
3131:
3132: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3133:
1.130 moko 3134: 2019-12-28 moko
3135:
3136: * src/targets/cgi/parser3.C: avoid empty ?
3137:
3138: 2019-12-27 moko
3139:
3140: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3141: DOCUMENT_ROOT (related to feature #1164)
3142:
3143: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3144: fcgiwrap setup (implements feature #1164)
3145:
3146: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3147: but no issues found (related to feature #1164)
3148:
3149: * src/targets/cgi/parser3.C: actualized
3150:
3151: 2019-12-26 moko
3152:
3153: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3154: removed
3155:
3156: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3157: removed
3158:
3159: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3160: allocation errors, we don't want default gc warnings (without
3161: timestamp and URI).
3162:
3163: * src/: classes/memory.C, main/pa_globals.C,
3164: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3165: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3166: pa_globals_init
3167:
3168: * src/main/pa_globals.C: setup_hex_value() removed, static array
3169: initialization used (optimization)
3170:
3171: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3173: pa_socks_init/pa_socks_done moved inside pa_globals_init
3174: (optimization)
3175:
1.129 moko 3176: 2019-12-09 moko
3177:
3178: * src/include/pa_config_fixed.h: warning war
3179:
1.128 moko 3180: 2019-12-08 moko
3181:
3182: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3183: process grammar under Unix.
3184:
3185: 2019-12-07 moko
3186:
3187: * tests/389.html: For Windows XP. :)
3188:
3189: * tests/388-sql.html: Windows compatibility added
3190:
3191: 2019-12-06 moko
3192:
3193: * src/targets/cgi/parser3.C: warning war
3194:
3195: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3196: == sizeof(CORD)) to avoid aligning bugs in future
3197:
3198: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3199: XML_STATIC
3200:
3201: * src/include/pa_request.h: StackItem() not required
3202:
3203: * src/include/pa_stack.h: warning war
3204:
3205: * src/include/pa_config_includes.h: GCC warning silenced
3206:
3207: * src/include/pa_memory.h: warning war: the program should also
3208: define 'void operator delete [](void*, std::size_t)'
3209: [-Wsized-deallocation]
3210:
3211: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3212:
3213: * src/classes/string.C: not reqired cast removed
3214:
3215: * src/classes/string.C: not reqired cast removed
3216:
3217: 2019-12-05 moko
3218:
3219: * src/lib/sdbm/pa_file_io.C: warning war
3220:
3221: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3222: enum Language : size_t - required for VS2015+ to make
3223: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3224: without it (related to feature #1198)
3225:
3226: 2019-12-04 moko
3227:
3228: * src/main/pa_base64.C: unsigned char -> uchar
3229:
3230: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3231: as other libs
3232:
3233: * src/include/pa_version.h: +amd64
3234:
3235: 2019-12-03 moko
3236:
3237: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3238: release
3239:
3240: * src/include/pa_config_includes.h: warning war
3241:
3242: * src/classes/image.C: warning war
3243:
3244: * src/main/pa_globals.C: x64 libs support
3245:
3246: * src/include/pa_config_includes.h: warning war
3247:
3248: * src/types/pa_method.h: warning war
3249:
1.127 moko 3250: 2019-11-28 moko
3251:
3252: * src/classes/math.C: vs2003 compatibility + warning war
3253:
3254: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3255: libxml2-2.9.9 (related to feature #1136)
3256:
3257: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3258: typecast for more compatibility (related to feature #1136)
3259:
3260: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3261: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3262: feature #1136)
3263:
3264: 2019-11-26 moko
3265:
3266: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3267: removed (it was failing in $$var case), condition added
3268:
1.126 moko 3269: 2019-11-25 moko
3270:
3271: * tests/: 397.html, 399.html, results/141.processed,
3272: results/399.processed: base64 options tested
3273:
3274: * src/: classes/math.C, main/pa_http.C: base64 options used
3275:
3276: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3277: implemented (feature #986)
3278:
3279: * src/main/pa_cache_managers.C: whitespace
3280:
3281: * tests/: 397.html, 399.html, results/399.processed: tests for
3282: ^base64 encode options added (related to feature #986)
3283:
3284: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3285: pa_base64_encode(file) removed - more memory, but faster and less
3286: code (related fo feature #986)
3287:
3288: 2019-11-24 moko
3289:
3290: * tests/: 155.html, results/155.processed: limit and offset in
3291: ^table::load[] now supported, thus test added
3292:
3293: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3294: main/pa_common.C: optimization: offset and limit options parsing
3295: moved inside file_load.
3296:
3297: 2019-11-23 moko
3298:
3299: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3300: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3301: optimization: file_read replaced with simplified file_read_binary
3302:
3303: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3304: types/pa_vform.C: whitespace
3305:
3306: * src/: include/pa_common.h, main/pa_common.C: never used params
3307: removed
3308:
3309: 2019-11-21 moko
3310:
3311: * tests/: 193.html, results/193.processed, results/389.processed:
3312: test results updated as now base64 does not discard tail without
3313: padding (related to feature #986)
3314:
3315: 2019-11-20 moko
3316:
3317: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3318: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3319: pa_base64_decode (related to feature #986)
3320:
3321: * tests/398.html: tests for base64 decode added (related to feature
3322: #986)
3323:
3324: * src/main/pa_base64.C: base64_decode rewritten - padding option
3325: support, padding inside base 64 supported (related to feature
3326: #096)
3327:
3328: 2019-11-19 moko
3329:
3330: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3331: FreeBSD 12
3332:
1.125 moko 3333: 2019-11-16 moko
3334:
3335: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3336: support added, step support removed (related to #986)
3337:
3338: 2019-11-15 moko
3339:
3340: * src/classes/math.C: using log since log2 is not present on
3341: FreeBSD < 8.4 (related to feature #1177)
3342:
3343: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3344: pa_base64_size extracted and used for files as well (related to
3345: feature 986)
3346:
3347: 2019-11-14 moko
3348:
3349: * tests/: 397.html, results/397.processed: + content check
3350:
3351: * tests/: 141.html, results/141.processed: make test resuls more
3352: readable
3353:
3354: * tests/: 397.html, results/193.processed, results/397.processed:
3355: test results updated after \x00 character was disabled in
3356: math:convert string mode (related to feature #1177)
3357:
3358: * src/classes/: math.C, string.C: \\x00 character disabled while
3359: converting to string (as in base64, related to feature #1177)
3360:
3361: * src/classes/file.C: more correct arguments separation
3362:
3363: * src/: classes/file.C, classes/math.C, classes/string.C,
3364: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3365: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3366: options added, but not yet implemented (related to feature #986)
3367:
3368: * src/classes/math.C: whitespace
3369:
3370: 2019-11-13 moko
3371:
3372: * tests/: 397.html, results/397.processed: +tainting test (related
3373: to feature #1177)
3374:
3375: * src/classes/math.C: as we now produce not only digits, result
3376: should be tainted (related to feature #1177)
3377:
3378: * src/main/pa_base64.C: whitespace
3379:
3380: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3381: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3382: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3383: implementation moved from pa_common.h and pa_common.C
3384:
3385: 2019-11-12 moko
3386:
3387: * tests/: 275.html, results/275.processed: out of range test fixed,
3388: as ^math:convert now supports arbitrary precision
3389:
3390: 2019-11-11 moko
3391:
3392: * tests/results/389.processed: uctualized error message
3393:
3394: * tests/: 389.html, 397.html, results/397.processed: tests for
3395: ^math:convert added (related to feature #1177)
3396:
3397: * src/classes/math.C: ^math:convert now supports arbitrary
3398: precision, alphabet support added (implements feature #1177)
3399:
1.124 moko 3400: 2019-11-06 moko
3401:
3402: * tests/: 181.html, results/181.processed: entities usage added,
3403: more entites load tests (related to bug #842 discussion)
3404:
3405: 2019-11-05 moko
3406:
3407: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3408: call from xmlFileOpen if http://localhost/<file> was not found
3409: (related to bug #842)
3410:
3411: * src/main/pa_xml_io.C: rename
3412:
3413: * src/main/pa_xml_io.C: +MemoryStream constructor
3414:
3415: * src/main/pa_xml_io.C: whitespace
3416:
1.123 moko 3417: 2019-10-31 moko
3418:
3419: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3420: XML_PARSE_NOENT) added to fix entities load, (related to feature
3421: #1181)
3422:
1.122 moko 3423: 2019-10-25 moko
3424:
3425: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3426: queries tests
3427:
3428: 2019-10-24 moko
3429:
3430: * tests/: 388-sql.html, results/388-sql.processed: support for
3431: pgsql driver test
3432:
3433: * tests/: 388-sql.html, results/388-sql.processed:
3434: multi_statements=1 now tested, mysql test now supported
3435: (connection must be specified in [parser3] section in .my.cnf)
3436: related to issues #1195 and #1194
3437:
1.121 moko 3438: 2019-09-11 moko
3439:
3440: * src/classes/int.C: whitespace
3441:
3442: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3443: exception test
3444:
3445: * tests/results/388-sql.processed: sql queries now shown (related
3446: to feature #1196)
3447:
3448: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3449: with old parser versions.
3450:
3451: * src/: classes/file.C, classes/hash.C, classes/string.C,
3452: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3453: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3454: instead of connect string in query_event_handlers exceptions
3455: (implements feature #1196)
3456:
1.120 moko 3457: 2019-09-06 moko
3458:
3459: * tests/388-sql.html: mysql compat
3460:
3461: * src/: classes/hash.C, classes/string.C, classes/table.C,
3462: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3463: sql_ variables declaration moved to pa_common.h
3464:
1.116 moko 3465: 2019-01-15 moko
3466:
3467: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3468: logically sorted
3469:
3470: 2018-12-27 moko
3471:
3472: * src/include/pa_config_includes.h: warning war:
3473: -Wdeprecated-register added for C++ 17
3474:
3475: 2018-10-15 moko
3476:
3477: * configure.ac: FreeBSD 11.2 can be build with ./configure
3478: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3479: --with-xml=/usr/local/
3480:
3481: 2018-09-24 moko
3482:
3483: * tests/: 396.html, 396.tiff, results/396.processed: test for
3484: ^image::measure[] now supports tiff added (related to feature
3485: #1188)
3486:
3487: * src/classes/image.C: ^image::measure[] now supports tiff
3488: (implements feature #1188)
3489:
3490: 2018-09-20 moko
3491:
3492: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3493: files measure added (related to ticket #1188)
3494:
3495: * src/classes/image.C: measure of bmp files implemented (related to
3496: ticket #1188)
3497:
3498: 2018-09-18 moko
3499:
3500: * tests/: 394-curl.html, results/394-curl.processed,
3501: results/auto.p: test for bug #1187 (max_file_size check for head
3502: requests) added
3503:
3504: 2018-08-24 moko
3505:
3506: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3507: response content-length check is required (fixes bug #1187)
3508:
3509: 2018-05-11 moko
3510:
3511: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3512: $.append(bool) ] option added (related to feature #919)
3513:
3514: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3515: from misha@ patch (implements feature #919)
3516:
3517: 2018-03-22 moko
3518:
3519: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3520: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3521: with 128kb buffer. Now works at least 12 times faster. :) May be
3522: Windows-only problem.
3523:
3524: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3525: build fix)
3526:
3527: 2018-02-03 moko
3528:
3529: * src/main/execute.C: removes irrelevant lines from exception stack
3530: trace when exceptions occurs in assigment (fixes bug #1165)
3531:
3532: * tests/: 393.html, results/393.processed: test for behavour after
3533: "Property can not be created, already exists field with that
3534: name" exception removed (related to feature #1183)
3535:
3536: * src/types/pa_vclass.C: "Property can not be created, already
3537: exists field with that name" exception removed (implements
3538: feature #1183)
3539:
3540: 2018-01-19 moko
3541:
3542: * src/classes/string.C: whitespace
3543:
3544: * src/classes/string.C: whitespace
3545:
3546: * tests/: 392.html, results/392.processed: test for
3547: ^regex::create[$regex] added (related to feature #1135)
3548:
3549: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3550: ^regex::create[$regex] added (implements feature #1135)
3551:
3552: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3553: commented define added (related to feature #1157)
3554:
3555: 2018-01-17 moko
3556:
3557: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3558:
3559: 2018-01-15 moko
3560:
3561: * tests/: 390.html, results/390.processed: real path replaced by
3562: stub
3563:
3564: * tests/: 391.html, results/391.processed: test for feature #1181
3565: (XML_PARSE_HUGE exception) added
3566:
3567: 2018-01-11 moko
3568:
3569: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3570: XML_PARSE_HUGE option passed by default (implements feature
3571: #1181)
3572:
3573: * src/classes/string.C: whitespace
3574:
3575: 2017-12-10 moko
3576:
3577: * tests/: 389.html, 390.html, results/389.processed,
3578: results/390.processed: image code coverage tests added (related
3579: to feature #1125)
3580:
3581: 2017-12-08 moko
3582:
3583: * tests/: 346-curl.html, 388-sql.html, 389.html,
3584: results/346-curl.processed, results/388-sql.processed,
3585: results/389.processed: more code coverage tests
3586:
3587: * tests/: 264.html, results/264.processed: code coverage for
3588: ^file::exec[]
3589:
3590: 2017-12-07 moko
3591:
3592: * tests/: 174.html, 388-sql.html, 389.html,
3593: results/388-sql.processed, results/389.processed,
3594: results/174.processed: more coverage tests
3595:
3596: * src/classes/math.C: exception text actualized
3597:
3598: 2017-12-06 moko
3599:
3600: * tests/388-sql.html: $SQL can be here
3601:
3602: * tests/results/auto.p: $SQL not required here
3603:
3604: * tests/: 388-sql.html, 389.html, Makefile,
3605: results/388-sql.processed, results/389.processed, results/auto.p:
3606: code coverage tests for sql (using sqlite) and int/double/bool
3607: added (related to feature #1125)
3608:
3609: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3610: lib/json/json.vcproj, lib/md5/md5.vcproj,
3611: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3612: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3613: targets/apache/ApacheModuleParser3Core.vcproj,
3614: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3615: types/types.vcproj: gc\include no longer required
3616:
3617: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3618: required
3619:
3620: * src/: classes/Makefile.am, classes/table.C,
3621: include/pa_config_includes.h, include/pa_string.h,
3622: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3623: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3624: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3625: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3626: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3627: used, we now include it directly
3628:
3629: 2017-12-04 moko
3630:
3631: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3632: memcached/memcached.vcproj, punycode/punycode.vcproj,
3633: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3634: where required
3635:
3636: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3637: now can be used to trace memory allocations
3638:
3639: * src/: classes/table.C, include/pa_config_includes.h,
3640: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3641: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3642: method removes, libcord also can work without libgc
3643:
3644: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3645:
3646: 2017-11-29 moko
3647:
3648: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3649: are not present (related to feature #1173)
3650:
3651: * tests/346-curl.html: test updated to test curl content-length bug
3652: (related to feature #1173)
3653:
3654: * tests/results/346-curl.processed: more test for content-length
3655: curl bug (related to feature #1173)
3656:
3657: * tests/results/346-curl.processed: test results updated after
3658: #1173 implemented
3659:
3660: 2017-11-28 moko
3661:
3662: * src/classes/curl.C: another libcurl Content-length bug walkaround
3663: (related to feature #1173)
3664:
3665: 2017-11-27 moko
3666:
3667: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3668: $.http_version[version string] added (implements feature #1173),
3669: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3670: where $post(true) bug existed.
3671:
3672: 2017-11-18 moko
3673:
3674: * src/include/pa_memory.h: warning war (related to feature #1170)
3675:
3676: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3677: feature #1170)
3678:
3679: 2017-11-17 moko
3680:
3681: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3682: std::basic_stringstream used in ^table.csv-string[] is compatible
3683: with delete usage check only under Debian 9 (related to feature
3684: #1170)
3685:
3686: 2017-11-16 moko
3687:
3688: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3689: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3690: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3691: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3692: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3693: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3694: stubs defend from accidental use (implements feature #1170)
3695:
3696: 2017-06-24 moko
3697:
3698: * configure.ac: minor fix: thanks to alx@
3699:
1.115 moko 3700: 2017-05-29 moko
3701:
3702: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3703: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3704: added to avoid cutting of UTF-8 chars (fixed bug #123)
3705:
3706: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3707: ignored, =?UTF-8?Q?= should start in case of leading space
3708: (related to bug #123)
3709:
3710: * buildall: echo -n -> printf for OS X. :)
3711:
3712: 2017-05-25 moko
3713:
3714: * tests/: 288.html, results/288.processed: test updated afted
3715: setting $o.prop without setter exception removed (related to
3716: feature #1157)
3717:
3718: * src/types/pa_vclass.C: no more "this property has no setter
3719: method" when setting $o.prop without setter (implements feature
3720: #1157)
3721:
3722: * buildall: echo \c -> echo -n for FreeBSD
3723:
3724: * configure, configure.ac, src/include/pa_config_auto.h.in,
3725: src/types/pa_vdouble.h: isfinite now checked in configure
3726:
3727: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3728: upgraded to automake 1.15
3729:
3730: 2017-05-23 moko
3731:
3732: * src/types/pa_vdouble.h: finite returned where isfinite not
3733: defined
3734:
3735: 2017-05-22 moko
3736:
3737: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3738:
3739: * buildall: extern CFLAGS setting support
3740:
3741: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3742:
3743: * buildall: http -> https
3744:
3745: * buildall: gc-7.2f -> gc-7.6.0
3746:
3747: 2017-05-20 moko
3748:
3749: * buildall: https, pcre, xml, xslt updated to current versions
3750: (related to feature #1136)
3751:
3752: 2017-05-19 moko
3753:
3754: * tests/097.html: after parser.ru moved to https
3755:
3756: 2017-05-17 moko
3757:
3758: * tests/results/: 175.processed, 372.processed: tests resuls
3759: updated after lintian spelling typos fixed (related to bug #1156)
3760:
3761: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3762: classes/string.C, classes/table.C, main/pa_charset.C,
3763: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3764: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3765: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3766:
3767: * tests/results/096.processed: +XMP
3768:
3769: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3770: $.xmp(true) options tested (test for feature #1154)
3771:
3772: * src/classes/image.C: ^image:measure[] options $.exif(false)
3773: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3774: fetched by default! (implements feature #1154)
3775:
3776: 2017-05-16 moko
3777:
3778: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3779: allowed (related to feature #1154)
3780:
3781: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3782: initial XMP implementation - without options and transcode
3783: (related to feature #1154)
3784:
3785: 2017-05-12 moko
3786:
3787: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3788: image: exif moved to ffields, skipped in ^image.html[] where
3789: iterators now used (preparation for feature #1154)
3790:
3791: 2017-05-05 moko
3792:
3793: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3794: results/387.processed: test for circular class inheritance check
3795: added (related to bug #1150)
3796:
3797: * src/types/pa_vstateless_class.C: circular class inheritance check
3798: added (fixes endless add_derived bug #1150)
3799:
3800: 2017-05-04 moko
3801:
3802: * tests/: 386.html, results/386.processed: test for
3803: $table.value(number) added (related to feature #1152)
3804:
3805: * src/types/pa_vtable.C: table put_element: column value must be
3806: string - > column value must be string compatible to allow
3807: $t.value(1) (implements feature #1152)
3808:
3809: 2017-05-03 moko
3810:
3811: * src/main/pa_request.C: $use[$method] is not possible, reverting
3812: (related to feature #1151)
3813:
3814: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3815: not possible, removing test (related to feature #1151)
3816:
3817: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3818: get_element_method added and used to allow $use[$method] and
3819: $autouse[$method] (implements feature 1151)
3820:
3821: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3822: variable added (related to feature #1151)
3823:
3824: * tests/results/226.processed: actualized after ^try-catch used
3825:
3826: * tests/: 226.html, 385.html, results/385.processed: test for
3827: @autouse in variable added
3828:
3829: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3830:
1.114 moko 3831: 2017-02-27 moko
3832:
3833: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3834:
1.113 moko 3835: 2017-02-20 moko
3836:
1.211 moko 3837: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3838:
3839: 2017-02-16 moko
3840:
3841: * tests/: 384.html, results/384.processed: test for
3842: ^reflection:mixin[; $.name[] ] option added (related to feature
3843: #1089)
3844:
3845: * tests/: 384.html, results/384.processed: test for
3846: ^reflection:mixin[] added (related to feature #1089)
3847:
3848: * src/types/pa_value.h: warning war: virtual ~Value() added
3849:
1.112 moko 3850: 2017-02-15 moko
3851:
3852: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3853: fixed
3854:
3855: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3856: test added (related to feature #1069)
3857:
3858: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3859: compilation without HASH_ORDER fixed
3860:
3861: * src/: classes/reflection.C, include/pa_hash.h:
3862: $.reverse(true/false) added to ^reflection:methods[] (related to
3863: feature #1069)
3864:
3865: 2017-02-14 moko
3866:
3867: * tests/: 152.html, results/152.processed: test for $._default hash
3868: added (related to bug #1131)
3869:
3870: * tests/: 277.html, results/277.processed: test for hash with only
3871: $._default is now defined (related to bug #1131)
3872:
3873: * src/types/pa_vhash.h: hash with only $._default is now defined
3874: (fixed bug #1131)
3875:
3876: 2017-02-13 moko
3877:
3878: * tests/cat-windows.sh: cat-windows added (cygwin required)
3879:
3880: * tests/: 171.html, 264.html, 286.html, 370.html,
3881: results/320.processed, results/375.processed, results/auto.p:
3882: cat-windows.sh support added
3883:
3884: * tests/375.html: Windows support
3885:
3886: * tests/270.html: documented
3887:
3888: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3889: (not backslashes) even under Windows (broke test 270)
3890:
3891: 2017-02-12 moko
3892:
3893: * tests/: descript.ion, todo.txt: cleanup
3894:
3895: 2017-02-09 moko
3896:
3897: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3898: run_tests.cmd: Windows compatibility
3899:
3900: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3901: incorrectly (GMT) if parser is called from cygwin
3902:
1.111 moko 3903: 2017-02-08 moko
3904:
1.211 moko 3905: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3906:
1.211 moko 3907: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3908:
3909: * NEWS, README: minor update
3910:
3911: * src/include/pa_config_includes.h: warning war continues
3912:
3913: * src/: include/pa_config_includes.h, include/pa_memory.h,
3914: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3915: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3916: gcc 6.x issues fixed
3917:
1.111 moko 3918: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3919: classes/classes.h, classes/curl.C, classes/date.C,
3920: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3921: classes/hashfile.C, classes/image.C, classes/inet.C,
3922: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3923: classes/memcached.C, classes/memory.C, classes/op.C,
3924: classes/reflection.C, classes/regex.C, classes/response.C,
3925: classes/string.C, classes/table.C, classes/void.C,
3926: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3927: include/pa_array.h, include/pa_cache_managers.h,
3928: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3929: include/pa_config_fixed.h, include/pa_config_includes.h,
3930: include/pa_dictionary.h, include/pa_dir.h,
3931: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3932: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3933: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3934: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3935: include/pa_request_charsets.h, include/pa_request_info.h,
3936: include/pa_sapi.h, include/pa_socks.h,
3937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3938: include/pa_stack.h, include/pa_string.h,
3939: include/pa_stylesheet_connection.h,
3940: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3941: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3942: include/pa_uue.h, include/pa_xml_exception.h,
3943: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3944: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3945: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3946: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3947: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3948: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3949: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3950: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3951: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3952: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3953: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3954: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3955: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3956: main/pa_string.C, main/pa_stylesheet_connection.C,
3957: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3958: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3959: main/untaint.C, sql/pa_sql_driver.h,
3960: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3961: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3962: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3963: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3964: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3965: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3966: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3967: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3968: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3969: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3970: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3971: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3972: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3973: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3974: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3975: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3976: types/pa_vmemcached.h, types/pa_vmemory.h,
3977: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3978: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3979: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3980: types/pa_vresponse.C, types/pa_vresponse.h,
3981: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3982: types/pa_vstateless_object.h, types/pa_vstatus.C,
3983: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3984: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3985: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3986: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3987: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3988: 2015->2017
3989:
1.110 moko 3990: 2017-02-07 moko
3991:
3992: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3993:
3994: 2017-02-06 moko
3995:
3996: * src/main/pa_common.C: minor fixes, whitespace
3997:
3998: * src/: classes/curl.C, classes/file.C, classes/image.C,
3999: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4000: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4001: now used (implements feature #1081)
4002:
4003: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4004:
4005: 2017-02-01 moko
4006:
4007: * src/include/pa_request.h: cleanup
4008:
4009: 2017-01-30 moko
4010:
4011: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4012:
4013: 2017-01-29 moko
4014:
4015: * tests/: 383.html, results/383.processed: test for
4016: ^reflection:stack[] added (related to feature #1052)
4017:
4018: * src/classes/reflection.C: else added
4019:
4020: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4021: $.max_file_lock_wait added (implements feature #1128)
4022:
4023: 2017-01-28 moko
4024:
4025: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4026: body and other cases tests added (related to featue #1014)
4027:
4028: * src/classes/curl.C: bug if response is empty fixed (related to
4029: feature #1014)
4030:
4031: 2017-01-27 moko
4032:
4033: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4034: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4035: added (implements feature #1052)
4036:
4037: 2017-01-25 moko
4038:
4039: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4040: method test added
4041:
4042: 2017-01-23 moko
4043:
4044: * src/classes/reflection.C: optimization: options->get replaced by
4045: hash iterator
4046:
4047: * tests/: 381.html, results/381.processed: now -> fixed date
4048:
4049: * src/main/pa_request.C: warning war
4050:
4051: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4052: 5Mb (fixes bug #1058)
4053:
4054: * src/classes/curl.C: warning war
4055:
4056: * tests/: 381.html, results/381.processed: tests for ^json:string
4057: $.one-line(true) option added (related to feature #1124)
4058:
4059: * src/: classes/json.C, types/pa_value.h: $json-string
4060: $.one-line(true|false) options is now supported (implements
4061: feature #1124)
4062:
4063: * tests/: 380.html, results/380.processed: test for modified
4064: $.max_file_size added (related to bug #1014)
4065:
4066: * tests/: 379.html, results/auto.p: tests for rewritten http file
4067: load added (related to bug #1014)
4068:
4069: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4070: main/pa_common.C, main/pa_http.C: check_file_size added and used
4071: in curl / file load from disk and http, http file load rewritten
4072: (related to bug #1014)
4073:
4074: 2017-01-18 moko
4075:
4076: * tests/: 378.html, results/378.processed: tests for ^result[]
4077: added (related to feature #66)
4078:
4079: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4080: Method::CO_WITHOUT_FRAME as frame still added in expression
4081: (related to feature #66)
4082:
4083: 2017-01-17 moko
4084:
4085: * tests/: 377.html, results/377.processed: test for different
4086: combinations of breaks in body and delimiter (related to bug
4087: #1077)
4088:
4089: * tests/: 376.html, results/376.processed: many ^break[] tests
4090: added (related to bug #1077)
4091:
4092: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4093: passed to native method" exception added to avoid bugs due to
4094: WRITE_EXPR_RESULT skipped and native methods execution continues
4095: after ^break[] (related to bug #1077)
4096:
4097: 2017-01-14 moko
4098:
4099: * tests/: 330.html, results/330.processed: test results updated
4100: after ^break[] bugs where fixed (related to bug #1077)
4101:
4102: * tests/: 329.html, results/329.processed: test results updated
4103: after ^break[] bugs where fixed (related to bug #1077)
4104:
4105: * tests/results/320.processed: ^return[] added
4106:
4107: 2017-01-13 moko
4108:
4109: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4110: classes/table.C, include/pa_request.h, main/execute.C,
4111: main/pa_request.C, targets/cgi/parser3.C,
4112: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4113: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4114: checked after each possible process/execute call (fixes bug
4115: #1077)
4116:
4117: 2016-12-29 moko
4118:
4119: * src/main/pa_common.C: warning war
4120:
4121: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4122: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4123: pa_file_size_limit added, ^math:random fixed for upper limit and
4124: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4125: (related to feature #1014)
4126:
4127: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4128: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4129: (related to feature #1014)
4130:
4131: 2016-12-28 moko
4132:
4133: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4134: warning war
4135:
4136: 2016-12-26 moko
4137:
4138: * tests/: 341.html, results/341.processed: test for
4139: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4140:
4141: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4142: (related to feature #1057)
4143:
4144: * src/types/pa_vdate.C: warning war continues...
4145:
4146: * src/: classes/date.C, classes/image.C, classes/table.C,
4147: include/pa_config_includes.h, types/pa_vfile.C: warning war
4148:
4149: * src/lib/gd/gifio.C: warning war / cleanup
4150:
4151: * src/lib/json/pa_json.C: warning war
4152:
4153: * src/classes/hash.C: warning war
4154:
4155: * src/types/pa_vfile.C: warning war
4156:
4157: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4158: -Wall warning war continues
4159:
4160: * configure.ac: --with-build-warnings actualized
4161:
4162: 2016-12-25 moko
4163:
4164: * src/main/pa_exec.C: -wAll warning war
4165:
4166: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4167: -wAll warning war
4168:
4169: * src/: include/pa_common.h, include/pa_sapi.h,
4170: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4171: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4172: -wAll warning war
4173:
4174: 2016-12-23 moko
4175:
4176: * src/lib/ltdl/Makefile.am: extra dist added
4177:
4178: * tests/results/344.processed: test result updated after $file.text
4179: prefetched in ^hash::create[$file] (related to feature #1075)
4180:
4181: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4182: ^hash::create[$file] (related to feature #1075)
4183:
4184: 2016-12-22 moko
4185:
4186: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4187: main/pa_request.C, main/pa_stylesheet_connection.C,
4188: types/pa_vfile.C: file_stat now return 64-bit size (implements
4189: #1014 under 32-bit unix versions)
4190:
4191: 2016-12-21 moko
4192:
4193: * tests/: 375.html, results/375.processed: test for exec returning
4194: stated file added (related to feature #1119)
4195:
4196: * src/classes/file.C: load should not return file with null body
4197: (fixes bug #1119)
4198:
4199: 2016-12-14 moko
4200:
4201: * tests/: 374.html, results/374.processed: test for $method.name
4202: added (related to feature #1117) plus method returning junction
4203: test
4204:
4205: 2016-12-13 moko
4206:
4207: * src/: include/pa_symbols.h, main/pa_symbols.C,
4208: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4209: (implements feature #1117)
4210:
4211: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4212: HEAD and TRACE can't have body (implements feature #1116)
4213:
4214: 2016-12-09 moko
4215:
4216: * tests/: 373.html, results/373.processed: tests for
4217: ^reflection:tainting added (related to feature #1098)
4218:
4219: * src/classes/reflection.C: ^reflection:tainting arguments order
4220: change (related to feature #1098)
4221:
4222: 2016-12-06 moko
4223:
4224: * src/: classes/reflection.C, include/pa_string.h,
4225: main/pa_string.C: ^reflection:tainting[$string] added (implements
4226: feature #1098)
4227:
4228: 2016-12-05 moko
4229:
4230: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4231: (fixes bug #1114)
4232:
4233: 2016-12-04 moko
4234:
4235: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4236: check added
4237:
4238: 2016-12-03 moko
4239:
4240: * tests/: 346-curl.html, results/346-curl.processed: test modified
4241: to test value.as_hash() usage
4242:
4243: * src/classes/curl.C: value.as_hash() used for correct hash
4244: processing
4245:
4246: * src/classes/reflection.C: exceptions texts fixes
4247:
4248: 2016-12-02 moko
4249:
4250: * tests/: 372.html, results/372.processed: tests for
4251: ^reflection:create[ $.class[name] $.constructor[name]
4252: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4253: feature #1094)
4254:
4255: * src/types/pa_vmethod_frame.h: comment added: params should be
4256: declared outside of *_FRAME_ACTION as MethodParams destructor
4257: will be called in ~VNativeMethodFrame
4258:
4259: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4260: ] minor fix
4261:
4262: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4263: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4264: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4265: now supported (implements feature #1094) value::as_hash added
4266: (and should be used everywhere)
4267:
4268: * src/classes/reflection.C: cleanup
4269:
4270: 2016-12-01 moko
4271:
4272: * tests/: 356.html, results/356.processed: test for method
4273: junctions class name added to the resulting hash added (related
4274: to feature #1068)
4275:
4276: * src/classes/reflection.C: for method junctions class name added
4277: to the resulting hash (related to feature #1068)
4278:
4279: 2016-11-30 moko
4280:
4281: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4282: exception (related to bug #1113)
4283:
4284: * src/types/pa_vhashfile.C: whitespace
4285:
4286: * src/main/pa_os.C: errno now returned as it should (fixes bug
4287: #1113)
4288:
4289: * tests/results/: 175.processed, 192.processed, 224.processed,
4290: 229.processed, 239.processed, 244.processed, 246.processed,
4291: 314.processed, 352.processed: tests results updated after method
4292: call exceptions improved as method now keeps its name
4293:
4294: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4295: types/pa_vmethod_frame.h: method call exceptions improved as
4296: method now keeps its name
4297:
4298: * tests/: 224.html, 239.html, results/224.processed,
4299: results/239.processed: tests and tests results updated after
4300: Request::construct exception changed
4301:
4302: * src/: classes/reflection.C, main/execute.C: Request::construct
4303: exception optimized
4304:
4305: * tests/: 371.html, results/371.processed: test for
4306: WWrapper.get_element call in $.name.key[value] code added
4307: (related to feature #1091)
4308:
4309: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4310: in $.name.key[value] code (related to feature #1091)
4311:
4312: 2016-11-29 moko
4313:
4314: * src/classes/op.C: VS warning war
4315:
4316: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4317: C4239: nonstandard extension used : 'return' : conversion from
4318: 'Value' to 'Value &' (related to feature #1020)
4319:
4320: * src/: main/execute.C, types/pa_vmethod_frame.h,
4321: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4322: used : 'return' : conversion from 'Value' to 'Value &' (related
4323: to feature #1020)
4324:
4325: * src/main/execute.C: VS warning war
4326:
4327: * src/targets/cgi/parser3.C: VS compatibility fix
4328:
4329: * src/include/pa_request.h: VS warning war
4330:
4331: * tests/: 370.html, results/370.processed: test for ^file::exec[
4332: ... $.stdin[$binary_file] ] added (related to bug #1044)
4333:
4334: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4335: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4336: $.stdin[$binary_file] (fixes bug #1044)
4337:
4338: 2016-11-28 moko
4339:
4340: * src/main/pa_exec.C: whitespace
4341:
4342: * src/main/pa_request.C: whitespace
4343:
4344: * tests/: 369.html, results/369.processed: test for
4345: $response:status usage added (related to feature #1099)
4346:
4347: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4348: if < 100 (implements feature #1099)
4349:
4350: * src/targets/cgi/parser3.C: whitespace
4351:
4352: * src/targets/cgi/parser3.C: whitespace
4353:
4354: * tests/: 368.html, results/368.processed: test updated after
4355: ^reflection:filename[$method] added (related to feature #1053)
4356:
4357: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4358: main/compile.y, main/execute.C, main/pa_request.C,
4359: types/pa_vclass.h: filename -> filespec,
4360: ^reflection:filename[$method] added (related to feature #1053)
4361:
4362: 2016-11-27 moko
4363:
4364: * tests/: 368.html, results/368.processed: test for
4365: reflection:filename[$class or object] added (related to feature
4366: #1053)
4367:
4368: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4369: types/pa_vstateless_class.h: ^reflection:filename[$class or
4370: object] added (implements feature #1053)
4371:
4372: 2016-11-26 moko
4373:
4374: * src/: include/pa_request_info.h,
4375: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4376: remove_absolute_uri -> strip_absolute_uri
4377:
4378: 2016-11-25 moko
4379:
4380: * src/: include/pa_request_info.h,
4381: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4382: request_info.remove_absolute_uri added to remove possible
4383: http://site.name/ from $request:uri (implements feature #1112)
4384:
4385: 2016-11-24 moko
4386:
4387: * tests/: 367-curl.html, results/367-curl.processed: test for
4388: previous request headers clearing after redirect added (related
4389: to bug #1109)
4390:
4391: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4392: response headers from previous requests are now cleared, only
4393: last request headers are collected (fixes bug #1109)
4394:
4395: * tests/results/: 266.processed, 321.processed, 356.processed:
4396: tests results updated as method name now added to the resulting
4397: hash for new syntax only (Imp1 compatimility fixed, related to
4398: feature #1068)
4399:
4400: * src/classes/reflection.C: method name now added to the resulting
4401: hash for new syntax only (Imp1 compatimility fixed, related to
4402: feature #1068)
4403:
4404: * tests/results/366.processed: test for native and parser
4405: implementation of ^use[] logic (related to feature #1074)
4406:
4407: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4408: for native and parser implementation of ^use[] logic (related to
4409: feature #1074)
4410:
4411: 2016-11-23 moko
4412:
4413: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4414: main/pa_request.C: @USE file now implemented as ^use[file;
4415: $.origin[origin_file] ] (implements feature #1074)
4416:
1.109 moko 4417: 2016-11-21 moko
4418:
1.110 moko 4419: * tests/: 365.html, results/365.processed: test for $caller bugs in
4420: 3.4.4 and $caller.method now tested (related to feature #1110)
4421:
4422: * tests/: 364.html, results/364.processed: $caller usage in
4423: different contexts now tested (related to feature #1110)
4424:
4425: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4426:
4427: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4428:
1.109 moko 4429: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4430: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4431: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4432: used (implements feature #1110)
4433:
4434: 2016-11-20 moko
4435:
4436: * src/types/pa_vdouble.h: whitespace
4437:
4438: 2016-11-11 moko
4439:
4440: * tests/: 363.html, results/363.processed: more tests for feature
4441: #1091 (how parser methods work in expression context)
4442:
4443: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4444: expressions strings are now written as strings, not values by
4445: write_as_string (related to feature #1091)
4446:
4447: * src/classes/op.C: to make more correct behavour in expression
4448: context
4449:
4450: 2016-11-07 moko
4451:
4452: * tests/: 362.html, results/362.processed: test for
4453: xsltParseStylesheetDoc caching as xsl modification after it added
4454: (related to bug #1108)
4455:
4456: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4457: result now cached as xdoc is modified after it (fixes bug #1108)
4458:
4459: 2016-11-06 moko
4460:
4461: * src/types/pa_vxdoc.h: whitespace
4462:
4463: 2016-11-05 moko
4464:
4465: * src/types/pa_vmethod_frame.h: cleanup
4466:
4467: 2016-11-03 moko
4468:
4469: * tests/results/244.processed: more correct exception after method
4470: frames separation
4471:
4472: * src/types/pa_vmethod_frame.h: minor optimizaion
4473:
4474: * src/types/pa_method.h: optimization: params_count added
4475:
4476: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4477: include/pa_request.h, main/execute.C, main/pa_request.C,
4478: types/pa_value.C, types/pa_vmethod_frame.C,
4479: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4480: VMethodFrame now divided into VNativeMethodFrame,
4481: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4482: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4483: and used (related to feature #1104)
4484:
4485: 2016-11-02 moko
4486:
4487: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4488: classes/double.C, classes/file.C, classes/hash.C,
4489: classes/hashfile.C, classes/image.C, classes/inet.C,
4490: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4491: classes/memcached.C, classes/op.C, classes/reflection.C,
4492: classes/regex.C, classes/string.C, classes/table.C,
4493: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4494: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4495: r.write (implements feature #1091)
4496:
4497: * src/main/execute.C: cleanup (related to feature #1104)
4498:
4499: * src/: include/pa_request.h, main/execute.C,
4500: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4501: added, in_expression removed (implements feature #1104)
4502:
4503: 2016-10-31 moko
4504:
4505: * src/types/pa_value.C: whitespace
4506:
4507: 2016-10-28 moko
4508:
4509: * tests/results/244.processed: updated after error reporting fixed
4510: in pa_wcontext.C
4511:
4512: * src/types/pa_wcontext.C: error reporting fixed
4513:
4514: * src/types/pa_wcontext.h: whitespace
4515:
4516: * src/classes/image.C: not fully readed entries are no longer
4517: processed (fixes bug #1106)
4518:
4519: 2016-10-26 moko
4520:
4521: * src/classes/image.C: whitespace
4522:
4523: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4524: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4525: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4526: longer required (related to feature #1091)
4527:
4528: * tests/results/: 264.processed, 350.processed: test results update
4529: reverted (whitespace optimization) after write_no_lang removed :)
4530: (related to feature #1091)
4531:
4532: * src/: classes/file.C, classes/hash.C, classes/op.C,
4533: classes/string.C, classes/table.C, classes/void.C,
4534: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4535: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4536: equal write_pass_lang (related to feature #1091)
4537:
4538: * tests/results/: 264.processed, 350.processed: test results
4539: updated (whitespace optimization) after write_assign_lang removed
4540: (related to feature #1091)
4541:
4542: * tests/: 361.html, results/361.processed: test for non-string
4543: ^untaint added (related to feature #1091)
4544:
4545: * src/: classes/curl.C, classes/date.C, classes/file.C,
4546: classes/hash.C, classes/op.C, classes/string.C,
4547: include/pa_request.h, main/execute.C: optimization:
4548: write_assign_lang removed as not required (first part of feature
4549: #1091 implementation)
4550:
1.108 moko 4551: 2016-10-12 moko
4552:
4553: * tests/: 360.html, results/360.processed: more test code (related
4554: to feature #1104)
4555:
4556: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4557: include/pa_request.h, main/compile.y, main/execute.C: opcode
4558: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4559: WContext is next task (implements feature #1104)
4560:
4561: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4562: / CO_WITHOUT_WCONTEXT
4563:
4564: * tests/: 360.html, results/360.processed: test for in expression
4565: state (related to feature #1104)
4566:
4567: 2016-10-11 moko
4568:
4569: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4570:
4571: * src/classes/op.C: default value removed from initializer
4572:
4573: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4574:
4575: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4576:
4577: 2016-10-10 moko
4578:
4579: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4580: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4581: to feature #42)
4582:
4583: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4584: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4585:
4586: 2016-10-08 moko
4587:
4588: * src/classes/double.C: whitespace
4589:
4590: 2016-10-07 moko
4591:
4592: * src/types/pa_vmethod_frame.h: reorder
4593:
4594: 2016-10-06 moko
4595:
4596: * src/classes/date.C: typo
4597:
4598: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4599:
4600: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4601: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4602: types/pa_vmethod_frame.h: params.get now returns Value&, not
4603: Value*
4604:
4605: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4606:
4607: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4608: removed; first as_* code rewrite
4609:
4610: 2016-10-05 moko
4611:
4612: * src/include/pa_request.h: whitespace
4613:
4614: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4615: intercept_string added (related to feature #1097)
4616:
4617: * src/: classes/image.C, classes/op.C, classes/table.C,
4618: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4619: optimization: intercept_string removed (implements feature #1097)
4620:
4621: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4622:
4623: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4624: from VCodeFrame and WWrapper as not required
4625:
4626: 2016-10-04 moko
4627:
4628: * src/: classes/curl.C, classes/date.C, classes/double.C,
4629: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4630: classes/int.C, classes/json.C, classes/op.C,
4631: classes/reflection.C, classes/string.C, classes/table.C,
4632: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4633: proces_to_value -> process after StringOrValue removed (related
4634: to feature #1020)
4635:
4636: * src/classes/form.C: whitespace
4637:
4638: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4639:
4640: * tests/: 357.html, 358.html, results/357.processed,
4641: results/358.processed, results/auto.p: test for @conf
4642: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4643:
4644: 2016-10-03 moko
4645:
4646: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4647: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4648: supported (implements feature #42)
4649:
4650: * src/types/pa_vregex.h: no reason for VRegex to be
4651: is_evaluated_expr
4652:
4653: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4654: (implements feature #1095)
4655:
4656: 2016-10-01 moko
4657:
4658: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4659: false by default (related to feature #1089)
4660:
4661: 2016-09-30 moko
4662:
4663: * src/types/pa_wcontext.h: cleanup
4664:
4665: 2016-09-29 moko
4666:
4667: * src/main/execute.C: whitespace
4668:
4669: * src/include/pa_request.h: whitespace
4670:
4671: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4672: classes/op.C, classes/table.C, include/pa_request.h,
4673: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4674: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4675: StringOrValue removed as it just slows down and adds complexity
4676: (implements feature #1020)
4677:
4678: 2016-09-28 moko
4679:
4680: * tests/: 356.html, results/266.processed, results/321.processed,
4681: results/356.processed: tests updated after name was added to
4682: method_info hash, test for ^reflection:method_info[junction]
4683: added (related to feature #1068)
4684:
4685: * src/classes/reflection.C: ^reflection:method_info[junction] now
4686: supported, method name added to the resulting hash (implements
4687: feature #1068)
4688:
4689: * tests/: 276.html, results/276.processed: more tests for
4690: ^reflection:delete[]
4691:
4692: * src/classes/reflection.C: fixed bug then ^reflection:delete
4693: didn't work on class and could damage native objects (like file)
4694:
4695: 2016-09-26 moko
4696:
4697: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4698: results/345.processed, results/346-curl.processed,
4699: results/347-curl.processed, results/348.processed: numbers added
4700: to simplify diff analysis
4701:
4702: * tests/: 352.html, results/352.processed: test result updated as
4703: method name used
4704:
4705: * src/classes/reflection.C: method name used
4706:
4707: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4708: its name
4709:
4710: * src/types/pa_method.h: whitespace
4711:
4712: * src/classes/reflection.C: both method and field with one name can
4713: exist.
4714:
4715: * src/classes/reflection.C: ^reflection:mixin added (implements
4716: feature #1089)
4717:
4718: * tests/: 355.html, results/355.processed: property appears in
4719: derived class if added in base test added
4720:
4721: * src/types/pa_vstateless_class.h: get_method declaration +
4722: whitespace
4723:
4724: * tests/: 354.html, results/354.processed: nice test from method
4725: and property with one name in class added
4726:
4727: 2016-09-23 moko
4728:
4729: * src/classes/reflection.C: ^reflection:method usage documented
4730:
4731: 2016-09-22 moko
4732:
4733: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4734: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4735: compile warning and GPF occures on VS2003 (related to feature
4736: #1087)
4737:
4738: * tests/: 350.html, results/350.processed: test added for
4739: $.encloser[] support in ^table::create (related to feature #11)
4740:
4741: * src/classes/table.C: another minor fix (related to feature #11)
4742:
1.107 moko 4743: 2016-09-21 moko
4744:
4745: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4746:
4747: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4748: classes/json.C, classes/string.C, classes/table.C,
4749: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4750: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4751: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4752: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4753: pa_charsets, vs2015 warning war
4754:
4755: * src/classes/table.C: vs2015 warning war
4756:
4757: * src/types/pa_vdate.C: vs2015 warning war
4758:
4759: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4760:
4761: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4762: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4763:
4764: * src/main/pa_common.C: vs2015 compilation fixes
4765:
4766: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4767: vs2015 compilation fixes
4768:
4769: * src/main/pa_charset.C: vs2015 warning war
4770:
4771: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4772:
4773: * src/main/pa_charset.C: vs2015 warning war
4774:
4775: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4776:
4777: * src/types/pa_vdate.C: vs2015 compilation fix
4778:
4779: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4780:
4781: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4782: VS2015 compilation fixes
4783:
4784: * src/classes/table.C: minor fix (related to feature #11)
4785:
4786: * tests/results/282.processed: no longer skipping extra enclosers
4787: (related to feature #11)
4788:
4789: * src/classes/table.C: minor fix + no longer skipping extra
4790: enclosers (related to feature #11)
4791:
4792: * src/classes/table.C: minor optimization (related to feature #11)
4793:
4794: * src/classes/table.C: minor fix and optimization (related to
4795: feature #11)
4796:
4797: 2016-09-20 moko
4798:
4799: * tests/: 353.html, results/353.processed: test for
4800: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4801: added (related to bug #1090)
4802:
4803: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4804: one_big_piece (fixes bug #1090)
4805:
4806: * tests/: 229.html, results/229.processed: code coverage tests
4807:
4808: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4809: body) was called
4810:
4811: * src/classes/op.C: whitespace
4812:
4813: * tests/: 323.html, results/323.processed: test for code junction
4814: should not be returned by ^reflection:class, ^reflection:base
4815:
4816: * src/classes/reflection.C: bugfix: code junction should not be
4817: returned by ^reflection:class, ^reflection:base
4818:
4819: * tests/: 323.html, 352.html, results/352.processed: no more
4820: exception for ^reflection:method[class;no-such-method] (related
4821: to feature #1087)
4822:
4823: * src/classes/reflection.C:
4824: ^reflection:method[class;no-such-method] : exception -> void
4825: (related to feature #1087)
4826:
4827: * src/include/pa_request.h: request::write_value added to allow
4828: write value without convertion (related to issue #1091)
4829:
4830: 2016-09-19 moko
4831:
4832: * src/main/pa_random.C: windows build fix
4833:
4834: * src/types/pa_vhash.h: warning war
4835:
4836: 2016-09-14 moko
4837:
4838: * tests/: 352.html, 552.html, results/352.processed,
4839: results/552.processed: test for ^reflection:method[] extension
4840: added (related to feature #1087)
4841:
4842: * tests/: 552.html, results/552.processed: test for
4843: ^reflection:method[] extension added (related to feature #1087)
4844:
4845: * src/classes/reflection.C: compatibility issue fixed, VClass
4846: dynamic_cast check added (related to feature #1087)
4847:
4848: * tests/: 351.html, results/351.processed: test for @auto[]
4849: inheritance bug diring ^process[] added (related to bug #1088)
4850:
4851: * src/: classes/op.C, main/pa_request.C,
4852: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4853: disable it inheritance during ^process (fixes bug #1088)
4854:
4855: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4856: added (implements feature #1087)
4857:
4858: 2016-09-13 moko
4859:
4860: * tests/: 349.html, results/auto.p: test for objects prototyping
4861: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4862: to feature #1086)
4863:
4864: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4865: types/pa_vobject.C: objects now are not class instances, but have
4866: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4867: in @conf (implements feature #1086)
4868:
4869: 2016-09-08 moko
4870:
4871: * src/: classes/file.C, classes/mail.C, classes/string.C,
4872: classes/table.C, main/pa_http.C, main/pa_string.C,
4873: include/pa_string.h: cleanup: string::split limit argument
4874: removed as no longer required, pos_after no longer reference
4875: (related to feature #11)
4876:
4877: * src/classes/table.C, tests/results/348.processed: now exception
4878: is rised when invalid option is passed to ^table::create[]
4879:
4880: * tests/: 282.cfg, 282.html, results/282.processed: more code
4881: coverage tests
4882:
4883: * tests/: 348.html, results/348.processed: code coverage tests
4884: added
4885:
4886: * tests/: 348.html, results/348.processed: generic ^table::create[]
4887: tests
4888:
4889: * tests/: 035.html, results/035.processed, results/272.processed:
4890: tests updated after $.encloser[] support for ^table::create
4891: implementation (related to feature #11)
4892:
4893: * src/classes/table.C: $.encloser[] support for ^table::create
4894: finally added (implements feature #11)
4895:
4896: 2016-09-07 moko
4897:
4898: * src/include/pa_string.h: added StringSplitHelper as friend
4899: (related to feature #11)
4900:
4901: * src/include/pa_string.h: body and langs now protected, not
4902: private to allow inheritance (related to feature #11)
4903:
4904: * src/classes/table.C: lsplit optimized before cloning for
4905: ^table::create with $.encloser[] (related to feature #11)
4906:
4907: * src/classes/table.C: optimizaion: TableControlChars.separators
4908: added and used (related to feature #11)
4909:
4910: * src/classes/table.C: spelling:
4911:
4912: TableSeparators -> TableControlChars column -> separator
4913: separators -> control_chars
4914:
4915: 2016-09-06 moko
4916:
4917: * src/main/pa_string.C: whitespace
4918:
4919: * src/main/pa_string.C: whitespace
4920:
4921: 2016-09-01 moko
4922:
4923: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4924: results OS-independent
4925:
4926: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4927: compiler (related to feature #1042)
4928:
4929: 2016-08-15 moko
4930:
4931: * src/include/pa_string.h: whitespace
4932:
4933: * src/classes/table.C: whitespace
4934:
1.106 moko 4935: 2016-08-05 moko
4936:
4937: * tests/: 344.html, results/344.processed: test for
4938: ^hash::create[$file] added (related to feature #1075)
4939:
4940: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4941: supported (implements feature #1075)
4942:
4943: 2016-08-04 moko
4944:
4945: * tests/: 341.html, results/341.processed: more code coverage tests
4946:
4947: * tests/: 346-curl.html, results/346-curl.processed: more code
4948: coverage tests for curl
4949:
4950: * tests/: 346-curl.html, results/346-curl.processed: more code
4951: coverage tests for curl
4952:
4953: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4954: results/223.processed: code coverage tests: $.form[ $.table[] ]
4955: test added
4956:
4957: * tests/: 223-curl.html, results/223-curl.processed: more code
4958: coverage tests for curl
4959:
4960: 2016-08-03 moko
4961:
4962: * src/classes/curl.C: dlink(curl_library) now called not once, but
4963: until it will be loaded, allowing to find existing library.
4964:
4965: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4966: results/347-curl.processed: more code coverage tests for curl
4967:
4968: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4969: results/339-curl.processed, results/346-curl.processed: curl
4970: functionality tests
4971:
4972: 2016-08-02 moko
4973:
4974: * tests/: 339.html, results/339.processed: test for tables in
4975: ^file:load[] and ^curl:load[] (commented) added (related to
4976: feature #1042)
4977:
4978: * tests/: 345.html, results/345.processed: code coverage tests for
4979: file class
4980:
4981: * tests/: 344.html, results/344.processed: code coverage tests
4982:
4983: * tests/: 344.html, results/344.processed: mdate removed from
4984: output
4985:
4986: * src/classes/file.C: minor bugfix: is_text should be taked from
4987: fcontent.is_text_mode() if not set (related to feature #1061)
4988:
4989: * tests/: 344.html, results/344.processed: more tests
4990:
4991: * tests/: 343.html, 344.html, results/343.processed,
4992: results/344.processed: tests for ^file::create[ $.from-charset
4993: and $.to-charset ] (related to feature #1061)
4994:
4995: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4996: aset_text_mode argument optimized
4997:
4998: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4999: checkBOM now used in detect_binary_content (related to feature
5000: #1061)
5001:
5002: * src/main/pa_request.C: load_charset no longer required to_upper
5003:
5004: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5005: preserves original file mode (if no $.mode specified)
5006:
5007: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5008: ^file::create now supports $.from-charset[] and $.to-charset
5009: options (implements feature #1061), automatic transcode is done
5010: if text file is created from binary file and charset is detected.
5011:
5012: 2016-07-30 moko
5013:
5014: * src/classes/table.C: ^t.hash[..;] now supported (related to
5015: feature #1057)
5016:
5017: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5018: added (related to feature #1057)
5019:
5020: * tests/: 286.html, results/286.processed: code tests coverage
5021:
5022: 2016-07-29 moko
5023:
5024: * src/classes/table.C: table size should be checked inside menu and
5025: foreach (related to feature #858)
5026:
5027: * src/: classes/curl.C, classes/file.C, classes/string.C,
5028: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5029: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5030: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5031: charsets.get now does str_upper inside (related to feature #1061)
5032:
5033: * tests/: 342.html, results/342.processed: more code coverage tests
5034:
5035: * tests/: 342.html, outputs/342.processed: table menu code coverage
5036: + foreach test added (related to feature #858)
5037:
5038: * tests/: 341.html, results/341.processed: tests for
5039: ^table.hash[]{code} added + code coverage tests (related to
5040: feature #1057)
5041:
5042: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5043: value} support (implements feature #1057)
5044:
5045: * src/classes/table.C: whitespace
5046:
5047: 2016-07-28 moko
5048:
5049: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5050: from URL, if not specified query string removed from url-based
5051: filenames in ^curl:load[] and ^file::load[] (related to feature
5052: #1042)
5053:
5054: 2016-07-27 moko
5055:
5056: * tests/: 340.html, results/340.processed: test for
5057: transcode_text_result=false added (related to issue #1042)
5058:
5059: 2016-07-26 moko
5060:
5061: * src/types/pa_vfile.C: file name should not be empty (if file path
5062: is folder and ends with /) (related to feature #1042)
5063:
5064: * src/main/pa_http.C: whitespace optimizaion
5065:
5066: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5067: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5068: multiple headers, ^file::load supports headers transcoding
5069: (implements feature #1042)
5070:
5071: 2016-07-25 moko
5072:
5073: * src/include/pa_common.h: PA_DEFAULT added
5074:
5075: 2016-07-22 moko
5076:
5077: * tests/: 338.html, results/338.processed: test for
5078: $date.field(value) added (related to feature #1066)
5079:
5080: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5081: $date.field(value) now supported for y/m/d/h/m/s (implements
5082: feature #1066)
5083:
1.105 moko 5084: 2016-07-21 moko
5085:
5086: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5087: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5088: arguments removed; image.C - absolute path shown in exception
5089: (implements feature #1071)
5090:
5091: * tests/: 235.html, results/235.processed: test and test result
5092: updated after static boundary in mail and Errors-To: mail header
5093: removed (related to feature #1047)
5094:
5095: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5096: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5097: used, static boundary in mail removed, Errors-To: mail header
5098: removed (implements feature #1047)
5099:
5100: 2016-07-20 moko
5101:
5102: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5103: equest.classes(): Value -> VStateless_class, part 3 (related to
5104: issue #1051)
5105:
5106: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5107: request.classes(): Value -> VStateless_class, part 2 (related to
5108: issue #1051)
5109:
5110: * tests/results/: 224.processed, 323.processed: classes without
5111: methods should not be methoded (related to issue #1051)
5112:
5113: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5114: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5115: -> VStateless_class, part 1 (related to issue #1051)
5116:
5117: * tests/: 337.html, results/337.processed: test for
5118: ^reflection:fields_reference[] and VHashReference class added
5119: (related to feature #1072)
5120:
5121: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5122: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5123: and VHashReference added, allowing ^reflection:fields_reference[]
5124: implementation (closes feature #1072)
5125:
5126: 2016-07-19 moko
5127:
5128: * tests/: 323.html, results/323.processed: we want to see
5129: "methoded"
5130:
5131: * tests/: 336.html, results/336.processed: test for $BASE:property
5132: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5133: #1059)
5134:
5135: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5136: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5137: somebody_entered_some_class, $BASE:property works again,
5138: ^BASE:method[] bugs fixed (fixes bug #1059)
5139:
5140: 2016-07-14 moko
5141:
5142: * tests/: 335.html, results/335.processed: test for feature #1055
5143: added
5144:
5145: * src/classes/hash.C: bugfix: $._default was not copied if empty
5146: feature: ^hash.contains[_default] added (implements feature
5147: #1055)
5148:
5149: 2016-07-13 moko
5150:
5151: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5152: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5153:
5154: 2016-07-05 moko
5155:
5156: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5157: in ^hash.foreach (related to feature #1073)
5158:
5159: 2016-07-04 moko
5160:
5161: * tests/: 134.html, 281.html, results/134.processed,
5162: results/281.processed: tests updated after hash blocking removed
5163: (related to feature #1073)
5164:
5165: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5166: no longer blocks on change during foreach (implements feature
5167: #1073)
5168:
5169: 2016-06-17 moko
5170:
5171: * tests/: 330.html, results/330.processed: try exception source
5172: test added (related to bug in #1062)
5173:
5174: * tests/: 334.html, results/334.processed: Exception stack trace
5175: test added (related to bug in $1062)
5176:
5177: * src/classes/op.C: Exception trace now correctly restored and
5178: errors reported (related to bug #1062)
5179:
1.104 moko 5180: 2016-05-25 moko
5181:
5182: * src/main/compile.y: minor cleanup + beauty
5183:
5184: 2016-05-24 moko
5185:
5186: * tests/: 333.html, results/333.processed: more exceptions testing
5187:
5188: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5189: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5190: features #1056, #1026)
5191:
5192: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5193: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5194: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5195: (implements feature #1056)
5196:
5197: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5198: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5199: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5200: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5201: feature #1026)
5202:
5203: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5204: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5205: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5206: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5207: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5208: feature #1026)
5209:
5210: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5211: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5212: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5213: SYMBOLS_CACHING define implemented (related to feature #1026)
5214:
5215: * src/main/main.vcproj: + ps_symbols
5216:
5217: * src/: include/Makefile.am, include/pa_string.h,
5218: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5219: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5220: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5221: types/pa_vstateless_class.C: initial implementation for symbols
5222: cache (related to feature #1026)
5223:
5224: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5225:
5226: * src/main/pa_globals.C: minor cleanup
5227:
5228: 2016-05-19 moko
5229:
5230: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5231: (related to feature #1046)
5232:
5233: * tests/: 331.html, results/331.processed: test for
5234: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5235: (related to feature #1051)
5236:
5237: * src/main/compile.y:
5238: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5239: (implements feature #1054)
5240:
5241: 2016-05-18 moko
5242:
5243: * src/types/pa_vtable.C, tests/results/324.processed: no more
5244: "column not found" exception for ^table.no-such-method[] (related
5245: to feature #1046)
5246:
5247: * tests/: 261.html, results/261.processed: test added and updated
5248: after feature #1046 implementation
5249:
5250: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5251: types/pa_vvoid.h: $string.anything works for whitespace strings,
5252: ^string.contains added for hash compatibility, $string.method no
5253: longer returns stting method (implements feature #1046)
5254:
5255: 2016-05-12 moko
5256:
5257: * src/classes/curl.C: content-type response header no longer
5258: ignored (fixes issue #1045)
5259:
5260: * tests/: 330.html, results/330.processed: test for incomplete
5261: finally execution when break occures added (related to issue
5262: #1077)
5263:
5264: * src/classes/op.C: bugfix: Request::skip reset is called before
5265: executing catch and finally code (fixes issue #1062)
5266:
5267: 2016-05-11 moko
5268:
5269: * tests/: 329.html, results/329.processed: test for invalid
5270: ^break[] behavour added (bug #1077)
5271:
5272: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5273:
5274: 2016-04-24 moko
5275:
5276: * src/types/pa_vstateless_class.h: warning war
5277:
5278: 2016-04-17 moko
5279:
5280: * tests/: 328.html, results/328.processed: test for
5281: ^break(condition) and ^continue(condition) (related to feature
5282: #1063)
5283:
5284: * src/classes/op.C: ^break(condition) and ^continue(condition)
5285: implemented (feature #1063)
5286:
5287: 2016-04-12 moko
5288:
5289: * tests/results/280.processed: ordered hash now used for class
5290: methods and properties (test results updated for feature #1069)
5291:
5292: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5293: to xdoc.C as under FreeBSD it was inited after and inheritance
5294: failed (related to issue #1051)
5295:
5296: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5297: are printed to check inheritance (related to feature #1051)
5298:
1.103 moko 5299: 2016-04-09 moko
5300:
5301: * tests/results/320.processed: ordered hash now used for class
5302: methods and properties (test results updated for feature #1069)
5303:
5304: * src/types/pa_vstateless_class.h: ordered hash now used for class
5305: methods and properties (implements feature #1069)
5306:
5307: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5308: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5309: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5310: feature #1051)
5311:
5312: 2016-04-07 moko
5313:
5314: * src/main/execute.C: returned Value in .CLASS case for VJunction
5315: (related to feature #1051)
5316:
5317: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5318: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5319: string constants deduplication (related to feature #1051)
5320:
5321: * tests/results/224.processed: test result updated (related to
5322: feature #1051)
5323:
5324: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5325: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5326: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5327: types/pa_vstatus.h: classes hash now contains only
5328: VStateless_class derived objects, .CLASS is also allways
5329: VStateless_class derived object (related to feature #1051).
5330:
5331: 2016-04-06 moko
5332:
5333: * tests/results/323.processed: test result updated after feature
5334: #1051 implementation
5335:
5336: * src/: classes/classes.h, classes/op.C, classes/response.C,
5337: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5338: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5339: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5340: types/pa_vresponse.C, types/pa_vresponse.h,
5341: types/pa_vstateless_class.h: base -> methoded_donor for static
5342: classes, type() moved from VStateless_class to VClass and
5343: Methoded (implements feature #1051)
5344:
5345: 2016-04-04 moko
5346:
5347: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5348: beauty: put_class added (related to feature #1051)
5349:
5350: 2016-04-01 moko
5351:
5352: * tests/results/: 175.processed, 192.processed, 224.processed,
5353: 229.processed, 244.processed, 246.processed, 316.processed: test
5354: results updated as class.type() removed from error messages, only
5355: type() left (related to feature #1051)
5356:
5357: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5358: classes/op.C, classes/reflection.C, main/compile.y,
5359: main/compile_tools.h, main/execute.C, main/pa_request.C,
5360: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5361: types/pa_vmethod_frame.h, types/pa_vobject.h,
5362: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5363: from VStateless_class, type() is used instead (related to feature
5364: #1051)
5365:
5366: * src/classes/mail.C: old logic restored.
5367:
5368: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5369: classes/classes.h, classes/curl.C, classes/date.C,
5370: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5371: classes/hashfile.C, classes/image.C, classes/inet.C,
5372: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5373: classes/memcached.C, classes/memory.C, classes/reflection.C,
5374: classes/regex.C, classes/response.C, classes/string.C,
5375: classes/table.C, classes/xdoc.C, classes/xnode.C,
5376: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5377: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5378: feature #1051)
5379:
5380: 2016-03-30 moko
5381:
5382: * tests/: 327.html, results/224.processed, results/327.processed:
5383: test for TZ specification in ^date::create[], TZ is kept during
5384: ^date::create[$dt] (related to feature #1048)
5385:
5386: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5387: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5388: feature #1048)
5389:
5390: 2016-03-29 moko
5391:
5392: * tests/: 315.html, results/315.processed: test for timezone format
5393: +HHmm added (related to feature #1065)
5394:
5395: * src/classes/date.C: timezone format +HHmm now supported
5396: (implements feature #1065)
5397:
5398: 2016-03-28 moko
5399:
5400: * tests/: 202.html, results/131.processed, results/202.processed,
5401: results/224.processed, results/256.processed,
5402: results/315.processed: test results updated after %.2d now
5403: default for hours offset in iso-string (was %2d), test for
5404: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5405: added (related to feature #1065)
5406:
5407: 2016-03-27 moko
5408:
5409: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5410: feature #1065)
5411:
5412: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5413: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5414: added (implements feature #1065)
5415:
5416: 2016-03-24 moko
5417:
5418: * tests/: 202.html, results/202.processed: test $date.week added
5419: (related to bug #1067)
5420:
5421: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5422: date (fix for bug #1067)
5423:
5424: 2016-03-10 moko
5425:
5426: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5427:
1.102 moko 5428: 2015-12-07 moko
5429:
5430: * tests/: 326.html, results/326.processed: test for .CLASS &
5431: .CLASS_NAME optimization added (related to feature #844)
5432:
5433: 2015-11-17 moko
5434:
5435: * tests/: 323.html, results/323.processed: order added
5436:
5437: * tests/: 325.html, results/325.processed: double range test added
5438: (related to bug #1049)
5439:
5440: 2015-11-16 moko
5441:
5442: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5443: added to disallow NaN and Infinity (fixes bug #1049)
5444:
5445: 2015-11-11 moko
5446:
5447: * tests/324.html: parser 3.4.3 execution support added (related to
5448: feature #1017)
5449:
5450: * tests/: 324.html, results/324.processed: test for
5451: GET_ELEMENT4CALL feature added (feature #1017)
5452:
1.101 moko 5453: 2015-10-29 moko
5454:
1.211 moko 5455: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5456:
5457: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5458:
5459: * src/main/pa_exec.C: get_exit_status implemented for Windows
5460: (related to bug #1043)
5461:
5462: 2015-10-28 moko
5463:
5464: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5465: hangup during ^file::exec (fixes bug #1043)
5466:
1.100 moko 5467: 2015-10-27 moko
5468:
5469: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5470:
1.99 moko 5471: 2015-10-26 moko
5472:
1.100 moko 5473: * tests/322.html, src/classes/reflection.C: arguments reorder
5474: (related to issue #1041)
5475:
5476: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5477: Copyright year updated
5478:
1.99 moko 5479: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5480: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5481: classes/form.C, classes/hash.C, classes/hashfile.C,
5482: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5483: classes/mail.C, classes/math.C, classes/memcached.C,
5484: classes/memory.C, classes/op.C, classes/reflection.C,
5485: classes/regex.C, classes/response.C, classes/string.C,
5486: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5487: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5488: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5489: include/pa_config_fixed.h, include/pa_config_includes.h,
5490: include/pa_dictionary.h, include/pa_dir.h,
5491: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5492: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5493: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5494: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5495: include/pa_request_charsets.h, include/pa_request_info.h,
5496: include/pa_sapi.h, include/pa_socks.h,
5497: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5498: include/pa_stack.h, include/pa_string.h,
5499: include/pa_stylesheet_connection.h,
5500: include/pa_stylesheet_manager.h, include/pa_table.h,
5501: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5502: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5503: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5504: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5505: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5506: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5507: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5508: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5509: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5510: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5511: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5512: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5513: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5514: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5515: main/pa_string.C, main/pa_stylesheet_connection.C,
5516: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5517: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5518: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5519: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5520: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5521: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5522: targets/isapi/parser3isapi.C, types/pa_junction.h,
5523: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5524: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5525: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5526: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5527: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5528: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5529: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5530: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5531: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5532: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5533: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5534: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5535: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5536: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5537: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5538: types/pa_vresponse.C, types/pa_vresponse.h,
5539: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5540: types/pa_vstateless_object.h, types/pa_vstatus.C,
5541: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5542: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5543: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5544: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5545: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5546:
5547: * src/targets/cgi/parser3.C: year updated
5548:
5549: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5550: issue #1041)
5551:
5552: * tests/: 323.html, results/323.processed: test for base classes
5553: added
5554:
5555: * tests/: 261.html, results/261.processed: updated after better
5556: error reporting done for $string.key exception
5557:
5558: * src/types/pa_vstring.h: better error report for $string.key
5559: exception
5560:
5561: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5562: copied as VObject::get_element4call to remove extra virtual call
5563:
5564: * tests/: 322.html, results/322.processed: test for
5565: ^reflection:is[] added (related to feature #1041)
5566:
5567: * src/classes/reflection.C: ^reflection:is empty value is void
5568: (related to feature #1041)
5569:
5570: * src/classes/reflection.C:
5571: ^reflection:is[class_name|code|method;[context;]element_name]
5572: added (implements feature #1041)
5573:
5574: 2015-10-24 moko
5575:
5576: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5577:
1.98 moko 5578: 2015-10-22 moko
5579:
5580: * tests/: 321.html, results/321.processed: test for
5581: ^reflection:method_info[] file detection added
5582:
5583: * tests/: 320.html, results/320.processed: test for
5584: ^reflection:class_by_name[class_name] added (related to feature
5585: #993)
5586:
5587: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5588: added (implements feature #993)
5589:
5590: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5591: (related to feature #1017)
5592:
5593: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5594: added (related to issue #1039)
5595:
5596: * src/main/pa_request.C: ^throw origin fixed (related to feature
5597: #1039)
5598:
5599: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5600: for VDate
5601:
5602: * tests/results/182.processed: updated after feature #1038
5603: implemented
5604:
5605: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5606: compile-time exception origin added (test for feature #1039)
5607:
5608: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5609: main/pa_request.C: exception unification: compile-time exceptions
5610: now have origin, @USE origins also tracked (implements feature
5611: #1039)
5612:
5613: 2015-10-20 moko
5614:
5615: * src/main/pa_request.C: cleanup
5616:
5617: 2015-10-15 moko
5618:
5619: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5620:
5621: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5622: types/pa_vtable.C: new feature: no more $table.method and
5623: $hash.method, aliases for _at, _count, _key (related to feature
5624: #1017)
5625:
1.97 moko 5626: 2015-10-14 moko
5627:
1.98 moko 5628: * tests/: 317.html, results/317.processed: test for
5629: ^string.unescape[] added (related to feature #120)
5630:
1.97 moko 5631: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5632: defined" bug (described in issue #1036)
5633:
5634: * tests/: 247.html, results/247.processed: test for checkBOM added
5635: (test for bug #1037)
5636:
5637: * src/: include/pa_charsets.h, main/pa_charsets.C,
5638: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5639: it's not enforced, skips BOM signature if it complies charset
5640: (fixes bug #1037)
5641:
5642: 2015-10-13 moko
5643:
5644: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5645: linking
5646:
5647: * src/classes/inet.C: vs2003 compilation fix
5648:
5649: * src/classes/math.C: warning war
5650:
5651: * src/lib/punycode/pa_punycode.c: warning war
5652:
5653: 2015-10-12 moko
5654:
5655: * src/lib/punycode/pa_punycode.c: warning war
5656:
5657: * parser3.sln: moved parser3 first, to make it default startup
5658: project
5659:
5660: * buildall: parser "mirror" now used for external libs sources
5661: (implements feature #1036)
5662:
5663: * buildall: most external libs are updated to their current
5664: versions (related to feature #1036)
5665:
5666: * src/classes/image.C: more tags added
5667:
5668: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5669:
5670: 2015-10-11 moko
5671:
5672: * src/classes/curl.C: minor optimization (related to feature #1035)
5673:
5674: 2015-10-09 moko
5675:
5676: * src/classes/curl.C: pa_strdup added for strings from curl
5677: (related to feature #1035)
5678:
5679: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5680: ULLONG_MAX definition
5681:
5682: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5683: (implements feature #1035)
5684:
5685: * src/main/pa_charset.C: String::Body(String::C) used
5686:
5687: * src/main/pa_charset.C: exceptions unified
5688:
5689: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5690: unified
5691:
5692: * src/: classes/file.C, classes/image.C, classes/mail.C,
5693: classes/op.C, classes/xdoc.C, classes/xnode.C,
5694: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5695: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5696: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5697: String::Body(String::C) constructor added (related to bug #957)
5698:
5699: * src/classes/file.C: minor optimization
5700:
5701: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5702: Cord(char*) autocreation (related to bug #957)
5703:
5704: * src/: classes/string.C, main/untaint.C: minor optimizations
5705:
5706: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5707: String(char*, Lang, length) removed, String(C(), Lang) used
5708: instead (related to bug #957)
5709:
5710: 2015-10-08 moko
5711:
5712: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5713: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5714: main/untaint.C: Now char * is converted to CORD only using
5715: AS_CORD() to check for empty cord bug (fixes bug #957)
5716:
5717: * src/include/pa_hash.h: fixed compilation without
5718: HASH_CODE_CACHING
5719:
5720: * src/classes/string.C:
5721: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5722: feature #120)
5723:
5724: * src/main/pa_common.C: reduce js flags checks count (related to
5725: feature #120)
5726:
1.96 moko 5727: 2015-10-07 moko
5728:
5729: * tests/: 275.html, results/275.processed: test modified after
5730: unsigned long long int support implemented (feature #1034)
5731:
5732: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5733: pa_atoul added for unsigned long long int support
5734:
5735: 2015-10-06 moko
5736:
5737: * src/types/pa_vdate.C: INT_MAX used
5738:
5739: 2015-10-03 moko
5740:
5741: * tests/: 302.html, results/302.processed: test for bug #1023
5742: (\u2028, \u2029 escaping) added
5743:
5744: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5745: json:string[] (fixes bug #1023)
5746:
5747: 2015-09-29 moko
5748:
5749: * tests/305.html: try-catch added for OS without ipv6 support
5750:
5751: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5752: compilation
5753:
5754: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5755: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5756: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5757: implemented to distinguish ^hash.method from $hash.field
5758: (implements feature #1017)
5759:
5760: * src/lib/punycode/pa_punycode.c: warning war
5761:
5762: * src/include/pa_config_includes.h: warning war
5763:
5764: * src/include/pa_config_includes.h: pragma warning actualized a bit
5765:
5766: * src/include/pa_config_includes.h: warning war
5767:
5768: * src/include/pa_hash.h: clang compilation fix
5769:
5770: 2015-09-27 moko
5771:
5772: * src/main/compile.tab.C: Bison 3 is now default
5773:
5774: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5775:
5776: 2015-09-25 moko
5777:
5778: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5779: works with undefined HASH_ORDER (related to feature #196)
5780:
5781: 2015-09-24 moko
5782:
5783: * tests/: 027.html, results/027.processed: test modified to test
5784: ^hash.sort (feature #196)
5785:
5786: * src/: classes/hash.C, include/pa_hash.h:
5787: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5788: added (implements feature #196)
5789:
5790: * tests/: 316.html, results/316.processed: Added test for bug #1025
5791: (exception handling in non-cached ^cache), plus for "it does not
5792: have logical value" and "$exception.handled value must be either
5793: boolean or string 'cache'" exceptions.
5794:
5795: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5796: code (fixes bug #1025)
5797:
1.95 moko 5798: 2015-09-23 moko
5799:
5800: * src/classes/table.C: warning war
5801:
5802: * src/: classes/math.C, types/pa_vcookie.C: warning war
5803:
5804: * src/classes/file.C: warning war
5805:
5806: * src/: include/pa_table.h, main/pa_table.C: warning war
5807:
5808: * src/: main/pa_request.C, classes/date.C: warning war
5809:
5810: * src/: types/pa_vdate.C, classes/op.C: warning war
5811:
5812: * tests/: 122.html, results/122.processed: win sync: to remove
5813: differences with OS that doesn't keep timezone change history
5814:
5815: * src/types/pa_vdate.C: tzset() should be called in Windows after
5816: TZ change (related to feature #36)
5817:
5818: * tests/: 075.html, results/075.processed: win sync: to remove
5819: differences with OS that doesn't keep timezone change history
5820:
5821: * tests/: 315.html, results/315.processed: win sync: to remove
5822: differences with OS that doesn't keep timezone change history
5823:
5824: * tests/: 256.html, results/256.processed: win sync: to remove
5825: differences with OS that doesn't keep timezone change history
5826:
5827: * tests/: 124.html, results/124.processed: win results sync: to
5828: avoid hitting time change hole.
5829:
5830: * src/types/pa_vdate.C: static returned. :)
5831:
5832: 2015-09-22 moko
5833:
5834: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5835:
5836: * tests/results/131.processed: more tests for feature #1032
5837:
5838: * src/classes/date.C: minor fix related to feature #1032
5839:
1.211 moko 5840: * operators.ru.txt, operators.txt: ISO date creation documented
5841: (related to feature #1032)
1.95 moko 5842:
1.211 moko 5843: * operators.ru.txt, operators.txt: iso-string documented (related
5844: to feature #1032)
1.95 moko 5845:
5846: * tests/: 315.html, results/315.processed: more tests added
5847: (related to feature #1032)
5848:
5849: * tests/: 131.html, results/131.processed: date range checks
5850: updated (related to feature #36)
5851:
5852: * tests/: 315.html, results/057.processed, results/315.processed:
5853: test added for ISO date support (related to issue #315)
5854:
5855: * src/classes/date.C: more readable exceptions in date creation
5856: (related to ticket #1032)
5857:
5858: 2015-09-18 moko
5859:
5860: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5861: added (related to issue #1032)
5862:
5863: * tests/results/256.processed, src/classes/json.C: iso-string
5864: documented (related to issue #1032)
5865:
5866: * tests/: 256.html, results/256.processed: ISO date check added
5867: (related to issue #1032)
5868:
5869: * tests/: 057.html, results/057.processed, results/224.processed:
5870: tests results updated after ISO date support implemented (related
5871: to feature #1032)
5872:
5873: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5874: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5875: ^date::create[string] constructor formalized, ^date.iso-string[]
5876: added (implements feature #1032)
5877:
5878: 2015-09-05 moko
5879:
1.211 moko 5880: * operators.ru.txt, operators.txt: actualized
1.95 moko 5881:
1.211 moko 5882: * operators.ru.txt, operators.txt: date changes documented (related
5883: to ticket #36)
1.95 moko 5884:
5885: 2015-09-04 moko
5886:
5887: * src/types/pa_vdate.C: warning war
5888:
5889: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5890:
5891: 2015-09-03 moko
5892:
5893: * tests/results/096.processed: test result updated for 0..9999 year
5894: date range support (related to feature #36)
5895:
5896: * tests/: 314.html, results/314.processed: test for
5897: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5898: bug #1031)
5899:
5900: * src/classes/string.C: Static calls fixed for ^string:base64[],
5901: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5902:
1.116 moko 5903: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5904: configure.in -> configure.ac
1.95 moko 5905:
1.116 moko 5906: * configure, configure.in, src/include/pa_config_auto.h.in: more
5907: correct timezone check for FreeBSD Warning war: configure.in ->
5908: configure.ac
1.95 moko 5909:
5910: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5911: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5912: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5913: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5914: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5915: src/main/Makefile.am, src/targets/apache/Makefile.am,
5916: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5917: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5918: check added
5919:
5920: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5921:
5922: * tests/results/: 124.processed, 224.processed: test resuls updated
5923: for new date implementation (related to feature #36)
5924:
5925: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5926: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5927: types/pa_vdate.h: new double date implementation with internal
5928: support for extended 0..9999 year range, default timezone support
5929: (related to feature #36)
5930:
5931: 2015-08-28 moko
5932:
5933: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5934: (fixes bug #1030)
5935:
5936: 2015-08-21 moko
5937:
5938: * src/classes/inet.C: snprintf size "bug" commented
5939:
5940: * src/main/pa_common.C: snprintf comments updated
5941:
5942: 2015-08-16 moko
5943:
5944: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5945:
5946: 2015-08-11 moko
5947:
5948: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5949: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5950: can be null (fixes bug #1029)
5951:
5952: 2015-08-06 moko
5953:
1.116 moko 5954: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5955: pa_vdate.C added
1.95 moko 5956:
5957: 2015-08-05 moko
5958:
5959: * tests/: 313.html, results/313.processed: test for
5960: ^table.count[columns] and ^table.flip[] with nameless tables
5961: (feature #1003)
5962:
5963: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5964: max_cell added, now ^table.count[columns] and ^table.flip[] works
5965: correctly for nameless tables (implements feature #1003)
5966:
5967: 2015-08-03 moko
5968:
5969: * tests/312.html: test for ^table.append[$hash] and
5970: ^table.insert[$hash] added (related to feature #1028)
5971:
5972: * src/classes/table.C: ^table.append[$hash] and
5973: ^table.insert[$hash] now supported (implements feature #1028)
5974:
5975: * tests/: 312.html, results/312.processed: test row copy in
5976: ^table.hash[; $.type[table] ] added (related to feature #1016)
5977:
5978: * src/classes/table.C: row copy now created in ^table.hash[;
5979: $.type[table] ] (related to feature #1016)
5980:
5981: 2015-07-29 moko
5982:
5983: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5984: added (related to feature #1016)
5985:
5986: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5987: ^table.delete[] added to delete current row (related to feature
5988: 1016)
5989:
5990: 2015-07-28 moko
5991:
5992: * tests/: 312.html, results/312.processed: test for
5993: $table.column[value] and ^table.insert{row} (related to feature
5994: #1016)
5995:
5996: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5997: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5998: ^table.insert{row} are now implemented (feature #1016)
5999:
6000: * src/include/pa_array.h: Optimization: bool reverse removed from
6001: append(), insert() added, memmove arguments order in remove()
6002: fixed (related to feature #1016)
6003:
6004: 2015-07-23 moko
6005:
6006: * src/classes/json.C: tainted json and empty json exception added
6007: (implements feature #1015)
6008:
6009: * tests/: 311.html, results/311.processed: empty json and tainted
6010: json exception test added (related to issue #1015)
6011:
6012: 2015-07-22 moko
6013:
6014: * tests/: 311.html, results/311.processed: test for UTF-8
6015: processing added
6016:
6017: * tests/: 311.html, results/311.processed: test for
6018: json_exception_with_source added (related to issue #394)
6019:
6020: * src/classes/json.C: json_exception_with_source added (implements
6021: feature #394)
6022:
6023: 2015-06-29 moko
6024:
6025: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6026: directories are now correctly determined if _d_type == DT_UNKNOWN
6027: (closes bug #1027)
6028:
6029: 2015-06-10 moko
6030:
6031: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6032: error if libxml has LIBXML_ICU_ENABLED.
6033:
6034: 2015-06-04 moko
6035:
6036: * tests/099.html: ups, reverting
6037:
6038: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6039: results/310.processed: tests for $response:body[ $.file[] ] and
6040: $response:last-modified added
6041:
6042: * src/main/pa_request.C: last-modified check fixed
6043:
6044: 2015-06-03 moko
6045:
6046: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6047: results/205.processed, results/293.processed: $response:headers
6048: logging added (tests for feature #1007)
6049:
6050: * src/: include/pa_common.h, include/pa_request.h,
6051: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6052: $response:headers are now in uppercase (closes feature #1007)
6053:
6054: 2015-06-02 moko
6055:
6056: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6057: build errors reverted for clang compatibility
6058:
6059: 2015-06-01 moko
6060:
6061: * src/include/pa_memory.h: -pedantic build errors fixed
6062:
6063: * src/classes/math.C: -pedantic build error fixed
6064:
6065: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6066:
6067: 2015-05-31 moko
6068:
6069: * src/classes/table.C: USE_STRINGSTREAM optimized
6070:
6071: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6072: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6073: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6074: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6075: types/pa_vxnode.h: warning war (-pedantic flag)
6076:
6077: 2015-05-28 moko
6078:
6079: * tests/: 308.html, results/308.processed: test for
6080: ^table::create[$t;], etc work added (related to bug #975)
6081:
6082: * src/classes/table.C: check_option_param removed,
6083: ^table::create[$t;], etc now works (fixes bug #975)
6084:
6085: 2015-05-27 moko
6086:
6087: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6088: (Debian jessie) fixed (closes issue #1024)
6089:
6090: * tests/Makefile: sort added as in Debian jessie list become
6091: unsorted
6092:
6093: 2015-05-18 moko
6094:
6095: * tests/: 201.html, results/201.processed: test for
6096: ^string.trim[what] feature #1022
6097:
6098: * src/classes/string.C: ^string.trim[what] now supported,
6099: implements feature #1022
6100:
6101: 2015-05-17 moko
6102:
6103: * tests/results/185.processed: test result updated as feature #1021
6104: implemented (left/right accept negative parameter)
6105:
6106: * src/classes/string.C: left/right now accept negative parameter
6107: (implements feature #1021)
6108:
6109: 2015-05-08 moko
6110:
6111: * src/classes/math.C: isalnum -> pa_isalnum
6112:
6113: * src/main/execute.C: optimization in getter-junction processing
6114: (related to issue #997)
6115:
6116: 2015-05-07 moko
6117:
6118: * tests/: 307.html, results/307.processed: test for issue #997
6119: added
6120:
6121: * src/main/execute.C: process_getter result now checked if junction
6122: returned (closes issue #997)
6123:
6124: * tests/: 305.html, results/305.processed: sort added to ignore
6125: different order
6126:
6127: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6128: assignment (closes issue #994)
6129:
6130: * tests/: 306.html, results/306.processed: test for issue #994
6131: added
6132:
6133: * tests/: 303.html, results/303.processed: two more errors tested
6134:
6135: 2015-05-06 moko
6136:
6137: * tests/: 305.html, results/305.processed: test for name2ip &
6138: ip2name added (related to feature #992)
6139:
6140: * tests/: 303.html, 304.html, results/303.processed,
6141: results/304.processed: tests for idna conversion added (related
6142: to issue #849)
6143:
6144: 2015-05-02 moko
6145:
6146: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6147: implemented
6148:
6149: 2015-04-30 moko
6150:
6151: * src/main/pa_http.C: idna_host added, related to issue #849
6152:
6153: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6154: (related to issue #849)
6155:
6156: 2015-04-24 moko
6157:
6158: * src/types/pa_vjunction.C: warning war
6159:
6160: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6161: unification
6162:
6163: * src/lib/punycode/pa_idna.c: warning war
6164:
6165: 2015-04-22 moko
6166:
6167: * src/main/main.vcproj: punycode include path added
6168:
6169: * src/lib/punycode/pa_idna.c: windows compile error fixed
6170:
6171: * src/lib/punycode/pa_idna.c: warning war
6172:
6173: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6174: project file added
6175:
6176: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6177:
6178: * src/include/pa_memory.h: warning war
6179:
6180: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6181: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6182: implemented (related to feature #849)
6183:
6184: * configure.in, src/main/Makefile.am,
6185: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6186: libpunycode added in Unix
6187:
6188: 2015-04-21 moko
6189:
6190: * configure.in: large files support
6191:
6192: 2015-04-15 moko
6193:
6194: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6195: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6196: pa_punycode.h: initial version for punycode/idna support library
6197: (ticket #849)
6198:
6199: 2015-04-08 moko
6200:
6201: * src/: classes/curl.C, classes/date.C, classes/file.C,
6202: classes/image.C, classes/mail.C, classes/reflection.C,
6203: classes/string.C, classes/xnode.C, include/pa_request.h,
6204: include/pa_string.h, include/pa_stylesheet_connection.h,
6205: main/compile.y, main/compile_tools.h, main/execute.C,
6206: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6207: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6208: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6209: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6210: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6211: clang compiler warnings (closes issue #1018)
6212:
6213: * src/include/pa_string.h: String::Body comparation operators with
6214: char * added (related to issue #958)
6215:
6216: 2015-04-07 moko
6217:
6218: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6219: pa_malloc/pa_free to remove system malloc/free usage (related to
6220: issue #1018)
6221:
6222: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6223: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6224: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6225: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6226: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6227: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6228: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6229: malloc/strdup/free replaced with pa_ version and checks for
6230: accidental use of non-pa_ version added (related to issue #1018)
6231:
6232: 2015-04-03 moko
6233:
6234: * buildall: pcre-8.33 -> pcre-8.36
6235:
6236: * src/: main/compile.y, classes/form.C, classes/mail.C,
6237: classes/op.C, classes/string.C, main/compile.tab.C,
6238: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6239: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6240: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6241: ticket #958)
6242:
6243: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6244: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6245: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6246: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6247: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6248: $request:headers, $request:method added (implements feature
6249: #1007)
6250:
6251: 2015-03-17 misha
6252:
6253: * tests/302.html: - test for
6254: ^json:string[...;$._default[method-name]]
6255:
6256: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6257: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6258: option $._default[method-name] is specified in ^json:string[], a
6259: method with specified name will be called for classes/objects
6260: serialization ( new feature: #982 )
6261:
6262: 2015-03-16 misha
6263:
6264: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6265: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6266: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6267: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6268: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6269: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6270: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6271: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6272: types/pa_vrequest.h, types/pa_vstateless_class.C,
6273: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6274: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6275: $var.CLASS_NAME now have special opcodes. This can be switched
6276: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6277: on pa_opcode.h ( new feature: #844 )
6278:
6279: 2015-03-15 misha
6280:
6281: * tests/075.html: - test for $response:header[]
6282:
6283: * src/types/pa_vresponse.C: - $response:header[] deletes header
6284: that was set earlie ( new feature: #1001 )
6285:
6286: 2015-03-12 misha
6287:
6288: * tests/246.html: - more tests for ^hash._at[]
6289:
6290: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6291: accepts second param [key|value|hash] ( new feature: #1012 )
6292:
6293: 2015-03-09 moko
6294:
6295: * src/types/pa_vmail.C: exception for everything but
6296: $mail:received, closes issue #1011
6297:
6298: 2015-02-20 moko
6299:
6300: * tests/: 275.html, results/275.processed: hex detection in
6301: pa_atoui fix test (closes issue #1010)
6302:
6303: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6304: issue #1010)
6305:
6306: 2015-02-17 moko
6307:
6308: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6309: tainted.
6310:
6311: 2015-02-03 misha
6312:
6313: * tests/301.html: - test for ^json:string($double) causes
6314: exception. bugfix: #1008
6315:
6316: * src/classes/json.C: - ^json:string($double) causes exception.
6317: bugfix: #1008
6318:
6319: * tests/014.html: - updated for work with ^hash.delete[]
6320:
6321: 2015-01-12 misha
6322:
6323: * src/: classes/form.C, include/pa_common.h,
6324: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6325: types/pa_vform.h: - supports body with PUT method as well ( new
6326: feature: #1006 )
6327:
6328: * src/classes/file.C: - warnings war
6329:
6330: 2015-01-11 misha
6331:
6332: * tests/300.html: - test for ^hash.delete[] is added
6333:
6334: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6335: feature: #989 ) - tiny optimization in intersects
6336:
6337: 2015-01-06 moko
6338:
6339: * src/types/pa_vmail.C: file names transcode added, to and cc added
6340: with transcode, attachments detection fixed
6341:
6342: * src/main/pa_request.C: filling mail received after cgi/auto.p
6343: load to allow charset switch (related to issue #996)
6344:
6345: 2014-12-31 moko
6346:
6347: * src/types/pa_vmail.C: from and subject now transcoded if not
6348: UTF-8 source charset (fixes issue 996)
6349:
6350: * src/main/pa_exception.C: fixed string from stack bug (closes
6351: issue #1000)
6352:
6353: 2014-12-11 misha
6354:
6355: * src/types/pa_vhashfile.C: - check if key is not empty before
6356: access ( bug fix: #1005 )
6357:
6358: 2014-11-13 misha
6359:
6360: * src/main/compile.y: - PC.append does not reset to false while
6361: creating a new class. bugfix: #990
6362:
6363: * tests/299.html: - test for creation class after working with
6364: partial class (create+append)
6365:
6366: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6367: #995
6368:
6369: * tests/232.html: - test for @get[def] added
6370:
6371: 2014-10-12 moko
6372:
6373: * src/lib/pcre/pcre_internal.vcproj: correct path
6374:
6375: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6376: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6377: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6378: targets/apache/ApacheModuleParser3.vcproj,
6379: targets/apache/ApacheModuleParser3Core.vcproj,
6380: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6381: types/types.vcproj: project GUID inserted in *.vcproj for correct
6382: conversion in newer VS versions
6383:
6384: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6385: pcre_internal.vcproj added
6386:
6387: 2014-08-28 moko
6388:
6389: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6390: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6391: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6392:
6393: 2014-06-30 misha
6394:
6395: * tests/298.html: - tests for ^reflection:def[class;className]
6396: added
6397:
6398: * src/classes/reflection.C: - ^reflection:def[class;className]
6399: added ( new feature: #918 )
6400:
6401: 2014-06-29 misha
6402:
6403: * src/classes/table.C: - ^table::create[unsupported data] -
6404: exception comment changed to "body must be table or code" ( bug
6405: fix: #951 )
6406:
6407: * tests/: 261.html, results/261.processed: - tests for
6408: ^json:string[...;$.void[null|string]] added
6409:
6410: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6411: option $.void[string|null] added to ^json:string[...] ( new
6412: feature: #952 )
6413:
6414: 2014-06-28 moko
6415:
6416: * src/classes/curl.C: $.charset now processed before other curl
6417: options (closes issue #980)
6418:
6419: 2014-05-23 misha
6420:
6421: * src/classes/json.C: - bug fix: #987
6422:
6423: 2014-05-04 misha
6424:
6425: * tests/: 253.html, 253_json.txt: - test for
6426: ^json:parse[$.int(false)] is added
6427:
6428: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6429: default true). The option is similar to $.double(bool) but for
6430: integers.
6431:
6432: 2014-05-01 moko
6433:
6434: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6435: #12 )
6436:
6437: 2014-04-16 moko
6438:
6439: * src/main/pa_http.C: response-charset option should finally work
6440: now (fix for issue #867)
6441:
6442: * src/main/pa_http.C: response-charset option should work now (fix
6443: for issue #867)
6444:
6445: 2014-03-07 moko
6446:
6447: * buildall: libgc moved
6448:
6449: * buildall: libgc moved
6450:
6451: 2013-12-29 moko
6452:
6453: * src/classes/string.C: ^string:js-unescape result now tainted,
6454: closes issue #966
6455:
6456: * tests/: 186.html, results/186.processed: ^string:js-unescape
6457: result now tainted, issue #966
6458:
6459: 2013-12-03 moko
6460:
6461: * src/: classes/memcached.C, types/pa_vmemcached.C,
6462: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6463: option was added for http://www.parser.ru/forum/?id=79343
6464:
6465: * src/classes/file.C: bugfix for
6466: http://www.parser.ru/forum/?id=79337
6467:
6468: 2013-11-05 moko
6469:
6470: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6471:
6472: * src/main/pa_globals.C: spelling fixed
6473:
6474: 2013-10-29 moko
6475:
6476: * src/lib/json/json.vcproj: json.c -> pa_json.C
6477:
6478: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6479: #892
6480:
6481: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6482: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6483: exceptions to be thrown thougth json library), related to issue
6484: #892
6485:
6486: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6487: related to issue #896
6488:
6489: 2013-10-24 moko
6490:
6491: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6492:
6493: 2013-10-23 moko
6494:
6495: * README: actualization
6496:
6497: 2013-10-22 moko
6498:
6499: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6500: compatibility patch from Sergey Kirpichev
6501:
6502: * tests/: 297.html, results/297.processed: non-working getter fix
6503: test for issue #948
6504:
6505: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6506: called when saving value of $match variable in ^string.match[] to
6507: increase compatibility (related to issue #948).
6508:
6509: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6510: usage optimization
6511:
6512: 2013-10-21 moko
6513:
6514: * tests/: 182.html, results/182.processed: local path removed for
6515: compatibility
6516:
6517: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6518: results/244.processed, results/253.processed,
6519: results/254.processed, results/275.processed,
6520: results/281.processed: try_catch -> try-catch
6521:
6522: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6523: results/294.processed, results/296.processed: try_catch ->
6524: try-catch
6525:
6526: 2013-10-20 moko
6527:
6528: * tests/: 296.html, results/296.processed: test for xsl exception
6529: for issue #938 added.
6530:
6531: * src/: include/pa_xml_exception.h,
6532: main/pa_stylesheet_connection.C: forgotten to be replaced
6533: XmlException is now replaced (once again closes issue #938)
6534:
6535: 2013-10-18 moko
6536:
6537: * buildall: disable clock_gettime detection to avoid librt linking
6538: (which in turn depends on libpthread), related to issue #943
6539:
6540: 2013-10-18 misha
6541:
6542: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6543: lib/smtp/smtp.vcproj, main/main.vcproj,
6544: targets/apache/ApacheModuleParser3Core.vcproj,
6545: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6546: types/types.vcproj: - new locations for libxml2 includes where
6547: added to vcproj files
6548:
6549: 2013-10-18 moko
6550:
6551: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6552: fix
6553:
6554: * tests/: 295.html, results/295.processed: test for issue #948
6555: updated
6556:
6557: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6558: :)
6559:
6560: * tests/: 295.html, results/295.processed: test for issue #948
6561: added
6562:
6563: * src/: classes/hash.C, classes/string.C, classes/table.C,
6564: include/pa_request.h, types/pa_method.h: for getters and setters
6565: to be executed request.put_element should be called, not
6566: context.put_element (fixes issue #948)
6567:
6568: 2013-10-17 moko
6569:
6570: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6571: LIBXML2_NEW_BUFFER check (closes issue #943)
6572:
6573: * buildall: libxml 2.9.1 build is broken --without-reader.
6574:
6575: 2013-10-16 moko
6576:
6577: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6578:
6579: * tests/: 294.html, results/294.processed: test for issue #938
6580:
6581: * src/: classes/xdoc.C, classes/xnode.C,
6582: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6583: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6584:
6585: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6586: libxslt-1.1.26 -> libxslt-1.1.28
6587:
6588: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6589: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6590: to '?', related to issue #938
6591:
6592: 2013-10-15 moko
6593:
6594: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6595: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6596: minor optimizations (closes issue #896)
6597:
6598: * tests/results/: 292.processed, 293.processed: results updated to
6599: comply with issue #896
6600:
6601: * tests/: 292.html, 293.html, results/292.processed,
6602: results/293.processed: tests for json escaping
6603:
6604: 2013-10-14 moko
6605:
6606: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6607: and cleanup, code moved from .h to .C, no changes in code
6608:
6609: 2013-10-12 moko
6610:
6611: * tests/results/119.processed: updated test result commited
6612:
6613: * tests/: 291.html, results/291.processed: test for issue #894
6614: added
6615:
6616: * src/types/pa_wcontext.h: base methods call support function
6617: get_somebody_entered_some_class should not be true forever, as
6618: wcontext can have many get_elements calls (fixes issue #894)
6619:
6620: 2013-10-11 moko
6621:
6622: * tests/: 290.html, results/290.processed: test for junction GPF
6623: issue #942 added
6624:
6625: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6626: to native method fixed (closes issue #942)
6627:
6628: * tests/: 158.html, results/158.processed: test for csv-string[]
6629: added
6630:
6631: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6632: feature #907)
6633:
6634: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6635: feature #907)
6636:
6637: 2013-10-09 moko
6638:
6639: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6640: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6641: types/pa_vstateless_class.C: GET_default, SET_default now works
6642: properly not only in objects, but in classes as well (closes
6643: issue #903)
6644:
6645: * tests/: 289.html, results/289.processed: GET/SET_default now
6646: works in classes, not only objects, test case added, related to
6647: issue #903
6648:
6649: * tests/: 288.html, results/288.processed: test for endless
6650: recursion bug added (related to issue #903)
6651:
6652: 2013-10-05 moko
6653:
6654: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6655: classes/table.C, main/execute.C, types/pa_method.h,
6656: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6657: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6658: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6659: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6660: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6661: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6662: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6663: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6664: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6665: optimization: put_element no longer has "bool areplace" argument,
6666: related to issue #903
6667:
6668: 2013-10-03 moko
6669:
6670: * tests/results/182.processed: result for $.replace(false) test
6671: commited
6672:
6673: * src/classes/date.C: ^date::create(number) processed correctly
6674: (fixes issue #901)
6675:
6676: * src/classes/image.C: as_no_junction removed, as param can be
6677: expression (closes issue #931)
6678:
6679: * tests/233.html: test for issue #931 added
6680:
6681: 2013-10-02 moko
6682:
6683: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6684: modified, test for $.replace(false) added
6685:
6686: * src/main/compile_tools.h: forgotten class replace returned. :)
6687:
6688: 2013-09-30 moko
6689:
6690: * tests/: 141.html, results/141.processed: md5 tainting test added
6691:
6692: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6693: main/compile_tools.h, main/pa_request.C: allow_class_replace
6694: implemented; $.replace option added to ^process and ^use
6695:
6696: 2013-08-27 moko
6697:
6698: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6699: cstr_to_string_body_untaint should be called with charsets for
6700: possible uri language and connection for possible sql language.
6701: related to issue #857
6702:
6703: * buildall: and -> or fixed
6704:
6705: 2013-08-26 moko
6706:
6707: * buildall: prepare_ functions logic changed to support
6708: gc-7.2d.tar.gz extracting to gc-7.2 directory
6709:
6710: 2013-08-23 moko
6711:
6712: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6713: statically
6714:
6715: 2013-08-22 moko
6716:
6717: * src/classes/string.C: String::Empty used (related to issue #912)
6718: append_know_length removed (related to old GPF bug)
6719:
6720: 2013-08-21 moko
6721:
6722: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6723:
6724: * src/classes/math.C: ^math:digest[...;$file] support added
6725: (related to ticket #857
6726:
6727: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6728: implemented
6729:
6730: * src/types/pa_vhashfile.h: warning war
6731:
6732: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6733: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6734: anti_endless_json_string_recoursion removed from request;
6735: json_string_recoursion added to json_options; $.indent[indent
6736: value] now supported and passed within recoursion closes feature
6737: #937
6738:
6739: * tests/: 287.html, results/287.processed: test for feature #937
6740:
6741: 2013-07-31 moko
6742:
6743: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6744: compilation having #define _S
6745:
6746: * src/main/pa_globals.C: cleanup
6747:
6748: 2013-07-30 moko
6749:
6750: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6751: main/pa_common.C: vs2003 warning war
6752:
6753: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6754:
6755: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6756:
6757: * src/lib/md5/pa_sha2.c: warning war
6758:
6759: 2013-07-29 moko
6760:
6761: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6762: patches from github
6763:
6764: * src/: classes/bool.C, classes/double.C, classes/int.C,
6765: classes/memcached.C, include/pa_config_includes.h,
6766: types/pa_vfile.C, types/pa_vfile.h: warning war
6767:
6768: * src/lib/json/json.vcproj: C++ -> C
6769:
6770: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6771:
6772: * src/lib/json/: json.c, pa_json.C: windows compatibility
6773:
6774: * src/lib/json/: json.c, pa_json.C: windows compatibility
6775:
6776: * src/lib/json/: json.c, pa_json.C: warning war
6777:
6778: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6779:
6780: * src/include/pa_config_fixed.h: uint16_t added
6781:
6782: * configure.in: uint16_t check added
6783:
6784: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6785: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6786: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6787: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6788: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6789:
6790: 2013-07-25 moko
6791:
6792: * parser3.sln: dependencies added
6793:
6794: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6795: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6796: module support
6797:
6798: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6799:
6800: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6801:
6802: 2013-07-23 moko
6803:
6804: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6805: PA_DEBUG_GC_MEMORY removed
6806:
6807: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6808: PA_DEBUG_DISABLE_GC compilation fix
6809:
6810: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6811: main/pa_request.C: outdated RESOURCES_DEBUG removed
6812:
6813: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6814: garbage cleanup
6815:
6816: * src/main/pa_common.C: warning war
6817:
6818: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6819:
6820: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6821: minor cleanup
6822:
6823: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6824: uses cygwin, not WIN32 implementation
6825:
6826: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6827: able to exec shell scripts
6828:
6829: * src/classes/math.C: ifdef WIN32 cleanup
6830:
6831: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6832:
6833: * src/classes/curl.C: LT_MODULE_EXT used
6834:
6835: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6836:
6837: 2013-07-22 moko
6838:
6839: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6840: includes fix
6841:
6842: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6843:
6844: * configure.in, src/include/pa_config_includes.h,
6845: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6846: src/main/pa_exec.C: includes cleanup
6847:
6848: * src/targets/cgi/parser3.C: 2012->2013
6849:
6850: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6851:
6852: * configure.in, src/include/pa_config_includes.h,
6853: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6854: src/main/pa_random.C, src/main/pa_socks.C,
6855: src/types/pa_vstatus.C: cygwin support cleanup
6856:
6857: * configure.in: dirent.h check added
6858:
6859: * src/: include/pa_config_includes.h, include/pa_dir.h,
6860: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6861: not copied
6862:
6863: 2013-07-21 moko
6864:
6865: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6866:
6867: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6868: parser3.vcproj: unused getopt.h / getopt.c removed
6869:
1.211 moko 6870: * operators.ru.txt, operators.txt, src/classes/file.C,
6871: tests/022.html, tests/results/022.processed:
6872: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6873:
6874: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6875: src/main/pa_dir.C: ^file:list[] now has dir column and when
6876: $.stat(true) it has size/*date columns modified patch from misha@
6877: that closes issue #914.
6878:
6879: * src/: include/pa_config_includes.h, main/pa_globals.C:
6880: PA_RELEASE_ASSERTS removed
6881:
6882: * src/lib/md5/pa_md5c.c: minor cleanup
6883:
6884: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6885: localeconv()->decimal_point usage remoed (related to issue #934)
6886:
6887: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6888: cordprnt.c removed
6889:
6890: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6891: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6892: pa-include/pa_strings.h: includes cleanup
6893:
6894: * src/lib/md5/pa_md5c.c: headers cleanup
6895:
6896: 2013-07-20 moko
6897:
6898: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6899: cleanup
6900:
6901: 2013-07-19 moko
6902:
6903: * src/classes/math.C: extern "C" added for crypt
6904:
6905: 2013-07-18 moko
6906:
6907: * src/classes/math.C: fix redhat7.2 build
6908:
6909: 2013-07-17 moko
6910:
6911: * configure.in, src/include/pa_config_includes.h,
6912: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6913: added for uint8/32/64_t)
6914:
6915: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6916: pa_config_includes.h used for uint32/64_t
6917:
6918: 2013-07-16 moko
6919:
6920: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6921: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6922: war
6923:
6924: * src/main/compile.tab.C: compile.y was updated
6925:
6926: * src/main/compile.y: warning war
6927:
6928: * src/: include/pa_exception.h, main/pa_exception.C,
6929: main/pa_xml_exception.C: warning war
6930:
6931: * src/: include/pa_common.h, main/pa_common.C: warning war
6932:
6933: * configure.in: beauty :)
6934:
6935: * tests/: 141.html, results/141.processed: sha256/512 added
6936:
6937: 2013-07-13 moko
6938:
6939: * src/lib/md5/md5.vcproj: sha2 added
6940:
6941: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6942: classes/math.C: sha2 support (sha256/sha512 digest)
6943:
6944: 2013-07-08 moko
6945:
6946: * src/classes/image.C: directory read or other read problem message
6947: fixed (related to issue #933)
6948:
6949: 2013-07-07 moko
6950:
6951: * AUTHORS: + misha + moko. :)
6952:
6953: 2013-07-06 moko
6954:
6955: * src/: classes/curl.C, include/pa_globals.h,
6956: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6957: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6958: for lt_dlinit to be called once and lt_dlexit called at right
6959: place (related to issue #925)
6960:
6961: 2013-07-04 moko
6962:
6963: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6964: VString::as_vfile now uses vfile.set_binary_string to avoid
6965: content-type to be set, as it brokes badly designed logic in
6966: response output. This hopefully finishes issue #928.
6967:
6968: * tests/results/: 256.processed, 286.processed: file now displayed
6969: as name, size, mode, content-type
6970:
6971: * src/main/pa_common.C: read error now reported cottectly (fixes
6972: issue #933
6973:
6974: 2013-06-28 moko
6975:
6976: * tests/: 286.html, results/286.processed: test extended
6977:
6978: * tests/: 286.html, results/286.processed: Test for issue #928
6979: added. it tests default content-type change.
6980:
6981: * src/types/pa_vfile.C: closes issue #928 - default content-type
6982: now updated
6983:
6984: 2013-06-25 moko
6985:
6986: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6987: content-type for text/binary files without name added;
6988: ^file::create[$f;...] options now works properly and $f
6989: properties are default (fixes issue #928)
6990:
6991: 2013-05-16 misha
6992:
6993: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6994: added
6995:
6996: * src/main/pa_table.C: - a tiny memory optimisation while creating
6997: table if specified limit is bigger than source rows count
6998:
6999: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7000: added ( new feature: #858 )
7001:
7002: 2013-04-29 moko
7003:
7004: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7005: $.ipresolve(0|1|2) added (closes issue #891)
7006:
7007: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7008:
7009: 2013-04-24 moko
7010:
7011: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7012: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7013: types/pa_vmemcached.h: ^memcache.release[] added, calls
7014: memcached_quit (refs #893)
7015:
7016: 2013-04-22 moko
7017:
7018: * src/: include/pa_string.h, main/pa_common.C: no more double
7019: slashes in file path (fixes bug #872)
7020:
7021: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7022: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7023: #739)
7024:
7025: * tests/results/266.processed: $.max_params added (feature #915)
7026:
7027: * src/: include/pa_common.h, main/pa_http.C: response-charset
7028: option added to file::load (closes issue #867)
7029:
7030: 2013-04-20 misha
7031:
7032: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7033: commited
7034:
7035: 2013-03-15 misha
7036:
7037: * src/classes/: hash.C, table.C: - Optimisation: do not create
7038: multiple empty strings while ::sql. uae String::Empty instead
7039:
7040: 2013-03-14 misha
7041:
7042: * src/classes/reflection.C: - for user classes
7043: ^reflection:method_info[] returns $.max_params and $.extra_param
7044: with $.call_type if they available ( new feature: #915 )
7045:
7046: * src/classes/file.C: - ^file:delete[] now supports an option
7047: $.exception(false) that suppress any exception while deleting
7048: file ( new feature: #916 )
7049:
7050: * src/classes/curl.C: - parsing cookies after curl:load now should
7051: work :)
7052:
7053: 2013-03-12 misha
7054:
7055: * src/types/pa_vfile.C: - if specified file_name is empty string
7056: set default name for the file
7057:
7058: 2013-03-11 misha
7059:
7060: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7061: also available in $f.cookies
7062:
7063: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7064: moved to a separate method
7065:
7066: 2013-03-10 moko
7067:
7068: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7069: added
7070:
7071: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7072: removed (declared by autoconf)
7073:
7074: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7075: uint32_t define
7076:
7077: 2013-03-10 misha
7078:
7079: * src/classes/file.C: ^file:delete and ^file:move now support
7080: option $.keep-empty-dirs(true) ( new feature: #884 )
7081:
7082: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7083: empty dirs is added
7084:
7085: 2013-03-10 moko
7086:
7087: * src/classes/: bool.C, double.C, int.C: default can be present,
7088: but default check removed from ^int/double/bool.int/double/bool
7089: for string.int/double/bool compatibility (related to issue #913)
7090:
7091: * src/classes/string.C: ^string.int/dobule/bool no longer
7092: internally throws exception if default is present (closes issue
7093: #913)
7094:
7095: 2013-03-09 misha
7096:
7097: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7098: optimisations ( #845 )
7099:
7100: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7101:
7102: 2013-03-08 moko
7103:
7104: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7105: creates correct table (fixes issue #910)
7106:
7107: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7108: use outside of 'connect' operator (fixes issue #911)
7109:
7110: * tests/results/: 096.processed, 122.processed: test results
7111: updated as doubles now printed with 15 significant digits, not 5
7112: (fixes issue #882)
7113:
7114: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7115: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7116:
7117: 2013-02-21 moko
7118:
7119: * src/classes/table.C: _locate_name_value does not check arguments
7120: count, so we check it in advance (fixes issue #905)
7121:
7122: 2012-10-23 moko
7123:
7124: * buildall: old shell for and echo compatibility (for six)
7125:
7126: 2012-10-19 moko
7127:
7128: * buildall: --strip added --disable-safe-mode listed in usage
7129:
7130: 2012-10-17 misha
7131:
7132: * src/classes/op.C: - apply-taint should not throw "outside
7133: connect" exception with sql lang now
7134:
7135: 2012-10-17 moko
7136:
7137: * src/main/pa_request.C: bugfix: safe mode should be inited for
7138: each request (for apache module)
7139:
7140: 2012-09-26 moko
7141:
7142: * src/doc/doxygen.cfg: png -> svg
7143:
7144: 2012-09-25 moko
7145:
7146: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7147: test added
7148:
7149: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7150: double use when key is long
7151:
7152: 2012-09-16 moko
7153:
7154: * src/classes/math.C: Format -> Method Encode -> Format
7155:
7156: * tests/: 141.html, results/141.processed: math:digest hmac test
7157: added
7158:
7159: 2012-09-14 moko
7160:
7161: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7162: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7163: implementation added
7164:
7165: 2012-09-12 moko
7166:
7167: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7168: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7169: targets.dox and string.dox slightly actualized
7170:
7171: 2012-08-31 moko
7172:
7173: * ChangeLog: now generated with patched cvs2cl.pl
7174:
7175: 2012-07-29 moko
7176:
7177: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7178: result should be pushed after VMethodFrame destructor is called,
7179: as it deletes junctions from stack params (fixes issue #868)
7180:
7181: 2012-07-23 moko
7182:
7183: * INSTALL, README: buildall script usage documented, other outdated
7184: info updated.
7185:
7186: * buildall-with-xml, buildall-without-xml: replaced by buildall
7187:
7188: 2012-07-21 moko
7189:
7190: * buildall: glib does not compile when threads are disabled...
7191:
7192: * src/types/pa_vmail.C: g_assertion fixes for empty input
7193:
7194: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7195: unref, can't unref nested objects)
7196:
7197: * src/types/pa_vmail.C: another check added
7198:
7199: 2012-07-19 moko
7200:
7201: * buildall: usage added
7202:
7203: * buildall: new buildall script that unites buildall-with-xml,
7204: buildall-without-xml, --with-apache and --with-mailreceive
7205:
7206: * configure.in: support for static gmime and dynamic glib linking.
7207: fixes for FreeBSD
7208:
7209: 2012-07-17 moko
7210:
7211: * configure.in: --with-mailreceive replaced
7212: --with-static-mailreceive and --with-shared-mailreceive pathlink
7213: removed
7214:
7215: 2012-07-16 moko
7216:
7217: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7218: capitalized, content now decoded and text content converted to
7219: $request:charset. all properties are accessed by functions, this
7220: ready for dynamic load.
7221:
7222: 2012-06-28 moko
7223:
1.116 moko 7224: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7225: 32 bit
1.95 moko 7226:
7227: 2012-06-27 moko
7228:
7229: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7230: passive ftp
7231:
7232: * src/lib/ltdl/ltdl.vcproj: release build fixed
7233:
7234: * configure.in: 3.4.2 RC -> 3.4.2
7235:
7236: 2012-06-22 moko
7237:
7238: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7239: #815)
7240:
7241: * tests/: 284.html, results/284.processed: output options test
7242: (feature #265)
7243:
7244: 2012-06-22 misha
7245:
7246: * tests/215.html: - little changes
7247:
7248: 2012-06-21 moko
7249:
7250: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7251: types/pa_vxdoc.h: output_options returned and used (bugfix for
7252: feature #265)
7253:
7254: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7255: breaks long .*, default 10M restored. (issue #216)
7256:
7257: * tests/: 283.html, results/283.processed: test for issue #815
7258: added
7259:
7260: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7261: again, cstrm not required.
7262:
7263: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7264: Win32 and broken FreeBSD (issue #45)
7265:
7266: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7267:
7268: * src/main/pa_string.C: warnings war
7269:
7270: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7271: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7272: main/pa_socks.C, targets/apache/pa_threads.C,
7273: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7274: types/pa_vstatus.C: compilation under cygwin fixed
7275:
7276: 2012-06-19 moko
7277:
7278: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7279: Windows fixed
7280:
7281: * parser3.sln: removed antique pcre_ctype
7282:
7283: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7284:
7285: * src/include/pa_config_fixed.h: undefined reference to
7286: __imp__pcre_* fix for Windows
7287:
7288: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7289: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7290: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7291: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7292: define fixed
1.95 moko 7293:
7294: 2012-06-18 moko
7295:
7296: * src/classes/memcached.C: flush -> clear
7297:
7298: * src/classes/memcached.C: memcached does not support quotes even
7299: in server name
7300:
7301: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7302: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7303: called on open to check servers existance. $.key(true) syntax
7304: now supported
7305:
7306: 2012-06-17 moko
7307:
7308: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7309: cleanup
7310:
7311: * src/classes/table.C, tests/282.cfg, tests/282.html,
7312: tests/results/282.processed: encloser at the EOF bug fixed,
7313: incorrectly enclosed data now processed more logicaly (fixes
7314: #339)
7315:
7316: 2012-06-15 moko
7317:
7318: * buildall-without-xml: sync with buildall-with-xml
7319:
7320: * buildall-with-xml: download auto-detected between fetch and curl
7321:
7322: * configure.in: --with-gc and --with-pcre now also processed
7323: correctly
7324:
1.116 moko 7325: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7326: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7327: should be run on rol1 using automake / aclocal (GNU automake)
7328: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7329:
7330: * configure.in: new PARSER_VERSION logic
7331:
7332: * src/include/pa_version.h: new pa_version.h logic
7333:
7334: * src/: classes/curl.C, classes/file.C, classes/image.C,
7335: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7336: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7337: feols_normalized -> fis_text_content set_binary added
7338:
7339: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7340:
7341: 2012-06-15 misha
7342:
7343: * src/: classes/curl.C, classes/file.C, classes/image.C,
7344: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7345: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7346: ^file::create[text;content] EOLs in content now is normalized. (
7347: new feature: #815 )
7348:
7349: 2012-06-15 moko
7350:
7351: * configure.in: --disable-version-update added to disable version
7352: update with host information (for debian package) whitespace
7353: optimized
7354:
7355: * configure.in: version changed to 3.4.2 RC no-pic added for
7356: libtool
7357:
7358: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7359: it.
7360:
7361: 2012-06-14 moko
7362:
7363: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7364: tests/results/281.processed: "hash flocked" error removed for
7365: safe operations like ^h._count[] ( new feature: #335 )
7366:
1.116 moko 7367: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7368:
7369: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7370:
7371: * configure.in: --with-static/shared xml replaced with --with-xml,
7372: xml compilation check added
7373:
7374: * configure.in: --with-static/shared-gc, --with-static-pcre are
7375: replaced with --with-gc and --with-pcre test for pcre linking
7376: added
7377:
7378: 2012-06-13 moko
7379:
7380: * configure.in: apxs2 check optimized
7381:
7382: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7383: .la, includes optimized
7384:
7385: * buildall-with-xml: --with-pic looks better for -fPIC
7386:
7387: * configure.in: switched to convenience library in static linking
7388:
7389: * src/targets/apache/Makefile.am: switched to convenience library
7390: usage to avoid libtool warnings
7391:
7392: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7393: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7394: smtp/Makefile.am: switched to convenience library usage
7395:
7396: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7397:
7398: * src/targets/apache/Makefile.am: updated for libtool usage
7399:
7400: * buildall-without-xml: --with-included-ltdl added
7401:
7402: * buildall-without-xml: sync with buildall-with-xml
7403:
7404: * buildall-with-xml: --with-included-ltdl added $cflags added for
7405: -fPIC for x64 $download added for wget success check added
7406:
7407: * buildall-without-xml: --with-dynamic-stdcpp removed
7408:
7409: * configure.in: disable-static returned
7410:
7411: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7412: LIBTOOLFLAGS
7413:
7414: 2012-06-12 moko
7415:
7416: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7417: compatible with LIBTOOLFLAGS for unknown reasons
7418:
7419: * buildall-with-xml: --with-dynamic-stdcpp removed
7420:
7421: * configure.in: static/dynamic -lstdc++ linking option removed
7422: apxs2 check added
7423:
7424: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7425: option removed
7426:
7427: 2012-06-10 moko
7428:
7429: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7430: added
7431:
7432: * src/targets/cgi/pp3.cmd: old PAF stuff
7433:
1.116 moko 7434: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7435: beauty
1.95 moko 7436:
7437: * depcomp: from libtool 2.4.2
7438:
7439: * configure.in: ltdl directory removed, it has correct Makefile.in
7440:
7441: 2012-06-09 moko
7442:
1.116 moko 7443: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7444: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7445: autogenerated files updated after libtool update
7446:
1.116 moko 7447: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7448: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7449: config_auto.h.in, config_fixed.h, configure, configure.ac,
7450: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7451: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7452: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7453: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7454: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7455: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7456: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7457: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7458: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7459: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7460:
7461: * configure.in: preparation for new libtool
7462:
7463: * configure.in: Some beauty added :)
7464:
7465: * src/targets/apache/Makefile.am: := -> =
7466:
7467: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7468: again. :)
7469:
7470: * src/include/pa_config_includes.h, configure.in: limits.h added,
7471: previously was taken from pcre_internal.h. :)
7472:
7473: * src/lib/pcre/Makefile.am: config.h returned
7474:
7475: * src/lib/pcre/config.h: still need this. :)
7476:
7477: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7478:
7479: * configure.in: --with-charsets removed; --with-mysql-client & co
7480: removed
7481:
7482: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7483: now in parser tree, no need to copy
7484:
7485: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7486: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7487: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7488: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7489: extracts now used old trash removed
7490:
7491: * etc/parser3.charsets/Makefile.am: charsets now in share
7492: (debian/patches/104_automake.patch) + all charsets are copied
7493:
7494: * buildall-with-xml, buildall-without-xml: curl option removed +
7495: extra arguments now supported
7496:
7497: 2012-06-08 misha
7498:
7499: * src/classes/table.C: - one params.as_hash usage was rolled back:
7500: the 2nd option in ^table.hash[] could be hash or table so
7501: .as_hash will throw an exception when table option is specified
7502:
7503: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7504: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7505: classes/table.C, classes/void.C, classes/xdoc.C,
7506: include/pa_exception.h, types/pa_vmethod_frame.C,
7507: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7508: and improved (whitespaces are allowed as empty options) -
7509: MethodParams::as_table is added - above methods are used for
7510: parsing methods' options ( new feature: #9 )
7511:
7512: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7513: to vclass. now class fields can be accessible as a hash:
7514: $h[^hash::create[$asd:CLASS]]
7515:
7516: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7517: have get_fields method so their fields can be accessed with
7518: ^reflection:fields[...] & ^reflection:field[...]
7519:
7520: 2012-06-06 misha
7521:
7522: * tests/280.html: - tests for
7523: ^reflection:method[obj-or-class;method],
7524: ^reflection:field[obj-or-class;field] and
7525: ^reflection:fields[obj-or-class] are added
7526:
7527: 2012-06-05 misha
7528:
7529: * src/classes/reflection.C: - ^reflection:method[class or
7530: object;method name] and ^reflection:field[class or object;field
7531: name] are added
7532:
7533: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7534: is used
7535:
7536: * src/types/pa_method.h: - Method::as_vjunction method is added
7537:
7538: 2012-06-05 moko
7539:
1.116 moko 7540: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7541:
7542: * src/classes/memcached.C: flish ttl fixed
7543:
7544: 2012-06-04 moko
7545:
7546: * src/classes/json.C, src/classes/op.C, tests/279.html,
7547: tests/results/279.processed: ^json:parse[] now supports $.taint
7548: option (new feature #833)
7549:
7550: 2012-06-04 misha
7551:
7552: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7553: - search_stop method was moved from pa_vcookie.C to pa_common.C
7554:
7555: 2012-06-03 misha
7556:
7557: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7558: cookies are parced and stored into $.cookies ( new feature: #31 )
7559:
7560: 2012-05-30 misha
7561:
7562: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7563: incomplete class into a scope while @USE is found
7564:
7565: * src/main/compile.y: - add incomplete class into a scope while
7566: @USE and @CLASS instructions are found ( bugfix: #838 )
7567:
7568: 2012-05-30 moko
7569:
7570: * src/types/pa_vclass.C, tests/278.html,
7571: tests/results/278.processed: removed "property has no getter
7572: method" exception when GET_DEFAULT present (fixes #269)
7573:
7574: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7575: $._default
7576:
7577: 2012-05-29 moko
7578:
7579: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7580: uninitialized values usage (new feature: #154)
7581:
7582: 2012-05-28 moko
7583:
7584: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7585: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7586: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7587: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7588: src/types/pa_vobject.C, src/types/pa_vobject.h,
7589: src/types/pa_vstring.h, src/types/pa_vtable.C,
7590: tests/results/277.processed, src/types/pa_vtable.h,
7591: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7592: ^json:string[$o; $.default[$method]] implemented for VObject (new
7593: feature #803)
7594:
7595: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7596: tests/results/277.processed: json numbers are now treated as
7597: double ( new feature: #834 )
7598:
7599: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7600: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7601: added for out of range checks, zero division in vint/vdouble
7602: check added ( fixes #832 )
7603:
7604: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7605: ( fixes #832 )
7606:
7607: 2012-05-28 misha
7608:
7609: * buildall-with-xml: - --without-lzma option is added to libxml2
7610: configure
7611:
7612: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7613: added - tests for unsupported values for options $.file, $.table
7614: and $.date are added
7615:
7616: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7617: accepts "stat" $.file[] option's value in addition to existed
7618: "text" and "base64" ( new feature: #835 )
7619:
7620: * tests/276.html: - test for
7621: ^reflection:delete[$object-or-class;field-name]
7622:
7623: * src/classes/reflection.C: -
7624: ^reflection:delete[$object-or-class;field-name] is added ( new
7625: feature: #268 )
7626:
7627: 2012-05-27 misha
7628:
7629: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7630:
7631: 2012-05-24 misha
7632:
7633: * src/include/pa_common.h: - method lastposafter was removed
7634:
7635: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7636: lastposafter - ^file:dirname[] & Co proper handle windows file
7637: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7638: work as *nix commands
7639:
7640: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7641:
7642: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7643: rskipchars were added
7644:
7645: * tests/270.html: - more tests for ^file:find[]
7646:
7647: * tests/065.html: - more tests for ^file:dirname[] & Co
7648:
7649: * src/include/pa_version.h: - must be "win32" here. it is
7650: auto-generated on *nix
7651:
7652: 2012-05-24 moko
7653:
7654: * src/classes/math.C: ^math:convert[] now supports uint32 and
7655: throws overflow exception ( new feature: #830 )
7656:
7657: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7658: uint32 support and overflow added ( new feature: #830 )
7659:
7660: 2012-05-23 moko
7661:
7662: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7663: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7664: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7665: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7666: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7667: types/pa_vregex.h, types/pa_vstateless_class.C,
7668: types/pa_vstateless_class.h, types/pa_vstring.h,
7669: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7670: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7671: "return string as-is" removed from as_expr_result. ( new feature:
7672: #831 )
7673:
7674: * tests/results/244.processed: test changed after bug #782 fix
7675: commited
7676:
7677: * tests/results/229.processed: test results for bug #782 commited
7678:
7679: * tests/: 254.html, results/254.processed: uid now just compared,
7680: not printed. :)
7681:
7682: 2012-05-20 moko
7683:
7684: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7685: feature: #341 )
7686:
7687: * tests/: 254.html, results/254.processed: test for
7688: ^reflection:uid[] added
7689:
7690: * tests/: 254.html, results/254.processed: test for
7691: ^reflection:uid[$obj] added
7692:
7693: 2012-05-17 misha
7694:
7695: * src/main/untaint.C: - do not replace ' char by _26 while
7696: exploding filespec-tainting ( new feature: #829 )
7697:
7698: 2012-05-12 moko
7699:
7700: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7701: not.
7702:
7703: 2012-05-08 moko
7704:
7705: * src/types/pa_vmethod_frame.h: bug #782 fixed
7706:
7707: * tests/229.html: test for bug #782
7708:
7709: * tests/results/259.processed, src/main/pa_request.C,
7710: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7711: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7712: src/types/pa_vvoid.h: feature #154 - first empty param now
7713: string; defined locals are empty strings; $STRICT-VARS(true)
7714: added
7715:
7716: 2012-04-27 moko
7717:
1.116 moko 7718: * src/targets/apache/Makefile.am:
1.95 moko 7719: ../../lib/memcached/libmemcached.a added
7720:
7721: 2012-04-27 misha
7722:
7723: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7724: ( #827 )
7725:
7726: 2012-04-25 moko
7727:
7728: * src/: classes/json.C, classes/memcached.C,
7729: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7730: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7731: implemented.
7732:
7733: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7734:
7735: 2012-04-23 moko
7736:
7737: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7738: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7739: types/pa_vmemcached.h: open allows options hash for new
7740: memcached(options) function
7741:
7742: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7743: not appended
7744:
7745: 2012-04-21 moko
7746:
7747: * src/classes/curl.C: '' added. :)
7748:
7749: * src/classes/classes.vcproj: new curl.h location
7750:
7751: * src/classes/curl.C: verbose output redirection from stderr to
7752: file curl option added
7753:
7754: 2012-04-20 moko
7755:
7756: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7757: contains what we need from curl, #ifdef HAVE_CURL removed
7758:
1.116 moko 7759: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7760: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7761: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7762: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7763: configure option
7764:
7765: 2012-04-19 moko
7766:
7767: * src/: classes/double.C, classes/inet.C, classes/int.C,
7768: classes/string.C, lib/gc/include/gc_allocator.h,
7769: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7770: options from sql_result_string removed. (closes issue #468)
7771:
7772: * src/types/pa_vmemcached.C: empty string fix
7773:
7774: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7775: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7776: pa_vmemcached.C
7777:
7778: 2012-04-18 moko
7779:
7780: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7781: apache2-mpm-prefork" error displayed in threaded mpm.
7782:
7783: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7784: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7785: installed (issue #354)
7786:
7787: 2012-04-16 moko
7788:
7789: * src/types/pa_vmemcached.C: call to memcached_result_create and
7790: memcached_result_free removed
7791:
7792: 2012-04-14 moko
7793:
7794: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7795:
7796: * src/types/pa_vmemcached.C: check_key added and used
7797:
7798: 2012-04-13 moko
7799:
7800: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7801: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7802: Serialization_data now added and used, VString now serialized
7803: with languages into memcached.
7804:
7805: 2012-03-28 moko
7806:
7807: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7808: lib/memcached/pa_memcached.h: result lengths added
7809:
7810: 2012-03-27 moko
7811:
7812: * src/types/pa_vmemcached.C: strdup added
7813:
7814: 2012-03-24 moko
7815:
7816: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7817: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7818: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7819:
7820: 2012-03-20 moko
7821:
1.116 moko 7822: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7823:
7824: * src/targets/cgi/Makefile.am: cleanup
7825:
7826: * src/: types/Makefile.am, types/pa_vmemcached.C,
7827: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7828:
7829: * src/: classes/Makefile.am, classes/memcached.C,
7830: lib/memcached/Makefile.am, lib/memcached/constants.h,
7831: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7832: lib/memcached/types.h, lib/Makefile.am: memcached initial
7833:
7834: 2012-03-16 moko
7835:
7836: * src/main/execute.C: ident now works under Linux + ident displays
7837: filenames (closes issue #818)
7838:
1.116 moko 7839: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7840: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7841: pa_vmethod_frame_local.h removed
7842:
7843: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7844: classes/classes.h, classes/curl.C, classes/date.C,
7845: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7846: classes/hashfile.C, classes/image.C, classes/inet.C,
7847: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7848: classes/memory.C, classes/op.C, classes/reflection.C,
7849: classes/regex.C, classes/response.C, classes/string.C,
7850: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7851: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7852: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7853: include/pa_config_fixed.h, include/pa_config_includes.h,
7854: include/pa_dictionary.h, include/pa_dir.h,
7855: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7856: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7857: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7858: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7859: include/pa_request_charsets.h, include/pa_request_info.h,
7860: include/pa_sapi.h, include/pa_socks.h,
7861: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7862: include/pa_stack.h, include/pa_string.h,
7863: include/pa_stylesheet_connection.h,
7864: include/pa_stylesheet_manager.h, include/pa_table.h,
7865: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7866: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7867: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7868: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7869: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7870: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7871: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7872: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7873: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7874: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7875: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7876: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7877: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7878: main/pa_string.C, main/pa_stylesheet_connection.C,
7879: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7880: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7881: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7882: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7883: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7884: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7885: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7886: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7887: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7888: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7889: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7890: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7891: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7892: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7893: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7894: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7895: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7896: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7897: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7898: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7899: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7900: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7901: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7902: types/pa_vresponse.h, types/pa_vstateless_class.C,
7903: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7904: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7905: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7906: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7907: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7908: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7909: ident now works under Linux + ident displays filenames (closes
7910: issue #818) Copyright updated
7911:
7912: 2012-03-13 moko
7913:
7914: * src/main/pa_string.C: compilation fix for feature #741
7915:
7916: 2012-03-09 misha
7917:
7918: * tests/193.html: - tests for ^string:base64[encoded] are updated
7919:
7920: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7921: now detects invalid base64 chars in the middle of encoded stricg
7922: ( new feature: #55 )
7923:
7924: * src/include/pa_exception.h: - new exception type for base64
7925: decoding is added
7926:
7927: 2012-03-06 misha
7928:
7929: * tests/274.html: - tests for ^date::today[] and
7930: ^date.sql-string[datetime|date|time] are added
7931:
7932: * src/classes/date.C: - constructor ^date::today[] is added ( new
7933: feature: #811 ) - ^date.sql-string[] now can accept one param --
7934: strings "datetime", "date" or "time" - comments tidying up
7935:
7936: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7937: date and time
7938:
7939: 2012-03-03 misha
7940:
7941: * tests/193.html: - tests for
7942: ^string:base64[encoded;$.strict(true)] are added
7943:
7944: * tests/results/auto.p: - try-catch operator is added
7945:
7946: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7947: main/pa_common.C: - $.strict(true|false) option is added to
7948: base64 decode methods ( new feature: #55 )
7949:
7950: * src/main/pa_common.C: - base64 decode memory usage was decreased
7951: ( new feature: #819 )
7952:
7953: 2012-02-28 moko
7954:
7955: * src/classes/hash.C: ident test
7956:
7957: 2012-02-27 misha
7958:
7959: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7960:
7961: 2012-01-08 misha
7962:
7963: * tests/273.html: - tests for ^string.replace[from;to] are added
7964:
7965: * src/: classes/string.C, include/pa_dictionary.h,
7966: main/pa_dictionary.C, main/pa_string.C: -
7967: ^string.replace[from;to] is added ( new feature: #741 ) -
7968: ^string.replace[one subst here] is slightly optimized
7969:
7970: 2011-12-07 misha
7971:
7972: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7973: named table with one empty column ( bugfix: #63 )
7974:
7975: 2011-11-30 misha
7976:
7977: * src/classes/json.C: - it's possible to set user's method for
7978: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7979: #763 )
7980:
7981: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7982:
7983: 2011-11-23 misha
7984:
7985: * src/: classes/curl.C, classes/file.C, classes/image.C,
7986: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7987: types/pa_vfile.h, types/pa_vform.C: - constructor
7988: ^file::create[mode;filename;content[;options]] now accepts binary
7989: mode and file-content - new constructor's format:
7990: ^file::create[string-or-file-content[;$.name[filename]
7991: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7992: feature: #65 )
7993:
7994: * src/: include/pa_request.h, main/pa_request.C: - new method
7995: mime_type_of(const String*) is added
7996:
7997: * src/include/pa_exception.h: - new exception constant
7998: FILE_NAME_MUST_BE_SPECIFIED is added
7999:
8000: * src/classes/table.C: - bug with negative offset transformed into
8001: a feature. it means pointing to a row from the end of the table (
8002: new feature: #810 )
8003:
8004: 2011-11-19 misha
8005:
8006: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8007: â ìåòîäå _select ( new feature: #810 )
8008:
8009: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8010: options were specified together is simplified
8011:
8012: 2011-11-12 misha
8013:
8014: * src/main/pa_request.C: - forgotten fix for escaping filename in
8015: HTTP content-disposition header (a part of bug #361 )
8016:
8017: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8018: checks for ancestors' classes as well ( new feature: #456 )
8019:
8020: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8021: "without cycle" now have types "parser.break" and
8022: "parser.continue" instead of "parser.runtime" ( new feature: #799
8023: )
8024:
8025: 2011-11-11 misha
8026:
8027: * tests/results/: 099.processed, 100.processed, 205.processed,
8028: 237.processed: - since bug #361 was fixed the content of filename
8029: in HTTP headers is quoted
8030:
8031: * tests/results/270.processed: - result for test 270
8032:
8033: * tests/: 065.html, results/065.processed: - more tests for
8034: ^file:basename[] & Co were added
8035:
8036: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8037:
8038: * tests/270.html: - tests for ^file:find[] are added
8039:
8040: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8041: using option $.charset. option $.engoding is still supported but
8042: these options can not be specified together
8043:
8044: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8045: comparation charset name with string "UTF-8" ( bugfix: #759 )
8046:
8047: 2011-10-11 misha
8048:
8049: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8050: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8051: #622)
8052:
8053: 2011-09-30 misha
8054:
8055: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8056: exception "saving stat-ed file" ( bugfix: #395 )
8057:
8058: 2011-05-30 misha
8059:
8060: * src/classes/string.C: - fixed bug which was added with
8061: params.as_hash into string:sql
8062:
8063: 2011-05-29 misha
8064:
8065: * src/types/pa_value.C: - filename in content-disposition header
8066: must be quoted ( bugfix: #361 )
8067:
8068: 2011-05-27 misha
8069:
8070: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8071: created file
8072:
8073: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8074: usage
8075:
8076: * src/include/pa_exception.h: - one more string for exception was
8077: added
8078:
8079: 2011-05-25 misha
8080:
8081: * tests/269.html: - tests for checking input params in some dom
8082: methods
8083:
8084: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8085: was added. it isn't possible not wo create xdoc with invalid
8086: tagName. ( bugfix: #160 )
8087:
8088: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8089: string "data must be string" was mover from pa_exception.h to
8090: pa_xml_exception.h
8091:
8092: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8093: as_xmlncname, as_xmlname and as_xmlnsuri were added
8094:
8095: * src/main/pa_xml_exception.C: - XmlException accepts more options
8096:
8097: * src/include/pa_xml_exception.h: - XmlException accepts more
8098: options - XML-related exception's strings were added
8099:
8100: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8101: output_options were removed)
8102:
8103: 2011-05-19 misha
8104:
8105: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8106: params.as_hash is used more while parsing methods hash-options
8107:
8108: 2011-05-18 misha
8109:
1.211 moko 8110: * operators.ru.txt, operators.txt: - info about json-serialization
8111: of xdoc was added
1.95 moko 8112:
8113: * tests/256.html: - tests for json-serialization xdoc were added
8114:
8115: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8116:
8117: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8118: classes/json.C, classes/xdoc.C: - now json:string can serialize
8119: xdoc-objects. options (the same as ^xdoc.string[]) could be
8120: specified in $.xdoc[] ( new feature: #265 )
8121:
8122: 2011-05-15 misha
8123:
8124: * tests/268.html: - tests for ^table.count[with options] were added
8125:
8126: * src/classes/table.C: - method ^table.count[] now can accept
8127: options ( new feature: #93 ): ^table.count[column] returns number
8128: of columns for named table; ^table.count[cells] returns number of
8129: cells in the current row; ^table.count[] & ^table.count[rows]
8130: return number of rows in a table.
8131:
8132: * tests/267.html: - test for checking switch/case in boolean mode
8133: was added
8134:
8135: * src/classes/op.C: - if switch's or case's value is bool, they are
8136: compared as bool values, not as double values: new feature: #351
8137:
8138: 2011-05-06 misha
8139:
8140: * tests/242.html: - EOL before EOF was added
8141:
8142: * tests/169.html: - tests for splitting empty string and void were
8143: added
8144:
8145: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8146: returned table with one empty cell)
8147:
8148: 2011-04-03 misha
8149:
8150: * src/include/pa_version.h, configure.in: - version in head was
8151: changed to 3.4.2b
8152:
8153: 2011-03-30 misha
8154:
8155: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8156: as well ( new feature #294 )
8157:
8158: 2011-03-29 misha
8159:
8160: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8161: limited to approx. 6 MB. previous limits were too big for real
8162: life. bugfix: #216
8163:
8164: 2011-03-04 moko
8165:
8166: * etc/parser3.charsets/cp866.cfg: Conforms to
8167: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8168:
8169: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8170: vlalek@
8171:
8172: 2011-02-22 misha
8173:
1.211 moko 8174: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8175: methods mustn't be under #ifdef XML or parser can't be compiled
8176: without xml support
1.95 moko 8177:
8178: 2011-02-21 misha
8179:
1.116 moko 8180: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8181: ApacheModuleParser3.vcproj was removed
8182:
8183: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8184: removed)
8185:
8186: 2011-02-20 misha
8187:
8188: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8189: $.overridden in ^reflection:method_info[...] were added
8190:
8191: * src/classes/reflection.C: - beautifying result of
8192: ^reflection:method_info[] ($.overridden/inherited)
8193:
8194: 2011-02-18 misha
8195:
8196: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8197: and pa_isalnum instead of isalpha and isalnum - bug with
8198: redundand quoting lowercased latin chars while building email
8199: body was fixed
8200:
8201: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8202: added (they check for latin chars only)
8203:
8204: 2011-02-16 misha
8205:
8206: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8207: string size for transcoding gave too small value (should ever
8208: look for availability char in dest charset inspite of the char
8209: size)
8210:
8211: 2011-02-04 moko
8212:
8213: * tests/223.html: header values now not url-encoded (issue #195)
8214:
8215: 2011-02-01 misha
8216:
8217: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8218:
8219: 2011-01-31 misha
8220:
8221: * src/main/pa_request.C: - throw exception if param file_name in
8222: use_file is empty
8223:
8224: 2011-01-08 moko
8225:
8226: * src/classes/curl.C: compilations errors fixed
8227:
8228: 2010-12-29 moko
8229:
8230: * tests/: 265.html, results/265.processed: test for issue #200
8231: added
8232:
8233: * src/main/pa_string.C: empty regex result check added (fixes issue
8234: #200)
8235:
8236: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8237:
8238: * tests/results/223.processed: header values now not url-encoded
8239: (issue #195)
8240:
8241: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8242: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8243: pa_http_safe_header_name added for headers names (fixes bug #195)
8244:
8245: 2010-12-18 misha
8246:
8247: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8248: => pa-include
8249:
8250: 2010-11-28 moko
8251:
8252: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8253:
8254: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8255: -> pa
8256:
8257: * configure.in: apr -> pa
8258:
8259: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8260:
8261: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8262: classes/Makefile.am, types/Makefile.am: apr -> pa
8263:
8264: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8265: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8266: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8267: pa-include/pa_apr.h, pa-include/pa_errno.h,
8268: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8269: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8270: module apr name conflict resolved)
8271:
8272: 2010-11-27 misha
8273:
8274: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8275: libbz2
8276:
8277: 2010-11-26 misha
8278:
8279: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8280: warnings removed
8281:
8282: 2010-11-25 moko
8283:
1.211 moko 8284: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8285:
1.211 moko 8286: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8287:
1.211 moko 8288: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8289:
8290: * buildall-with-xml: libxml2-2.7.8 + with-apache
8291:
8292: 2010-11-24 moko
8293:
1.116 moko 8294: * configure: apxs support
1.95 moko 8295:
8296: * configure.in: apxs support -Bstatic gc removed for OS X
8297:
8298: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8299:
8300: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8301: THREAD_LOCAL usage
8302:
8303: * src/: classes/curl.C, include/pa_config_includes.h,
8304: main/pa_globals.C: THREAD_LOCAL defined and used
8305:
8306: 2010-11-23 moko
8307:
8308: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8309: should be passed to pa_sleep, and only fractional part (bugfix:
8310: #188)
8311:
8312: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8313:
8314: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8315: GC_dont_gc=1, as in cgi version
8316:
8317: * src/targets/apache/mod_parser3.c: warning war
8318:
8319: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8320: pa_httpd.h: version removed, some trash removed
8321:
8322: * src/targets/apache/mod_parser3.c: version removed (we don't want
8323: to show it), warning war
8324:
8325: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8326: pa_httpd.h: parser_status_allowed removed + merge config
8327: functions removed (override is the default) + beauty
8328:
8329: * src/: include/pa_request.h, main/pa_request.C,
8330: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8331: hide $status used in apache module removed
8332:
8333: 2010-11-18 moko
8334:
1.211 moko 8335: * operators.ru.txt, operators.txt: $.table[compact] added for
8336: ^json:string[]
1.95 moko 8337:
8338: 2010-11-16 moko
8339:
8340: * src/targets/apache/mod_parser3.c: some cleanup done
8341:
8342: * src/main/untaint.C: bugfix: first, second String::Body argument
8343: is hashcode; second, info.fragment_begin is original, not
8344: resulting length
8345:
8346: * src/classes/file.C: new feature: $.stdin now untainted
8347:
8348: * tests/results/264.processed: new feature: $.stdin[] now untainted
8349:
8350: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8351:
8352: * src/classes/op.C: ^apply-taint[] method added
8353:
8354: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8355: added; $.stdin untaint test added
8356:
8357: 2010-11-15 moko
8358:
8359: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8360: removed
8361:
8362: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8363: pa_httpd.h: 2x2 calculated under apache2. :)
8364:
8365: 2010-11-13 moko
8366:
8367: * src/targets/apache/mod_parser3.c: initial changes to build module
8368: with apache 2.x includes
8369:
8370: * src/targets/apache/: Makefile.am, mod_parser3.c,
8371: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8372: united apache 1.3 / apache 2.x DSO module
8373:
8374: 2010-11-09 moko
8375:
8376: * src/types/pa_method.h: check added to dissallow @method[name;*]
8377: syntax
8378:
8379: * tests/: 263.html, results/263.processed: test from method[*args]
8380: added
8381:
8382: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8383: number of params can now be passed to a method declared with *arg
8384:
8385: 2010-11-06 moko
8386:
8387: * src/classes/table.C: formating fixed. :)
8388:
8389: * src/classes/table.C: closes #4: ^table.select now supports
8390: $.limit(), $.offset, $.reverse() options
8391:
8392: * tests/: 262.html, results/262.processed: test for ^table:select
8393: with options added (feature #4)
8394:
8395: * src/include/pa_array.h: remove function added
8396:
8397: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8398: object in get_element/put_element, using static one.
8399:
8400: 2010-11-04 moko
8401:
8402: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8403: options is passed
8404:
8405: * tests/: 256.html, results/256.processed: $.table[compact] feature
8406: now tested; k and p in handler now tested.
8407:
8408: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8409: $.table[compact] feature added
8410:
8411: * src/classes/json.C: key is now passed to handler in
8412: value_json_string; ^json:string result now process tainting
8413: inside and returns clean string, related to issue #153
8414:
8415: * src/main/untaint.C: bugfix: charset can be null (in
8416: ^string:save[] as example), thus check is added
8417:
8418: 2010-10-31 moko
8419:
8420: * src/classes/string.C: error message changed (fixes issue #149)
8421:
8422: 2010-10-29 moko
8423:
8424: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8425: port is not default (fixes issue #155); exception on invalid port
8426: added.
8427:
8428: * src/main/untaint.C: '*' is now not urlencoded to allow header
8429: "Accept: */*" to be passed
8430:
8431: 2010-10-28 moko
8432:
8433: * src/classes/curl.C: bugfix: detect_charset() was throwing
8434: exception on unknown charset even if response_charset was
8435: specified
8436:
8437: 2010-10-27 moko
8438:
8439: * src/classes/string.C: ^string.append removed for void
8440: compatibility
8441:
8442: 2010-10-26 moko
8443:
8444: * src/classes/json.C: libjson supports array at top level, we too
8445: (GPF fixed)
8446:
8447: 2010-10-25 moko
8448:
8449: * tests/: 253.html, results/253.processed: libjson supports array
8450: at top level, parser now supports it as well.
8451:
8452: * tests/261.html, tests/results/261.processed,
8453: src/types/pa_vstring.h: empty string is now void compatible
8454: (allows $empty.key)
8455:
8456: 2010-10-22 misha
8457:
8458: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8459: while adding additional expires checkout)
8460:
8461: * tests/030.html: - test for session cookie was added
8462:
8463: 2010-10-21 moko
8464:
8465: * src/: classes/string.C, classes/void.C, main/execute.C,
8466: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8467: string (feature #111)
8468:
8469: * tests/: 261.html, results/261.processed: checks void from string
8470: inheritance (feature #111)
8471:
8472: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8473: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8474: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8475: now true by default
8476:
8477: 2010-10-17 moko
8478:
8479: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8480: upload now uses binary blocks instead of L_FILE_POST tainting.
8481: (bugfix: #128)
8482:
8483: * tests/: 223.html, results/223.processed: binary file upload test
8484: added, GPF (issue #128) also checked in this test
8485:
8486: 2010-10-13 misha
8487:
8488: * tests/260.html: - test for math:convert
8489:
8490: * src/classes/math.C: - error in math:convert was fixed
8491:
1.211 moko 8492: * operators.ru.txt, operators.txt: - info about
1.95 moko 8493: ^math:convert[number](from-base;to-base) was added
8494:
8495: * src/classes/math.C: - method
8496: ^math:convert[number](from-base;to-base) for converting number
8497: represention from one base to another was added ( new feature:
8498: #23 )
8499:
8500: 2010-10-13 moko
8501:
8502: * src/main/compile.tab.C: [] now is empty string, not void
8503:
8504: * src/main/compile.y: [] now is empty string, not void
8505:
8506: * src/types/pa_vvoid.h: void now passed as parameter
8507:
8508: * tests/: 259.html, results/259.processed: to test difference
8509: between void and empty string (see ticket #111)
8510:
8511: * tests/results/152.processed: $sEmpty[] is now empty string, not
8512: void
8513:
8514: * tests/256.html: $s[$void] is no longer empty string
8515:
8516: * tests/254.html: empty string is no longer void
8517:
8518: 2010-10-12 misha
8519:
8520: * src/types/pa_vcookie.C: - check if $.expires value can be
8521: converted to date during cookies set up ( bugfix: #104 )
8522:
8523: * tests/041.html: - more tests for ^table.locate were added
8524:
8525: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8526: work ( bugfix: #129 ) - exception comment for incorrect options
8527: ^table.locate[field;value;options] was fixed
8528:
8529: 2010-10-10 moko
8530:
8531: * src/: classes/reflection.C, main/execute.C: constructor returning
8532: another object feature returned
8533:
8534: * tests/results/258.processed: test result updated as constructor
8535: returning another object feature returned
8536:
8537: * tests/: 258.html, results/258.processed: test for constructor
8538: returning another object
8539:
8540: 2010-10-08 misha
8541:
8542: * tests/257.html: - whitespaces after @METACOMMANDS and their
8543: options shouldn't cause exceptions any longer
8544:
8545: 2010-10-06 moko
8546:
8547: * src/classes/: hash.C, table.C: length from sql server is now
8548: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8549:
8550: 2010-10-02 misha
8551:
1.211 moko 8552: * operators.ru.txt, operators.txt: - the X mark was removed from
8553: ^cache[file]. it is usable to delete cache file.
1.95 moko 8554:
8555: 2010-10-02 moko
8556:
8557: * tests/: 253.html, results/253.processed: hook_key added for key
8558: checking
8559:
8560: * src/classes/json.C: null key bug fixed
8561:
8562: 2010-09-29 misha
8563:
8564: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8565:
8566: 2010-09-25 moko
8567:
8568: * src/classes/json.C: small fixed
8569:
8570: * tests/results/: 253.processed, 255.processed: just updated
8571:
8572: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8573: results/255.processed: charset transcode test added for
8574: json:parse
8575:
8576: 2010-09-24 moko
8577:
8578: * src/types/pa_value.h: warning war :)
8579:
8580: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8581: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8582: ^json:string
8583:
8584: 2010-09-22 moko
8585:
8586: * src/main/pa_charset.C: parser charset tables declare only
8587: white-space before 0x20, thus adding the missing chars
8588:
8589: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8590: to http://unicode.org/Public/MAPPINGS/VENDORS/
8591:
8592: 2010-09-21 misha
8593:
8594: * src/main/compile.y: - some semicolons were added (VS2010 don't
8595: want to compile grammar if they are absent)
8596:
8597: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8598:
8599: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8600:
8601: * src/main/main.vcproj: - path to bison is changed
8602:
8603: 2010-09-21 moko
8604:
1.116 moko 8605: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8606: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8607: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8608:
8609: 2010-09-20 misha
8610:
8611: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8612:
8613: * src/classes/json.C: - add EOL while json-serializing hash
8614:
8615: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8616: compilers don't like 'ES'.
8617:
8618: 2010-09-17 misha
8619:
1.211 moko 8620: * operators.ru.txt, operators.txt: - info about json class was
8621: added
1.95 moko 8622:
8623: * src/classes/json.C: - ^json:string[object]
8624:
8625: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8626: preventing infinite recursion while executing json:string was
8627: added
8628:
8629: * src/include/pa_string.h: - method append_quoted was added
8630:
8631: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8632: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8633: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8634: was added to Value & Co
8635:
8636: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8637: were used
8638:
8639: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8640: were added
8641:
8642: 2010-09-10 moko
8643:
8644: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8645: die_or_abort (backport from 3.4.1)
8646:
8647: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8648: die_or_abort (bugfix: #106)
8649:
8650: 2010-09-09 moko
8651:
8652: * src/classes/json.C: warning war. :)
8653:
8654: 2010-09-08 misha
8655:
8656: * src/lib/json/Makefile.am: - additional include directories were
8657: added (for pa_memory.h and gc.h)
8658:
8659: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8660: compile as C++ instead default - additional include directory was
8661: added (for gc.h)
8662:
8663: * src/types/pa_vform.C: - little code reformating
8664:
8665: * src/classes/file.C: - $.content-type option now can be specified
8666: in ^file::create ( new feature: #102 )
8667:
8668: 2010-09-08 moko
8669:
8670: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8671: pa_malloc/pa_free
8672:
8673: 2010-09-07 moko
8674:
8675: * tests/results/254.processed: VStateless_class:put_element
8676: exception was fixed
8677:
8678: * src/types/: pa_value.h, pa_vstateless_class.h: now
8679: VStateless_class:put_element barks self.type, not this.type
8680: (bugfix: #105)
8681:
8682: 2010-09-06 moko
8683:
8684: * src/classes/reflection.C: bugfix: new String() is required for
8685: exception handling
8686:
8687: * tests/: 254.html, results/254.processed: test modified
8688:
8689: 2010-09-05 moko
8690:
8691: * tests/: 254.html, results/254.processed: ^reflection:copy test
8692: added
8693:
8694: * src/: classes/reflection.C, include/pa_request.h:
8695: ^reflection:copy implemented (new feature: #100)
8696:
8697: 2010-09-03 moko
8698:
8699: * src/lib/json/JSON_parser.C: c++ compatiblity
8700:
8701: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8702: option testing added
8703:
8704: 2010-09-02 moko
8705:
8706: * src/classes/json.C: $.distinct[first|last|all] added
8707:
8708: 2010-09-01 moko
8709:
8710: * tests/results/253.processed: json test result
8711:
8712: * tests/: 253.html, 253_json.txt: json test added
8713:
8714: * src/classes/json.C: json.C update to actual version + hash key
8715: creation bugfix
8716:
8717: 2010-08-31 misha
8718:
8719: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8720: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8721: src/lib/Makefile.am, src/classes/Makefile.am,
8722: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8723: json library was added
8724:
8725: 2010-08-30 moko
8726:
8727: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8728: types/pa_vobject.C: cosmetic optimization in
8729: request:execute_method usage
8730:
8731: * src/: include/pa_charset.h, main/pa_charset.C: small
8732: optimization, just to decrease number of lines. :)
8733:
8734: 2010-08-27 misha
8735:
8736: * src/classes/op.C: - taint[json] was added
8737:
8738: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8739: were added
8740:
8741: * src/main/pa_exec.C: - warning fix was rolled back.
8742:
8743: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8744: include/pa_string.h: - taint[json] was added - escaping was
8745: slightly modified
8746:
8747: 2010-08-25 misha
8748:
8749: * src/classes/file.C: - typo in file:sql exception was fixed
8750:
8751: * src/main/pa_exec.C: - warning about declared and not used
8752: variable forced_allow was removed
8753:
8754: 2010-08-14 misha
8755:
8756: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8757: were removed
8758:
8759: 2010-08-11 moko
8760:
8761: * tests/: 249.html, results/249.processed: default setter and
8762: anti-recursive default getter test added
8763:
8764: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8765: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8766: types/pa_vobject.h, types/pa_vstateless_class.C,
8767: types/pa_vstateless_class.h: default setter support +
8768: anti-recursive default getter support ( new feature: #13 )
8769:
8770: * src/include/pa_hash.h: optimization: threshold member removed
8771: from hash, reducing sizeof(hash)
8772:
8773: 2010-08-10 misha
8774:
8775: * tests/196.html: - junction-method was added to the test
8776:
8777: * tests/248.html: - ups. typo :)
8778:
8779: * tests/248.html: - test for checking .match with 4 params
8780:
8781: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8782: 247_windows1251.txt: - test for "transcode file from utf-8 to
8783: $request:charset during loading if the BOM code is detected"
8784:
8785: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8786: $request:charset during loading if the BOM code is detected ( new
8787: feature: #98 )
8788:
8789: 2010-08-05 misha
8790:
8791: * src/classes/image.C: - ^image.replace now can accept only 2
8792: params. in this case the whole image is affected ( new feature:
8793: #95 )
8794:
8795: 2010-08-04 misha
8796:
8797: * tests/246.html: - test tor ^hash._at[] was added
8798:
8799: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8800: #53 )
8801:
8802: * src/include/pa_hash.h: - methods for accessing the first and the
8803: last values of ordered hash were added (first_value and
8804: last_value)
8805:
8806: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8807: (similar to others file's methods):
8808: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8809: #68 )
8810:
8811: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8812:
8813: 2010-08-01 moko
8814:
8815: * src/classes/op.C: to correctly process $result[] in code, called
8816: from ^process
8817:
8818: * tests/245.html: $result in ^process[] test added
8819:
8820: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8821: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8822: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8823: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8824: caller, self) op_call(VMethodFrame &frame, bool constructing)
8825: removed, construct(class,method) added
8826:
8827: * tests/results/: 192.processed, 244.processed: request::construct
8828: added
8829:
8830: * tests/: 244.html, 245.html, results/244.processed,
8831: results/245.processed: object creation exceptions and ^process
8832: tests added
8833:
8834: 2010-07-28 misha
8835:
8836: * tests/make_tests.cmd: - win32 EOLs
8837:
8838: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8839: tests on Win32 were added (The system timezone should be GMT+3)
8840:
8841: 2010-07-26 misha
8842:
8843: * tests/: 212.html, results/212.processed: - sizes were removed
8844: mecause they could be different on different OSs
8845:
8846: * tests/065.html: - make it "win32 friendly"
8847:
8848: 2010-07-25 misha
8849:
8850: * src/main/compile.y: - all EOLs between methods are removed during
8851: compilation ( new feature: #47 )
8852:
8853: * tests/results/149.processed: - prepare tests to trim trailing
8854: methods' EOLs
8855:
8856: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8857:
8858: * tests/: results/006.processed, results/014.processed, 006.html,
8859: 014.html, 022.html: - prepare tests to trim trailing methods'
8860: EOLs
8861:
8862: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8863: results/071.processed, results/022.processed: - prepare tests to
8864: trim trailing methods' EOLs
8865:
8866: * tests/: results/073.processed, results/109.processed,
8867: results/142.processed, results/144.processed,
8868: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8869: 144.html: - prepare tests to trim trailing methods' EOLs
8870:
8871: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8872: 149.html, 152.html, results/096.processed, results/107.processed,
8873: results/109.processed, results/142.processed,
8874: results/144.processed: - prepare tests to trim trailing methods'
8875: EOLs
8876:
8877: 2010-07-24 moko
8878:
8879: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8880: the hash order in this test
8881:
8882: * tests/014.html: to check hash order, hash no is longer sorted
8883: before print
8884:
8885: * src/include/pa_hash.h: hash copy constructor now keeps order
8886: (bugfix: #54)
8887:
8888: 2010-07-23 moko
8889:
8890: * tests/results/224.processed: @auto[] is no longer inherited
8891:
8892: * src/types/pa_vstateless_class.C, tests/227.html,
8893: tests/results/227.processed: @auto[] is no longer inherited
8894: (bugfix: #57)
8895:
8896: 2010-07-22 misha
8897:
8898: * src/classes/table.C: - don't skip comment lines during
8899: table::load if encloser or separator is set as '#' ( new feature:
8900: #30 )
8901:
8902: * src/targets/cgi/parser3.C: - don't run as cgi if
8903: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8904: #12 )
8905:
8906: * src/classes/file.C: - set PARSER_VARSION env before external
8907: script executing
8908:
8909: 2010-07-13 misha
8910:
8911: * tests/058.html: - test for suppressing @border was added - test
8912: for user attribute was added
8913:
8914: * tests/results/186.processed: unescaping from \uXXXX
8915:
8916: * tests/186.html: unescaping from \uXXXX
8917:
8918: * tests/: 239.html, results/239.processed: method call type
8919:
8920: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8921: $junction_method.CLASS_NAME (+CLASS)
8922:
8923: 2010-07-07 misha
8924:
8925: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8926: *nix
8927:
8928: 2010-07-05 misha
8929:
8930: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8931: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8932: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8933: comment strings "options must be hash", "options must be hash,
8934: not code" and "called with invalid option" were replaced by
8935: constatns - exception comment string "invalid option passed" was
8936: replaced by "called with invalid option" (now in different
8937: methods are the same exception comment string)
8938:
8939: * src/include/pa_exception.h: - more exception strings were defined
8940:
8941: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8942: types/pa_vstateless_class.h: - now we can define possible
8943: method's call type ( new feature: #5 ) 1.
8944: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8945: methods 2. @static:method[params] (only static keyword could be
8946: used here) -- for specified methods
8947:
8948: * src/main/pa_common.C: - junction points should not be deleted on
8949: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8950: cleanup
8951:
8952: 2010-07-03 misha
8953:
8954: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8955: results/158.processed, results/160.processed,
8956: results/161.processed, results/162.processed,
8957: results/163.processed: - prepare tests to trim trailing methods'
8958: EOLs
8959:
8960: * tests/results/169.processed: - prepare tests to trim trailing
8961: methods' EOLs
8962:
8963: * tests/results/: 168.processed, 169.processed: - prepare tests to
8964: trim trailing methods' EOLs
8965:
8966: * tests/: results/170.processed, results/167.processed,
8967: results/168.processed, results/169.processed, 167.html, 168.html,
8968: 169.html: - prepare tests to trim trailing methods' EOLs
8969:
8970: * tests/: results/170.processed, results/171.processed,
8971: results/172.processed, results/173.processed,
8972: results/174.processed, results/175.processed, 170.html, 171.html,
8973: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8974: trailing methods' EOLs
8975:
8976: * tests/: results/176.processed, results/180.processed,
8977: results/184.processed, results/185.processed,
8978: results/191.processed, results/192.processed,
8979: results/196.processed, results/197.processed,
8980: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8981: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8982: to trim trailing methods' EOLs
8983:
8984: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8985: results/199.processed, results/208.processed,
8986: results/209.processed, results/213.processed,
8987: results/214.processed: - prepare tests to trim trailing methods'
8988: EOLs
8989:
8990: 2010-06-29 misha
8991:
8992: * tests/: 220.html, 218.html, results/218.processed,
8993: results/215.processed, results/217.processed, 215.html, 217.html:
8994: - prepare tests to trim trailing methods' EOLs
8995:
8996: * tests/: results/224.processed, 224.html, 223.html,
8997: results/223.processed, results/220.processed: - prepare tests to
8998: trim trailing methods' EOLs
8999:
9000: * tests/results/: 226.processed, 230.processed: - prepare tests to
9001: trim trailing methods' EOLs
9002:
9003: * tests/: 229.html, results/229.processed: - prepare tests to trim
9004: trailing methods' EOLs
9005:
9006: * tests/: 232.html, 235.html, results/232.processed,
9007: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9008: results/226.processed, results/227.processed,
9009: results/228.processed, results/230.processed: - prepare tests to
9010: trim trailing methods' EOLs
9011:
9012: 2010-06-16 moko
9013:
9014: * tests/: 229.html, results/229.processed: elseif now supported in
9015: ^if
9016:
9017: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9018:
9019: 2010-06-03 misha
9020:
9021: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9022: instead of memcopy for overlaped regions
9023:
9024: 2010-05-25 misha
9025:
9026: * src/main/pa_common.C: - wanring about unused vars was removed
9027:
9028: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9029: get_method_filename was moved to execute.C
9030:
9031: 2010-05-23 misha
9032:
9033: * src/main/pa_request.C: - more accurate detection of method's file
9034:
9035: 2010-05-22 misha
9036:
9037: * src/classes/reflection.C: - bugfix: core during detection of
9038: .file if filespec isn't detected successfully
9039:
9040: 2010-05-20 misha
9041:
9042: * src/main/pa_request.C: - fix in get_method_filename
9043:
9044: * src/include/pa_request.h: - new feature: #24 -- searching
9045: included file in @USE/^use is changed. if its filespec doesn't
9046: start from '/' it will be searched in caller file directory
9047:
9048: * src/classes/reflection.C: - ^reflection:method_info returns file
9049: where the method is defined
9050:
9051: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9052: classes/op.C: - new feature: #24 -- searching included file in
9053: @USE/^use is changed. if its filespec doesn't start from '/' it
9054: will be searched in caller file directory
9055:
9056: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9057: is moved to pa_common.h
9058:
9059: 2010-05-18 misha
9060:
9061: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9062: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9063: cookie parser decode \uXXXX as well as %uXXXX
9064:
9065: 2010-05-17 misha
9066:
9067: * src/classes/curl.C: beauty: - unused param is removed in method
9068: _curl_version_action - some spaces were removed or replaced by
9069: tabs
9070:
9071: * src/classes/table.C: - bugfix: #72 core with empty value during
9072: ^table.hash[...;name_of_the_last_column][$.type[string]]
9073:
9074: 2010-05-16 misha
9075:
9076: * src/classes/curl.C: new: #61 more curl options were added
9077: (contributed by Sumo)
9078:
9079: 2010-04-29 pretender
9080:
9081: * src/main/pa_string.C: fixes #63 Split result from empty string
9082: now empty string.
9083:
9084: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9085: string type.
9086:
9087: 2010-04-28 pretender
9088:
9089: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9090: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9091: macrodefinition removed
9092:
9093: 2010-04-19 pretender
9094:
9095: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9096: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9097:
9098: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9099: fixes #64 Now file.missing exception generates in unsafe mode to.
9100:
9101: * src/classes/file.C: fixes #48 Now not throw "not save environment
9102: variable" exception in grpunlim version.
9103:
9104: 2010-04-05 misha
9105:
9106: * src/classes/string.C: - new feature: 4th param was added to
9107: match. if specified its value is returned in case of nothing was
9108: found
9109:
9110: 2010-04-01 misha
9111:
9112: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9113: multiple execution of /a/b/auto.p
9114:
9115: 2010-03-19 misha
9116:
9117: * src/main/execute.C: - core in $table1.$table2 was fixed
9118:
9119: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9120:
9121: 2010-01-27 misha
9122:
9123: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9124: trying to open file by path /existing-file/non-exixting-file
9125:
9126: 2010-01-26 misha
9127:
9128: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9129: was added (returns file)
9130:
9131: 2009-12-22 misha
9132:
9133: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9134: now parser doesn't have class curl if it was built without it
9135:
9136: 2009-12-15 misha
9137:
9138: * configure.in: - little cheat with curl include dir was added
9139:
9140: 2009-12-05 misha
9141:
9142: * src/classes/curl.C: - some fixes
9143:
9144: 2009-12-04 misha
9145:
9146: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9147: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9148: buildall-with-xml, buildall-without-xml, configure.in: - curl
9149: class was added
9150:
9151: * src/include/pa_hash.h: - hash-iterator was added
9152:
9153: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9154: was added to pcre
9155:
9156: 2009-11-27 misha
9157:
9158: * src/classes/image.C: - don't add @border attribute to output of
9159: ^image.html[] if it was specified by user with empty value
9160:
9161: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9162: root element and we are trying to access .documentElement
9163:
9164: 2009-11-11 misha
9165:
9166: * src/classes/table.C: - in ^table.flip[] look at number of columns
9167: instead of number of items in first row for named tables
9168:
9169: 2009-11-10 misha
9170:
1.211 moko 9171: * operators.ru.txt, operators.txt: - info about hash-options in
9172: ^file::create was added
1.95 moko 9173:
9174: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9175: added
9176:
9177: 2009-11-09 misha
9178:
9179: * buildall-with-xml: - moving to libxml 2.7.6
9180:
9181: * tests/236.html: - tests for comparations cords with functions
9182: were added
9183:
9184: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9185: added
9186:
9187: * src/main/pa_http.C: - little optimisation
9188:
9189: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9190: GPF mallocs + stringstream (table.save)
9191:
9192: * src/classes/file.C: - file::create now accepts 4th param: options
9193: with $.charset
9194:
9195: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9196: bug in cord (comparation cords with functions was buggy)
9197:
9198: 2009-11-06 misha
9199:
9200: * src/main/pa_string.C: - bugfix: calculation string.length
9201: sometimes was buggy
9202:
9203: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9204: destroyed if exception occured during match/replace
9205:
9206: * src/: main/pa_charset.C, include/pa_charset.h: - method
9207: lengthUTF8Char was added
9208:
9209: * src/classes/op.C: - clean tainting lang was added for user's
9210: usage
9211:
9212: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9213: fixed: checkouts are required after GC_MALLOC
9214:
9215: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9216:
1.211 moko 9217: * operators.ru.txt, operators.txt: - actually, there is no
9218: ^untaint[xml] in file::create
1.95 moko 9219:
9220: 2009-10-15 misha
9221:
9222: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9223: were added
9224:
9225: * tests/234.html: - more tests for checking ^taint[uri] escaping
9226: were added
9227:
9228: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9229: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9230: hacking: for dealing with transcoding+^taint[uri]
9231: transcode_and_untaint was replaced by untaint_and_transcode
9232:
9233: 2009-10-13 misha
9234:
9235: * tests/: 121.html, results/121.processed: - test transcoding +
9236: url-escaping now
9237:
9238: * tests/results/auto.p: - more helpers' methods were added
9239:
9240: * src/main/pa_globals.C: - die instead of abort
9241:
9242: 2009-10-06 misha
9243:
9244: * src/main/pa_common.C: - don't allocate memory during
9245: capitalization if input string is already capitalized
9246:
9247: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9248:
9249: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9250: use format function because it calls malloc
9251:
9252: * src/include/pa_common.h: - more capitalized headers were added
9253:
9254: * src/main/pa_common.C: - in safe mode clear executable bits during
9255: file writing
9256:
9257: 2009-10-05 misha
9258:
9259: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9260:
9261: 2009-10-03 misha
9262:
9263: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9264: ^img.text[] & ^img.length[] can work in utf-8 now
9265:
9266: * src/: include/pa_charset.h, main/pa_charset.C: - class
9267: UTF8_string_iterator was added
9268:
9269: * src/classes/image.C: - respect utf-8 when calculate alphabet
9270: length
9271:
9272: * src/classes/mail.C: - check from before get message.cstr
9273:
9274: 2009-10-02 misha
9275:
9276: * tests/233.html: - test for image.font, image.length, image.text
9277: with text in utf-8 were added
9278:
9279: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9280:
9281: * buildall-with-xml, buildall-without-xml: - comment about gc
9282: version for freebsd 4 was added
9283:
9284: 2009-10-01 misha
9285:
9286: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9287: terminator) - read_pipe were slightly optimized
9288:
9289: 2009-09-28 misha
9290:
9291: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9292: removed
9293:
9294: * src/types/pa_vmail.C: - forgot about space after ':'
9295:
9296: * src/types/pa_vmail.C: - escape filenames while preparing mail
9297: body - small simplifications
9298:
9299: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9300: inout params like pa_base64
9301:
9302: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9303: option $.debug-print(1) was added to mail:send - changes for
9304: using uue_encode which uses less memory
9305:
9306: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9307:
9308: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9309: memory now
9310:
9311: 2009-09-26 misha
9312:
9313: * src/types/pa_vmail.C: - default encoding now is base64
9314:
9315: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9316:
9317: 2009-09-25 misha
9318:
9319: * src/types/pa_vmail.C: - capitalization of headers was added to
9320: sending mail as well
9321:
9322: * buildall-with-xml: - catalog package was removed from libxml
9323:
9324: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9325: win32 absolute path
9326:
9327: * src/include/pa_common.h: - one more capitalized header was added
9328:
9329: 2009-09-22 misha
9330:
9331: * INSTALL: - comment about building just httpd binary while
9332: building apache module was added
9333:
9334: 2009-09-21 misha
9335:
9336: * buildall-with-xml: - moving to the latest versions of xml libs:
9337: libxml 2.7.4 and libxslt 1.1.25
9338:
9339: 2009-09-19 misha
9340:
9341: * tests/231.html: - test for encoding cookie in win-1251
9342:
9343: 2009-09-18 misha
9344:
9345: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9346: object] were added
9347:
1.211 moko 9348: * operators.ru.txt, operators.txt: - info about method
9349: ^reflection:fields[class or object] was added
1.95 moko 9350:
9351: * src/classes/reflection.C: - method ^reflection:fields[class or
9352: object] was added
9353:
9354: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9355: methods get_fields were added
9356:
9357: * tests/232.html: - tests for @GET[name]
9358:
9359: * src/classes/table.C: - some changes in handling hash-options for
9360: creare, join and locate
9361:
9362: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9363: defined with option: the type of requested value
9364:
9365: 2009-09-17 misha
9366:
9367: * tests/212.html: - tests for .pattern and .options were added
9368:
9369: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9370: $regex.options were added
9371:
9372: 2009-09-11 misha
9373:
9374: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9375: rewrited. it checks not just one case of sending cookies during
9376: file::load[http], but also sending headers and fields (including
9377: files)
9378:
9379: 2009-09-10 misha
9380:
9381: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9382: was removed => now parser can open files with Russian 'r' in
9383: filename
9384:
9385: * src/main/untaint.C: - bugfix: client charset whould be analized
9386: while escaping cookies but now source charset
9387:
9388: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9389: ^tainted[uri] so it was possible to make request with incorrect
9390: http header
9391:
9392: * src/main/pa_http.C: - capitalization of http headers during
9393: file::load[http was slightly changes - bugfix: all headers which
9394: parser sends during file::load[http should be transcoded and only
9395: then escaped
9396:
9397: * src/main/untaint.C: - a bit more comments were added
9398:
9399: * src/classes/: file.C, string.C: - types where changes (minus 2
9400: warnings)
9401:
9402: * src/include/pa_common.h: - 2 capitalized strings for making http
9403: headers during file::load[http were added
9404:
9405: 2009-09-08 misha
9406:
1.211 moko 9407: * operators.ru.txt, operators.txt: - changes in file.save and
9408: string.save were added
1.95 moko 9409:
9410: * tests/: 230.html, 230.txt: - tests for checking options in
9411: file.save and string.save were added
9412:
9413: * src/main/pa_request.C: - http headers names, which are passed to
9414: SAPI::add_header_attribute are lowercased now (it'll be
9415: capitalized in that method)
9416:
9417: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9418: classes/string.C: - file_write accepts Request_charsets and asked
9419: charset and cound transcode content before writing - string.save
9420: and file.save have option $.charset now
9421:
9422: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9423: classes/xdoc.C: - file_write accepts Request_charsets and asked
9424: charset and cound transcode content before writing
9425:
9426: * src/include/pa_exception.h: - new exception comment string was
9427: defined
9428:
9429: 2009-09-07 misha
9430:
9431: * src/main/compile.y: - grammar $name\ name stops now for regex
9432: sub-pattern\s
9433:
9434: 2009-09-04 misha
9435:
9436: * src/main/pa_http.C: - capitalization of http headers during
9437: file::load[http was implemented
9438:
9439: 2009-09-03 misha
9440:
9441: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9442: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9443: types/pa_vmail.C, targets/cgi/parser3.C,
9444: targets/isapi/parser3isapi.C: - back to storing response http
9445: headers in lowercase - capitalize them during output
9446:
9447: 2009-08-31 misha
9448:
9449: * src/classes/table.C: - allow call with any brackets (it could be
9450: useful in methods with explict result declaration)
9451:
9452: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9453: correctly if $request:charset==koi8-r
9454:
9455: 2009-08-30 misha
9456:
9457: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9458: changed: content-type => Content-type and so on
9459:
9460: * src/classes/file.C, src/include/pa_common.h,
9461: src/include/pa_request.h, src/main/pa_http.C,
9462: src/main/pa_request.C, src/types/pa_vcookie.C,
9463: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9464: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9465: tests/results/002.processed, tests/results/003.processed,
9466: tests/results/004.processed, tests/results/005.processed,
9467: tests/results/006.processed, tests/results/007.processed,
9468: tests/results/008.processed, tests/results/009.processed,
9469: tests/results/010.processed, tests/results/011.processed,
9470: tests/results/012.processed, tests/results/013.processed,
9471: tests/results/014.processed, tests/results/015.processed,
9472: tests/results/016.processed, tests/results/017.processed,
9473: tests/results/018.processed, tests/results/019.processed,
9474: tests/results/020.processed, tests/results/021.processed,
9475: tests/results/022.processed, tests/results/023.processed,
9476: tests/results/024.processed, tests/results/025.processed,
9477: tests/results/026.processed, tests/results/027.processed,
9478: tests/results/028.processed, tests/results/029.processed,
9479: tests/results/030.processed, tests/results/031.processed,
9480: tests/results/032.processed, tests/results/033.processed,
9481: tests/results/034.processed, tests/results/035.processed,
9482: tests/results/036.processed, tests/results/037.processed,
9483: tests/results/038.processed, tests/results/039.processed,
9484: tests/results/040.processed, tests/results/041.processed,
9485: tests/results/042.processed, tests/results/043.processed,
9486: tests/results/044.processed, tests/results/045.processed,
9487: tests/results/046.processed, tests/results/047.processed,
9488: tests/results/048.processed, tests/results/049.processed,
9489: tests/results/050.processed, tests/results/051.processed,
9490: tests/results/052.processed, tests/results/053.processed,
9491: tests/results/054.processed, tests/results/055.processed,
9492: tests/results/056.processed, tests/results/057.processed,
9493: tests/results/058.processed, tests/results/059.processed,
9494: tests/results/060.processed, tests/results/061.processed,
9495: tests/results/062.processed, tests/results/063.processed,
9496: tests/results/064.processed, tests/results/065.processed,
9497: tests/results/066.processed, tests/results/067.processed,
9498: tests/results/068.processed, tests/results/069.processed,
9499: tests/results/070.processed, tests/results/071.processed,
9500: tests/results/072.processed, tests/results/073.processed,
9501: tests/results/074.processed, tests/results/075.processed,
9502: tests/results/076.processed, tests/results/077.processed,
9503: tests/results/078.processed, tests/results/079.processed,
9504: tests/results/080.processed, tests/results/081.processed,
9505: tests/results/082.processed, tests/results/083.processed,
9506: tests/results/084.processed, tests/results/085.processed,
9507: tests/results/086.processed, tests/results/087.processed,
9508: tests/results/088.processed, tests/results/089.processed,
9509: tests/results/090.processed, tests/results/091.processed,
9510: tests/results/092.processed, tests/results/093.processed,
9511: tests/results/094.processed, tests/results/095.processed,
9512: tests/results/096.processed, tests/results/097.processed,
9513: tests/results/098.processed, tests/results/099.processed,
9514: tests/results/100.processed, tests/results/101.processed,
9515: tests/results/102.processed, tests/results/103.processed,
9516: tests/results/104.processed, tests/results/105.processed,
9517: tests/results/106.processed, tests/results/107.processed,
9518: tests/results/108.processed, tests/results/109.processed,
9519: tests/results/110.processed, tests/results/111.processed,
9520: tests/results/112.processed, tests/results/113.processed,
9521: tests/results/114.processed, tests/results/115.processed,
9522: tests/results/116.processed, tests/results/117.processed,
9523: tests/results/118.processed, tests/results/119.processed,
9524: tests/results/120.processed, tests/results/121.processed,
9525: tests/results/122.processed, tests/results/123.processed,
9526: tests/results/124.processed, tests/results/125.processed,
9527: tests/results/126.processed, tests/results/127.processed,
9528: tests/results/128.processed, tests/results/129.processed,
9529: tests/results/130.processed, tests/results/131.processed,
9530: tests/results/132.processed, tests/results/133.processed,
9531: tests/results/134.processed, tests/results/135.processed,
9532: tests/results/136.processed, tests/results/138.processed,
9533: tests/results/139.processed, tests/results/140.processed,
9534: tests/results/141.processed, tests/results/142.processed,
9535: tests/results/143.processed, tests/results/144.processed,
9536: tests/results/145.processed, tests/results/146.processed,
9537: tests/results/147.processed, tests/results/148.processed,
9538: tests/results/149.processed, tests/results/150.processed,
9539: tests/results/151.processed, tests/results/152.processed,
9540: tests/results/153.processed, tests/results/154.processed,
9541: tests/results/155.processed, tests/results/156.processed,
9542: tests/results/157.processed, tests/results/158.processed,
9543: tests/results/159.processed, tests/results/160.processed,
9544: tests/results/161.processed, tests/results/162.processed,
9545: tests/results/163.processed, tests/results/164.processed,
9546: tests/results/165.processed, tests/results/166.processed,
9547: tests/results/167.processed, tests/results/168.processed,
9548: tests/results/169.processed, tests/results/170.processed,
9549: tests/results/171.processed, tests/results/172.processed,
9550: tests/results/173.processed, tests/results/174.processed,
9551: tests/results/175.processed, tests/results/176.processed,
9552: tests/results/177.processed, tests/results/178.processed,
9553: tests/results/179.processed, tests/results/180.processed,
9554: tests/results/181.processed, tests/results/182.processed,
9555: tests/results/183.processed, tests/results/184.processed,
9556: tests/results/185.processed, tests/results/186.processed,
9557: tests/results/187.processed, tests/results/188.processed,
9558: tests/results/189.processed, tests/results/190.processed,
9559: tests/results/191.processed, tests/results/192.processed,
9560: tests/results/193.processed, tests/results/194.processed,
9561: tests/results/195.processed, tests/results/196.processed,
9562: tests/results/197.processed, tests/results/198.processed,
9563: tests/results/199.processed, tests/results/200.processed,
9564: tests/results/201.processed, tests/results/202.processed,
9565: tests/results/203.processed, tests/results/204.processed,
9566: tests/results/205.processed, tests/results/206.processed,
9567: tests/results/207.processed, tests/results/208.processed,
9568: tests/results/209.processed, tests/results/210.processed,
9569: tests/results/211.processed, tests/results/212.processed,
9570: tests/results/213.processed, tests/results/214.processed,
9571: tests/results/215.processed, tests/results/216.processed,
9572: tests/results/217.processed, tests/results/218.processed,
9573: tests/results/219.processed, tests/results/220.processed,
9574: tests/results/221.processed, tests/results/222.processed,
9575: tests/results/223.processed, tests/results/224.processed,
9576: tests/results/225.processed, tests/results/226.processed,
9577: tests/results/227.processed, tests/results/228.processed,
9578: tests/results/229.processed: - http headers were changed:
9579: content-type => Content-type and so on
9580:
9581: 2009-08-27 misha
9582:
9583: * src/: main/pa_random.C, include/pa_random.h,
9584: targets/cgi/parser3.C: - year was updated :)
9585:
9586: 2009-08-26 misha
9587:
9588: * tests/: 224.html, 224.p: - test for creating of parser object
9589: using constructor without params - little bugfix in test
9590:
9591: * src/main/compile_tools.h: - bugfix: should't call autouse while
9592: checking existed class while processing partial option
9593:
9594: * src/classes/reflection.C: - bugfix: core when creating object
9595: with reflection and constructor doesn't have params
9596:
9597: 2009-08-24 misha
9598:
9599: * tests/229.html: - tests for checking the number of parameters
9600: were added
9601:
9602: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9603: number of method's parameters wasn't checked correctly (the bug
9604: was introduced in 3.4.0)
9605:
9606: 2009-08-22 misha
9607:
9608: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9609: transcoded, but tainted pieces are escaped only when
9610: content-type==url-encoding
9611:
9612: * tests/228.html: - test for checking
9613: ^file::load[http://...;$.body[]]
9614:
9615: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9616: post charset was too early (charsets is empty at this moment)
9617:
9618: 2009-08-21 misha
9619:
9620: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9621: main/untaint.C: - some fixes with transcode+untaint
9622:
9623: 2009-08-15 misha
9624:
9625: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9626: was increaced to 100 (was 50)
9627:
9628: * tests/227.html: - test for checking overriding properties in
9629: static classes was added
9630:
9631: * tests/: 226.html, 226.p: - test for @autoload[] was added
9632:
9633: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9634: main/execute.C, main/pa_request.C, classes/reflection.C: -
9635: autouse was implemented
9636:
9637: 2009-08-14 misha
9638:
9639: * src/classes/reflection.C: - outdated checkout was removed
9640:
9641: * src/classes/reflection.C: - optimization - method ^dynamical was
9642: added.
9643:
9644: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9645: types/pa_vstateless_class.h, main/execute.C: - optimization
9646:
9647: * src/types/pa_vclass.C: - exception if base on sytem class
9648:
9649: 2009-08-12 misha
9650:
9651: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9652: pa_vstateless_class.h: - little optimisation
9653:
9654: 2009-08-11 misha
9655:
9656: * tests/224.html: - method_params => method_info - checking for
9657: $.inherited
9658:
1.211 moko 9659: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9660: method method_params was renamed to method_info and now it
9661: returns class name, if method was defined in ancestor
1.95 moko 9662:
9663: * tests/225.html: - tests for cheching properties in hierarhical
9664: classes were added
9665:
9666: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9667: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9668: main/compile.y, main/execute.C, classes/classes.C: - problems
9669: with properties in new classes implementation were fixed
9670:
9671: 2009-08-10 misha
9672:
9673: * src/main/execute.C: - now constructor shouldn't be defined in
9674: class. it could be defined in parent.
9675:
9676: 2009-08-09 misha
9677:
9678: * src/classes/reflection.C: - ^reflection:methods doesn't return
9679: base's methods
9680:
9681: 2009-08-08 misha
9682:
9683: * src/: classes/classes.h, classes/date.C, classes/file.C,
9684: classes/form.C, classes/hash.C, classes/hashfile.C,
9685: classes/image.C, classes/mail.C, classes/op.C,
9686: classes/reflection.C, classes/regex.C, classes/string.C,
9687: classes/table.C, classes/xdoc.C, classes/xnode.C,
9688: classes/xnode.h, include/pa_hash.h, main/execute.C,
9689: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9690: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9691: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9692: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9693: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9694: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9695: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9696: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9697: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9698: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9699: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9700: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9701: types/pa_vresponse.C, types/pa_vresponse.h,
9702: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9703: types/pa_vstateless_object.h, types/pa_vstatus.C,
9704: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9705: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9706: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9707: types/pa_wwrapper.h, types/types.vcproj: - new classes
9708: implementation
9709:
9710: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9711: USE_MUNMAP is used. so it is disabled as a workaround.
9712:
9713: 2009-08-05 misha
9714:
9715: * src/: main/pa_common.C, include/pa_common.h: - not needed
9716: parameter was removed
9717:
9718: * src/main/pa_http.C: - bugfix: error was during detecting
9719: content-type of file which was loaded by http
9720:
9721: 2009-08-01 misha
9722:
9723: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9724: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9725: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9726: can't be disabled with defines any longer
9727:
9728: 2009-07-29 misha
9729:
9730: * src/classes/reflection.C, tests/results/224.processed: - for
9731: native methods with any call type now returned empty call_type
9732: value
9733:
9734: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9735: classes/table.C, include/pa_hash.h, include/pa_request.h,
9736: main/pa_request.C: - break in cycles was optimized
9737:
9738: * INSTALL: - more defines were described
9739:
9740: 2009-07-28 misha
9741:
1.211 moko 9742: * operators.ru.txt, operators.txt: - some changes in information
9743: about reflection class
1.95 moko 9744:
9745: * tests/: 224.html, 224.p: - tests for reflection class
9746:
9747: * src/classes/reflection.C: - some bugs were fixed, method classes
9748: was added, refactoring
9749:
9750: 2009-07-26 misha
9751:
9752: * src/classes/classes.vcproj: - reflection class wass added to
9753: project
9754:
1.211 moko 9755: * operators.ru.txt, operators.txt: - information about reflection
9756: class was added
1.95 moko 9757:
9758: * src/classes/reflection.C: - class was redesigned
9759:
9760: 2009-07-24 misha
9761:
9762: * src/classes/: Makefile.am, reflection.C: - class reflection was
9763: added
9764:
9765: * src/types/pa_vstateless_class.h: - method for reflection method's
9766: in classes was added
9767:
9768: 2009-07-22 misha
9769:
9770: * src/main/compile_tools.h: - bugfix: $object.$var was
9771: over-optimized. it failed if $object1.$object2.field
9772:
9773: 2009-07-16 misha
9774:
9775: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9776: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9777: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9778: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9779: one more arg: length of cord
9780:
9781: 2009-07-15 misha
9782:
9783: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9784: tainted in ^file::load[http://...;$.cookies[]]
9785:
9786: * src/classes/: op.C, regex.C, string.C: - new string with
9787: exception was used
9788:
9789: * src/include/pa_exception.h: - new string with exception was added
9790:
9791: * tests/223.html: - test for checking cookie-encoding during
9792: ^file::load[http was added
9793:
9794: * tests/: 221.html, 222.html: - tests for checking type of
9795: $table.fields.field were added
9796:
9797: * src/types/pa_vtable.C: - not used var decl was removed
9798:
9799: * src/include/pa_string.h: - use cached string length in Body::mid.
9800: it improves speed of match with brackets in pattern
9801:
9802: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9803: outside
9804:
9805: 2009-07-14 misha
9806:
9807: * src/types/pa_vtable.C: - $table.fields.a return string even if
9808: column is empty (sometime returned void) - $table.fields was
9809: added for nameless tables
9810:
9811: * src/targets/cgi/getopt.c: - one warning resolved
9812:
9813: * src/main/pa_string.C: - potentian bug fixed
9814:
9815: * src/classes/op.C: - small optimization in taint/untaint
9816:
9817: 2009-07-13 misha
9818:
9819: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9820: added
9821:
9822: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9823: souldn't add the attribut to output
9824:
9825: 2009-07-11 misha
9826:
9827: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9828: stack size was increaced to 2MB (default=1MB)
9829:
9830: 2009-07-08 misha
9831:
9832: * src/main/pa_string.C: - link to UTF-8 description was added
9833:
9834: * src/include/pa_hash.h: - hash keeps element's order in more
9835: places (ex: ._keys[])
9836:
9837: * tests/220.html: - test for checking order of elements in hash in
9838: foreach was added
9839:
9840: * tests/172.html: - small changes in printing hash
9841:
9842: * tests/129.html: - small changes in printing hash
9843:
9844: * src/: include/pa_common.h, include/pa_hash.h,
9845: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9846: types/pa_vmethod_frame.h: - hash now keeps order of elements
9847:
9848: * tests/014.html: - small changes in printing hash
9849:
9850: 2009-07-07 misha
9851:
9852: * src/classes/op.C: - new taint language "parser-code" was added
9853:
9854: * tests/219.html: - test for auto untaint parser code in process
9855: was added
9856:
9857: * src/classes/op.C: - tainted pieces in body of process are
9858: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9859:
9860: * src/: include/pa_string.h, main/untaint.C: - new language
9861: L_PARSER_CODE for auto-untaint in process was added
9862:
9863: * src/: classes/file.C, classes/hash.C, classes/image.C,
9864: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9865: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9866: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9867: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9868: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9869: code cleanup
9870:
9871: 2009-07-06 misha
9872:
9873: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9874: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9875: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9876:
9877: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9878: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9879: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9880: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9881: should be used
9882:
9883: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9884: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9885: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9886: untaint_cstr[m] should be used
9887:
9888: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9889: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9890:
9891: * tests/218.html: - test for checking automatic file-spec-taint was
9892: added
9893:
9894: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9895: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9896: classes/file.C, classes/hash.C, classes/image.C,
9897: classes/string.C, classes/table.C, classes/void.C,
9898: classes/xdoc.C: - optimizations and simplification of
9899: string.cstr(...)
9900:
9901: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9902: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9903: - optimizations and simplification of string.cstr(...)
9904:
9905: 2009-07-04 misha
9906:
9907: * tests/217.html: - test for recursion detection was added
9908:
9909: * src/: types/types.vcproj, main/main.vcproj,
9910: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9911: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9912: from .vcproj
9913:
9914: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9915:
9916: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9917: uploading files and case-insensitive http-method were added
9918:
9919: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9920: tainted pattern in ^file:list[] was added
9921:
9922: 2009-07-03 misha
9923:
9924: * src/: classes/classes.vcproj, main/main.vcproj,
9925: types/types.vcproj, targets/cgi/parser3.vcproj,
9926: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9927: for dynamic_cast) - little options changes
9928:
9929: * src/main/pa_http.C: - file::load[http works now with uploading
9930: files _and_ changing $.charset
9931:
9932: 2009-06-29 misha
9933:
9934: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9935: while creating pattern
9936:
9937: 2009-06-25 misha
9938:
1.211 moko 9939: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9940: names for ^image.font were changed to $.space, $.width and
9941: $spacing - default space width now == gif's width
1.95 moko 9942:
9943: 2009-06-24 misha
9944:
9945: * tests/215.html: - tests for $file.mode were added
9946:
1.211 moko 9947: * operators.ru.txt, operators.txt: - added info about $file.mode
9948: and changes in ^image.font[
1.95 moko 9949:
9950: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9951: param now could be omited - third param now could be hash (with
9952: all widths options: $.space-width, $.letter-width) - it's
9953: possible to specify tracking ($.letter-space)
9954:
9955: * src/classes/file.C: - file objects now could have mode field
9956: (text|binary)
9957:
9958: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9959:
9960: 2009-06-23 misha
9961:
9962: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9963: trim can work with utf-8 chars now
9964:
9965: 2009-06-20 misha
9966:
9967: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9968: was implemented
9969:
9970: * src/classes/table.C: - string length cacheing was implemented
9971:
9972: * src/include/pa_string.h: - string length cacheing was implemented
9973:
9974: 2009-06-17 misha
9975:
9976: * src/main/execute.C: - value param was removed from
9977: WContext::WContext
9978:
9979: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9980: pa_wwrapper.h: - value param was removed from WContext::WContext
9981: - field wcontext was removed from VCodeFrame (using fparent
9982: instead)
9983:
9984: * tests/214.html: - test with hash copying
9985:
9986: 2009-06-16 misha
9987:
9988: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9989: strings doesn't work in expression anymore
9990:
9991: * src/main/execute.C: - less calls for get_constructing() - little
9992: refactoring
9993:
9994: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9995: include/pa_request.h: - less calls for get_constructing()
9996:
9997: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9998: introduced with OPTIMIZE_SINGLE_STRING optimization
9999:
10000: 2009-06-14 misha
10001:
10002: * src/: classes/date.C, classes/file.C, classes/hash.C,
10003: classes/hashfile.C, classes/image.C, classes/regex.C,
10004: classes/table.C, classes/xdoc.C, classes/xnode.h,
10005: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10006: types/pa_vstateless_class.h, main/execute.C: - create object for
10007: storing object's fields only for parser objects
10008:
10009: 2009-06-13 misha
10010:
10011: * buildall-with-xml, buildall-without-xml: - new option was added
10012: for building GC (it slightly reduces memory usage)
10013:
10014: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10015: single string write
10016:
10017: * src/main/execute.C: - bytecode optimization of ^class:constructor
10018: - optimization of single string write
10019:
10020: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10021: - bytecode optimization of ^class:constructor
10022:
10023: 2009-06-09 misha
10024:
10025: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10026: main (better compatibility)
10027:
10028: 2009-06-08 misha
10029:
10030: * src/main/compile.y: - I've forgot to commit it :(
10031:
10032: 2009-06-07 misha
10033:
10034: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10035: WITH_READ and WITH_ROOT
10036:
10037: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10038: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10039: WITH_ROOT - little refactoring
10040:
10041: 2009-06-06 misha
10042:
10043: * tests/213.html: - tests for 3rd match string-param were added
10044:
10045: * src/classes/string.C: - 3rd match param could be string now
10046:
10047: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10048: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10049: GET_OBJECT_ELEMENT
10050:
10051: 2009-06-05 misha
10052:
10053: * src/main/pa_http.C: - bugfix: content-length was not calculated
10054: if $.body was specified
10055:
10056: 2009-06-04 misha
10057:
10058: * src/classes/op.C: - optimizing write_assign_lang in connect
10059:
10060: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10061:
10062: * src/main/execute.C: - little refactoring - optimizing
10063: write_assign_lang in taint/untaint
10064:
10065: * src/include/pa_opcode.h: - little refactoring
10066:
10067: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10068: main/compile_tools.h, main/execute.C: - optimizations for
10069: $self.field, ^self.method, $self.field[...] and $self.field(...)
10070: were added
10071:
10072: 2009-06-03 misha
10073:
10074: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10075:
10076: 2009-06-02 misha
10077:
10078: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10079: include/pa_opcode.h: - refactoring in last optimizations
10080: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10081: now but code is much easy and it is ready for further
10082: improvements.
10083:
10084: 2009-05-27 misha
10085:
10086: * src/: types/pa_junction.h, types/pa_vjunction.C,
10087: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10088: changed in destructing junctions
10089:
10090: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10091: String:Body
10092:
10093: 2009-05-26 misha
10094:
10095: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10096: one method detect_charset was deleted - bug was fixed in this
10097: method (error while detecting charset in content_type withot last
10098: ';')
10099:
10100: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10101: once
10102:
10103: 2009-05-25 misha
10104:
10105: * src/classes/file.C: - bugfix: file::exec didn't work after
10106: optimizing of helper_length
10107:
10108: 2009-05-24 misha
10109:
10110: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10111: were added - little refactoring
10112:
10113: * src/main/execute.C: - core while printing in debug log
10114: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10115: optimisations were added
10116:
10117: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10118: were added
10119:
10120: 2009-05-23 misha
10121:
10122: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10123: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10124: CORD_cat optimization
10125:
10126: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10127: - call constr optimisation under separate define now
10128:
10129: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10130: in $b should be string, not void
10131:
10132: * src/main/compile.y: - little fix for rem-cut optimisation
10133:
10134: * src/: include/pa_opcode.h, main/compile_tools.C,
10135: main/compile_tools.h, main/execute.C: - optimisations for
10136: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10137:
10138: * INSTALL: - description of some #defined were added
10139:
10140: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10141: before 1st access (memory usage is reduced if don't access to
10142: .text field)
10143:
10144: * src/include/pa_array.h: - array grows step now not static (it
10145: reduces numbers of reallocs)
10146:
10147: 2009-05-20 misha
10148:
10149: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10150: $.b(2), $c[d] and $.e[f] was added
10151:
10152: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10153: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10154: $.e[f] was added
10155:
10156: * src/main/execute.C: - debug printing moved in defines
10157:
10158: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10159: and little refactoring for OP_GET_OBJECT_ELEMENT +
10160: OP_GET_OBJECT_VAR_ELEMENT optimisation
10161:
10162: 2009-05-19 misha
10163:
10164: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10165: execute.C: - $a.$b & ^a.$b bytecode optimisation
10166:
10167: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10168: ^a.$b optimisation)
10169:
10170: * src/main/compile.y: - compiler now generate new opcodes:
10171: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10172: ^a.b - compiler now cut off ^rem{ with all content ; any number
10173: of params }
10174:
10175: * src/main/execute.C: - code for handle new opcodes
10176: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10177:
10178: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10179: added for LA2V and LA2S
10180:
10181: * src/include/pa_opcode.h: - new defines which can be used for
10182: disable some bytecode optimisation and new opcodes were added
10183:
10184: 2009-05-17 misha
10185:
10186: * src/lib/cord/cordxtra.c: - bugfix.
10187:
10188: * tests/212.html: - .size[] and .study_size[] were added to tests
10189:
1.211 moko 10190: * operators.ru.txt, operators.txt: - info about regex class was
10191: added
1.95 moko 10192:
10193: * tests/212.html: - tests for regex class were added
10194:
10195: 2009-05-16 misha
10196:
10197: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10198: gc7.1
10199:
10200: * tests/022.html: - test for ^file:list[path;] (empty second param)
10201: was added
10202:
10203: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10204: param) should work
10205:
10206: 2009-05-15 misha
10207:
10208: * src/classes/table.C: - automatically disable stringstream usage
10209: on freebsd4
10210:
10211: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10212: scope
10213:
10214: * tests/211.html: - test with different types of access to hash was
10215: added
10216:
10217: * tests/210.html: - test which checks for loosing tainting in
10218: hash's keys was added
10219:
10220: * tests/208.html: - some parser work added. or stime == 0 %-)
10221:
10222: * src/lib/cord/cordbscs.c: - little hack was added to cord
10223:
10224: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10225:
10226: * src/include/pa_version.h, configure.in: - moko have made a lot of
10227: optimisations for increacing version number more dramatically :)
10228:
10229: * src/classes/date.C: - little refactoring: use constructor which
10230: accepts formated string
10231:
10232: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10233: which can print formatted string was added
10234:
10235: 2009-05-14 misha
10236:
10237: * src/include/pa_string.h: - type was fixed
10238:
10239: * src/: classes/hashfile.C, classes/op.C,
10240: include/pa_cache_managers.h, include/pa_charset.h,
10241: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10242: include/pa_request.h, include/pa_sql_driver_manager.h,
10243: include/pa_string.h, include/pa_stylesheet_manager.h,
10244: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10245: main/pa_charsets.C, main/pa_string.C,
10246: main/pa_stylesheet_connection.C, types/pa_value.h,
10247: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10248: types/pa_vobject.C, types/pa_vstateless_class.C,
10249: types/pa_vstateless_class.h: - hash_code caching was implemented
10250: (seaches should be faster now)
10251:
10252: * src/: classes/file.C, classes/hash.C, classes/image.C,
10253: classes/string.C, classes/table.C, include/pa_string.h,
10254: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10255: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10256: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10257: types/pa_vrequest.C: - String constructors don't have that stupid
10258: true/false param which means 'tainted'. they accept lang instead.
10259:
10260: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10261: with OPTIMIZE_RESULT
10262:
10263: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10264: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10265:
10266: 2009-05-13 misha
10267:
10268: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10269: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10270: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10271: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10272: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10273: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10274: include/pa_string.h, classes/date.C, classes/file.C,
10275: classes/hash.C, classes/image.C, classes/string.C,
10276: classes/table.C, classes/xdoc.C: - result optimisation -
10277: helper_length parameter removed from string constructors
10278:
10279: 2009-05-11 misha
10280:
10281: * tests/209.html: - tests for ^hash::create[hash] were added
10282:
10283: * tests/208.html: - tests for $status:rusage, $status:memory,
10284: ^memory:compact[] were added
10285:
10286: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10287: log10 were added
10288:
10289: * tests/206.html: - test for try with finally was added
10290:
10291: 2009-05-10 misha
10292:
10293: * tests/205.html: - test for ^file::create[...] was added
10294:
10295: * tests/204.html: - test for ^response:clear[] was added
10296:
10297: * tests/038.html: - tests for trigonometric functions were added
10298:
10299: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10300: added - more tests for .add, .sub, .union, .intersects and
10301: .intersections
10302:
10303: * tests/065.html: - test for ^file:dirname was added
10304:
10305: * tests/030.html: - test for $cookie:fields was added
10306:
10307: * tests/203.html: - test for ^h._keys[column name] was added
10308:
10309: * tests/201.html: - tests for .trim were added
10310:
10311: * tests/202.html: - tests for last-day,
10312: date:calendar[type](YYYY;MM;DD) were added
10313:
10314: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10315: .offset[type](N) were added
10316:
10317: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10318: and .pos[c](N) were added
10319:
10320: * tests/141.html: - test for math:sha1 was added
10321:
10322: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10323:
10324: 2009-05-09 misha
10325:
10326: * src/main/compile.y: - rollback
10327:
10328: 2009-05-05 misha
10329:
10330: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10331: replaced by is_empty()
10332:
10333: * src/: include/pa_string.h, main/pa_charset.C: - little
10334: optimisation: somewhere length() was replaced by is_empty()
10335:
10336: * src/classes/table.C: - little optimisation: somewhere length()
10337: was replaced by is_empty()
10338:
10339: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10340: classes/op.C, classes/table.C, main/pa_exception.C: - little
10341: optimisation: somewhere length() was replaced by is_empty()
10342:
10343: 2009-05-04 misha
10344:
10345: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10346: types/pa_vstateless_class.h, main/execute.C,
10347: include/pa_request.h, classes/hash.C, classes/op.C,
10348: classes/table.C: - more optimisations were added: some operators
10349: don't switch write context anylonger
10350:
10351: 2009-05-01 misha
10352:
10353: * src/main/compile.y: - slightly more opcode optimisations for
10354: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10355:
10356: * src/main/execute.C: - simplifying process for getters
10357:
10358: 2009-04-30 misha
10359:
10360: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10361:
10362: * tests/results/199.processed: - test for checking $result into
10363: ^rem was added
10364:
10365: * tests/199.html: - test for checking $result into ^rem was added
10366:
10367: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10368: some OS it returns list in different order)
10369:
10370: * src/: include/pa_array.h, include/pa_request.h,
10371: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10372: changes in stack impl - get_element() optimisation: 3rd param
10373: removed - bugfix: problems with reading empty input param -
10374: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10375:
10376: * tests/results/198.processed: - test for reading empty local var
10377: was added
10378:
10379: * tests/198.html: - test for reading empty local var was added
10380:
10381: 2009-04-29 misha
10382:
10383: * src/main/compile.y: - bugfix: couldn't compile because
10384: OP_VALUE__GET_ELEMENT should be unde #ifdef
10385:
10386: * src/: include/pa_array.h, include/pa_opcode.h,
10387: include/pa_request.h, main/compile.y, main/execute.C,
10388: main/pa_request.C, types/pa_vmethod_frame.C,
10389: types/pa_vmethod_frame.h: - we can work without opcode
10390: OP_STORE_PARAM, so it was removed
10391:
10392: 2009-04-28 misha
10393:
10394: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10395: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10396: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10397: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10398: 4.
10399: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10400:
10401: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10402:
10403: * src/: main/pa_string.C, classes/string.C: - !length() =>
10404: is_empty()
10405:
10406: 2009-04-27 misha
10407:
10408: * src/types/pa_vregex.h: - back explicit vars initialisation
10409:
10410: 2009-04-24 misha
10411:
10412: * src/classes/string.C: - ups. typo fixed
10413:
10414: * src/main/execute.C: - more replacements '*new VBool' to
10415: 'VBool::get' - checks for ^break[], ^continue[] and
10416: parser.interrupted were optimised
10417:
10418: * src/classes/string.C: - number of params.count() calls was
10419: slightly reduced
10420:
10421: 2009-04-23 misha
10422:
10423: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10424: make it x64 friendly
10425:
10426: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10427: parser is x64 friendly now
10428:
10429: 2009-04-22 misha
10430:
10431: * src/types/pa_vhashfile.C: - coder friendly exception about
10432: exceeding record size was added
10433:
10434: * src/classes/file.C: - use vregex object instead of direct calls
10435: methods from pcre lib
10436:
10437: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10438: classes/string.C: - use vregex object instead of direct calls
10439: methods from pcre lib
10440:
10441: * src/: include/pa_common.h, main/pa_common.C: - method
10442: print_pcre_exec_error_text was moved to class vregex
10443:
10444: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10445: was added
10446:
10447: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10448: - class vregex was added
10449:
10450: 2009-04-21 misha
10451:
10452: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10453:
10454: * src/: types/pa_junction.h, types/pa_value.C,
10455: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10456: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10457: junction-optimisation (destructors)
10458:
10459: * src/include/pa_array.h: - free under if now
10460:
10461: 2009-04-19 misha
10462:
10463: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10464:
10465: 2009-04-18 misha
10466:
10467: * src/include/pa_version.h:
10468: :q :
10469:
10470: CV:
10471: ----------------------------------------------------------------------
10472:
10473: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10474: refactoring
10475:
10476: * src/: include/pa_array.h, include/pa_hash.h,
10477: types/pa_vmethod_frame.h: - destructors under #ifdef now
10478:
10479: * src/include/pa_memory.h: - define for using destructors was added
10480:
10481: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10482: main/execute.C: - some junctions will be cached now
10483:
10484: * src/include/pa_hash.h: - hash destructor frees pairs now
10485:
10486: * src/include/pa_array.h: - inline was added to destructor
10487:
10488: * src/types/pa_method.h: - comment was changed
10489:
10490: 2009-04-17 misha
10491:
10492: * src/: include/pa_array.h, include/pa_hash.h,
10493: types/pa_vmethod_frame.h: - destructors were added
10494:
10495: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10496: renamed to always_use_result
10497:
10498: * src/main/: compile.y, compile_tools.h: - rollback changes in
10499: compiler: full backward compatibility is better
10500:
10501: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10502: result in var's hash
10503:
10504: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10505: optimisation in method_frame
10506:
10507: * src/include/pa_array.h: - optimisation in array (allocate
10508: elements only when needed)
10509:
10510: * src/types/pa_vresponse.C: - check for $response:headers field
10511: before looking at custom fields
10512:
10513: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10514: not needed to check existance var with name 'result' in var's
10515: hash
10516:
10517: * src/main/compile.y: - compiler was changed: now it detects
10518: writings to $result and set flag writo_to_result in method
10519:
10520: * src/classes/string.C: - little optimisation: no needed to write
10521: number with lang
10522:
10523: * src/main/pa_charset.C: - methods readChar and skipChar which is
10524: used for read utf8-strings were renamed - is_escaped was renamed
10525: to isEscaped (to the same name convention)
10526:
10527: * src/: types/pa_method.h, main/compile_tools.h: - flag
10528: write_to_result added. compiler get this info from code.
10529:
10530: 2009-04-16 misha
10531:
10532: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10533: String only before 1st write
10534:
10535: * src/include/pa_string.h: - not needed template removed
10536:
10537: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10538: types/pa_vjunction.C, types/pa_vproperty.C,
10539: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10540: main/pa_request.C, classes/bool.C, classes/double.C,
10541: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10542: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10543: bool objects)
10544:
10545: 2009-04-15 misha
10546:
10547: * src/lib/cord/cordxtra.c: - more optimisation
10548:
10549: * src/: include/pa_string.h, main/untaint.C: - String::append
10550: optimisation
10551:
10552: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10553: then get and can sometime be used)
10554:
10555: * src/main/pa_string.C: - String::length optimisation
10556:
10557: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10558: these methods read different strings
10559:
10560: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10561: fresult_initial_void removed + some optimisation - if $result
10562: defined we don't write to context anymore
10563:
10564: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10565: need just skip char)
10566:
10567: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10568: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10569: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10570:
10571: * src/types/pa_vvoid.h: - added get() method for retreave one
10572: instance
10573:
10574: 2009-04-11 misha
10575:
10576: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10577:
10578: * tests/197.html: - test for parser://test in xml was added
10579:
10580: * src/classes/string.C: - small optimisation
10581:
10582: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10583: optimisation
10584:
10585: 2009-04-10 misha
10586:
10587: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10588: to pcre-7.8
10589:
10590: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10591:
10592: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10593: added
10594:
10595: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10596: $request:CLASS_NAME were added
10597:
10598: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10599: were added
10600:
10601: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10602: $env:CLASS_NAME were added
10603:
10604: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10605: '@todo' now
10606:
10607: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10608: compirer
10609:
10610: * src/main/pa_string.C: - little code cleanup
10611:
10612: * src/main/pa_common.C: - describe one more UTF-8 related error
10613: during PCRE compile/execute
10614:
10615: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10616: normalizing todo-comments: '@todo' now
10617:
10618: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10619:
10620: * src/main/pa_charset.C: - type changed for making compiler happy
10621:
10622: 2009-03-10 misha
10623:
10624: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10625: in main()
10626:
10627: 2009-02-01 misha
10628:
10629: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10630: boundary
10631:
10632: 2009-01-25 misha
10633:
10634: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10635:
10636: * src/classes/file.C: - more changes for parsing different number
10637: of params for file::load
10638:
10639: * tests/193.html: - tests for exception while base64-decode binary
10640: to string was added
10641:
10642: * tests/192.html: - tests for file::load with different number of
10643: options
10644:
10645: * src/classes/math.C: - ups. forgot '+1'
10646:
10647: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10648: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10649: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10650: (new option $.encode[multipart-form/data] should be specified) -
10651: $.method[] option for file::load now is not case-sensitive
10652:
10653: * src/: include/pa_string.h, main/untaint.C: - for file post the
10654: new taint language L_FILE_POST was added
10655:
10656: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10657: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10658: stuff was moved to separate files
10659:
10660: 2009-01-23 misha
10661:
10662: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10663: spaces to tabs were converted
10664:
10665: 2009-01-12 misha
10666:
10667: * src/main/pa_http.C: - value of $.method[] option force uppercased
10668: now
10669:
10670: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10671: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10672: their names
10673:
10674: * src/main/pa_common.C: - changes in formating
10675:
10676: * src/: classes/file.C, main/pa_http.C: - some constants changed
10677: their names
10678:
10679: * src/include/pa_http.h: - some spaces were converted to tabs
10680:
10681: * src/include/pa_common.h: - some constants changed their names
10682:
10683: * src/classes/file.C: - fixed 4-th paramether for file::load -
10684: little code rewriting
10685:
10686: * src/types/pa_vfile.C: - little code rewriting
10687:
10688: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10689: types/pa_value.h: - some formating changes
10690:
10691: * src/include/pa_common.h: - some formating spaces transformed to
10692: tabs
10693:
10694: * src/classes/string.C: - exception while base64-decode binary to a
10695: string
10696:
10697: 2009-01-11 misha
10698:
10699: * configure.in: - version changed to 3.3.1b
10700:
10701: 2008-09-05 misha
10702:
10703: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10704: release_3_3_0 on 2008-09-05 10:59:35 +0000
10705:
10706: 2008-09-04 misha
10707:
10708: * tests/: 130.html, 131.html: - these exceptions not typeless
10709: anymore
10710:
10711: * src/classes/op.C: - exception with 'invalid taint language' not
10712: typeless anylonger
10713:
10714: * src/classes/image.C: - some exceptions while operations with
10715: image not typeless anymore
10716:
10717: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10718: main/pa_exec.C, main/pa_http.C: - some exceptions while
10719: operations with files not typeless anymore
10720:
10721: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10722: types/pa_vdate.h: - exceptions while checking date range not
10723: typeless anymore
10724:
10725: * src/include/pa_exception.h: - exception type string for invalid
10726: date range was added
10727:
10728: 2008-09-03 misha
10729:
10730: * src/: classes/file.C, main/pa_string.C: - exception while pce
10731: operations not typeless anymore
10732:
10733: * src/include/pa_exception.h: - exception type for pce operations
10734: was added
10735:
10736: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10737: and .CLASS_NAME insite classes
10738:
10739: * src/classes/table.C: - don't save table header whiile
10740: ^table.save[append;filename] if file exists
10741:
10742: 2008-09-02 misha
10743:
10744: * src/main/compile.y, src/main/compile_tools.h,
10745: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10746: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10747: renamed to partial and it login changed: we must mark class as
10748: partial for allow their modifications in future.
10749:
10750: 2008-08-29 misha
10751:
10752: * tests/results/022.processed: - testing taint[regex] in mask for
10753: file:list
10754:
10755: * tests/022.html: - testing taint[regex] in mask for file:list
10756:
10757: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10758: for file:list was added
10759:
10760: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10761: file:list
10762:
10763: 2008-08-26 misha
10764:
10765: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10766: last derived object
10767:
10768: * src/classes/image.C: - many strings "image.format" replaced by
10769: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10770: understand some more exif tags
10771:
10772: * src/include/pa_exception.h: - string "image.format" was added
10773:
10774: 2008-08-21 misha
10775:
10776: * src/: main/pa_string.C, classes/file.C: - use method for print
10777: pcre_exec text error
10778:
10779: * src/main/pa_common.C: - method for print pcre_exec text error was
10780: added
10781:
10782: * src/include/pa_common.h: - method declaration for print pcre_exec
10783: text error was added
10784:
10785: 2008-08-19 misha
10786:
10787: * src/main/execute.C: - bugfix: opcodes must be in separate
10788: namespace while debug execution as well
10789:
10790: * tests/: 015.html, results/015.processed: - test for escaping some
10791: parser chars was added
10792:
10793: 2008-08-18 misha
10794:
10795: * tests/: 190.html, 190.p, results/190.processed: - test for
10796: $caller.self.field + default getter in one class was added
10797:
10798: * tests/: 189.html, results/189.processed: - test for
10799: ^date::create[date object]
10800:
10801: * tests/: 188.html, results/188.processed: - tests for match with
10802: UTF-8 strings
10803:
10804: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10805: ^string.match[]
10806:
10807: * ChangeLog: - parser 3.3.0 beta13
10808:
10809: 2008-08-15 misha
10810:
1.116 moko 10811: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10812: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10813: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10814: dftables.c: - old PCRE files removed
1.95 moko 10815:
10816: * src/lib/pcre/config.h: - configuration for PCRE library
10817:
10818: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10819: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10820:
10821: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10822: library and set flag UTF8 if $request:charset is UTF-8
10823:
10824: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10825: include/pa_config_fixed.h: - moved to new PCRE library
10826:
10827: * src/: main/main.vcproj, types/types.vcproj,
10828: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10829: win32\pcre instead of parser3\src\lib\pcre
10830:
10831: * src/: include/pa_opcode.h, include/pa_operation.h,
10832: main/compile.C, main/compile.y, main/compile_tools.C,
10833: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10834: opcodes were moved to separate namespace
10835:
10836: 2008-08-14 misha
10837:
10838: * src/types/pa_vstateless_class.C: - newline at the end missed
10839:
10840: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10841: tainting
10842:
10843: 2008-08-11 misha
10844:
10845: * tests/: 187.html, 187.p, results/187.processed: - tests for
10846: $caller.self, $caller.self.field and $caller.self.field[value]
10847: were added
10848:
10849: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10850: runtime as well (for $caller.self)
10851:
10852: 2008-07-25 misha
10853:
10854: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10855: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10856: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10857: tests with international characters
10858:
10859: 2008-07-23 misha
10860:
10861: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10862: file::load[...;http://
10863:
10864: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10865: now everywhere in separate namespace
10866:
10867: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10868: for vars
10869:
10870: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10871: can be escaped by '^'
10872:
10873: 2008-07-22 misha
10874:
10875: * src/classes/string.C, tests/186.html: - names changes:
10876: escape=>js-escape, unescape=>js-unescape
10877:
10878: 2008-07-21 misha
10879:
10880: * tests/results/186.processed: - test for string escape/unescape
10881:
10882: * tests/186.html: - test for string escape/unescape
10883:
10884: * src/classes/string.C: - string has escape and unescape methods
10885: now
10886:
10887: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10888: added
10889:
10890: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10891: method-layers added (with different params)
10892:
10893: 2008-07-18 misha
10894:
10895: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10896: was added
10897:
10898: * tests/185.html: - test for ^str.pos[sub](offset) added
10899:
1.211 moko 10900: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10901: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10902: accepted now
1.95 moko 10903:
10904: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10905: strings
10906:
10907: 2008-07-17 misha
10908:
10909: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10910: helper length added for mid for small optimisation
10911:
10912: 2008-07-16 misha
10913:
10914: * tests/: 185.html, results/185.processed: - tests for
10915: length/left/right/mid/pos with utf-8 strings
10916:
10917: * src/classes/string.C: - left/right/mid/length/pos works fine for
10918: utf-8 strings
10919:
10920: * src/main/untaint.C: - comments removed
10921:
10922: * src/: include/pa_string.h, main/pa_string.C,
10923: include/pa_charset.h, main/pa_charset.C: - methods for working
10924: with pos/mid for strings in utf-8 were added
10925:
10926: 2008-07-15 misha
10927:
10928: * tests/: 184.html, results/184.processed: - test for case body as
10929: expression: $var(^switch(1){^case(1)(true)..})
10930:
10931: * src/classes/op.C: - case body can be expression now:
10932: $var(^switch(1){^case(1)(true)..})
10933:
10934: * tests/: results/183.processed, 183.html: - added test for testing
10935: new cookie encoding (%uXXXX)
10936:
10937: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10938: decoding for backward compatibility they decoded from %XX in
10939: request:charset too
10940:
10941: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10942: - cookie class now decode cookies before first access after last
10943: request:charset changing (as form class).
10944:
10945: * src/main/pa_charset.C: - added method escape for escaping cookies
10946: as %uXXXX - before transcode calculate required space for dest
10947: string. it reduce mem usage for transcode
10948:
10949: * src/include/pa_charset.h: - added method escape for escaping
10950: cookies as %uXXXX
10951:
10952: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10953: was added. will used for escaping cookies as %uXXXX
10954:
10955: * src/include/pa_common.h: - escape method has new option for skip
10956: converting '+' to a space char
10957:
10958: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10959: transcode - escape method has new option for skip converting '+'
10960: to a space char
10961:
10962: 2008-07-08 misha
10963:
10964: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10965: (no UE if more then 1 case matches anylonger) - optimization:
10966: doing searching.as_string() || searching.as_double() only once
10967:
10968: 2008-07-04 misha
10969:
10970: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10971: now ^date::create[date object] works
10972:
10973: * src/classes/string.C: - left and right added as aliases for start
10974: and end in ^string.trim[]
10975:
10976: 2008-07-03 misha
10977:
10978: * src/classes/file.C: - allow $.limit for file::sql as well
10979:
10980: * src/classes/file.C: - allow $.offset option for file::sql - force
10981: send limit=1 to query for use sql specifics authomatically
10982:
10983: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10984: if $.limit value if empty. autoconvert it as everywere
10985:
10986: 2008-07-02 misha
10987:
10988: * configure.in: - time to change version number to 3.3.0 %-)
10989:
10990: * src/include/pa_version.h: - time to change version number to
10991: 3.3.0 %-)
10992:
10993: 2008-06-26 misha
10994:
10995: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10996: $.limit(0) fixes
10997:
10998: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10999: - $.limit(0) fixes
11000:
11001: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11002: new API)
11003:
11004: * src/: include/pa_sql_driver_manager.h,
11005: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11006: classes/op.C: - document_root added
11007:
11008: * src/main/compile.tab.C: - error message was changed
11009:
11010: 2008-06-25 misha
11011:
11012: * src/main/compile.y: - error message was changed
11013:
11014: 2008-06-24 misha
11015:
11016: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11017:
11018: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11019: tests for @OPTIONS\nappend
11020:
11021: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11022:
11023: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11024:
11025: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11026:
11027: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11028: compile.y
11029:
11030: 2008-06-17 misha
11031:
11032: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11033: compilation: ^if(default){true. it's incorrect. must be
11034: exception}
11035:
11036: 2008-06-16 misha
11037:
11038: * tests/: 181.ent, 181.html, results/181.processed: - test for
11039: checking external reference loading with 'http://localhost'
11040: prefix while creating xdoc
11041:
11042: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11043: ^math:long2ip[] and ^math:ip2long[]
11044:
11045: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11046: added which use scalar stateless class method when user object
11047: used in scalar context - use get_scalar_value when user object
11048: requested in scalar context
11049:
11050: * src/main/pa_common.C: - size must be int but not size_t or we
11051: can't compare with 0 sprintf result
11052:
11053: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11054: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11055: with internal switch between local/global vars
11056:
11057: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11058: specified
11059:
11060: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11061: pa_vstateless_object.h: - stateless class and object now has
11062: private scalar field and getter/setter for working with it
11063:
11064: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11065: moved to inet static class
11066:
11067: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11068: class added (^inet:aton[IP], ^inet:ntoa(number))
11069:
11070: * tests/: 180.html, results/180.processed: - tests for
11071: ^math:long2ip(long) and ^math:ip2long[IP]
11072:
11073: * src/classes/math.C: - ^math:ip2long[IP] added
11074:
11075: 2008-06-11 misha
11076:
11077: * src/main/pa_xml_io.C: - use file_read_text again because of we
11078: need cut BOM code and remove DOS newline chars. but don't
11079: transcode it anyway.
11080:
11081: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11082: main/pa_http.C: - option for disable transcoding while file_read
11083: and file_read_text added
11084:
11085: 2008-06-10 misha
11086:
11087: * tests/: 179.html, 179.p, results/179.processed: - test for many
11088: classes in 1 file
11089:
11090: * src/main/: compile.C, compile_tools.h: - compile return list of
11091: classes now.
11092:
11093: * src/main/: compile.y, compile.tab.C: - compile return list of
11094: classes now. internals.
11095:
11096: * src/main/pa_request.C: - compile return list of classes now. try
11097: call @conf and @auto for each returned class
11098:
11099: * src/include/pa_request.h: - compile return list of classes now
11100:
11101: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11102: return list of classes when compile buf)
11103:
11104: 2008-06-07 misha
11105:
11106: * src/main/pa_request.C: - constructing VRequest object with 3rd
11107: param -- form
11108:
11109: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11110: 3rd param: form. needed for get post_charset
11111:
11112: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11113: added
11114:
11115: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11116: types/pa_vform.C, types/pa_vform.h: - some polish
11117:
11118: 2008-06-06 misha
11119:
11120: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11121: charset and decode chars from it but not from response:charset
11122:
11123: * src/main/pa_http.C: - detect_charset moved out of here
11124:
11125: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11126: methods moved here - unescape_chars accepn one charset now
11127:
11128: * src/main/pa_http.C: - new constants used - don't allow
11129: $.content-type in ^file::load[;http://;$.method[POST]] - add
11130: charset info while ^file::load[;http://;$.method[POST]] - option
11131: $.omit-post-charset(true) added to ^file::load[;http://] for
11132: disabling charset during post
11133:
11134: * src/types/pa_vform.C: - new constants used
11135:
11136: * src/include/pa_common.h: - some constants were added
11137:
11138: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11139: instead of StrEqNc
11140:
11141: * src/main/pa_common.C: - new method for caseless search
11142: c-substring in c-string - use isxdigit instead of is_hex_digit
11143:
11144: * src/include/pa_common.h: - new method for caseless search
11145: c-substring in c-string
11146:
11147: 2008-06-05 misha
11148:
11149: * tests/results/178.processed: - test for testing default getter
11150:
11151: * tests/178.html: - test for testing default getter
11152:
11153: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11154: for test for testing default getter
11155:
11156: * src/main/execute.C: - default getter soul
11157:
11158: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11159: requested objects' field not found
11160:
11161: * src/types/pa_vclass.C: - register default getter if defined - get
11162: default getter if requested field not found
11163:
11164: * src/types/pa_vstateless_object.h: - method get_default_getter was
11165: added
11166:
11167: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11168: pointer to default getter and methods for get/set it were added
11169:
11170: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11171: auto_name field (for default getter)
11172:
11173: 2008-06-04 misha
11174:
11175: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11176: transcoding, no cutting BOM code, no fixing line breaks) and get
11177: it to libxml "as is"
11178:
11179: 2008-06-03 misha
11180:
11181: * src/main/pa_common.C: - use store_Char instead of
11182: transcodeCharFromUTF8
11183:
11184: * src/: include/pa_charset.h, main/pa_charset.C: - method
11185: store_Char added, transcodeCharFromUTF8 -- removed
11186:
11187: 2008-06-02 misha
11188:
11189: * tests/: results/177.processed, 177.html: - test for checking
11190: .[acm]date after local ^file::load[] was added
11191:
11192: * tests/: results/176.processed, 176.html: - test for checking
11193: @OPTION\locals + @method[vars][locals] added
11194:
11195: * tests/results/auto.p: - CLASS_PATH specified for checking use
11196:
11197: 2008-05-30 misha
11198:
11199: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11200: @OPTION\nlocals + @method[vars][;locals;] were added
11201:
11202: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11203: moved to separate method op_code - switch from VMethodFrame to
11204: VMethodFrameGlobal + VMethodFrameLocal
11205:
11206: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11207: was moved to separate method op_code
11208:
11209: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11210: VMethodFrame now
11211:
11212: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11213: all_vars_local as well
11214:
11215: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11216: pa_vmethod_frame_local.h, Makefile.am: - who children for
11217: VMethodFrame were added: one (global) works as VMethodFrame
11218: before and second (local) write all vars in self vars scope
11219:
11220: * src/types/pa_method.h: - method has bool flag all_vars_local now
11221:
11222: 2008-05-29 misha
11223:
11224: * tests/: 129.html, results/129.processed: - more tests for
11225: ^table.hash[]
11226:
11227: * src/classes/hash.C: - ^hash::sql has a new option:
11228: $.type[hash|string|table] as ^table.hash[] one.
11229:
11230: * src/classes/op.C: - ^try has 3rd param now: finally code which
11231: executed anyway after try or catch section
11232:
11233: 2008-05-27 misha
11234:
11235: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11236: must not fail if $.distinct(1) wasn't specified
11237:
11238: 2008-05-26 misha
11239:
11240: * src/classes/op.C: - allow ^throw[my type]
11241:
11242: 2008-05-22 misha
11243:
11244: * configure.in, configure: - version number updated to 3.2.4b
11245:
11246: * src/classes/: op.C, string.C: - trim format string before
11247: eval/format
11248:
11249: * tests/: results/175.processed, 175.html: - more tests for
11250: different format strings in .format[]
11251:
11252: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11253: as well (not only %XX)
11254:
11255: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11256: charset specified - checks for format before print number
11257: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11258: (instead of tabs) removed
11259:
11260: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11261: charset specified
11262:
11263: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11264: char in requested charset from utf code was added
11265:
11266: 2008-05-19 misha
11267:
11268: * tests/: 174.html, results/174.processed: - test for
11269: ^hashfile.cleanup[] added
11270:
11271: * src/classes/hashfile.C: - optimization: don't create any key or
11272: value variable if it's name weren't specified
11273: (^hf.foreach[;v]{...})
11274:
11275: 2008-05-16 misha
11276:
11277: * src/classes/hash.C: - optimization: don't create any key variable
11278: if variable name wasn't specified (^h.foreach[;v]{...})
11279:
11280: 2008-05-15 misha
11281:
11282: * src/classes/op.C: - small changes
11283:
11284: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11285:
11286: * src/classes/hash.C: - calculate var_context once before foreach
11287:
11288: 2008-05-14 misha
11289:
11290: * src/classes/hashfile.C: - incorrect vars context calculation for
11291: ^hashfile.foreach[;]{} fixed
11292:
11293: * src/classes/: hash.C, table.C: - little optimisation
11294:
11295: * src/classes/file.C: - bugfix: double absolute path while loading
11296: file
11297:
11298: * tests/: 174.html, results/174.processed: - tests for hashfile
11299: were added
11300:
11301: * buildall-with-xml: - moving to libxslt 1.1.24
11302:
11303: 2008-04-30 misha
11304:
11305: * src/classes/file.C: - stat file while loading (local only) so
11306: .adate, .mdate and .cdate available without additional ::stat
11307:
11308: 2008-04-28 misha
11309:
11310: * src/classes/file.C: - $.name and $.content-type available for
11311: stated file
11312:
11313: 2008-04-14 misha
11314:
11315: * src/targets/cgi/parser3.C: - new year in copyright %-)
11316:
11317: * src/include/pa_version.h: - new version number in head
11318:
11319: 2008-04-10 misha
11320:
11321: * tests/: 080.html, results/080.processed: - cut '0' from
11322: exponential part because of on diff OS it differ (20 or 020 for
11323: ex)
11324:
11325: * tests/: 119.html, results/119.processed: - check for encoding
11326: while creating xdoc
11327:
11328: 2008-04-09 misha
11329:
11330: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11331:
11332: * src/main/pa_common.C: - comment added
11333:
11334: * src/classes/date.C: - little refactoring
11335:
11336: 2008-04-07 misha
11337:
11338: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11339: style of ^table.save[]: prepare one big string and sabe it at
11340: once. it's safe on freebsd 4.x but use much more memory.
11341:
11342: * buildall-with-xml, buildall-without-xml: - option
11343: --disable-stringstream added (under comment. use it on freebsd
11344: 4.x)
11345:
11346: 2008-02-22 misha
11347:
11348: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11349: specified together in file::load[;http] - get back transcoding
11350: $.body[] in file::load[;http]
11351:
11352: 2008-02-21 misha
11353:
11354: * src/classes/date.C: - ^date.gmt-string[] was added
11355:
11356: * src/types/pa_value.C: - method for output date in RFC 822 format
11357: moved to pa_common.h
11358:
11359: * src/include/pa_common.h: - method for output date in RFC 822
11360: format moved here from pa_value.C
11361:
11362: * src/types/pa_vmail.C: - fixed core in sending mail with
11363: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11364:
11365: 2008-02-20 misha
11366:
11367: * src/main/pa_http.C: - transcode $.headers before escaping into
11368: specified charset while ^file::load[...;http://...] (L_URI
11369: instead of L_HTTP_HEADER) - $.cookies param available in
11370: ^file::load[;http://...] now (but we don't parse set-cookies from
11371: response yet) (cookies not transcoded as common $cookies)
11372:
11373: 2008-02-19 misha
11374:
11375: * src/main/pa_request.C: - rollback: we mustn't force taint
11376: $response:field values because in this case
11377: $response:locateion[http://...] don't works.
11378:
11379: 2008-02-15 misha
11380:
11381: * src/classes/op.C: - little refactoring
11382:
11383: * src/main/pa_http.C: - taint names of $.headers for load[;http
11384:
11385: * src/main/pa_request.C: - force taint values of $response:field
11386:
11387: 2008-02-14 misha
11388:
11389: * src/main/pa_request.C: - $response:field transcoded to
11390: $response:charset before escaping now
11391:
11392: * src/main/pa_http.C: - some outdated comments removed
11393:
11394: * src/classes/date.C: - lastdat -> last-day
11395:
11396: * src/classes/date.C: - ^date:lastday(year;month) and
11397: ^date.lastday[] were added - little code refactoring - comments
11398: changes
11399:
11400: * tests/: 159.html, results/159.processed: - test for number of
11401: days in February
11402:
11403: * src/types/pa_value.C: - fixes in code formatting
11404:
11405: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11406: and comments
11407:
11408: 2008-02-13 misha
11409:
11410: * src/main/pa_common.C: - bugfix for february at leap year
11411:
11412: 2008-01-28 misha
11413:
11414: * tests/: 160.html, results/160.processed: - more test for cache
11415: added
11416:
11417: * src/classes/op.C: - bugfix: cache body executed twice if contains
11418: unhandled exception
11419:
11420: 2008-01-25 misha
11421:
11422: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11423: bug when hashfile became inavailable after memory:compact)
11424:
11425: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11426:
11427: 2008-01-22 misha
11428:
11429: * src/classes/table.C: - little refactiring and exception texts
11430: changes in method ^table.hash[]
11431:
11432: * src/types/pa_vcookie.C: - link to cookie specification changed
11433:
11434: 2008-01-21 misha
11435:
11436: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11437: file::exec/cgi
11438:
11439: * src/classes/file.C: - bugfix: core while processing headers if
11440: executed cgi script don't return content
11441:
11442: 2008-01-18 misha
11443:
11444: * buildall-with-xml: - move to libxml2 version 2.6.31
11445:
11446: * src/include/pa_version.h, configure.in: - version number updated
11447: to '3.2.3b'
11448:
11449: 2007-12-28 misha
11450:
11451: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11452: hash.contains
11453:
11454: 2007-12-27 misha
11455:
11456: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11457: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11458: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11459: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11460: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11461: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11462: src/targets/cgi/parser3.vcproj,
11463: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11464: back to VS2003 because of Apache 1.3 module can't work if it was
11465: built in VS 2005. with cgi all file so VS2003 project files can
11466: be easy converted to the new format.
11467:
11468: 2007-12-04 misha
11469:
11470: * src/types/pa_vcode_frame.h: - changes in comment
11471:
11472: 2007-11-29 misha
11473:
11474: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11475: intercept strings any longer
11476:
11477: * tests/: 173.html, results/173.processed: - tests for
11478: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11479: but not in main code frame
11480:
11481: * tests/: 172.html, results/172.processed: - more tests for pass
11482: objects from code frames
11483:
11484: 2007-11-27 misha
11485:
11486: * tests/: 152.html, results/152.processed: - tests for converting
11487: strings 'true'/'false' to bool were added
11488:
11489: * tests/152.html: - added checks for converting strings
11490: 'true'/'false' to bool
11491:
11492: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11493: not only strings with numbers but with values 'true'/'false' as
11494: well
11495:
11496: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11497: for parser3.log increased
11498:
11499: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11500:
11501: * src/include/pa_common.h: - remove_crlf return cstring size now
11502:
11503: * src/include/pa_types.h: - constant with buffer size for
11504: parser3.log added
11505:
11506: 2007-11-16 misha
11507:
11508: * tests/cat.sh: - script for tests for file::exec/cgi
11509:
11510: * tests/171.html: - tests for file::exec/cgi
11511:
11512: * tests/results/171.processed: - tests results for file::exec/cgi
11513:
11514: 2007-11-15 misha
11515:
11516: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11517:
11518: * src/classes/file.C: - .body must be set before analyzing cgi
11519: headers
11520:
11521: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11522: only if exec/cgi return anything.
11523:
11524: 2007-11-14 misha
11525:
1.211 moko 11526: * operators.ru.txt, operators.txt: - info about new text|binary
11527: option for file::exec/cgi was added
1.95 moko 11528:
11529: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11530: ^file:exec[[text|binary];script;...]
11531:
11532: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11533: classes/string.C, classes/table.C: - more text strings moved to
11534: the one place
11535:
11536: 2007-11-09 misha
11537:
11538: * src/types/pa_vrequest.C: - $request:argv must be taint
11539:
11540: * ChangeLog: - $request:argv [patch from Sumo]
11541:
1.211 moko 11542: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11543:
11544: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11545: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11546:
11547: 2007-10-25 misha
11548:
11549: * buildall-with-xml, buildall-without-xml: - options preparations
11550: for ./configure rewrited
11551:
11552: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11553: error occure in unhandled_exception finally fixed
11554:
11555: 2007-10-23 misha
11556:
11557: * tests/: 170.html, results/170.processed: - test for
11558: @method[][result]
11559:
1.211 moko 11560: * operators.ru.txt, operators.txt: - added info about node.prefix
11561: and node.namespaceURI
1.95 moko 11562:
11563: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11564:
11565: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11566: added for node and attribute
11567:
11568: 2007-10-22 misha
11569:
11570: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11571:
11572: * src/main/pa_request.C: - added const content-transfer-encoding
11573:
11574: * src/include/pa_request.h: - added const content-transfer-encoding
11575: - ups. constants must be in lowercase (for search)
11576:
11577: * src/types/pa_vmail.C: - more constants used -
11578: content-transfer-encoding: 8bit added
11579:
11580: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11581:
11582: * src/include/pa_request.h: - more constants
11583:
11584: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11585: ommit anymore if $.content-disposition was specified - little
11586: refactoring
11587:
11588: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11589:
11590: 2007-10-17 misha
11591:
1.211 moko 11592: * operators.ru.txt, operators.txt: - info about
1.95 moko 11593: table::create[nameless]{data}[>options<] was added
11594:
11595: * src/main/: compile.tab.C, compile.y: - if error occure while
11596: compile method don't put this method in methods table anymore.
11597: in other case the parser coredumped if @unhandled_exception
11598: method can't be compiled because of parser.compile error.
11599:
11600: * src/main/execute.C: - little code reformating
11601:
11602: * src/main/pa_request.C: - little code reformating - comment
11603: changed
11604:
11605: 2007-10-16 misha
11606:
11607: * tests/: 035.html, results/035.processed: - tests
11608: table::create[]{}[options] added
11609:
11610: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11611: options (only $.seperator[] yet)
11612:
11613: 2007-10-10 misha
11614:
11615: * src/classes/table.C: - some contstants moved to pa_common.h -
11616: some code changes
11617:
11618: 2007-10-02 misha
11619:
11620: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11621: then three time as much. but base64 encoding method still use
11622: less memory anyway.
11623:
11624: 2007-09-17 misha
11625:
1.211 moko 11626: * operators.ru.txt, operators.txt: - added info about
11627: $cookie:fields
1.95 moko 11628:
11629: * src/types/pa_vcookie.C: - $cookie:fields available now
11630:
11631: * src/classes/hash.C: - some stuff for use with .for_each moved to
11632: common
11633:
11634: * src/include/pa_common.h: - some stuff for use with .for_each
11635: moved here
11636:
11637: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11638:
11639: 2007-09-14 misha
11640:
11641: * buildall-with-xml: - new xml libs again =)
11642:
11643: 2007-08-28 misha
11644:
1.211 moko 11645: * operators.ru.txt, operators.txt: - texts about
11646: ^table.columns[[column name]] and ^string.split[...][v][column
11647: name] were added
1.95 moko 11648:
11649: * tests/: 168.html, 169.html, results/168.processed,
11650: results/169.processed: - tests for ^table.columns[[column name]]
11651: and ^string.split[...][v][column name] were added
11652:
11653: * src/classes/table.C: - new option ^table.columns[[column name]]
11654: was added
11655:
11656: * src/classes/string.C: - new option ^string.split[...;v;[column
11657: name]]
11658:
11659: * src/include/pa_exception.h: - error text message for
11660: ^hash._keys[], ^table.columns[] and ^string.split[]
11661:
11662: 2007-08-27 misha
11663:
11664: * src/main/untaint.C: - try to fix coredump on unix if print to
11665: body ^taint[sql][something] outside of connect
11666:
11667: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11668: outside of connect
11669:
11670: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11671: added (commented by default)
11672:
11673: 2007-08-20 misha
11674:
1.211 moko 11675: * operators.ru.txt, operators.txt: - comment about new method
11676: ^node.hasAttributes[] was added
1.95 moko 11677:
11678: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11679: duplicated exception text strings were removed
11680:
11681: * src/include/pa_exception.h: - more exception text strings moved
11682: here
11683:
11684: * src/classes/table.C: - some duplicate exceptions' text strings
11685: removed
11686:
11687: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11688: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11689: removed
11690:
11691: * src/include/pa_exception.h: - some exception text strings movet
11692: to pa_exception
11693:
11694: * tests/: 149.html, results/149.processed: - test for
11695: ^xnode.hasAttributes[] was added - some code changes
11696:
11697: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11698: added
11699:
11700: 2007-08-17 misha
11701:
11702: * tests/: results/006.processed, results/059.processed, 006.html,
11703: 059.html: - more tests for match
11704:
11705: * tests/: 129.html, results/129.processed: - tests for
11706: ^table.hash[...][$.type[string|hash|table]] added
11707:
11708: * src/targets/cgi/parser3.C: - little syntax changes
11709:
11710: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11711: syntax changes
11712:
1.211 moko 11713: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11714: annoying 'SIGPIPE' messages in parser3.log switched off by
11715: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11716:
11717: 2007-08-08 misha
11718:
11719: * buildall-with-xml, buildall-without-xml: - remove libs source
11720: files by default since now
11721:
11722: 2007-08-07 misha
11723:
11724: * buildall-without-xml: - some option syntax changes
11725:
11726: * buildall-with-xml: - compile libxml2 without http support - some
11727: option syntax changes
11728:
11729: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11730:
11731: 2007-08-06 misha
11732:
11733: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11734:
11735: * tests/: 160.html, results/160.processed: - cache test was
11736: rewrited
11737:
11738: 2007-07-06 misha
11739:
11740: * tests/: 153.html, results/153.processed: - added test for
11741: ^math:sha1[string]
11742:
11743: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11744: transcoded
11745:
11746: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11747: were added
11748:
11749: 2007-06-28 misha
11750:
11751: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11752: some incorrect chars
11753:
11754: 2007-06-19 misha
11755:
11756: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11757: were moved on top because of gcc 4 had a problems during
11758: building.
11759:
11760: 2007-06-18 misha
11761:
11762: * tests/results/019.processed: - new image commited
11763:
11764: 2007-06-09 misha
11765:
11766: * src/classes/: op.C, table.C: - in while and table.select method
11767: as_expression used now
11768:
11769: * src/types/pa_vmethod_frame.h: - method as_expression was added
11770:
11771: 2007-06-08 misha
11772:
11773: * tests/: 166.html, results/166.processed: - test for
11774: ^match[...][n]
11775:
11776: * tests/: 165.html, results/165.processed: - tests for loops
11777:
11778: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11779: because of no speed/memory optimisation but some proglems with
11780: long cycles occure
11781:
11782: 2007-06-06 misha
11783:
11784: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11785: ^table.select(true) and ^table.select(1) didn't works because of
11786: awaiting junction-param only. fixed.
11787:
11788: 2007-05-24 misha
11789:
11790: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11791: with 0.5 secs interval
11792:
11793: * src/classes/op.C: - cache was rewrited. I hope it works with
11794: locking system now on unix
11795:
11796: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11797: system locks which wait till other threads release it but try get
11798: lock, if fail wait 1 sec and make 10 attempts.
11799:
11800: * src/include/pa_os.h: - consts for blocking locks + some comments
11801: were added
11802:
11803: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11804: opening files
11805:
11806: * src/classes/table.C: - changes in includes. if unclude <sstream>
11807: after our classes on unix it can't be build
11808:
11809: * src/types/pa_vhashfile.C: - not needed code removed
11810:
11811: 2007-05-23 misha
11812:
11813: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11814: include/pa_common.h: - cosmetic changes
11815:
11816: 2007-05-18 misha
11817:
11818: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11819: often. it's give some speed increasing
11820:
11821: * tests/results/160.processed: - returned time corrected
11822:
11823: * tests/160.html: - time increased because on unix 1 mean nothing
11824: :(
11825:
1.211 moko 11826: * operators.ru.txt, operators.txt: - added info about
11827: ^hash.contain[key]
1.95 moko 11828:
11829: * src/classes/hash.C: - added ^hash.contain[key]
11830:
11831: * src/include/pa_hash.h: - added method for checking key exists in
11832: hash
11833:
11834: 2007-05-07 misha
11835:
11836: * src/include/pa_string.h: - was compilation error during build on
11837: freebsd4
11838:
11839: 2007-05-03 misha
11840:
11841: * src/classes/table.C: - option $.type[hash|string|table] was added
11842: for ^table.hash[]
11843:
11844: * src/classes/file.C: - comment removed
11845:
11846: 2007-04-26 misha
11847:
11848: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11849: real files doesn't opened in place anymore
11850:
11851: 2007-04-24 misha
11852:
11853: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11854:
11855: * src/include/pa_exception.h: "static" removed
11856:
11857: 2007-04-23 misha
11858:
11859: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11860:
11861: * src/classes/math.C: added: - ^math:ln(N) (the same as
11862: ^math:log(N)) - ^math:lg(N)
11863:
11864: * tests/: 097.html, results/097.processed: - charsets converstion
11865: during ^file::load[text;http://...] added
11866:
11867: * tests/: 164.html, results/164.processed: - check for set expires
11868: as a date
11869:
11870: * tests/: 164.html, results/164.processed: - test for hashfile
11871:
11872: * src/classes/hashfile.C: - little comment changes
11873:
11874: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11875: access
11876:
11877: * src/: classes/date.C, classes/double.C, classes/file.C,
11878: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11879: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11880: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11881: classes/xnode.h, include/pa_request.h, main/execute.C,
11882: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11883: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11884: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11885: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11886: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11887: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11888: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11889: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11890: "parser.runtime" strings were removed
11891:
11892: * src/classes/hashfile.C: - with .clear[] called files_delete()
11893: now.
11894:
11895: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11896:
11897: * src/include/pa_exception.h: - string constant with
11898: "parser.runtime" text was added
11899:
11900: 2007-04-20 misha
11901:
1.211 moko 11902: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11903:
1.211 moko 11904: * operators.ru.txt, operators.txt: - added info about
11905: .^hashfile.release[], ^hashfile.clenaup[] and new
11906: ^string.match[][>N-option<]
1.95 moko 11907:
11908: * configure: =cheching for unsetenv
11909:
11910: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11911: ^hashfile.release[] were added
11912:
11913: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11914: ^string.match[][] understand new option now: return number of
11915: matches but not table wit results
11916:
11917: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11918: reopen now
11919:
11920: * src/classes/op.C: - bug. must be false
11921:
11922: * configure.in: - checking for unsetenv was added
11923:
11924: * src/types/pa_vform.C: - some comments
11925:
11926: 2007-04-18 misha
11927:
11928: * buildall-with-xml: moving to libxml2-2.6.28
11929:
11930: * buildall-with-xml, buildall-without-xml: added commented lines
11931: with --disable-safe-mode option
11932:
1.211 moko 11933: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11934:
11935: 2007-04-17 misha
11936:
11937: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11938: $form:files was added
11939:
11940: * tests/: 163.html, results/163.processed: removing auto format
11941:
11942: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11943:
11944: 2007-04-16 misha
11945:
11946: * tests/: 163.html, results/163.processed: - test for .int[],
11947: floor, round, ceiling and .format[]
11948:
11949: * src/classes/file.C: - little optimization for getting args in
11950: exec/cgi
11951:
11952: 2007-04-13 misha
11953:
11954: * src/classes/file.C: - arguments for file::exec/cgi can be
11955: specified now as s table with one column
11956:
11957: 2007-03-27 misha
11958:
11959: * tests/: 162.html, results/162.processed: - test for
11960: ^table.select(^condition[$t])
11961:
11962: * tests/results/auto.p: - load windows-1251 charset for some tests
11963:
11964: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11965:
11966: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11967: 161_windows1251.txt: - added test for
11968: ^file::load[text;/local/file.txt;$.charset[...]]
11969:
11970: * tests/: results/013.processed, 013.html: - added test for
11971: checking $._default value while hash modifications
11972:
11973: * tests/: 160.html, results/160.processed: - add test for
11974: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11975:
11976: 2007-03-22 misha
11977:
11978: * src/include/pa_common.h: - "charset" string defined for
11979: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11980:
11981: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11982: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11983: added - not needed transcodes were removed from
11984: ^file::load[...;http://...]
11985:
11986: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11987: added
11988:
11989: * src/classes/date.C: - date.week was fixed
11990:
1.211 moko 11991: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11992:
11993: * tests/: 159.html, results/159.processed: - tests for date.week
11994: and date.weekyear added
11995:
11996: 2007-03-15 misha
11997:
11998: * src/classes/table.C: - enclose column numbers for nameless tables
11999: as well
12000:
12001: 2007-03-14 misha
12002:
12003: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12004:
12005: * src/classes/table.C: - table.save optimization: now required much
12006: less memory
12007:
12008: 2007-03-13 misha
12009:
12010: * tests/results/: 158.processed, 158.processes: - tests for
12011: table.save/table.load
12012:
12013: * tests/: 158.html, results/158.processes: - tests for
12014: table.save/table.load
12015:
12016: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12017:
12018: * buildall-with-xml: - pattern needed now for building
12019:
12020: * tests/results/097.processed: - added test results for xdoc::load
12021: & xdoc::load[http://...]
12022:
12023: * tests/097.html: - added test for xdoc::load
12024:
12025: 2007-03-12 misha
12026:
12027: * tests/: 107.html, results/107.processed: - added test for xpath
12028: '//man'
12029:
12030: 2007-03-01 misha
12031:
12032: * tests/: 097.html, results/097.processed: - added test for
12033: creating xdoc from file
12034:
12035: * tests/: results/157.processed, 157.html: - added test for
12036: file:move
12037:
12038: 2007-02-28 misha
12039:
12040: * src/classes/xdoc.C: - another attempt
12041:
12042: * src/classes/xdoc.C: - roll back last changes for a while
12043:
1.211 moko 12044: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12045: ^xdoc::create[$file] added.
1.95 moko 12046:
12047: * src/classes/file.C: - under lock we create non-exist dir anyway
12048:
12049: * tests/results/099.processed: - ever send content-disposition to
12050: client with file
12051:
12052: * tests/157.html: + test for file:copy
12053:
12054: 2007-02-26 misha
12055:
12056: * src/classes/file.C: - some similar strings moved to #define
12057: instead of to be copy/pasted many times
12058:
12059: * src/types/pa_vfile.h: - class name string ("file") moved to
12060: #define
12061:
12062: 2007-02-20 misha
12063:
12064: * configure.in: - added some strings for sqlite detection
12065:
12066: 2007-02-19 misha
12067:
1.211 moko 12068: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12069:
12070: * buildall-with-xml, buildall-without-xml: - some modifications
12071:
12072: 2007-02-17 misha
12073:
12074: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12075:
12076: * src/main/pa_request.C: - damn, i forgot to commit it while I
12077: change console behaviour
12078:
12079: 2007-02-12 misha
12080:
12081: * src/targets/cgi/parser3.C: - don't print headers if
12082: $console:line[data] was used during cgi execution.
12083:
12084: * src/types/pa_vconsole.h: - console class have bool flag now which
12085: marked as 'true' if class was used.
12086:
12087: * tests/: 152.html, results/152.processed: - more types was added
12088: to test 152
12089:
12090: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12091: adding 'bool' (^if($image){} caused exception)
12092:
12093: 2007-02-09 misha
12094:
12095: * tests/: 152.html, results/152.processed: - test alightly updated
12096:
12097: * tests/: 152.html, results/152.processed: - test rewrited
12098:
12099: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12100: bugfix. I broke xdoc & xnode in expression
12101:
12102: 2007-02-08 misha
12103:
12104: * tests/: 152.html, results/152.processed: - add test for checking
12105: 'def' for void, string, bool, int & double
12106:
12107: 2007-02-07 misha
12108:
1.211 moko 12109: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12110: added
1.95 moko 12111:
12112: * tests/results/153.processed: - result test for
12113: ^file:base64[filespec] was updated
12114:
12115: * tests/153.html: - test for ^file:base64[filespec] was added
12116:
12117: * src/types/pa_vconsole.h: - little optimization
12118:
12119: * src/classes/file.C: - ^file:base64[filespec]
12120:
12121: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12122:
12123: * src/include/pa_common.h: - declarations for
12124: ^file:base64[filespec]
12125:
12126: * src/types/pa_vcookie.C: - little optimization
12127:
12128: 2007-02-06 misha
12129:
12130: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12131: were temporary commented
12132:
12133: * src/types/pa_vbool.h: - bugfix
12134:
12135: * tests/156.html: - added test for bool cookie
12136:
12137: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12138:
12139: * tests/: 155.html, results/155.processed: - added test for check
12140: $.encloser[] option for table save/load
12141:
12142: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12143:
12144: 2007-02-05 misha
12145:
12146: * tests/results/152.processed: - newline at the end was missed
12147:
12148: * tests/results/141.processed: - math:md5 must be lowercased
12149:
12150: * src/targets/cgi/parser3.C: - 2007 in help ;)
12151:
12152: 2007-02-03 misha
12153:
12154: * tests/results/: 150.processed, 151.processed, 152.processed: -
12155: test for bool added and some content length fixes
12156:
12157: * tests/152.html: - test for bool added
12158:
12159: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12160:
1.211 moko 12161: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12162:
1.116 moko 12163: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12164: classes/classes.vcproj, classes/double.C, classes/int.C,
12165: classes/string.C, classes/void.C, classes/xnode.C,
12166: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12167: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12168: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12169: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12170: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12171: types/types.vcproj: - bool class was added
12172:
12173: * src/main/pa_request.C: - fix
12174:
12175: 2007-01-18 misha
12176:
12177: * src/: main/pa_string.C, classes/string.C: - return table during
12178: ^string.match[][] even if no matched found.
12179:
12180: 2006-12-20 misha
12181:
12182: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12183: http://www.parser.ru/forum/?id=55598 ]
12184:
12185: 2006-12-19 misha
12186:
12187: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12188: details: http://www.parser.ru/forum/?id=52359
12189:
12190: * src/main/pa_request.C: - always set content-disposition for
12191: $response:body[hash here]. more details:
12192: http://www.parser.ru/forum/?id=52130
12193:
12194: 2006-12-07 misha
12195:
1.211 moko 12196: * operators.ru.txt, operators.txt: - added info about bool params
12197: in cookie set
1.95 moko 12198:
12199: * src/types/pa_vcookie.C: - bool param in cookies available now
12200: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12201: ]
12202:
12203: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12204: was added
12205:
12206: 2006-12-02 misha
12207:
12208: * src/classes/file.C: - file_block_read used instead of native read
12209:
12210: * src/main/pa_common.C: - added file_block_read with read error
12211: detection - file_block_read used instead of native read
12212:
12213: * src/include/pa_common.h: - added file_block_read declaration
12214:
12215: 2006-12-01 misha
12216:
1.211 moko 12217: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12218: added
1.95 moko 12219:
12220: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12221: $var.CLASS_NAME added
12222:
1.211 moko 12223: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12224:
12225: * src/classes/file.C: - ^file:copy[from;fo] was added
12226:
12227: 2006-11-20 misha
12228:
12229: * src/classes/date.C: - bug fix :)
12230:
12231: 2006-11-17 misha
12232:
12233: * src/include/pa_common.h: - array in crc32 calculation was changed
12234: to static
12235:
12236: * src/main/pa_common.C: - little optimization in getMonthDays -
12237: small changes in crc32 calculation
12238:
12239: * src/classes/date.C: - not needed code was removed
12240:
12241: 2006-11-16 misha
12242:
12243: * src/types/pa_vmail.C: - fix missed brakes
12244:
12245: * src/types/pa_vmail.C: - mail:send now set content-type:
12246: multipart/related instead of multipart/mixed if file have
12247: $.content-id[]
12248:
12249: 2006-11-15 misha
12250:
12251: * src/types/pa_vdouble.h: abs -> fabs
12252:
12253: 2006-11-14 misha
12254:
1.211 moko 12255: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12256: and ^file:md5[file-name]
1.95 moko 12257:
12258: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12259: added
12260:
12261: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12262: FILE_BUFFER_SIZE
12263:
12264: * src/classes/math.C: - hex_string was moved to pa_common.h
12265:
12266: * src/include/pa_common.h: - hex_string was moved from math.C -
12267: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12268:
12269: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12270: values was fixed
12271:
12272: 2006-11-13 misha
12273:
1.211 moko 12274: * operators.ru.txt, operators.txt: - added info about
12275: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12276:
12277: * src/classes/math.C: - added ^math:crc32[string]
12278:
12279: * src/classes/file.C: - some comments were changed - added
12280: ^file:crc32[file-name] and ^file.crc32[]
12281:
12282: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12283: crc32 calculation added
12284:
12285: 2006-11-03 misha
12286:
12287: * src/include/pa_array.h: - not needed variable removed
12288:
12289: * tests/: 150.html, 151.html, results/150.processed,
12290: results/151.processed: - 2 tests were added
12291:
12292: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12293: with $.reverse(1) were fixed
12294:
12295: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12296: query converted to $.charset during ^file::load[http://...]
12297:
12298: 2006-11-02 misha
12299:
12300: * src/include/pa_table.h: ups. forget '=' char
12301:
12302: * src/include/pa_table.h: - one more fix in
12303: .locate[...][$.reverse(1)]
12304:
12305: 2006-11-01 misha
12306:
12307: * src/classes/math.C: - bug fix, details:
12308: http://www.parser.ru/forum/?id=53360
12309:
12310: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12311: false for all records )[$.reverse(1)]
12312:
12313: * src/main/pa_http.C: - second param for this mid method is length
12314: but not end_index so this method has error and can't detect
12315: charsets in next content-types: Content-type: text/html;
12316: charset="windows-1251" Content-type: text/html;
12317: charset="windows-1251"; Content-type: text/html;
12318: charset=windows-1251;
12319:
12320: only Content-type: text/html; charset=windows-1251 was fine
12321:
12322: 2006-10-31 misha
12323:
12324: * src/classes/file.C: - empty args in file::exec removed now
12325:
12326: 2006-09-03 paf
12327:
12328: * src/classes/file.C: proper tainting of
12329: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12330:
12331: 2006-06-09 paf
12332:
12333: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12334:
12335: * src/classes/table.C: formatting
12336:
12337: * src/classes/table.C: incorporated patch from misha: Sent:
12338: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12339: ignoring string options for ^table.save[]
12340:
12341: * src/classes/hash.C: incorporated patch from misha Sent:
12342: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12343: $hash._default disappear while
12344:
1.211 moko 12345: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12346: $.value[file] $.format[!uue|!base64] << new base64 option.
12347: default uue ] ]
1.95 moko 12348:
12349: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12350: PM Subject: patch for base64 in ^mail:send[] %-)
12351:
12352: 2006-04-09 paf
12353:
12354: * src/main/compile.tab.C: ` change compiled
12355:
1.211 moko 12356: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12357: src/classes/classes.vcproj, src/classes/file.C,
12358: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12359: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12360: src/classes/xnode.C, src/include/pa_array.h,
12361: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12362: src/include/pa_memory.h, src/include/pa_request.h,
12363: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12364: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12365: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12366: src/lib/pcre/pcre_dftables.vcproj,
12367: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12368: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12369: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12370: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12371: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12372: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12373: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12374: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12375: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12376: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12377: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12378: src/types/pa_value.h, src/types/pa_vcookie.C,
12379: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12380: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12381: src/types/pa_vstatus.C, src/types/types.vcproj,
12382: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12383: ^menu, ^hash/hashfile.foreach
12384:
12385: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12386: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12387: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12388: src/classes/xnode.C, src/include/pa_array.h,
12389: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12390: src/include/pa_memory.h, src/include/pa_request.h,
12391: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12392: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12393: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12394: src/lib/pcre/pcre_dftables.vcproj,
12395: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12396: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12397: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12398: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12399: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12400: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12401: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12402: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12403: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12404: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12405: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12406: src/types/pa_value.h, src/types/pa_vcookie.C,
12407: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12408: src/types/pa_vstatus.C, src/types/types.vcproj,
12409: tests/descript.ion: ! switched to VS2005 (projects and
12410: object<info explicitly typed>.for_each(, info)) +
12411: $response:field[] setting void means removing + grammar $name`
12412: name stops now, for mysql `$field` + started ^break[]
12413: ^continue[], in ^for. TODO: to other iterators (while, menu,
12414: foreach) + all log messages += [uri=, method=, cl=]
12415:
12416: * buildall-with-xml: merged . ftp paths update
12417:
12418: * buildall-with-xml: . ftp paths update
12419:
12420: 2006-03-04 paf
12421:
12422: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12423: checks++ [thanks to Igor Zinkovsky for detailed report]
12424:
12425: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12426: Igor Zinkovsky for detailed report]
12427:
12428: 2006-03-01 paf
12429:
12430: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12431: \n to ' ' in
12432:
12433: 2006-02-18 paf
12434:
12435: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12436: \n to ' ' in
12437:
12438: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12439:
12440: 2006-02-03 paf
12441:
12442: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12443: base64
12444:
12445: * src/main/pa_common.C: ! bugfix: decoding from base64
12446:
12447: 2006-01-20 paf
12448:
12449: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12450: economy fix
12451:
12452: * src/classes/: table.C: merged from HEAD ! bugfix
12453: ^table.save[$.encloser-s now handled properly
12454:
12455: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12456: handled properly
12457:
12458: 2006-01-19 paf
12459:
12460: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12461: libgc:USE_MUNMAP activates merging of free memory blocks which
12462: helps a lot in our case: after transform we want
12463: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12464:
12465: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12466: economy fix
12467:
12468: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12469: activates merging of free memory blocks which helps a lot in our
12470: case: after transform we want CORD(main.result)->cstr[big
12471: malloc]->transcode[big malloc]
12472:
12473: 2006-01-17 paf
12474:
12475: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12476: before reading them. got rid of reallocs = became quicker and
12477: less fragmentated
12478:
12479: 2005-12-29 paf
12480:
1.116 moko 12481: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12482: configure, configure.in, src/include/pa_version.h,
12483: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12484: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12485: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12486: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12487: src/lib/ltdl/missing: . merged from 3.2.1
12488:
1.116 moko 12489: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12490: packaged when 'make dist', so do configure companion files in
12491: src/lib/ltdl
12492:
12493: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12494: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12495: missing: . now config_auto.h is created with configure [were
12496: constant]
1.95 moko 12497:
12498: * INSTALL: . references to documentation and some clarification
12499:
12500: * buildall-with-xml, buildall-without-xml: . farawell doc
12501: indication
12502:
1.116 moko 12503: * Makefile.am: . dist+=buildall*
1.95 moko 12504:
12505: 2005-12-28 paf
12506:
12507: * configure: . 3.2.1
12508:
12509: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12510: simplify build process, see INSTALL
12511:
12512: 2005-12-26 paf
12513:
12514: * configure: ver
12515:
12516: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12517: version
12518:
12519: 2005-12-21 paf
12520:
12521: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12522: compiled with bison 1.875b, it reports unexpected token names
12523:
12524: 2005-12-19 paf
12525:
12526: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12527: holds a link to xmlNode to prevent premature gc(xmlNode)
12528:
12529: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12530: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12531: src/main/main.vcproj, src/main/pa_globals.C,
12532: src/targets/cgi/parser3.vcproj,
12533: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12534: configure, configure.in, src/include/pa_version.h: . killing
12535: gdome [what a relief]
12536:
12537: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12538: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12539: run_parser.sh, results/001.processed, results/002.processed,
12540: results/003.processed, results/004.processed,
12541: results/005.processed, results/006.processed,
12542: results/008.processed, results/009.processed,
12543: results/010.processed, results/011.processed,
12544: results/012.processed, results/013.processed,
12545: results/014.processed, results/015.processed,
12546: results/016.processed, results/017.processed,
12547: results/018.processed, results/020.processed,
12548: results/021.processed, results/022.processed,
12549: results/023.processed, results/024.processed,
12550: results/025.processed, results/026.processed,
12551: results/027.processed, results/028.processed,
12552: results/029.processed, results/030.processed,
12553: results/031.processed, results/032.processed,
12554: results/033.processed, results/034.processed,
12555: results/035.processed, results/036.processed,
12556: results/037.processed, results/038.processed,
12557: results/039.processed, results/040.processed,
12558: results/041.processed, results/042.processed,
12559: results/043.processed, results/044.processed,
12560: results/045.processed, results/046.processed,
12561: results/047.processed, results/048.processed,
12562: results/049.processed, results/050.processed,
12563: results/051.processed, results/052.processed,
12564: results/053.processed, results/054.processed,
12565: results/055.processed, results/056.processed,
12566: results/057.processed, results/058.processed,
12567: results/059.processed, results/060.processed,
12568: results/061.processed, results/062.processed,
12569: results/063.processed, results/064.processed,
12570: results/065.processed, results/066.processed,
12571: results/067.processed, results/068.processed,
12572: results/069.processed, results/070.processed,
12573: results/071.processed, results/072.processed,
12574: results/073.processed, results/074.processed,
12575: results/075.processed, results/076.processed,
12576: results/077.processed, results/078.processed,
12577: results/079.processed, results/080.processed,
12578: results/081.processed, results/082.processed,
12579: results/083.processed, results/084.processed,
12580: results/085.processed, results/086.processed,
12581: results/087.processed, results/088.processed,
12582: results/089.processed, results/090.processed,
12583: results/091.processed, results/092.processed,
12584: results/093.processed, results/094.processed,
12585: results/095.processed, results/096.processed,
12586: results/097.processed, results/099.processed,
12587: results/100.processed, results/101.processed,
12588: results/102.processed, results/104.processed,
12589: results/105.processed, results/106.processed,
12590: results/107.processed, results/108.processed,
12591: results/109.processed, results/110.processed,
12592: results/111.processed, results/112.processed,
12593: results/113.processed, results/114.processed,
12594: results/115.processed, results/117.processed,
12595: results/119.processed, results/120.processed,
12596: results/121.processed, results/122.processed,
12597: results/123.processed, results/124.processed,
12598: results/125.processed, results/126.processed,
12599: results/127.processed, results/128.processed,
12600: results/129.processed, results/130.processed,
12601: results/131.processed, results/132.processed,
12602: results/133.processed, results/134.processed,
12603: results/135.processed, results/136.processed,
12604: results/138.processed, results/139.processed,
12605: results/140.processed, results/141.processed,
12606: results/142.processed, results/143.processed,
12607: results/144.processed, results/145.processed,
12608: results/146.processed, results/147.processed,
12609: results/148.processed, results/149.processed, results/auto.p: .
12610: now works if we turn off default auto.p
12611:
1.116 moko 12612: * configure: . makes
1.95 moko 12613:
12614: * src/types/pa_vxnode.C: . less warnings
12615:
12616: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12617: tests/145.html, tests/149.html, tests/descript.ion,
12618: tests/outputs/d.cmd, tests/results/142.processed,
12619: tests/results/143.processed, tests/results/144.processed,
12620: tests/results/145.processed, tests/results/146.processed,
12621: tests/results/147.processed, tests/results/148.processed,
12622: tests/results/149.processed: . removed .nodeValue from all node
12623: types other than 5 (grabbed piece from gdome)
12624:
12625: * tests/: 137.html, results/137.processed: . not handled this case
12626: yet. code does not hang from inserting parent into child,
12627: considering thing minor issue -- nodes are removed from source
12628: anyway, don't know why shold that be an error after all
12629:
12630: * src/targets/cgi/parser3.C: . style
12631:
12632: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12633: xdoc too [were barking "not element"]
12634:
12635: 2005-12-16 paf
12636:
12637: * tests/: 146.html, 147.html, 148.html: . more tests
12638:
12639: * src/classes/xnode.C: . also bark on possible errors
12640:
12641: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12642: props
12643:
12644: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12645: main/compile.y: merged from HEAD ! fixed overoptimized
12646: ^call(false) case. (confused it with ^call[] case)
12647:
12648: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12649: ^call(false) case. (confused it with ^call[] case)
12650:
12651: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12652:
12653: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12654: results/001.processed, results/002.processed,
12655: results/003.processed, results/004.processed,
12656: results/005.processed, results/006.processed,
12657: results/008.processed, results/009.processed,
12658: results/010.processed, results/011.processed,
12659: results/012.processed, results/013.processed,
12660: results/014.processed, results/015.processed,
12661: results/016.processed, results/017.processed,
12662: results/018.processed, results/019.processed,
12663: results/020.processed, results/021.processed,
12664: results/022.processed, results/023.processed,
12665: results/024.processed, results/025.processed,
12666: results/026.processed, results/027.processed,
12667: results/028.processed, results/029.processed,
12668: results/030.processed, results/031.processed,
12669: results/032.processed, results/033.processed,
12670: results/034.processed, results/035.processed,
12671: results/036.processed, results/037.processed,
12672: results/038.processed, results/039.processed,
12673: results/040.processed, results/041.processed,
12674: results/042.processed, results/043.processed,
12675: results/044.processed, results/045.processed,
12676: results/046.processed, results/047.processed,
12677: results/048.processed, results/049.processed,
12678: results/050.processed, results/051.processed,
12679: results/052.processed, results/053.processed,
12680: results/054.processed, results/055.processed,
12681: results/056.processed, results/057.processed,
12682: results/058.processed, results/059.processed,
12683: results/060.processed, results/061.processed,
12684: results/062.processed, results/063.processed,
12685: results/064.processed, results/065.processed,
12686: results/066.processed, results/067.processed,
12687: results/068.processed, results/069.processed,
12688: results/070.processed, results/071.processed,
12689: results/072.processed, results/073.processed,
12690: results/074.processed, results/075.processed,
12691: results/076.processed, results/077.processed,
12692: results/078.processed, results/079.processed,
12693: results/080.processed, results/081.processed,
12694: results/082.processed, results/083.processed,
12695: results/084.processed, results/085.processed,
12696: results/086.processed, results/087.processed,
12697: results/088.processed, results/089.processed,
12698: results/090.processed, results/091.processed,
12699: results/092.processed, results/093.processed,
12700: results/094.processed, results/095.processed,
12701: results/096.processed, results/097.processed,
12702: results/099.processed, results/101.processed,
12703: results/102.processed, results/104.processed,
12704: results/105.processed, results/106.processed,
12705: results/107.processed, results/108.processed,
12706: results/109.processed, results/110.processed,
12707: results/111.processed, results/112.processed,
12708: results/113.processed, results/114.processed,
12709: results/115.processed, results/116.processed,
12710: results/117.processed, results/118.processed,
12711: results/119.processed, results/120.processed,
12712: results/121.processed, results/122.processed,
12713: results/123.processed, results/124.processed,
12714: results/125.processed, results/126.processed,
12715: results/127.processed, results/128.processed,
12716: results/129.processed, results/130.processed,
12717: results/131.processed, results/132.processed,
12718: results/133.processed, results/134.processed,
12719: results/135.processed, results/136.processed,
12720: results/137.processed, results/138.processed,
12721: results/139.processed, results/140.processed,
12722: results/141.processed: . refreshed old tests, made them work
12723: without auto.p (in utf8) . things noted: . gif got encoded
12724: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12725: some strange year)
12726:
12727: * INSTALL: . revived linux libgc fix
12728:
12729: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12730: glib/gdome in INSTALL and patches]
12731:
12732: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12733: include/pa_charset.h, include/pa_config_includes.h,
12734: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12735: include/pa_xml_exception.h, lib/cord/Makefile.am,
12736: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12737: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12738: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12739: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12740: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12741: types/pa_vxnode.h: . started killing gdome
12742:
12743: 2005-12-13 paf
12744:
12745: * src/main/: pa_request.C: merged from HEAD ! when code in
12746: @unhandled_exception thrown another exception, print correct
12747: origin (earlier code in catch of exception inside of
12748: @unhandled_exception grabbed parent_frame(original_exception)
12749: origin and printed it, instead of true origin)
12750:
12751: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12752: another exception, print correct origin (earlier code in catch of
12753: exception inside of @unhandled_exception grabbed
12754: parent_frame(original_exception) origin and printed it, instead
12755: of true origin)
12756:
12757: 2005-12-09 paf
12758:
12759: * INSTALL: . updated INSTALL doc to work around linux stack base
12760: detection problem, due to change in gc6.4 code
12761:
12762: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12763: ignored in ^string.matched :(
12764:
12765: * src/main/pa_string.C: ! regex tainting were ignored in
12766: ^string.matched :(
12767:
12768: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12769: src/include/pa_config_fixed.h, src/include/pa_version.h,
12770: src/main/compile.y, src/main/compile_tools.h,
12771: src/main/pa_charset.C, src/main/pa_common.C,
12772: src/main/pa_globals.C, src/main/pa_string.C,
12773: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12774: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12775:
12776: 2005-12-08 paf
12777:
12778: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12779: 500 chars now handled OK [were wrapped on 500th char according to
12780: rfc, but sendmail failed to unwrap it properly]
12781:
12782: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12783: handled OK [were wrapped on 500th char according to rfc, but
12784: sendmail failed to unwrap it properly]
12785:
12786: * src/targets/isapi/parser3isapi.C: . less warnings
12787:
12788: * src/targets/isapi/parser3isapi.C: . undone some strange change
12789: since 3.1.5
12790:
12791: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12792: link fixes
12793:
12794: * src/: classes/date.C, include/pa_config_fixed.h,
12795: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12796: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12797: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12798:
12799: * src/include/pa_config_fixed.h: . removed outdated string origins
12800: [in current storage scheme there's no place for them. someday we
12801: can add third CORD to store origins and special version of parser
12802: which stores origins there [separate binary]]
12803:
12804: 2005-12-07 paf
12805:
12806: * src/targets/isapi/parser3isapi.C: . now links in release mode
12807:
12808: * src/include/pa_version.h: makefiles
12809:
12810: * src/include/pa_version.h: . not beta
12811:
12812: * configure, configure.in, src/include/pa_version.h: not beta
12813:
12814: 2005-12-06 paf
12815:
12816: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12817: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12818: decided to undo the change ^call[$void] passes void. now it will
12819: pass empty string again.
12820:
12821: * src/main/: compile.tab.C, compile.y: . version readded
12822:
12823: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12824: = ^switch[void] problem
12825:
12826: 2005-12-01 paf
12827:
12828: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12829: caused ^case[string] to be coerced to double since searching
12830: value were not string (it was vvoid)
12831:
12832: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12833: ^case[string] to be coerced to double since searching value were
12834: not string (it was vvoid)
12835:
12836: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12837: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12838:
12839: 2005-11-30 paf
12840:
12841: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12842: win32 must putenv("TZ="), on unix works only putenv("TZ")
12843:
12844: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12845: putenv("TZ="), on unix works only putenv("TZ")
12846:
12847: * INSTALL: . xml libs versions updated
12848:
12849: * src/main/pa_globals.C: //20051130 trying to remove this, author
12850: claims that fixed a lot there // 20040920 for now both
12851: workarounds needed. wait for new libxml/xsl versions
12852:
12853: 2005-11-28 paf
12854:
12855: * src/classes/table.C: merged from HEAD: ! nameless table has
12856: columns==0
12857:
12858: * src/classes/table.C: ! nameless table has columns==0
12859:
12860: * src/main/pa_http.C: merged from HEAD: ! status line check made
12861: earlier [was totally wrong]
12862:
12863: * src/main/pa_http.C: ! status line check made earlier [was totally
12864: wrong]
12865:
12866: 2005-11-25 paf
12867:
12868: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12869: undoing for now...
12870:
12871: * src/include/pa_version.h: -this reduces speed(table::load),
12872: strange. undoing
12873:
12874: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12875:
12876: * src/classes/op.C: + ^while(){}[SEPARATOR]
12877:
12878: * src/include/pa_array.h: + optimistics added: all arrays (table
12879: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12880: this speeds things up and saves memory a LOT! (not noticed
12881: negative effect on syntetic tests, future will tell...)
12882:
12883: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12884: changed gc_malloc implementation, which obscured profiling
12885:
12886: * src/classes/table.C: merged from HEAD: + optimized
12887: table::load/sql, now row ArrayString-s allocated with
12888: columns.count() elements and don't always grow from
12889: count=3[realloc,realloc]
12890:
12891: * src/classes/table.C: + optimized table::load/sql, now row
12892: ArrayString-s allocated with columns.count() elements and don't
12893: always grow from count=3[realloc,realloc]
12894:
12895: * src/classes/table.C: merged from HEAD: . ^table.save unused
12896: buffer after save
12897:
12898: * src/classes/table.C: . ^table.save unused buffer after save
12899:
12900: 2005-11-24 paf
12901:
12902: * configure.in: . merged glib2-config patch
12903:
12904: * configure.in: + trying to find glib2-config
12905:
12906: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12907: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12908: file/dir_readable to simple file/dir_exist, this would help in
12909: situations "class not found because .p file has bad rights" << in
12910: that case error would be explicit "access denied to 'this' file"
12911:
1.116 moko 12912: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12913:
12914: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12915: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12916: to simple file/dir_exist, this would help in situations "class
12917: not found because .p file has bad rights" << in that case error
12918: would be explicit "access denied to 'this' file"
12919:
12920: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12921: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12922: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12923: ^file::exec/cgi[script;$.charset[changed]
12924: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12925: encoded in $.charset charset
12926:
12927: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12928: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12929: encoded in $.charset charset
12930:
12931: * src/: include/Makefile.am, include/pa_common.h,
12932: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12933: main/pa_common.C, main/pa_http.C: . extracted http:// into
12934: separate file [preparation for
12935: ^file::cgi[script;$.form[$.field1[]
12936:
12937: 2005-11-22 paf
12938:
12939: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12940:
12941: * acinclude.m4, configure.in: . merged underquting fixes
12942:
1.116 moko 12943: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12944:
12945: * src/classes/op.C: . overmerged a little
12946:
12947: * src/main/compile.tab.C: Makefile
12948:
12949: * src/main/: pa_common.C: . less gcc warnings
12950:
12951: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12952: now reports original exception if we have no old cache
12953:
12954: * src/classes/op.C: + $exception.handled[cache] now reports
12955: original exception if we have no old cache
12956:
12957: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12958: from HEAD: + ^taint/untaint[regex] << escapes these:
12959: \^$.[]|()?*+{}
12960:
12961: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12962: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12963:
12964: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12965: getenv-ed variable, which does not work both on win32&unix.
12966: copied old TZ value now
12967:
12968: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12969: stored pointer to getenv-ed variable, which does not work both on
12970: win32&unix. copied old TZ value now
12971:
12972: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12973: getenv-ed variable, which does not work both on win32&unix.
12974: copied old TZ value now
12975:
12976: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12977: access to internal hash
12978:
12979: * src/types/pa_vresponse.C: + $response:headers access to internal
12980: hash
12981:
12982: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12983: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12984: isapi] this reduces number of "GC Warning: Repeated allocation of
12985: very large block" messages to only important onces
12986:
12987: * src/targets/isapi/parser3isapi.C: +
12988: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12989: isapi] this reduces number of "GC Warning: Repeated allocation of
12990: very large block" messages to only important onces
12991:
12992: * src/classes/string.C: merged from HEAD: + removed limitation on
12993: ^string/int/double:sql{}[$.default[({param style})] ]
12994:
12995: * src/classes/string.C: + removed limitation on
12996: ^string/int/double:sql{}[$.default[({param style})] ]
12997:
12998: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12999: with ?params or $.form option" limitation
13000:
13001: * src/main/pa_common.C: + removed "use either uri with ?params or
13002: $.form option" limitation
13003:
13004: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13005: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13006: ^file::base64[encoded] decode
13007:
13008: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13009: main/pa_common.C: + ^file.base64[] encode +
13010: ^file::base64[encoded] decode
13011:
13012: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13013: ^string:base64[encoded] decode
13014:
13015: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13016: ^string:base64[in] encode + ^string.base64[] decode
13017:
13018: 2005-11-21 paf
13019:
13020: * src/classes/file.C: + merged from HEAD:
13021: ^file::create[text;file.xml;^untaint[xml]{data}]
13022:
13023: * src/classes/file.C: +
13024: ^file::create[text;file.xml;^untaint[xml]{data}]
13025:
13026: * src/main/pa_request.C: ! merged: $response:body[file] now
13027: differes from :download, it does not return content-disposition
13028: at all now [previusely it returned valueless content-disposition]
13029:
13030: * src/main/pa_request.C: ! $response:body[file] now differes from
13031: :download, it does not return content-disposition at all now
13032: [previusely it returned valueless content-disposition]
13033:
13034: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13035: literals, reverted to just vvod, recreating empty array with each
13036: void_value token. that's absolutely needed, since that array
13037: grows
13038:
13039: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13040: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13041: types/pa_vmethod_frame.h: + merged: expression literals:
13042: true/false. ^format[$.indent(true)]
13043:
13044: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13045: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13046: types/pa_vmethod_frame.h: + expression literals: true/false.
13047: ^format[$.indent(true)]
13048:
13049: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13050: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13051: i386-pc-win32)"
13052:
13053: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13054: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13055: i386-pc-win32)"
13056:
13057: 2005-11-18 paf
13058:
13059: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13060: null}[$.default(123)] will now return default value
13061:
13062: * src/classes/op.C: + merged ^cache[] << returns current cache
13063: expiration time
13064:
13065: * src/classes/op.C: + ^cache[] << returns current cache expiration
13066: time
13067:
13068: * src/classes/table.C: ! merged ^table::create[not'nameless';
13069: failed << Exception.problem_source pointed to local var!
13070:
13071: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13072: Exception.problem_source pointed to local var!
13073:
13074: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13075: now loads VFile.ptr!=0, so such files can be saved now
13076:
13077: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13078: loads VFile.ptr!=0, so such files can be saved now
13079:
13080: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13081: only . and .. now removed from list [were removed all .*]
13082:
13083: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13084: .. now removed from list [were removed all .*]
13085:
13086: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13087: open error now checked, were not :( [stole that piece from apache
13088: 1.3 sources]
13089:
13090: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13091: checked, were not :( [stole that piece from apache 1.3 sources]
13092:
13093: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13094: untainting of @main result if returned by $result or
13095: $response:body
13096:
13097: * src/main/pa_request.C: ! ensured proper untainting of @main
13098: result if returned by $result or $response:body
13099:
13100: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13101: issue: now tries to guess content-length and allocates one big
13102: piece if possible [regretfully gc_realloc works as malloc+free,
13103: leaving lots of holes behind]
13104:
13105: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13106: fixed file load memory issue: now tries to guess content-length
13107: and allocates one big piece if possible [regretfully gc_realloc
13108: works as malloc+free, leaving lots of holes behind]
13109:
13110: 2005-11-16 paf
13111:
13112: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13113: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13114: table::save with enclosers now doubles them: "->"" !
13115: table::save/load do not remove elements from options hash
13116:
13117: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13118: [were overoptimized ^if(double_literal), compiler confused
13119: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13120:
13121: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13122: [were overoptimized ^if(double_literal), compiler confused
13123: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13124:
13125: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13126: main/pa_common.C: ! table::save with enclosers now doubles them:
13127: "->"" ! table::save/load do not remove elements from options hash
13128:
13129: 2005-11-03 paf
13130:
1.116 moko 13131: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13132: compilation, not all makefiles liked that
1.95 moko 13133:
13134: 2005-08-30 paf
13135:
13136: * src/classes/op.C: merge . speedup check of [DEFAULT]
13137:
13138: * src/classes/op.C: . speedup check of [DEFAULT]
13139:
13140: 2005-08-26 paf
13141:
13142: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13143:
13144: * src/: classes/date.C, types/pa_vdate.h: + date.week
13145:
13146: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13147: complains about bad!=nameless
13148:
13149: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13150: about bad!=nameless
13151:
13152: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13153: optional options were allowed to be empty. were checked
13154: if(is_string), changed to !defined||is_string to allow void
13155:
13156: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13157: classes/string.C, classes/table.C, classes/void.C: ! optional
13158: options were allowed to be empty. were checked if(is_string),
13159: changed to !defined||is_string to allow void
13160:
13161: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13162: as_junction where they needed as_int/double, so failed with
13163: recent "(const) now no junction" optimization
13164:
13165: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13166: merged ! many classes/* used as_junction where they needed
13167: as_int/double, so failed with recent "(const) now no junction"
13168: optimization
13169:
13170: * src/: classes/double.C, classes/int.C, classes/math.C,
13171: classes/op.C, classes/string.C, classes/table.C,
13172: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13173: used as_junction where they needed as_int/double, so failed with
13174: recent "(const) now no junction" optimization
13175:
13176: 2005-08-24 paf
13177:
13178: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13179: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13180: stripped it
13181:
13182: 2005-08-09 paf
13183:
13184: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13185: not cleared
13186:
13187: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13188: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13189: classes/hashfile.C, classes/image.C, classes/int.C,
13190: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13191: classes/response.C, classes/string.C, classes/table.C,
13192: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13193: include/pa_array.h, include/pa_cache_managers.h,
13194: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13195: include/pa_config_fixed.h, include/pa_config_includes.h,
13196: include/pa_dictionary.h, include/pa_dir.h,
13197: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13198: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13199: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13200: include/pa_request_charsets.h, include/pa_request_info.h,
13201: include/pa_sapi.h, include/pa_socks.h,
13202: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13203: include/pa_stack.h, include/pa_string.h,
13204: include/pa_stylesheet_connection.h,
13205: include/pa_stylesheet_manager.h, include/pa_table.h,
13206: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13207: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13208: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13209: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13210: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13211: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13212: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13213: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13214: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13215: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13216: main/pa_sql_driver_manager.C, main/pa_string.C,
13217: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13218: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13219: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13220: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13221: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13222: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13223: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13224: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13225: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13226: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13227: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13228: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13229: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13230: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13231: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13232: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13233: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13234: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13235: types/pa_vresponse.C, types/pa_vresponse.h,
13236: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13237: types/pa_vstateless_object.h, types/pa_vstatus.C,
13238: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13239: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13240: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13241: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13242: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13243:
13244: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13245: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13246: speedup consequent checks in vmethod_frame
13247:
13248: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13249: not cleared
13250:
13251: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13252: params: 50 max (were 10)
13253:
13254: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13255: params: 50 max (were 10)
13256:
13257: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13258: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13259: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13260: empty string) ! simplified (double) speedup consequent checks in
13261: vmethod_frame
13262:
13263: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13264: optimized constants in expressions vstring->vdouble + optimized
13265: ^call(vdouble), no junction creation, no calls later
13266:
13267: 2005-08-08 paf
13268:
13269: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13270: compile_tools.h: merged + optimized constants in expressions
13271: vstring->vdouble + optimized ^call(vdouble), no junction
13272: creation, no calls later
13273:
13274: * src/types/pa_vdouble.h: merged . double values without fractional
13275: part now default printed as %.0f instead of %g
13276:
13277: * src/types/pa_vdouble.h: . double values without fractional part
13278: now default printed as %.0f instead of %g
13279:
13280: * src/classes/hashfile.C: . merged ! second hashfile::open would
13281: cause an exception
13282:
13283: * src/classes/hashfile.C: ! second hashfile::open would cause an
13284: exception
13285:
13286: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13287: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13288: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13289: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13290: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13291: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13292: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13293: types/pa_vresponse.h, types/pa_vstateless_class.C,
13294: types/pa_vstateless_object.h, types/pa_vvoid.h,
13295: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13296: merged VJunction(new Junction) optimization from 3.1.4
13297:
13298: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13299: types/pa_vstateless_class.C: + optimized new VJunction(new
13300: Junction(params)) to new VJunction(params), thousands of mallocs
13301: removed
13302:
13303: 2005-08-05 paf
13304:
13305: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13306: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13307: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13308: creation, no calls later
13309:
13310: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13311: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13312: classes/hashfile.C, classes/image.C, classes/int.C,
13313: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13314: classes/response.C, classes/string.C, classes/table.C,
13315: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13316: include/pa_array.h, include/pa_cache_managers.h,
13317: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13318: include/pa_config_fixed.h, include/pa_config_includes.h,
13319: include/pa_dictionary.h, include/pa_dir.h,
13320: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13321: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13322: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13323: include/pa_request_charsets.h, include/pa_request_info.h,
13324: include/pa_sapi.h, include/pa_socks.h,
13325: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13326: include/pa_stack.h, include/pa_string.h,
13327: include/pa_stylesheet_connection.h,
13328: include/pa_stylesheet_manager.h, include/pa_table.h,
13329: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13330: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13331: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13332: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13333: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13334: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13335: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13336: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13337: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13338: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13339: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13340: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13341: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13342: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13343: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13344: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13345: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13346: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13347: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13348: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13349: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13350: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13351: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13352: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13353: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13354: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13355: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13356: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13357: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13358: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13359: types/pa_vstateless_object.h, types/pa_vstatus.C,
13360: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13361: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13362: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13363: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13364: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13365:
13366: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13367: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13368: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13369: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13370: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13371: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13372: optimized constants in expressions vstring->vdouble
13373:
13374: 2005-07-29 paf
13375:
13376: * src/types/pa_vclass.C: . shaped up error messages a bit
13377:
13378: * src/types/pa_vclass.C: + property getter can now be overridden
13379:
13380: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13381: bug fix: static parent fields were not replaced in case
13382: $derived:field[put] + property setter can now be overridden
13383:
13384: 2005-07-28 paf
13385:
13386: * configure, configure.in, src/classes/classes.h,
13387: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13388: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13389: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13390: src/classes/xnode.h, src/include/pa_hash.h,
13391: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13392: src/types/Makefile.am, src/types/pa_method.h,
13393: src/types/pa_value.h, src/types/pa_vclass.C,
13394: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13395: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13396: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13397: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13398: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13399: src/types/pa_vobject.C, src/types/pa_vobject.h,
13400: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13401: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13402: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13403: src/types/pa_vstateless_class.h,
1.95 moko 13404: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13405: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13406: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13407: dynamic_fields_join
13408:
13409: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13410: classes/xnode.C, include/pa_hash.h, main/execute.C,
13411: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13412: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13413: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13414: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13415: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13416: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13417: types/pa_vresponse.h, types/pa_vstateless_object.h,
13418: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13419: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13420: restored its checks in vobject.put_element->static fields |
13421: dynamic properties
13422:
13423: 2005-07-27 paf
13424:
13425: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13426: is some old code containing @set_name $name
13427:
13428: * src/types/pa_vobject.h: . fixed warning
13429:
13430: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13431: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13432:
13433: * src/: classes/xnode.C, include/pa_hash.h,
13434: types/pa_vstateless_class.C: ! new asserts were all false.
13435: regretfully reverted them all to checks
13436:
13437: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13438: classes/op.C, main/execute.C, types/pa_method.h,
13439: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13440: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13441: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13442: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13443: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13444: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13445: types/pa_vstateless_object.h, types/pa_vvoid.h,
13446: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13447: joined_dynamic_fields: removed unused param from put_method
13448: (returned to 3 params)
13449:
13450: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13451: joined_dynamic_fields: dynamic get/set works with overriding
13452: props [alpha2]
13453:
13454: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13455: works [alfa]
13456:
13457: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13458: classes/op.C, include/pa_hash.h, main/execute.C,
13459: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13460: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13461: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13462: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13463: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13464: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13465: types/pa_vresponse.h, types/pa_vstateless_class.C,
13466: types/pa_vstateless_object.h, types/pa_vvoid.h,
13467: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13468: joined_dynamic_fields: just compiled
13469:
13470: * src/: classes/date.C, classes/file.C, classes/hash.C,
13471: classes/hashfile.C, classes/image.C, classes/table.C,
13472: classes/xdoc.C, classes/xnode.h, main/execute.C,
13473: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13474: types/pa_vstateless_class.h: joined_dynamic_fields: started
13475:
13476: * src/types/pa_vobject.C: . object setters [only started, does not
13477: work yet]
13478:
13479: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13480: object setters [only started, does not work yet]
13481:
13482: 2005-07-26 paf
13483:
13484: * src/: include/pa_request.h, main/execute.C: . properties: set
13485: works [alpha2]. for classes. todo: for objects
13486:
13487: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13488: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13489: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13490: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13491: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13492: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13493: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13494: types/pa_vstateless_object.h, types/pa_vvoid.h,
13495: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13496: properties: set works [alpha1]
13497:
13498: 2005-07-25 paf
13499:
13500: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13501: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13502: properties: started, get works [alpha1, other approach]
13503:
13504: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13505: properties: started, get works [alpha2]
13506:
13507: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13508: pa_vstateless_class.h: . properties: started, get works [alpha]
13509:
13510: 2005-07-15 paf
13511:
13512: * src/: classes/classes.h, classes/op.C, main/execute.C,
13513: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13514: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13515: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13516: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13517: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13518: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13519: types/pa_vresponse.C, types/pa_vresponse.h,
13520: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13521: types/pa_vstateless_object.h, types/pa_vvoid.h,
13522: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13523: types/pa_wwrapper.h, types/types.vcproj: + started property
13524: [getters work but think of changing them too to precaching]
13525:
13526: 2005-07-08 paf
13527:
13528: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13529: gpf
13530:
13531: 2005-06-28 paf
13532:
13533: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13534: in passing empty strings to file::exec/cgi environment
13535:
13536: 2005-06-06 paf
13537:
13538: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13539: ^table:sql ^hash:sql now DO process $.bind option
13540:
13541: 2005-05-24 paf
13542:
13543: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13544: $.limit] now work again [support was broken in 3.1.4]
13545:
13546: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13547: ALL_INTERIOR_POINTERS
13548:
13549: 2005-05-12 paf
13550:
13551: * configure: 3.1.5beta
13552:
13553: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13554:
13555: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13556: $.limit] now work again [support was broken in 3.1.4]
13557:
13558: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13559: line-width [was refusing to fill if line-width >1, thanks to
13560: Seras <seras@pinxit.lt> for repro case
13561:
13562: 2005-04-25 paf
13563:
13564: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13565: correctly
13566:
13567: 2005-04-19 paf
13568:
13569: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13570: in VString violating invariant!!
13571:
13572: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13573: getenv("TZ")==null
13574:
13575: 2005-04-08 paf
13576:
13577: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13578: bugfix: when there is no char in charset one byte produces 6
13579: (ÿ <<max). increased buffer size!
13580:
13581: 2005-03-23 paf
13582:
13583: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13584: ^date.sql-string now takes TZ into account
13585:
13586: 2005-03-16 paf
13587:
13588: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13589: gcc 3.4
13590:
13591: * src/types/pa_vhash.C: . warning about eof eol
13592:
13593: 2005-02-17 paf
13594:
1.211 moko 13595: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13596: ^sleep(double seconds)
1.95 moko 13597:
13598: 2005-02-02 paf
13599:
13600: * src/classes/xnode.C: beauty: removed needless includes
13601:
13602: 2005-01-31 paf
13603:
13604: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13605: $.partNoNumber now alias to $.part1
13606:
13607: * src/types/pa_vmail.C: change: incoming letter part contains
13608: "content-disposition" header with any value? now considering that
13609: part to be "file#" [for text/plain text/html were $.text#
13610: $.html#]
13611:
13612: * INSTALL: updatet to latest working versions available
13613:
13614: 2005-01-20 paf
13615:
13616: * configure.in, src/include/pa_version.h: version
13617:
13618: 2005-01-19 paf
13619:
1.116 moko 13620: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13621: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13622: couple warnings in parser3.C
1.95 moko 13623:
13624: 2004-12-23 paf
13625:
13626: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13627:
13628: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13629: dir to directory of script (when shbang used), not to directory
13630: of its interpreter
13631:
13632: * src/include/pa_version.h: compiled on win32...
13633:
13634: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13635: we need more hspace
13636:
13637: * configure, configure.in, src/include/pa_version.h: configured
13638: host to pa_version. will be displayed everywhere
13639:
13640: * src/main/pa_request.C: new: @unhandled_exception can prevent
13641: exception from being logged by setting $exception.handled(1)
13642:
1.211 moko 13643: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13644: ^file::sql{query}[[options]] options: $.name[file name]
13645: $.content-type[application/what]
13646:
13647: * src/: include/pa_common.h, main/pa_common.C,
13648: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13649: new file
13650:
13651: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13652: bugfix: table->hash now regards _default
13653:
13654: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13655: created by accessing $name_of_method it acquired bad self=closest
13656: methodframe; instead of proper self (current class)
13657:
13658: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13659: hashfile produced bad cord
13660:
13661: 2004-12-10 paf
13662:
13663: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13664: subsequent failures though defined in .h
13665:
13666: * src/main/pa_common.C: comment on volatile
13667:
13668: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13669: alarm function were not used since the beginning due to stupid
13670: error [setsigjmp were not checked in configure.in]
13671:
13672: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13673: unix too
13674:
13675: * src/main/pa_common.C: http: exception status of send/recv errors
13676: change to most probable http.timeout
13677:
13678: * src/main/pa_common.C: win32: http connection $.timeout option now
13679: works [setsockopt on send/receive]
13680:
13681: 2004-12-08 paf
13682:
13683: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13684: cstr-ed knowing mail charset, and untainting uri lang now knows
13685: proper charset
13686:
13687: 2004-11-24 paf
13688:
13689: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13690:
13691: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13692: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13693:
13694: 2004-11-12 paf
13695:
13696: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13697: [since 3.0.4]
13698:
13699: 2004-11-09 paf
13700:
13701: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13702: writes basics to c:\parser3.log
13703:
13704: 2004-10-21 paf
13705:
13706: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13707: tainted strings [were returning clean onces]
13708:
13709: 2004-10-15 paf
13710:
13711: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13712: cycles(i=1; i=2), which was wrong, now does ONE
13713:
13714: 2004-10-12 paf
13715:
13716: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13717:
13718: 2004-10-07 paf
13719:
13720: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13721: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13722: release asserts
13723:
13724: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13725: String.dump() to stdout in detailed form [were String.v() in
13726: short form]
13727:
13728: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13729: \t\r\n as @#| and truncates long char sequences less
13730:
13731: 2004-10-06 paf
13732:
13733: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13734: win32 beauty: socket errors properly decoded
13735:
13736: 2004-10-05 paf
13737:
13738: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13739: request::configure_user/admin done always, even if no
13740: file-to-process useful in @unhandled_exception [say, if they
13741: would want to mail by SMTP something]
13742:
13743: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13744: now performed prior to file loading [and @auto executing] thus
13745: making $cookie:value available in @auto and in
13746: @unhandled_exception when IIS is configured to run interpreter
13747: even if no file exist
13748:
13749: 2004-09-20 paf
13750:
13751: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13752: somewhere where it should have called xmlMalloc and it calls
13753: xmlFree when it should have not called it. inserted two
13754: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13755: xmlFree just ignored. put away a testcase, maybe someday libxml
13756: author would fix all that. until that day: we have SLOW garbage
13757: collecting when many xml objects are alive hint: do
13758: ^memory:compact[] before xdoc::create
13759:
13760: 2004-09-17 paf
13761:
13762: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13763: error from 3.0.8 version]
13764:
13765: 2004-09-14 paf
13766:
13767: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13768: part bugfix: hashfile.foreach iterated only part if hashfile were
13769: modified inside
13770:
13771: 2004-09-13 paf
13772:
13773: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13774: [were as octal]
13775:
13776: * src/types/pa_vhashfile.C: beauty: not reproduced
13777: $hashfile.key[$novalue] bug [reported by motorin], inserted
13778: safety-check
13779:
13780: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13781: [not something obscure from sdbm lib]
13782:
13783: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13784: = strerror now returnes something and we can properly report that
13785: to client
13786:
13787: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13788: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13789:
13790: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13791: [tainted as-is] this helps //[space][newline] to remain as-is and
13792: not be unnecessary optimized away [ruining javascript]
13793:
13794: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13795: [tainted as-is]
13796:
13797: * src/classes/mail.C: bugfix: typo error
13798:
13799: 2004-09-09 paf
13800:
13801: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13802: separators bugfix: loads header with endings \r\n\r\n and \n\n
13803: (bloody yandex.server)
13804:
13805: 2004-09-06 paf
13806:
13807: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13808: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13809: encoded
13810:
13811: 2004-09-01 paf
13812:
13813: * src/types/pa_vmail.C: change: multipart/mixed changed to
13814: multipart/related outlook express have no problems showing
13815: unrelated attachments. todo: someday figure out a way of
13816: multipart/mixed multipart/related text/html
13817: image/xxx application/octet-stream << true attachments
13818:
13819: * src/types/pa_vmail.C: new:
13820: ^mail:send[$.file[$.content-disposition can be overriden new:
13821: empty mail header fields removed from letter
13822:
13823: * src/: classes/mail.C, include/pa_config_fixed.h,
13824: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13825: ^mail:send[ $.file[ $.any[header]
13826:
13827: 2004-08-30 paf
13828:
13829: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13830: warnings
13831:
13832: * src/main/pa_common.C: beauty: do not bother with charset
13833: detection when ^file::load[binary
13834:
13835: 2004-08-27 paf
13836:
13837: * src/main/pa_common.C: hack: for yandex.server http server
13838:
13839: 2004-08-18 paf
13840:
13841: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13842: possibly-chunked response
13843:
13844: 2004-08-17 paf
13845:
13846: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13847: $f.content-type now = that of http response
13848:
13849: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13850: $f.content-type now = that of http response
13851:
13852: 2004-07-30 paf
13853:
13854: * src/: include/pa_request.h, main/pa_request.C,
13855: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13856: win32: system&parser exceptions in release mode reported properly
13857: parser exception in exception handler WERE mistakenly reported as
13858: system exception, without details [in apache & isapi] +some
13859: beauty in exception text
13860:
13861: * src/: include/pa_exception.h, main/pa_request.C,
13862: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13863: release mode reported properly parser exception in exception
13864: handler WERE mistakenly reported as system exception, without
13865: details
13866:
13867: * src/main/execute.C: beauty: simplified system exception handling
13868:
13869: 2004-07-29 paf
13870:
13871: * src/classes/table.C: bugfix:
13872: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13873: were ignored, and \t used unconditionally]
13874:
13875: * src/types/Makefile.am: added vhash.c
13876:
13877: 2004-07-28 paf
13878:
13879: * src/: classes/date.C, classes/image.C, classes/math.C,
13880: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13881: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13882: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13883: failed on russian letters
13884:
13885: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13886: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13887: letters
13888:
13889: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13890: as 'currentDirectory' parameter to CreateProcess
13891:
13892: 2004-07-27 paf
13893:
13894: * src/targets/cgi/parser3.vcproj: beauty: win32:
13895: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13896: from release somewhere [to help searching for unhandled system
13897: exceptions]
13898:
13899: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13900: TZ shift
13901:
13902: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13903: but also in ctor
13904:
13905: 2004-07-26 paf
13906:
1.211 moko 13907: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13908: src/main/pa_common.C, src/main/pa_request.C,
13909: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13910: src/types/types.vcproj: new: $response:body/download[
13911: $.file[name on disk] $.name[of file for user]
13912: $.mdate[date of last-modified. default from directory] ]
13913:
13914: * src/classes/file.C: moving file:send somewhere else..
13915:
13916: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13917: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13918: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13919: $response:download[ $.filename[filename] $.option[] ,, ]
13920:
13921: * src/classes/file.C: beauty: invalid mode thoroughly reported
13922:
13923: 2004-07-21 paf
13924:
13925: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13926: to several lines
13927:
13928: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13929:
13930: note: ms outlook[!express] shows only first 255 characters of
13931: subject
13932:
13933: 2004-07-15 paf
13934:
13935: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13936: off]
13937:
13938: 2004-07-14 paf
13939:
13940: * src/classes/table.C: bugfix: $.bind values now got untainted
13941: according to lang [were: as-is]
13942:
13943: 2004-07-07 paf
13944:
13945: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13946: checked that
13947:
13948: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13949: now untainted according to their languages. were: as-is.
13950: EVERYWHERE
13951:
13952: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13953: environment string now untainted according to their languages.
13954: were: as-is. EVERYWHERE
13955:
13956: * src/main/pa_exec.C: bufix: on unix environment string now
13957: untainted according to their languages. were: as-is. on win32:
13958: ok
13959:
13960: * parser3.vssscc: ...would not go unnoticed
13961:
13962: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13963: fails. in case on input appears nonutf, those bytes will be
13964: printed in %HH form. that can be easily decoded/recovered.
13965:
13966: this form is quite noticable, and hopefully would not go noticed
13967:
13968: 2004-07-06 paf
13969:
13970: * src/main/pa_exec.C: bufix: on unix environment string now
13971: untainted according to their languages. were: as-is. on win32:
13972: ok
13973:
13974: 2004-07-01 paf
13975:
13976: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13977: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13978: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13979: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13980: main/main.vcproj, targets/cgi/parser3.vcproj,
13981: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13982: option: global optimization ON
13983:
13984: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13985: to do xdoc::create{invalid chars} standard disables chars less
13986: then \x20, except tab, cr, lf.
13987:
13988: changed tainting so that those become '!'
13989:
13990: 2004-06-25 paf
13991:
13992: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13993: int on odd address [prev bugfix failed due to superwize
13994: optimizer, which turned memcpy into same 'ld' asm command]
13995:
13996: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13997: int on odd address
13998:
13999: 2004-06-22 paf
14000:
14001: * src/sql/pa_sql_driver.h: note: about possible optimization
14002:
1.211 moko 14003: * operators.ru.txt, operators.txt, src/classes/hash.C,
14004: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14005: src/classes/void.C, src/include/pa_config_includes.h: new:
14006: ^void:sql{call paf(:a)}[ $.bind[
14007: $.a[2] ] ] output variables work. todo:
14008: check in out variables
1.95 moko 14009:
14010: 2004-06-18 paf
14011:
14012: * src/: classes/file.C, classes/hash.C, classes/string.C,
14013: classes/table.C, classes/void.C, include/pa_globals.h,
14014: include/pa_sql_connection.h, main/compile.tab.C,
14015: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14016: $.bind[ $.a[2] ]
14017: ] input variables work. todo:output
14018:
14019: * src/targets/cgi/parser3.C: bugfix: iis specific
14020: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14021: /_bug.html?404;http://hpsv/test/
14022: --------------------------------------------------------------------------------
14023: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14024: --------------------------------------------------------------------------------
14025: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14026:
14027: 2004-06-16 paf
14028:
14029: * src/targets/cgi/parser3.C: new: iis specific
14030: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14031: $request:query
14032: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14033: $form:fields IIS-STATUS="404"
14034: IIS-DOCUMENT="http://server/_bug.html" f="v"
14035:
14036: todo: isapi too
14037:
14038: 2004-05-26 paf
14039:
14040: * src/include/pa_version.h: 3.1.3
14041:
1.211 moko 14042: * operators.ru.txt, operators.txt: beauty: removed outdated level
14043: 'table'
1.95 moko 14044:
14045: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14046:
14047: * src/main/pa_string.C: beauty: removed 3 warnings
14048:
14049: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14050: classes/op.C: beauty: removed outdated level 'table'
14051:
14052: 2004-05-25 paf
14053:
14054: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14055: implementation. mistery: how anything worked
14056:
14057: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14058: changed, it is now safe to use url if pointers to it are stored
14059: to gc mem
14060:
14061: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14062: unknown errors reported and not cause SIGSEGV now
14063:
14064: 2004-05-24 paf
14065:
14066: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14067: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14068: less memory: CORD_chars_block originally intended to ... it was
14069: good that CORD_chars_block were not used: it consumes more memory
14070: [and, might be slow too] undoing that. [and removed that func so
14071: that it would not confuse parser developer in future]
14072:
14073: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14074: less memory: CORD_chars_block originally intended to
14075: speedup/reduce mem usage were forgotten, and were used stupid
14076: CORD_chars
14077:
14078: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14079:
14080: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14081: BIGENDIAN processors space-conserving mech failed, causing
14082: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14083: (1|2|3));
14084:
14085: 2004-05-14 paf
14086:
14087: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14088: bugfix: void now has vfile value, and $response:body[] works OK
14089:
14090: 2004-05-12 paf
14091:
14092: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14093: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14094: sources to use is_defined() {return as_bool();} along VBool
14095:
14096: 2004-05-11 paf
14097:
14098: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14099: referencing to local objects
14100:
14101: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14102: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14103: left intact
14104:
14105: 2004-04-15 paf
14106:
14107: * src/classes/date.C: merged: beauty: unused var removed
14108:
14109: * src/classes/date.C: beauty: unused var removed
14110:
14111: * src/include/: pa_exec.h: bugfix: interface without pointer
14112: provoked bug
14113:
14114: 2004-04-09 paf
14115:
14116: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14117:
14118: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14119:
14120: 2004-04-08 paf
14121:
14122: * src/classes/date.C: new: ^date::create[y-m-d
14123: h-M-s>>.milliseconds<<] now allowed, ignored so far
14124:
14125: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14126:
14127: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14128: to consult default catalog [usually, that file belongs to other
14129: user/group]
14130:
14131: 2004-04-06 paf
14132:
14133: * src/main/pa_common.C: beauty: gcc warning removed
14134:
14135: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14136: accept that trick, trying other
14137:
14138: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14139: explicit result problem
14140:
14141: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14142: explicit result problem
14143:
14144: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14145: explicit result problem
14146:
1.211 moko 14147: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14148: ^string.append[string]
1.95 moko 14149:
14150: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14151: main/execute.C: attempt_check_call_in_explicit_result_mode:
14152: failed
14153:
14154: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14155: http://i.p.a.ddress gethostbyaddr added [on some platforms
14156: gethostbyname failed with such 'domains'] now checked properly,
14157: were: needless reverse/forward dns lookup
14158:
14159: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14160: http://i.p.a.ddress gethostbyaddr added [on some platforms
14161: gethostbyname failed with such 'domains'] now checked properly,
14162: were: needless reverse/forward dns lookup
14163:
14164: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14165: @method[][result] means "no string output here" moved to lexical
14166: level [on grammar level it were too difficult]
14167:
1.211 moko 14168: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14169: src/main/compile.tab.C, src/main/compile.y,
14170: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14171: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14172: string output here", implemented part of that idea: compiler
14173: throws away string literal generation code. and barks
14174: nonwhitespace chars
1.95 moko 14175:
1.211 moko 14176: * operators.ru.txt, operators.txt: truth: removed comment about
14177: $ORIGIN
1.95 moko 14178:
14179: 2004-04-05 paf
14180:
14181: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14182: src/include/pa_version.h, src/main/pa_common.C,
14183: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14184:
14185: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14186: Konstantin Tomashevitch [mailto:konst@design.ru]
14187:
14188: * src/doc/html2chm.cmd: beauty: no need in bg here
14189:
14190: * src/doc/sources2html.cmd: beauty: same window, in bg it
14191: interfered with FAR console
14192:
14193: * configure, configure.in: 3.1.3
14194:
14195: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14196:
14197: * src/main/pa_common.C: removed warning
14198:
14199: * src/include/pa_version.h: 3.1.3
14200:
14201: 2004-04-02 paf
14202:
14203: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14204:
14205: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14206: allows to specify where to put parser log file
14207:
14208: 2004-04-01 paf
14209:
14210: * src/classes/table.C: bugfix: bugfix: table::load last line
14211: without tab and enter were ignored
14212:
14213: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14214: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14215: main/pa_socks.C, targets/cgi/parser3.C,
14216: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14217: bugfix: sql connections now are disconnected
14218:
14219: 2004-03-30 paf
14220:
14221: * src/classes/table.C: bugfix: table::load last line without tab
14222: and enter were ignored
14223:
14224: * src/classes/table.C: bufix: if last table lines were commented,
14225: gpfed
14226:
14227: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14228: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14229: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14230: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14231: doc/methoded.dox, doc/object.dox, doc/string.dox,
14232: doc/targets.dox, doc/value.dox, include/pa_version.h,
14233: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14234: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14235: bugfixes from 3.1.2, changed version to 3.1.3beta
14236:
14237: 2004-03-29 paf
14238:
14239: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14240: causes gpf
14241:
14242: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14243: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14244: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14245: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14246: value.dox: translated to english
14247:
14248: 2004-03-25 paf
14249:
14250: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14251: parser3project dependency removed
14252:
14253: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14254: bugfix: refused to compile without xml
14255:
14256: * src/types/pa_vform.C: beauty: removed warning
14257:
14258: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14259: any folder [removed last ;) folder dependency]
14260:
14261: * src/classes/classes.vcproj: bugfix: now all compiles in any
14262: folder [removed last ;) folder dependency]
14263:
14264: * src/include/pa_version.h: release
14265:
14266: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14267:
14268: * src/classes/table.C: beauty: comment& more meaningful error
14269: message
14270:
14271: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14272: $.hash[$.column_value1(true) ... ] [were producing some strang
14273: thing]
14274:
14275: 2004-03-23 paf
14276:
14277: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14278: and http status line parsing checked number of columns in table
14279: [user reported an assert]
14280:
1.211 moko 14281: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14282:
14283: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14284: bugfix: junction reattach now actually reattaches a junction to
14285: new wcontext [were only assigning it to junction, which caused
14286: junction tracking to loose junction, and it's context were not
14287: killed, and it tried to process in invalid context, gpf]
14288:
14289: * src/targets/cgi/parser3.C: debug helper added
14290:
14291: 2004-03-19 paf
14292:
14293: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14294: "type(type)" in braces
14295:
14296: 2004-03-10 paf
14297:
1.211 moko 14298: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14299: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14300: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14301: src/types/pa_vxnode.h: new: refined solution to
14302: search-in-namespaces problem:
1.95 moko 14303: $xdoc.search-namespaces.x[http://pif.design.ru/]
14304: $nodes[^xdoc.select[//x:second]]
14305:
1.211 moko 14306: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14307: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14308: search for info in namespaces
1.95 moko 14309:
14310: $nodes[^xdoc.select[//x:second][
14311: $.x[http://pif.design.ru/] ]]
14312:
14313: 2004-03-09 paf
14314:
1.211 moko 14315: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14316: ^file::load[...][options] $.form[
14317: !$.field1[string]
14318: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14319: ] !$.body[string]
14320:
14321: GET ?here notGET(POST, HEAD, others) in content-type:
14322: application/x-www-form-urlencoded
14323:
14324: todo: upload files ability
14325:
14326: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14327: properly, done
14328:
14329: 2004-03-05 paf
14330:
1.211 moko 14331: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14332: file::load[;http:// GET/POST $.form[$.fields started, not tested
14333: yet todo:$.field[table] for multiple values
1.95 moko 14334:
1.211 moko 14335: * operators.ru.txt, operators.txt: new: http:// options $.user
14336: $.password basic authorization
1.95 moko 14337:
14338: * src/main/pa_common.C: beauty: link to rtf added
14339:
1.211 moko 14340: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14341: src/main/pa_common.C: new: http:// options $.user $.password
14342: basic authorization
1.95 moko 14343:
14344: * src/main/pa_common.C: beauty: removed needless vars
14345:
1.211 moko 14346: * operators.ru.txt, operators.txt: new: pgsql option [like that
14347: recently added to oracle driver]
14348: ClientCharset=parser-charset << charset in which parser thinks
14349: client works
14350:
14351: * operators.ru.txt, operators.txt: new: odbc option [like that
14352: recently added to oracle driver]
14353: ClientCharset=parser-charset << charset in which parser thinks
14354: client works
1.95 moko 14355:
14356: * src/sql/pa_sql_driver.h: beauty: important warning added
14357:
14358: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14359: char!
14360:
14361: * etc/parser3.charsets/windows-1251.cfg: typo
14362:
14363: 2004-03-04 paf
14364:
14365: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14366: cached, sql transcoding now goes faster
14367:
1.211 moko 14368: * operators.ru.txt, operators.txt: new: mysql option [like that
14369: recently added to oracle driver]
14370: ClientCharset=parser-charset << charset in which parser thinks
14371: client works
1.95 moko 14372:
14373: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14374: typo error
14375:
14376: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14377: chars commented
14378:
14379: 2004-03-03 paf
14380:
14381: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14382: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14383:
14384: 2004-03-02 paf
14385:
1.211 moko 14386: * operators.ru.txt, operators.txt: new[update typo]:
14387: !^void.left(n) nothing !^void.right(n) nothing
14388: !^void.mid(p[;n]) nothing
14389:
14390: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14391: !^void.left(n) nothing !^void.right(n) nothing
14392: !^void.pos(p[;n]) nothing
1.95 moko 14393:
1.211 moko 14394: * operators.ru.txt, operators.txt, src/classes/file.C,
14395: src/include/pa_string.h: new:
1.95 moko 14396: ^file::sql[[name_to_become_$.name]]{} query result must be one
14397: row with columns: first: data second: file name third:
14398: content-type
14399:
1.211 moko 14400: * operators.ru.txt, operators.txt, src/classes/file.C:
14401: ^file.sql-string[] inside ^connect gets properly escaped string,
14402: which can be passed to request now this for mysql only. it's up
14403: to parser sql driver to fix zeros properly
1.95 moko 14404:
14405: * INSTALL: note: added on building apache with this option:
14406: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14407:
14408: 2004-03-01 paf
14409:
14410: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14411: extension memory:compact befor processingrequest
14412:
1.211 moko 14413: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14414: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14415:
1.211 moko 14416: * operators.ru.txt, operators.txt, src/classes/image.C,
14417: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14418: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14419:
14420: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14421: beauty: image -- less checks [were ugly impl]
14422:
14423: * src/classes/string.C: bugfix: ^string.left/right/mid with
14424: negative values now considered bad
14425:
14426: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14427:
14428: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14429: options now have unified defaults [after transform
14430: indent/omit-xml-declaration/standalone 'default' erroreously
14431: meant 'true']
14432:
14433: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14434: added [on some platforms gethostbyname failed with such
14435: 'domains']
14436:
14437: * src/include/pa_config_auto.h.in: no select check, no define
14438:
14439: * src/classes/string.C: feature: ^string.trim both parameters may
14440: be empty-strings, meaning kind=both chars=whitespaces
14441:
14442: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14443: exist
14444:
14445: * src/classes/string.C: check: trim 'chars' must not be empty,
14446: exception if it is
14447:
14448: * src/classes/string.C: changed: ^string.trim [] << both,
14449: whitespaces [start|both|end] << kind, whitespaces
14450: [start|both|end;chars] full
14451:
14452: 2004-02-27 paf
14453:
1.211 moko 14454: * operators.ru.txt, operators.txt, src/classes/string.C,
14455: src/main/pa_string.C: new method:
14456: ^string.trim[start|both|end[;chars]] default 'chars' --
14457: whitespace chars finished
1.95 moko 14458:
1.211 moko 14459: * operators.ru.txt, operators.txt, src/classes/string.C,
14460: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14461: ^string.trim[start|both|end[;chars]] default 'chars' --
14462: whitespace chars started, only start works
14463:
14464: * src/main/compile.C: bugfix: line numbers after
14465: ^process{}[$.line(-10]] can be negative, allowed to print they as
14466: signed
14467:
14468: * src/main/untaint.C: speed: there's no \n chars in output
14469: [normally], so no need to optimize them they could be retrived
14470: from databases, though. but 1. should be replaced 2. if not
14471: optimized, no harm done
14472:
14473: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14474: ^file::exec/cgi could return invalid status & zombie child can
14475: remain for short period until process exists [very bad in
14476: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14477:
14478: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14479: malicious SMTP server to attack as by returning too long status
14480: responses http://i2/tasks/edit/?id=4629448401140924947
14481:
14482: 2004-02-26 paf
14483:
1.211 moko 14484: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14485: has options] which are $.main[to what to rename @main]
1.95 moko 14486: $.file[file, from which (user says) goes that CODE]
14487: $.lineno(line number in that file, where CODE starts. may be
14488: negative)
14489:
1.211 moko 14490: * operators.ru.txt, operators.txt, src/classes/op.C,
14491: src/include/pa_request.h, src/main/compile.C,
14492: src/main/compile_tools.h, src/main/pa_request.C: feature:
14493: ^process...{CODE}[now has options] which are $.main[to
14494: what to rename @main] $.file[file, from which (user says)
14495: goes that CODE] $.lineno(line number in that file, where
14496: CODE starts. may be negative)
14497:
1.95 moko 14498: 2004-02-25 paf
14499:
1.116 moko 14500: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14501: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14502:
14503: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14504: produces hash of column=>1
14505:
14506: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14507: with incomplete errno constants set
14508:
14509: 2004-02-24 paf
14510:
14511: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14512: "man select"
14513:
14514: * src/main/pa_os.C: beauty: <0 better then ==-1
14515:
14516: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14517:
14518: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14519:
1.116 moko 14520: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14521:
14522: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14523: unix: steps to work on unix [extracted 'to']
14524:
14525: * src/classes/mail.C: smtp on unix: steps to work on unix
14526:
14527: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14528:
1.116 moko 14529: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14530: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14531: unix [testing on solaris]
1.95 moko 14532:
14533: 2004-02-20 paf
14534:
14535: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14536: pointing that out
14537:
14538: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14539: fixed again [same solution, mistanenly removed one line]
14540:
14541: 2004-02-19 paf
14542:
14543: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14544: date::create from bad datetime in spring daylightsaving hole now
14545: OK for all platforms [on some platforms it failed]
14546:
14547: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14548: in daylightsaving hole] now throws error
14549:
14550: * src/classes/date.C: comment: mistake fixed
14551:
14552: 2004-02-18 paf
14553:
14554: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14555: now renderes in $request:charset, but in header puts
14556: $response:charset todo: make that default only so that coder
14557: could override that
14558:
14559: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14560: turns off omit-xml-declaration
14561:
14562: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14563: /.xsl for sample
14564:
14565: 2004-02-17 paf
14566:
14567: * src/classes/xdoc.C: beauty: needless helper class removed
14568:
14569: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14570: copied extra time
14571:
14572: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14573: part of libxml
14574:
14575: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14576: libxml to do the work] <xsl:output method="html"
14577: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14578: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14579: />
14580:
14581: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14582:
14583: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14584: caused assertion
14585:
14586: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14587: could hang. now such add does nothing, sub clears $hash
14588:
14589: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14590: not made quoted-printable
14591:
14592: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14593: string invariant
14594:
14595: 2004-02-16 paf
14596:
14597: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14598: cleared [were not cleared properly]
14599:
14600: 2004-02-13 paf
14601:
1.116 moko 14602: * src/include/pa_version.h: prerelease
1.95 moko 14603:
14604: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14605: used, introducing dependencies timestamp check
14606:
14607: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14608: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14609: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14610: .xsl.stamp now not used, introducing dependencies timestamp check
14611:
1.150 moko 14612: * configure.in: auto.p: @conf made relative
1.95 moko 14613:
14614: 2004-02-12 paf
14615:
14616: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14617: ruined empty <input type=file> submits. parser thought there were
14618: nameless empty file and $form:field got value of type 'file'
14619:
14620: * INSTALL: --without-threads
14621:
14622: * src/include/pa_sapi.h: 2004
14623:
14624: 2004-02-11 paf
14625:
14626: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14627: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14628: classes/hashfile.C, classes/image.C, classes/int.C,
14629: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14630: classes/response.C, classes/string.C, classes/table.C,
14631: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14632: include/pa_array.h, include/pa_cache_managers.h,
14633: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14634: include/pa_config_fixed.h, include/pa_config_includes.h,
14635: include/pa_dictionary.h, include/pa_dir.h,
14636: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14637: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14638: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14639: include/pa_request_charsets.h, include/pa_request_info.h,
14640: include/pa_socks.h, include/pa_sql_connection.h,
14641: include/pa_sql_driver_manager.h, include/pa_stack.h,
14642: include/pa_string.h, include/pa_stylesheet_connection.h,
14643: include/pa_stylesheet_manager.h, include/pa_table.h,
14644: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14645: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14646: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14647: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14648: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14649: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14650: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14651: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14652: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14653: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14654: main/pa_sql_driver_manager.C, main/pa_string.C,
14655: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14656: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14657: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14658: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14659: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14660: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14661: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14662: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14663: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14664: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14665: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14666: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14667: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14668: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14669: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14670: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14671: types/pa_vresponse.h, types/pa_vstateless_class.C,
14672: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14673: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14674: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14675: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14676: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14677: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14678:
14679: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14680: debug version of gc.dll
14681:
14682: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14683: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14684: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14685: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14686: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14687: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14688: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14689: processes
14690:
14691: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14692: main/pa_globals.C, targets/cgi/parser3.vcproj,
14693: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14694: changes to reflect libxml xsl new folders
14695:
14696: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14697: lib/smtp/smtp.vcproj, main/main.vcproj,
14698: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14699: to reflect libxml xsl new folders
14700:
14701: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14702: lib/smtp/smtp.vcproj, main/main.vcproj,
14703: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14704: types/types.vcproj: started changes to reflect libxml xsl new
14705: folders
14706:
14707: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14708: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14709: src/main/compile.tab.C, src/main/main.vcproj,
14710: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14711: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14712: started changes to reflect libxml xsl new folders
14713:
14714: 2004-02-10 paf
14715:
14716: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14717: compile. recommened latest libxml up to date
14718:
14719: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14720: pattern compilation errors", on which spent 4 hours worktime. use
14721: versions higher than that. recommended now latest up to date
14722:
14723: 2004-02-06 paf
14724:
14725: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14726: beauty: unified destructing style
14727:
14728: * src/main/untaint.C: beauty: removed old def/ifdef
14729:
14730: * src/main/untaint.C: beauty: coredump @unknown untaint language
14731: now
14732:
14733: 2004-02-03 paf
14734:
14735: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14736: targets/isapi/parser3isapi.C, types/pa_value.C,
14737: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14738: then %ld/%lu
14739:
14740: * src/main/pa_common.C: typo: %l -> %u
14741:
14742: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14743: in attributes or documents-results of transform now not xx;
14744:
14745: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14746:
14747: * src/main/pa_charset.C: bugfix: forgot to undo some
14748:
14749: * src/main/pa_charset.C: beauty: uncomment
14750: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14751: libraries
14752:
14753: 2004-02-02 paf
14754:
14755: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14756: $cookie:example[ $.value[value] $.path[/there/] ]
14757:
14758: $cookie:example[ $.value[] $.expires[session]
14759: $.path[/there/] $.domain[test.com] ]
14760:
14761: * src/types/pa_vform.C: bugfix: empty values with
14762: enctype=multipart/form-data now produce entries in $form:tables
14763: <form method=post enctype=multipart/form-data> <input type=hidden
14764: name=a> <input type=hidden name=b>
14765:
14766: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14767: <hr> <pre>$request:body
14768:
14769: 2004-01-30 paf
14770:
14771: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14772: or documents-results of transform now not xx;
14773:
14774: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14775: produce exception.
14776:
14777: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14778: bugfix: ^date::create[invalid fields now produce exception.
14779:
14780: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14781: year] now produces exception. todo: check other fields
14782:
14783: 2004-01-29 paf
14784:
14785: * src/include/pa_memory.h: typo error
14786:
14787: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14788: more byte then specified, then zeroed it << useless and
14789: potentially harmful(could gpf)
14790:
14791: 2004-01-22 paf
14792:
14793: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14794:
14795: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14796: optimization
14797:
14798: * src/main/untaint.C: bugfix: whitespace now optimized properly
14799: [were bug: ^taint[1 & 2]="1 &2"
14800:
14801: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14802: errors
14803:
14804: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14805: overflow
14806:
14807: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14808: error-reporting code * in parser-error reporting code [when no
14809: @unhandled_exception defined]
14810:
14811: fixed in one place: my *snprintf override
14812:
14813: 2004-01-13 paf
14814:
1.211 moko 14815: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14816:
14817: 2003-12-25 paf
14818:
14819: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14820: garbled [pieces after zero bytes were removed]
14821:
14822: 2003-12-22 paf
14823:
1.116 moko 14824: * src/include/Makefile.am: bugfix: removed from dist:
14825: src/include/pa_config_auto.h which were configured for
1.95 moko 14826: make-dist-platform and badly updated proper config file in target
14827: [when .tar used for updating existing source tree]
14828:
1.211 moko 14829: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14830: src/include/pa_sql_connection.h,
14831: src/include/pa_sql_driver_manager.h,
14832: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14833: feature: sql introducing ability to transcode charsets
14834:
14835: 2003-12-19 paf
14836:
14837: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14838: error message
14839:
14840: * src/main/pa_charset.C: bugfix: memory for charsethandler
14841: structure for libxml now allocated properly
14842:
14843: 2003-12-17 paf
14844:
14845: * src/types/pa_vfile.C: beauty: removed outdated cast
14846:
14847: * src/main/pa_common.C: bugfix: empty http response caused gpf
14848:
14849: * src/include/pa_string.h: bugfix: removed too strong a assert
14850:
14851: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14852: unreported xmlGenericErrors]
14853:
14854: 2003-12-15 paf
14855:
14856: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14857: works}
14858:
14859: 2003-12-11 paf
14860:
1.211 moko 14861: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14862: !$status:pid process id
1.95 moko 14863: !$status:tid thread id
14864:
14865: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14866: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14867: bugfix(solaris): removed dependency on object initialization
14868: order [one more place]
14869:
14870: * src/: classes/file.C, classes/mail.C, classes/op.C,
14871: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14872: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14873: understand that
14874:
14875: * src/: classes/file.C, classes/mail.C, classes/op.C,
14876: classes/xdoc.C, include/pa_cache_managers.h,
14877: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14878: include/pa_stylesheet_manager.h, main/pa_request.C,
14879: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14880: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14881: ctor call [relying on implicit String::Body(cstr) call]
14882:
14883: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14884: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14885: object initialization order [two places]
14886:
14887: 2003-12-10 paf
14888:
14889: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14890: << time now ok
14891:
1.211 moko 14892: * operators.ru.txt, operators.txt,
14893: src/main/pa_sql_driver_manager.C,
1.95 moko 14894: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14895: operational
14896:
1.211 moko 14897: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14898: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14899: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14900: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14901: back operational
14902:
14903: 2003-12-02 paf
14904:
14905: * src/types/pa_vmail.C: bugfix:
14906: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14907: as-is forced]
14908:
14909: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14910: exceptions out of libxml callbacks: reimplemented error handling
14911: of http://localhost, parser://method and safemode check callbacks
14912:
14913: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14914: [merged from HEAD]
14915:
14916: * src/classes/image.C: nothing: comment removed
14917:
14918: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14919: addresses to int
14920:
14921: 2003-12-01 paf
14922:
14923: * src/main/pa_xml_io.C: bugfix: typo
14924:
14925: * src/main/pa_globals.C: bugfix: win32: compile prob
14926:
14927: * src/classes/xdoc.C: bugfix: typo
14928:
14929: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14930: exception
14931:
14932: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14933:
14934: 2003-11-28 paf
14935:
14936: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14937: all xml documents read
14938:
14939: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14940:
14941: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14942: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14943: replaced original open mech of xdoc::create & co to use libxml
14944: open, so that this would work for root document todo: safe mode
14945: checks to libxml: ideally to some 1 point
14946:
14947: * src/main/pa_xml_io.C: comment
14948:
1.211 moko 14949: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14950: in http://parser[abscent params]
1.95 moko 14951:
1.211 moko 14952: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14953: src/main/pa_xml_io.C: works. todo: maybe replace original open
14954: mech of xdoc::create & co to use libxml open, so that this would
14955: work for root document
1.95 moko 14956:
14957: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14958: "parser://method/params/here"> <test> &test^; </test> }]
14959:
14960: ^taint[^xdoc.string[]]
14961:
14962: @method[param] <!ENTITY test
14963: "test-entity-value+$form:user+$param!">
14964:
14965: 2003-11-27 paf
14966:
14967: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14968:
14969: * src/classes/date.C: bugfix: typo error
14970:
14971: 2003-11-26 paf
14972:
1.211 moko 14973: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14974: src/include/pa_globals.h, src/main/Makefile.am,
14975: src/main/main.vcproj, src/main/pa_globals.C,
14976: src/main/pa_request.C, src/include/pa_xml_io.h,
14977: src/main/pa_xml_io.C: simplification: xml errors to
14978: hash<thread_id,error> reorganization: xml io moved to
14979: pa_xml_io.C/h
1.95 moko 14980:
14981: * src/types/pa_value.h: warnings: --
14982:
14983: 2003-11-25 paf
14984:
14985: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14986: whatever)
14987:
14988: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14989: a, (c?x:y, z)
14990:
14991: * src/main/untaint.C: bugfix: consequences of not reading this
14992: comment: CORD_pos_chars_left /* Number of characters in cache.
14993: <= 0 ==> none */
14994:
14995: * src/include/pa_array.h: removed needless checks
14996:
14997: 2003-11-24 paf
14998:
14999: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15000: removed limit: now $form:xxx can be accessed anytime, even in
15001: @auto/conf [and request/response:charset still can be changed
15002: anytime]
15003:
15004: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15005: now not transcodes response body
15006:
1.211 moko 15007: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15008: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15009: $tn[^xdoc.createTextNode[text node value]]
15010: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15011: $xdoc.firstChild.firstChild.nodeValue[different]
15012: ^taint[^xdoc.string[]]
15013:
15014: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15015: workaround: static Hash::allocates -> static Hash_allocates
15016:
15017: 2003-11-21 paf
15018:
1.116 moko 15019: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15020: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15021: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15022:
15023: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15024:
15025: * src/classes/mail.C: bugfix: typo
15026:
15027: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15028: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15029: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15030: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15031: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15032: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15033:
15034: * src/main/pa_exec.C: bug in safe mode
15035:
15036: * src/include/Makefile.am: pa_xml_exception.h
15037:
15038: * src/targets/isapi/parser3isapi.C: more warnings --
15039:
15040: 2003-11-20 paf
15041:
15042: * src/: classes/math.C, classes/op.C, classes/string.C,
15043: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15044: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15045: --
15046:
15047: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15048: more warnings --
15049:
15050: * src/classes/xdoc.C: more warnings --
15051:
15052: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15053:
15054: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15055: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15056:
15057: * src/: classes/date.C, classes/file.C, classes/hash.C,
15058: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15059: classes/table.C, include/pa_cache_managers.h,
15060: include/pa_stylesheet_connection.h, main/pa_request.C,
15061: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15062: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15063: --
15064:
15065: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15066: can't report problem (undefined @unhandled_exception) problem
15067: source string were not reported
15068:
15069: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15070: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15071: classes/hashfile.C, classes/image.C, classes/int.C,
15072: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15073: classes/response.C, classes/string.C, classes/table.C,
15074: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15075: include/pa_array.h, include/pa_cache_managers.h,
15076: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15077: include/pa_config_fixed.h, include/pa_dictionary.h,
15078: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15079: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15080: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15081: include/pa_request.h, include/pa_request_charsets.h,
15082: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15083: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15084: include/pa_stack.h, include/pa_string.h,
15085: include/pa_stylesheet_connection.h,
15086: include/pa_stylesheet_manager.h, include/pa_table.h,
15087: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15088: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15089: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15090: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15091: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15092: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15093: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15094: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15095: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15096: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15097: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15098: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15099: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15100: targets/isapi/parser3isapi.C, types/pa_junction.h,
15101: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15102: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15103: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15104: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15105: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15106: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15107: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15108: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15109: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15110: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15111: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15112: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15113: types/pa_vresponse.h, types/pa_vstateless_class.C,
15114: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15115: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15116: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15117: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15118: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15119: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15120: const IDENT
15121:
15122: * src/: include/pa_array.h, include/pa_pool.h,
15123: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15124: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15125: types/pa_wcontext.h: more warnings --
15126:
15127: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15128: classes/file.C, classes/hash.C, classes/hashfile.C,
15129: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15130: classes/memory.C, classes/op.C, classes/string.C,
15131: classes/table.C, classes/xdoc.C, classes/xnode.C,
15132: include/pa_config_includes.h, include/pa_operation.h,
15133: include/pa_sql_connection.h, include/pa_table.h,
15134: include/pa_types.h, lib/ltdl/config_fixed.h,
15135: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15136: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15137: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15138: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15139: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15140: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15141: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15142: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15143: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15144: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15145: types/pa_vmail.C, types/pa_vobject.C,
15146: types/pa_vstateless_class.h, types/pa_vtable.C,
15147: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15148: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15149: on all projects (except libltdl=off & libsdbm=level3) found
15150: several unitialized vars
15151:
15152: 2003-11-19 paf
15153:
15154: * src/classes/op.C: more ansi C++ comp
15155:
1.211 moko 15156: * operators.ru.txt, operators.txt, src/classes/op.C,
15157: src/include/pa_request.h, src/main/pa_request.C:
15158: ^cache[...]{body}{catch block with $exception.handled[cache]
15159: meaning "get expired cache, if any. else error"}
1.95 moko 15160:
15161: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15162: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15163: ^cache[...]{body}{catch code with $exception.cache field}
15164:
15165: 2003-11-12 paf
15166:
15167: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15168: [copy/paste bug]
15169:
15170: 2003-11-11 paf
15171:
15172: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15173: failed]
15174:
15175: 2003-11-10 paf
15176:
15177: * src/types/pa_vconsole.h: flush
15178:
1.211 moko 15179: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15180: src/types/Makefile.am, src/types/types.vcproj,
15181: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15182:
1.211 moko 15183: * operators.ru.txt, operators.txt: mysql: transaction support:
15184: ?autocommit=0
1.95 moko 15185:
1.211 moko 15186: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15187:
15188: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15189: serialize version and exipire now removes entries
15190:
1.211 moko 15191: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15192: altogether [and dir, if could]
1.95 moko 15193:
15194: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15195: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15196: removes files altogether [and dir, if could]
15197:
15198: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15199: nonexistent pair. .c coded that that was error. fixed
15200:
15201: * src/types/pa_vhashfile.C: sdbm: exception type change to
15202: file.access [regretfull can't split it to different exceptions
15203: without modifying sdbm source wich would prefer not to]
15204:
15205: 2003-11-07 paf
15206:
15207: * src/: classes/date.C, classes/file.C, classes/hash.C,
15208: classes/hashfile.C, classes/image.C, classes/table.C,
15209: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15210: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15211: main/execute.C, main/main.vcproj, main/pa_pool.C,
15212: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15213: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15214: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15215: destructing objects at request processing end
15216:
15217: 2003-11-06 paf
15218:
15219: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15220: updates
15221:
15222: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15223: to include sdbm
15224:
1.116 moko 15225: * src/include/: pa_config_includes.h, pa_version.h: our
15226: replacements of max& co only for cpp
1.95 moko 15227:
15228: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15229: upper dir, .am updated
15230:
15231: * tests/todo.txt: hashfile: done
15232:
1.211 moko 15233: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15234: hashfile: clear & expiration [time in value. todo: move time to
15235: key]
1.95 moko 15236:
15237: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15238:
15239: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15240: to do that in foreach, no errors, but surely wrong]
15241:
1.211 moko 15242: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15243: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15244:
1.211 moko 15245: * operators.ru.txt, operators.txt, src/classes/hash.C,
15246: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15247: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15248:
15249: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15250: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15251: hashfile: hash
1.95 moko 15252:
1.211 moko 15253: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15254: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15255: tests/todo.txt: hashfile: delete
1.95 moko 15256:
15257: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15258: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15259: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15260: get/put [raw]
15261:
15262: * src/: classes/op.C, main/pa_os.C: just linked
15263:
15264: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15265: XmlException changes
15266:
15267: * src/: include/pa_charset.h, include/pa_globals.h,
15268: include/pa_stylesheet_connection.h, main/pa_exception.C:
15269: XmlException changes
15270:
15271: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15272:
15273: * src/: include/pa_common.h, include/pa_exception.h,
15274: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15275: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15276: main/pa_xml_exception.C: locking move to pa_os [along with
15277: pa_sleep] apr-impl locking done
15278:
1.211 moko 15279: * configure, configure.in, operators.ru.txt, operators.txt,
15280: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15281: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15282: src/include/pa_exception.h, src/include/pa_globals.h,
15283: src/include/pa_memory.h, src/include/pa_version.h,
15284: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15285: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15286: src/main/compile.tab.C, src/main/main.vcproj,
15287: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15288: src/types/Makefile.am, src/types/pa_vhash.C,
15289: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15290: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15291: again with sdbm from apache
15292:
15293: 2003-11-05 paf
15294:
15295: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15296: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15297: \parser3project dir anymore
15298:
15299: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15300: thoughtlessly from xalan]
15301:
15302: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15303: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15304: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15305:
15306: * src/main/helpers/CaseFolding.txt:
15307: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15308:
15309: 2003-11-04 paf
15310:
1.211 moko 15311: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15312:
15313: * src/classes/table.C: compiled on unix
15314:
1.116 moko 15315: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15316:
15317: * src/classes/mail.C: compiled on unix
15318:
1.211 moko 15319: * operators.ru.txt, operators.txt, src/classes/mail.C,
15320: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15321: $.options[unix: string to append to sendmail command
15322: line]
15323:
1.211 moko 15324: * operators.ru.txt, operators.txt, src/classes/table.C,
15325: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15326: $.separator[^#09] $.encloser["] <nothing> by default
15327:
15328: * operators.ru.txt, operators.txt, src/classes/table.C,
15329: tests/todo.txt: ^table::load !$.separator[^#09]
15330: !$.encloser["] <nothing> by default
1.95 moko 15331:
15332: 2003-11-03 paf
15333:
1.211 moko 15334: * operators.ru.txt, operators.txt, src/classes/table.C,
15335: src/main/pa_common.C: ^table::load[; options:
15336: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15337:
1.211 moko 15338: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15339: src/types/pa_vrequest.C: $request:document-root
15340:
15341: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15342: [already included into uri=xxx]
15343:
1.211 moko 15344: * operators.ru.txt, operators.txt, src/classes/image.C,
15345: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15346:
15347: * src/classes/date.C: minor precaution
15348:
1.211 moko 15349: * operators.ru.txt, operators.txt, src/classes/date.C:
15350: !^date::unix-timestamp()
1.95 moko 15351: !^date.unix-timestamp[]
15352:
15353: 2003-10-30 paf
15354:
1.211 moko 15355: * operators.ru.txt, operators.txt, src/classes/date.C,
15356: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15357: $date.hour
1.95 moko 15358:
15359: * src/classes/: date.C, image.C: improvement diagnostics:
15360: $now[^date::create[$undefined]] now is error
15361:
15362: * src/main/pa_common.C: read errors would now be reported 'actually
15363: read -1 bytes'
15364:
15365: 2003-10-24 paf
15366:
15367: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15368: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15369: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15370: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15371:
15372: 2003-10-22 paf
15373:
15374: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15375:
15376: 2003-10-21 paf
15377:
1.211 moko 15378: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15379: src/main/pa_string.C: fixed: string.match[g] without <'> option
15380: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15381:
15382: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15383: recoursion' message with intensive throw-catches fixed: incorrect
15384: name and line (one name upper then needed) in error message about
15385: problems inside try block
15386:
15387: 2003-10-10 paf
15388:
15389: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15390: check offset argument for validity did that in String::Body::pos
15391: myself http://i2/tasks/edit/?id=4577425257580789777
15392:
15393: 2003-10-07 paf
15394:
15395: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15396: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15397:
15398: 2003-10-03 paf
15399:
15400: * parser3.sln, src/include/pa_dictionary.h,
15401: src/main/pa_dictionary.C, src/main/pa_string.C,
15402: src/targets/cgi/parser3.vcproj: dictionary optimized by
15403: precalculating cstr&length
15404:
15405: 2003-10-02 paf
15406:
15407: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15408: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15409: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15410: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15411:
15412: 2003-09-30 paf
15413:
15414: * src/main/pa_string.C: string::replace bug fix [were ignoring
15415: occurrances after lang-mismatched
15416:
15417: 2003-09-29 paf
15418:
15419: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15420: helper
15421:
15422: * src/main/pa_string.C: string::serialize bug fix with
15423: zero-terminator
15424:
15425: * src/classes/table.C: ^nameless_table.save column row now has no
15426: \t at the end
15427:
15428: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15429: @postprocess now takes $response:body/download
15430:
15431: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15432: error message
15433:
15434: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15435:
15436: * src/classes/table.C: bugfix: flip: must produce nameless
15437: http://i2/tasks/edit/?id=4573405524674081244
15438:
15439: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15440: main/helpers/simple_folding.pl: utf-8 upper/lower
15441:
15442: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15443: to typo error http://i2/tasks/edit/?id=4573354650786434584
15444:
15445: 2003-09-26 paf
15446:
15447: * src/main/untaint.C: removed needless field
15448:
15449: * src/main/untaint.C: removed needless const
15450:
15451: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15452: String.for_each bug fixed [omited one-char cases]
15453:
15454: * src/include/pa_stack.h: bugfix: before collecting garbage,
15455: runtime-executor stack were cleared... BADLY
15456:
15457: * src/main/pa_string.C: ^stirng.replace code used old
15458: param-convention on langs.append, fixed that search fo the like,
15459: found none
15460:
15461: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15462: string::serialize/deserialize implemented Language enum assigned
15463: meaningful letters [more convinient for debugging. read warning
15464: before adding/changing anything]
15465:
15466: 2003-09-25 paf
15467:
15468: * src/: include/pa_string.h, include/pa_version.h,
15469: main/pa_string.C, main/untaint.C: templates and anonymous unions
15470: differences on unix
15471:
15472: * parser3.sln, src/classes/file.C, src/classes/image.C,
15473: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15474: src/classes/xdoc.C, src/classes/xnode.C,
15475: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15476: src/include/pa_charsets.h, src/include/pa_common.h,
15477: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15478: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15479: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15480: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15481: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15482: src/main/compile_tools.h, src/main/pa_charset.C,
15483: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15484: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15485: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15486: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15487: src/types/pa_vmail.C, src/types/pa_vmath.C,
15488: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15489: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15490:
15491: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15492: functions aligned to that of eeparser3 look
15493:
15494: * src/lib/cord/cordprnt.c: removed warnings
15495:
15496: 2003-09-24 paf
15497:
15498: * src/: classes/file.C, classes/image.C, classes/mail.C,
15499: classes/op.C, classes/xdoc.C, classes/xnode.C,
15500: include/pa_cache_managers.h, include/pa_charset.h,
15501: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15502: include/pa_sql_driver_manager.h, include/pa_string.h,
15503: include/pa_stylesheet_manager.h, include/pa_table.h,
15504: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15505: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15506: main/pa_sql_driver_manager.C, main/pa_string.C,
15507: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15508: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15509: types/pa_vstateless_class.h, types/pa_vstatus.C,
15510: types/pa_vxnode.C: v() functions of String::Body,
15511: String::Languages and String itself StringBody->String::Body
15512:
15513: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15514: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15515: never optimized anything. todo: somehow speed up harder cases:
15516: concatenationA+concatenationB when last block of A and first of B
15517: contain same letters
15518:
15519: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15520: lib/cord/include/cord.h: langs: speed up by joining adjucent
15521: blocks of same char [CORD_append_block]
15522:
15523: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15524: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15525: save space by extending blocks when appending block with c ==
15526: lastblock.c
15527:
15528: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15529: working yet :( but more working &understood :)
15530:
15531: * src/: classes/table.C, include/pa_string.h,
15532: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15533:
15534: 2003-09-23 paf
15535:
15536: * src/main/untaint.C: $a[ok!] $a works!
15537:
15538: * src/main/untaint.C: something even more works :)
15539:
15540: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15541: something more works :)
15542:
15543: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15544: lib/cord/cordxtra.c: something already works :)
15545:
15546: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15547: serialize&deserialize
15548:
15549: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15550: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15551: main/untaint.C: main idea implemented, details left
15552:
15553: 2003-09-22 paf
15554:
15555: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15556:
15557: * src/classes/xnode.C: copy/paste comment bugfix
15558:
15559: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15560: allocator returns 0, just die.
15561: http://i2/tasks/edit/?id=4570798492410259445
15562:
15563: * src/classes/xdoc.C: copy/paste comment bugfix
15564:
15565: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15566: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15567: xnode: getAttributeNS setAttributeNS removeAttributeNS
15568: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15569:
15570: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15571: chars due to bitwise operation signed-char error]
15572:
15573: 2003-09-19 paf
15574:
15575: * src/types/pa_wcontext.C: output message: more practical
15576: suggestion
15577:
1.211 moko 15578: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15579: $f[^file::load[binary;http://...]] $f.tables
15580:
15581: 2003-09-02 paf
15582:
15583: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15584: flush stdout without referencing 'stdout' symbol. to hell with
15585: non-ansi libraries without 'stdout' symbol
15586:
15587: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15588: unix (users reported problems with some old libc)
15589:
15590: * src/types/pa_vdate.h: forgot initializer
15591:
15592: 2003-09-01 paf
15593:
15594: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15595: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15596: zone]
15597:
15598: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15599:
15600: 2003-08-19 paf
15601:
15602: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15603: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15604: simplified a little
15605:
15606: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15607: [lost fix from 3.0.8]
15608:
15609: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15610: visible here }
15611:
15612: bug fix
15613:
15614: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15615:
15616: * src/main/compile.tab.C: initialized couple of variables about
15617: which user reported runtime problems when parser were compiled
15618: with VC7, warning level4. study shows that later in bison
15619: they've fixed that. would migrate to latest bison someday
15620:
15621: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15622: recoding headers)
15623:
15624: * src/types/pa_vmail.C: works as before, same charset problems:
15625: gmime recodes to UTF-8 only headers, not body. so not recoding
15626: anything for now
15627:
15628: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15629: problems with body
15630:
15631: * src/types/pa_vmail.C: mail_receive just compiled
15632:
15633: 2003-08-18 paf
15634:
15635: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15636: main/main.vcproj, types/types.vcproj: win32: continued process
15637: detaching from \parser3project directory
15638:
15639: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15640: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15641: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15642: src/lib/pcre/pcre_dftables.dsp,
15643: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15644: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15645: src/types/types.dsp: moved to MSVC 7
15646:
15647: * gnu.vcproj.vspscc, parser3.vssscc,
15648: src/classes/classes.vcproj.vspscc,
15649: src/lib/cord/cord.vcproj.vspscc,
15650: src/lib/ltdl/libltdl.vcproj.vspscc,
15651: src/lib/md5/md5.vcproj.vspscc,
15652: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15653: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15654: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15655: src/targets/isapi/parser3isapi.vcproj.vspscc,
15656: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15657: moved to MSVC 7
15658:
15659: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15660: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15661: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15662: src/lib/pcre/pcre_dftables.vcproj,
15663: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15664: src/targets/cgi/parser3.vcproj,
15665: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15666: new VS project files
15667:
15668: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15669: .NET to detect Jalindi Igloo capabilities.
15670:
15671: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15672: src/classes/classes.awk, src/doc/footer.htm,
15673: src/include/pa_config_fixed.h, src/include/pa_version.h,
15674: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15675: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15676: src/types/pa_vmail.C: merged 3.1.0 latest changes
15677:
15678: 2003-08-15 paf
15679:
15680: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15681: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15682:
15683: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15684: non-ascii <yyy> now encoded correctly
15685:
15686: 2003-07-29 paf
15687:
1.116 moko 15688: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15689: dist
1.95 moko 15690:
15691: * src/types/pa_vmail.C: just started --with-mail-receive
15692:
15693: 2003-07-28 paf
15694:
1.116 moko 15695: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15696: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15697:
15698: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15699:
15700: 2003-07-25 paf
15701:
15702: * src/doc/footer.htm: year
15703:
15704: 2003-07-24 paf
15705:
15706: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15707: fix
15708:
15709: * src/include/pa_version.h: release
15710:
1.116 moko 15711: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15712:
15713: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15714: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15715: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15716: getting rid of win32xml pseudo project
15717:
15718: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15719:
1.116 moko 15720: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15721: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15722: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15723: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15724: src/classes/classes.C, src/classes/classes.awk,
15725: src/classes/classes.dsp, src/classes/classes.h,
15726: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15727: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15728: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15729: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15730: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15731: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15732: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15733: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15734: src/include/pa_array.h, src/include/pa_cache_managers.h,
15735: src/include/pa_charset.h, src/include/pa_charsets.h,
15736: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15737: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15738: src/include/pa_dictionary.h, src/include/pa_dir.h,
15739: src/include/pa_exception.h, src/include/pa_exec.h,
15740: src/include/pa_globals.h, src/include/pa_hash.h,
15741: src/include/pa_memory.h, src/include/pa_opcode.h,
15742: src/include/pa_operation.h, src/include/pa_pool.h,
15743: src/include/pa_pragma_pack_begin.h,
1.95 moko 15744: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15745: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15746: src/include/pa_sapi.h, src/include/pa_socks.h,
15747: src/include/pa_sql_connection.h,
15748: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15749: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15750: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15751: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15752: src/include/pa_uue.h, src/lib/Makefile.am,
15753: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15754: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15755: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15756: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15757: src/lib/cord/include/ec.h,
15758: src/lib/cord/include/private/Makefile.am,
15759: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15760: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15761: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15762: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15763: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15764: src/main/compile_tools.C, src/main/compile_tools.h,
15765: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15766: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15767: src/main/pa_charsets.C, src/main/pa_common.C,
15768: src/main/pa_dictionary.C, src/main/pa_dir.C,
15769: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15770: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15771: src/main/pa_request.C, src/main/pa_socks.C,
15772: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15773: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15774: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15775: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15776: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15777: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15778: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15779: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15780: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15781: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15782: src/targets/isapi/parser3isapi.dsp,
15783: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15784: src/types/pa_junction.h, src/types/pa_method.h,
15785: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15786: src/types/pa_vclass.C, src/types/pa_vclass.h,
15787: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15788: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15789: src/types/pa_vdouble.h, src/types/pa_venv.h,
15790: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15791: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15792: src/types/pa_vimage.C, src/types/pa_vimage.h,
15793: src/types/pa_vint.h, src/types/pa_vjunction.h,
15794: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15795: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15796: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15797: src/types/pa_vobject.C, src/types/pa_vobject.h,
15798: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15799: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15800: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15801: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15802: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15803: src/types/pa_vstring.h, src/types/pa_vtable.C,
15804: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15805: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15806: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15807: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15808: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15809: HEAD
15810:
15811: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15812: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15813: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15814: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15815: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15816: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15817: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15818: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15819: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15820: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15821: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15822: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15823: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15824: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15825: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15826: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15827: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15828: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15829: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15830: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15831: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15832: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15833: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15834: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15835: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15836: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15837: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15838: outputs/create-dir, results/001.processed, results/002.processed,
15839: results/003.processed, results/004.processed,
15840: results/005.processed, results/006.processed,
15841: results/007.processed, results/008.processed,
15842: results/009.processed, results/010.processed,
15843: results/011.processed, results/012.processed,
15844: results/013.processed, results/014.processed,
15845: results/015.processed, results/016.processed,
15846: results/017.processed, results/018.processed,
15847: results/019.processed, results/020.processed,
15848: results/021.processed, results/022.processed,
15849: results/023.processed, results/024.processed,
15850: results/025.processed, results/026.processed,
15851: results/027.processed, results/028.processed,
15852: results/029.processed, results/030.processed,
15853: results/031.processed, results/032.processed,
15854: results/033.processed, results/034.processed,
15855: results/035.processed, results/036.processed,
15856: results/037.processed, results/038.processed,
15857: results/039.processed, results/040.processed,
15858: results/041.processed, results/042.processed,
15859: results/043.processed, results/044.processed,
15860: results/045.processed, results/046.processed,
15861: results/047.processed, results/048.processed,
15862: results/049.processed, results/050.processed,
15863: results/051.processed, results/052.processed,
15864: results/053.processed, results/054.processed,
15865: results/055.processed, results/056.processed,
15866: results/057.processed, results/058.processed,
15867: results/059.processed, results/060.processed,
15868: results/061.processed, results/062.processed,
15869: results/063.processed, results/064.processed,
15870: results/065.processed, results/066.processed,
15871: results/067.processed, results/068.processed,
15872: results/069.processed, results/070.processed,
15873: results/071.processed, results/072.processed,
15874: results/073.processed, results/074.processed,
15875: results/075.processed, results/076.processed,
15876: results/077.processed, results/078.processed,
15877: results/079.processed, results/080.processed,
15878: results/081.processed, results/082.processed,
15879: results/083.processed, results/084.processed,
15880: results/085.processed, results/086.processed,
15881: results/087.processed, results/088.processed,
15882: results/089.processed, results/090.processed,
15883: results/091.processed, results/092.processed,
15884: results/093.processed, results/094.processed,
15885: results/095.processed, results/096.processed,
15886: results/097.processed, results/098.processed,
15887: results/099.processed, results/100.processed,
15888: results/101.processed, results/102.processed,
15889: results/103.processed, results/104.processed,
15890: results/105.processed, results/106.processed,
15891: results/107.processed, results/108.processed,
15892: results/109.processed, results/110.processed,
15893: results/111.processed, results/112.processed,
15894: results/113.processed, results/114.processed,
15895: results/115.processed, results/116.processed,
15896: results/117.processed, results/118.processed,
15897: results/119.processed, results/120.processed,
15898: results/121.processed, results/122.processed,
15899: results/123.processed, results/124.processed,
15900: results/125.processed, results/126.processed,
15901: results/127.processed, results/128.processed,
15902: results/129.processed, results/130.processed,
15903: results/131.processed, results/132.processed,
15904: results/133.processed, results/134.processed,
15905: results/135.processed, results/136.processed,
15906: results/137.processed, results/138.processed,
15907: results/139.processed, results/140.processed,
15908: results/141.processed: merged(copied) to HEAD from template_gc
15909:
15910: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15911: towards \parser3project not having to be in root
15912:
15913: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15914: module compiled [were minor unnecessary changes in lib/md5
15915: interface]
15916:
15917: * src/include/pa_version.h: release
15918:
15919: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15920:
15921: * src/classes/math.C: merged uuid bugfix
15922:
15923: * tests/: 141.html, results/141.processed: fixed bug with
15924: too-small-a-buffer
15925:
15926: * src/classes/math.C: uuid bugfix
15927:
15928: * tests/: 141.html, Makefile, results/005.processed,
15929: results/030.processed, results/075.processed,
15930: results/078.processed: to reflect date format change (were -
15931: become ' ')
15932:
15933: * src/classes/math.C: uuid bugfix
15934:
15935: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15936: debug/release changes
15937:
15938: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15939:
15940: 2003-07-23 paf
15941:
15942: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15943: renamed a little [to move to comman naming conv]
15944:
1.116 moko 15945: * src/targets/Makefile.am: apache13 splitted to simplify apache
15946: build
1.95 moko 15947:
15948: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15949: main/pa_request.C, main/pa_sql_driver_manager.C,
15950: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15951: stack top_index() fixed
15952:
15953: * src/main/pa_globals.C: minor style changes
15954:
15955: * src/: classes/op.C, include/pa_sql_connection.h: connection
15956: closing/caching fixed [connections were not closed/put to cache]
15957:
15958: 2003-07-22 paf
15959:
15960: * INSTALL: gc part updated stightly
15961:
15962: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15963: new sapi interface
15964:
15965: * src/classes/file.C: comment on OS
15966:
15967: * src/main/pa_string.C: removed reduntant invariant check [there is
15968: one deeper in cord lib]
15969:
15970: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15971:
15972: * src/main/pa_memory.C: out of memory is no longer coredump
15973:
15974: * INSTALL: disable-threads adviced
15975:
15976: 2003-07-21 paf
15977:
1.116 moko 15978: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15979:
15980: * src/classes/file.C: file::exec/cgi environment variables now must
15981: be UPPERCASE and A-Z 0-9 _-
15982:
15983: * src/classes/file.C: env passing fixed
15984:
15985: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15986:
15987: * src/main/pa_common.C: http:// CRLF now
15988:
15989: 2003-07-02 paf
15990:
1.211 moko 15991: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15992: $memory:status fields to reflect their real meaning
1.95 moko 15993:
15994: 2003-06-27 paf
15995:
15996: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15997: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15998: file::exec/cgi .charset
15999:
16000: 2003-06-26 paf
16001:
16002: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16003: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16004: src/classes/table.C: fixed several uninitialized local
16005: structures. notably ^hash.foreach now inserts delimiters
16006: properly [were inserting it before first body]
16007:
16008: 2003-06-24 paf
16009:
16010: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16011:
16012: 2003-06-20 paf
16013:
1.211 moko 16014: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16015: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16016: $f[^file::load[binary;http://...]] $f.tables
16017:
16018: 2003-06-06 paf
16019:
16020: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16021: table. [were method lookup: inconsistent]
16022:
16023: 2003-06-02 paf
16024:
16025: * src/include/pa_memory.h: empty string clone fixed to return
16026: writable memory
16027:
16028: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16029: were not appended] which violated string invariant
16030:
16031: 2003-05-30 paf
16032:
16033: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16034: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16035:
16036: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16037: GMT ; RFC 822, updated by RFC 1123
16038:
16039: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16040: targets/isapi/parser3isapi.C: initialized request_info properly
16041:
16042: * src/classes/xnode.C: found minor bug, commended for future
16043:
16044: 2003-05-28 paf
16045:
16046: * src/classes/form.C: request_info.content_length can't be <0,
16047: size_t for some time
16048:
16049: 2003-05-26 paf
16050:
16051: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16052: forgotten <0 changed to !=STRING_NOT_FOUND
16053:
16054: * src/classes/math.C: merged ffffu from HEAD
16055:
16056: 2003-05-11 paf
16057:
16058: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16059:
16060: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16061: premature doc free. transformed document had xmlDoc reference
16062: stored to non-gc-memory (libgdome) added holding-reference
16063:
16064: 2003-04-29 paf
16065:
16066: * src/main/pa_globals.C: started digging on double free. on win32
16067: found that that's perfectly normal.
16068:
16069: 2003-04-25 paf
16070:
16071: * src/classes/table.C: table.join bug fix [bad limit check]
16072:
16073: * src/classes/math.C: merged from HEAD: simpiler hash_string
16074:
16075: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16076: print anything. changed to quicker and simplier code
16077:
16078: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16079: strict a check]
16080:
16081: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16082:
16083: 2003-04-24 paf
16084:
16085: * src/include/pa_table.h: too strict assert loosened
16086:
16087: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16088: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16089: report
16090:
16091: 2003-04-21 paf
16092:
1.116 moko 16093: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16094:
16095: * src/main/pa_globals.C: pcre memory management changed to use GC
16096: memory
16097:
16098: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16099: xmlMallocAtomic [author agreed to my suggestion], used that
16100:
16101: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16102:
16103: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16104: types/pa_vmail.C: attributed_meaning_to_string added
16105: L_UNSPECIFIED piece which was sortof OK, but violated string
16106: invariant [assertion barked on that] changed to L_PASS_APPEND,
16107: made that param obligatory
16108:
16109: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16110: fixed [assert helped]
16111:
16112: * src/include/pa_string.h: assert added [looking for bug]
16113:
16114: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16115: names on Win32 considered disk-global
16116:
16117: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16118: considered disk-global
16119:
16120: 2003-04-18 paf
16121:
16122: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16123: filenames
16124:
16125: * src/main/untaint.C: enabled '~' letter in filenames
16126:
16127: 2003-04-16 paf
16128:
16129: * src/classes/file.C: small bug introduced in autoptr times fixed
16130:
16131: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16132: HEAD
16133:
1.116 moko 16134: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16135:
16136: 2003-04-15 paf
16137:
1.211 moko 16138: * operators.ru.txt, operators.txt, src/classes/math.C,
16139: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16140: tests/results/141.processed: merged from head ^math:uuid[]
16141: ^math:uid64[] ^math:md5[string]
16142:
16143: test added: 141.html
16144:
1.211 moko 16145: * operators.ru.txt, operators.txt, src/classes/math.C:
16146: ^math:uid64[]
1.95 moko 16147:
16148: * src/classes/math.C: ^math:uuid[]
16149:
1.211 moko 16150: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16151:
1.211 moko 16152: * operators.ru.txt, operators.txt, src/classes/math.C,
16153: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16154: 16-byte digest
16155:
16156: * operators.ru.txt, operators.txt, src/classes/file.C,
16157: src/include/pa_common.h, src/include/pa_config_fixed.h,
16158: src/main/pa_common.C: ^file::load[mode;name; $.offset
16159: $.limit
1.95 moko 16160:
16161: 2003-04-14 paf
16162:
16163: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16164: started ^math:md5
16165:
16166: * src/classes/table.C, src/include/pa_array.h,
16167: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16168: tests/results/140.processed: table $.reverse option works in
16169: create&co table $.distinct[tables] bug fix merged
16170:
16171: * src/: classes/table.C, include/pa_table.h: table
16172: $.distinct[tables] bug fixed
16173:
16174: * src/classes/table.C: more warnings
16175:
16176: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16177: removed checks in table::set_current, moved them back to
16178: table::locate implemented table::create/join ñ $.reverse
16179:
16180: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16181: removed checks in table::set_current, moved them back to
16182: table::locate
16183:
16184: 2003-04-11 paf
16185:
1.211 moko 16186: * operators.ru.txt, operators.txt, src/classes/date.C,
16187: src/classes/table.C, src/include/pa_array.h,
16188: src/include/pa_common.h, src/include/pa_config_includes.h,
16189: src/include/pa_string.h, src/include/pa_table.h,
16190: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16191: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16192: before_append_array_limit_sense_change to
16193: after_append_array_limit_sense_change
16194:
16195: * src/classes/table.C: typo
16196:
1.211 moko 16197: * operators.ru.txt, operators.txt, src/classes/date.C,
16198: src/classes/table.C, src/include/pa_array.h,
16199: src/include/pa_common.h, src/include/pa_config_includes.h,
16200: src/include/pa_globals.h, src/include/pa_table.h,
16201: src/main/pa_array.C, src/main/pa_globals.C,
16202: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16203: src/main/pa_string.C, src/main/pa_table.C:
16204: append_array_limit_sense_change locate accepts options same as
16205: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16206:
16207: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16208: (stat xxx,
16209:
16210: * src/classes/: table.C: typo
16211:
16212: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16213: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16214: results/130.processed, results/131.processed,
16215: results/132.processed, results/133.processed,
16216: results/134.processed, results/135.processed,
16217: results/136.processed, results/137.processed,
16218: results/138.processed, results/139.processed: added few mustfail
16219: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16220: date/time 132.html mustfail: access to junction outside of
16221: context 133.html mustfail: access to junction outside of context,
16222: case version 134.html mustfail: hash: adding a key inside of
16223: foreach 135.html mustfail: modifying system class 136.html
16224: mustfail: $.name outside of $hash[here] 137.html mustfail:
16225: appendChild without import 138.html mustfail: invalid encoding
16226: inside of xml 139.html mustfail: bad XPath
16227:
1.211 moko 16228: * operators.ru.txt, operators.txt, src/classes/table.C,
16229: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16230: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16231: tests/results/126.processed, tests/results/127.processed,
16232: tests/results/128.processed, tests/results/129.processed: merged
16233: from HEAD ^table.hash[key][$.distinct[tables]]
16234:
16235: maked appropriate tests [changed one old nonconforming]
16236:
1.211 moko 16237: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16238: ^table.hash[key][$.distinct[tables]]
16239:
16240: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16241: merged fix for found very old xml (dom) bug: were passing
16242: domString objects and later ERROREOUSLY freed them
16243:
16244: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16245: src/main/pa_charset.C: re-added libgdome patch. regretfully
16246: libgdome bug can not be worked around
16247:
16248: 2003-04-10 paf
16249:
16250: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16251: found very old xml (dom) bug: were passing domString objects and
16252: later ERROREOUSLY freed them
16253:
16254: * src/doc/string.dox, src/include/pa_memory.h,
16255: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16256: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16257: tests/123.html, tests/124.html, tests/results/001.processed,
16258: tests/results/002.processed, tests/results/003.processed,
16259: tests/results/004.processed, tests/results/005.processed,
16260: tests/results/006.processed, tests/results/008.processed,
16261: tests/results/009.processed, tests/results/010.processed,
16262: tests/results/011.processed, tests/results/012.processed,
16263: tests/results/013.processed, tests/results/014.processed,
16264: tests/results/015.processed, tests/results/016.processed,
16265: tests/results/017.processed, tests/results/018.processed,
16266: tests/results/020.processed, tests/results/021.processed,
16267: tests/results/022.processed, tests/results/023.processed,
16268: tests/results/024.processed, tests/results/025.processed,
16269: tests/results/026.processed, tests/results/027.processed,
16270: tests/results/028.processed, tests/results/029.processed,
16271: tests/results/030.processed, tests/results/031.processed,
16272: tests/results/032.processed, tests/results/033.processed,
16273: tests/results/034.processed, tests/results/035.processed,
16274: tests/results/036.processed, tests/results/037.processed,
16275: tests/results/038.processed, tests/results/039.processed,
16276: tests/results/040.processed, tests/results/041.processed,
16277: tests/results/042.processed, tests/results/043.processed,
16278: tests/results/044.processed, tests/results/045.processed,
16279: tests/results/046.processed, tests/results/047.processed,
16280: tests/results/048.processed, tests/results/049.processed,
16281: tests/results/050.processed, tests/results/051.processed,
16282: tests/results/052.processed, tests/results/053.processed,
16283: tests/results/054.processed, tests/results/055.processed,
16284: tests/results/056.processed, tests/results/057.processed,
16285: tests/results/058.processed, tests/results/059.processed,
16286: tests/results/060.processed, tests/results/061.processed,
16287: tests/results/062.processed, tests/results/063.processed,
16288: tests/results/064.processed, tests/results/065.processed,
16289: tests/results/066.processed, tests/results/067.processed,
16290: tests/results/068.processed, tests/results/069.processed,
16291: tests/results/070.processed, tests/results/071.processed,
16292: tests/results/072.processed, tests/results/073.processed,
16293: tests/results/074.processed, tests/results/075.processed,
16294: tests/results/076.processed, tests/results/077.processed,
16295: tests/results/078.processed, tests/results/079.processed,
16296: tests/results/080.processed, tests/results/081.processed,
16297: tests/results/082.processed, tests/results/083.processed,
16298: tests/results/084.processed, tests/results/085.processed,
16299: tests/results/086.processed, tests/results/087.processed,
16300: tests/results/088.processed, tests/results/089.processed,
16301: tests/results/090.processed, tests/results/091.processed,
16302: tests/results/092.processed, tests/results/093.processed,
16303: tests/results/094.processed, tests/results/095.processed,
16304: tests/results/096.processed, tests/results/097.processed,
16305: tests/results/101.processed, tests/results/102.processed,
16306: tests/results/104.processed, tests/results/105.processed,
16307: tests/results/106.processed, tests/results/107.processed,
16308: tests/results/108.processed, tests/results/109.processed,
16309: tests/results/110.processed, tests/results/111.processed,
16310: tests/results/112.processed, tests/results/113.processed,
16311: tests/results/114.processed, tests/results/115.processed,
16312: tests/results/116.processed, tests/results/117.processed,
16313: tests/results/118.processed, tests/results/119.processed,
16314: tests/results/120.processed, tests/results/121.processed,
16315: tests/results/122.processed, tests/results/123.processed,
16316: tests/results/124.processed: new convention: char* never 0.
16317: assert in cord on that
16318:
16319: * src/main/pa_charset.C: couple more asserts
16320:
16321: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16322: speedup
16323:
16324: * src/main/pa_charset.C: couple assertions on fantastic situations
16325: added [may be those is the case now?]
16326:
16327: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16328: that's memory from gc_malloc, not from g_malloc :(, but would
16329: hope]
16330:
16331: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16332: that's memory from gc_malloc, not from g_malloc :(, but would
16333: hope]
16334:
16335: * src/main/pa_charset.C: checked custom malloc for returning 0
16336:
16337: 2003-04-09 paf
16338:
16339: * src/classes/date.C: merged ^date.roll changes
16340:
16341: * src/classes/date.C: ^date.roll bug fix
16342:
16343: * src/classes/date.C: ^date.roll now throws less errors: month
16344: shifts handles end of month situation by reducing day number
16345: hour-hole shift reduces hour to recover
16346:
16347: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16348: Sort by function time
16349:
1.211 moko 16350: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16351: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16352:
16353: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16354: added [after volatile fix. passes on win&intel-solaris]
16355:
16356: 2003-04-08 paf
16357:
16358: * src/: classes/file.C, classes/op.C, classes/table.C,
16359: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16360: include/pa_common.h, include/pa_request_charsets.h,
16361: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16362: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16363: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16364: types/pa_vresponse.C: started http:// $.charset[] param and
16365: http response charset detection just compiled. todo:test
16366:
16367: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16368:
16369: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16370: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16371: types/pa_vmail.C: changed transcode param converntion along with
16372: string creating convention -- all strings are zero-terminated,
16373: this allowed to fix one remaining String("123", 2) case
16374:
16375: * src/: classes/date.C, classes/file.C, classes/hash.C,
16376: classes/op.C, classes/string.C, classes/table.C,
16377: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16378: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16379: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16380: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16381: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16382: violated String::invariant. started fixing [not compiled now]
16383:
16384: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16385: main/compile.tab.C, main/compile.y, main/pa_string.C,
16386: main/untaint.C, targets/cgi/parser3.C: number of string style
16387: improvements & optimizations
16388:
16389: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16390: :(]
16391:
16392: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16393: [for it's a pointer really]
16394:
16395: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16396: 'n' param. worked that around
16397:
16398: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16399: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16400: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16401: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16402: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16403:
16404: Thanks for the bug report and patch.
16405:
16406: I hadn't looked at this code in a while. Reading it now, it
16407: seems to me that the tests should also be ">= MAX_DEPTH" to
16408: comply with the invariant, though that may not matter a lot. I
16409: changed that, too.
16410:
16411: Hans
16412:
16413: 2003-04-07 paf
16414:
16415: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16416: merged from head:safe mode error message now includes numbers
16417:
16418: * src/main/execute.C: n-th attempt to make a=a work with double.
16419: problem: as_double returns it's result in fp-register compiler
16420: optimizes access to that register after b->as_double, and just
16421: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16422: from memory. _SAME_ double values do not match here. when
16423: forced to REload fp-register, values do match.
16424:
16425: tried to make them volatile.
16426:
16427: * src/main/execute.C: n-th attempt to make a=a work with double.
16428: problem: as_double returns it's result in fp-register compiler
16429: optimizes access to that register after b->as_double, and just
16430: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16431: from memory. _SAME_ double values do not match here. when
16432: forced to REload fp-register, values do match.
16433:
16434: tried to make them volatile.
16435:
16436: * src/types/pa_vobject.h: small style change
16437:
16438: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16439:
16440: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16441: mode error message now includes numbers
16442:
16443: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16444: now causes death
16445:
16446: 2003-04-04 paf
16447:
16448: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16449: incorportated pa_exec patch by From: "Victor Fedoseev"
16450: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16451: Sent: Thursday, January 23, 2003 9:14 AM
16452:
16453: huge speedup on ^file::cgi with big result
16454:
16455: * src/classes/table.C: sort table with 0 rows bug fixed
16456:
16457: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16458: fix http://i2/tasks/edit/?id=4493701604654042676
16459:
16460: @main[] $with_default[ $.a[1] $._default[default from
16461: with_default] ] ^show[$with_default]
16462:
16463: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16464: =$to_add_to.xxx=<br>
16465:
16466: ^show[$to_add_to]
16467:
16468: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16469: ^show[$cloned]
16470:
16471: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16472:
16473: } <hr>
16474:
16475: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16476: http://i2/tasks/edit/?id=4493701604654042676
16477:
16478: @main[] $with_default[ $.a[1] $._default[default from
16479: with_default] ] ^show[$with_default]
16480:
16481: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16482: =$to_add_to.xxx=<br>
16483:
16484: ^show[$to_add_to]
16485:
16486: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16487: ^show[$cloned]
16488:
16489: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16490:
16491: } <hr>
16492:
16493: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16494: http://i2/tasks/edit/?id=4507350336410850921
16495:
16496: * src/classes/xdoc.C: memory allocation func bugfix
16497: http://i2/tasks/edit/?id=4499303470368629745
16498:
16499: * src/classes/math.C: allowed random 1...
16500:
16501: * src/classes/math.C: allowed random 0..
16502:
16503: * src/main/pa_globals.C: exif mem leak
16504: http://i2/tasks/edit/?id=4480590323629807263
16505:
16506: * src/: classes/classes.dsp, main/main.dsp,
16507: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16508: fix http://i2/tasks/edit/?id=4493946731322521294
16509: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16510:
16511: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16512: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16513: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16514: links to xml libs made relative, no need to unpack parser3project
16515: to /parser3project.
16516:
16517: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16518: column more precise - tab handling bug fixed
16519:
16520: * src/main/: compile.tab.C, compile.y: more understandable error
16521: message in case @CLASS with more then one line inside
16522:
16523: * src/targets/cgi/parser3.C: more understandable error message in
16524: case of errors in @unhandled_exception
16525:
16526: 2003-04-03 paf
16527:
16528: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16529: src/main/compile.tab.C, src/main/compile.y,
16530: src/main/compile_tools.C, src/main/compile_tools.h,
16531: src/main/execute.C, src/main/pa_request.C: debug info format
16532: simplified, now it's: OP_VALUE Operation::Origin << here value*
16533:
16534: higher limits: file number (max: 255) line number (max:
16535: 64535) column number (max: 255)
16536:
16537: * src/classes/math.C: top limit
16538:
16539: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16540: precise parse error position in case of
16541:
16542: ^bug ]
16543:
16544: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16545: changed to realities, and passed [bug fixed]
16546:
16547: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16548: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16549: main/compile_tools.h, main/pa_request.C: introducing
16550: ^process...[main-method-alias]
16551:
16552: * src/: classes/date.C, classes/image.C, classes/op.C,
16553: classes/string.C, classes/table.C, classes/xdoc.C,
16554: types/pa_vmethod_frame.h: MethodParams& now [methods without
16555: params receive zero reference, but they are expected not to look
16556: there]
16557:
1.211 moko 16558: * operators.ru.txt, operators.txt, src/classes/date.C,
16559: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16560: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16561: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16562: src/classes/response.C, src/classes/string.C,
16563: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16564: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16565: src/types/pa_method.h: MethodParams& now [methods without params
16566: receive zero reference, but they are expected not to look there]
16567:
16568: * operators.ru.txt, operators.txt, src/classes/op.C,
16569: src/include/pa_request.h, src/main/pa_request.C,
16570: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16571: better error reporting [file/line/col]
1.95 moko 16572:
16573: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16574: types/pa_vstring.h: slightly improved error messages text: 1. is
16575: '%s', it 2. method undefined in case of ^void[]
16576:
16577: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16578: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16579: handling done. now we have error columns todo: test it
16580:
16581: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16582: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16583:
16584: this makes life easier: were: bad stack order -- were in
16585: exception catch unwind order, which didn't match execution order
16586:
16587: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16588:
16589: @first[] ^throw[a;1]
16590:
16591: showed throw a first throw b try
16592:
16593: which is no good
16594:
16595: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16596: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16597: trace reset after handled exception [old bug fixed]
16598:
16599: * src/main/: compile.tab.C, compile.y: parse position old bug
16600: fixed. position reporting made precise [both, in parse erros and
16601: runtime errors]
16602:
16603: 2003-04-02 paf
16604:
16605: * src/: include/pa_operation.h, include/pa_request.h,
16606: main/compile.C, main/compile.tab.C, main/compile.y,
16607: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16608: main/pa_exception.C, main/pa_request.C: debug info: started
16609: using. todo:complete
16610:
16611: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16612: main/compile.C, main/compile.tab.C, main/compile.y,
16613: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16614: main/pa_request.C: prepared debug info todo:use it
16615:
16616: * src/include/pa_operation.h: strange mistake fixed: forgot to
16617: return Operation class->union after switching from autoptrs.
16618:
16619: * tests/: Makefile, results/108.processed, results/117.processed:
16620: meta considered OK [it's up to coder now to remove it not needed]
16621:
16622: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16623: Dictionary constructor when moved to gc]
16624:
16625: * src/main/pa_common.C: uncommented http:// file loading
16626:
16627: * src/include/pa_array.h, src/main/execute.C,
16628: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16629: fix [gdGrowingBuf]
16630:
16631: * configure.in, src/lib/Makefile.am: removed patches
16632:
16633: * configure, src/include/pa_config_auto.h.in,
16634: src/main/pa_charset.C: --enable-assertions autoconf-ed
16635:
16636: * src/main/pa_common.C: uncommented http:// file loading
16637:
16638: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16639: xdoc::create/load
16640:
16641: * src/: classes/form.C, classes/hash.C, classes/image.C,
16642: classes/string.C, classes/table.C, classes/void.C,
16643: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16644: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16645: String::String(str,helper_length) are checked. found/fixed one
16646: place: $request:body now zero-terminated,
16647:
16648: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16649: main/compile_tools.C, main/execute.C, types/pa_value.h,
16650: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16651: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16652: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16653: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16654: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16655: types/pa_vxnode.h: more locally scoped vars in execute (more
16656: easily optimizable)
16657:
16658: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16659: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16660:
16661: * src/: include/pa_array.h, include/pa_stack.h,
16662: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16663: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16664: become assertion iterator in methodframe filler
16665:
16666: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16667: targets/cgi/parser3.C: array::get/put inlined
16668:
16669: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16670: gc_substitute_memory_management_functions +installed CORD_oom
16671: function
16672:
16673: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16674: src/include/pa_config_includes.h, src/include/pa_string.h,
16675: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16676: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16677: assertions started configure.in --enable-assertions
16678:
16679: 2003-04-01 paf
16680:
16681: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16682: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16683: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16684: gdome uses glib memory, and stores last pointer to xmlDoc there,
16685: gc misses that and collects valid memory fixed by remembering
16686: xmlDoc from dom object in xdoc. todo: do something with
16687: premature free of xdoc with xnodes/node values referring into it
16688:
16689: * src/classes/: mail.C: typo fix
16690:
16691: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16692: changes
16693:
16694: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16695: main/pa_memory.C: moved memory debugging to global level: to
16696: pa_gc_malloc
16697:
16698: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16699: debugging showed no errors. todo: debug parser memory
16700:
16701: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16702: configurations
16703:
16704: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16705: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16706: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16707: types/types.dsp: prepared xml-static configuration
16708:
16709: 2003-03-31 paf
16710:
16711: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16712: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16713: xml lib memory debugging, simple checks failed: it seems that
16714: library does realloc(bad ptr), and recording those ptrs in heap
16715: [for debugging] was bad: heap situation changes = everything
16716: works fine
16717:
16718: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16719: xmlRegisterCharEncodingHandler limitation [currently imposed
16720: limit of 10 user-defined charsets]
16721:
16722: 2003-03-28 paf
16723:
16724: * src/main/execute.C: execution stack copied to local register
16725: variable, removed lots [~2e7) of memory accesses
16726:
16727: 2003-03-27 paf
16728:
16729: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16730: works in debug, but fails in release todo: fix that
16731:
16732: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16733: targets/cgi/parser3.C: forgot to merge XML memory funcs
16734: replacement from gc branch
16735:
16736: * src/main/pa_exec.C: introducing append_help_length [radical
16737: improvement here]
16738:
16739: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16740: 'not recommened' in gc.h, on win32 noticed no difference]
16741:
16742: * src/include/pa_array.h: returned checked array get [were disabled
16743: for debugging] result:not slower [don't understand that, it were
16744: INLINED] todo: find out a way of inlining it!
16745:
16746: * src/: include/pa_string.h, lib/gc/include/gc.h,
16747: lib/gc/include/gc_fake.h, main/compile.tab.C,
16748: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16749: convention changed: all resulting strings are zero-terminated
16750:
16751: * src/: classes/date.C, classes/file.C, classes/hash.C,
16752: classes/string.C, classes/table.C, classes/void.C,
16753: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16754: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16755: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16756: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16757: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16758: types/pa_vfile.C, types/pa_vmail.C: introducing
16759: append_help_length [radical improvement here]
16760:
16761: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16762: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16763: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16764: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16765: even slower
16766:
16767: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16768: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16769: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16770: clients of &get(): most to use non-ref version, some[in tight
16771: places] to get_unchecked_ref
16772:
16773: * src/doc/memory.dox: forgot to add
16774:
16775: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16776: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16777: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16778: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16779: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16780: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16781: targets/cgi/parser3.dsp, types/pa_vmail.C,
16782: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16783: T>>&<< removed after Stack::pop wiping removed [moved to separate
16784: func] other Array & removed
16785:
16786: 2003-03-26 paf
16787:
16788: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16789: classes/table.C, include/pa_array.h, include/pa_charset.h,
16790: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16791: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16792: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16793: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16794: main/pa_exec.C, main/pa_sql_driver_manager.C,
16795: main/pa_stylesheet_manager.C, main/pa_table.C,
16796: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16797: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16798: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16799: pre-evaluated .count() in some places
16800:
16801: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16802: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16803: types/types.dsp: .dsp profiling updated
16804:
16805: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16806: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16807: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16808:
16809: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16810: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16811: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16812: use lib/gc,lib/cord
16813:
1.116 moko 16814: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16815: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16816: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16817: src/include/pa_config_includes.h, src/include/pa_request.h,
16818: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16819: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16820: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16821: src/lib/cord/include/Makefile.am,
1.116 moko 16822: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16823: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16824: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16825: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16826: src/types/pa_vform.h, src/types/pa_vhash.h,
16827: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16828: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16829: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16830: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16831: funcs ported pa_exec
1.95 moko 16832:
16833: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16834:
16835: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16836: bundled gc includes
16837:
16838: * src/: classes/op.C, include/pa_array.h,
16839: include/pa_sql_connection.h, include/pa_string.h,
16840: include/pa_version.h, main/compile.tab.C, main/compile.y,
16841: main/execute.C, main/pa_common.C, main/pa_exception.C,
16842: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16843: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16844: first real site (aval)]
16845:
16846: 2003-03-25 paf
16847:
1.211 moko 16848: * operators.ru.txt, operators.txt,
16849: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16850: $status.memory used free since_compact process
1.95 moko 16851:
16852: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16853: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16854:
16855: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16856:
16857: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16858: src/types/pa_value.h, src/types/pa_vfile.h,
16859: src/types/pa_vobject.C, src/types/pa_vobject.h,
16860: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16861: tests/results/121.processed: untaint.C L_URI
16862:
1.211 moko 16863: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16864: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16865: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16866: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16867:
16868: * tests/results/109.processed: it was a bug in parser. updated 109
16869: test result
16870:
16871: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16872:
16873: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16874: tests/results/107.processed: fixed dom language [values are now
16875: considered tainted. it was a bug in parser. updated 107 test
16876: result
16877:
16878: * src/classes/xdoc.C: fixed transform params
16879:
16880: * src/: include/pa_stylesheet_manager.h,
16881: main/pa_stylesheet_manager.C: fixed stylesheet caching
16882:
16883: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16884: overloads for structure handling
16885:
16886: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16887: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16888: StringBody(0) ambiguilty, introducting static
16889: StringBody::Format(int)
16890:
16891: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16892: linked
16893:
16894: * src/types/pa_vxdoc.C: vxdoc compiled
16895:
16896: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16897: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16898: finalizers isntalled
16899:
16900: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16901: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16902: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16903: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16904: compiled todo: xnode.C / finalizers
16905:
16906: * src/doc/string.dox: updated: new string internals
16907:
16908: 2003-03-24 paf
16909:
16910: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16911: include/pa_charset.h, include/pa_config_fixed.h,
16912: include/pa_request.h, include/pa_stylesheet_connection.h,
16913: include/pa_stylesheet_manager.h, main/pa_charset.C,
16914: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16915: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16916: types/pa_vxnode.h: started XML
16917:
16918: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16919:
16920: * src/: classes/file.C, classes/image.C, classes/mail.C,
16921: include/pa_string.h, main/pa_common.C,
16922: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16923:
16924: * src/: classes/file.C, classes/image.C, classes/mail.C,
16925: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16926: main/pa_request.C, main/pa_sql_driver_manager.C,
16927: types/pa_vimage.h: size_t pos everywhere checks changed to check
16928: for eq STRING_NOT_FOUND
16929:
16930: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16931: optimize bit implemented
16932:
16933: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16934: String::ArrayFragment::append_positions fixed
16935:
16936: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16937: String::this_starts fixed
16938:
16939: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16940:
16941: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16942: hashcode implemented fully, including per-char callback [it can
16943: be - substr CORD node]
16944:
16945: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16946: rewritten to rewalloc with 100byte buf ahead
16947:
16948: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16949: src/include/pa_string.h, src/main/compile.tab.C,
16950: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16951: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16952: CORD_ec [bad] would rewrite as realloc now
16953:
16954: * src/: classes/date.C, classes/file.C, classes/form.C,
16955: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16956: include/pa_cache_managers.h, include/pa_charsets.h,
16957: include/pa_common.h, include/pa_request.h,
16958: include/pa_sql_driver_manager.h, include/pa_table.h,
16959: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16960: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16961: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16962: types/pa_vmail.C, types/pa_vmethod_frame.C,
16963: types/pa_vstateless_class.h: 2*2 worked :)
16964:
16965: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16966: src/include/pa_exec.h, src/include/pa_string.h,
16967: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16968: passed OK
16969:
16970: * src/: classes/hash.C, classes/string.C, classes/table.C,
16971: types/pa_value.C: all linked todo: debug
16972:
16973: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16974: types/pa_vstateless_class.C: all compiled. todo:link
16975:
16976: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16977:
16978: * src/types/pa_vtable.C: pa_vtable.C compiled
16979:
16980: * src/types/pa_vstring.C: pa_vstring.C compiled
16981:
16982: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16983:
16984: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16985: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16986: pa_vstateless_class.C, pa_vstateless_class.h:
16987: pa_vstateless_class.C compiled
16988:
16989: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16990: types/pa_vmath.C: pa_vmail.C compiled
16991:
16992: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16993:
16994: * src/types/pa_vform.C: pa_vform.C compiled
16995:
16996: * src/types/pa_vfile.C: pa_vfile.C compiled
16997:
16998: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16999: pa_vstateless_class.C: pa_vcookie.C compiled
17000:
17001: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17002: types/pa_vhash.h: pa_value.C compiled
17003:
17004: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17005: classes.lib main.lib compiled
17006:
17007: * src/classes/void.C: void.C compiled
17008:
17009: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17010: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17011: compiled
17012:
17013: * src/: classes/string.C, include/pa_request.h,
17014: include/pa_string.h, main/pa_string.C: string.C compiled
17015:
17016: * src/: classes/op.C, classes/string.C, classes/table.C,
17017: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17018: main/pa_request.C, main/pa_string.C: op.C compiled
17019:
17020: * src/classes/: math.C, op.C: math.C compiled
17021:
17022: * src/: classes/mail.C, classes/string.C, classes/table.C,
17023: types/pa_vmail.h: mail.C compiled
17024:
17025: * src/classes/: int.C, table.C: int.C compiled
17026:
17027: * src/: classes/hash.C, classes/image.C, classes/string.C,
17028: classes/table.C, include/pa_memory.h, include/pa_string.h,
17029: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17030: compiled
17031:
17032: * src/: classes/hash.C, classes/string.C, classes/table.C,
17033: classes/void.C, classes/xdoc.C, include/pa_request.h,
17034: include/pa_sql_connection.h: hash.C compiled
17035:
17036: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17037: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17038: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17039: classes/math.C, classes/op.C, classes/response.C,
17040: classes/string.C, classes/table.C, classes/void.C,
17041: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17042: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17043: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17044: file.C table.C compiled
17045:
17046: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17047: main/untaint.C: main.lib compiled
17048:
17049: 2003-03-21 paf
17050:
17051: * src/: classes/op.C, include/pa_cache_managers.h,
17052: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17053: include/pa_stylesheet_manager.h, main/pa_exception.C,
17054: main/pa_globals.C, main/pa_sql_driver_manager.C,
17055: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17056: compiled
17057:
17058: * src/: classes/hash.C, classes/image.C, classes/op.C,
17059: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17060: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17061: main/compile.C, main/pa_common.C, main/pa_request.C,
17062: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17063: pa_request.C compiled
17064:
17065: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17066: include/pa_request.h, main/execute.C, main/pa_request.C,
17067: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17068: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17069: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17070: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17071: compiled
17072:
17073: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17074: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17075: on unix
17076:
17077: * src/: include/pa_charset.h, include/pa_charsets.h,
17078: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17079: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17080: pa_charsets.C compiled
17081:
17082: * src/: classes/image.C, classes/mail.C, classes/op.C,
17083: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17084: main/compile.y, main/execute.C, main/pa_common.C,
17085: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17086: types/pa_vcode_frame.h, types/pa_vimage.h,
17087: types/pa_vmethod_frame.h: execute.C compiled
17088:
17089: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17090: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17091: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17092: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17093: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17094: include/pa_cache_managers.h, include/pa_charsets.h,
17095: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17096: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17097: include/pa_sql_driver_manager.h, include/pa_string.h,
17098: include/pa_stylesheet_connection.h,
17099: include/pa_stylesheet_manager.h, include/pa_table.h,
17100: main/compile.C, main/compile.tab.C, main/compile.y,
17101: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17102: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17103: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17104: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17105: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17106: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17107: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17108: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17109: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17110: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17111: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17112: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17113: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17114: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17115: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17116: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17117: types/pa_vresponse.h, types/pa_vstateless_class.C,
17118: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17119: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17120: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17121: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17122: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17123: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17124: [C++ CORD wrapper]
17125:
17126: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17127:
17128: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17129: $file::exec/cgi[script; $.charset[this is script's charset]
17130:
17131: command line, env values, input got transcoded before call
17132: stdout, stderr got transcoded after call
17133:
17134: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17135: by default. use: ^file::exec[...;$.stdin[$request.body]
17136:
17137: * src/main/pa_common.C: } typo bug fix
17138:
17139: * src/main/pa_common.C: } typo bug fix
17140:
17141: 2003-03-20 paf
17142:
17143: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17144: main/untaint.C: cord bug fix, but still errors todo: clear out
17145:
17146: * src/include/pa_string.h: more tests
17147:
17148: * src/main/pa_string.C: string.pos fixed
17149:
1.116 moko 17150: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17151: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17152: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17153: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17154: replaces
1.95 moko 17155:
17156: * src/: classes/image.C, include/pa_dictionary.h,
17157: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17158: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17159: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17160: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17161:
17162: * src/include/pa_string.h: warning
17163:
17164: * src/include/pa_string.h: this_starts fixed
17165:
17166: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17167: new String ctor & append params convention
17168:
17169: * src/: classes/file.C, classes/hash.C, classes/image.C,
17170: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17171: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17172: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17173: main/pa_exception.C, main/pa_exec.C,
17174: main/pa_sql_driver_manager.C, main/pa_string.C,
17175: main/pa_stylesheet_manager.C, main/untaint.C,
17176: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17177: types/pa_vmail.C: more tests OK
17178:
17179: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17180: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17181: gc/exit runned OK
17182:
17183: * src/types/pa_vmail.C: another naming problem: should not name
17184: vars like that: unpredictable close caused problems with later
17185: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17186: descriptors missing on startup: stdin; Bad file number
17187:
17188: todo: find out why so many filters(stream) here. probably wrong?
17189:
17190: * src/: include/pa_dictionary.h, include/pa_string.h,
17191: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17192: main/untaint.C: test compiled
17193:
17194: * src/: classes/image.C, classes/mail.C, classes/math.C,
17195: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17196: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17197: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17198: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17199: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17200: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17201: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17202: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17203: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17204:
17205: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17206: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17207: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17208: src/include/pa_memory.h, src/include/pa_request.h,
17209: src/include/pa_request_charsets.h,
17210: src/include/pa_sql_connection.h, src/include/pa_string.h,
17211: src/main/compile.tab.C, src/main/execute.C,
17212: src/main/pa_charset.C, src/main/pa_common.C,
17213: src/main/pa_exception.C, src/main/pa_exec.C,
17214: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17215: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17216: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17217: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17218: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17219: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17220: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17221: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17222: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17223: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17224: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17225: pa_common.C [done, without http for now]
17226:
17227: 2003-03-19 paf
17228:
17229: * src/: classes/date.C, classes/form.C, classes/hash.C,
17230: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17231: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17232: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17233: include/pa_string.h, include/pa_table.h, main/compile.C,
17234: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17235: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17236: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17237: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17238: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17239: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17240: types/pa_vstateless_class.h, types/pa_vtable.C,
17241: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17242: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17243: types/pa_wwrapper.h: started test
17244:
1.116 moko 17245: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17246: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17247:
17248: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17249: include/pa_string.h, main/pa_string.C: string compiled todo: test
17250: it
17251:
17252: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17253: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17254: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17255: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17256: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17257: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17258: types/pa_vmethod_frame.h, types/types.dsp: string
17259: reimplementation with cord+array<fragment>: 70%
17260:
17261: 2003-03-18 paf
17262:
17263: * src/: classes/date.C, classes/file.C, classes/form.C,
17264: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17265: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17266: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17267: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17268: can ignore lang in cmp and pos really, but would
17269: split properly!
17270:
17271: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17272: cord part made parser/src/lib: it's not compiled into libgc by
17273: default
17274:
17275: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17276: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17277: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17278: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17279: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17280: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17281: src/classes/xnode.C, src/classes/xnode.h,
17282: src/include/Makefile.am, src/include/pa_cache_managers.h,
17283: src/include/pa_charset.h, src/include/pa_charsets.h,
17284: src/include/pa_common.h, src/include/pa_dictionary.h,
17285: src/include/pa_exception.h, src/include/pa_exec.h,
17286: src/include/pa_globals.h, src/include/pa_hash.h,
17287: src/include/pa_memory.h, src/include/pa_pool.h,
17288: src/include/pa_request.h, src/include/pa_request_charsets.h,
17289: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17290: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17291: src/include/pa_stylesheet_connection.h,
17292: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17293: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17294: src/main/compile.C, src/main/compile.tab.C,
17295: src/main/compile_tools.C, src/main/compile_tools.h,
17296: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17297: src/main/pa_charsets.C, src/main/pa_common.C,
17298: src/main/pa_dictionary.C, src/main/pa_exception.C,
17299: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17300: src/main/pa_pool.C, src/main/pa_request.C,
17301: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17302: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17303: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17304: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17305: src/types/pa_junction.h, src/types/pa_method.h,
17306: src/types/pa_value.C, src/types/pa_value.h,
17307: src/types/pa_vclass.C, src/types/pa_vclass.h,
17308: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17309: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17310: src/types/pa_vdouble.h, src/types/pa_venv.h,
17311: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17312: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17313: src/types/pa_vimage.C, src/types/pa_vimage.h,
17314: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17315: src/types/pa_vmath.C, src/types/pa_vmath.h,
17316: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17317: src/types/pa_vobject.C, src/types/pa_vobject.h,
17318: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17319: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17320: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17321: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17322: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17323: src/types/pa_vstring.h, src/types/pa_vtable.C,
17324: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17325: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17326: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17327: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17328: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17329: gc: PA_Object done lots of replacements also
17330:
17331: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17332: gc logging
17333:
17334: 2003-03-17 paf
17335:
17336: * src/: classes/date.C, classes/file.C, classes/form.C,
17337: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17338: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17339: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17340: include/pa_string.h, include/pa_types.h, main/compile.C,
17341: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17342: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17343: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17344: main/pa_sql_driver_manager.C, main/pa_string.C,
17345: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17346: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17347: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17348: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17349: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17350: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17351: types/pa_vxnode.h: libgc attempt
17352:
17353: 2003-03-13 paf
17354:
17355: * src/: include/pa_sql_driver_manager.h,
17356: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17357: called
17358:
17359: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17360: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17361: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17362: types/pa_value.h, types/pa_vobject.h,
17363: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17364: set_base, set_derived simplified [counter leaks fixed]
17365:
17366: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17367: src/types/types.dsp: incorporated status class patch From:
17368: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17369: 2003 8:14 AM
17370:
17371: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17372: Win32 specific: QuotaPeakNonPagedPoolUsage
17373: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17374:
17375: 2003-03-12 paf
17376:
1.116 moko 17377: * configure, configure.in, src/lib/ltdl/configure,
17378: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17379: lib/ltdl/Makefile now created by /configure.in only [were by
17380: lib/ltdl/configure.in OVERWRITE]
17381:
1.116 moko 17382: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17383: linkage fixed for g++ 3.2.2
1.95 moko 17384:
17385: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17386: on using privately declared class [fixed]
17387:
17388: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17389: 3.2 rightliy complained on using privately declared class [fixed]
17390:
17391: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17392: sigpipe before request constructor now causes death
17393:
17394: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17395: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17396: not cause exception in exception handler
17397:
1.116 moko 17398: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17399: now default links libstdc++ statically. that can be overriden by
17400: --with-dynamic-stdcpp
1.95 moko 17401:
17402: 2003-03-11 paf
17403:
17404: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17405: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17406: necessity of libstdc++
17407:
17408: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17409:
17410: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17411:
17412: 2003-03-08 paf
17413:
17414: * tests/Makefile: make install & co
17415:
17416: * src/: include/pa_request.h, classes/op.C: removing
17417: vclass,object.h -> pa_request.h dependency
17418:
17419: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17420: main/pa_request.C: removing vform,response,cookie.h ->
17421: pa_request.h dependency
17422:
17423: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17424: dependency [testing...]
17425:
17426: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17427: return 0; fixed
17428:
17429: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17430: types/pa_vmail.h: vmail.C received just compiled [not tested]
17431:
17432: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17433:
17434: * src/main/pa_request.C: forgotten: ifdef XML
17435:
17436: * src/main/pa_request.C: forgotten: ifdef XML
17437:
17438: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17439: win32 and run memleak tests again
17440:
17441: * src/targets/cgi/parser3.C: charsets: see some strange things with
17442: old xml lib-- it's internal memory handling has faults
17443:
17444: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17445: problems when transcode from charset A to A.
17446:
17447: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17448: todo: still problems when transcode from charset A to A.
17449:
17450: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17451: classes/table.C, include/pa_array.h,
17452: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17453: started full-scale-site-test [~ http://parser.ru sources]
17454:
17455: some fixes
17456:
17457: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17458: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17459: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17460: results/110.processed, results/111.processed,
17461: results/112.processed, results/113.processed,
17462: results/114.processed, results/115.processed,
17463: results/116.processed, results/117.processed,
17464: results/118.processed, results/119.processed,
17465: results/120.processed: xml: tests 109 dom create/show 110 xpath
17466: selectSingle 111 xdoc.create from tainted & 112
17467: xdoc.create/output with russian attr value 113 xpath
17468: selectString/Number 114 dom attributes.count 115 xpath selectBool
17469: 116 output media-type change 117 transform by dom stylesheet 118
17470: empty transform result 119 dom setAttribute 120 nbsp letter
17471: output
17472:
17473: =END OF PREPARED XML TESTS=
17474:
17475: 2003-03-07 paf
17476:
17477: * src/classes/xdoc.C, src/include/pa_charset.h,
17478: src/include/pa_stylesheet_connection.h, tests/108.html,
17479: tests/108.xsl, tests/results/108.processed: xml: test 108
17480: transform with params [bugs fixed]
17481:
17482: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17483: from copy/paste bug
17484:
17485: * src/classes/xdoc.C, src/include/pa_charset.h,
17486: src/include/pa_request.h, src/main/execute.C,
17487: src/main/pa_charset.C, src/main/pa_exception.C,
17488: src/main/pa_globals.C, src/main/pa_request.C,
17489: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17490: src/types/pa_vxnode.C, tests/107.html,
17491: tests/results/107.processed: xml: test: 107 bug fixes
17492:
17493: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17494: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17495: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17496:
17497: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17498: string
17499:
17500: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17501: mem alloc functions used for different cases [libxml, libxsl]
17502:
17503: * src/classes/classes.C: fixed: prevent system classes from
17504: modification to lock ALL the classes, not only directly used
17505:
17506: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17507: linked
17508:
17509: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17510:
17511: 2003-03-06 paf
17512:
17513: * src/classes/xdoc.C: xdoc.C 50%
17514:
17515: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17516: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17517: main/pa_globals.C, main/pa_request.C,
17518: main/pa_stylesheet_manager.C: xnode.C compiled
17519:
17520: * src/: include/pa_stylesheet_connection.h,
17521: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17522: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17523:
17524: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17525: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17526: xml: stylesheet&manager STARTED
17527:
17528: * src/: include/pa_globals.h, main/pa_charset.C,
17529: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17530:
17531: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17532: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17533: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17534: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17535: charsets
17536:
17537: * tests/023.html: in some cases it rounded up badly. postponing
17538: solution of that problem, making more simple test
17539:
17540: * tests/: 058_paf2000.png, results/058.processed: .png added with
17541: -kb now
17542:
17543: * src/: include/pa_charset.h, include/pa_charsets.h,
17544: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17545: moved to charsets.C
17546:
17547: 2003-03-05 paf
17548:
17549: * src/classes/string.C, src/include/pa_string.h,
17550: src/main/pa_string.C, tests/105.html,
17551: tests/results/105.processed: String::match bug fixed
17552:
17553: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17554: tests/results/104.processed: ^bpt operator added [does int3 in
17555: debug build on win32]
17556:
17557: * tests/: 057.html, results/057.processed: test bug fixed
17558:
1.116 moko 17559: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17560:
17561: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17562: missing
17563:
1.116 moko 17564: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17565: forgotten files added to Makes
1.95 moko 17566:
17567: * ltmain.sh: ltmain.sh added
17568:
17569: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17570: change undone ;(
17571:
17572: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17573: made static
17574:
17575: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17576: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17577: todo:make linker happy
1.95 moko 17578:
17579: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17580: env param made optional
17581:
17582: 2003-03-04 paf
17583:
17584: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17585: types/pa_vimage.h: number of gcc compiler bugs fixed
17586:
17587: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17588: results/103.processed: tests: 103 image.copy transparence test
17589:
17590: * src/main/execute.C, tests/101.html, tests/102.html,
17591: tests/results/101.processed, tests/results/102.processed: tests:
17592: 101 method/variable name conflict test 102 form fields change
17593: should not not change anything [bug fix]
17594:
17595: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17596: results/099.processed, results/100.processed: tests: 57 date
17597: create 2002: added 99,100 response:body/download
17598:
17599: * src/classes/image.C, tests/098.html, tests/098font.gif,
17600: tests/results/098.processed: test: 98 image font text [bug fixed]
17601:
17602: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17603: tests/results/097.processed: test: 97 file::load http:// [bugs
17604: fixed]
17605:
17606: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17607: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17608: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17609: image EXIF [bug fixed]
17610:
17611: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17612: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17613: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17614: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17615: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17616: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17617: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17618: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17619: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17620: tests/094.html, tests/095.html, tests/results/061.processed,
17621: tests/results/062.processed, tests/results/063.processed,
17622: tests/results/064.processed, tests/results/065.processed,
17623: tests/results/066.processed, tests/results/067.processed,
17624: tests/results/068.processed, tests/results/069.processed,
17625: tests/results/070.processed, tests/results/071.processed,
17626: tests/results/072.processed, tests/results/073.processed,
17627: tests/results/074.processed, tests/results/075.processed,
17628: tests/results/076.processed, tests/results/077.processed,
17629: tests/results/078.processed, tests/results/080.processed,
17630: tests/results/081.processed, tests/results/082.processed,
17631: tests/results/083.processed, tests/results/084.processed,
17632: tests/results/085.processed, tests/results/086.processed,
17633: tests/results/087.processed, tests/results/088.processed,
17634: tests/results/089.processed, tests/results/090.processed,
17635: tests/results/091.processed, tests/results/092.processed,
17636: tests/results/093.processed, tests/results/094.processed,
17637: tests/results/095.processed, tests/079.html,
17638: tests/results/079.processed: tests: 61 file::stat size 62
17639: string->int autoconvert 63 double .int,dec,div,mul 64 date
17640: compare 65 file: basename,justname,justext 66 math:crypt 67
17641: string.match simple on long 68 string.match normalized simple on
17642: long 69 string.int 70 file::stat content-type 71 table.join 72
17643: hash parameter conditional pass 73 date daylightsaving,yearday 74
17644: date arithmetics 75 response date values/attributes 76 string.pos
17645: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17646: with local 80 scientific numeric literal in string autoconvert 81
17647: xor: logical and numerical 82 for delims 83 menu delims 84
17648: table.hash distinct 85 long string replace 86 throw+catch
17649: current language preserve 87 bit shifts 88 junction tests +
17650: $caller test 89 hash.foreach selfmodification 90 int/void to int
17651: 91 $caller test 92 junction is + def junction tests 93 $caller
17652: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17653:
17654: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17655: fixed] 60 string eq string [bug fixed]
17656:
17657: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17658: 058.html, 058_paf2000.png, 059.html, 060.html,
17659: results/053.processed, results/054.processed,
17660: results/055.processed, results/056.processed,
17661: results/057.processed, results/058.processed,
17662: results/059.processed, results/060.processed: test: 53
17663: string.replace 54 junctions 55 table.hash 56 call indirect 57
17664: date.create[string] 58 image.measure[png]
17665:
17666: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17667: outputs/051.processed, results/052.processed: test: 52
17668: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17669: task: fix that
17670:
17671: 2003-03-03 paf
17672:
17673: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17674: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17675: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17676: outputs/049.processed, outputs/050.processed,
17677: outputs/051.processed, results/001.processed,
17678: results/002.processed, results/003.processed,
17679: results/005.processed, results/006.processed,
17680: results/008.processed, results/009.processed,
17681: results/011.processed, results/012.processed,
17682: results/013.processed, results/014.processed,
17683: results/015.processed, results/016.processed,
17684: results/017.processed, results/020.processed,
17685: results/021.processed, results/022.processed,
17686: results/024.processed, results/025.processed,
17687: results/026.processed, results/027.processed,
17688: results/028.processed, results/029.processed,
17689: results/030.processed, results/031.processed,
17690: results/049.processed, results/050.processed,
17691: results/051.processed, results/043.processed,
17692: results/044.processed, results/045.processed,
17693: results/046.processed, results/047.processed,
17694: results/048.processed: tests: 43,44,45 date rolls 46
17695: autoevaluating junction 47 table.select 48 name with subvar 49
17696: hash-creating switch 50 process 51 started parent/child, works as
17697: it were but it were NOT GOOD, created separate task to fix that
17698:
17699: * tests/: 042.html, results/042.processed: test: 42
17700: exception.handled
17701:
17702: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17703: expression
17704:
17705: * tests/: 040.html, results/040.processed: test: 39 method result
17706: of type table 40 method param junction auto evaluate
17707:
17708: * tests/: 039.html, results/039.processed: test: 37 method result
17709: of type table
17710:
17711: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17712: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17713: tests/038.html, tests/results/033.processed,
17714: tests/results/034.processed, tests/results/035.processed,
17715: tests/results/036.processed, tests/results/037.processed,
17716: tests/results/038.processed: tests: 33 string.replace 34
17717: string.upper 35 table created 36 local/global vars with juntions
17718: 37 table clone 38 math PI & number formatting
17719:
17720: math class registring typo fixed
17721:
17722: * src/classes/op.C, src/include/pa_request.h,
17723: src/include/pa_string.h, src/main/execute.C,
17724: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17725: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17726: tests/032.html, tests/results/032.processed: uchar changed to
17727: String_UL in all places [was not everywhere] untaint test: 032
17728:
17729: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17730: tests/results/004.processed, tests/parser-cygwin.sh,
17731: tests/parser-unix.sh: removed -H command line key, now testing
17732: using .sh file with SERVER_SOFTWARE=xxx
17733:
17734: 2003-02-26 paf
17735:
17736: * src/main/execute.C, src/types/pa_vstateless_class.h,
17737: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17738: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17739: tests/results/024.processed, tests/results/025.processed,
17740: tests/results/026.processed, tests/results/027.processed,
17741: tests/results/028.processed, tests/results/029.processed,
17742: tests/results/030.processed, tests/results/031.processed: fixed
17743: bug with name_cstr mutable CharPtr more tests
17744:
17745: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17746: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17747: << abort. die now just exits
17748:
17749: * src/classes/classes.awk, src/classes/classes.h,
17750: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17751: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17752: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17753: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17754: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17755: src/classes/xnode.C, src/include/pa_memory.h,
17756: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17757: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17758: src/types/pa_vform.C, tests/015.html, tests/016.html,
17759: tests/017.html, tests/018.html, tests/019.html,
17760: tests/019paf2001.gif, tests/020.html, tests/021.html,
17761: tests/022.html, tests/023.html, tests/022_dir/a.html,
17762: tests/022_dir/b.txt, tests/022_dir/c.htm,
17763: tests/results/015.processed, tests/results/016.processed,
17764: tests/results/017.processed, tests/results/018.processed,
17765: tests/results/019.processed, tests/results/020.processed,
17766: tests/results/021.processed, tests/results/022.processed,
17767: tests/results/023.processed: methoded_array now contains all Mxxx
17768: classes SAPI::get_env now returns info on pool more tests
17769:
17770: * src/include/pa_array.h, src/include/pa_hash.h,
17771: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17772: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17773: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17774: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17775: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17776: tests/results/001.processed, tests/results/002.processed,
17777: tests/results/003.processed, tests/results/004.processed,
17778: tests/results/005.processed, tests/results/006.processed,
17779: tests/results/007.processed, tests/results/008.processed,
17780: tests/results/009.processed, tests/results/010.processed,
17781: tests/results/011.processed, tests/results/012.processed,
17782: tests/results/013.processed, tests/results/014.processed: hash
17783: cloning fixed
17784:
17785: 2003-02-25 paf
17786:
17787: * src/main/pa_common.C: typo fixed
17788:
17789: 2003-02-24 paf
17790:
17791: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17792: [one remained]
17793:
17794: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17795: [should have been get_string(&pool)] todo: check other such calls
17796:
17797: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17798: test10, bad lookups
17799:
17800: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17801: object got destructed, and xxx points to sky
17802:
17803: * ChangeLog, src/classes/string.C: match bug fixed
17804:
17805: * src/types/pa_vmail.C: body [text/html] transcoded to
17806: $.charset[specified] now
17807:
17808: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17809: which failed to handle sigsetjmp+throw: crashed inside of
17810: pre-throw code. rewritten simplier [though duplicating
17811: closesocket code]
17812:
17813: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17814: which failed to handle sigsetjmp+throw: crashed inside of
17815: pre-throw code. rewritten simplier [though duplicating
17816: closesocket code]
17817:
17818: 2003-02-21 paf
17819:
1.211 moko 17820: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17821: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17822: now]]
1.95 moko 17823:
17824: written makefile with regression tests [raw]
17825:
17826: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17827: tests' only [it's not forcing CGI mode now] now use -H to output
17828: CGI header when parser used in command line [useful for tests
17829: also]
17830:
17831: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17832: switches on CGI mode, and is used in regression tests
17833:
17834: * src/: include/pa_request.h, main/pa_request.C,
17835: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17836: fixed
17837:
17838: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17839: handling pa_*
17840:
17841: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17842: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17843: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17844: memory handling files
17845:
17846: * src/main/pa_array.C: pool::format_integer terminator fixed
17847:
17848: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17849: compiles OK test to show benefits of free
17850:
17851: * src/: classes/file.C, classes/image.C, classes/mail.C,
17852: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17853: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17854: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17855: use pool [as the one in ^process]
17856:
17857: * src/classes/op.C: fixed process. sould now check for all cstr's
17858: -- some must use pool [as the one in ^process]
17859:
17860: 2003-02-20 paf
17861:
17862: * src/: classes/date.C, classes/double.C, classes/file.C,
17863: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17864: classes/math.C, classes/op.C, classes/response.C,
17865: classes/string.C, classes/table.C, classes/void.C,
17866: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17867: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17868: string cmp fixed
17869:
17870: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17871: values passed OK now
17872:
17873: 2003-02-19 paf
17874:
17875: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17876: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17877: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17878: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17879: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17880: all remaning leaks resulted from pooled::malloc calls [excluding
17881: in gd -- planning complete rewrite extremely ugly code]
17882:
17883: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17884: files
17885:
17886: 2003-02-17 paf
17887:
17888: * src/: classes/date.C, classes/double.C, classes/file.C,
17889: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17890: classes/response.C, classes/string.C, classes/table.C,
17891: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17892: include/pa_stylesheet_connection.h,
17893: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17894: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17895: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17896: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17897: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17898: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17899: of unitialized simple-typed field
17900:
17901: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17902: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17903: simple-typed field fixed. todo: find&kill all like that one
17904:
17905: * src/: main/execute.C, targets/cgi/pa_pool.C,
17906: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17907: debug output fixed
17908:
17909: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17910: main/pa_request.C: stack-stored items need extra .ref to prevent
17911: object_ptr from delete[them]
17912:
17913: * src/: classes/date.C, classes/op.C, classes/table.C,
17914: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17915: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17916: main/pa_charset.C, main/pa_common.C,
17917: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17918: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17919: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17920: calls
17921:
17922: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17923: couple mem leaks rusulted from old pooled::malloc usage.
17924: todo:find more like those
17925:
17926: * src/main/: compile.C, compile_tools.C: 2*2!
17927:
17928: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17929: stackItem fixed [there were no string on stack before]
17930:
17931: * src/: main/execute.C, main/pa_request.C,
17932: types/pa_vmethod_frame.C: first letters out OK
17933:
17934: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17935: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17936: main/pa_string.C, main/untaint.C, types/pa_value.h,
17937: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17938: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17939: type not initialized with zeros :( while class fields of class
17940: types initialized with default constructors. learn C++
17941:
17942: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17943: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17944: classes/math.C, classes/xdoc.C, classes/xnode.C,
17945: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17946: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17947:
17948: 2003-02-14 paf
17949:
17950: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17951: 13 link errors
17952:
17953: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17954: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17955: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17956: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17957: errors :)
17958:
17959: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17960: classes/hash.C, classes/mail.C, classes/op.C,
17961: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17962: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17963: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17964: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17965:
17966: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17967: classes/table.C, include/pa_common.h, include/pa_globals.h,
17968: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17969: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17970: types/pa_vint.h, types/types.dsp: op compiled
17971:
17972: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17973: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17974: main/untaint.C, types/pa_vtable.h: string, response compiled
17975:
17976: 2003-02-07 paf
17977:
17978: * src/: classes/table.C, types/pa_vtable.h: table compiled
17979:
17980: 2003-02-06 paf
17981:
17982: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17983: mail compiled
17984:
17985: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17986: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17987: types/pa_vfile.h, types/pa_vimage.h: image compiled
17988:
17989: * src/classes/: file.C, form.C: form compiled
17990:
17991: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17992: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17993: types/pa_vfile.C, types/pa_vfile.h: file compiled
17994:
17995: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17996: types/pa_vmath.h: math compiled [win32]
17997:
17998: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17999: types/pa_vstring.h: hash compiled
18000:
18001: 2003-02-04 paf
18002:
18003: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18004: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18005: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18006: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18007: types/pa_vhash.h: hash 50% compiled
18008:
18009: * src/: classes/date.C, classes/file.C, classes/hash.C,
18010: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18011: classes/string.C, classes/table.C, classes/xdoc.C,
18012: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18013: main/pa_string.C: date compiled
18014:
18015: * src/classes/: classes.dsp, double.C: double compiled
18016:
18017: * src/: classes/date.C, classes/double.C, classes/file.C,
18018: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18019: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18020: classes/string.C, classes/table.C, classes/void.C,
18021: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18022: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18023: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18024: compiled
18025:
18026: * src/: classes/date.C, classes/double.C, classes/file.C,
18027: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18028: classes/math.C, classes/op.C, classes/response.C,
18029: classes/string.C, classes/table.C, classes/void.C,
18030: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18031: types/pa_vvoid.h: void compiled :)
18032:
18033: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18034: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18035: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18036: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18037: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18038: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18039: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18040: types/pa_vresponse.C, types/pa_vstateless_class.C,
18041: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18042: types/pa_wcontext.C, types/types.dsp: removed stupid
18043: value_includes.h
18044:
18045: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18046: trying to remove stupid value_includes.h
18047:
18048: * src/main/pa_exec.C: pa_exec compiled on win32
18049:
18050: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18051:
18052: * src/: include/pa_globals.h, include/pa_request.h,
18053: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18054: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18055: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18056: types/pa_vrequest.C, types/pa_vstateless_class.C,
18057: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18058:
18059: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18060: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18061: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18062:
18063: * src/: include/pa_array.h, include/pa_config_includes.h,
18064: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18065: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18066: compiled
18067:
18068: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18069: name conflicts)
18070:
18071: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18072: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18073: yelds "virtual memory exhausted" while trying to compile
18074: execute.C [eating up to 127MB]
18075:
18076: 2003-02-03 paf
18077:
18078: * src/: include/pa_config_includes.h, include/pa_hash.h,
18079: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18080: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18081: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18082: types/pa_vint.h, types/pa_vjunction.h,
18083: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18084: started gcc compiling pa_common compiled
18085:
18086: * src/: include/pa_exception.h, include/pa_pool.h,
18087: main/pa_exception.C: exception gcc change #1
18088:
1.116 moko 18089: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18090: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18091:
18092: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18093:
18094: * src/types/pa_vtable.C: vtable compiled
18095:
18096: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18097:
18098: * src/: include/pa_cache_managers.h, main/pa_request.C,
18099: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18100:
18101: * src/types/pa_vstateless_class.C: vstateless_class compiled
18102:
18103: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18104:
18105: * src/types/pa_vrequest.C: vrequest compiled
18106:
18107: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18108: pa_vobject.C, pa_vobject.h: vobject compiled
18109:
18110: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18111: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18112: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18113: compiled
18114:
18115: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18116:
18117: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18118: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18119: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18120: compiled
18121:
18122: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18123: main.lib - 0 error(s), 0 warning(s)
18124:
18125: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18126: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18127:
18128: 2003-01-31 paf
18129:
18130: * src/: include/pa_array.h, include/pa_operation.h,
18131: include/pa_request.h, main/execute.C, main/main.dsp,
18132: types/pa_vjunction.h: started last file from main library:
18133: execute
18134:
18135: * src/: include/pa_request.h, include/pa_sapi.h,
18136: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18137: main/pa_request.C, targets/cgi/parser3.C,
18138: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18139: types/pa_vhash.h: pa_request compiled
18140:
18141: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18142: include/pa_globals.h, include/pa_request.h,
18143: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18144: main/execute.C, main/main.dsp, main/pa_common.C,
18145: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18146: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18147: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18148: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18149: types/types.dsp: most pa_request compiled
18150:
18151: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18152: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18153: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18154: classes/op.C, classes/response.C, classes/string.C,
18155: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18156: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18157: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18158: include/pa_config_fixed.h, include/pa_config_includes.h,
18159: include/pa_dictionary.h, include/pa_dir.h,
18160: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18161: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18162: include/pa_pool.h, include/pa_request.h,
18163: include/pa_request_charsets.h, include/pa_request_info.h,
18164: include/pa_sapi.h, include/pa_socks.h,
18165: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18166: include/pa_stack.h, include/pa_string.h,
18167: include/pa_stylesheet_connection.h,
18168: include/pa_stylesheet_manager.h, include/pa_table.h,
18169: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18170: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18171: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18172: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18173: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18174: main/compile.C, main/compile.tab.C, main/compile.y,
18175: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18176: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18177: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18178: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18179: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18180: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18181: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18182: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18183: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18184: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18185: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18186: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18187: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18188: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18189: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18190: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18191: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18192: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18193: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18194: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18195: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18196: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18197: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18198: types/pa_vresponse.h, types/pa_vstateless_class.C,
18199: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18200: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18201: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18202: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18203: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18204: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18205:
18206: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18207: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18208: src/include/pa_charsets.h, src/include/pa_common.h,
18209: src/include/pa_dictionary.h, src/include/pa_exception.h,
18210: src/include/pa_exec.h, src/include/pa_pool.h,
18211: src/include/pa_request.h, src/include/pa_sapi.h,
18212: src/include/pa_sql_connection.h,
18213: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18214: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18215: src/main/compile.tab.C, src/main/compile_tools.C,
18216: src/main/compile_tools.h, src/main/main.dsp,
18217: src/main/pa_charset.C, src/main/pa_charsets.C,
18218: src/main/pa_common.C, src/main/pa_dictionary.C,
18219: src/main/pa_exception.C, src/main/pa_exec.C,
18220: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18221: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18222: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18223: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18224: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18225: src/types/pa_vdouble.h, src/types/pa_venv.h,
18226: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18227: src/types/pa_vhash.h, src/types/pa_vimage.C,
18228: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18229: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18230: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18231: src/types/pa_vobject.C, src/types/pa_vobject.h,
18232: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18233: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18234: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18235: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18236: src/types/pa_vstring.h, src/types/pa_vtable.h,
18237: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18238: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18239: died, long live StringPtr
18240:
18241: 2003-01-30 paf
18242:
18243: * src/: include/pa_charset.h, include/pa_request.h,
18244: include/pa_sql_driver_manager.h, main/compile.tab.C,
18245: main/compile.y, main/compile_tools.h, main/pa_request.C,
18246: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18247:
18248: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18249: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18250: types/pa_vhash.h, types/pa_vmethod_frame.h,
18251: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18252: types/types.dsp: vstateless_class compiled
18253:
18254: * src/main/compile.C: compile compiled
18255:
18256: * src/: include/pa_array.h, include/pa_operation.h,
18257: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18258: main/pa_table.C: compile_tools compiled
18259:
18260: * src/: include/pa_operation.h, main/compile.y,
18261: main/compile_tools.C, main/compile_tools.h: started
18262: compile_tools. vagues ideas of how to free compiled code
18263:
18264: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18265: main/main.dsp, types/pa_value.C, types/pa_value.h,
18266: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18267: compiled
18268:
18269: 2003-01-29 paf
18270:
18271: * src/: include/pa_globals.h, include/pa_request.h,
18272: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18273: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18274: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18275: compiled
18276:
18277: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18278: now
18279:
18280: * src/: include/pa_array.h, include/pa_exception.h,
18281: include/pa_pool.h, main/pa_exception.C: gd compiled
18282:
18283: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18284: compiled
18285:
18286: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18287: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18288: types/pa_vfile.h: vfile compiled
18289:
18290: * src/: include/pa_common.h, include/pa_globals.h,
18291: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18292: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18293: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18294:
18295: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18296: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18297: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18298: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18299: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18300:
18301: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18302: main/main.dsp, main/untaint.C: more compiled
18303:
18304: * src/: include/pa_charsets.h, include/pa_request.h,
18305: include/pa_request_info.h, include/pa_string.h,
18306: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18307: types/pa_vresponse.h: vrequest compiled
18308:
18309: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18310: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18311: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18312:
18313: * src/: classes/classes.h, include/pa_charset.h,
18314: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18315: include/pa_request.h, include/pa_string.h, main/main.dsp,
18316: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18317: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18318: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18319: types/pa_vrequest.C, types/pa_vrequest.h,
18320: types/pa_vstateless_class.h, types/pa_vstring.h,
18321: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18322:
18323: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18324: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18325: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18326: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18327: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18328: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18329: types/pa_vobject.h, types/pa_vstateless_class.h,
18330: types/pa_vstateless_object.h, types/pa_vstatus.h,
18331: types/pa_vstring.h, types/types.dsp: vmath compiled
18332:
18333: 2003-01-28 paf
18334:
18335: * src/: classes/classes.h, classes/date.C, classes/file.C,
18336: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18337: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18338: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18339: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18340: compile_tools
18341:
18342: * src/: include/pa_charset.h, include/pa_exception.h,
18343: include/pa_request.h, include/pa_string.h, main/untaint.C:
18344: untaint compiled
18345:
18346: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18347: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18348: more compiled. struck with string::store_to needing to know
18349: source/client charsets
18350:
18351: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18352: types/pa_vfile.h: uue compiled
18353:
18354: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18355: table compiled
18356:
18357: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18358: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18359:
18360: * src/: include/pa_charset.h, main/pa_charset.C,
18361: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18362: introduced]
18363:
18364: * src/: classes/date.C, include/pa_charset.h,
18365: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18366: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18367: pa_charsets compiled
18368:
18369: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18370: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18371:
18372: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18373: common compiled
18374:
18375: * src/: include/pa_charsets.h, main/pa_charsets.C,
18376: main/pa_sql_driver_manager.C: pa_charsets compiled
18377:
18378: * src/: include/pa_array.h, include/pa_charset.h,
18379: include/pa_charsets.h, include/pa_pool.h,
18380: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18381: include/pa_stack.h, include/pa_string.h,
18382: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18383: sql_driver_manager compiled
18384:
18385: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18386: letter i with two dots added to koi, all ukranian letters added
18387: to win1251.
18388:
18389: typographic simbol 0xb9 deleted from win1251 [strange one & were
18390: abscent from koi]
18391:
18392: 2003-01-27 paf
18393:
18394: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18395: include/pa_sql_driver_manager.h, include/pa_string.h,
18396: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18397: sql/pa_sql_driver.h: paused on sql_manager
18398:
18399: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18400: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18401: include/pa_stack.h, main/pa_sql_driver_manager.C,
18402: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18403:
18404: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18405: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18406: include/pa_table.h, main/pa_sql_driver_manager.C,
18407: main/pa_table.C: table compiled
18408:
18409: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18410: cache_managers compiled
18411:
18412: * src/: include/pa_array.h, include/pa_charset.h,
18413: include/pa_pool.h, main/pa_charset.C: charset compiled
18414:
18415: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18416:
18417: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18418: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18419: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18420: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18421: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18422:
18423: 2003-01-24 paf
18424:
18425: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18426: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18427: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18428: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18429: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18430: types/pa_vint.h, types/pa_vjunction.h,
18431: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18432: types/pa_vstatus.h, types/pa_vstring.h: more patched
18433:
18434: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18435: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18436: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18437: main/pa_string.C, main/pa_table.C: string compiled
18438:
18439: * src/: include/pa_array.h, include/pa_common.h,
18440: include/pa_dictionary.h, include/pa_exception.h,
18441: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18442: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18443: main/pa_string.C: dictionary compiled
18444:
18445: 2003-01-23 paf
18446:
18447: * src/: include/pa_array.h, include/pa_common.h,
18448: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18449: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18450: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18451: types/pa_value.h: resurrected pool in new sense: now it's
18452: factory, producing&accounting memory chunks for read[autofree]
18453: buffers
18454:
18455: * src/: include/pa_array.h, include/pa_exception.h,
18456: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18457: main/pa_exception.C, main/pa_table.C: table compiled
18458:
18459: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18460: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18461: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18462: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18463: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18464: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18465: main/pa_table.C: aint that easy
18466:
18467: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18468: main/main.dsp: continued with Hash
18469:
18470: * src/main/pa_common.C: connect_string allocated on heap[wes on
18471: stack] now. and exception can be reported OK now [can be reported
18472: outside of pro c with that stack]
18473:
18474: 2003-01-22 paf
18475:
18476: * src/: include/pa_array.h, include/pa_charset.h,
18477: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18478: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18479: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18480: base: contains references_count. auto_ptr template calls
18481: add_ref/release
18482:
18483: 2003-01-21 paf
18484:
18485: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18486: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18487: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18488: classes/op.C, classes/response.C, classes/string.C,
18489: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18490: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18491: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18492: include/pa_config_fixed.h, include/pa_config_includes.h,
18493: include/pa_dictionary.h, include/pa_dir.h,
18494: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18495: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18496: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18497: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18498: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18499: include/pa_stack.h, include/pa_string.h,
18500: include/pa_stylesheet_connection.h,
18501: include/pa_stylesheet_manager.h, include/pa_table.h,
18502: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18503: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18504: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18505: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18506: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18507: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18508: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18509: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18510: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18511: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18512: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18513: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18514: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18515: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18516: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18517: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18518: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18519: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18520: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18521: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18522: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18523: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18524: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18525: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18526: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18527: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18528: types/pa_vstateless_object.h, types/pa_vstatus.C,
18529: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18530: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18531: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18532: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18533: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18534: 2002->2003
18535:
18536: 2003-01-16 paf
18537:
1.211 moko 18538: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18539: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18540: $.any-status(1)
1.95 moko 18541:
1.211 moko 18542: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18543: src/main/pa_common.C: http request now return status. and not
18544: fail on status!=200
18545:
18546: 2003-01-15 paf
18547:
18548: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18549:
18550: 2003-01-14 paf
18551:
18552: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18553: mkinstalldirs: removed some ancient files [they in / really]
18554:
18555: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18556: regretfully needed patch in two places. in config_fixed.h made
18557: stubs for lib to compile in MSVC
18558:
18559: 2003-01-13 paf
18560:
18561: * config.guess, config.sub, ltmain.sh: removed last piece of
18562: configure.in(libtool) hacks
18563:
1.116 moko 18564: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18565: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18566: ltdl.h: moved to latest libtool (1.4.3)
18567:
18568: 2003-01-10 paf
18569:
18570: * src/lib/ltdl/: configure, configure.in: PROG_NM
18571:
18572: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18573: patches. libxml2 >= 2.5.1
18574: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18575: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18576: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18577:
18578: * INSTALL: moved to latest versions of xml libs libxml2 >=
18579: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18580: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18581: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18582:
18583: 2003-01-09 paf
18584:
18585: * INSTALL: xml,xslt,gdome lib urls updated
18586:
18587: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18588: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18589: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18590: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18591: 1.7.2
1.95 moko 18592:
18593: * depcomp: moving to automake 1.7.2
18594:
18595: 2002-12-27 paf
18596:
18597: * src/include/pa_version.h: 0007
18598:
18599: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18600: outdated parts, made links to language docs
18601:
18602: * src/include/pa_config_auto.h.in: comment
18603:
18604: 2002-12-26 paf
18605:
18606: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18607: not contain trailing / fixed.
18608:
18609: * INSTALL: changing SAFE_MODE politics
18610:
18611: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18612:
18613: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18614:
18615: 2002-12-25 paf
18616:
18617: * src/main/pa_globals.C: optimized-xml
18618:
18619: * src/main/pa_globals.C: optimized-as-is
18620:
18621: 2002-12-24 paf
18622:
18623: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18624: fixed [were really called with zero size when .html?a=&b=]
18625:
18626: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18627: with --with-sendmail
18628:
18629: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18630: fixed]
18631:
18632: 2002-12-23 paf
18633:
18634: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18635: ignoring parameters & were storing only string with default
18636: expires
18637:
18638: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18639: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18640: December 23, 2002 4:22 AM Subject: bug â
18641: Charset::transcode_buf2xchar
18642:
18643: 2002-12-20 paf
18644:
18645: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18646: non-cgi [script] runs
18647:
18648: 2002-12-19 paf
18649:
18650: * INSTALL: --without-iconv recommended [it crashes on some systems
18651: [tested on elik]] moreover, it's not needed there [parser
18652: registers charsets itself]
18653:
18654: * INSTALL: --without-iconv recommended [it crashes on some systems
18655: [tested on elik]]
18656:
1.211 moko 18657: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18658: src/include/pa_request.h, src/main/pa_globals.C,
18659: src/main/pa_request.C: $response:download
18660:
18661: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18662: compiler [win32]].
18663:
18664: 2002-12-18 paf
18665:
18666: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18667:
18668: 2002-12-17 paf
18669:
18670: * src/targets/cgi/parser3.C: merged die&iis changes
18671:
18672: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18673: to exit(1) 2. more flexible iilegal call check
18674:
18675: 2002-12-16 paf
18676:
18677: * ltmain.sh: some automakes silly insist on having this handy
18678:
18679: * src/main/untaint.C: filespec russian small 'r' changed to latin
18680: 'p' bug fix
18681:
18682: 2002-12-15 paf
18683:
18684: * src/main/untaint.C: filespec russian small 'r' changed to latin
18685: 'p'
18686:
18687: * configure.in, src/include/pa_config_auto.h.in,
18688: src/main/compile.C, src/main/pa_common.C: merged small changes
18689: from branch 6 to HEAD
18690:
18691: * src/main/compile.C: removed warning
18692:
18693: * src/main/pa_common.C: ftruncate having checked
18694:
18695: * configure.in, src/include/pa_version.h: new version
18696:
18697: 2002-12-14 paf
18698:
18699: * src/classes/table.C: removed unnecessary code
18700:
18701: * src/sql/pa_sql_driver.h: exception type fixed
18702:
18703: 2002-12-09 paf
18704:
18705: * src/types/pa_vvoid.h: $void.store[now] error
18706:
18707: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18708:
18709: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18710: tries to write core dump
18711:
18712: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18713:
18714: * src/: classes/hash.C, classes/string.C, classes/table.C,
18715: classes/void.C, main/pa_sql_driver_manager.C,
18716: sql/pa_sql_driver.h: changed exception handling mech in sql
18717: handlers #2
18718:
18719: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18720: exception handling mech in sql handlers
18721:
18722: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18723: handlers
18724:
18725: * src/: classes/hash.C, classes/string.C, classes/table.C,
18726: classes/void.C, main/pa_sql_driver_manager.C,
18727: sql/pa_sql_driver.h: changed exception handling mech in sql
18728: handlers
18729:
1.116 moko 18730: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18731: to write makefile which used libtool to install things, which is
18732: not needed
1.95 moko 18733:
18734: 2002-12-06 paf
18735:
1.211 moko 18736: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18737: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18738: more like 'table'
1.95 moko 18739:
18740: 2002-12-05 paf
18741:
18742: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18743: cc/bcc OK now
18744:
18745: * src/main/untaint.C: mail header closed properly
18746:
18747: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18748: header ',' allowed. still bugs in smtp [only one receiptient
18749: works, cc, bcc ignored now, and MAILED ;)]
18750:
18751: [strncpy killed, memnchr used]
18752:
18753: * src/main/pa_table.C: table-copy now current=0
18754:
18755: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18756: lowlevel proc
18757:
18758: * src/targets/cgi/parser3.C: more checks on
18759: http://domain/parser.cgi start [maybe some getenv returns "",
18760: checked that now
18761:
18762: * src/targets/cgi/parser3.C: more checks on
18763: http://domain/parser.cgi start [maybe some getenv returns "",
18764: checked that now
18765:
18766: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18767: out-of-mem errors reached log]
18768:
18769: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18770: mail:send MIME-Version default
18771:
18772: * src/main/main.dsp: pa_version included into main.dsp
18773:
18774: 2002-12-04 paf
18775:
18776: * src/types/pa_vform.C: $form:field string value cut by premature 0
18777:
18778: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18779: lib/libltdl -> lib/ltdl Win32 changes. s
18780:
18781: * src/classes/classes.awk: more strict *.C$
18782:
18783: * gnu.dsp: restored
18784:
1.116 moko 18785: * configure.in, gnu.dsp, src/lib/Makefile.am,
18786: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18787: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18788: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18789: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18790: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18791: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18792: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18793: now created with /configure, not ltdl/configure, so it does have
18794: no problems with automake. ltdl/configure
18795: AC_OUTPUT(Makefile<<removed)
1.95 moko 18796:
18797: 2002-12-02 paf
18798:
1.211 moko 18799: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18800:
18801: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18802: src/main/pa_common.C, src/main/pa_request.C,
18803: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18804: tainted parts becomes http-header
18805:
18806: 2002-11-29 paf
18807:
1.211 moko 18808: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18809: operators.txt: exif dates now objects of type date
1.95 moko 18810:
18811: * src/classes/image.C: file.seek removed [it were used in image.C
18812: only, and for parser user this means that jpeg image has bad
18813: size in fragment's header] now used image.format
18814:
18815: * src/: include/pa_common.h, main/pa_common.C,
18816: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18817: now handled exactly like $response:header values. e.g. can be
18818: hash [can have subattributes] & contain date values.
18819:
18820: * src/main/pa_common.C: http:// param values lang forced URI
18821:
18822: * src/main/pa_common.C: http:// tainted partes now %xx
18823:
18824: 2002-11-28 paf
18825:
1.211 moko 18826: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18827:
18828: * src/classes/image.C: ^image.length now counts interchar space.
18829: plus space after last char
18830:
18831: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18832:
18833: * src/classes/image.C: ^image.font width measurer now scans full
18834: height [were -1]
18835:
18836: * configure.in: stopped double libltdl/Makefile generation
18837:
18838: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18839: chars [one top horizontal line of 1pixel height were missing]
18840:
18841: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18842: 'false' to go into (Hash *) parameter
18843:
18844: 2002-11-27 paf
18845:
18846: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18847: types/pa_vmail.C: response:body[file] if file nows it's name now
18848: returns content-disposition: >>attachment<<
18849:
18850: * src/classes/image.C: ^image.font << bad font file-size now
18851: properly reported
18852:
18853: 2002-11-26 paf
18854:
18855: * src/main/pa_request.C: fixed lang in reponse header
18856:
18857: * src/main/pa_common.C: utf8 prefix ignored @read text
18858:
1.211 moko 18859: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18860: response status!=200 made exception: http.status with source=bad
18861: status#
1.95 moko 18862:
18863: 2002-11-25 paf
18864:
18865: * configure.in, src/classes/image.C,
18866: src/include/pa_config_auto.h.in,
18867: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18868: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18869: const void related probs fixed
1.95 moko 18870:
1.211 moko 18871: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18872: fields now UPPERCASE
1.95 moko 18873:
18874: $file[^file::load[http://there]] $file.SERVER
18875:
18876: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18877: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18878: http options [invalid onces now reported] made default
18879: user-agent: paf
18880:
1.211 moko 18881: * operators.ru.txt, operators.txt, src/classes/file.C,
18882: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18883: src/include/pa_globals.h, src/main/pa_common.C,
18884: src/main/pa_globals.C, src/main/pa_request.C,
18885: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18886: now understand http:// prefix and additional params, sample:
18887: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18888: $.USER-AGENT[parser3] ]]
18889:
18890: 2002-11-22 paf
18891:
18892: * src/classes/image.C, src/include/pa_globals.h,
18893: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18894: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18895: $image.exif support $image.exif.DateTime & co
1.95 moko 18896:
18897: 2002-11-21 paf
18898:
18899: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18900: _PASS_APPENDED)
18901:
18902: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18903: EXIF information [were big block and it's size were considered
18904: negative :(]
18905:
1.211 moko 18906: * operators.ru.txt, operators.txt, src/classes/image.C,
18907: src/include/pa_common.h, src/main/pa_common.C,
18908: src/types/pa_vmail.C: image.measure internals rewritten. no
18909: there's reader.seek, and all's ready for EXIF extraction [now we
18910: fail to measure files with EXIF info]
1.95 moko 18911:
18912: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18913: O_TRUNC truncates even exclusevely write-locked file [thanks to
18914: Igor Milyakov <virtan@rotabanner.com> for discovering]
18915:
18916: 2002-11-20 paf
18917:
18918: * src/targets/cgi/parser3.C: logging @signal += query_string
18919:
18920: * configure.in, src/include/pa_config_auto.h.in,
18921: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18922: comment
18923:
18924: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18925:
18926: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18927: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18928: currently processed document SIGPIPE >> interrupts request
18929: processing [exception = DB rollback]
18930:
18931: * src/main/pa_exec.C: comment
18932:
18933: * src/main/pa_exec.C: pa_exec: data written only if size>0
18934:
1.211 moko 18935: * operators.ru.txt, operators.txt, src/classes/file.C:
18936: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18937:
18938: * src/: include/pa_config_fixed.h, main/pa_common.C,
18939: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18940: pipe read errors now checked
18941:
18942: 2002-11-19 paf
18943:
18944: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18945: CGI: Illegal call
18946:
18947: 2002-11-01 paf
18948:
18949: * src/main/execute.C: comment
18950:
18951: 2002-10-31 paf
18952:
18953: * src/main/execute.C: found out why, checked that for now. todo:
18954: find out a way for that user could do that
18955:
18956: * src/types/pa_vstateless_object.h: object put replaces static
18957: parent if any
18958:
18959: * src/types/pa_vobject.C: object put replaces static parent if any
18960:
18961: * src/: classes/form.C, classes/mail.C, classes/op.C,
18962: classes/xnode.h, main/compile.tab.C, main/execute.C,
18963: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18964: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18965: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18966: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18967: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18968: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18969: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18970: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18971: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18972: types/pa_vstateless_object.h, types/pa_vstatus.C,
18973: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18974: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18975: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18976: types/pa_wwrapper.h: static fix merged
18977:
18978: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18979: $virtual_fields in dynamic, but one can reach derived
18980: static[class] variable from base
18981:
18982: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18983: types/pa_vobject.C, types/pa_vobject.h,
18984: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18985: statics, left $virtual_fields in dynamic
18986:
18987: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18988: one can't remember derivates in base class: there's so many of
18989: them. also there can be no virtual method calls in static
18990: classes
18991:
18992: * src/: classes/form.C, classes/mail.C, classes/op.C,
18993: classes/xnode.h, main/execute.C, main/pa_request.C,
18994: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18995: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18996: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18997: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18998: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18999: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19000: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19001: types/pa_vresponse.C, types/pa_vresponse.h,
19002: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19003: types/pa_vstateless_object.h, types/pa_vstatus.C,
19004: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19005: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19006: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19007: types/pa_wwrapper.h: static call $self fixed
19008:
19009: * src/main/execute.C: comment
19010:
19011: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19012: ^process[$caller.self]{...} now compiles to last derived object
19013: part of that 'self'
19014:
19015: 2002-10-29 paf
19016:
19017: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19018: re-passing [iis to blame]
19019:
19020: * src/classes/string.C: changed string.save to pass current sql
19021: connection to cstr thus one can ^connect[some server]{
19022: $s[insert into table x (x) values (^taint[sql]{value})]
19023: ^s.save[some.sql] } and he'd get in some.sql file code with
19024: properly escaped. [tried in mssql->mysql export->import of
19025: binary data]
19026:
19027: 2002-10-25 paf
19028:
19029: * src/types/pa_vresponse.C: case insensitive response user fields
19030: get/put
19031:
19032: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19033: types/pa_vresponse.C: saving for maybe-future
19034:
19035: 2002-10-23 paf
19036:
1.211 moko 19037: * operators.ru.txt, operators.txt, src/classes/table.C:
19038: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19039:
19040: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19041:
19042: 2002-10-22 paf
19043:
19044: * src/types/: pa_vform.C, pa_vform.h: removed needless
19045: VForm::Append...(...Value)
19046:
19047: * src/main/execute.C: $.name outside of $name[...] checked
19048:
19049: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19050: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19051:
19052: 2002-10-21 paf
19053:
1.211 moko 19054: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19055: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19056:
1.211 moko 19057: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19058: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19059:
1.211 moko 19060: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19061: $form:image-map
1.95 moko 19062:
1.211 moko 19063: * operators.ru.txt, operators.txt, src/classes/file.C:
19064: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19065:
19066: 2002-10-17 paf
19067:
19068: * src/main/: compile.tab.C, compile.y: operators precedence changed
19069: a little: logical not and bitwise negation precedence made
19070: highest, << and >> bitshits precedence made equal [were << higher
19071: than >>]
19072:
19073: * src/classes/op.C: exception handling fixed [were bad with
19074: contexts]
19075:
19076: 2002-10-16 paf
19077:
19078: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19079: main/pa_request.C: Request::self considered equal to
19080: VMethodFrame::self, and removed, Request::get_self() mapped to
19081: VMethodFrame.self()
19082:
19083: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19084: $hash in open field now gives old good error meesage
19085:
19086: 2002-10-15 paf
19087:
19088: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19089: use ^if($junction is junction){was and now true}
19090:
19091: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19092: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19093: types/pa_vxnode.C: xml->parser strings now have origin, which
19094: points to place where value left xml library and came to parser:
19095: place of dom field extraction/call
19096:
19097: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19098: main/compile.tab.C, main/compile.y, main/execute.C,
19099: types/pa_vmethod_frame.h: removed last pieces of old code
19100: allowing $junction.xxx at compile time
19101:
19102: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19103: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19104: objects also considered [were only classes]
19105:
19106: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19107: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19108: with CLASS self. [ (request&method_frame).self temporarily
19109: changed ]
19110:
19111: * src/classes/: hash.C, op.C: method_frame now always changed, with
19112: no exception to native calls. for&foreach changed to use
19113: method_frame.caller for their var's name context
19114:
19115: * src/: main/execute.C, targets/cgi/parser3.C,
19116: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19117: compiling to system classes disabled
19118:
1.211 moko 19119: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19120: ^process[$caller.CLASS]{code-string} added
19121:
1.211 moko 19122: * operators.ru.txt, operators.txt, src/classes/op.C,
19123: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19124: src/main/pa_request.C, src/types/Makefile.am,
19125: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19126: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19127: $junction.get $junction.set[] introducing $caller
1.95 moko 19128:
19129: * src/types/pa_value.h: removed outdated comments. doxygen would
19130: find them lower by inheritance tree
19131:
19132: * src/types/pa_vjunction.C: ident
19133:
19134: 2002-10-14 paf
19135:
19136: * src/classes/op.C: process compiles to code's class class
19137:
19138: * src/: classes/form.C, classes/mail.C, classes/op.C,
19139: include/pa_request.h, main/compile.C, main/compile.tab.C,
19140: main/compile.y, main/execute.C, main/pa_request.C,
19141: types/pa_vstateless_class.h: operators now main-class-methods
19142:
19143: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19144: better stack trace [has "call" & co there]
19145:
19146: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19147: operators @auto now executed in MAIN context
19148:
19149: * src/main/execute.C: operator execution context now = MAIN, not
19150: closest stack frame
19151:
19152: @touchit[] $i[after]
19153:
19154: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19155: were 'after'
19156:
19157: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19158: 'after'
19159:
19160: * src/main/execute.C: comment
19161:
19162: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19163: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19164: action]
19165:
19166: * src/types/pa_vxnode.C: misreplace fixed
19167:
19168: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19169: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19170: $status:rusage.tv_secs/usecs introduced
19171:
19172: 2002-10-09 paf
19173:
19174: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19175: on empty string [or uses (default)]
19176:
19177: 2002-10-08 paf
19178:
19179: * src/main/untaint.C: mail header quoted printable changed after
19180: RFC reread
19181:
1.211 moko 19182: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19183:
19184: * src/types/pa_vxnode.C: misreplace
19185:
19186: 2002-09-24 paf
19187:
1.116 moko 19188: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19189:
19190: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19191: mailreceive would compile on freebsd now
19192:
19193: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19194: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19195: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19196: mailreceive would compile on freebsd now
1.95 moko 19197:
19198: * src/: classes/file.C, main/untaint.C: 1. file spec language
19199: changed: now there are only few chars are untainted: * ? ' " < >
19200: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19201: one should use ^untaint[uri]{...} now]
19202:
19203: 2. $list[^file:list[dir]] now returns simply tainted names in
19204: $list.name, not tainted as filespec
19205:
19206: @russianindex[] #dir with files with russian-lang names
19207: $where[dir]
19208:
19209: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19210: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19211:
19212: 2002-09-23 paf
19213:
19214: * src/types/pa_vdouble.h: double->int round added
19215:
19216: * src/classes/date.C: date bug fix, now
19217: round(floatDays*secondsPerDay)
19218:
19219: * src/classes/date.C: date bug fix, now
19220: round(floatDays*secondsPerDay)
19221:
19222: 2002-09-20 paf
19223:
19224: * src/main/execute.C: code junction calls disabled [before: code
19225: was compiled in such a way, that there were no code-junctions in
19226: OP_CALL]
19227:
19228: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19229:
19230: @badjunctioncallinside[code] ^code[]
19231:
19232: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19233: expanding to include ^junction.method
19234:
19235: * src/main/pa_common.C: -d "DIR/" now true
19236:
19237: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19238: as internal xdoc encoding, and after decoding attributes set by
19239: dom functions now encoded OK, not as digital entities
19240:
19241: * src/classes/xdoc.C: empty transform result, being taken as file
19242: now returns empty file, not raises stupid error about "stat-ed
19243: file"
19244:
19245: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19246: allowed
19247:
19248: * src/types/types.dsp: introducing $junction.get/put(1) one can
19249: write iterators now:
19250:
19251: ^user-foreach[key;value]{$key=$value<br>}
19252:
19253: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19254: $code.value($i*2) $code }
19255:
19256: * src/main/compile_tools.h: mistype
19257:
1.116 moko 19258: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19259: thus taking linking options configure changes into account [were:
19260: ignoring]
1.95 moko 19261:
19262: * src/types/: pa_vjunction.C, Makefile.am: introducing
19263: $junction.get/put(1) one can write iterators now:
19264:
19265: ^user-foreach[key;value]{$key=$value<br>}
19266:
19267: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19268: $code.value($i*2) $code }
19269:
19270: * src/: include/pa_opcode.h, include/pa_request.h,
19271: main/compile.tab.C, main/compile.y, main/execute.C,
19272: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19273: introducing $junction.get/put(1) one can write iterators now:
19274:
19275: ^user-foreach[key;value]{$key=$value<br>}
19276:
19277: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19278: $code.value($i*2) $code }
19279:
19280: 2002-09-19 paf
19281:
1.116 moko 19282: * Makefile.am: new: make commit
1.95 moko 19283:
19284: * aclocal.m4: forced to be older
19285:
19286: 2002-09-18 paf
19287:
19288: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19289: src/main/compile.y, src/main/execute.C: << >> int shifts
19290:
19291: * src/: include/pa_common.h, include/pa_request.h,
19292: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19293: - now this - fatal error
19294:
19295: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19296: that one can pass binary data there
19297:
19298: * src/: classes/date.C, classes/double.C, classes/file.C,
19299: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19300: classes/op.C, classes/response.C, classes/string.C,
19301: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19302: include/pa_request.h: pa_request contexts made privated, plus
19303: get_{self/method_frame} to read. Request_context_saver used in
19304: ^try to save flang too. [were not saved]
19305:
19306: * src/types/pa_vresponse.C: header value chains joined before
19307: output, this should help $.subject[$var $var] from being
19308: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19309:
19310: 2002-09-17 paf
19311:
19312: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19313: removed changes, operators executed with calling self. lots of
19314: code with ^include code relies on defined/defining self variables
19315:
19316: $a[1] ^include[print_a.p] print_a.p: $a
19317:
19318: ^include[set_a.p] a=$a set_a.p: $a[1]
19319:
19320: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19321: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19322: types/pa_vstateless_class.h: operators now executed with MAIN
19323: self. it's for ^include sake, too strong a change
19324:
19325: * src/classes/op.C: made place for ^process to compile it's code to
19326: in case of no self
19327:
19328: * src/main/execute.C: found ancient param to Junction, removed.
19329: allowed passing self to native_code_operators [for ^process to
19330: work, she needs self]
19331:
19332: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19333: types/pa_vstateless_class.h: found ancient param to Junction,
19334: removed. allowed passing self to native_code_operators [for
19335: ^process to work, she needs self]
19336:
19337: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19338: types/pa_value.h, types/pa_vmethod_frame.h,
19339: types/pa_vstateless_class.h: allowed Request.self to be 0,
19340: checked that in VMethodFrame get/put and $self.
19341:
19342: * src/classes/: table.C, xdoc.C: table::sql options table::create
19343: copy options options checked, wrong option now fatal error
19344:
19345: * src/main/pa_string.C: string.replace fixed [were missing words on
19346: pieces boundaries]
19347:
1.150 moko 19348: * configure, configure.in: .so now detected [can be .sl on hpux,
19349: .dll on cygwin, .so in other cases)
1.95 moko 19350:
19351: * configure, configure.in: .so now detected [can be .sl on hpux,
19352: .dll on cygwin, .so in other cases)
19353:
1.211 moko 19354: * operators.ru.txt, operators.txt, src/classes/hash.C,
19355: src/classes/table.C, src/include/pa_globals.h,
19356: src/main/pa_globals.C: table.sql hash::sql flag to allow
19357: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19358:
19359: * src/: classes/hash.C, classes/table.C,
19360: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19361: now errors
19362:
19363: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19364:
19365: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19366: ,2,3]
19367:
19368: 2002-09-16 paf
19369:
19370: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19371: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19372: stdout to be binary. now detected closest header break.
19373:
19374: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19375: closed right
19376:
19377: 2002-09-13 paf
19378:
1.211 moko 19379: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19380: src/main/compile.y, src/main/compile_tools.h: (expression
19381: #comment)
1.95 moko 19382:
19383: (multiline expression #comment line2 #comment )
19384:
19385: (expression #comment with (brackets) comment) << OK
19386:
1.211 moko 19387: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19388: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19389: for expression #comments]
1.95 moko 19390:
19391: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19392: error
19393:
19394: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19395: cheched in pa_socks.C
19396:
1.116 moko 19397: * configure, configure.in, src/include/pa_config_auto.h.in:
19398: HAVE_WINSOCK_H created in configure.in
1.95 moko 19399:
19400: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19401: cookie date now clean [were mistakenly tainted & that worked bad
19402: with opera -- 'happily' that worked OK with msie]
19403:
19404: 2002-09-12 paf
19405:
19406: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19407: VClass get_element now first looks to fields, next to methods &
19408: co todo: the rest reason: more speed
19409:
19410: * src/main/untaint.C: quoted printable encoding stops before
19411: \s*<...>$
19412:
19413: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19414: stops before <...>$
19415:
19416: 2002-09-11 paf
19417:
19418: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19419: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19420: forgot to check users of those funcs. not all were using that
19421: return value convention
19422:
19423: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19424: windows-1254 added
19425:
19426: 2002-09-10 paf
19427:
19428: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19429: VCodeFrame parent param were specified badly
19430:
19431: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19432: WWrapper which used in constructing objects(second param to sql
19433: method) ^...sql{}[$.default{code}] now has parent, wich helps
19434: code in hash to survivi
19435:
19436: * src/: include/pa_request.h, main/execute.C: removed redundant
19437: param to execute [stack said 'thanks']
19438:
19439: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19440: types/pa_value.h, types/pa_vcode_frame.h,
19441: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19442: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19443: responsibility to wcontext
19444:
19445: * src/classes/file.C: decided not to log exec's with stderr, that
19446: could be warnings, and it's up to scritper to log/show them
19447:
19448: * src/: classes/double.C, main/execute.C: double:sql badly called
19449: write_assign_lang, not write_no_lang, thus doing unnecessary
19450: double/string converstion, which were loosing time&precesion
19451:
19452: * src/: main/pa_charset.C, types/pa_vmail.C:
19453: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19454: case of unfinished in buffer processing, causing accidental
19455: transcode stop [in case that source enc != utf-8 & there is
19456: incomplete utf-8 sequence at the end of 16000block iside of
19457: libxml lib] tfm readed & code updated
19458:
19459: 2002-09-04 paf
19460:
19461: * configure: makes with sjlj
19462:
19463: * INSTALL, src/include/pa_config_fixed.h,
19464: src/include/pa_sql_connection.h,
19465: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19466: checked. on win32 it made default
19467:
19468: * src/include/pa_config_auto.h.in: sjlj define
19469:
19470: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19471: can not work with longjump/throw pair, and one must switch that
19472: on there. todo: detect that automatically]
19473:
19474: * src/types/pa_vxnode.C: removed too strong checks of
19475: xnode.elements. now, for instance, if element does not have any
19476: attributes, $xnode.attributes is void, not error
19477:
19478: 2002-09-02 paf
19479:
1.211 moko 19480: * operators.ru.txt, operators.txt, src/main/execute.C,
19481: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19482:
19483: * src/main/execute.C: double_result made to move that var away from
19484: hungry g++ optimizer (-O2), before: it were optimized and
19485: comparison operators worked badly
19486:
19487: * src/types/pa_vdate.h: removed debug
19488:
1.116 moko 19489: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19490:
19491: * src/main/execute.C: fixed numeric < & co so that thay now use
19492: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19493: unknown reason.
19494:
19495: 2002-08-29 paf
19496:
19497: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19498: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19499: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19500: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19501: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19502: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19503: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19504: [called less frequent, allowed to remove ugly
19505: Junction.change_context-s from many places, switch,
19506: mail:send..html{}, ..] request.root renamed to method_frame [more
19507: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19508: [speed up]
19509:
19510: 2002-08-28 paf
19511:
19512: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19513: tainted
19514:
19515: * src/types/pa_vcookie.C: fixed cookie delete when
19516: $cookie:name[$.value[]]
19517:
1.211 moko 19518: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19519: ^string.split[delim[;options]]
19520:
19521: 2002-08-27 paf
19522:
1.116 moko 19523: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19524:
1.211 moko 19525: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19526: src/main/compile.y: # now delimiter
1.95 moko 19527:
19528: * INSTALL: recommended latest gmime 1.0.5
19529:
19530: 2002-08-26 paf
19531:
19532: * configure, configure.in: apache13/hook added to make dist.
19533:
19534: 2002-08-23 paf
19535:
19536: * src/: include/pa_common.h, main/pa_common.C,
19537: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19538: beside binary [cgi, isapi] not accessible [due to bad rights or
19539: whatever] it's error now
19540:
19541: 2002-08-21 paf
19542:
1.116 moko 19543: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19544:
19545: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19546: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19547: class". compiled as if here they named base class
19548:
19549: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19550: cloning constructor]
19551:
19552: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19553:
1.150 moko 19554: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19555: $mail.received.file.value.content-type fixed
19556:
19557: 2002-08-20 paf
19558:
19559: * src/classes/file.C: fixed language of file:file result
19560:
1.211 moko 19561: * operators.ru.txt, operators.txt, src/classes/void.C:
19562: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19563:
1.211 moko 19564: * operators.ru.txt, operators.txt, src/classes/void.C:
19565: ^void.pos[...] = -1
1.95 moko 19566:
1.211 moko 19567: * operators.ru.txt, operators.txt, src/classes/void.C:
19568: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19569:
1.211 moko 19570: * src/classes/void.C, operators.ru.txt, operators.txt:
19571: ^void.length[] = 0
1.95 moko 19572:
19573: 2002-08-19 paf
19574:
19575: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19576: work now
19577:
19578: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19579: error in xnode, which were not catched in xdoc]
19580:
19581: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19582: prepared: // validate each document after load/create (?)
19583: //xmlDoValidityCheckingDefaultValue = 1;
19584:
19585: 2002-08-15 paf
19586:
19587: * src/classes/classes.h: write to static var caused useless
19588: Exception, introduced Methoded::put_element wich consumes those
19589:
1.211 moko 19590: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19591: src/main/pa_common.C, src/types/pa_vcookie.C,
19592: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19593: src/types/pa_vresponse.h: $response:field[date]
19594: $response:field[$.xxx[date]]
1.95 moko 19595:
19596: * src/: classes/hash.C, classes/string.C, classes/table.C,
19597: classes/void.C, include/pa_sql_connection.h: fixed source of
19598: ^hash::sql{bad}
19599:
1.211 moko 19600: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19601: request body
1.95 moko 19602:
19603: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19604:
19605: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19606: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19607:
1.211 moko 19608: * operators.ru.txt, operators.txt, src/classes/form.C,
19609: src/include/pa_pool.h, src/include/pa_request.h,
19610: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19611: planning/preparing_to $request:body r.post_data now const
1.95 moko 19612:
19613: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19614: classes/xnode.C, main/execute.C, types/pa_value.h,
19615: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19616: types/pa_vtable.h: instead of type() checking everywhere used
19617: Value.as now user descendants can be used in params.
19618:
19619: VObject::as_*, is_defined now taken from bases. xtable(table)
19620: ^if($xtable) now OK
19621:
19622: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19623: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19624: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19625:
19626: 2002-08-14 paf
19627:
19628: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19629: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19630: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19631: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19632: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19633: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19634: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19635: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19636: types/pa_vresponse.C, types/pa_vresponse.h,
19637: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19638: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19639: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19640: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19641: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19642: & VClass
19643:
19644: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19645:
19646: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19647: removed fixopt stupidity. on stupid linux use cd /document/root
19648: ../cgi/parser3 script
19649:
19650: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19651: params, splitting them by space, excluding argv[0], argv[argc-1]
19652:
19653: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19654: fixopt.h: fixopt now preprocesses command line params, splitting
19655: them by space, excluding argv[0], argv[argc-1]
19656:
19657: * src/targets/cgi/parser3.C: -f config file
19658:
19659: * src/targets/cgi/parser3.C: fixed .log file dir
19660:
19661: 2002-08-13 paf
19662:
19663: * src/types/pa_vobject.C: allow override parent variables, useful
19664: for form descendants [in vobject too, were in vclass]
19665:
19666: * src/types/pa_vclass.C: allow override parent variables, useful
19667: for form descendants
19668:
19669: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19670: overwritten in derived(table)
19671:
19672: * src/: classes/form.C, classes/mail.C, classes/op.C,
19673: classes/xnode.h, include/pa_request.h, main/execute.C,
19674: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19675: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19676: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19677: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19678: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19679: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19680: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19681: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19682: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19683: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19684: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19685: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19686: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19687: Value::get_element(..., bool looking_down) [needed to exclude
19688: endless recoursion]
19689:
19690: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19691: fix bug with put endless recoursion todo: check 'as'
19692:
19693: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19694: reorganized modules todo: fix bug with put endless recoursion
19695: todo: check 'as'
19696:
19697: * src/types/pa_vobject.h: checked: table fields can be overwritten
19698: in derived(table)
19699:
19700: * src/types/pa_vobject.h: derived classes can have fields of their
19701: own now
19702:
19703: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19704: fixed error message on using non-created table
19705:
19706: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19707: classes/op.C, classes/xnode.h, include/pa_request.h,
19708: main/compile.C, main/compile.tab.C, main/execute.C,
19709: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19710: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19711: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19712: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19713: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19714: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19715: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19716: types/pa_vresponse.C, types/pa_vresponse.h,
19717: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19718: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19719: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19720: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19721: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19722: looking down/up tree todo: fix error message on non-constructed
19723: parents
19724:
19725: 2002-08-12 paf
19726:
19727: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19728: derived OK
19729:
19730: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19731: thorough testing
19732:
19733: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19734: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19735: types/pa_vobject.h, types/pa_vstateless_class.h,
19736: types/pa_vstateless_object.h, types/pa_wcontext.h,
19737: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19738: ^base:create[] dynamic call rewritten todo: thorough testing
19739:
19740: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19741: now instantates base class, remembers it and saves child in
19742: parent VObject.get_class now returns last child = downward
19743: virtual calls OK
19744:
19745: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19746: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19747: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19748: types/pa_vobject.h, types/pa_vresponse.h,
19749: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19750: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19751: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19752: VAliased [redundant], moved $CLASS to VObject only [parser class
19753: instance]
19754:
19755: * src/main/pa_request.C: $response:body[file] content-type check
19756: fixed [were bad when content-type is hash]
19757:
19758: 2002-08-09 paf
19759:
19760: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19761: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19762:
19763: 2002-08-08 paf
19764:
1.211 moko 19765: * operators.ru.txt, operators.txt, src/classes/date.C,
19766: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19767: month calendar [week year]
1.95 moko 19768:
19769: * src/main/execute.C: error reporting on object writes to MAIN
19770: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19771:
1.211 moko 19772: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19773: $date.yearday $date.daylightsaving
1.95 moko 19774:
19775: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19776: use tainted data now. only she must specify the language.
19777:
19778: ^mail:send[ $.from[paf@mail.design.ru]
19779: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19780: $.text[^taint[uri][ìîñêâà]=] ]
19781:
19782: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19783: now prints more precise origin
19784:
19785: * src/include/pa_string.h: String::first_char now not fails on
19786: empty strings ^if(-f '') now ok and in 3 other places.
19787:
1.211 moko 19788: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19789: src/main/pa_string.C: String::first_char now not fails on empty
19790: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19791:
19792: 2002-08-07 paf
19793:
19794: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19795: fixed
19796:
19797: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19798:
19799: * src/: main/execute.C, types/pa_vcode_frame.h,
19800: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19801: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19802: mistakenly not completely transparent to object writes.
19803: $hash[^if(1){$hash}] now works
19804:
1.211 moko 19805: * operators.ru.txt, operators.txt, src/classes/op.C:
19806: ^cache...{...^cache<<to past...} now erasing cache file [there
19807: were bad check on that]
1.95 moko 19808:
19809: * src/: classes/classes.dsp, classes/table.C,
19810: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19811: all Debug dirs in .dsp now named 'Debug'
19812:
1.116 moko 19813: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19814:
1.211 moko 19815: * operators.ru.txt, operators.txt, src/classes/mail.C:
19816: exception_type email.send
1.95 moko 19817:
1.211 moko 19818: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19819: exception_type email.format
1.95 moko 19820:
19821: * src/types/pa_vmail.C: mail:send empty email checked
19822:
19823: 2002-08-06 paf
19824:
1.211 moko 19825: * operators.ru.txt, operators.txt, src/classes/table.C,
19826: src/include/pa_array.h, src/include/pa_table.h,
19827: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19828: ^table::create[$source;$.options] ^table::join[$source;$.options]
19829:
1.211 moko 19830: * operators.ru.txt, operators.txt, src/classes/hash.C,
19831: src/classes/string.C, src/classes/table.C: sql options can be
19832: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19833:
19834: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19835:
19836: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19837: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19838: $file.content-type [instead of .mime-type] now works for
19839: file::stat also
19840:
19841: * src/main/pa_request.C: case insensitive mime_type_of
19842:
19843: 2002-08-05 paf
19844:
19845: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19846:
19847: * src/types/pa_vmail.C: file buffer relocated to parser heap
19848:
1.211 moko 19849: * operators.ru.txt, operators.txt: comment on date:calendar week
19850: column
1.95 moko 19851:
19852: * src/main/pa_common.C: write checked
19853:
19854: * src/main/: pa_common.C: write checked
19855:
19856: * src/classes/date.C: +1 buf size for stupid snprintfs
19857:
19858: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19859: month calendar week column [ISO 8601 Week Numbers]
19860:
19861: 2002-08-02 paf
19862:
19863: * src/: include/pa_config_fixed.h, main/pa_string.C,
19864: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19865: DEBUG*
19866:
19867: * configure, configure.in, src/include/pa_version.h: release
19868: 3_0_0005
19869:
19870: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19871: multipart post fixed
19872:
1.211 moko 19873: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19874: src/types/pa_vform.C: response transcoded source->client only
19875: when text/* or simple onoverridden $response:body
1.95 moko 19876:
19877: 2002-08-01 paf
19878:
19879: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19880: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19881: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19882: classes/op.C, classes/response.C, classes/string.C,
19883: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19884: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19885: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19886: include/pa_config_fixed.h, include/pa_dictionary.h,
19887: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19888: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19889: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19890: include/pa_socks.h, include/pa_sql_connection.h,
19891: include/pa_sql_driver_manager.h, include/pa_stack.h,
19892: include/pa_string.h, include/pa_stylesheet_connection.h,
19893: include/pa_stylesheet_manager.h, include/pa_table.h,
19894: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19895: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19896: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19897: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19898: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19899: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19900: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19901: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19902: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19903: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19904: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19905: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19906: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19907: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19908: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19909: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19910: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19911: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19912: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19913: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19914: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19915: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19916: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19917: types/pa_vmethod_frame.h, types/pa_vobject.h,
19918: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19919: types/pa_vresponse.h, types/pa_vstateless_class.C,
19920: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19921: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19922: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19923: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19924: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19925: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19926:
19927: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19928: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19929: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19930: classes/math.C, classes/op.C, classes/response.C,
19931: classes/string.C, classes/table.C, classes/void.C,
19932: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19933: include/pa_array.h, include/pa_cache_managers.h,
19934: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19935: include/pa_config_fixed.h, include/pa_config_includes.h,
19936: include/pa_dictionary.h, include/pa_dir.h,
19937: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19938: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19939: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19940: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19941: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19942: include/pa_stack.h, include/pa_string.h,
19943: include/pa_stylesheet_connection.h,
19944: include/pa_stylesheet_manager.h, include/pa_table.h,
19945: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19946: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19947: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19948: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19949: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19950: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19951: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19952: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19953: main/pa_sql_driver_manager.C, main/pa_string.C,
19954: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19955: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19956: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19957: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19958: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19959: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19960: targets/isapi/pool_storage.h, types/pa_valiased.C,
19961: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19962: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19963: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19964: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19965: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19966: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19967: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19968: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19969: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19970: types/pa_vresponse.C, types/pa_vresponse.h,
19971: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19972: types/pa_vstateless_object.h, types/pa_vstatus.C,
19973: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19974: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19975: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19976: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19977: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19978: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19979: types/Makefile.am: ident.C* removed
19980:
1.211 moko 19981: * operators.ru.txt, operators.txt, src/classes/file.C,
19982: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19983:
19984: * src/targets/cgi/parser3.C: usage to stdout now
19985:
19986: 2002-07-31 paf
19987:
19988: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19989:
19990: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19991: default "postmaster"
19992:
19993: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19994: -f postmaster now default sendmail key word "postmaster"
19995: replaced to $.from
19996:
19997: 2002-07-30 paf
19998:
1.116 moko 19999: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20000: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20001:
20002: * src/main/pa_charset.C: comment
20003:
20004: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20005: table, &#decimal;
20006:
20007: * src/main/pa_request.C: comment
20008:
20009: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20010: paragraf]
20011:
20012: 2002-07-11 paf
20013:
20014: * src/main/pa_exec.C: build command line badly added params twice
20015: [and first time without ' ']. double wrong. fixed.
20016:
20017: * src/main/pa_exec.C: invalid .exe caused error message with params
20018: wich parser did not provide = reported badly. fixed that.
20019:
20020: * src/classes/mail.C: $MAIL[ # xxx ]
20021:
20022: now ok
20023:
1.211 moko 20024: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20025:
20026: 2002-07-01 paf
20027:
20028: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20029: [MForm.configure_admin were called when request.main_class ==0
20030:
20031: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20032:
20033: * src/classes/form.C: content_length type fix
20034:
20035: 2002-06-30 paf
20036:
20037: * src/classes/mail.C: merged from 4
20038:
20039: * src/classes/mail.C: restored $MAIL
20040:
20041: 2002-06-28 paf
20042:
20043: * configure, configure.in: removed paths.h
20044:
1.116 moko 20045: * configure, src/include/pa_version.h,
1.95 moko 20046: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20047: merged, makes updated
20048:
1.211 moko 20049: * ChangeLog, configure, operators.ru.txt, operators.txt,
20050: src/classes/xdoc.C, src/include/pa_charset.h,
20051: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20052: src/include/pa_version.h, src/main/pa_charset.C,
20053: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20054: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20055: latest updates to head
1.95 moko 20056:
20057: 2002-06-27 paf
20058:
20059: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20060: not error now
20061:
1.211 moko 20062: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20063: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20064: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20065: ^xdoc::create[[uri]]... base uri for document being created,
20066: imports and other relative file names would be relative to this
20067: uri default uri=path_translated
20068:
20069: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20070:
20071: 2002-06-26 paf
20072:
20073: * configure, configure.in, src/include/pa_version.h:
20074: release_3_0_0004
20075:
20076: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20077: 0 now
20078:
20079: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20080:
20081: 2002-06-25 paf
20082:
20083: * src/main/pa_string.C: emtpy string, or string of whitespaces
20084: considered bad number now
20085:
1.211 moko 20086: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20087: ^xdoc.transform[xdoc <<can be now
1.95 moko 20088:
1.211 moko 20089: * operators.ru.txt, operators.txt, src/classes/string.C:
20090: ^string.normalize [old name: optimize
1.95 moko 20091:
20092: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20093: library configured
20094:
20095: * src/main/pa_request.C: configure_admin forced if no @conf
20096:
1.211 moko 20097: * operators.ru.txt, operators.txt, src/classes/math.C,
20098: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20099: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20100:
20101: 2002-06-24 paf
20102:
20103: * INSTALL: --with-static/shared-mailreceive described
20104:
20105: * src/include/pa_config_fixed.h: ssize_t fixed
20106:
1.116 moko 20107: * configure, configure.in, src/include/pa_config_auto.h.in,
20108: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20109: src/types/pa_vmail.C: $mail:received makes update
20110:
20111: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20112: WITH_MAILRECEIVE
20113:
20114: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20115:
20116: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20117: option, for $mail:receive
20118:
20119: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20120: introducting $message:received ^mail:send rewritten with backward
20121: comp
20122:
20123: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20124: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20125: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20126: now
20127:
1.211 moko 20128: * operators.ru.txt, operators.txt, src/classes/mail.C,
20129: src/include/Makefile.am, src/include/pa_charset.h,
20130: src/include/pa_config_fixed.h, src/include/pa_request.h,
20131: src/include/pa_string.h, src/include/pa_uue.h,
20132: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20133: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20134: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20135: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20136: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20137: uue to separate file introducting $message:received ^mail:send
20138: rewritten with backward comp
20139:
20140: 2002-06-21 paf
20141:
1.116 moko 20142: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20143: co changes
1.95 moko 20144:
1.116 moko 20145: * configure, configure.in, src/lib/md5/Makefile.am,
20146: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20147: restructure .in and .am files appropriate changes
1.95 moko 20148:
20149: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20150: pcre to libs/ added libs/md5 which is linked to non-apache
20151: targets ^math:crypt[password;$apr1$salt]
20152:
1.211 moko 20153: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20154: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20155: src/classes/classes.dsp, src/classes/math.C,
20156: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20157: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20158: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20159: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20160: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20161: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20162: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20163: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20164: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20165: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20166: src/lib/pcre/pcre_parser_ctype.dsp,
20167: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20168: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20169: src/main/compile.tab.C, src/main/main.dsp,
20170: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20171: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20172: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20173: to libs/ added libs/md5 which is linked to non-apache targets
20174: ^math:crypt[password;$apr1$salt]
20175:
20176: 2002-06-20 paf
20177:
1.211 moko 20178: * INSTALL, configure, configure.in, operators.ru.txt,
20179: operators.txt, src/classes/file.C, src/classes/op.C,
20180: src/doc/doxygen.cfg, src/include/pa_globals.h,
20181: src/include/pa_request.h, src/main/execute.C,
20182: src/main/pa_request.C, src/targets/cgi/parser3.C,
20183: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20184: marged latest HEAD updates, mainly file:justname&co &
20185: @auto/conf[filespec
1.95 moko 20186:
1.211 moko 20187: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20188: !^file:dirname[/a/some.tar.gz]=/a
20189: !^file:dirname[/a/b/]=/a
20190: !^file:basename[/a/some.tar.gz]=some.tar.gz
20191: !^file:justname[/a/some.tar.gz]=some.tar
20192: !^file:justext[/a/some.tar.gz]=gz
20193:
20194: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20195: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20196: @conf/auto[filespec]
20197:
1.116 moko 20198: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20199:
1.211 moko 20200: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20201: src/doc/doxygen.cfg, src/include/pa_globals.h,
20202: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20203: parser3.conf renamed to auto.p
1.95 moko 20204:
20205: 2002-06-18 paf
20206:
20207: * configure, configure.in, src/include/pa_version.h: version to
20208: configure.in
20209:
20210: * INSTALL: reflected .conf.dist dir change
20211:
1.150 moko 20212: * Makefile.am, configure, configure.in,
1.116 moko 20213: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20214: .in & *.am updated
20215:
20216: * src/classes/file.C: strncasecmp
20217:
20218: * src/classes/file.C: strcasecmp
20219:
1.150 moko 20220: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20221:
20222: * src/classes/file.C: ^file::exec[script;$.bad error case
20223: insensitive check now
20224:
20225: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20226:
20227: * configure, configure.in, src/include/pa_pool.h,
20228: src/include/pa_types.h: pack configure.in detection simplified.
20229: figured out that gcc on sparc not that stupid as thought
20230: previously: on sparc: when it sees packed class it modifies it's
20231: field-access-code to byte operations [stb, ldub] instead of 4byte
20232: operations [st, lduh] so packed must be all parts of packed
20233: class, i.e. it's parents&fields(classes). for now it's only
20234: String that packed and what was wrong is that it's parent -
20235: Pooled, were not packed. fixed that.
20236:
20237: 2002-06-14 paf
20238:
1.211 moko 20239: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20240:
1.211 moko 20241: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20242: attribute_node.name/value xnode pi.node.data
20243:
20244: 2002-06-12 paf
20245:
1.116 moko 20246: * configure, configure.in, src/targets/cgi/Makefile.am,
20247: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20248:
1.211 moko 20249: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20250: etc/Makefile.am, src/include/pa_globals.h,
20251: src/include/pa_request.h, src/main/compile.tab.C,
20252: src/main/pa_globals.C, src/main/pa_request.C,
20253: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20254: parser3.conf now one and only
1.95 moko 20255:
20256: * src/classes/mail.C: sendmail -ti [default now]
20257:
20258: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20259: to be strings. for convinient #ing
20260:
20261: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20262: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20263:
20264: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20265: main/pa_globals.C, main/pa_request.C: @conf
20266:
20267: 2002-06-11 paf
20268:
20269: * src/classes/file.C: check simplified
20270:
20271: * src/: classes/file.C, targets/cgi/parser3.dsp,
20272: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20273: valid prefix
20274:
20275: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20276: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20277: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20278:
20279: 2002-06-10 paf
20280:
1.211 moko 20281: * operators.ru.txt, operators.txt, src/classes/op.C,
20282: src/include/pa_common.h, src/main/pa_common.C: lock failures
20283: reported now
1.95 moko 20284:
20285: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20286: string->double @ compile time were not-enough-checking...
20287:
20288: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20289: autoconvert now ignored
20290:
20291: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20292: check
20293:
20294: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20295: $response:body content-type:name
20296:
20297: * configure, configure.in: hpux check, nsl link, no socket
20298:
1.211 moko 20299: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20300:
20301: * configure, configure.in: pack even address access on sparc&co
20302: arch checked in configure
20303:
20304: * configure, src/include/pa_version.h: makes
20305:
20306: * configure, configure.in, src/include/pa_version.h: makes
20307:
20308: * src/main/untaint.C: (bug#2) mail subject got always prepended
20309: with charset even when all letters were 7bit one
20310:
20311: * src/main/pa_common.C: merged fixed -d (bug)
20312:
20313: * src/main/pa_common.C: fixed -d (bug)
20314:
20315: 2002-06-03 paf
20316:
1.211 moko 20317: * ChangeLog, operators.ru.txt, operators.txt,
20318: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20319: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20320: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20321: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20322: .dsp-s along with reorganized cvs modules dirs structure
20323:
20324: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20325: main/pa_globals.C, targets/cgi/parser3.dsp,
20326: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20327: modules
20328:
20329: 2002-05-28 paf
20330:
20331: * src/targets/cgi/parser3.C: info.uri now ""
20332:
20333: 2002-05-17 paf
20334:
20335: * src/classes/: table.C: ^table.save << checked empty
20336: pre/match/post columns
20337:
20338: 2002-05-16 paf
20339:
20340: * src/classes/image.C: image::measure can png now
20341:
20342: 2002-05-15 paf
20343:
1.211 moko 20344: * operators.ru.txt, operators.txt, src/classes/date.C:
20345: ^date::create[%H:%M[:%S]] added
1.95 moko 20346:
20347: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20348:
1.211 moko 20349: * operators.ru.txt, operators.txt, src/classes/date.C:
20350: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20351:
20352: 2002-05-14 paf
20353:
20354: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20355:
20356: 2002-05-07 paf
20357:
20358: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20359: src/include/pa_globals.h, src/include/pa_request.h,
20360: src/include/pa_table.h, src/main/compile.tab.C,
20361: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20362: src/main/pa_request.C, src/main/pa_table.C,
20363: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20364: src/targets/isapi/parser3isapi.dsp,
20365: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20366: name2number field now &. main_method_name now on Request pool
20367: rather on global_pool [Junction+VJunction created on same pool as
20368: name = were created on global pool, causing mem leaks]
20369:
20370: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20371: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20372: main/compile.y, main/main.dsp, main/pa_globals.C,
20373: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20374: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20375: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20376: field now &. main_method_name now on Request pool rather on
20377: global_pool [Junction+VJunction created on same pool as name =
20378: were created on global pool, causing mem leaks]
20379:
20380: 2002-05-06 paf
20381:
20382: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20383: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20384: 100*40 bytes per request memory leak [nonpool malloc in globals]
20385:
20386: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20387: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20388: 100*40 bytes per request memory leak [nonpool malloc in globals]
20389:
20390: 2002-04-30 paf
20391:
20392: * configure, src/include/pa_version.h: version now not b
20393:
20394: * src/targets/cgi/parser3.C: request.uri now never 0
20395:
20396: 2002-04-29 paf
20397:
20398: * configure.in: removed b
20399:
20400: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20401: Exception::comment/type checked in (), no there's no empty
20402: type/comment by default
20403:
20404: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20405: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20406: src/doc/value.dox, src/include/pa_exception.h,
20407: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20408: 0001
20409:
20410: 2002-04-26 paf
20411:
20412: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20413: size reduced
20414:
20415: 2002-04-25 paf
20416:
20417: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20418: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20419: now that took into account
20420:
1.211 moko 20421: * operators.ru.txt, operators.txt, src/classes/date.C:
20422: ^date::create[2002-12-33 01:03:04]
1.95 moko 20423:
1.211 moko 20424: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20425: ^date::create[2002-12-33 01:03:04]
20426:
20427: * ChangeLog: updated changelog
20428:
20429: * src/classes/table.C: removed restriction on column count to
20430: ^table.hash to work, now must be >0 [were >1]
20431:
20432: 2002-04-24 paf
20433:
20434: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20435: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20436: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20437: targets
20438:
20439: 2002-04-23 paf
20440:
1.211 moko 20441: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20442: int/double/string:sql{}[$.default{code}] fixed [were barking:
20443: "junction used outside of context"]
20444:
20445: 2002-04-22 paf
20446:
20447: * types.txt, src/classes/string.C, src/include/pa_string.h,
20448: src/main/pa_string.C, src/types/pa_vstring.C,
20449: src/types/pa_vstring.h: ^string.optimize[]
20450:
20451: * src/: include/pa_globals.h, include/pa_table.h,
20452: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20453: table template
20454:
20455: * src/classes/: string.C: optimize removed from string
20456: .left/right/pos
20457:
20458: * src/main/execute.C: rolled back to
20459: before_killing_userjunction_contexts
20460:
20461: * src/main/execute.C: user junctions context killed
20462:
20463: * src/main/execute.C: junctions to local contexts got
20464: cleanized&checked later
20465:
20466: 2002-04-19 paf
20467:
20468: * src/: classes/string.C, include/pa_request.h,
20469: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20470: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20471: prior to .left .right .mid .pos .match when that is profitable,
20472: and always before .replace when $ORIGINS(1) optimization disabled
20473: economy from not wasting mem on lots of strings which occur by
20474: lots of String:mid calls to get parts of source string between
20475: found_occurances
20476:
20477: * src/classes/file.C: ovector now local economy: 16 bytes per
20478: ^file:list
20479:
20480: * src/: include/pa_globals.h, include/pa_table.h,
20481: main/pa_globals.C, main/pa_string.C: String::match table columns
20482: globalized, not created @ each ^match anymore economy:
20483: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20484:
20485: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20486: removed from each String::match replace iteration, and made
20487: stacked sizeof(VTable)=12bytes economy on each replace code
20488:
20489: * src/doc/footer.htm: 2001,
20490:
20491: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20492: string.match[]['] option enables generation of $match.prematch
20493: .match .postmatch columns
20494:
20495: * src/main/pa_string.C: String::match options analized without
20496: cstr-ing them now
20497:
20498: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20499: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20500: config updated to doxygen 1.2.15, created helper which fixes
20501: minor bugs in chm project files & htm tree. changed extension to
20502: .htm
20503:
20504: 2002-04-18 paf
20505:
20506: * src/doc/doxygen.cfg: .chi generation disabled
20507:
20508: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20509: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20510: fields&methods
20511:
20512: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20513: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20514: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20515: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20516: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20517: types/pa_vresponse.h, types/pa_vstateless_class.h,
20518: types/pa_vstateless_object.h, types/pa_vstatus.h,
20519: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20520: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20521: VStateless_class to VObject
20522:
20523: * src/: main/pa_request.C, types/pa_valiased.h,
20524: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20525: types/pa_vstring.h: VStateless_string_object speicalized light
20526: version of VStateless_object
20527:
20528: * src/classes/op.C: ^throw comment param made optional
20529:
20530: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20531: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20532: and implemented down in VClass, fclass_alias removed,
20533:
20534: * src/types/pa_value.C: forced to cut that from .h because of
20535: VStateless_class usage [undefined in .h]
20536:
20537: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20538: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20539: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20540: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20541: on each CALL]
20542:
20543: * src/: classes/classes.h, classes/date.C, classes/double.C,
20544: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20545: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20546: classes/response.C, classes/string.C, classes/table.C,
20547: classes/void.C, classes/xnode.C, include/pa_globals.h,
20548: include/pa_request.h, main/execute.C, main/pa_globals.C,
20549: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20550: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20551: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20552: types/pa_vstateless_class.h, types/pa_wcontext.C,
20553: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20554: removed Value::fname
20555:
20556: 2002-04-17 paf
20557:
20558: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20559: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20560: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20561: include/pa_pool.h, include/pa_types.h: dox updated to current
20562: state, PTHROW freshen to throw & co
20563:
20564: * src/types/pa_vhash.h: vstring wrong parent fixed
20565:
20566: * src/classes/op.C: taint local result var bug fixed
20567:
20568: 2002-04-16 paf
20569:
20570: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20571: Attic asm.txt as most interesting
20572:
20573: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20574: check, preventing content-length: 0 from appearing
20575:
20576: * src/main/execute.C: $result in @main now taken into account as in
20577: usual functions
20578:
20579: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20580: & @unhandled_exception now taken into account as in usual
20581: functions
20582:
20583: * src/doc/postbuild.txt: instructions on post .html build
20584:
20585: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20586:
20587: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20588: tainted
20589:
20590: * src/main/pa_request.C: uri in error log
20591:
20592: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20593: cheched date:create(days) param for validity [later were assumed
20594: valid and crashed on invalid onces]
20595:
20596: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20597: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20598: and used that for removing VString wrapper
20599:
20600: * src/classes/op.C: exception2vhash file now tainted
20601:
20602: * src/classes/op.C: _process pseudo origin copied from local var to
20603: heap
20604:
20605: * src/classes/op.C: extra check on empty file in origin in _execute
20606:
20607: 2002-04-15 paf
20608:
20609: * src/: main/execute.C, types/pa_value.h: fixed name update
20610:
20611: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20612: functions
20613:
20614: * src/: classes/file.C, classes/hash.C, classes/op.C,
20615: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20616: started dual write_xxx_lang functions, if checked & works
20617:
20618: * src/: classes/date.C, classes/file.C, classes/mail.C,
20619: classes/string.C, classes/xnode.C, include/pa_request.h,
20620: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20621: unnecessary VString shells
20622:
20623: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20624: prev changes]
20625:
20626: * src/: classes/image.C, classes/op.C, classes/string.C,
20627: classes/table.C, include/pa_request.h, main/execute.C,
20628: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20629: StringOrValue wcontext result, now ready for dual writes
20630:
20631: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20632: checked that
20633:
20634: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20635: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20636: changed to OP_WRITE_VALUE in var get cases
20637:
20638: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20639: include/pa_request.h, main/compile.tab.C, main/compile.y,
20640: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20641: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20642: switch in hash constructor fixed [were problems with using of
20643: stacked wwrapper after it's death]
20644:
20645: 2002-04-12 paf
20646:
1.211 moko 20647: * operators.ru.txt, operators.txt, src/classes/table.C:
20648: table.select(expression) 0
1.95 moko 20649:
20650: 2002-04-11 paf
20651:
20652: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20653: Request::process_internal codeFrame & wwrapper stacked [not
20654: wasting heap anymore]
20655:
20656: 2002-04-10 paf
20657:
20658: * src/: classes/double.C, classes/file.C, classes/hash.C,
20659: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20660: classes/string.C, classes/table.C, classes/void.C,
20661: classes/xdoc.C, include/pa_request.h, main/execute.C,
20662: main/pa_string.C: killed Request::process() wrapping
20663: VString(String) in case we need only String
20664:
20665: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20666: killed 8 bytes from String.head
20667:
20668: 2002-04-09 paf
20669:
20670: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20671: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20672: local*/char b[...]; a=b; situations
20673:
1.211 moko 20674: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20675: made literal
1.95 moko 20676:
20677: * src/classes/xdoc.C: xslt params fixed
20678:
20679: * src/: main/pa_common.C, targets/cgi/parser3.C,
20680: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20681: not pool.malloc(MAX_NUMBER) but really neaded
20682:
1.211 moko 20683: * operators.ru.txt, operators.txt, src/classes/double.C,
20684: src/classes/int.C: int/double.int/double(default)
1.95 moko 20685:
20686: 2002-04-04 paf
20687:
20688: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20689: [when reconstructing pieces were split by
20690: max_integral(piece.size), thus some strings to replace happen to
20691: be split into two = not replaced)
20692:
20693: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20694: standalone version = current dir
20695:
20696: * src/targets/cgi/parser3.C: document root in standalone version =
20697: current dir
20698:
20699: 2002-04-03 paf
20700:
20701: * configure, configure.in: more checks on nonexistent charset
20702:
1.116 moko 20703: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20704:
20705: 2002-04-02 paf
20706:
20707: * src/main/compile.C: parser.compile [exception name more like in
20708: doc]
20709:
20710: 2002-04-01 paf
20711:
20712: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20713: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20714: .content-type.charset, not .charset
20715:
20716: 2002-03-29 paf
20717:
20718: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20719:
1.211 moko 20720: * operators.ru.txt, operators.txt, src/classes/date.C:
20721: ^date::create now may not supply day, default 1. checked 29.03
20722: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20723:
20724: 2002-03-28 paf
20725:
1.211 moko 20726: * operators.ru.txt, operators.txt, src/classes/date.C,
20727: src/classes/op.C, src/include/pa_globals.h,
20728: src/include/pa_hash.h, src/main/pa_globals.C,
20729: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20730: ^cache[date] }
1.95 moko 20731:
20732: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20733: param
20734:
20735: 2002-03-27 paf
20736:
1.211 moko 20737: * operators.ru.txt, operators.txt, src/classes/date.C,
20738: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20739: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20740: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20741: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20742: src/classes/xdoc.C, src/classes/xnode.C,
20743: src/include/pa_exception.h, src/include/pa_request.h,
20744: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20745: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20746: src/main/pa_array.C, src/main/pa_charset.C,
20747: src/main/pa_charsets.C, src/main/pa_common.C,
20748: src/main/pa_dictionary.C, src/main/pa_exception.C,
20749: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20750: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20751: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20752: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20753: src/types/pa_value.h, src/types/pa_vcookie.C,
20754: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20755: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20756: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20757: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20758: src/types/pa_wwrapper.h: assigned exception types
20759:
1.211 moko 20760: * operators.ru.txt, operators.txt, src/classes/op.C,
20761: src/include/pa_config_fixed.h, src/include/pa_request.h,
20762: src/main/execute.C, src/main/pa_request.C: decided agains
20763: resetting exception_trace, just changed name
1.95 moko 20764:
20765: 2002-03-26 paf
20766:
20767: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20768: fixed
20769:
20770: * src/classes/op.C: forced language of $source field of exception
20771: to 'tainted', so that sql-langed-frags could be outputed outside
20772: of connect
20773:
1.211 moko 20774: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20775: offset
1.95 moko 20776:
20777: * src/classes/date.C: removed date.roll limit of +-1 offset
20778:
1.211 moko 20779: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20780: roll on daylightsaving days mktime took into account tm_isdst
20781: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20782:
20783: 2002-03-25 paf
20784:
1.211 moko 20785: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20786: http_site_config_filespec
20787:
20788: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20789: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20790: with any/both --disable-foreign-group-files --disable-execs
20791:
20792: * INSTALL: "--with=sendmail=COMMAND" comment
20793:
20794: * INSTALL, configure, configure.in, src/classes/mail.C,
20795: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20796: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20797: disables execs also. introducing --sendmail
1.95 moko 20798:
1.211 moko 20799: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20800:
20801: * INSTALL: comment on --disable-link-stdcpp
20802:
1.116 moko 20803: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20804: libstdc++ link skipping configure option
1.95 moko 20805:
20806: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20807: with error were put to cache with 'marked_to_rollback' flag, all
20808: consequent even OK requests rolled back
20809:
20810: 2002-03-22 paf
20811:
20812: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20813: false return
20814:
1.211 moko 20815: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20816:
20817: 2002-03-18 paf
20818:
1.211 moko 20819: * operators.ru.txt, operators.txt, src/classes/op.C,
20820: src/include/pa_exception.h, src/include/pa_globals.h,
20821: src/include/pa_request.h, src/include/pa_stack.h,
20822: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20823:
20824: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20825: types/pa_vdouble.h: removed some tested @tests
20826:
20827: 2002-03-15 paf
20828:
1.211 moko 20829: * operators.ru.txt, operators.txt, src/classes/table.C:
20830: ^table.locate(logical expr)
1.95 moko 20831:
20832: 2002-03-13 paf
20833:
20834: * src/main/pa_exception.C: checked not-pooled malloc
20835:
20836: 2002-03-11 paf
20837:
20838: * INSTALL, configure, configure.in,
20839: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20840:
20841: * src/main/pa_common.C: --disable-foreign-group-files
20842:
20843: * INSTALL: --disable-execs
20844:
20845: * src/main/pa_exec.C: --disable-execs
20846:
20847: * configure, configure.in, src/include/pa_config_auto.h.in:
20848: --disable-execs
20849:
20850: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20851:
20852: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20853: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20854:
20855: 2002-03-05 paf
20856:
1.211 moko 20857: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20858: calendar columns named
1.95 moko 20859:
1.211 moko 20860: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20861: calendar columns named
1.95 moko 20862:
20863: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20864: requires headers to be terminated with \r\n manually [refuses to
20865: separate header/body itself]
20866:
20867: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20868: targets/isapi/parser3isapi.C: isapi site config beside .dll
20869:
20870: 2002-03-04 paf
20871:
20872: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20873: in PASS language
20874:
20875: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20876: deserialize checks on broken file
20877:
20878: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20879: parser3isapi.dsp: isapi updated
20880:
20881: 2002-03-01 paf
20882:
20883: * src/main/pa_exec.C: execle -> execve, now argc OK
20884:
20885: 2002-02-28 paf
20886:
20887: * src/main/untaint.C: removed some debug comments
20888:
20889: * src/main/pa_charsets.C: when placing charset to cache using
20890: global name now [were request]
20891:
20892: * configure, configure.in: apache module updated
20893:
20894: * src/main/pa_string.C: origin by first piece preferred before last
20895: piece
20896:
20897: 2002-02-27 paf
20898:
20899: * src/main/pa_charset.C: size_t
20900:
20901: * INSTALL: shared/static-xml with-pathlink
20902:
1.211 moko 20903: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20904:
20905: 2002-02-26 paf
20906:
20907: * src/main/pa_exec.C: more precise names for vars, cosmetic
20908:
20909: * src/classes/xnode.C: in some situation, xpath query returned
20910: result with type NODESET, but empty nodeset member field, checked
20911: that
20912:
20913: 2002-02-22 paf
20914:
20915: * INSTALL: without-zlib comment
20916:
20917: * etc/parser3.charsets/windows-1251.cfg: °
20918:
20919: * configure, configure.in: glib###.a detection fixed
20920:
20921: * INSTALL: hashfile removed from INSTALL
20922:
1.116 moko 20923: * Makefile.am: make update
1.95 moko 20924:
20925: * src/main/pa_string.C: string iterators fixed again, so were
20926: String::join_chain
20927:
20928: * src/main/pa_string.C: string iterators fixed again, so were
20929: String::join_chain
20930:
20931: * src/: include/pa_string.h, main/pa_string.C: string iterators
20932: fixed again, so were String::join_chain
20933:
20934: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20935:
1.211 moko 20936: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20937: "expires=0" = "session"
1.95 moko 20938:
1.116 moko 20939: * configure, configure.in, src/include/pa_config_auto.h.in:
20940: --with-shared-xml --with-static-xml
1.95 moko 20941:
20942: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20943: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20944: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20945: xalan&xml
20946:
20947: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20948:
1.211 moko 20949: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20950: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20951: from sources for now
1.95 moko 20952:
1.116 moko 20953: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20954: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20955: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20956: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20957: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20958: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20959: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20960: src/types/Makefile.am, src/types/pa_vhashfile.C,
20961: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20962:
20963: 2002-02-21 paf
20964:
20965: * src/main/untaint.C: removed debug code, activated commented-for
20966: debug parts
20967:
1.116 moko 20968: * Makefile.am: make cvsupdate
1.95 moko 20969:
20970: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20971: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20972: append_row, not at link zero now string to string appending works
20973:
20974: 2002-02-20 paf
20975:
20976: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20977: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20978: DEBUG_STRING_APPENDS_VS_EXPANDS
20979:
20980: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20981: economy: 22%
20982:
20983: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20984: space uptimized: string::link_row removed
20985:
20986: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20987: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20988: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20989: types/pa_vstring.h: speed uptimized: string::is_empty
20990:
1.211 moko 20991: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20992: src/include/pa_config_fixed.h, src/include/pa_string.h,
20993: src/include/pa_types.h, src/main/compile.tab.C,
20994: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20995: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20996: string append optimiziation idea and estimates
20997:
20998: 2002-02-19 paf
20999:
21000: * src/classes/math.C: not used directly [but erroreously reported
21001: that 'is', thus registering twice&other probs]
21002:
21003: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21004: to node [element]
21005:
21006: * src/main/compile.C: without string_origins parse error
21007: file+line+col possible
21008:
21009: * src/main/: compile.C: without string_origins not worked
21010:
21011: 2002-02-18 paf
21012:
21013: * src/types/pa_vdouble.h: since we have in_expression removed that
21014: trick i've installed into double::as_string
21015:
21016: * src/main/pa_globals.C: extern "C" was removed too fast
21017:
21018: * src/: include/pa_opcode.h, include/pa_request.h,
21019: main/compile.tab.C, main/compile.y, main/execute.C,
21020: types/pa_wcontext.h: in_expression aimed to solve old problem
21021: with string/nonstring values, now in expressions double/int
21022: values are passed as-is, without stupid tostring/fromstring
21023: conversions
21024:
21025: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21026: __cplusplus } #endif
21027:
21028: * src/main/compile.tab.C: bison env set so one could compile
21029: without cygwin installed
21030:
21031: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21032: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21033: gnome xml libs parser .dsp-s changed accordingly
21034:
1.211 moko 21035: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21036: PARSER_ROOT_CONFIG
1.95 moko 21037:
1.211 moko 21038: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21039: [were date::set, with backward comp
1.95 moko 21040:
21041: * src/classes/math.C: math:random range check fixed
21042:
21043: * src/main/: compile.tab.C, compile.y: integer division stops name
21044:
21045: * INSTALL: local install comment
21046:
1.116 moko 21047: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21048:
1.116 moko 21049: * acinclude.m4, aclocal.m4, configure, configure.in,
21050: src/include/pa_config_auto.h.in,
21051: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21052: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21053:
1.211 moko 21054: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21055:
21056: 2002-02-13 paf
21057:
21058: * src/include/pa_config_includes.h: sys/time time both included
21059: now. vaguely remember confilicts on this on some system [not on
21060: six|ablv] so when would see them again would think up proper
21061: check
21062:
1.116 moko 21063: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21064: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21065:
21066: * src/main/pa_common.C: truncation never occured when writing files
21067: on unix [since i've changed cache mech] fix
21068:
21069: * src/main/pa_common.C: strnchr: sanity check added
21070:
21071: * etc/parser3.charsets/windows-1257.cfg: id added
21072:
21073: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21074: baltic charset file generated, in generation script ispunct check
21075: added
21076:
21077: 2002-02-08 paf
21078:
1.116 moko 21079: * src/: include/Makefile.am, sql/Makefile.am,
21080: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21081:
21082: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21083: forgotten
21084:
21085: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21086:
21087: * INSTALL, README: install&others updated
21088:
21089: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21090:
1.116 moko 21091: * Makefile.am, configure, configure.in,
21092: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21093: src/classes/Makefile.am, src/main/Makefile.am,
21094: src/main/pa_status_provider.C, src/targets/Makefile.am,
21095: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21096: works
1.95 moko 21097:
21098: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21099: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21100: classes/hashfile.C, classes/int.C, classes/mail.C,
21101: classes/math.C, classes/op.C, classes/response.C,
21102: classes/string.C, classes/table.C, classes/void.C,
21103: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21104: include/pa_array.h, include/pa_cache_managers.h,
21105: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21106: include/pa_config_fixed.h, include/pa_config_includes.h,
21107: include/pa_db_connection.h, include/pa_db_manager.h,
21108: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21109: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21110: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21111: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21112: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21113: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21114: include/pa_stack.h, include/pa_string.h,
21115: include/pa_stylesheet_connection.h,
21116: include/pa_stylesheet_manager.h, include/pa_table.h,
21117: include/pa_threads.h, include/pa_types.h, main/compile.C,
21118: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21119: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21120: main/pa_db_connection.C, main/pa_db_manager.C,
21121: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21122: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21123: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21124: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21125: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21126: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21127: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21128: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21129: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21130: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21131: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21132: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21133: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21134: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21135: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21136: types/pa_vmethod_frame.h, types/pa_vobject.h,
21137: types/pa_vrequest.h, types/pa_vresponse.h,
21138: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21139: types/pa_vstateless_object.h, types/pa_vstatus.C,
21140: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21141: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21142: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21143: classes/image.C, main/pa_common.C, main/pa_exec.C,
21144: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21145: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21146: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21147: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21148: types/pa_vxnode.C, main/pa_charset.C: name spelling
21149:
21150: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21151: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21152: classes/hashfile.C, classes/image.C, classes/int.C,
21153: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21154: classes/string.C, classes/table.C, classes/void.C,
21155: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21156: include/pa_array.h, include/pa_cache_managers.h,
21157: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21158: include/pa_config_fixed.h, include/pa_config_includes.h,
21159: include/pa_db_connection.h, include/pa_db_manager.h,
21160: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21161: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21162: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21163: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21164: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21165: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21166: include/pa_stack.h, include/pa_string.h,
21167: include/pa_stylesheet_connection.h,
21168: include/pa_stylesheet_manager.h, include/pa_table.h,
21169: include/pa_threads.h, include/pa_types.h, main/compile.C,
21170: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21171: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21172: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21173: main/pa_db_connection.C, main/pa_db_manager.C,
21174: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21175: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21176: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21177: main/pa_socks.C, main/pa_sql_driver_manager.C,
21178: main/pa_status_provider.C, main/pa_string.C,
21179: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21180: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21181: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21182: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21183: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21184: targets/isapi/pool_storage.h, types/pa_valiased.C,
21185: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21186: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21187: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21188: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21189: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21190: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21191: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21192: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21193: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21194: types/pa_vresponse.h, types/pa_vstateless_class.C,
21195: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21196: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21197: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21198: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21199: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21200: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21201:
21202: 2002-02-07 paf
21203:
21204: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21205:
1.116 moko 21206: * configure, configure.in, src/include/pa_config_auto.h.in,
21207: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21208: added yet another locking function: fcntl
1.95 moko 21209:
21210: * config.sub: on cygwin configure passes it with strange i1586
21211: const, hacked it to mean i586
21212:
21213: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21214: disabled $if reference due to conflicts with local variables
21215:
1.211 moko 21216: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21217: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21218: xdoc::create, with both sences
21219:
21220: * operators.ru.txt, operators.txt, src/classes/table.C,
21221: src/include/pa_array.h, src/include/pa_table.h,
21222: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21223: 'set' name obsolete now table clone.
1.95 moko 21224:
1.211 moko 21225: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21226: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21227: ^int/double/string.format now can be called with normal []
21228: brackets, not stupid {} as it were implemented for some strange
21229: reason. retaining backward compatibility due to some
21230: already-implemented servers
21231:
21232: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21233: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21234: operators now detected by check at name_without_curly_rdive_read
21235: rule whether diving code constists only of
21236: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21237: with OP_GET_ELEMENT_OR_OPERATOR to form
21238: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21239:
21240: 2002-02-06 paf
21241:
21242: * configure, configure.in: prefix expanded, grr
21243:
1.211 moko 21244: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21245: config changed
1.95 moko 21246:
21247: 2002-02-05 paf
21248:
1.211 moko 21249: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21250:
21251: * src/main/: pa_exec.C: argv0 now correct
21252:
21253: * src/types/pa_vstatus.C: status:rusage 3
21254:
21255: * src/types/pa_vstatus.C: status:rusage 2
21256:
1.211 moko 21257: * operators.ru.txt, operators.txt: status:rusage described int
21258: operators
1.95 moko 21259:
21260: * src/types/pa_vstatus.C: status:rusage 1
21261:
21262: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21263: src/types/types.dsp: status:rusage
21264:
1.211 moko 21265: * configure.in, operators.ru.txt, operators.txt,
21266: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21267: src/include/pa_config_includes.h, src/main/compile.tab.C,
21268: src/main/pa_common.C: rewritten ^cache to use
21269: non-blocking-exclusive-caches
21270:
21271: * src/main/pa_common.C: text file read mode on win32 adjusted
21272: [speed impact. was off for debugging purpose, but forgotten
21273: afterwards]
21274:
21275: 2002-02-01 paf
21276:
21277: * src/classes/op.C: file_write does EX lock after create, while
21278: file_read does SH after open, so there's a moment after create
21279: but before EX lock when read can sneak into, and read
21280: just-created-for-writing-and-not-yet-locked file, added a check
21281: for that in ^cache...read
21282:
21283: 2002-01-31 paf
21284:
21285: * src/main/: compile.y, compile.tab.C: disabled operator call after
21286: ^xxx:
21287:
21288: * src/main/: compile.tab.C, execute.C: made operators lookup first
21289: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21290:
21291: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21292: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21293: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21294: operators check 6.1 rewritten. now check is done at compile time
21295:
21296: * src/main/execute.C: operators check 5 floated up old error of
21297: staying in 'entered class/object' state after $a($a..) it
21298: prevented operators from being called thereafter
21299:
21300: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21301: main/execute.C: operators check 4 floated up old error of staying
21302: in 'entered object' state after ^a.a(a) it prevented operators
21303: from being called thereafter
21304:
21305: * src/main/execute.C: operators check 3 floated up old error of
21306: staying in 'entered class' state after $a:a(a) it prevented
21307: operators from being called thereafter
21308:
21309: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21310: floated up old error of staying in 'entered class' state after
21311: $a:a[a] it prevented operators from being called thereafter
21312:
21313: * src/main/execute.C: operators check, thay mistakenly seen in
21314: $class:operator $object.operators contexts
21315:
21316: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21317: win32
21318:
1.116 moko 21319: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21320: src/classes/Makefile.am, src/main/Makefile.am,
21321: src/targets/cgi/Makefile.am,
1.95 moko 21322: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21323: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21324:
1.116 moko 21325: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21326: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21327: configure, configure.in, form.txt, ident.awk, install-sh,
21328: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21329: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21330: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21331: etc/parser3.charsets/koi8-r.cfg,
21332: etc/parser3.charsets/windows-1250.cfg,
21333: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21334: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21335: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21336: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21337: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21338: straightened installation scripts procedure made
21339: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21340: change
21341:
21342: 2002-01-30 paf
21343:
21344: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21345: removed] those comments were a mistake, and prevented libltdl
21346: from function properly
21347:
21348: 2002-01-29 paf
21349:
1.116 moko 21350: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21351: creation [modified acinclude.m4 which were creating int into just
21352: assignment LIBTOOL=../libtool] added default system
21353: config&charsetts prepared 'make install', now it installs
21354: targets/cgi/parser3 into bin directory etc/parser3.conf &
21355: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21356: $sysconfdir/parser3.charsets respectively
21357:
21358: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21359: main/pa_globals.C: few forgotten ifdef XML added
21360:
21361: 2002-01-28 paf
21362:
1.116 moko 21363: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21364: removed
21365:
21366: * src/main/pa_exception.C: dom|generic error output fix
21367:
21368: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21369:
21370: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21371:
21372: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21373: [fixed as_node helper func to accept docs]
21374:
21375: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21376: xdoc.importNode 0
21377:
21378: * src/classes/xdoc.C: xdoc::set now untaints OK
21379:
21380: 2002-01-25 paf
21381:
21382: * src/main/: compile.tab.C, compile.y: #comment before @ after
21383: @SPECIAL now works OK
21384:
21385: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21386:
21387: * src/main/pa_exec.C: max arg count now 10, and proper message on
21388: violation that added
21389:
21390: * src/classes/hash.C: unified hash::sql, now
21391: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21392:
21393: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21394: ^file:lock[filename]{code}
21395:
21396: * src/: classes/file.C, classes/op.C, classes/string.C,
21397: classes/table.C, classes/xdoc.C, include/pa_common.h,
21398: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21399: to some pa_common funcs
21400:
21401: * src/: include/pa_charset.h, main/pa_globals.C:
21402: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21403:
21404: * src/: include/pa_charset.h, main/pa_charset.C,
21405: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21406: not stupid illegal define
21407:
21408: 2002-01-24 paf
21409:
21410: * src/include/pa_version.h: changed version number
21411:
21412: * src/: classes/hashfile.C, include/pa_db_table.h,
21413: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21414: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21415: main/pa_db_connection.C, main/pa_db_table.C,
21416: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21417: hashfile without logfiles
21418:
21419: * src/: classes/hashfile.C, include/pa_db_table.h,
21420: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21421: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21422: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21423: DB_INIT_TXN init bits, thus got rid of huge log files, which
21424: cluttered disk without huge need]
21425:
21426: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21427: handy macro, which is strangly abscent in dome lib
21428:
21429: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21430:
21431: * src/classes/xdoc.C: checked empty response
21432:
21433: * src/classes/xnode.C: xdoc.select fixed context node [were always
21434: /, not self node]
21435:
21436: * src/classes/xnode.C: xnode.select returns array always now, in
21437: case 'nothing found' returns empty array
21438:
21439: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21440: be more tender with ctrl/c/v
21441:
21442: 2002-01-23 paf
21443:
21444: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21445: substituted. // 2. when dom tree with entites goes under
21446: transform text nodes // got [erroreosly] cut on first
21447: entity occurance
21448:
21449: * src/types/pa_vdouble.h: double prec. todo: get rid of
21450: twice-converting
21451:
21452: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21453: 'e' in output this is for regretful twice-converting here:
21454: $a(double value) when they write double falue they convert it to
21455: string first, thus %g were losing precesion.
21456:
21457: todo: think up some way to remove double->string string->double
21458: twice-converting
21459:
21460: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21461: %.20E now default float format this is for regretful
21462: twice-converting here: $a(double value) when they write double
21463: falue they convert it to string first, thus %g were losing
21464: precesion.
21465:
21466: todo: think up some way to remove double->string string->double
21467: twice-converting
21468:
21469: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21470: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21471: reasons in comment inside
21472:
21473: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21474: statically linked]
21475:
21476: * src/: include/pa_exception.h, main/compile.tab.C,
21477: main/pa_exception.C: removed exception va_list constructor. 1.
21478: not needed anymore 2. there were a conflict[causing errors]
21479: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21480: never detected an ambiguilty here, compiling ctor(, "hello") into
21481: ctor(, va_list) which, of course, caused gpf
21482:
21483: * src/main/pa_globals.C: removed debug xslt messages
21484:
21485: 2002-01-22 paf
21486:
21487: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21488: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21489: helps compiling stylesheet properly. example: this refused to
21490: work, <b>«<xsl:value-of select="@title"
21491: />»</b> stranly worked only this way:
21492: <b>«<xsl:value-of select="@title" />»</b>
21493:
21494: docs says "set it to 1", never going into details, so I decided
21495: to try NOT to do that
21496:
21497: * src/classes/table.C: join behaived badly in case named tables
21498: structure mismatched: 0 strings sneaked into dest failing
21499: afterwards. replaced them with empty strings
21500:
21501: 2002-01-21 paf
21502:
21503: * src/main/pa_charset.C: checked empty transcoders in
21504: transcode_cstr|buf
21505:
21506: * src/classes/xdoc.C: xdoc::load error source = filespec
21507:
21508: * src/classes/xdoc.C: transform error source now
21509: stylesheet_filespec
21510:
1.116 moko 21511: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21512: include/pa_stylesheet_connection.h, main/pa_charset.C,
21513: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21514: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21515: gnome
1.95 moko 21516:
21517: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21518: include/pa_globals.h, include/pa_stylesheet_connection.h,
21519: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21520: xslt generic error 1
21521:
21522: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21523: xml generic message 1
21524:
21525: * src/classes/table.C: ^table::load empty lines or #comments before
21526: headline
21527:
21528: * src/: include/pa_array.h, include/pa_globals.h,
21529: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21530: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21531: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21532: errors 0
21533:
21534: 2002-01-16 paf
21535:
21536: * src/: classes/hash.C, classes/op.C, classes/string.C,
21537: classes/table.C, classes/void.C, classes/xdoc.C,
21538: include/pa_db_connection.h, include/pa_request.h,
21539: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21540: include/pa_stylesheet_connection.h,
21541: include/pa_stylesheet_manager.h, main/pa_request.C,
21542: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21543: targets/cgi/pool_storage.h: auto closers to sql_connection,
21544: stylesheet_connection auto destroyers to remaining gnome objects
21545:
21546: * src/classes/xdoc.C: few comments
21547:
21548: 2002-01-15 paf
21549:
21550: * src/classes/xdoc.C: xdoc file save string
21551:
21552: ready. todo: error handling
21553:
21554: * src/classes/xdoc.C: xdoc save rewritten using
21555: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21556: result
21557:
21558: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21559: started output options parsing
21560:
21561: 2002-01-14 paf
21562:
21563: * src/classes/xdoc.C: method
21564:
21565: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21566: include/pa_pool.h, include/pa_stylesheet_connection.h,
21567: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21568: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21569: xslt transform0. TODO: use output options handle errors
21570:
21571: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21572:
21573: 2002-01-11 paf
21574:
21575: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21576: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21577: partial logical && || evaluation
21578:
21579: * src/classes/xnode.C: xpath selectNodes
21580:
21581: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21582: string/number/bool
21583:
21584: * src/classes/xnode.C: xpath selectNode 2
21585:
21586: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21587: xpath selectNode 1
21588:
21589: 2002-01-10 paf
21590:
21591: * src/classes/xnode.C: xpath selectNode -100 [just written]
21592:
21593: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21594: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21595: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21596: refcounter]
21597:
21598: 2001-12-29 paf
21599:
21600: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21601: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21602: glib works 0
21603:
21604: 2001-12-28 paf
21605:
21606: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21607: main/pa_exception.C: started glib transcoders
21608:
21609: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21610:
21611: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21612: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21613: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21614: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21615: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21616: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21617: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21618: libs just compiled in. no refcounting no xpath no xslt yet
21619:
21620: 2001-12-27 paf
21621:
21622: * src/: include/pa_charset.h, include/pa_common.h,
21623: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21624: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21625: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21626: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21627: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21628: from xalan&xerces, started the process. globals [initialization
21629: pool [charset update charset [transcodings vxnode vxdoc [DOM
21630: calls
21631:
21632: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21633: anymore
21634:
21635: 2001-12-26 paf
21636:
21637: * src/: include/pa_charset.h, include/pa_charsets.h,
21638: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21639: key globalized [bug]
21640:
21641: 2001-12-25 paf
21642:
21643: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21644: main/pa_string.C: table set & append changed splitting languages,
21645: separators now can be clean AND as-is same to mail command line
21646: $MAIN:MAIL.progX arguments
21647:
21648: 2001-12-24 paf
21649:
21650: * src/classes/mail.C: one parted text messages - no multipart
21651: mime-type anymore. for convinient if $.attach-ments
21652:
21653: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21654: main/pa_string.C: read from cache size check updated
21655:
21656: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21657:
21658: 2001-12-21 paf
21659:
21660: * src/classes/date.C: date:sql-string now returns localtime
21661:
21662: * src/main/pa_request.C: $result in @main actually not working, to
21663: hell with it for now
21664:
21665: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21666: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21667: @postprocess @exception
21668:
21669: * src/main/execute.C: junction evaluation canceled - endless
21670: recursion detected
21671:
21672: 2001-12-19 paf
21673:
21674: * src/main/pa_charset.C: charset->charset transcoding via unicode
21675: intermediate
21676:
21677: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21678:
21679: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21680:
21681: * src/classes/op.C: ^cache keypath now relative
21682:
21683: * src/classes/mail.C: changed weighting prior to sort
21684:
21685: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21686: were missing
21687:
21688: 2001-12-17 paf
21689:
21690: * src/main/pa_charset.C: ifndef XML were bad type
21691:
21692: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21693: outdated unset services_pool
21694:
21695: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21696: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21697: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21698:
21699: * src/main/untaint.C: allowed space in filespec
21700:
21701: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21702:
21703: * src/classes/image.C: no govno
21704:
21705: * src/classes/image.C: govno
21706:
21707: 2001-12-16 paf
21708:
21709: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21710:
21711: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21712: charset_connection&manager replaced by charset&charsets
21713:
21714: * src/main/pa_charset.C: name_cstr 0
21715:
21716: * src/main/untaint.C: uri lang now knows about client/source
21717: charsets
21718:
21719: * src/: classes/file.C, classes/math.C, classes/op.C,
21720: classes/string.C, classes/table.C, classes/xdoc.C,
21721: include/pa_array.h, include/pa_cache_managers.h,
21722: include/pa_charset_connection.h, include/pa_charset_manager.h,
21723: include/pa_common.h, include/pa_db_connection.h,
21724: include/pa_db_manager.h, include/pa_db_table.h,
21725: include/pa_dictionary.h, include/pa_exception.h,
21726: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21727: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21728: include/pa_sapi.h, include/pa_socks.h,
21729: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21730: include/pa_string.h, include/pa_stylesheet_connection.h,
21731: include/pa_stylesheet_manager.h, include/pa_table.h,
21732: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21733: main/pa_charset.C, main/pa_charset_connection.C,
21734: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21735: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21736: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21737: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21738: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21739: types/types.dsp: introducing Charset
21740:
21741: 2001-12-14 paf
21742:
21743: * src/: include/pa_request.h, include/pa_transcoder.h,
21744: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21745: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21746: uri lang
21747:
21748: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21749:
21750: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21751:
21752: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21753: defalts_name global
21754:
21755: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21756: include/pa_request.h, main/main.dsp,
21757: main/pa_charset_connection.C, main/pa_charset_manager.C,
21758: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21759: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21760: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21761: changed charset model. now important: $request:charset
21762: $response:charset while $response:content-type.charset become
21763: unimportant [informational]
21764:
21765: 2001-12-13 paf
21766:
21767: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21768:
21769: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21770: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21771: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21772: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21773: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21774: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21775:
21776: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21777: auto_ptr part other way, because of stupid gcc 2.96
21778: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21779: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21780: FormatterListener] /usr/include/g++-3/memory:48:
21781: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21782: _Tp1 = FormatterListener, _Tp = FormatterListener]
21783:
21784: * src/classes/xdoc.C: removed extra inc
21785:
21786: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21787:
21788: * src/include/pa_types.h: msvc head debugging flag
21789:
21790: * src/classes/xdoc.C: freed up listener
21791:
21792: * src/classes/string.C: change msg '... code is not code'
21793:
21794: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21795: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21796: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21797: [past/future prob]
21798:
21799: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21800: include/pa_config_fixed.h, include/pa_db_manager.h,
21801: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21802: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21803:
21804: * src/: include/pa_config_fixed.h, main/pa_common.C,
21805: main/pa_string.C: removed signed mismatch warnings
21806:
21807: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21808: 'expires' from header outputs
21809:
21810: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21811: row ptr
21812:
21813: * src/classes/file.C: file::cgi bug, request_method were passed to
21814: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21815:
21816: * src/classes/xdoc.C: lang list updated
21817:
21818: 2001-12-10 paf
21819:
21820: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21821:
21822: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21823: erase files like that, knowing their full name introducing //
21824: theoretical problem with, for instance, "_2B" and "." fragments,
21825: // they would yield the same // because
21826: need_file_encode('_')=false // but we need to delete such files
21827: somehow, getting names from ^index
21828:
21829: * src/main/pa_string.C: ^string.replace bug fixed [bad
21830: string::join_chank break]
21831:
21832: 2001-12-07 paf
21833:
21834: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21835: include/pa_common.h, include/pa_config_auto.h.in,
21836: include/pa_config_fixed.h, include/pa_config_includes.h,
21837: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21838: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21839: types/pa_vhashfile.C: merged from r14_simple_cache
21840:
21841: * src/main/pa_string.C: stupid sparc architecture failed to access
21842: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21843: lduh [ %i2 + 1 ], %l0
21844:
21845: bus error, fixed that
21846:
21847: * src/main/pa_string.C: strange string deserialize bug on
21848: client[pmts], a bit shortened,
21849:
21850: * src/include/pa_config_auto.h.in: makes
21851:
21852: * src/: include/pa_common.h, include/pa_config_fixed.h,
21853: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21854: file write shared lock file read
21855:
21856: * src/: classes/op.C, include/pa_common.h,
21857: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21858:
21859: 2001-12-06 paf
21860:
21861: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21862: main/pa_request.C: #ifdef RESOURCES_DEBUG
21863:
21864: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21865: info
21866:
21867: * src/classes/hashfile.C: removed transaction from ^cache
21868:
21869: 2001-12-05 paf
21870:
21871: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21872: IIS5 there were a prob with illegal call check
21873:
21874: 2001-12-04 paf
21875:
21876: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21877: main/pa_request.C: measures to log
21878:
21879: 2001-11-23 paf
21880:
21881: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21882: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21883: types/pa_vhashfile.C: merged from _0014, 1
21884:
21885: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21886: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21887: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21888: ^cache(33) would change
21889:
21890: 0660 bits in file_write & hashfile create
21891:
21892: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21893: after pa_string optimization]
21894:
21895: 2001-11-22 paf
21896:
21897: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21898: table.offset[whence]
21899:
21900: * src/classes/op.C: process cstr(,connection)
21901:
21902: * src/classes/op.C: process now gets its body on current language,
21903: not as-is
21904:
21905: * src/main/untaint.C: ORIGINS mode removed UHTML
21906:
21907: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21908: bit
21909:
1.116 moko 21910: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21911:
21912: 2001-11-21 paf
21913:
21914: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21915: <xsl:output output options made identical to xsl:output
21916: attributes exclusion: cdata-section-elements what xalan can do
21917: but that not used now: it can escape and remove CDATA sections
21918:
21919: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21920: produced by xslt
21921:
21922: * src/targets/cgi/parser3.C: removed debug cgi||1
21923:
21924: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21925:
21926: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21927: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21928: default language for {code}, it happen to change it's language
21929: from CLEAN, so later refused to split by CLEAN \t
21930:
21931: 2001-11-20 paf
21932:
1.116 moko 21933: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21934: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21935: bottom of dependeces, so that errors would popup quicklier, fixed
21936: line numbering in table::sql
21937:
21938: 2001-11-19 paf
21939:
21940: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21941: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21942: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21943: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21944: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21945: at wcontext.write
21946:
1.116 moko 21947: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21948: _set_new_handler
21949:
1.116 moko 21950: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21951: set_new_handler in apache&isapi
1.95 moko 21952:
21953: 2001-11-16 paf
21954:
21955: * src/targets/cgi/parser3.C: pool debug @ die
21956:
21957: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21958: removed 8 bytes from String, 2 bytes from
21959: string::chunk::row::item
21960:
21961: * src/main/pa_string.C: removed 1+4 bytes from String
21962:
21963: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21964: types/pa_vstring.C: removed 1+4 bytes from String
21965:
21966: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21967: 0
21968:
21969: * src/: include/pa_globals.h, include/pa_string.h,
21970: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21971: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21972: targets/cgi/parser3.C: introducing estimating
21973: String::cstr_bufsize, 0
21974:
21975: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21976:
21977: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21978:
21979: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21980: include/pa_pool.h: die in pool::fail
21981:
21982: 2001-11-15 paf
21983:
21984: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21985: main/pa_exception.C, targets/cgi/parser3.C: exception with
21986: dynamic buffer re-back now with counter
21987:
21988: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21989: static buffer back
21990:
21991: * src/targets/cgi/parser3.C: std::
21992:
21993: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21994: include/pa_config_includes.h: setnewhandler check
21995:
1.116 moko 21996: * src/include/pa_config_auto.h.in: makes
1.95 moko 21997:
21998: * src/targets/cgi/parser3.C: set_new_handler started
21999:
22000: 2001-11-14 paf
22001:
22002: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22003: was wrong
22004:
22005: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22006: was wrong
22007:
22008: * src/main/pa_request.C: z
22009:
22010: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22011: full returns win32 -1 solaris >buffer_size
22012:
22013: checked all that
22014:
22015: * src/classes/op.C: ^untaint{body} as-is default now
22016:
22017: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22018: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22019: with no_bad_constructors_try
22020:
22021: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22022: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22023: this: $bred[^string::length[]] $bred[^response::clear[]]
22024: $bred[^int::int[]]
22025:
22026: now VObject creation moved into overriden
22027: VClass::create_new_value, thus 0 from create_new_value means that
22028: class has no ctors
22029:
22030: 2001-11-13 paf
22031:
22032: * src/classes/classes.C: returned accedently removed if in foreach
22033: callbacks [when hash no-0-restructure]
22034:
22035: 2001-11-12 paf
22036:
22037: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22038: passed as-is to method, xalan makes & into & itself
22039:
22040: * src/classes/date.C: date.roll parser2 alg used
22041:
22042: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22043: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22044: main/pa_dictionary.C, main/pa_hash.C,
22045: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22046: now does not containt 0 values. put 0 actullay removes. no check
22047: on 0 value in foreach now required
22048:
22049: 2001-11-11 paf
22050:
22051: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22052:
22053: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22054:
22055: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22056: driver initialize not const
22057:
22058: 2001-11-10 paf
22059:
22060: * src/main/pa_exec.C: doc
22061:
22062: 2001-11-09 paf
22063:
22064: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22065: param properly
22066:
22067: * src/classes/string.C: string.save now does untainting before
22068: saving
22069:
22070: * src/main/pa_common.C: line endings fixing fixed last piece[was
22071: still cstr oriented]
22072:
22073: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22074: line endings fixing got rid of cstr, now must work ok with post
22075: multipart
22076:
22077: * src/types/pa_vform.C: line endings fixed at post / multipart /
22078: not file also now
22079:
22080: 2001-11-08 paf
22081:
22082: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22083: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22084: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22085: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22086: main/pa_stylesheet_manager.C: restructured Cache manager to be
22087: simple parent, not second parent [gcc 2.96 strangly refused to
22088: call virtual from second parent]
22089:
1.116 moko 22090: * src/: include/pa_common.h, main/Makefile.am,
22091: targets/cgi/pa_pool.C: makes
1.95 moko 22092:
22093: * src/: include/pa_request.h, main/pa_request.C,
22094: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22095: 'status' class enabler
22096:
22097: <Location /parser-status.html> ParserStatusAllowed </Location>
22098:
22099: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22100: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22101: include/pa_stylesheet_manager.h, main/main.dsp,
22102: main/pa_cache_managers.C, main/pa_charset_manager.C,
22103: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22104: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22105: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22106: todo: apache 'status' class enabler
22107:
22108: 2001-11-05 paf
22109:
22110: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22111: debug to normal
22112:
22113: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22114: hence i removed skipping 0 values in hash::for_each-es we need to
22115: check cleaned cache items manually. few more checks.
22116:
22117: expiring to 0 time was wrong, changed to 'now' time
22118:
22119: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22120: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22121: on apache already done :)
22122:
22123: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22124: skipping 0 values in hash::for_each-es we need to check cleaned
22125: cache items manually
22126:
22127: * src/main/: pa_db_connection.C, pa_db_table.C:
22128: parser_multithreaded check was wrong
22129:
22130: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22131: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22132: classes/hashfile.C, classes/image.C, classes/int.C,
22133: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22134: classes/string.C, classes/table.C, classes/void.C,
22135: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22136: include/pa_array.h, include/pa_charset_connection.h,
22137: include/pa_charset_manager.h, include/pa_common.h,
22138: include/pa_config_fixed.h, include/pa_config_includes.h,
22139: include/pa_db_connection.h, include/pa_db_manager.h,
22140: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22141: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22142: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22143: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22144: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22145: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22146: include/pa_stack.h, include/pa_string.h,
22147: include/pa_stylesheet_connection.h,
22148: include/pa_stylesheet_manager.h, include/pa_table.h,
22149: include/pa_threads.h, include/pa_types.h, main/compile.C,
22150: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22151: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22152: main/pa_charset_manager.C, main/pa_common.C,
22153: main/pa_db_connection.C, main/pa_db_manager.C,
22154: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22155: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22156: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22157: main/pa_socks.C, main/pa_sql_driver_manager.C,
22158: main/pa_status_provider.C, main/pa_string.C,
22159: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22160: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22161: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22162: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22163: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22164: targets/isapi/pool_storage.h, types/pa_valiased.C,
22165: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22166: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22167: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22168: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22169: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22170: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22171: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22172: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22173: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22174: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22175: types/pa_vstateless_object.h, types/pa_vstatus.h,
22176: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22177: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22178: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22179: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22180: $status:db fixed used not initialized in db_connection & db_table
22181:
22182: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22183: $status:charset
22184:
22185: * src/: classes/xdoc.C, include/pa_db_connection.h,
22186: include/pa_stylesheet_connection.h,
22187: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22188: types/pa_vstatus.h: $status:stylesheet
22189:
22190: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22191: include/pa_request.h, include/pa_sql_connection.h,
22192: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22193: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22194: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22195: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22196: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22197: types/pa_vxnode.C, types/types.dsp: started status parser class
22198:
22199: 2001-11-01 paf
22200:
22201: * src/include/pa_config_auto.h.in: makes
22202:
22203: * src/main/pa_hash.C: removed old extra include
22204:
22205: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22206: checks [for hp, there are such in math.h]
22207:
22208: * src/classes/op.C: ^for endless loop check strightened
22209:
22210: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22211: behavior in native calls. it left unchanged, so ^for ^foreach &
22212: co can use r.root to write their i & key,value there
22213:
22214: * src/classes/op.C: detected for var storage bug, fixed.
22215: todo:foreach
22216:
22217: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22218: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22219: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22220: changing of hash inside of foreach
22221:
22222: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22223: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22224: were hash.foreach
22225:
22226: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22227: types/pa_vstring.C, types/pa_vstring.h:
22228: ^foreach[key|value]{body}[[separator]|{separator}]
22229:
22230: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22231: types/pa_vcookie.C: ^hash.delete[key]
22232:
22233: 2001-10-31 paf
22234:
22235: * src/main/: compile.C, pa_common.C: completely empty file now
22236: considered "read", not ignored [not perfect trick used]
22237:
22238: * src/main/pa_common.C: simplier common ifdefs
22239:
22240: * src/main/pa_common.C: typing bug in common - bad ifdeff
22241:
22242: * src/main/pa_db_connection.C: z
22243:
22244: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22245: lockdetector flags
22246: dbenv.lk_detect=DB_LOCK_RANDOM;
22247:
22248: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22249: from accidental show [imagine user forgot @exception]
22250:
22251: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22252:
22253: * src/: classes/file.C, classes/image.C, classes/mail.C,
22254: classes/string.C, classes/xnode.C, include/pa_common.h,
22255: main/pa_common.C: ^string.save[[append;]path]
22256:
22257: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22258: main/execute.C: \ in expression: int divide 10/3=3
22259:
22260: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22261: inside of ^cache
22262:
22263: * src/: include/pa_threads.h, main/pa_db_connection.C,
22264: main/pa_db_table.C, targets/cgi/pa_threads.C,
22265: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22266: needed
22267:
22268: 2001-10-30 paf
22269:
22270: * src/: classes/classes.dsp, main/main.dsp,
22271: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22272: types/types.dsp: enabled debug incremental compile
22273:
22274: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22275: form post data line endings not reformatted now.
22276:
22277: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22278: now required [had bug when file= has no value]
22279:
22280: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22281: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22282: cstr(asis) default param removed
22283:
22284: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22285:
22286: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22287:
22288: * src/include/pa_dir.h: LOAD_DIR fixed
22289:
22290: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22291: was broken} fix_line_breaks
22292:
22293: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22294: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22295: packed with #pragma pack
22296:
1.116 moko 22297: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22298:
22299: 2001-10-29 paf
22300:
22301: * src/types/pa_wcontext.h: bitfield syntax stricter
22302:
22303: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22304: string hash.puts
22305:
22306: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22307:
22308: * src/include/pa_sql_connection.h: there were one wrong
22309: SQL_CONNECTION_FUNC_GUARDED [failed]
22310:
22311: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22312: param.someday either ifdef or remove it
22313:
22314: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22315:
22316: * src/main/untaint.C: optimizing returned after debugging
22317:
22318: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22319: main/untaint.C: memory hunging #pragma pack(1)
22320:
22321: 16 419 844 13 169 394
22322:
22323: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22324: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22325: places [todo:Array]
22326:
22327: * src/: main/execute.C, targets/cgi/pa_pool.C,
22328: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22329: types/pa_wwrapper.h: debugging memory WContext flags to bits
22330:
22331: total 5 652 652/158731 total 5 469 332/158731
22332:
22333: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22334: Array:: without cache in get/put now
22335:
22336: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22337: 18:25:27 2001] total 5 652 652/158731
22338:
22339: * src/: include/pa_string.h, main/pa_string.C,
22340: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22341: now
22342:
22343: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22344: 18:11:53 2001] total 5796092/158731
22345:
22346: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22347: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22348: key ref now
22349:
22350: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22351: 17:11:17 2001] total 16867948/202658
22352:
22353: * src/: classes/file.C, classes/image.C, classes/string.C,
22354: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22355: main/execute.C, main/pa_array.C, main/pa_common.C,
22356: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22357: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22358: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22359: string::as_int/double now usually uses stack, not heap [200K out
22360: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22361:
22362: * src/main/pa_sql_driver_manager.C: ping to have services [old
22363: hiding bug]
22364:
22365: * src/Makefile.am: .am order
22366:
22367: * src/: include/pa_array.h, include/pa_charset_manager.h,
22368: include/pa_db_connection.h, include/pa_db_manager.h,
22369: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22370: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22371: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22372: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22373: required "friend class"
22374:
22375: ../include/pa_request.h:51: friend declaration requires
22376: class-key, i.e. `friend class Temp_lang'
22377:
22378: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22379: main/pa_exception.C, main/pa_sql_driver_manager.C,
22380: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22381:
22382: the idea is to #1 jump to C++ some function to main body, where
22383: every function stack frame has exception unwind information and
22384: from there... #2 propagate_exception()
22385:
22386: 2001-10-28 paf
22387:
22388: * src/main/pa_db_connection.C: removed old consts
22389:
22390: * src/main/pa_db_connection.C: expire table [was accidently pasted
22391: with wrong type/cast]
22392:
22393: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22394: translation
22395:
1.116 moko 22396: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22397: remember to build DB2 with -fexceptions!!!
22398:
22399: * src/main/pa_db_table.C: DB_RMW defed
22400:
22401: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22402: include/pa_db_connection.h, include/pa_db_manager.h,
22403: include/pa_db_table.h, main/pa_db_connection.C,
22404: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22405:
22406: 2001-10-27 paf
22407:
22408: * src/: classes/hashfile.C, include/pa_db_connection.h,
22409: include/pa_db_table.h, main/pa_db_connection.C,
22410: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22411: types/pa_vhashfile.C: DB2 ifdefs
22412:
1.116 moko 22413: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22414: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22415: makes with DB2
22416:
1.116 moko 22417: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22418: types/Makefile.am: makes db
1.95 moko 22419:
22420: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22421: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22422: globals.C
22423:
22424: * src/: classes/hashfile.C, include/pa_db_connection.h,
22425: include/pa_db_table.h, main/pa_db_connection.C,
22426: main/pa_db_table.C: ^hashfile.clear[]
22427:
22428: * src/classes/classes.awk: no $ in var names
22429:
22430: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22431: connection&table [forgotten calls]
22432:
22433: 2001-10-26 paf
22434:
22435: * src/main/pa_db_connection.C: db checkpoints
22436:
22437: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22438: checkpoints
22439:
22440: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22441: default. but entities still reparsed. todo: tothink
22442:
22443: * src/main/pa_db_connection.C: db recover mech 2
22444:
22445: * src/: classes/hashfile.C, include/pa_db_connection.h,
22446: include/pa_db_manager.h, include/pa_db_table.h,
22447: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22448: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22449: types/pa_vhashfile.h: db connections & tables now cached at
22450: create time & multithreaded
22451:
22452: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22453: parsed_source
22454:
22455: * src/main/pa_db_connection.C: about to remove connection from
22456: vhashfile
22457:
22458: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22459: transaction commit/rollback responsibility left to parent [as it
22460: sould - else there were a bug with double free]
22461:
22462: * src/include/pa_db_table.h: db: child transaction commit/rollback
22463: responsibility left to parent [as it sould - else there were a
22464: bug with double free]
22465:
22466: 2001-10-25 paf
22467:
22468: * src/: classes/hashfile.C, include/pa_common.h,
22469: include/pa_db_connection.h, include/pa_db_manager.h,
22470: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22471: types/pa_vhashfile.C, types/pa_vhashfile.h,
22472: include/pa_db_table.h, main/pa_db_table.C: started db_home
22473: [multiple, cached] todo: autorecover [tried, but not succeded,
22474: yet]
22475:
22476: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22477:
22478: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22479: transaction parent passed
22480:
22481: 2001-10-24 parser
22482:
1.116 moko 22483: * src/classes/Makefile.am: makes
1.95 moko 22484:
22485: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22486: isapi/pool_storage.h: pool_storage fixed
22487:
22488: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22489: types/pa_vform.h: form fix_line_breaks
22490:
1.116 moko 22491: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22492:
22493: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22494: targets/cgi/pool_storage.h: makes
22495:
22496: * src/sql/pa_sql_driver.h: version
22497:
22498: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22499: types/pa_vform.C, types/pa_vform.h: .am
22500:
22501: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22502: this: DB_RMW Acquire write locks instead of read locks when doing
22503: the retrieval. Setting this flag may decrease the likelihood of
22504: deadlock during a read-modify-write cycle by immediately
22505: acquiring the write lock during the read part of the cycle so
22506: that another thread of control acquiring a read lock for the same
22507: item, in its own read-modify-write cycle, will not result in
22508: deadlock
22509:
22510: * src/targets/isapi/parser3isapi.dsp: doc
22511:
22512: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22513:
22514: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22515:
22516: * src/: classes/hashfile.C, include/pa_db_connection.h,
22517: main/pa_db_connection.C: hashfile expired deleted from db when
22518: get & iterate
22519:
22520: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22521: expiring 1
22522:
22523: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22524:
22525: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22526: db_connection not bothers with key when not returning expired
22527: data
22528:
22529: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22530: types/pa_vhashfile.C: db_cursor constructor public now
22531:
22532: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22533: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22534: stamped, todo: put_element analize
22535:
22536: * src/: include/pa_db_connection.h, include/pa_string.h,
22537: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22538: serialize. todo stamp
22539:
22540: 2001-10-23 parser
22541:
22542: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22543: classes/image.C, classes/mail.C, classes/response.C,
22544: classes/string.C, classes/table.C, classes/xdoc.C,
22545: include/pa_config_fixed.h, include/pa_db_connection.h,
22546: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22547: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22548: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22549: types/pa_vtable.C: ^hashfile.hash[]
22550:
22551: * src/: classes/hashfile.C, classes/xdoc.C,
22552: include/pa_config_fixed.h, main/pa_db_manager.C,
22553: main/pa_globals.C: ifdefs so it compiled without db
22554:
22555: * src/: classes/hashfile.C, include/pa_db_connection.h,
22556: include/pa_db_manager.h, main/pa_db_connection.C,
22557: main/pa_db_manager.C, types/pa_vhashfile.h:
22558: ^hashfile.transaction{code} ^hashfile:clear[filename]
22559: ^hashfile.delete[key]
22560:
22561: 2001-10-22 parser
22562:
22563: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22564: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22565:
22566: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22567: classes/xnode.C, include/pa_charset_connection.h,
22568: include/pa_db_connection.h, include/pa_db_manager.h,
22569: include/pa_exception.h, include/pa_sapi.h,
22570: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22571: include/pa_stylesheet_connection.h,
22572: include/pa_stylesheet_manager.h,
22573: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22574: main/pa_db_connection.C, main/pa_db_manager.C,
22575: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22576: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22577: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22578: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22579: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22580: types/types.dsp: hashfile 0
22581:
22582: * src/types/pa_vhashfile.C: z
22583:
22584: * src/: classes/classes.dsp, classes/hashfile.C,
22585: include/pa_config_fixed.h, main/execute.C,
22586: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22587: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22588:
22589: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22590:
22591: * src/: include/pa_exception.h, include/pa_request.h,
22592: main/execute.C, main/pa_exception.C, main/pa_request.C,
22593: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22594: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22595:
22596: 2001-10-19 parser
22597:
22598: * src/include/pa_pool.h: header
22599:
22600: * src/main/pa_pool.C: auto compiled on gcc
22601:
22602: * src/classes/image.C: comment
22603:
1.116 moko 22604: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22605:
22606: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22607: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22608: types/pa_vxnode.h: xnode clone got freed
22609:
22610: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22611: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22612: can free up xalandomstring resulting from pool::transcode
22613:
22614: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22615: include/pa_config_fixed.h, include/pa_exception.h,
22616: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22617: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22618: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22619: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22620: from non-xml compile
22621:
22622: * src/main/pa_request.C: pool:: context - get_context
22623:
22624: * src/: classes/classes.h, classes/date.C, classes/double.C,
22625: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22626: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22627: classes/string.C, classes/table.C, classes/void.C,
22628: include/pa_config_fixed.h, include/pa_exception.h,
22629: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22630: main/compile.C, main/compile_tools.C, main/execute.C,
22631: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22632: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22633: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22634: main/pa_string.C, main/pa_table.C, main/untaint.C,
22635: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22636: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22637: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22638: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22639: types/pa_vstateless_class.h, types/pa_vtable.C,
22640: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22641: exceptions 0
22642:
22643: * src/classes/classes.awk: $ removed
22644:
22645: 2001-10-18 parser
22646:
22647: * src/types/pa_vcookie.C: cookie:CLASS
22648:
22649: * src/main/main.dsp: project
22650:
22651: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22652: set_document & ctor question "who owns document" solved
22653:
22654: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22655:
22656: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22657: main/pa_pool.C: encoding in dom creating funcs
22658:
22659: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22660: be transformed now
22661:
22662: * src/classes/xdoc.C: dom created by create can be transformed now
22663:
22664: * src/classes/xdoc.C: z
22665:
22666: * src/classes/xdoc.C: comment
22667:
22668: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22669: create now uses XercesDocumentBridge, appendChild&co now works
22670:
22671: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22672: @ recompile
22673:
22674: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22675: $origin @exception[
22676:
22677: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22678: tag names forced to XML lang
22679:
22680: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22681: leechy-found bugs in code&doc fixed
22682:
22683: 2001-10-17 parser
22684:
22685: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22686: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22687: n functionality preserved
22688:
22689: * src/types/pa_vimage.h: removed unused vimage::save
22690:
22691: 2001-10-16 parser
22692:
22693: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22694:
22695: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22696:
22697: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22698:
22699: * src/classes/image.C: image.copy tolerance
22700:
22701: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22702: ineffective, but works for small paleted image
22703:
22704: * src/types/pa_vimage.C: comment
22705:
22706: * src/classes/image.C: gd size/resize bugfix
22707:
22708: * src/: classes/classes.dsp, main/main.dsp,
22709: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22710: types/types.dsp: ident >nul 2>&1
22711:
22712: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22713: systems
22714:
22715: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22716: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22717:
22718: 2001-10-15 parser
22719:
22720: * src/main/execute.C: z
22721:
22722: * src/classes/: xdoc.C: !::create{qualifiedName}
22723:
22724: * src/types/pa_vxnode.C: document_type_node.
22725: !readonly attribute DOMString name
22726: !notation_node.
22727: !readonly attribute DOMString publicId
22728: !readonly attribute DOMString systemId
22729:
1.116 moko 22730: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22731: ::write badly passed string too transparently [failed to
22732: intercept it]
1.95 moko 22733:
22734: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22735: include/pa_request.h, main/pa_sql_driver_manager.C,
22736: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22737: types/pa_vxnode.h: DOM1 major addtion, only few
22738: attributes/methods left
22739:
22740: 2001-10-13 parser
22741:
22742: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22743: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22744: in main handler
22745:
22746: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22747: cleanups & frees order
22748:
22749: * src/types/pa_vcode_frame.h: couple comments
22750:
22751: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22752: transparent enough to handle hash if creation&passing
22753:
22754: * src/: include/pa_config_fixed.h, main/execute.C,
22755: main/pa_exception.C: noticed that vcodeframe not transparent
22756: enough, would change now
22757:
22758: 2001-10-12 parser
22759:
22760: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22761: fixed. initialization&free on each thread!
22762:
22763: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22764: handling changed: now type of default param analized always, not
22765: only at problem time, thus helping early problem spotting
22766:
22767: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22768: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22769: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22770: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22771: multithread bug fixed. initialization&free on each thread!
22772:
22773: 2001-10-11 parser
22774:
22775: * src/classes/xnode.C: xnode.selectSingle now
22776:
22777: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22778: include/pa_pool.h, include/pa_stylesheet_connection.h,
22779: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22780: convertors out of Pool into Exception
22781:
22782: * src/main/pa_string.C: const
22783:
22784: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22785: linked pieces of same language together prior to String::replace
22786:
22787: * src/classes/hash.C: !^hash.add[addme]
22788: !^hash.sub[subme]
22789: !^a.union[b] = new
22790: !^a.intersection[b] = new
22791: !^a.intersects[b] = bool
22792:
22793: * src/classes/hash.C: !^hash::append[append_from]
22794:
22795: * src/: classes/hash.C, types/pa_vhash.h:
22796: !^hash::create[[copy_from]]
22797:
22798: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22799: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22800: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22801: fixed. got rid of empty_string, which caused errors - it hasnt
22802: exception but somebody[value.bark] tried to throw it on it's pool
22803:
1.116 moko 22804: * src/include/pa_config_auto.h.in: makes
1.95 moko 22805:
22806: 2001-10-10 parser
22807:
22808: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22809:
22810: * src/main/: compile.tab.C, compile.y: ^a[
22811:
22812: @next_method << now unclosed ] would be reported here
22813:
22814: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22815: compile error
22816:
22817: 2001-10-09 parser
22818:
1.116 moko 22819: * src/: classes/Makefile.am, main/Makefile.am,
22820: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22821:
22822: * src/classes/Makefile.am: makes
22823:
22824: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22825: win32 errors intercepted [xalan transformer patched and
22826: incorporated]
22827:
22828: * src/: classes/classes.dsp, classes/xdoc.C,
22829: include/pa_stylesheet_connection.h, main/main.dsp,
22830: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22831: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22832: patches starting
22833:
22834: * src/classes/: string.C, table.C: ^string.save[file]
22835:
22836: * src/classes/: date.C, table.C: calendar moved to date
22837:
22838: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22839: string/table] now
22840:
22841: * src/classes/: op.C, table.C: z
22842:
22843: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22844: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22845: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22846: be code [be string..]
22847:
22848: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22849: table.C: lots of
22850: params->as_int/double/as_string/as_junction/as_no_junction
22851: messages added
22852:
22853: 2001-10-08 parser
22854:
22855: * src/: classes/date.C, classes/image.C, classes/string.C,
22856: classes/table.C, classes/void.C, include/pa_request.h:
22857: params->as_int/double message added
22858:
22859: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22860:
22861: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22862: image:sector removed image:html internal "line-*" attribs
22863:
22864: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22865: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22866:
22867: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22868: way
22869:
22870: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22871: main/untaint.C: header untainting to UL_HTTP_HEADER,
22872: UL_MAIL_HEADER made nonforced [only tainted pieces]
22873:
22874: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22875: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22876: @ SAPI::log
22877:
22878: * src/main/untaint.C: \r to ' ' in origins mode
22879:
22880: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22881: set]
22882:
22883: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22884: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22885: nonstandard liaison freed up
22886:
22887: 2001-10-07 parser
22888:
22889: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22890: project
22891:
22892: 2001-10-05 parser
22893:
22894: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22895: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22896: from outputing to cerr. lots of "todos"
22897:
22898: * src/main/untaint.C: http_header tainting more gentle with
22899: enquoting now
22900:
22901: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22902: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22903: xml errorhandler. fixed string.replace a little, read @test
22904:
22905: * src/main/pa_string.C: found replace bug - first_that_starts(char
22906: *) does not have limit, and looks further eos, fixing....
22907:
22908: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22909:
22910: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22911:
22912: * src/main/: pa_charset_connection.C: ctype another mem clear
22913: bugfix
22914:
1.116 moko 22915: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22916: $result[^[$p^]z] now works fine
1.95 moko 22917:
22918: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22919: wrong. fixed it
22920:
22921: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22922: of totable appered to be vital
22923:
22924: 2001-10-04 parser
22925:
22926: * src/classes/image.C: ^image.length[text]
22927:
22928: 2001-10-03 parser
22929:
22930: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22931:
22932: * src/main/pa_request.C: restored pcre defaulting in request
22933: [mindlessly "optimized" yesterday] comment left
22934:
22935: 2001-10-02 parser
22936:
22937: * src/: main/pa_charset_manager.C,
22938: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22939: needed
22940:
22941: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22942: forgot non-xml pool.*charset needed
22943:
22944: * src/classes/table.C: # config comments fixed
22945:
22946: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22947: charset_connection #comment now
22948:
22949: * src/: classes/classes.dsp, types/types.dsp: release projects
22950: options fixed to use release msvcrt lib
22951:
22952: * src/main/pa_charset_connection.C: pcre tables now const inside
22953: removed default - pcre handles that internally fixed bug on
22954: not-cleaning tables [previously was calloced, now member]
22955:
22956: * src/: include/pa_request.h, main/pa_charset_connection.C,
22957: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22958: inside removed default - pcre handles that internally fixed bug
22959: on not-cleaning tables [previously was calloced, now member]
22960:
22961: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22962: tested charset reload on file change @ apache version = OK tested
22963: freeing up prev encoding on adding new = OK
22964:
22965: 2001-10-01 parser
22966:
22967: * src/main/pa_charset_connection.C: removed entitify external hack
22968: [internal installed]
22969:
1.116 moko 22970: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22971:
22972: * src/: include/pa_charset_connection.h,
22973: include/pa_charset_manager.h,
22974: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22975: main/pa_charset_connection.C, main/pa_charset_manager.C,
22976: main/pa_request.C: charset loading & caching mech 0
22977:
22978: * src/: include/pa_stylesheet_connection.h,
22979: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22980: main/pa_globals.C, main/pa_request.C: would make charset loading
22981: & caching mech now
22982:
22983: 2001-09-30 parser
22984:
22985: * src/main/pa_request.C: forgot to fill toTable
22986:
22987: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22988: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22989: failed on win32 for now..
22990:
22991: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22992: now charsets table configuration variable is: CHARSETS
22993:
22994: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22995: ctype with unicode 1. todo: no П entities on output somehow
22996:
22997: * src/: classes/file.C, classes/op.C, classes/string.C,
22998: include/pa_request.h, main/pa_request.C: started ctype with
22999: unicode values
23000:
23001: 2001-09-28 parser
23002:
23003: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23004: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23005: string passed AS-IS now
23006:
23007: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23008: way of user-configuring... todo: implement
23009:
23010: 2001-09-27 parser
23011:
23012: * src/classes/table.C: table.sort changed to sort table itself
23013:
23014: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23015: X^.getElementsByTagName[tagname] = array of xnode
23016: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23017: nodes removed - regretfully not supported @ xalan. maybe someday
23018: would reimplement, if needed.
23019:
23020: win32build system: solved long waiting anti-non-started-apache
23021: problem
23022:
23023: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23024: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23025: types/types.dsp: win32 ident make system so not to rebuild
23026: library [ident.C.new]
23027:
23028: 2001-09-26 parser
23029:
23030: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23031: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23032: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23033: types/pa_vxnode.C, types/types.dsp: z
23034:
23035: * src/classes/classes.C: forgot one non-xml check
23036:
1.116 moko 23037: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23038: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23039:
23040: * src/targets/cgi/parser3.C: z
23041:
23042: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23043: targets/isapi/parser3isapi.C: #ifdef SMTP
23044:
23045: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23046: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23047: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23048: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23049: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23050: types/types.dsp: xdoc&xnode now
23051:
23052: * src/: classes/classes.C, classes/classes.awk,
23053: classes/classes.dsp, classes/classes.h, classes/date.C,
23054: classes/dnode.C, classes/dnode.h, classes/dom.C,
23055: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23056: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23057: classes/op.C, classes/response.C, classes/string.C,
23058: classes/table.C, classes/void.C, include/pa_array.h,
23059: include/pa_common.h, include/pa_config_fixed.h,
23060: include/pa_config_includes.h, include/pa_dictionary.h,
23061: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23062: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23063: include/pa_socks.h, include/pa_sql_connection.h,
23064: include/pa_sql_driver_manager.h, include/pa_stack.h,
23065: include/pa_string.h, include/pa_stylesheet_connection.h,
23066: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23067: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23068: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23069: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23070: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23071: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23072: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23073: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23074: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23075: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23076: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23077: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23078: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23079: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23080: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23081: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23082: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23083: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23084: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23085: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23086: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23087: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23088: types/pa_vmethod_frame.h, types/pa_vobject.h,
23089: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23090: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23091: types/pa_vstateless_object.h, types/pa_vstring.C,
23092: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23093: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23094: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23095: main.dsp splitted to main+classes+types along to .am
23096:
23097: * src/classes/Makefile.am: removed useless var
23098:
23099: * src/: classes/classes.cmd, main/main.dsp,
23100: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23101: main.dsp
23102:
23103: 2001-09-25 parser
23104:
23105: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23106: 1251 though, todo ICU
23107:
1.116 moko 23108: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23109: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23110: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23111: types/pa_vdom.h: xml configure makes
1.95 moko 23112:
23113: 2001-09-24 parser
23114:
1.116 moko 23115: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23116: types/Makefile.am: makes
1.95 moko 23117:
1.116 moko 23118: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23119:
23120: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23121: started unix makes update
23122:
23123: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23124: started unix makes update
23125:
23126: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23127:
23128: * src/types/pa_value.h: z
23129:
23130: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23131: bugs with usinge hash/table in expressions
23132:
23133: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23134: resolved conflicts fixed [const]
23135:
23136: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23137: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23138: main/compile.C, main/compile.tab.C, main/compile.y,
23139: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23140: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23141: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23142: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23143: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23144: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23145: with before_xml [merge2 actually didn't happen - i've created
23146: tags on wrong branch. so this merge is in fact re-merge]
23147:
23148: 2001-09-21 parser
23149:
23150: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23151: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23152: produced "" in make file and sadly wrong interpreted on load]
23153:
1.116 moko 23154: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23155: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23156: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23157: include/pa_sql_driver_manager.h, include/pa_string.h,
23158: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23159: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23160: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23161:
23162: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23163: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23164: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23165: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23166: main/pa_pool.C, main/pa_request.C,
23167: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23168: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23169: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23170: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23171: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23172: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23173: types/pa_vrequest.C, types/pa_vresponse.h,
23174: types/pa_vstateless_class.C, types/pa_vstring.C,
23175: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23176: created new projects for sql drivers [planning to remove sql
23177: drivers from main cvs project] first, will join latest changes
23178:
23179: * src/classes/: dom.C: defaulted dom writing methods encoding to
23180: pool.get_charset
23181:
23182: * src/classes/dom.C: defaulted dom writing methods encoding to
23183: pool.get_charset
23184:
23185: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23186: pool.get_charset
23187:
23188: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23189: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23190: methods encoding to pool.get_charset
23191:
23192: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23193: transcoder were created right "unsupported encoding" message.
23194: not @ set time, but @ use time, so until xml output functions
23195: .string, .file, .save used - no encoding name check occur
23196:
23197: reduced transcode buffer size to 60 fixed pool cleanup - no
23198: registration needed, pools are officially destructured
23199:
23200: 2001-09-20 parser
23201:
23202: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23203:
23204: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23205: $MAIN:DEFAULTS.content-type[$.charset[here]]
23206:
23207: * src/: classes/dnode.C, classes/dom.C,
23208: include/pa_config_includes.h, include/pa_globals.h,
23209: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23210: main/pa_pool.C, targets/cgi/parser3.dsp,
23211: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23212: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23213: Pool::transcode 0
23214:
23215: * src/classes/dom.C: dom. string save file moved output xml options
23216: to last param and made it optional
23217:
23218: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23219: dnodes
23220: !$attributenode.specified = boolean
23221: true if the attribute received its value explicitly
23222: in the XML document,
23223: or if a value was assigned programatically with the
23224: setValue function.
23225: false if the attribute value came from the default value
23226: declared in the document's DTD.
23227: !$pinode.target = target of this processing instruction
23228: XML defines this as being the first token following the
23229: markup
23230: that begins the processing instruction.
23231: XPath:
23232: !^node.select[xpath/query/expression] = hash of 0->node0
23233: 1->node1
23234: !^node.select-single[xpath/query/expression] = first node if
23235: any
23236:
23237: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23238: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23239: some 'const's added
23240:
23241: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23242: expression context now, there value = size and boolean value
23243: size!=0
23244:
23245: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23246: can be used in expression context now, there value = size and
23247: boolean value size!=0
23248:
23249: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23250: types/pa_vstring.h: dnode .file .string .save moved back to dom
23251: due to strange xalan bug
23252:
23253: 2001-09-18 parser
23254:
23255: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23256: classes/image.C, classes/op.C, classes/table.C,
23257: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23258: include/pa_sql_driver_manager.h, main/compile.C,
23259: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23260: main/execute.C, main/pa_common.C, main/pa_request.C,
23261: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23262: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23263: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23264: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23265: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23266: before_xml branch ^if(def $hash) now true only when
23267: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23268:
23269: * src/: classes/op.C, main/execute.C: operators self changed to
23270: root ^for variable context changed to self
23271:
23272: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23273: dnode 1
23274:
23275: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23276: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23277:
23278: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23279: poly* fixed
23280:
23281: 2001-09-17 parser
23282:
23283: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23284: types/pa_vdom.h: started dnode+dom
23285:
23286: dnode DOM methods: $node.name $node.value
23287: ...others...
23288:
23289: ^node.xpath[/rates/USD] = hash
23290: $hash[
23291: $.0[node0]
23292: $.1[node1]
23293: ]
23294:
23295: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23296: applies to all linear primitives
23297:
23298: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23299: include/pa_stylesheet_connection.h, main/main.dsp,
23300: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23301: types/pa_vimage.h: started dnode DOM: $node.name
23302: $node.value ...others... ^node.xpath[/rates/USD] = hash
23303: dom(dnode)
23304:
23305: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23306: main/compile.y, main/compile_tools.h, main/execute.C,
23307: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23308: in expression compound($aa.zz.xx) names now can have minus '-' in
23309: name after '.'
23310:
23311: 2001-09-15 parser
23312:
23313: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23314: image: $line-width ^line(...)[**** style]
23315:
23316: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23317: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23318: pool_storage - cleanups first, allocations second. apache wisely
23319: does just like that
23320:
23321: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23322: rewritten using template, no bugs now
23323:
23324: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23325: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23326: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23327: poorly started isapi pool_storage, would rewrite using template
23328: now
23329:
23330: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23331: include/pa_stylesheet_connection.h, main/main.dsp,
23332: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23333: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23334: xalan objects freed up [introducing Pool::register_cleanup]
23335:
23336: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23337: comments
23338:
23339: 2001-09-14 parser
23340:
23341: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23342: z
23343:
23344: * src/: classes/dom.C, classes/file.C, classes/image.C,
23345: classes/mail.C, include/pa_common.h,
23346: include/pa_sql_driver_manager.h, include/pa_string.h,
23347: include/pa_stylesheet_connection.h,
23348: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23349: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23350: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23351: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23352: compiled&cached
23353:
23354: 2001-09-13 parser
23355:
23356: * src/: classes/dom.C, classes/file.C, classes/image.C,
23357: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23358:
23359: * src/classes/dom.C: dom:file content-type(.method)
23360:
23361: * src/: include/pa_common.h, include/pa_globals.h,
23362: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23363: string now more informative error messages
23364:
23365: * src/: include/pa_globals.h, include/pa_request.h,
23366: main/pa_request.C, targets/cgi/parser3.C,
23367: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23368: ParserSiteConfig .../parser3.conf
23369:
23370: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23371:
23372: 2001-09-12 parser
23373:
23374: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23375: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23376: precise error reporting: "connection string must start with
23377: protocol://" now
23378:
23379: * src/main/compile.tab.C: fixed - subname code parts actually []
23380: braced
23381:
23382: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23383: lexer on LS_USER level did [] matching without setting nestage,
23384: introduced special LS_NAME_SQUARE_PART state
23385:
23386: 2001-09-11 parser
23387:
23388: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23389: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23390: languages+=xml
23391:
23392: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23393:
23394: * src/classes/dom.C: ^dom:save/string/file[output options] output
23395: options: $.method[xml|html|text] detection fixed
23396:
23397: * src/types/pa_vdom.h: messages
23398:
23399: * src/classes/dom.C: ^dom:save/string/file[output options] output
23400: options: $.method[xml|html|text] detection fixed
23401:
23402: 2001-09-10 parser
23403:
23404: * src/classes/dom.C: ^dom:save/string/file[output options] output
23405: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23406:
23407: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23408: added]
23409:
23410: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23411: ^dom.xslt[stylesheet filename] 0
23412:
23413: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23414: ^dom.xslt[stylesheet filename] -1 doc is lying
23415:
23416: * src/classes/dom.C: ^dom.file[encoding] = file
23417:
23418: * src/classes/: dom.C: ^dom.string[encoding] 1
23419: ^dom.save[encoding;filename]
23420:
23421: * src/classes/dom.C: ^dom.string[] 0
23422:
23423: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23424:
23425: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23426: types/pa_vform.h: ^dom.save[b.xml] 0
23427:
23428: 2001-09-08 parser
23429:
23430: * src/types/pa_vform.C: $form:tables.name.field
23431:
23432: 2001-09-07 parser
23433:
23434: * src/classes/table.C: table:empty removed, superceded by ^if(def
23435: $table)...
23436:
23437: * src/targets/cgi/parser3.C: z
23438:
23439: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23440: from '' to int/double is 0]
23441:
23442: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23443: $table) is false when table is empty
23444:
23445: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23446: !$form:tables $atable[$form:tables.a]
23447: ^atable.menu{a=$atable.element}[,]
23448:
23449: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23450: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23451:
1.116 moko 23452: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23453: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23454: of dom
23455:
23456: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23457: types/pa_vform.C, types/pa_vform.h: z
23458:
23459: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23460: element [not last]
23461:
1.116 moko 23462: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23463: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23464:
23465: 2001-09-06 parser
23466:
23467: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23468: table with one column 'element' and two rows: 1 and 2
23469:
23470: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23471: table with one column 'element' and two rows: 1 and 2
23472:
23473: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23474: bad int/double conversions, and now $form:nonexistent.int(88)
23475: would return 88
23476:
23477: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23478: types/pa_vhash.h: now there's special hash key '_default'
23479: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23480: $._default[xx] ] $hash.c
23481:
23482: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23483: fixed [thanks, fif], ^; were treated there non-literally
23484:
23485: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23486: doxygen
23487:
23488: * src/: classes/image.C, classes/op.C, classes/string.C,
23489: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23490: types/pa_vtable.C: few #ifndef DOXYGEN
23491:
23492: 2001-09-05 parser
23493:
23494: * src/classes/: string.C, table.C: sql options can be void [same as
23495: image:html the other day]
23496:
23497: * src/targets/cgi/Makefile.am: .am undo
23498:
23499: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23500: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23501: macro expantion on param, simply qoutes whatever passed, undone
23502:
23503: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23504: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23505: STRINGIZE(name) #name invented
23506:
23507: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23508: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23509: MAIN_SQL_DRIVERS_NAME "drivers"
23510:
23511: moved to be availible to all users
23512:
23513: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23514: SQL_DRIVER_CREATE_FUNC_NAME
23515:
23516: * src/classes/mail.C: MAIN:MAIL check fixed
23517:
23518: 2001-09-04 parser
23519:
23520: * src/classes/image.C: image.html now can accept void params
23521:
23522: * src/targets/isapi/parser3isapi.C: z
23523:
23524: * src/targets/cgi/parser3.C: full_file_spec bug
23525:
23526: * src/targets/cgi/parser3.C: getenvcheck
23527:
23528: * src/targets/cgi/parser3.C: zz
23529:
23530: * src/targets/cgi/parser3.C: zzz
23531:
23532: * src/classes/date.C: date
23533:
23534: * src/classes/date.C: date:sql-string is now without ''
23535:
1.116 moko 23536: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23537: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23538: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23539:
1.116 moko 23540: * src/include/pa_config_auto.h.in: makes
1.95 moko 23541:
23542: 2001-09-03 parser
23543:
23544: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23545:
23546: 2001-09-01 parser
23547:
23548: * src/classes/image.C: letter_spacing
23549:
23550: * src/classes/image.C: image: font params changed
23551:
23552: * src/classes/image.C: image: as_int as_string used
23553:
23554: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23555: analized
23556:
23557: 2001-08-31 parser
23558:
23559: * src/targets/cgi/parser3.C: z
23560:
1.116 moko 23561: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23562: cygwin
1.95 moko 23563:
23564: * src/classes/void.C: void:int/double += (default)
23565:
23566: * src/classes/image.C: image:font added space param image:font
23567: changed charwidth alg, added kerning const[for now]
23568:
23569: * src/classes/: string.C, table.C: string:int/double (defaults)
23570:
23571: 2001-08-29 parser
23572:
23573: * src/main/pa_exception.C: exception redundant debug info
23574:
23575: 2001-08-28 parser
23576:
23577: * src/classes/image.C: image error msgs
23578:
23579: * src/classes/image.C: image: gifsize little endian
23580:
23581: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23582: doxygeneration
23583:
23584: * src/: classes/Makefile.am, main/Makefile.am,
23585: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23586:
23587: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23588: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23589:
23590: * src/main/compile.C: NO_STRING_ORIGIN check2
23591:
23592: * src/classes/table.C: NO_STRING_ORIGIN check
23593:
23594: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23595: storage class specifiers invalid in friend function declarations
23596:
23597: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23598: main/untaint.C, targets/cgi/parser3.C,
23599: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23600: case of limit
23601:
23602: * src/: classes/file.C, main/pa_common.C: file:move
23603: autocreate/remove dest/src dir
23604:
23605: * src/: classes/string.C, include/pa_dictionary.h,
23606: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23607: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23608: to directory constructor. string:replace
23609:
23610: 2001-08-27 parser
23611:
23612: * src/classes/image.C: fixed jpgsize alg
23613:
23614: * src/classes/image.C: fixed jpgsize alg
23615:
23616: * src/main/pa_exception.C: z
23617:
23618: * src/main/pa_common.C: removed debug info from pa_common
23619:
23620: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23621: [auto.p from current dir loading]
23622:
1.116 moko 23623: * src/: main/pa_common.C, main/pa_exception.C,
23624: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23625: for solaris -lsocket
1.95 moko 23626:
23627: 2001-08-24 parser
23628:
23629: * src/targets/cgi/parser3.C: not cgi extra \n 3
23630:
23631: * src/targets/cgi/parser3.C: not cgi extra \n 2
23632:
23633: * src/targets/cgi/parser3.C: not cgi extra \n
23634:
23635: * src/main/pa_sql_driver_manager.C: z
23636:
23637: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23638: sql* removed services from disconnect - cross-request ideological
23639: probs.
23640:
23641: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23642: cross-request ideological probs. oracle - fixed bug: cs
23643: allocated on request.pool and got freed before disconnect
23644:
23645: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23646: mallocs fixed
23647:
23648: 2001-08-23 parser
23649:
23650: * src/classes/file.C: minor bug in file:save fixed
23651:
23652: * src/main/pa_sql_driver_manager.C: oracle: dlink
23653:
23654: 2001-08-22 parser
23655:
23656: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23657: types/pa_vfile.h: file:load|save[text|binary;
23658:
23659: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23660:
23661: 2001-08-21 parser
23662:
23663: * src/classes/: file.C, table.C: ^file:list
23664:
23665: 2001-08-20 parser
23666:
23667: * src/: main/compile.tab.C, main/compile.y,
23668: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23669: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23670: recousively caused problems: inc incremeted 123 literal!! fixed
23671:
23672: 2001-08-10 parser
23673:
23674: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23675:
23676: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23677: added
23678:
23679: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23680: added
23681:
23682: * src/classes/table.C: table:sort restored [it was bad test :(]
23683:
23684: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23685: ''
23686:
23687: * src/main/: pa_request.C: wanted to make const int
23688: MAX_EXECUTE_SECONDS=1;
23689:
23690: but couldnt, set_callback_and_alarm appeared to be not exported
23691: :(
23692:
23693: * src/main/pa_string.C: string.match hanged on. there were a hang
23694: check but it weren't wise enough
23695:
23696: @parse[dateString][tmp]
23697: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23698: #end
23699:
23700: @main[] ^parse[2001-02-03]
23701:
23702: * src/classes/: table.C: table:sort now default desc
23703:
23704: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23705: table.sort now creates new sorted table
23706:
23707: 2001-08-09 parser
23708:
23709: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23710:
23711: * src/classes/hash.C: hash:_default now [was hash:default]
23712:
23713: * src/classes/op.C: case without switch check added
23714:
23715: * src/types/pa_vcookie.C: cookie name&value origins added, more
23716: precise $ORIGINS(1)
23717:
23718: * src/main/Makefile.am: .am
23719:
23720: * src/classes/void.C: void: int double copy/paste from int: bug
23721: fixed
23722:
23723: * src/classes/void.C: void: int double copy/paste from int: bug
23724: fixed
23725:
23726: 2001-08-07 parser
23727:
23728: * src/: classes/double.C, classes/int.C, classes/string.C,
23729: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23730: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23731: string, table
23732:
23733: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23734: srand made working
23735:
23736: 2001-08-06 parser
23737:
23738: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23739: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23740: main/compile.tab.C, main/compile.y, main/pa_array.C,
23741: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23742: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23743:
23744: * src/main/pa_exec.C: exec win32 real filename
23745:
23746: * src/classes/file.C: exec stderr out
23747:
23748: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23749:
23750: 2001-08-03 parser
23751:
23752: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23753:
23754: 2001-08-02 parser
23755:
23756: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23757: main/execute.C, main/pa_exec.C: introducing Array_iter
23758:
23759: * src/main/execute.C: detected quick_get recursion bug. changed to
23760: get@execute, but needs array iterator, separate from array to
23761: avoid it & use caching
23762:
23763: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23764: bug fixed
23765:
23766: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23767: main/execute.C, main/pa_globals.C: found another multithread bug
23768: in op.C (last, last global var killed) :)
23769:
23770: 2001-08-01 parser
23771:
23772: * src/: include/pa_dictionary.h, include/pa_globals.h,
23773: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23774: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23775: main/untaint.C: speeded up typo-html replacements. introducing
23776: Dictionary with first-char caching
23777:
23778: 2001-07-31 parser
23779:
23780: * src/types/Makefile.am: pa_vtable.C added to .am
23781:
23782: * src/main/compile.tab.C: added, so that could be compiled even on
23783: non-bison-enabled platforms
23784:
23785: 2001-07-28 parser
23786:
23787: * src/classes/table.C: table:hash always produces hash, when can't
23788: - empty
23789:
23790: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23791: skipped \n
23792:
23793: 2001-07-27 parser
23794:
23795: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23796: on int/double/string :sql without result and default
23797:
23798: 2001-07-26 parser
23799:
23800: * src/classes/op.C: fixed bad multithread bug with strangly global
23801: OP
23802:
23803: * src/main/compile.y: $man[$.age[zzz]] 0
23804:
23805: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23806: creation syntax problem persists. restored $: for a while.
23807: thinking of $man[$.age[zzz]] syntax now
23808:
23809: * src/: classes/double.C, classes/int.C, classes/string.C,
23810: include/pa_opcode.h, main/compile.C, main/compile.y,
23811: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23812: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23813: types/pa_wwrapper.h: fixing :: realization #1
23814:
23815: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23816: main/compile_tools.h, main/execute.C, main/pa_request.C,
23817: types/pa_vmethod_frame.h: introducing :: this is constructor call
23818: prefix. ordinary : remains for static accesses
23819:
23820: 2001-07-25 parser
23821:
23822: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23823: fields 2. methods 3. columns
23824:
23825: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23826: quote. optimized double&int tostring-s
23827:
23828: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23829: whitespace before first method decl
23830:
23831: * src/classes/table.C: allowed nontable result in table:sql,
23832: results in empty table
23833:
23834: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23835: lines before first method decl
23836:
23837: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23838: types/pa_vtable.h: ^table.record[] now $table.fields
23839:
23840: * src/main/compile.y: $var[] is now empty string, not void
23841:
23842: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23843: void
23844:
23845: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23846: main/pa_globals.C: match replace code context moved to implicit
23847: $match context
23848:
23849: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23850: main/compile_tools.h, main/execute.C: with killed, code storage
23851: introduced with former 'with' syntax
23852:
23853: 2001-07-24 parser
23854:
23855: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23856: types/pa_value.h: first get_element, next get operator
23857:
23858: * src/main/compile.y: removed @end handling
23859:
23860: * src/main/: compile.C, compile.y: @end handling method2
23861:
23862: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23863: file:move
23864:
23865: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23866: fixed
23867:
23868: 2001-07-23 parser
23869:
23870: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23871: driver
23872:
23873: * src/classes/hash.C: changed sql driver query interface
23874:
23875: * src/: classes/hash.C, classes/string.C, classes/table.C,
23876: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23877: changed sql driver query interface
23878:
23879: 2001-07-20 parser
23880:
23881: * src/types/pa_vrequest.C: X!$browser:type
23882:
23883: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23884: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23885: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23886: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23887: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23888: types/pa_vobject.h, types/pa_vrequest.C,
23889: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23890: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23891: BASE element globally removed
23892:
23893: 2001-07-18 parser
23894:
23895: * src/classes/file.C: file:exec/cgi msg
23896:
23897: * src/classes/file.C: $file:exit-code renamed to 'status'
23898:
23899: * src/: classes/file.C, main/pa_exec.C: file:exec
23900:
1.116 moko 23901: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23902: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23903: removed $id from *.in *.am
1.95 moko 23904:
23905: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23906: abbrevations
23907:
23908: * src/: classes/date.C, classes/mail.C, classes/math.C,
23909: classes/string.C, classes/table.C, include/pa_globals.h,
23910: include/pa_string.h, main/execute.C, main/pa_globals.C,
23911: main/pa_request.C, main/pa_string.C, main/untaint.C,
23912: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23913: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23914: $ORIGINS(1) output tracing mode
23915:
23916: 2001-07-13 parser
23917:
23918: * src/: classes/double.C, classes/int.C, classes/string.C,
23919: include/pa_request.h, main/execute.C, main/pa_request.C:
23920: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23921: second would not call first @auto
23922:
23923: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23924: wrong, fixed
23925:
23926: 2001-07-12 parser
23927:
23928: * src/types/pa_value.h: pa_value.putelement modification of system
23929: classes prevented
23930:
23931: 2001-07-11 parser
23932:
23933: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23934: table $piece
23935:
23936: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23937: types/pa_vstateless_class.h: $file created by file:state +=
23938: .atime .mtime .ctime +found&fixed bug with exceptions on
23939: get_junction-created objects [they were on wrong pool]
23940:
23941: 2001-07-09 parser
23942:
23943: * src/main/untaint.C: qp wrong name
23944:
23945: * src/: classes/date.C, classes/string.C, classes/table.C,
23946: main/compile.y: date format 0
23947:
23948: 2001-07-07 parser
23949:
23950: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23951: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23952: roll table calendar
23953:
23954: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23955: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23956: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23957: include/pa_request.h, main/main.dsp, types/pa_value.h,
23958: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23959: string. todo: sql, calendar
23960:
23961: 2001-07-06 parser
23962:
23963: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23964: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23965:
23966: 2001-07-03 parser
23967:
23968: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23969: classes/random.C, main/main.dsp: class random renamed to math,
23970: operators became methods
23971:
23972: * src/classes/op.C: pow sqrt
23973:
23974: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23975:
23976: 2001-07-02 parser
23977:
23978: * src/classes/table.C: ^table.columns column renamed from 'name' to
23979: 'column'
23980:
23981: * src/classes/hash.C: ^hash.keys[]
23982:
23983: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23984:
23985: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23986: 'strings'
23987:
23988: 2001-06-29 parser
23989:
23990: * src/main/: execute.C: /0 %0 checkes ver 2
23991:
23992: * src/main/execute.C: /0 %0 checke
23993:
23994: * src/classes/Makefile.am: nothing - void
23995:
23996: * src/classes/table.C: empty strings @ sql
23997:
23998: 2001-06-28 parser
23999:
24000: * src/: classes/double.C, classes/file.C, classes/form.C,
24001: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24002: classes/op.C, classes/random.C, classes/response.C,
24003: classes/string.C, classes/table.C, classes/void.C,
24004: main/compile.C, main/compile_tools.C, main/execute.C,
24005: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24006: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24007: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24008: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24009: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24010: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24011: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24012: $";
24013:
24014: * src/: classes/double.C, classes/file.C, classes/form.C,
24015: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24016: classes/op.C, classes/random.C, classes/response.C,
24017: classes/string.C, classes/table.C, classes/void.C,
24018: main/compile.C, main/compile.y, main/compile_tools.C,
24019: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24020: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24021: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24022: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24023: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24024: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24025:
24026: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24027: $class:name: == ${class:name}:
24028:
24029: * src/classes/string.C: exactly one
24030:
24031: 2001-06-27 parser
24032:
24033: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24034: types/pa_vvoid.h: nothing renamed to void
24035:
24036: * src/classes/op.C: ^switch ^case
24037:
24038: * src/main/compile.y: nothing renamed to void
24039:
24040: * src/: classes/hash.C, classes/table.C, main/compile.y,
24041: main/execute.C, main/main.dsp, main/pa_request.C,
24042: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24043: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24044: void
24045:
24046: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24047:
24048: 2001-05-28 parser
24049:
24050: * src/doc/html2chm.cmd: removed >a
24051:
24052: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24053: project options [some bugs]
24054:
24055: * src/doc/sources2html.cmd: z
24056:
24057: * src/: classes/classes.C, main/compile.C, main/compile.y,
24058: main/execute.C: operators are not in root class again
24059:
24060: 2001-05-24 parser
24061:
24062: * src/targets/cgi/parser3.dsp: project file
24063:
24064: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24065: ^log ^exp
24066:
24067: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24068: conversions in @exception[params]
24069:
24070: * src/main/pa_request.C: // no _ conversions in @exception[params]
24071:
24072: 2001-05-23 parser
24073:
24074: * src/main/pa_string.C: string cmp bug
24075:
24076: * src/classes/: mail.C, op.C: rem max 1000
24077:
24078: * src/: classes/op.C, main/compile.y: allow one empty line before
24079: LS_DEF_NAME
24080:
24081: 2001-05-22 parser
24082:
24083: * src/classes/op.C: if params code-required
24084:
24085: 2001-05-21 parser
24086:
24087: * src/types/pa_vstring.C: eoleof
24088:
24089: * src/classes/Makefile.am: .AM
24090:
24091: * src/classes/nothing.C: resultless ^sql moved to nothing:
24092:
24093: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24094:
24095: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24096: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24097: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24098: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24099: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24100: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24101: 'nothing'
24102:
24103: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24104: vstring::set_string
24105:
24106: * src/classes/: double.C, int.C, string.C: int,double;sql
24107:
24108: * src/: classes/hash.C, classes/int.C, classes/string.C,
24109: classes/table.C, include/pa_string.h, main/pa_string.C,
24110: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24111:
24112: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24113: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24114: hash:sql moved to main trunc. operators.txt updated
24115:
24116: * src/classes/: hash.C, op.C, table.C: hash:sql
24117:
24118: * src/classes/op.C: z
24119:
24120: * src/: main/compile.C, classes/classes.C: 1
24121:
24122: * src/: classes/classes.C, main/compile.C, main/compile.y,
24123: main/execute.C: 0
24124:
24125: * src/main/execute.C: z
24126:
24127: * src/targets/cgi/parser3.C: z
24128:
24129: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24130: site_auto_path "." in that case
24131:
24132: * src/targets/cgi/: parser3.C: z
24133:
24134: * src/main/pa_request.C: .am
24135:
24136: * src/: main/pa_request.C, targets/cgi/parser3.C:
24137: pcre_tables=pcre_default_tables;
24138:
24139: 2001-05-19 parser
24140:
24141: * src/main/pa_string.C: z
24142:
24143: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24144: introducing String::cstr_bufsize, returns just size+1 for as_is
24145: target.
24146:
24147: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24148: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24149: used, 4* mem wasted
24150:
24151: * src/classes/string.C: root context in match replace body now
24152: unchanged
24153:
24154: * src/types/pa_value.h: parameter # 1 based
24155:
24156: * src/main/pa_common.C: common: actual filename '%s'
24157:
24158: * src/classes/string.C: z
24159:
24160: * src/classes/Makefile.am: classes/.am
24161:
24162: * src/classes/: Makefile.am: classes/.am
24163:
24164: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24165: targets/cgi/pa_pool.C: classes/.am
24166:
24167: 2001-05-18 parser
24168:
1.116 moko 24169: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24170: pa_threads.C ins
1.95 moko 24171:
24172: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24173:
24174: 2001-05-17 parser
24175:
24176: * src/: classes/string.C, include/pa_config_fixed.h,
24177: include/pa_config_includes.h, main/compile.y,
24178: main/compile_tools.h, main/execute.C, main/pa_array.C,
24179: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24180: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24181: types/pa_vform.C: #include "pa_config_includes.h" removed from
24182: most .C
24183:
24184: * src/doc/html2chm.cmd: z
24185:
24186: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24187: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24188:
24189: * src/main/pa_sql_driver_manager.C: moved expiration to
24190: get_connection_from_cache
24191:
24192: * src/main/pa_sql_driver_manager.C: cache expiration bf
24193:
24194: * src/: classes/classes.h, include/pa_sql_connection.h,
24195: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24196: cache expiration[use SQL_Driver::disconnect]
24197:
24198: * src/main/pa_table.C: table.locate current restored on "not found"
24199:
24200: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24201: line no
24202:
24203: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24204: ANTI_ENDLESS_EXECUTE_RECOURSION
24205:
24206: * src/: classes/op.C, include/pa_sql_connection.h,
24207: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24208: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24209: 1driver and set_services fight for driver::fservices. before fix
24210:
24211: * src/: classes/op.C, include/pa_config_fixed.h,
24212: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24213: main/pa_sql_driver_manager.C: found problem at last: 2connections
24214: own 1driver and set_services fight for driver::fservices. before
24215: fix
24216:
24217: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24218: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24219: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24220: pa_threads.C
24221:
24222: * src/include/pa_threads.h: removed targets/parser
24223:
24224: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24225: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24226: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24227: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24228: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24229: headers
24230:
24231: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24232: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24233: order prevented sqlmanager to see MULTYTHREAD define
24234:
24235: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24236: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24237: put/gets
24238:
24239: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24240: from hash.h
24241:
24242: * src/: classes/op.C, include/pa_sql_connection.h,
24243: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24244: from cache ->set_services(&services);
24245:
24246: 2001-05-16 parser
24247:
24248: * src/targets/cgi/parser3.C: z
24249:
24250: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24251: debug, #ifdefed some. would debug later, on more precise sample
24252: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24253: $name.$tail[$tail!] $name.$tail } ok3
24254:
24255: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24256: removed array debug. before vstring rebasing
24257:
24258: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24259: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24260: array debugged; adjusted
24261:
24262: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24263: SQL_Driver_manager line no for connect/charset errors
24264:
24265: 2001-05-15 parser
24266:
24267: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24268: main/pa_string.C: string+array made linear grows
24269:
24270: * src/: include/pa_string.h, main/pa_string.C,
24271: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24272: grow lineary, not exponentialy
24273:
24274: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24275: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24276: with fullchunk cmps
24277:
24278: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24279: 70041= 81
24280:
24281: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24282: targets/cgi/parser3.C: detected huge mem allocation: size/times
24283: malloc 27809390/368771, calloc 3232/83. would test now
24284:
24285: * src/: classes/random.C, main/compile.y, main/execute.C,
24286: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24287: numbered params had wrong name - for instance: bad error message
24288: in ^for[] bad body type. fixed
24289:
24290: 2001-05-14 parser
24291:
24292: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24293: main/untaint.C: ^string.upper|lower[]
24294:
24295: 2001-05-11 parser
24296:
24297: * src/: classes/double.C, classes/image.C, classes/op.C,
24298: classes/string.C, classes/table.C, classes/unknown.C,
24299: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24300: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24301: types/pa_vunknown.h: op: MAX_LOOPS as_int
24302:
24303: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24304: .dsp for win32tools
24305:
24306: 2001-05-11 paf
24307:
24308: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24309: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24310: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24311: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24312:
24313: 2001-05-10 paf
24314:
24315: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24316: for C++, that's all
24317:
1.116 moko 24318: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24319: pa_config_includes.h: inline wonders
1.95 moko 24320:
24321: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24322: doc/doxygen.cmd: hash.C added
24323:
24324: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24325:
24326: * src/main/compile.y: @end grammar: allowed zero strings in control
24327: menthod
24328:
24329: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24330: pa_vstateless_object.h: changed priority: field before method
24331: lookup in vclass & vobject
24332:
24333: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24334: grammar: priorities changes [lowerd && prior] vobject: now first
24335: fields, next methods
24336:
24337: 2001-05-08 paf
24338:
24339: * src/main/pa_table.C: table columnname2item on nameless ignored
24340: bark=false. fixed
24341:
24342: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24343: types/pa_vmethod_frame.h: hash:default works at last!
24344:
24345: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24346: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24347: hash:default
24348:
24349: * src/classes/table.C: z
24350:
24351: * src/classes/table.C: table:hash always hash of hash now
24352:
24353: * src/classes/table.C: table:empty return bool now
24354:
24355: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24356: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24357: types/pa_vtable.h: table:hash
24358:
24359: * src/classes/table.C: table:record have name
24360:
24361: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24362: returns vunknown
24363:
24364: * src/classes/: double.C, int.C, op.C, string.C:
24365: int,double,string:int[] double[] string:length[] results now have
24366: hames
24367:
24368: * src/: classes/op.C, classes/table.C, main/main.dsp,
24369: types/pa_vtable.h: removed table:find. table:locate and op:eval
24370: now return bool
24371:
24372: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24373: in method checkparams again. fixed
24374:
24375: 2001-05-07 paf
24376:
24377: * src/doc/chm.cmd: cmd
24378:
24379: * src/: classes/image.C, classes/mail.C, classes/string.C,
24380: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24381: types/pa_value.h: method reported errors on wrong pool
24382:
24383: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24384: now
24385:
24386: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24387: include/code.h, include/pa_opcode.h, main/compile.C,
24388: main/compile_tools.h, main/execute.C, types/pa_value.h,
24389: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24390: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24391: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24392: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24393: types/pa_vmethod_frame.h, types/pa_vobject.h,
24394: types/pa_vrequest.h, types/pa_vresponse.h,
24395: types/pa_vstateless_class.h, types/pa_vstring.h,
24396: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24397: types/pa_wwrapper.h: pa_code.h
24398:
24399: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24400:
24401: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24402: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24403: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24404: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24405: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24406: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24407: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24408: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24409: types/pa_vtable.h: dox, split by not clean parts also
24410:
24411: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24412: types/pa_vtable.h: table: fields, then methods. so to enable
24413: 'dir' fields & co. more
24414:
24415: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24416: so to enable 'dir' fields & co.
24417:
24418: * src/main/compile.y: grammar: @end
24419:
24420: 2001-05-04 paf
24421:
24422: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24423: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24424:
24425: * src/: classes/classes.h, classes/double.C, classes/file.C,
24426: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24427: classes/op.C, classes/random.C, classes/response.C,
24428: classes/string.C, classes/table.C, classes/unknown.C,
24429: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24430: method dox
24431:
24432: 2001-05-03 paf
24433:
24434: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24435: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24436: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24437: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24438: doc/string.dox, doc/targets.dox, doc/value.dox,
24439: main/pa_request.C: dox splitted .dox files and added some
24440:
24441: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24442:
24443: 2001-05-02 paf
24444:
24445: * src/classes/: image.C, table.C: table:dir result are not tainted
24446: by file_name language now
24447:
24448: 2001-04-28 paf
24449:
24450: * src/classes/classes.inc: removed classes.inc
24451:
24452: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24453: from .am
24454:
24455: * src/classes/classes.awk: skipped classes in .awk
24456:
24457: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24458: classes/classes.inc, classes/double.C, classes/file.C,
24459: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24460: classes/string.C, classes/table.C, classes/unknown.C,
24461: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24462: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24463: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24464: pa_methoded back to classes/classes.h
24465:
24466: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24467:
24468: * src/: classes/Makefile.am, classes/classes.awk,
24469: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24470: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24471:
24472: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24473: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24474: classes/response.C, classes/string.C, classes/table.C,
24475: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24476: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24477: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24478: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24479: include|main/pa_methoded
24480:
24481: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24482: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24483:
24484: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24485: moved some configured data to request::classes_conf moved some
24486: string crations from globals to M... [works]
24487:
24488: * src/: classes/form.C, classes/mail.C, classes/op.C,
24489: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24490: main/pa_request.C: moved some configured data to
24491: request::classes_conf moved some string crations from globals to
24492: M...
24493:
24494: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24495: about to move configured data to special request hash
24496:
24497: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24498: classes/form.C, classes/mail.C, include/pa_request.h,
24499: main/pa_request.C: configure started
24500:
24501: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24502: 2. todo: methoded-configure
24503:
24504: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24505: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24506: classes/_random.h, classes/_response.h, classes/_string.h,
24507: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24508: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24509: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24510: classes/random.C, classes/response.C, classes/string.C,
24511: classes/table.C, classes/unknown.C, include/pa_globals.h,
24512: include/pa_request.h, main/compile.y, main/execute.C,
24513: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24514: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24515: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24516: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24517: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24518: types/pa_vrequest.h, types/pa_vresponse.h,
24519: types/pa_vstateless_class.h, types/pa_vstring.h,
24520: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24521: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24522: methoded-configure
24523:
24524: * src/: classes/file.C, classes/table.C, main/compile.y,
24525: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24526: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24527: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24528:
24529: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24530: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24531: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24532: classes/random.C, classes/response.C, classes/string.C,
24533: classes/table.C, classes/unknown.C, include/pa_request.h,
24534: main/compile.y, main/execute.C, main/pa_globals.C,
24535: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24536: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24537: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24538: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24539: beautifying just compiled. todo: debug, configure
24540:
24541: 2001-04-27 paf
24542:
24543: * src/: classes/file.C, classes/image.C, classes/table.C,
24544: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24545: beautifying -99
24546:
24547: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24548: classes/_response.h, classes/_unknown.h, classes/classes.C,
24549: classes/classes.h, classes/double.C, classes/file.C,
24550: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24551: classes/op.C, classes/random.C, classes/response.C,
24552: classes/string.C, include/pa_globals.h, main/main.dsp,
24553: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24554: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24555: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24556: types/pa_vunknown.h: beautifying -100
24557:
24558: * src/main/compile.y: serge@ found @CLASS bug. fixed
24559:
24560: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24561: classes/_op.h, classes/_random.h, classes/_table.h,
24562: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24563: classes/op.C, classes/random.C, classes/response.C,
24564: classes/string.C, classes/table.C, classes/unknown.C,
24565: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24566: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24567: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24568: beautifying
24569:
24570: 2001-04-26 paf
24571:
24572: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24573:
24574: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24575: documentation ++
24576:
24577: * src/: classes/_exec.h, doc/doxygen.cfg,
24578: include/pa_config_fixed.h, include/pa_config_includes.h,
24579: targets/cgi/pa_pool.C: code documentation ++
24580:
24581: * src/: classes/_image.h, classes/op.C, classes/random.C,
24582: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24583: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24584: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24585: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24586: types/pa_vmethod_frame.h, types/pa_vobject.h,
24587: types/pa_vrequest.C, types/pa_vrequest.h,
24588: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24589: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24590: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24591: code documentation ++
24592:
24593: * src/: classes/image.C, classes/mail.C, classes/string.C,
24594: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24595: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24596: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24597: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24598: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24599: types/pa_vobject.h, types/pa_vstateless_class.h,
24600: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24601:
24602: * src/main/: pa_request.C, pa_string.C: z
24603:
24604: * src/: include/pa_common.h, include/pa_types.h,
24605: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24606: connection caching fixed. request-pooled-url were stored into
24607: global connectioncache
24608:
24609: 2001-04-25 paf
24610:
24611: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24612: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24613:
24614: * src/: include/code.h, include/pa_common.h, main/compile.y,
24615: main/execute.C, main/pa_common.C: -d
24616:
24617: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24618: illegal call check a bit improved, but still under iis no mapping
24619: of dir with parser allowed!
24620:
24621: 2001-04-24 paf
24622:
24623: * src/targets/Makefile.am: apache module lib .am
24624:
24625: * src/main/pa_exec.C: windows32 buildCommand
24626:
24627: 2001-04-23 paf
24628:
24629: * src/targets/cgi/Makefile.am: win32 conditional
24630:
24631: * src/targets/cgi/Makefile.am: win32 conditional
24632:
24633: * src/targets/cgi/Makefile.am: liblink
24634:
24635: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24636: vfile fields return type
24637:
24638: * src/types/pa_vfile.h: vfile fields return type
24639:
24640: * src/include/pa_config_auto.h.in: .h.in
24641:
24642: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24643: types/Makefile: makefiles removed
24644:
24645: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24646: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24647:
24648: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24649: [tested: i & g ]
24650:
24651: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24652: @test noticed series in isapi, check how initialize_random_class
24653: is called! [must be called only once]
24654:
24655: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24656: would not be 'unknown column'
24657:
24658: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24659: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24660:
24661: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24662: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24663: [now doesnt]
24664:
24665: * src/targets/cgi/parser3.C: cgi cmdline ver
24666:
24667: * src/targets/cgi/parser3.C: cgi /// @test disable
24668: /cgi-bin/parser3/auto.p
24669:
24670: * src/main/untaint.C: untaint without charset
24671:
24672: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24673: main/pa_common.C: common: file_write /// @test mkdirs
24674: file_delete rmdirs
24675:
24676: * src/main/untaint.C: mail header only once to =?
24677:
24678: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24679: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24680: main/untaint.C: untaint - @test optimize whitespaces for
24681: all but 'html'
24682:
24683: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24684: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24685: main/untaint.C: untaint - @test mail-header
24686:
24687: 2001-04-20 paf
24688:
24689: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24690: include/pa_request.h, include/pa_string.h, main/compile.y,
24691: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24692: targets/cgi/parser3.C: $MAIN:LOCALE
24693:
24694: * src/main/untaint.C: z
24695:
24696: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24697:
24698: 2001-04-19 paf
24699:
24700: * src/main/compile_tools.h: $a$b bugfix
24701:
24702: * src/targets/cgi/parser3.C: z
24703:
24704: * src/classes/file.C: z
24705:
24706: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24707: done: header to $fields. waits for header '\' tricks
24708:
24709: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24710: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24711: changed urlencode here and in untaint.C to HTTP standard's " and
24712: \" mech
24713:
24714: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24715: http://alx/~paf/ doesnt load /auto.p
24716:
24717: 2001-04-18 paf
24718:
24719: * src/main/pa_request.C: 1
24720:
24721: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24722: linux @alx
24723:
24724: 2001-04-17 paf
24725:
24726: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24727: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24728: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24729: enabled
24730:
24731: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24732: classes/_exec.h, classes/_file.h, classes/_form.h,
24733: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24734: classes/_random.h, classes/_response.h, classes/_string.h,
24735: classes/_table.h, classes/_unknown.h, classes/file.C,
24736: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24737: include/pa_config_fixed.h, include/pa_config_includes.h,
24738: include/pa_hash.h, include/pa_sql_driver_manager.h,
24739: include/pa_version.h, main/Makefile.am, main/compile.y,
24740: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24741: main/pa_sql_driver_manager.C, sql/Makefile.am,
24742: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24743: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24744: types/pa_vform.C, types/pa_vimage.h: exec @jav
24745:
24746: * src/: include/pa_sql_driver_manager.h,
24747: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24748: types/pa_vimage.h: sql driver interface now has initialize(client
24749: .so)
24750:
24751: 2001-04-16 paf
24752:
24753: * src/Makefile.am: compile2 cygwin
24754:
24755: * src/: include/pa_config_includes.h, main/pa_exec.C,
24756: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24757:
24758: * src/targets/cgi/Makefile.am: compile0 jav
24759:
24760: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24761: classes/_exec.h, classes/_file.h, classes/_form.h,
24762: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24763: classes/_random.h, classes/_response.h, classes/_string.h,
24764: classes/_table.h, classes/_unknown.h, classes/image.C,
24765: classes/mail.C, classes/op.C, classes/random.C,
24766: include/pa_config_fixed.h, include/pa_config_includes.h,
24767: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24768: main/compile.y, main/pa_common.C, main/pa_exec.C,
24769: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24770: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24771: compile-1
24772:
24773: 2001-04-15 paf
24774:
24775: * src/classes/op.C: z
24776:
24777: * src/classes/table.C: table:empty +=process
24778:
24779: * src/types/pa_value.h: MethodParams !junction
24780:
24781: * src/: classes/_string.h, classes/double.C, classes/file.C,
24782: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24783: classes/random.C, classes/response.C, classes/string.C,
24784: classes/table.C, classes/unknown.C, main/pa_request.C:
24785: MethodParams everywhere
24786:
24787: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24788: types/pa_vmethod_frame.h: MethodParams in op.C
24789:
24790: 2001-04-12 paf
24791:
24792: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24793:
24794: * src/: classes/_unknown.h, classes/unknown.C,
24795: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24796: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24797:
24798: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24799:
24800: * src/classes/image.C: image:gif now does not have params
24801:
24802: * src/classes/image.C:
24803: image:line/fill/rectangle/bar/replace/polygon/polybar
24804:
24805: * src/: classes/image.C, classes/op.C, main/execute.C,
24806: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24807: for var now written not to r.wcontext, but to r.root cleared
24808: "entered_object" state
24809:
24810: 2001-04-11 paf
24811:
24812: * src/classes/image.C: image:create image:load
24813:
24814: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24815: just compiled
24816:
24817: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24818: todo: gif without file
24819:
24820: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24821: started porting to Pooled descendant
24822:
24823: * src/: classes/image.C, main/execute.C, main/main.dsp,
24824: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24825: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24826: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24827:
24828: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24829: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24830: end. switching to python imaging lib
24831:
24832: * src/main/main.dsp: gd+smtp made separate libs
24833:
24834: * src/: include/pa_globals.h, include/pa_string.h,
24835: main/pa_common.C, main/pa_request.C, main/untaint.C,
24836: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24837: length
24838:
24839: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24840: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24841: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24842: UL_FILE_NAME of posted file name
24843:
24844: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24845: post [broke when moved post read to core]
24846:
24847: 2001-04-10 paf
24848:
24849: * src/classes/image.C: image:html done
24850:
24851: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24852:
24853: * src/classes/image.C: z
24854:
24855: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24856: forgotten!
24857:
24858: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24859: main/pa_request.C, main/pa_string.C, main/untaint.C,
24860: types/pa_vimage.h: image:measure -90
24861:
24862: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24863: classes/_int.h, classes/_mail.h, classes/_op.h,
24864: classes/_random.h, classes/_response.h, classes/_string.h,
24865: classes/_table.h, classes/file.C, classes/mail.C,
24866: include/pa_common.h, include/pa_globals.h, main/execute.C,
24867: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24868: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24869: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24870: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24871: compiled
24872:
24873: * src/classes/mail.C: minor bug with unclear from/to
24874:
24875: * src/classes/mail.C: sendmail unix skipping defaults
24876:
24877: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24878: sendmail unix added defaults
24879:
24880: * src/classes/mail.C: unix sendmail compiled. todo:testing
24881:
24882: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24883:
24884: 2001-04-09 paf
24885:
24886: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24887: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24888: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24889: targets/isapi/parser3isapi.dsp: all targets exec
24890:
24891: * src/: include/pa_sapi.h, include/pa_string.h,
24892: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24893: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24894: args in apache:util.script
24895:
24896: * src/include/pa_string.h: written but not tested exec with env for
24897: unix
24898:
24899: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24900: targets/cgi/parser3.C: exec win32 env
24901:
24902: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24903: 0
24904:
24905: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24906: main/execute.C, main/main.dsp, main/pa_globals.C,
24907: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24908: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24909:
24910: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24911: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24912:
24913: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24914: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24915:
24916: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24917: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24918: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24919: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24920: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24921: exec class just compiled. moved post read to request core
24922:
24923: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24924: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24925: main/pa_globals.C, targets/cgi/parser3.C,
24926: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24927: are already read by vform
24928:
24929: 2001-04-08 paf
24930:
24931: * src/: classes/file.C, classes/mail.C, classes/string.C,
24932: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24933: uuencode. string<<
24934:
24935: 2001-04-07 paf
24936:
24937: * src/classes/mail.C: z
24938:
24939: * src/classes/mail.C: z
24940:
24941: * src/classes/mail.C: ^mail[$attach
24942:
24943: * src/classes/mail.C: ^attach dead end
24944:
24945: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24946: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24947: targets/isapi/parser3isapi.C: mail:send 1
24948:
24949: * src/: classes/mail.C, main/pa_request.C: z
24950:
24951: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24952: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24953: compiled
24954:
24955: * src/classes/mail.C: +=
24956:
24957: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24958: prepared
24959:
24960: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24961: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24962: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24963: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24964:
24965: 2001-04-06 paf
24966:
24967: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24968: main/pa_string.C: table:dir 1
24969:
24970: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24971: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24972:
24973: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24974: classes/root.C, include/pa_globals.h, include/pa_request.h,
24975: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24976: main/pa_request.C: renamed 'root' to 'op'
24977:
24978: * src/classes/: _op.h, op.C: renamed from 'root'
24979:
24980: * src/types/pa_valiased.C: another root inherititance skipped
24981:
24982: * src/main/: compile.C, compile.y, execute.C: operators are now not
24983: root methods of parent class. just 'ROOT' class
24984:
24985: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24986: @office
24987:
24988: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24989:
24990: 2001-04-05 paf
24991:
24992: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24993: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24994: constructor flag dropped at get_method_frame and remembered into
24995: method_frame
24996:
24997: * src/: classes/file.C, classes/root.C, classes/string.C,
24998: classes/table.C, main/pa_request.C: junction to code&expression
24999: in errors
25000:
25001: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25002: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25003: $LOCALE:ctype[Russian_Russia.1251]
25004:
25005: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25006: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25007: main/pa_table.C: hash now not thread-safe.
25008:
25009: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25010: main/untaint.C: z
25011:
25012: * src/: classes/random.C, classes/root.C, classes/table.C,
25013: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25014: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25015: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25016: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25017:
25018: * src/: classes/table.C, include/pa_sql_connection.h,
25019: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25020:
25021: * src/classes/table.C: select * from hren error contains statement
25022:
25023: * src/: classes/table.C, include/pa_sql_connection.h,
25024: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25025: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25026:
25027: * src/: classes/root.C, include/pa_sql_connection.h,
25028: include/pa_sql_driver.h, main/main.dsp,
25029: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25030: services for conv memory & error reporting
25031:
25032: 2001-04-04 paf
25033:
25034: * src/doc/doxygen.cfg: z
25035:
25036: * src/include/pa_sql_driver.h: mysql connect
25037:
25038: * src/include/pa_sql_driver.h: mysql info
25039:
25040: * src/: classes/root.C, include/pa_sql_driver.h,
25041: include/pa_sql_driver_manager.h, main/main.dsp,
25042: main/pa_sql_driver_manager.C: more manager&connection&driver
25043:
25044: * src/sql/Makefile.am: forgot to add mysql client
25045:
25046: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25047: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25048: [forgot to add libltdl, added]
25049:
25050: * src/: Makefile.am, classes/root.C, classes/string.C,
25051: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25052: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25053: include/pa_string.h, include/pa_table.h, main/main.dsp,
25054: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25055: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25056: -1000 just compiled
25057:
25058: * src/: classes/random.C, classes/root.C, classes/table.C,
25059: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25060: main/pa_request.C, types/pa_vclass.h: sql frame -10
25061:
25062: 2001-04-03 paf
25063:
25064: * src/types/pa_vform.C: z
25065:
25066: * src/: classes/string.C, types/pa_vform.C: string:match replace
25067: assigned lang
25068:
25069: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25070: {}[]< empty []
25071:
25072: * src/: classes/file.C, classes/string.C, classes/table.C,
25073: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25074: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25075:
25076: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25077: string:match replace strange matches
25078:
25079: * src/classes/string.C: string:match replace 0
25080:
25081: * src/: classes/string.C, main/pa_string.C: string:match replace
25082: prepared 2
25083:
25084: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25085: string:match replace prepared
25086:
25087: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25088: string:match replace -11
25089:
25090: * src/: classes/string.C, include/pa_globals.h,
25091: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25092: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25093:
25094: * src/: classes/string.C, include/pa_globals.h,
25095: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25096: main/pa_string.C: string:match [search] -1 just compiled
25097:
25098: * src/types/pa_vstring.C: z
25099:
25100: * src/: classes/double.C, classes/file.C, classes/form.C,
25101: classes/int.C, classes/response.C, classes/root.C,
25102: classes/string.C, classes/table.C, include/pa_string.h,
25103: main/pa_string.C: string:match -10 [frame]
25104:
25105: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25106: main/pa_request.C: z
25107:
25108: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25109: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25110: todo/tests
25111:
25112: * src/include/pa_common.h: z
25113:
25114: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25115: main/pa_request.C, targets/cgi/parser3.C,
25116: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25117: content-disposition
25118:
25119: * src/: include/pa_common.h, include/pa_globals.h,
25120: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25121: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25122:
25123: * src/: include/pa_common.h, include/pa_request.h,
25124: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25125: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25126: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25127: response:body
25128:
25129: * src/classes/table.C: table:append now uses string::split
25130:
25131: * src/classes/table.C: z
25132:
25133: * src/: classes/file.C, classes/root.C, classes/string.C,
25134: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25135: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25136: include/pa_string.h, main/execute.C, main/pa_string.C,
25137: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25138: string::pos & cmp & piece bugs fixed. string::split new
25139: table:load separated from set table:set implemented with clean \n
25140: \t searches
25141:
25142: 2001-04-02 paf
25143:
25144: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25145: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25146: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25147: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25148: it in table:set/load
25149:
25150: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25151: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25152:
25153: * src/classes/random.C: random:generate 1
25154:
25155: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25156: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25157: types/pa_value.h: random:generate
25158:
25159: 2001-03-30 paf
25160:
25161: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25162: todo: table flip and append. string::pos
25163:
25164: * src/: classes/double.C, classes/file.C, classes/int.C,
25165: classes/response.C, classes/root.C, classes/string.C,
25166: classes/table.C, main/compile.y, main/execute.C,
25167: types/pa_value.h, types/pa_vstateless_class.C,
25168: types/pa_vstateless_class.h: static|dynamic|any method
25169: registration
25170:
25171: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25172: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25173: table:flip
25174:
25175: 2001-03-29 paf
25176:
25177: * src/classes/string.C: string:xsplit forgot that they must result
25178: in 1 row N column [not vice versa]
25179:
25180: * src/classes/string.C: z
25181:
25182: * src/classes/string.C: string: rsplit
25183:
25184: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25185: string: lsplit
25186:
25187: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25188: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25189: lsplit -1
25190:
25191: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25192: string: pos
25193:
25194: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25195: string: pos -1
25196:
25197: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25198: main/compile.y, main/pa_request.C, main/pa_string.C,
25199: main/untaint.C: string: left right mid
25200:
25201: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25202: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25203: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25204: and [;] are different now.
25205:
25206: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25207: main/untaint.C: pool.request undone
25208:
25209: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25210: main/untaint.C: pool.request
25211:
25212: 2001-03-28 paf
25213:
25214: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25216: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25217: $request:browser [.type .version]; unknown.get_double now = 0.
25218:
25219: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25220: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25221: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25222: types/pa_vform.C: file:load autodetection of mime-type by
25223: user-file-name
25224:
25225: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25226: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25227: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25228:
25229: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25230: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25231: write. must be self.set
25232:
25233: * src/: classes/file.C, classes/root.C, classes/table.C,
25234: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25235:
25236: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25237: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25238: types/pa_vtable.h: table:locate just compiled
25239:
25240: 2001-03-27 paf
25241:
25242: * src/main/: execute.C, pa_common.C: fixed r/w context of
25243: code-params2, fixed ntfs hardlink slow dir update
25244:
25245: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25246: types/pa_wcontext.h: fixed r/w context of code-params
25247:
25248: * src/: classes/table.C, main/execute.C: about to change junction
25249: rcontext!!
25250:
25251: * src/: classes/double.C, classes/int.C, classes/root.C,
25252: classes/string.C, classes/table.C, main/compile_tools.C,
25253: main/execute.C, main/pa_request.C, main/untaint.C,
25254: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25255: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25256: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25257: types/pa_vunknown.h: sort 0
25258:
25259: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25260: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25261: renamed to are_static_calls_disabled
25262:
25263: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25264: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25265: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25266: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25267:
25268: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25269:
25270: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25271: started table:sort fixed minor bug in #...^{
25272:
25273: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25274: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25275: decided to have as it were. stepped back. grammar: added 'in'
25276: 'is' 'lt'&co follow-space check
25277:
25278: 2001-03-26 paf
25279:
25280: * src/: classes/file.C, classes/root.C, classes/table.C,
25281: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25282: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25283: main/pa_table.C: moved ::save to pa_table. disabled @auto
25284: invocation in ^process
25285:
25286: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25287:
25288: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25289: main/pa_array.C: table:record
25290:
25291: * src/: main/untaint.C, targets/cgi/parser3.C,
25292: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25293: targets/isapi/pool_storage.h, types/pa_valiased.h,
25294: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25295: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25296: types/pa_vtable.h: z
25297:
25298: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25299: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25300: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25301: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25302: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25303: method realisations on 'self' validity - they now can simply
25304: assume that 'self' is V{Proper} .
25305:
25306: 2001-03-25 paf
25307:
25308: * src/main/untaint.C: z
25309:
25310: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25311: lowlevel - it initialization could be skipped if failed in @auto.
25312: so that exception report would use some table
25313:
25314: * src/main/pa_request.C: table empty lines ignored. system-default
25315: content type assigned in output:result [can fail in main:auto and
25316: skipped normal defaults extraction]
25317:
25318: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25319: bug
25320:
25321: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25322: processing to table [except preliminary \r\n \r \n replacements
25323: to "\n"]
25324:
25325: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25326: move all the processing to table
25327:
25328: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25329: main/pa_table.C, main/untaint.C: returned table originating.
25330: useful for reporting typo table problems origin. think would be
25331: useful somewhere else
25332:
25333: * src/main/untaint.C: typo \r \r\n \n properly handled
25334:
25335: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25336: include/pa_table.h, main/compile.y, main/compile_tools.C,
25337: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25338: main/pa_string.C, main/pa_table.C, main/untaint.C,
25339: types/pa_vcookie.h: typo & typo-default
25340:
25341: 2001-03-24 paf
25342:
25343: * src/main/pa_common.C: z
25344:
25345: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25346: targets/cgi/parser3.C: html-typo 2
25347:
25348: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25349: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25350: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25351: main/execute.C, main/pa_array.C, main/pa_globals.C,
25352: main/pa_request.C, main/pa_string.C, main/untaint.C,
25353: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25354: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25355: noticed double default content-type prob. run cgi.cmd tomorrow
25356: first html-typo sample. detected << problem: they become ltlt too
25357: fast
25358:
25359: * src/main/compile.y: z
25360:
25361: * src/main/: compile.y, compile_tools.h: #comment
25362:
25363: * src/: classes/file.C, classes/root.C, classes/table.C,
25364: include/pa_common.h, include/pa_request.h, main/compile.y,
25365: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25366: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25367: stringified
25368:
25369: * src/types/pa_valiased.C: decided to String-ify file_read
25370:
25371: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25372: isapi/parser3isapi.dsp: cgi: sapi::log
25373:
25374: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25375: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25376: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25377: error log experiments failed - cgi under iis got no access to
25378: log. registereventsource simply failed with 5(illegal call) code,
25379: while worked OK as standalone executable. isapi: used
25380: HSE_APPEND_LOG_PARAMETER feature
25381:
25382: * src/: include/pa_common.h, include/pa_globals.h,
25383: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25384: targets/isapi/parser3isapi.C: fixed default content-type
25385: allocation storage
25386:
25387: * src/: include/pa_globals.h, include/pa_request.h,
25388: main/pa_globals.C, main/pa_request.C: z
25389:
25390: * src/: include/pa_array.h, include/pa_hash.h,
25391: include/pa_request.h, main/compile.y, main/pa_array.C,
25392: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25393: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25394: content-type
25395:
25396: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25397: sanity
25398:
25399: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25400: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25401: away freeze mech. no danger now for you can't do
25402: ^request:process[@new-method[] body] trick anymore. still
25403: remains $some_instance.process[@new-method[] possibility] but
25404: would leave it as a feature. see index for sample
25405:
25406: * src/: include/pa_common.h, main/pa_common.C,
25407: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25408: monkey every target
25409:
25410: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25411: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25412: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25413:
25414: 2001-03-23 paf
25415:
25416: * src/: include/pa_pool.h, main/pa_request.C,
25417: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25418: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25419: targets/isapi/pool_storage.h: isapi: dumb pool storage
25420:
25421: * src/targets/isapi/pa_pool.C: decided to continue with extension
25422:
25423: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25424: it would be better to rewrite as filter then to deal with pool
25425:
25426: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25427: now like in cgi, not from APPL_PHYSICAL_PATH
25428:
25429: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25430: include/pa_config_fixed.h, include/pa_config_includes.h,
25431: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25432: include/pa_version.h, main/compile.y, main/execute.C,
25433: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25434: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25435: main/untaint.C, targets/cgi/parser3.C,
25436: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25437: cgi: reinvent document_root and request_uri under iis. autoconf
25438: updated. introducing ap_config_includes
25439:
25440: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25441:
25442: * src/targets/cgi/parser3.C: cgi: only one pool now
25443:
25444: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25445: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25446: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25447: types/pa_venv.h, types/pa_vform.C: sapi made object
25448:
25449: * src/: include/pa_globals.h, main/pa_request.C,
25450: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25451: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25452: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25453:
25454: * src/: main/pa_request.C, targets/cgi/parser3.C,
25455: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25456: isapi minor env beauty
25457:
25458: * src/: main/pa_request.C, targets/cgi/parser3.C,
25459: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25460: isapi document_root 0
25461:
25462: 2001-03-22 paf
25463:
25464: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25465:
25466: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25467: isapi/parser3isapi.C: z
25468:
25469: * src/: include/pa_pool.h, main/pa_request.C,
25470: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25471:
25472: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25473: kill.pl: isapi added utils
25474:
25475: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25476: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25477: types/pa_vform.C: isapi 0
25478:
25479: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25480: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25481: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25482: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25483: started isapi
25484:
25485: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25486: some comments
25487:
25488: * src/: include/pa_globals.h, include/pa_request.h,
25489: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25490: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25491: parser_root_auto_path parser_site_auto_path
25492:
25493: * src/types/pa_vcookie.C: cookie attr decoded
25494:
25495: 2001-03-21 paf
25496:
25497: * src/targets/cgi/parser3.C: z
25498:
25499: * src/include/pa_globals.h: post. todo: config of auto.p path
25500:
25501: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25502: types/pa_venv.h: in cookie & env. todo:post
25503:
25504: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25505: classes/root.C, classes/table.C, include/pa_array.h,
25506: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25507: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25508: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25509: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25510: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25511: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25512: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25513: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25514: shifted apache branch on main trunc
25515:
25516: * src/: include/pa_common.h, include/pa_globals.h,
25517: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25518: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25519: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25520: starting mod_parser3
25521:
25522: * src/targets/cgi/parser3.C: starting mod_parser3
25523:
25524: 2001-03-20 paf
25525:
25526: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25527: targets/cgi/parser3.C: automake compiled and works. todo:make
25528: win32 ifdefs work and add ifdef unistd
25529:
25530: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25531: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25532: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25533: z
25534:
25535: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25536: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25537: locking
25538:
25539: * src/: classes/Makefile.am, types/Makefile.am: z
25540:
25541: * src/: Makefile.am, classes/file.C, classes/root.C,
25542: classes/table.C, include/pa_array.h, include/pa_request.h,
25543: include/pa_string.h, main/Makefile.am, main/execute.C,
25544: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25545: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25546: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25547: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25548:
25549: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25550: main/pa_request.C, types/pa_vfile.h: ^table:save
25551:
25552: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25553: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25554: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25555: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25556: types/pa_vform.h: z
25557:
25558: * src/include/pa_string.h: z
25559:
25560: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25561: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25562: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25563: :Value
25564:
25565: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25566: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25567: :VStateless_object
25568:
25569: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25570: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25571: :VStateless_object
25572:
25573: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25574: types/pa_valiased.C, types/pa_vform.h: commented VForm
25575:
25576: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25577: types/pa_valiased.h, types/pa_value.h,
25578: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25579: types/pa_vstateless_object.h: moved common get_element part from
25580: stateless object&class into VAliased
25581:
25582: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25583: classes/table.C, main/execute.C, main/main.dsp,
25584: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25585: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25586: now :Value
25587:
25588: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25589: main/execute.C, main/main.dsp, main/pa_globals.C,
25590: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25591:
25592: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25593: doxx
25594:
25595: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25596: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25597: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25598: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25599: and ^file:save
25600:
25601: 2001-03-19 paf
25602:
25603: * src/types/pa_vfile.C: z
25604:
25605: * src/: classes/file.C, classes/request.C, classes/table.C,
25606: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25607: main/pa_request.C, main/untaint.C, types/pa_value.h,
25608: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25609:
25610: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25611: include/pa_string.h, include/pa_table.h, main/main.dsp,
25612: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25613: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25614: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25615: classes/_file.h, classes/file.C, types/pa_vfile.C,
25616: types/pa_vfile.h: file class just compiled
25617:
25618: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25619: include/pa_table.h, include/pa_types.h, main/execute.C,
25620: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25621: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25622: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25623:
25624: * src/include/pa_pool.h: z
25625:
25626: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25627: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25628: Hash::Value to Val so to doxygen would finlly stop confusing
25629: those Value-s
25630:
25631: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25632: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25633: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25634: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25635: include/pa_types.h, main/compile.C, main/compile.y,
25636: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25637: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25638: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25639: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25640: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25641:
25642: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25643: derivates somehow unlinked. don't know why yet
25644:
25645: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25646: include/pa_string.h, include/pa_threads.h, main/compile.C,
25647: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25648: main/execute.C, main/pa_array.C, main/pa_common.C,
25649: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25650: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25651: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25652:
25653: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25654: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25655: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25656: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25657: types/pa_vrequest.h: doc: detected Value derivates prob
25658:
25659: * src/include/pa_globals.h: z
25660:
25661: * src/: classes/_request.h, classes/request.C, include/code.h,
25662: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25663: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25664: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25665: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25666: main/execute.C, main/pa_pool.C, main/pa_request.C,
25667: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25668: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25669:
25670: 2001-03-18 paf
25671:
25672: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25673: cookie: allowed access to hash-assigned
25674:
25675: * src/targets/cgi/parser3.C: z
25676:
25677: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25678: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25679: include/pa_types.h, main/main.dsp, main/pa_common.C,
25680: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25681: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25682: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25683: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25684: types/pa_vunknown.h: cookie class
25685:
25686: * src/main/pa_request.C: zero length output allowed
25687:
25688: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25689: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25690:
25691: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25692: lang switch
25693:
25694: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25695: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25696: types/pa_value.h, types/pa_vhash.h:
25697: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25698:
25699: * src/main/execute.C: z
25700:
25701: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25702: targets/cgi/parser3.C: taint[uri
25703:
25704: * src/: classes/request.C, classes/response.C, classes/root.C,
25705: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25706: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25707: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25708:
25709: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25710: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25711: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25712: types/pa_vstateless_class.C: convinient string(pool, char *src,
25713: bool tainted) ctor
25714:
25715: * src/: include/pa_hash.h, include/pa_request.h,
25716: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25717: main/pa_request.C, main/pa_string.C, main/untaint.C,
25718: targets/cgi/parser3.C: proper @exceptions params tainting
25719:
25720: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25721: response fields to header
25722:
25723: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25724: z
25725:
25726: * src/: classes/_response.h, classes/response.C,
25727: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25728: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25729: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25730: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25731: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25732: $response: 0 request::core exception rethrow
25733:
25734: 2001-03-16 paf
25735:
25736: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25737: types/pa_vrequest.h: native method' class call with less params
25738: then needed error reporting
25739:
25740: * src/: classes/_request.h, classes/request.C,
25741: include/pa_globals.h, include/pa_request.h, main/execute.C,
25742: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25743: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25744: types/pa_vrequest.h: $request : query :uri
25745:
25746: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25747: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25748: types/pa_wcontext.h: $result
25749:
25750: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25751:
25752: * src/: classes/double.C, include/code.h, main/compile.y,
25753: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25754: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25755:
25756: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25757: main/compile.y, main/execute.C, types/pa_value.h,
25758: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25759: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25760: wcontext conflict
25761:
25762: * src/: main/execute.C, types/pa_value.h,
25763: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25764: $string.field
25765:
25766: 2001-03-15 paf
25767:
25768: * src/main/pa_request.C: news sample
25769:
25770: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25771: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25772:
25773: * src/main/: compile.y, execute.C: z
25774:
25775: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25776: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25777: pre pre works
25778:
25779: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25780: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25781: fillfields just compiled
25782:
25783: 2001-03-14 paf
25784:
25785: * src/: include/pa_request.h, main/pa_request.C,
25786: targets/cgi/parser3.C: z
25787:
25788: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25789: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25790: types/pa_vstring.h: limits -1
25791:
25792: * src/: include/pa_globals.h, include/pa_request.h,
25793: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25794: main/pa_request.C, targets/cgi/parser3.C,
25795: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25796: request_info -1
25797:
25798: * src/: include/pa_globals.h, main/pa_globals.C,
25799: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25800: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25801: vform_fields_fill
25802:
25803: * src/targets/cgi/parser3.C: # if MSVC
25804:
25805: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25806: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25807:
25808: * src/targets/cgi/parser3.C: z
25809:
25810: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25811: include/pa_string.h, include/pa_types.h, main/compile.y,
25812: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25813: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25814: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25815: types/pa_vunknown.h: global handler, exceptions in parser3
25816:
25817: 2001-03-13 paf
25818:
25819: * src/: classes/form.C, main/compile.y, main/core.C,
25820: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25821: types/pa_vform.h, types/pa_vstateless_class.C,
25822: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25823: instead
25824:
25825: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25826: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25827: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25828: started cgi target
25829:
25830: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25831: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25832: before error show with parser
25833:
25834: * src/: classes/_form.h, classes/form.C, include/core.h,
25835: include/pa_request.h, main/core.C, main/pa_request.C,
25836: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25837:
25838: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25839:
25840: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25841: parser3.C: renamed targets/ parser to cgi
25842:
25843: * src/: classes/double.C, classes/env.C, classes/int.C,
25844: classes/root.C, classes/string.C, classes/table.C,
25845: include/pa_request.h, types/pa_vhash.h: z
25846:
25847: * src/: classes/_env.h, classes/env.C, classes/root.C,
25848: include/core.h, include/pa_pool.h, include/pa_request.h,
25849: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25850: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25851: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25852: [historical moment :)]
25853:
25854: * src/: include/code.h, include/pa_string.h, main/compile.y,
25855: main/execute.C, main/pa_string.C: 'value is type' expr operator
25856:
25857: * src/types/pa_venv.h: $ENV 1
25858:
25859: * src/main/execute.C: z
25860:
25861: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25862: future methods of ENV constructor if
25863:
25864: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25865: class
25866:
25867: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25868: classes/_root.h, classes/_string.h, classes/_table.h,
25869: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25870: classes/string.C, classes/table.C, include/pa_request.h,
25871: main/compile.C, main/compile_tools.h, main/core.C,
25872: main/execute.C, main/main.dsp, main/pa_request.C,
25873: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25874: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25875: types/pa_vobject.h, types/pa_vstateless_class.C,
25876: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25877: types/pa_wcontext.h: $ENV: re 0, stateless classes
25878:
25879: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25880: classes/_root.h, classes/_string.h, classes/_table.h,
25881: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25882: classes/string.C, classes/table.C, include/pa_request.h,
25883: main/compile.C, main/compile_tools.h, main/core.C,
25884: main/execute.C, main/main.dsp, main/pa_request.C,
25885: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25886: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25887: types/pa_vobject.h, types/pa_vstateless_class.C,
25888: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25889: types/pa_wcontext.h: $ENV: re 0, stateless classes
25890:
25891: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25892: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25893: yesterdays bad decision on execute_static_method
25894:
25895: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25896:
25897: * src/: classes/double.C, classes/int.C, classes/root.C,
25898: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25899:
25900: * src/main/pa_request.C: z
25901:
25902: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25903: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25904:
25905: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25906: include/pa_pool.h, main/pa_request.C:
25907: restructure_exceptions_dead_end
25908:
25909: * src/: classes/root.C, main/compile.y: ^if required junctions.
25910: allowed ; inside {} to break params
25911:
25912: * src/classes/root.C: ^eval
25913:
25914: * src/: classes/_string.h, classes/double.C, classes/int.C,
25915: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25916: string ^format
25917:
25918: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25919: 'bad' but not 'enough'
25920:
25921: * src/: classes/double.C, classes/root.C, classes/table.C,
25922: include/pa_common.h, include/pa_types.h, main/compile.y,
25923: main/pa_common.C, main/pa_request.C, main/untaint.C,
25924: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25925: types/pa_wwrapper.h: think constructing flag as is is bad
25926:
25927: * src/: classes/double.C, classes/int.C, classes/root.C,
25928: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25929: types/pa_vint.h: ^for
25930:
25931: 2001-03-12 paf
25932:
25933: * src/classes/table.C: table ^empty
25934:
25935: * src/: classes/table.C, include/pa_table.h: table ^menu
25936:
25937: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25938: ^offset ^line ^count
25939:
25940: * src/classes/root.C: ^round() ^floor() ^ceiling()
25941: ^abs() ^sign()
25942:
25943: * src/classes/: root.C, table.C: ^use
25944:
25945: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25946: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25947: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25948: ^while. switched off wcontext.constructing after write(value) or
25949: auto-vhash-constructing
25950:
25951: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25952: main/pa_request.C: fail_if_junction_ helper func
25953:
25954: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25955: include/pa_request.h, main/execute.C, main/main.dsp,
25956: main/pa_common.C, main/pa_request.C: ^process error point by
25957: actual method_name, not source. ^load
25958:
25959: * src/types/pa_vtable.h: table: no, better with string in cells...
25960:
25961: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25962: classes/_table.h, classes/table.C, main/untaint.C: z
25963:
25964: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25965: include/pa_table.h, main/core.C, main/execute.C,
25966: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25967: types/pa_value.h: table:set 0
25968:
25969: * src/: classes/root.C, include/core.h, include/pa_array.h,
25970: include/pa_request.h, include/pa_table.h, main/core.C,
25971: main/main.dsp, main/pa_request.C, main/pa_table.C,
25972: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25973: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25974: types/pa_vstring.h: freeze, ^table:create[] -1
25975:
25976: * src/: classes/root.C, types/pa_value.h: z
25977:
25978: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25979: get_method in couple places optimizing them
25980:
25981: * src/classes/root.C: z
25982:
25983: * src/: classes/root.C, types/pa_vclass.h: process temp main
25984: zeroing
25985:
25986: * src/: classes/double.C, classes/int.C, classes/root.C,
25987: classes/string.C, include/pa_common.h, include/pa_request.h,
25988: include/pa_string.h, include/pa_types.h, main/compile.C,
25989: main/compile.y, main/compile_tools.h, main/execute.C,
25990: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25991: types/pa_vmframe.h: ^process. actual names to store param and
25992: check_actual_numbered_params for better place diagnostics
25993:
25994: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25995: method-junctions bug fixed
25996:
25997: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25998: pa_vstateless_object.h, pa_vstring.h: stateless_object
25999:
26000: 2001-03-11 paf
26001:
26002: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26003: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26004: VDouble VInt base now VObject_base - without fields
26005:
26006: * src/: classes/root.C, include/core.h, main/core.C: z
26007:
26008: * src/: classes/double.C, classes/int.C, classes/root.C,
26009: classes/string.C, include/core.h, include/pa_hash.h,
26010: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26011: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26012:
26013: * src/: classes/double.C, classes/int.C, classes/root.C,
26014: include/pa_request.h, main/execute.C: intercept_string
26015:
26016: * src/: classes/double.C, classes/int.C, classes/root.C,
26017: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26018:
26019: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26020: ^inc-s(expr)
26021:
26022: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26023: classes/_root.h, classes/_string.h, classes/double.C,
26024: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26025: include/code.h, include/core.h, include/pa_array.h,
26026: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26027: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26028: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26029: include/pa_types.h, main/compile.C, main/compile.y,
26030: main/compile_tools.C, main/compile_tools.h, main/core.C,
26031: main/execute.C, main/pa_array.C, main/pa_common.C,
26032: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26033: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26034: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26035: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26036: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26037: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26038: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26039: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26040:
26041: * src/: main/pa_request.C, types/pa_vhash.h: z
26042:
26043: * src/: include/core.h, include/pa_request.h, main/core.C,
26044: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26045:
26046: * src/: include/pa_valiased.h, include/pa_value.h,
26047: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26048: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26049: include/pa_vjunction.h, include/pa_vmframe.h,
26050: include/pa_vobject.h, include/pa_vstring.h,
26051: include/pa_vunknown.h, include/pa_wcontext.h,
26052: include/pa_wwrapper.h, main/compile.y, main/core.C,
26053: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26054: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26055: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26056: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26057: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26058: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26059: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26060: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26061: include/
26062:
26063: 2001-03-10 paf
26064:
26065: * src/: include/core.h, include/pa_request.h, main/core.C,
26066: main/pa_request.C: run+auto=run
26067:
26068: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26069:
26070: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26071: classes/_root.h, classes/_string.h, classes/double.C,
26072: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26073: include/code.h, include/core.h, include/pa_array.h,
26074: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26075: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26076: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26077: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26078: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26079: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26080: include/pa_vjunction.h, include/pa_vmframe.h,
26081: include/pa_vobject.h, include/pa_vstring.h,
26082: include/pa_vunknown.h, include/pa_wcontext.h,
26083: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26084: main/compile_tools.C, main/compile_tools.h, main/core.C,
26085: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26086: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26087: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26088: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26089: main/pa_wcontext.C: sources header
26090:
26091: * src/main/pa_request.C: auto..
26092:
26093: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26094: main/pa_request.C: auto tree0
26095:
26096: * src/: include/core.h, include/pa_request.h, main/compile.y,
26097: main/core.C, main/pa_request.C: names to core.C
26098:
26099: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26100: include/pa_request.h, main/core.C, main/execute.C,
26101: main/pa_common.C, main/pa_request.C: root auto.p loaded
26102:
26103: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26104: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26105: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26106: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26107:
26108: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26109: @auto[] realised. auto.p scan togo
26110:
26111: * src/: include/pa_request.h, main/execute.C: autocalc
26112: code-junctions result now have names
26113:
26114: * src/: classes/double.C, classes/int.C, classes/root.C,
26115: classes/string.C, include/pa_request.h, include/pa_string.h,
26116: include/pa_wcontext.h, main/compile.y, main/execute.C,
26117: main/pa_string.C, main/pa_wcontext.C: tainting 0
26118:
26119: * src/classes/env.C: env:file/line
26120:
26121: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26122: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26123: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26124: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26125: main/compile_tools.C, main/compile_tools.h, main/core.C,
26126: main/execute.C, main/main.dsp, main/pa_cframe.C,
26127: main/pa_request.C, main/pa_wcontext.C: const fight finished
26128:
26129: * src/include/pa_vclass.h: const fight to go
26130:
26131: * src/: classes/_env.h, classes/env.C, classes/root.C,
26132: include/pa_request.h, include/pa_vclass.h, main/core.C,
26133: main/main.dsp: env0
26134:
26135: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26136: classes/_string.h, classes/double.C, classes/int.C,
26137: classes/root.C, classes/string.C, include/pa_request.h,
26138: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26139: include/pa_wcontext.h, main/core.C, main/main.dsp,
26140: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26141: main/pa_wcontext.C: ^lang prepare0
26142:
26143: 2001-03-09 paf
26144:
26145: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26146: construct proper naming
26147:
26148: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26149: classes/double.C, classes/int.C, classes/root.C,
26150: classes/string.C, include/code.h, include/pa_value.h,
26151: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26152: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26153: main/compile.y, main/compile_tools.C, main/core.C,
26154: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26155: and ^double[]. fixed expr type
26156:
26157: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26158: ^string.length[]
26159:
26160: 2001-03-08 paf
26161:
26162: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26163:
26164: * src/: include/pa_vclass.h, include/pa_vstring.h,
26165: include/pa_wcontext.h, main/compile.y, main/core.C,
26166: main/execute.C, main/main.dsp: dead end: vstring can't be
26167: derivated from vobject
26168:
26169: * src/: include/pa_vclass.h, include/pa_vhash.h,
26170: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26171:
26172: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26173: remained clone conseqs
26174:
26175: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26176:
26177: * src/main/pa_vclass.C: wow! vclass were out of vcs
26178:
26179: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26180: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26181: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26182: include/pa_vobject.h, include/pa_vstring.h,
26183: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26184: main/execute.C: withoud cloning. didn't need it actually, params
26185: got passed from out unnamed ewpool
26186:
26187: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26188: include/pa_vjunction.h, include/pa_vobject.h,
26189: include/pa_vunknown.h, main/compile.y: cloning dead end
26190:
26191: * src/: include/pa_bool.h, include/pa_double.h,
26192: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26193: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26194: include/pa_vjunction.h, include/pa_vmframe.h,
26195: include/pa_vobject.h, include/pa_vstring.h,
26196: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26197: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26198: to give params proper names
26199:
26200: * src/main/pa_wcontext.C: z
26201:
26202: * src/: include/pa_vmframe.h, main/execute.C: added names to
26203: unknown values in get_element and unfilled params. removed wrong
26204: name change in get_element
26205:
26206: * src/main/execute.C: z
26207:
26208: * src/main/execute.C: fixed problems calling operators in
26209: constructors
26210:
26211: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26212: detected problems calling operators in constructors
26213:
26214: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26215: autocalc def to string
26216:
26217: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26218: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26219:
26220: * src/classes/root.C: added root.c
26221:
26222: * src/: include/pa_request.h, include/pa_value.h,
26223: include/pa_vcframe.h, include/pa_vmframe.h,
26224: include/pa_wcontext.h, main/compile.C, main/compile.y,
26225: main/core.C, main/execute.C, main/pa_cframe.C,
26226: main/pa_wcontext.C: 'if' just compiled
26227:
26228: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26229: include/pa_vjunction.h, include/pa_vmframe.h,
26230: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26231: main/pa_wcontext.C: z
26232:
26233: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26234: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26235: with parameter names in operator methods
26236:
26237: * src/main/compile.y: minor renamings in .y
26238:
26239: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26240: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26241: @BASE. changed 'RUN' assignment mech
26242:
26243: * src/main/execute.C: z
26244:
26245: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26246: main/compile_tools.h, main/execute.C: made class: dynamic, not
26247: static. so to enable runtime ^use
26248:
26249: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26250:
26251: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26252: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26253:
26254: * src/main/execute.C: root root in code-junction
26255:
26256: 2001-03-07 paf
26257:
26258: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26259: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26260:
26261: * src/: include/pa_stack.h, include/pa_value.h,
26262: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26263: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26264: fixed rwcontext of {} params up
26265:
26266: * src/main/: compile.y, compile_tools.h: ^func(params)
26267:
26268: * src/main/compile.y: .y priorities syntax shaped up a bit
26269:
26270: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26271: include/pa_vunknown.h, main/compile.y, main/execute.C,
26272: main/pa_hash.C: expr def in -f
26273:
26274: * src/main/: compile.y, execute.C: expr calls
26275:
26276: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26277: fixed
26278:
26279: * src/main/compile.y: expr quoted code
26280:
26281: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26282: support0
26283:
26284: * src/main/compile.y: expr string comparisons 0
26285:
26286: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26287: main/pa_string.C: just compiled lt&co
26288:
26289: * src/main/execute.C: ^var.menu{$field} problem detected. that
26290: $field not a $var.field
26291:
26292: 2001-03-06 paf
26293:
26294: * src/main/compile.y: .y expr visible-shorter
26295:
26296: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26297: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26298: logical
26299:
26300: * src/: include/pa_vstring.h, main/compile.y: problems with
26301: skipping whitespace in yylex
26302:
26303: * src/include/pa_vbool.h: forgot this
26304:
26305: * src/: include/code.h, main/compile.y, main/execute.C: without
26306: string ops in expressions 0
26307:
26308: * src/: include/pa_value.h, include/pa_vdouble.h,
26309: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26310: main/execute.C, main/main.dsp: !~
26311:
26312: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26313: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26314: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26315: include/pa_vunknown.h, include/pa_wcontext.h,
26316: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26317: main/compile_tools.h, main/execute.C: +-*/
26318:
26319: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26320: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26321:
26322: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26323: main/execute.C: expr grammar-1 2*2=4.000000 :)
26324:
26325: * src/main/compile.y: expr grammar-1
26326:
26327: * src/main/compile.y: expr lexx1
26328:
26329: * src/main/: compile.y, execute.C, main.dsp: z
26330:
26331: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26332: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26333: main/execute.C: expr lex0 exec-1
26334:
26335: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26336:
26337: 2001-02-26 paf
26338:
26339: * src/main/compile.y: max_string in yyerror bug fix
26340:
26341: 2001-02-25 paf
26342:
26343: * src/: include/pa_value.h, include/pa_vmframe.h,
26344: include/pa_wcontext.h, main/execute.C: VAliased3
26345:
26346: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26347:
26348: * src/main/execute.C: VAliased1
26349:
26350: * src/: include/pa_request.h, include/pa_value.h,
26351: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26352: VAliased0
26353:
26354: * src/: include/pa_pool.h, include/pa_request.h,
26355: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26356: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26357: VAliased just compiled
26358:
26359: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26360: include/pa_vobject.h, main/execute.C: alias dead end
26361:
26362: * src/: include/pa_value.h, include/pa_vclass.h,
26363: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26364: main/main.dsp: no not get fields into interm VFielded class.
26365: fields & staticfields 1
26366:
26367: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26368: include/pa_vobject.h, include/pa_wcontext.h,
26369: include/pa_wwrapper.h, main/core.C, main/execute.C,
26370: main/main.dsp: would now get fields into interm VFielded class
26371:
26372: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26373: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26374: include/pa_wcontext.h, main/compile.y, main/core.C,
26375: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26376: main/pa_wcontext.C: virtuals2
26377:
26378: * src/main/compile.y: : 1
26379:
26380: * src/main/compile.y: rethought to $class:static.field.subfield
26381:
26382: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26383: $class:element
26384:
26385: * src/: include/pa_value.h, include/pa_vmframe.h,
26386: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26387: main/pa_wcontext.C: before execute class calls rewrite
26388:
26389: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26390: name RUN, also alias
26391:
26392: * src/main/compile.y: escaping bug
26393:
26394: * src/: include/pa_request.h, include/pa_value.h,
26395: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26396: main/core.C, main/execute.C, main/pa_common.C: vobject1
26397:
26398: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26399: include/pa_vmframe.h, include/pa_vobject.h,
26400: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26401: main/compile_tools.h, main/execute.C: ^class:method() just
26402: compiled
26403:
26404: 2001-02-24 paf
26405:
26406: * src/main/main.dsp: no bison -d
26407:
26408: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26409: class' err msg wrong
26410:
26411: * src/main/compile.y: z
26412:
26413: * src/main/: compile.y, core.C: yylex need some @special lines adj
26414:
26415: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26416: main/compile.y, main/compile_tools.h, main/core.C: modules0
26417:
26418: * src/: include/pa_vclass.h, main/core.C: z
26419:
26420: * src/: include/pa_value.h, include/pa_vclass.h,
26421: include/pa_vobject.h, main/main.dsp: vobject00
26422:
26423: * src/main/pa_array.C: minor bug in expanding very small arrays.
26424: 60% from 1 were 0
26425:
26426: * src/: include/pa_value.h, include/pa_wcontext.h,
26427: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26428: as bad as you've named it: wcontext.value() was not a perfect
26429: idea
26430:
26431: * src/main/execute.C: codeframe1
26432:
26433: * src/: include/pa_value.h, include/pa_vcframe.h,
26434: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26435: include/pa_vjunction.h, include/pa_vmframe.h,
26436: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26437: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26438: just compiled
26439:
26440: * src/: include/pa_vframe.h, main/compile.y: found junction
26441: ideology @: ^x{$a()) must construct current wcontext element, so
26442: smart wcontext handling needed
26443:
26444: * src/main/compile.y: fixed grammar bugs in constructor/params
26445: klinch
26446:
26447: * src/main/: compile.y, execute.C: fixed empty constructor
26448: optimized empty case. failed on calls - produced empty string
26449: param
26450:
26451: * src/main/compile.y: fixed last \n macrotemplate strip bug
26452:
26453: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26454: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26455: main/compile_tools.C, main/compile_tools.h, main/core.C,
26456: main/execute.C: code junctions0. something wrong with last \n
26457: macrotemplate strip
26458:
26459: * src/: include/pa_value.h, main/compile.C, main/core.C,
26460: main/pa_value.C: minor error reporting format beautifyings
26461:
26462: * src/: include/pa_value.h, include/pa_vclass.h,
26463: include/pa_vframe.h, main/core.C, main/execute.C,
26464: main/pa_value.C: get_method RIP. junctions everywhere. call with
26465: junctions0
26466:
26467: 2001-02-23 paf
26468:
26469: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26470: pa_wwrapper.h: lara came, can't work, sorry :(
26471:
26472: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26473: junction
26474:
26475: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26476: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26477: main/execute.C, main/main.dsp, main/pa_value.C: call0
26478:
26479: * src/: include/pa_hash.h, include/pa_value.h,
26480: include/pa_wcontext.h, main/core.C, main/execute.C,
26481: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26482: done
26483:
26484: * src/include/pa_wcontext.h: z
26485:
26486: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26487: wrong grammar in complex constructor case
26488:
26489: * src/main/: compile.y, execute.C: empty constructor bug fixed
26490:
26491: * src/main/execute.C: with result rwpool
26492:
26493: * src/: include/pa_value.h, main/core.C, main/execute.C,
26494: main/main.dsp: value named
26495:
26496: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26497: strign 2 value in 2 places in execute
26498:
26499: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26500: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26501: wcontext.put_element when wcontext fvalue==0
26502:
26503: 2001-02-22 paf
26504:
26505: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26506: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26507: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26508:
26509: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26510: erroreos checkout
26511:
26512: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26513:
26514: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26515: main/compile_tools.h, main/pa_array.C: $self.get
26516:
26517: * src/main/: compile.C, compile.y, compile_tools.C: z
26518:
26519: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26520: bit. finished now.
26521:
26522: * src/main/compile.y: $: finished
26523:
26524: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26525:
26526: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26527: main/execute.C: OP_STRING better then some xxx _VALUE
26528:
26529: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26530: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26531: string to vstring it .y all
26532:
26533: * src/: include/pa_request.h, include/pa_stack.h,
26534: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26535: all
26536:
26537: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26538: precise parse error line:col
26539:
26540: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26541: main/pa_hash.C, main/pa_pool.C: TRY...
26542:
26543: * src/: include/pa_exception.h, include/pa_pool.h,
26544: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26545: main/compile.C, main/compile.y, main/compile_tools.C,
26546: main/core.C, main/pa_array.C, main/pa_exception.C,
26547: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26548: main/pa_table.C: removed exception from request
26549:
26550: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26551: some forgotten
26552:
26553: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26554: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26555: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26556: get/put simple vars to VClass works0
26557:
26558: * src/: include/pa_array.h, include/pa_wcontext.h,
26559: main/pa_string.C: in process, but found that exceptions are too
26560: global
26561:
26562: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26563: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26564: main/execute.C, main/pa_string.C: write_value write_string 0 it
26565: seems wcontext must write strings regardles of fvalue!=0
26566:
26567: 2001-02-21 paf
26568:
26569: * src/main/execute.C: tired :)
26570:
26571: * src/main/: compile.C, compile.y, execute.C: store0
26572:
26573: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26574: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26575: include/pa_wcontext.h, main/compile.C, main/compile.y,
26576: main/execute.C, main/main.dsp, main/pa_array.C,
26577: main/pa_request.C: get put -1 [just compiled]
26578:
26579: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26580: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26581: main/main.dsp, main/pa_request.C: request core methods0
26582:
26583: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26584: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26585: execute
26586:
26587: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26588: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26589: methods and one_big_piece. now compile returns array<method*>
26590:
26591: * src/main/compile.y: more straightforward yylex[end]
26592:
26593: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26594: string.operator==(char*)
26595:
26596: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26597: main/execute.C, main/pa_array.C: after array.const get wonders
26598:
26599: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26600: pa_string.h, pa_value.h: struck with const array.gets
26601:
26602: * src/main/: execute.C: z
26603:
26604: * src/main/: compile.y, execute.C: z
26605:
26606: * src/main/: compile.C, compile.y, compile_tools.h: error
26607: processing in eval & yyerror so it wouldn't cause memleaks.
26608:
26609: * src/main/: compile.C, compile.y: failed to add absolute precies
26610: parse error positions. leaving RIGHTMOST position as
26611: @file[line:col]
26612:
26613: * src/: include/compile.h, main/compile.C, main/compile.y,
26614: main/compile_tools.h: line numbers needed. would add them to .y
26615: now internally. externally it's not as precise as needed
26616:
26617: * src/: include/code.h, include/pa_types.h, main/compile.C,
26618: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26619: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26620: compiler works ok
26621:
26622: 2001-02-20 paf
26623:
26624: * src/main/: compile.C, compile.y, compile_tools.C,
26625: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26626: not perfect
26627:
26628: * src/: include/code.h, include/compile.h, include/execute.h,
26629: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26630: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26631: main/compile.C, main/compile.y, main/compile_tools.C,
26632: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26633: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26634: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26635: compiled. execute=dump for now
26636:
26637: * src/main/core.C: core rewrite using yacc investigations now will
26638: be compile[yacc]/execute[opcodes]
26639:
26640: 2001-02-15 paf
26641:
26642: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26643: rewrite as turing machine? for it seems it would be it's too many
26644: ifs with this syntax now
26645:
26646: 2001-02-14 paf
26647:
26648: * src/main/core.C: get_params 1
26649:
26650: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26651: :( ]
26652:
26653: * src/main/core.C: varios breaks
26654:
26655: * src/main/core.C: get names 3
26656:
26657: * src/main/core.C: get names 2
26658:
26659: * src/main/core.C: get names 1
26660:
26661: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26662: names 0
26663:
26664: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26665: text repassing2 operator static vars
26666:
26667: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26668: main/pa_string.C: process text repassing
26669:
26670: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26671: module:calls changes
26672:
26673: 2001-02-13 paf
26674:
26675: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26676: ^class:calls[] started
26677:
26678: * src/: include/pa_value.h, main/core.C: z
26679:
26680: * src/main/core.C: operators : and self. prefixes
26681:
26682: * src/main/core.C: z
26683:
26684: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26685: tested
26686:
26687: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26688: optimized
26689:
26690: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26691: would change privates to better support optimization
26692:
26693: * src/: include/pa_string.h, main/pa_string.C:
26694: String_iterator::skip_to todo:optimize
26695:
26696: 2001-02-12 paf
26697:
26698: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26699: String_iterator
26700:
26701: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26702: comments
26703:
26704: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26705: self/methodref joined
26706:
26707: 2001-02-11 paf
26708:
26709: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26710: main/main.dsp: core started. core.C, context&value .h
26711:
26712: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26713: include/pa_string.h, main/main.dsp, main/pa_array.C,
26714: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26715:
26716: 2001-01-30 paf
26717:
26718: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26719: comments
26720:
26721: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26722: main/pa_pool.C: moved pa_pool.C to be target specific
26723:
26724: * src/: include/pa_exception.h, include/pa_pool.h,
26725: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26726: to & changes
26727:
26728: * src/: include/pa_exception.h, include/pa_pool.h,
26729: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26730: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26731: re-associated. that's much better even removed 'die' necessety
26732:
26733: * src/: include/pa_error.h, include/pa_exception.h,
26734: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26735: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26736: targets/Makefile.am: lowered targets/parser into subdir, added
26737: parser_Pool(Pool) failed to add. would think..
26738:
26739: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26740: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26741: main/pa_string.C, main/pa_table.C: Table more like C++ style
26742: hence lots of 'const'
26743:
26744: * src/: include/pa_error.h, include/pa_request.h,
26745: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26746: main/pa_table.C: Error fixed
26747:
26748: 2001-01-29 paf
26749:
26750: * src/: include/pa_array.h, include/pa_common.h,
26751: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26752: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26753: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26754: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26755:
26756: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26757: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26758: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26759: main/pa_string.C, main/pa_table.C: Request Error Table
26760:
26761: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26762: templates"
26763:
26764: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26765: main/main.dsp, main/pa_array.C: templates failed no template
26766: specializations [VC6], no library auto instantation [VC6, GNU c++
26767: 2.95.2-6 from latest cygwin]
26768:
26769: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26770: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26771: main/main.dsp, main/pa_array.C, main/pa_string.C,
26772: main/pa_table.C: Table started would test template Array now
26773:
26774: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26775: String originating
26776:
26777: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26778: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26779: SYNCHRONIZED(thread_safe)
26780:
26781: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26782: parts to top
26783:
26784: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26785: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26786: see: needed only in global Hash now, made Hash:: put/get
26787: SYNCHRONIZED
26788:
26789: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26790: main/pa_threads.C: added pa_threads
26791:
26792: Mutex
26793:
26794: * src/include/pa_hash.h: some comments
26795:
26796: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26797: Array& operator += (Array& src)
26798:
26799: * src/main/pa_array.C: expand not convinient, would rewrite
26800:
26801: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26802: (Array& src)
26803:
26804: rethought, would change now
26805:
26806: 2001-01-27 paf
26807:
26808: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26809: caching
26810:
26811: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26812: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26813: cache rethought to chunk caching
26814:
26815: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26816: include/pa_string.h, main/main.dsp, main/pa_array.C,
26817: main/pa_hash.C, main/pa_string.C: Array 0
26818:
26819: * src/main/pa_string.C: String::operator ==
26820:
26821: * src/main/pa_hash.C: String(&String)
26822:
26823: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26824:
26825: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26826: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26827: pa_hash[forgotten]
26828:
26829: 2001-01-26 paf
26830:
26831: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26832: removed templates [vc++ suxx]
26833:
26834: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26835: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26836:
26837: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26838:
1.119 moko 26839: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26840:
1.119 moko 26841: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26842: check
26843:
26844: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26845: dynamic row_count
26846:
26847: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26848: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26849: targets/Makefile.am: Initial revision
26850:
26851: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26852: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26853: targets/Makefile.am: creating parser3 module
26854:
E-mail: