Annotation of parser3/ChangeLog, revision 1.80
1.80 ! misha 1: 2010-05-25 misha
! 2: * src/include/pa_request.h 1.201:
! 3: * src/main/execute.C 1.362:
! 4: * src/main/pa_request.C 1.321:
! 5: - get_method_filename was moved to execute.C
! 6:
! 7: 2010-05-23 misha
! 8: * src/main/pa_request.C 1.320:
! 9: - more accurate detection of method's file
! 10:
! 11: 2010-05-22 misha
! 12: * src/classes/reflection.C 1.16:
! 13: - bugfix: core during detection of .file if filespec isn't
! 14: detected successfully
! 15:
! 16: 2010-05-20 misha
! 17: * src/main/pa_request.C 1.319:
! 18: - fix in get_method_filename
! 19:
! 20: * src/main/compile.tab.C 1.148:
! 21: *** empty log message ***
! 22:
! 23: * src/classes/op.C 1.199:
! 24: * src/include/pa_request.h 1.199:
! 25: * src/include/pa_request.h 1.200:
! 26: * src/main/compile.y 1.255:
! 27: * src/main/pa_request.C 1.318:
! 28: - new feature: #24 -- searching included file in @USE/^use is
! 29: changed. if its filespec doesn't start from '/' it will be
! 30: searched in caller file directory
! 31:
! 32: * src/classes/reflection.C 1.15:
! 33: - ^reflection:method_info returns file where the method is
! 34: defined
! 35:
! 36: * src/classes/file.C 1.206:
! 37: * src/include/pa_common.h 1.143:
! 38: - method lastposafter is moved to pa_common.h
! 39:
! 40: 2010-05-17 misha
! 41: * src/classes/string.C 1.193:
! 42: * src/include/pa_common.h 1.142:
! 43: * src/main/pa_common.C 1.258:
! 44: * src/types/pa_vcookie.C 1.83:
! 45: new feature: #71 ^string:js-unescape and cookie parser decode \
! 46: uXXXX as well as %uXXXX
! 47:
! 48: * src/classes/curl.C 1.5:
! 49: beauty:
! 50: - unused param is removed in method _curl_version_action
! 51: - some spaces were removed or replaced by tabs
! 52:
! 53: 2010-05-16 misha
! 54: * src/classes/table.C 1.271:
! 55: - bugfix: #72 core with empty value during ^table.hash[...;
! 56: name_of_the_last_column][$.type[string]]
! 57:
! 58: * src/classes/curl.C 1.4:
! 59: new: #61 more curl options were added (contributed by Sumo)
! 60:
! 61: 2010-04-29 pretender
! 62: * src/main/pa_string.C 1.235:
! 63: fixes #63 Split result from empty string now empty string.
! 64:
! 65: * src/types/pa_vtable.C 1.32:
! 66: bugfix: #35 All empty table cells are now string type.
! 67:
! 68: 2010-04-28 pretender
! 69: * src/include/pa_opcode.h 1.45:
! 70: * src/main/compile.tab.C 1.147:
! 71: * src/main/compile.y 1.254:
! 72: * src/main/execute.C 1.361:
! 73: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS macrodefinition removed
! 74:
! 75: 2010-04-19 pretender
! 76: * src/main/execute.C 1.360:
! 77: fixes #60 Stacktrace now contains info for OP_CONSTRUCT_OBJECT
! 78: and OP_GET_CLASS
! 79:
! 80: * src/include/pa_common.h 1.141:
! 81: * src/main/pa_common.C 1.257:
! 82: * src/main/pa_exec.C 1.79:
! 83: fixes #64 Now file.missing exception generates in unsafe mode
! 84: to.
! 85:
! 86: * src/classes/file.C 1.205:
! 87: fixes #48 Now not throw "not save environment variable"
! 88: exception in grpunlim version.
! 89:
! 90: 2010-04-05 misha
! 91: * src/classes/string.C 1.192:
! 92: - new feature: 4th param was added to match. if specified its
! 93: value is returned in case of nothing was found
! 94:
! 95: 2010-03-31 misha
! 96: * src/main/pa_request.C 1.317:
! 97: - bugfix: on *nix URIs like /a/b/// caused multiple execution of
! 98: /a/b/auto.p
! 99:
! 100: 2010-03-19 misha
! 101: * src/main/execute.C 1.359:
! 102: - core in $table1.$table2 was fixed
! 103:
! 104: * src/targets/cgi/parser3.C 1.256:
! 105: - core in sigpipe was fixed
! 106:
! 107: 2010-01-27 misha
! 108: * src/main/pa_common.C 1.256:
! 109: - bugfix: there are no excaption.type if trying to open file by
! 110: path /existing-file/non-exixting-file
! 111:
! 112: 2010-01-26 misha
! 113: * src/types/pa_vrequest.C 1.50:
! 114: * src/types/pa_vrequest.h 1.38:
! 115: - $request:post-body was added (returns file)
! 116:
! 117: 2009-12-22 misha
! 118: * src/classes/curl.C 1.3:
! 119: - method 'option' was renamed to 'options'
! 120: - now parser doesn't have class curl if it was built without it
! 121:
! 122: 2009-12-15 misha
! 123: * configure.in 1.127:
! 124: - little cheat with curl include dir was added
! 125:
! 126: 2009-12-04 misha
! 127: * src/classes/curl.C 1.2:
! 128: - some fixes
! 129:
! 130: * Makefile.am 1.76:
! 131: * Makefile.in 1.92:
! 132: * acinclude.m4 1.62:
! 133: * aclocal.m4 1.65:
! 134: * acsite.m4 1.41:
! 135: * bin/Makefile.in 1.15:
! 136: * configure 1.119:
! 137: * configure.in 1.126:
! 138: * etc/Makefile.in 1.20:
! 139: * etc/parser3.charsets/Makefile.in 1.24:
! 140: * src/Makefile.in 1.61:
! 141: * src/classes/Makefile.in 1.69:
! 142: * src/include/Makefile.in 1.24:
! 143: * src/include/pa_config_auto.h.in 1.48:
! 144: * src/lib/Makefile.in 1.19:
! 145: * src/lib/cord/Makefile.in 1.9:
! 146: * src/lib/cord/include/Makefile.in 1.7:
! 147: * src/lib/cord/include/private/Makefile.in 1.7:
! 148: * src/lib/gc/Makefile.in 1.7:
! 149: * src/lib/gc/include/Makefile.in 1.8:
! 150: * src/lib/gd/Makefile.in 1.8:
! 151: * src/lib/ltdl/Makefile.in 1.12:
! 152: * src/lib/md5/Makefile.in 1.13:
! 153: * src/lib/pcre/Makefile.in 1.16:
! 154: * src/lib/sdbm/Makefile.in 1.6:
! 155: * src/lib/sdbm/apr-include/Makefile.in 1.6:
! 156: * src/lib/smtp/Makefile.in 1.8:
! 157: * src/main/Makefile.in 1.64:
! 158: * src/sql/Makefile.in 1.17:
! 159: * src/targets/Makefile.in 1.48:
! 160: * src/targets/apache13/Makefile.in 1.53:
! 161: * src/targets/apache13core/Makefile.in 1.10:
! 162: * src/targets/cgi/Makefile.in 1.72:
! 163: * src/targets/isapi/Makefile.in 1.18:
! 164: * src/types/Makefile.in 1.68:
! 165: *** empty log message ***
! 166:
! 167: * buildall-with-xml 1.36:
! 168: * buildall-without-xml 1.22:
! 169: * configure.in 1.125:
! 170: * src/classes/Makefile.am 1.55:
! 171: * src/classes/classes.vcproj 1.24:
! 172: * src/classes/curl.C 1.1:
! 173: * src/classes/file.C 1.204:
! 174: * src/include/pa_config_fixed.h 1.74:
! 175: - curl class was added
! 176:
! 177: * src/include/pa_hash.h 1.80:
! 178: - hash-iterator was added
! 179:
! 180: 2009-12-03 misha
! 181: * buildall-with-xml 1.35:
! 182: * buildall-without-xml 1.21:
! 183: - option --passive-ftp was added to pcre
! 184:
! 185: 2009-11-27 misha
! 186: * Makefile.am 1.74:
! 187: * Makefile.am 1.75:
! 188: * Makefile.in 1.90:
! 189: * Makefile.in 1.91:
! 190: * acinclude.m4 1.60:
! 191: * acinclude.m4 1.61:
! 192: * aclocal.m4 1.63:
! 193: * aclocal.m4 1.64:
! 194: * acsite.m4 1.39:
! 195: * acsite.m4 1.40:
! 196: * configure 1.117:
! 197: * configure 1.118:
! 198: * configure.in 1.123:
! 199: * configure.in 1.124:
! 200: * src/include/pa_config_auto.h.in 1.47:
! 201: * src/include/pa_version.h 1.40:
! 202: * src/include/pa_version.h 1.41:
! 203: *** empty log message ***
! 204:
! 205: * src/classes/image.C 1.133:
! 206: - don't add @border attribute to output of ^image.html[] if it
! 207: was specified by user with empty value
! 208:
! 209: 2009-11-26 misha
! 210: * src/types/pa_vxdoc.C 1.37:
! 211: - bugfix: core if xdoc doesn't have the root element and we are
! 212: trying to access .documentElement
! 213:
1.79 misha 214: 2009-11-16 misha
215: * Makefile.am 1.72:
216: * Makefile.am 1.73:
217: * Makefile.am [release_3_4_0] 1.71.2.1:
218: * Makefile.am [release_3_4_0] 1.71.2.2:
219: * Makefile.in 1.88:
220: * Makefile.in 1.89:
221: * Makefile.in [release_3_4_0] 1.87.2.1:
222: * Makefile.in [release_3_4_0] 1.87.2.2:
223: * acinclude.m4 1.58:
224: * acinclude.m4 1.59:
225: * acinclude.m4 [release_3_4_0] 1.57.2.1:
226: * acinclude.m4 [release_3_4_0] 1.57.2.2:
227: * aclocal.m4 1.61:
228: * aclocal.m4 1.62:
229: * aclocal.m4 [release_3_4_0] 1.60.2.1:
230: * aclocal.m4 [release_3_4_0] 1.60.2.2:
231: * acsite.m4 1.37:
232: * acsite.m4 1.38:
233: * acsite.m4 [release_3_4_0] 1.36.2.1:
234: * acsite.m4 [release_3_4_0] 1.36.2.2:
235: * configure 1.115:
236: * configure 1.116:
237: * configure [release_3_4_0] 1.114.2.1:
238: * configure [release_3_4_0] 1.114.2.2:
239: * configure.in 1.121:
240: * configure.in 1.122:
241: * configure.in [release_3_4_0] 1.120.2.1:
242: * configure.in [release_3_4_0] 1.120.2.2:
243: * src/include/pa_version.h 1.39:
244: * src/lib/gc/include/Makefile.am 1.3:
245: * src/lib/gc/include/Makefile.am [release_3_4_0] 1.2.44.1:
246: * src/lib/gc/include/Makefile.in 1.7:
247: * src/lib/gc/include/Makefile.in [release_3_4_0] 1.6.4.1:
248: *** empty log message ***
249:
250: * src/include/pa_version.h [release_3_4_0] 1.38.2.1:
251: =no message
252:
253: 2009-11-11 misha
254: * src/classes/table.C 1.270:
255: - in ^table.flip[] look at number of columns instead of number
256: of items in first row for named tables
257:
258: 2009-11-10 misha
259: * operators.txt 1.229:
260: - info about hash-options in ^file::create was added
261:
262: 2009-11-09 misha
263: * tests/results/236.processed 1.1:
264: * tests/results/237.processed 1.1:
265: *** empty log message ***
266:
267: * tests/237.html 1.1:
268: - test for ^file::create[...;$.charset[...]] was added
269:
270: * buildall-with-xml 1.34:
271: - moving to libxml 2.7.6
272:
273: * tests/236.html 1.1:
274: - tests for comparations cords with functions were added
275:
276: * src/include/pa_string.h 1.197:
277: - optimisation: cacheing of cstr was added
278:
279: * src/classes/table.C 1.269:
280: * src/lib/gc/include/gc_allocator.h 1.1:
281: - bugfix: GPF mallocs + stringstream (table.save)
282:
283: * src/main/pa_http.C 1.45:
284: - little optimisation
285:
286: * src/classes/file.C 1.203:
287: - file::create now accepts 4th param: options with $.charset
288:
289: * src/lib/cord/cordxtra.c 1.15:
290: * src/lib/cord/include/private/cord_pos.h 1.5:
291: - fixed bug in cord (comparation cords with functions was buggy)
292:
293: 2009-11-06 misha
294: * src/main/pa_string.C 1.234:
295: - bugfix: calculation string.length sometimes was buggy
296:
297: * src/classes/string.C 1.191:
298: - bugfix: Temp_value_element wasn't destroyed if exception
299: occured during match/replace
300:
301: * src/include/pa_charset.h 1.44:
302: * src/main/pa_charset.C 1.84:
303: - method lengthUTF8Char was added
304:
305: * src/classes/op.C 1.198:
306: - clean tainting lang was added for user's usage
307:
308: * src/lib/cord/cordbscs.c 1.10:
309: * src/lib/cord/cordxtra.c 1.14:
310: - some rare GPF were fixed: checkouts are required after
311: GC_MALLOC
312:
313: * src/types/pa_vregex.C 1.10:
314: - check UTF8 only during 1st iteration
315:
316: * operators.txt 1.228:
317: - actually, there is no ^untaint[xml] in file::create
318:
319: 2009-10-15 misha
320: * tests/results/234.processed 1.1:
321: * tests/results/235.processed 1.1:
322: *** empty log message ***
323:
324: * tests/235.html 1.1:
325: * tests/235_attach.txt 1.1:
326: - tests for preparing email were added
327:
328: * tests/234.html 1.1:
329: - more tests for checking ^taint[uri] escaping were added
330:
331: * src/include/pa_string.h 1.196:
332: * src/main/pa_charset.C 1.83:
333: * src/main/pa_http.C 1.44:
334: * src/main/pa_request.C 1.316:
335: * src/main/untaint.C 1.155:
336: * src/types/pa_vmail.C 1.97:
337: - little hacking: for dealing with transcoding+^taint[uri]
338: transcode_and_untaint was replaced by untaint_and_transcode
339:
340: 2009-10-13 misha
341: * tests/121.html 1.4:
342: * tests/results/121.processed 1.7:
343: - test transcoding + url-escaping now
344:
345: * tests/results/auto.p 1.5:
346: - more helpers' methods were added
347:
348: * src/main/pa_globals.C 1.184:
349: - die instead of abort
350:
351: 2009-10-06 misha
352: * Makefile.am 1.70:
353: * Makefile.am 1.71:
354: * Makefile.in 1.85:
355: * Makefile.in 1.86:
356: * Makefile.in 1.87:
357: * acinclude.m4 1.56:
358: * acinclude.m4 1.57:
359: * aclocal.m4 1.59:
360: * aclocal.m4 1.60:
361: * acsite.m4 1.35:
362: * acsite.m4 1.36:
363: * configure 1.112:
364: * configure 1.113:
365: * configure 1.114:
366: * configure.in 1.119:
367: * configure.in 1.120:
368: * src/include/pa_version.h 1.37:
369: *** empty log message ***
370:
371: * src/main/pa_common.C 1.255:
372: - don't allocate memory during capitalization if input string is
373: already capitalized
374:
375: * src/targets/isapi/parser3isapi.C 1.103:
376: - pass pre-capitalized headers
377:
378: * src/targets/apache13core/mod_parser3_core.C 1.15:
379: * src/targets/cgi/parser3.C 1.255:
380: - pass pre-capitalized headers
381: - don't use format function because it calls malloc
382:
383: * src/include/pa_common.h 1.140:
384: - more capitalized headers were added
385:
386: * src/main/pa_common.C 1.254:
387: - in safe mode clear executable bits during file writing
388:
389: 2009-10-05 misha
390: * src/include/pa_config_auto.h.in 1.46:
391: *** empty log message ***
392:
393: 2009-10-04 misha
394: * src/main/pa_charset.C 1.81:
395: - use iterators in pa_charset.C itself
396:
397: 2009-10-03 misha
398: * src/classes/image.C 1.132:
399: * src/types/pa_vimage.h 1.51:
400: - ^img.font[], ^img.text[] & ^img.length[] can work in utf-8 now
401:
402: * src/include/pa_charset.h 1.43:
403: * src/main/pa_charset.C 1.80:
404: - class UTF8_string_iterator was added
405:
406: * src/classes/image.C 1.131:
407: - respect utf-8 when calculate alphabet length
408:
409: * src/classes/mail.C 1.116:
410: - check from before get message.cstr
411:
412: 2009-10-02 misha
413: * tests/233.html 1.1:
414: - test for image.font, image.length, image.text with text in utf-
415: 8 were added
416:
417: * src/main/pa_common.C 1.253:
418: - use pa_malloc_atomic instead of new
419:
420: 2009-10-01 misha
421: * buildall-with-xml 1.33:
422: * buildall-without-xml 1.20:
423: - comment about gc version for freebsd 4 was added
424:
425: 2009-09-30 misha
426: * src/main/pa_exec.C 1.77:
427: - bugfix: allocate a bit more (for terminator)
428: - read_pipe were slightly optimized
429:
1.78 misha 430: 2009-09-28 misha
431: * src/main/pa_common.C 1.252:
432: * src/main/pa_uue.C 1.15:
433: - some magic numbers were removed
434:
435: * src/types/pa_vmail.C 1.96:
436: - forgot about space after ':'
437:
438: * src/types/pa_vmail.C 1.95:
439: - escape filenames while preparing mail body
440: - small simplifications
441:
442: * src/include/pa_uue.h 1.10:
443: * src/main/pa_uue.C 1.14:
444: - pa_uuencode now has inout params like pa_base64
445:
446: 2009-09-27 misha
447: * src/classes/mail.C 1.115:
448: * src/types/pa_vmail.C 1.94:
449: * src/types/pa_vmail.h 1.19:
450: - new option $.debug-print(1) was added to mail:send
451: - changes for using uue_encode which uses less memory
452:
453: * src/main/pa_common.C 1.251:
454: - pa_base64_encode uses less memory now
455:
456: * src/include/pa_uue.h 1.9:
457: * src/main/pa_uue.C 1.12:
458: - pa_uuencode reduces less memory now
459:
1.79 misha 460: 2009-09-27 misha
461: * src/classes/mail.C 1.115:
462: * src/types/pa_vmail.C 1.94:
463: * src/types/pa_vmail.h 1.19:
464: - new option $.debug-print(1) was added to mail:send
465: - changes for using uue_encode which uses less memory
466:
467: * src/main/pa_common.C 1.251:
468: - pa_base64_encode uses less memory now
469:
470: * src/include/pa_uue.h 1.9:
471: * src/main/pa_uue.C 1.12:
472: - pa_uuencode reduces less memory now
473:
1.78 misha 474: 2009-09-26 misha
475: * src/types/pa_vmail.C 1.93:
476: - default encoding now is base64
477:
478: * buildall-with-xml 1.32:
479: - moving to libxml 2.7.5 and libxslt 1.1.26
480:
481: 2009-09-25 misha
482: * src/types/pa_vmail.C 1.91:
483: - capitalization of headers was added to sending mail as well
484:
485: * buildall-with-xml 1.31:
486: - catalog package was removed from libxml
487:
488: * src/main/pa_xml_io.C 1.26:
489: - fix in removing file:// protocol for win32 absolute path
490:
491: * src/include/pa_common.h 1.139:
492: - one more capitalized header was added
493:
494: 2009-09-22 misha
495: * INSTALL 1.55:
496: - comment about building just httpd binary while building apache
497: module was added
498:
499: * src/targets/apache13/p3runConfigure.in 1.19:
500: - INCLUDES added so problem with finding pa_httpd.h should be
501: fixed now
502:
503: 2009-09-20 misha
504: * buildall-with-xml 1.30:
505: - moving to the latest versions of xml libs: libxml 2.7.4 and
506: libxslt 1.1.25
507:
508: * src/targets/apache13/p3runConfigure.in 1.18:
509: - path fo pcre libs was fixed
510:
511: 2009-09-18 misha
512: * tests/224.html 1.6:
513: * tests/224.p 1.4:
514: * tests/results/224.processed 1.8:
515: * tests/results/231.processed 1.1:
516: *** empty log message ***
517:
518: * tests/231.html 1.1:
519: - test for encoding cookie in win-1251
520:
521: * tests/224.html 1.5:
522: * tests/224.p 1.3:
523: - tests for ^reflection:fields[class or object] were added
524:
525: * operators.txt 1.227:
526: - info about method ^reflection:fields[class or object] was
527: added
528:
529: * src/classes/reflection.C 1.13:
530: - method ^reflection:fields[class or object] was added
531:
532: * src/types/pa_value.h 1.136:
533: * src/types/pa_vclass.C 1.43:
534: * src/types/pa_vclass.h 1.58:
535: * src/types/pa_vobject.h 1.55:
536: - methods get_fields were added
537:
538: 2009-09-17 misha
539: * tests/results/212.processed 1.4:
540: * tests/results/232.processed 1.1:
541: *** empty log message ***
542:
543: * tests/232.html 1.1:
544: - tests for @GET[name]
545:
546: * src/classes/table.C 1.268:
547: - some changes in handling hash-options for creare, join and
548: locate
549:
550: * src/types/pa_vobject.C 1.30:
551: * src/types/pa_vobject.h 1.54:
552: - @GET[] now could be defined with option: the type of requested
553: value
554:
555: * tests/212.html 1.3:
556: - tests for .pattern and .options were added
557:
558: * src/types/pa_vregex.C 1.8:
559: * src/types/pa_vregex.h 1.5:
560: - $regex.pattern and $regex.options were added
561:
562: 2009-09-11 misha
563: * tests/results/223.processed 1.3:
564: *** empty log message ***
565:
566: * tests/223.html 1.2:
567: * tests/223_utf8.txt 1.1:
568: * tests/223_win1251.txt 1.1:
569: - test was rewrited. it checks not just one case of sending
570: cookies during file::load[http], but also sending headers and
571: fields (including files)
572:
573: 2009-09-10 misha
574: * src/main/untaint.C 1.154:
575: - workaround in file-spec lang for old Macs was removed => now
576: parser can open files with Russian 'r' in filename
577:
578: * src/main/untaint.C 1.153:
579: - bugfix: client charset whould be analized while escaping
580: cookies but now source charset
581:
582: * src/main/pa_http.C 1.42:
583: - bugfix: the values of http headers didn't ^tainted[uri] so it
584: was possible to make request with incorrect http header
585:
586: * src/main/pa_http.C 1.41:
587: - capitalization of http headers during file::load[http was slightly changes
588: - bugfix: all headers which parser sends during file::load[http should be transcoded and only then
589: escaped
590:
591: * src/main/untaint.C 1.152:
592: - a bit more comments were added
593:
594: * src/classes/file.C 1.202:
595: * src/classes/string.C 1.190:
596: - types where changes (minus 2 warnings)
597:
598: * src/include/pa_common.h 1.138:
599: - 2 capitalized strings for making http headers during file::
600: load[http were added
601:
602: 2009-09-08 misha
603: * tests/results/230.processed 1.1:
604: *** empty log message ***
605:
606: * operators.txt 1.226:
607: - changes in file.save and string.save were added
608:
609: * tests/230.html 1.1:
610: * tests/230.txt 1.1:
611: - tests for checking options in file.save and string.save were
612: added
613:
614: * src/main/pa_request.C 1.315:
615: - http headers names, which are passed to SAPI::
616: add_header_attribute are lowercased now (it'll be capitalized in
617: that method)
618:
619: * src/classes/file.C 1.201:
620: * src/classes/string.C 1.189:
621: * src/types/pa_vfile.C 1.46:
622: * src/types/pa_vfile.h 1.66:
623: - file_write accepts Request_charsets and asked charset and cound transcode content before writing
624: - string.save and file.save have option $.charset now
625:
626: * src/classes/table.C 1.267:
627: * src/classes/xdoc.C 1.165:
628: * src/include/pa_common.h 1.137:
629: * src/main/pa_common.C 1.250:
630: - file_write accepts Request_charsets and asked charset and
631: cound transcode content before writing
632:
633: * src/include/pa_exception.h 1.56:
634: - new exception comment string was defined
635:
636: 2009-09-07 misha
637: * src/main/compile.tab.C 1.146:
638: *** empty log message ***
639:
640: * src/main/compile.y 1.253:
641: - grammar $name\ name stops now for regex sub-pattern\s
642:
643: 2009-09-04 misha
644: * src/main/pa_http.C 1.39:
645: - capitalization of http headers during file::load[http was
646: implemented
647:
648: 2009-09-03 misha
649: * tests/results/075.processed 1.7:
650: * tests/results/204.processed 1.3:
651: *** empty log message ***
652:
653: * src/include/pa_common.h 1.136:
654: * src/include/pa_sapi.h 1.28:
655: * src/main/pa_common.C 1.249:
656: * src/main/pa_http.C 1.38:
657: * src/main/pa_request.C 1.314:
658: * src/targets/apache13core/mod_parser3_core.C 1.14:
659: * src/targets/cgi/parser3.C 1.254:
660: * src/targets/isapi/parser3isapi.C 1.102:
661: * src/types/pa_vcookie.C 1.82:
662: * src/types/pa_vmail.C 1.90:
663: - back to storing response http headers in lowercase
664: - capitalize them during output
665:
666: 2009-08-31 misha
667: * src/classes/table.C 1.266:
668: - allow call with any brackets (it could be useful in methods
669: with explict result declaration)
670:
671: * src/classes/table.C 1.265:
672: - bugfix: ^table.sort{...} doesn't work correctly if $request:
673: charset==koi8-r
674:
675: 2009-08-30 misha
676: * src/classes/file.C 1.200:
677: * src/include/pa_common.h 1.134:
678: * src/include/pa_common.h 1.135:
679: * src/include/pa_request.h 1.198:
680: * src/main/pa_http.C 1.37:
681: * src/main/pa_request.C 1.311:
682: * src/main/pa_request.C 1.312:
683: * src/targets/apache13core/mod_parser3_core.C 1.13:
684: * src/targets/cgi/parser3.C 1.253:
685: * src/targets/isapi/parser3isapi.C 1.101:
686: * src/types/pa_vcookie.C 1.81:
687: * src/types/pa_vmail.C 1.89:
688: * tests/results/001.processed 1.5:
689: * tests/results/002.processed 1.5:
690: * tests/results/003.processed 1.5:
691: * tests/results/004.processed 1.5:
692: * tests/results/005.processed 1.5:
693: * tests/results/006.processed 1.7:
694: * tests/results/007.processed 1.3:
695: * tests/results/008.processed 1.5:
696: * tests/results/009.processed 1.5:
697: * tests/results/010.processed 1.5:
698: * tests/results/011.processed 1.5:
699: * tests/results/012.processed 1.5:
700: * tests/results/013.processed 1.6:
701: * tests/results/014.processed 1.6:
702: * tests/results/015.processed 1.6:
703: * tests/results/016.processed 1.5:
704: * tests/results/017.processed 1.5:
705: * tests/results/018.processed 1.5:
706: * tests/results/019.processed 1.5:
707: * tests/results/020.processed 1.5:
708: * tests/results/021.processed 1.5:
709: * tests/results/022.processed 1.7:
710: * tests/results/023.processed 1.5:
711: * tests/results/024.processed 1.5:
712: * tests/results/025.processed 1.5:
713: * tests/results/026.processed 1.5:
714: * tests/results/027.processed 1.5:
715: * tests/results/028.processed 1.5:
716: * tests/results/029.processed 1.5:
717: * tests/results/030.processed 1.7:
718: * tests/results/031.processed 1.5:
719: * tests/results/032.processed 1.5:
720: * tests/results/033.processed 1.5:
721: * tests/results/034.processed 1.5:
722: * tests/results/035.processed 1.6:
723: * tests/results/036.processed 1.5:
724: * tests/results/037.processed 1.5:
725: * tests/results/038.processed 1.6:
726: * tests/results/039.processed 1.5:
727: * tests/results/040.processed 1.5:
728: * tests/results/041.processed 1.5:
729: * tests/results/042.processed 1.5:
730: * tests/results/043.processed 1.5:
731: * tests/results/044.processed 1.5:
732: * tests/results/045.processed 1.5:
733: * tests/results/046.processed 1.5:
734: * tests/results/047.processed 1.5:
735: * tests/results/048.processed 1.5:
736: * tests/results/049.processed 1.5:
737: * tests/results/050.processed 1.5:
738: * tests/results/051.processed 1.5:
739: * tests/results/052.processed 1.5:
740: * tests/results/053.processed 1.5:
741: * tests/results/054.processed 1.5:
742: * tests/results/055.processed 1.5:
743: * tests/results/056.processed 1.5:
744: * tests/results/057.processed 1.5:
745: * tests/results/058.processed 1.6:
746: * tests/results/059.processed 1.6:
747: * tests/results/060.processed 1.5:
748: * tests/results/061.processed 1.5:
749: * tests/results/062.processed 1.6:
750: * tests/results/063.processed 1.6:
751: * tests/results/064.processed 1.5:
752: * tests/results/065.processed 1.6:
753: * tests/results/066.processed 1.5:
754: * tests/results/067.processed 1.5:
755: * tests/results/068.processed 1.5:
756: * tests/results/069.processed 1.5:
757: * tests/results/070.processed 1.5:
758: * tests/results/071.processed 1.5:
759: * tests/results/072.processed 1.5:
760: * tests/results/073.processed 1.5:
761: * tests/results/074.processed 1.5:
762: * tests/results/075.processed 1.6:
763: * tests/results/076.processed 1.5:
764: * tests/results/077.processed 1.5:
765: * tests/results/078.processed 1.5:
766: * tests/results/079.processed 1.5:
767: * tests/results/080.processed 1.6:
768: * tests/results/081.processed 1.5:
769: * tests/results/082.processed 1.5:
770: * tests/results/083.processed 1.5:
771: * tests/results/084.processed 1.5:
772: * tests/results/085.processed 1.5:
773: * tests/results/086.processed 1.5:
774: * tests/results/087.processed 1.5:
775: * tests/results/088.processed 1.5:
776: * tests/results/089.processed 1.5:
777: * tests/results/090.processed 1.5:
778: * tests/results/091.processed 1.5:
779: * tests/results/092.processed 1.5:
780: * tests/results/093.processed 1.5:
781: * tests/results/094.processed 1.5:
782: * tests/results/095.processed 1.5:
783: * tests/results/096.processed 1.7:
784: * tests/results/097.processed 1.8:
785: * tests/results/098.processed 1.3:
786: * tests/results/099.processed 1.7:
787: * tests/results/100.processed 1.5:
788: * tests/results/101.processed 1.5:
789: * tests/results/102.processed 1.5:
790: * tests/results/103.processed 1.3:
791: * tests/results/104.processed 1.5:
792: * tests/results/105.processed 1.5:
793: * tests/results/106.processed 1.5:
794: * tests/results/107.processed 1.7:
795: * tests/results/108.processed 1.5:
796: * tests/results/109.processed 1.5:
797: * tests/results/110.processed 1.5:
798: * tests/results/111.processed 1.5:
799: * tests/results/112.processed 1.5:
800: * tests/results/113.processed 1.5:
801: * tests/results/114.processed 1.5:
802: * tests/results/115.processed 1.5:
803: * tests/results/116.processed 1.4:
804: * tests/results/117.processed 1.5:
805: * tests/results/118.processed 1.4:
806: * tests/results/119.processed 1.6:
807: * tests/results/120.processed 1.5:
808: * tests/results/121.processed 1.5:
809: * tests/results/122.processed 1.5:
810: * tests/results/123.processed 1.5:
811: * tests/results/124.processed 1.5:
812: * tests/results/125.processed 1.5:
813: * tests/results/126.processed 1.5:
814: * tests/results/127.processed 1.5:
815: * tests/results/128.processed 1.5:
816: * tests/results/129.processed 1.8:
817: * tests/results/130.processed 1.5:
818: * tests/results/131.processed 1.5:
819: * tests/results/132.processed 1.5:
820: * tests/results/133.processed 1.5:
821: * tests/results/134.processed 1.5:
822: * tests/results/135.processed 1.5:
823: * tests/results/136.processed 1.5:
824: * tests/results/138.processed 1.5:
825: * tests/results/139.processed 1.5:
826: * tests/results/140.processed 1.5:
827: * tests/results/141.processed 1.7:
828: * tests/results/142.processed 1.3:
829: * tests/results/143.processed 1.3:
830: * tests/results/144.processed 1.3:
831: * tests/results/145.processed 1.3:
832: * tests/results/146.processed 1.3:
833: * tests/results/147.processed 1.3:
834: * tests/results/148.processed 1.3:
835: * tests/results/149.processed 1.5:
836: * tests/results/150.processed 1.3:
837: * tests/results/151.processed 1.3:
838: * tests/results/152.processed 1.8:
839: * tests/results/153.processed 1.4:
840: * tests/results/154.processed 1.3:
841: * tests/results/155.processed 1.2:
842: * tests/results/156.processed 1.4:
843: * tests/results/157.processed 1.3:
844: * tests/results/158.processed 1.3:
845: * tests/results/159.processed 1.3:
846: * tests/results/160.processed 1.5:
847: * tests/results/161.processed 1.2:
848: * tests/results/162.processed 1.2:
849: * tests/results/163.processed 1.3:
850: * tests/results/164.processed 1.6:
851: * tests/results/165.processed 1.2:
852: * tests/results/166.processed 1.4:
853: * tests/results/167.processed 1.2:
854: * tests/results/168.processed 1.3:
855: * tests/results/169.processed 1.2:
856: * tests/results/170.processed 1.2:
857: * tests/results/171.processed 1.4:
858: * tests/results/172.processed 1.3:
859: * tests/results/173.processed 1.2:
860: * tests/results/174.processed 1.3:
861: * tests/results/175.processed 1.2:
862: * tests/results/176.processed 1.5:
863: * tests/results/177.processed 1.2:
864: * tests/results/178.processed 1.2:
865: * tests/results/179.processed 1.3:
866: * tests/results/180.processed 1.3:
867: * tests/results/181.processed 1.2:
868: * tests/results/182.processed 1.2:
869: * tests/results/183.processed 1.2:
870: * tests/results/184.processed 1.2:
871: * tests/results/185.processed 1.5:
872: * tests/results/186.processed 1.2:
873: * tests/results/187.processed 1.2:
874: * tests/results/188.processed 1.4:
875: * tests/results/189.processed 1.2:
876: * tests/results/190.processed 1.2:
877: * tests/results/191.processed 1.4:
878: * tests/results/192.processed 1.3:
879: * tests/results/193.processed 1.2:
880: * tests/results/194.processed 1.2:
881: * tests/results/195.processed 1.2:
882: * tests/results/196.processed 1.2:
883: * tests/results/197.processed 1.2:
884: * tests/results/198.processed 1.3:
885: * tests/results/199.processed 1.3:
886: * tests/results/200.processed 1.2:
887: * tests/results/201.processed 1.2:
888: * tests/results/202.processed 1.2:
889: * tests/results/203.processed 1.2:
890: * tests/results/204.processed 1.2:
891: * tests/results/205.processed 1.3:
892: * tests/results/206.processed 1.2:
893: * tests/results/207.processed 1.2:
894: * tests/results/208.processed 1.2:
895: * tests/results/209.processed 1.2:
896: * tests/results/210.processed 1.2:
897: * tests/results/211.processed 1.2:
898: * tests/results/212.processed 1.3:
899: * tests/results/213.processed 1.2:
900: * tests/results/214.processed 1.2:
901: * tests/results/215.processed 1.2:
902: * tests/results/216.processed 1.2:
903: * tests/results/217.processed 1.2:
904: * tests/results/218.processed 1.2:
905: * tests/results/219.processed 1.2:
906: * tests/results/220.processed 1.2:
907: * tests/results/221.processed 1.2:
908: * tests/results/222.processed 1.2:
909: * tests/results/223.processed 1.2:
910: * tests/results/224.processed 1.7:
911: * tests/results/225.processed 1.2:
912: * tests/results/226.processed 1.2:
913: * tests/results/227.processed 1.2:
914: * tests/results/228.processed 1.2:
915: * tests/results/229.processed 1.2:
916: - http headers were changed: content-type => Content-type and so
917: on
918:
919: 2009-08-27 misha
920: * src/include/pa_random.h 1.2:
921: * src/main/pa_random.C 1.2:
922: * src/targets/cgi/parser3.C 1.252:
923: - year was updated :)
924:
925: 2009-08-26 misha
926: * tests/results/224.processed 1.6:
927: *** empty log message ***
928:
929: * tests/224.html 1.4:
930: * tests/224.p 1.2:
931: - test for creating of parser object using constructor without params
932: - little bugfix in test
933:
934: * src/main/compile_tools.h 1.100:
935: - bugfix: should't call autouse while checking existed class
936: while processing partial option
937:
938: * src/classes/reflection.C 1.12:
939: - bugfix: core when creating object with reflection and
940: constructor doesn't have params
941:
942: 2009-08-24 misha
943: * tests/results/192.processed 1.2:
944: * tests/results/229.processed 1.1:
945: *** empty log message ***
946:
947: * tests/229.html 1.1:
948: - tests for checking the number of parameters were added
949:
950: * src/types/pa_value.C 1.29:
951: * src/types/pa_vmethod_frame.h 1.86:
952: - bugfix: the actual number of method's parameters wasn't
953: checked correctly (the bug was introduced in 3.4.0)
954:
955: 2009-08-23 misha
956: * tests/results/228.processed 1.1:
957: *** empty log message ***
958:
959: 2009-08-22 misha
960: * src/main/pa_http.C 1.35:
961: - ^file::load[http://...;$.body[]] : $.body transcoded, but
962: tainted pieces are escaped only when content-type==url-encoding
963:
964: * tests/228.html 1.1:
965: - test for checking ^file::load[http://...;$.body[]]
966:
967: * src/types/pa_vform.C 1.99:
968: * src/types/pa_vform.h 1.58:
969: - bugfix: attempt to detect post charset was too early (charsets
970: is empty at this moment)
971:
972: 2009-08-21 misha
973: * src/include/pa_string.h 1.195:
974: * src/main/pa_http.C 1.34:
975: * src/main/pa_request.C 1.310:
976: * src/main/untaint.C 1.151:
977: - some fixes with transcode+untaint
978:
979: 2009-08-15 misha
980: * src/main/pa_exec.C 1.76:
981: - number of argv in file::exec/cgi on unix was increaced to 100 (
982: was 50)
983:
984: 2009-08-14 misha
985: * src/main/compile.tab.C 1.145:
986: * tests/results/226.processed 1.1:
987: * tests/results/227.processed 1.1:
988: *** empty log message ***
989:
990: * tests/227.html 1.1:
991: - test for checking overriding properties in static classes was
992: added
993:
994: * tests/226.html 1.1:
995: * tests/226.p 1.1:
996: - test for @autoload[] was added
997:
998: * src/classes/reflection.C 1.11:
999: * src/include/pa_request.h 1.197:
1000: * src/main/compile.y 1.252:
1001: * src/main/compile_tools.h 1.99:
1002: * src/main/execute.C 1.358:
1003: * src/main/pa_request.C 1.309:
1004: - autouse was implemented
1005:
1006: * src/classes/reflection.C 1.10:
1007: - outdated checkout was removed
1008:
1009: * src/classes/reflection.C 1.9:
1010: - optimization
1011: - method ^dynamical was added.
1012:
1013: * src/main/execute.C 1.357:
1014: * src/types/pa_value.h 1.135:
1015: * src/types/pa_vmethod_frame.h 1.85:
1016: * src/types/pa_vstateless_class.h 1.69:
1017: - optimization
1018:
1019: * src/types/pa_vclass.C 1.42:
1020: - exception if base on sytem class
1021:
1022: 2009-08-11 misha
1023: * src/types/pa_vclass.C 1.41:
1024: * src/types/pa_vclass.h 1.57:
1025: * src/types/pa_vstateless_class.C 1.44:
1026: * src/types/pa_vstateless_class.h 1.68:
1027: - little optimisation
1028:
1029: * src/main/compile.tab.C 1.144:
1030: * tests/results/224.processed 1.5:
1031: * tests/results/225.processed 1.1:
1032: *** empty log message ***
1033:
1034: * tests/224.html 1.3:
1035: - method_params => method_info
1036: - checking for $.inherited
1037:
1038: * operators.txt 1.223:
1039: * src/classes/reflection.C 1.8:
1040: - method method_params was renamed to method_info and now it
1041: returns class name, if method was defined in ancestor
1042:
1043: * tests/225.html 1.1:
1044: - tests for cheching properties in hierarhical classes were
1045: added
1046:
1047: * src/classes/classes.C 1.23:
1048: * src/main/compile.y 1.251:
1049: * src/main/execute.C 1.356:
1050: * src/types/pa_property.h 1.4:
1051: * src/types/pa_vclass.C 1.40:
1052: * src/types/pa_vclass.h 1.56:
1053: * src/types/pa_vstateless_class.C 1.43:
1054: * src/types/pa_vstateless_class.h 1.67:
1055: - problems with properties in new classes implementation were
1056: fixed
1057:
1058: 2009-08-10 misha
1059: * src/main/execute.C 1.355:
1060: - now constructor shouldn't be defined in class. it could be
1061: defined in parent.
1062:
1063: 2009-08-08 misha
1064: * Makefile.am 1.69:
1065: * Makefile.in 1.84:
1066: * acinclude.m4 1.55:
1067: * aclocal.m4 1.58:
1068: * acsite.m4 1.34:
1069: * configure 1.111:
1070: * configure.in 1.118:
1071: * src/types/Makefile.am 1.45:
1072: * src/types/Makefile.in 1.67:
1073: * tests/results/176.processed 1.4:
1074: * tests/results/191.processed 1.3:
1075: * tests/results/224.processed 1.3:
1076: * tests/results/224.processed 1.4:
1077: *** empty log message ***
1078:
1079: * src/classes/reflection.C 1.7:
1080: - ^reflection:methods doesn't return base's methods
1081:
1082: * src/classes/classes.h 1.32:
1083: * src/classes/date.C 1.87:
1084: * src/classes/file.C 1.199:
1085: * src/classes/form.C 1.42:
1086: * src/classes/hash.C 1.103:
1087: * src/classes/hashfile.C 1.51:
1088: * src/classes/image.C 1.130:
1089: * src/classes/mail.C 1.113:
1090: * src/classes/op.C 1.197:
1091: * src/classes/reflection.C 1.6:
1092: * src/classes/regex.C 1.5:
1093: * src/classes/string.C 1.188:
1094: * src/classes/table.C 1.264:
1095: * src/classes/xdoc.C 1.164:
1096: * src/classes/xnode.C 1.84:
1097: * src/classes/xnode.h 1.29:
1098: * src/include/pa_hash.h 1.79:
1099: * src/main/execute.C 1.354:
1100: * src/main/pa_http.C 1.33:
1101: * src/main/pa_request.C 1.308:
1102: * src/targets/cgi/parser3.C 1.251:
1103: * src/types/pa_method.h 1.16:
1104: * src/types/pa_property.h 1.3:
1105: * src/types/pa_value.C 1.28:
1106: * src/types/pa_value.h 1.134:
1107: * src/types/pa_vclass.C 1.39:
1108: * src/types/pa_vclass.h 1.55:
1109: * src/types/pa_vcode_frame.h 1.36:
1110: * src/types/pa_vconsole.h 1.17:
1111: * src/types/pa_vcookie.C 1.80:
1112: * src/types/pa_vcookie.h 1.36:
1113: * src/types/pa_vdate.h 1.49:
1114: * src/types/pa_venv.C 1.11:
1115: * src/types/pa_venv.h 1.37:
1116: * src/types/pa_vfile.C 1.45:
1117: * src/types/pa_vfile.h 1.65:
1118: * src/types/pa_vform.C 1.98:
1119: * src/types/pa_vform.h 1.57:
1120: * src/types/pa_vhash.h 1.62:
1121: * src/types/pa_vhashfile.C 1.62:
1122: * src/types/pa_vhashfile.h 1.38:
1123: * src/types/pa_vimage.C 1.40:
1124: * src/types/pa_vimage.h 1.50:
1125: * src/types/pa_vmail.C 1.88:
1126: * src/types/pa_vmail.h 1.18:
1127: * src/types/pa_vmath.h 1.20:
1128: * src/types/pa_vmemory.h 1.6:
1129: * src/types/pa_vmethod_frame.h 1.84:
1130: * src/types/pa_vobject.C 1.29:
1131: * src/types/pa_vobject.h 1.53:
1132: * src/types/pa_vproperty.C 1.3:
1133: * src/types/pa_vproperty.h 1.5:
1134: * src/types/pa_vrequest.C 1.49:
1135: * src/types/pa_vrequest.h 1.37:
1136: * src/types/pa_vresponse.C 1.29:
1137: * src/types/pa_vresponse.h 1.42:
1138: * src/types/pa_vstateless_class.C 1.42:
1139: * src/types/pa_vstateless_class.h 1.66:
1140: * src/types/pa_vstateless_object.h 1.39:
1141: * src/types/pa_vstatus.C 1.27:
1142: * src/types/pa_vstatus.h 1.20:
1143: * src/types/pa_vstring.h 1.62:
1144: * src/types/pa_vtable.C 1.31:
1145: * src/types/pa_vtable.h 1.55:
1146: * src/types/pa_vvoid.h 1.31:
1147: * src/types/pa_vxdoc.C 1.36:
1148: * src/types/pa_vxdoc.h 1.45:
1149: * src/types/pa_vxnode.C 1.51:
1150: * src/types/pa_vxnode.h 1.40:
1151: * src/types/pa_wwrapper.h 1.43:
1152: * src/types/types.vcproj 1.26:
1153: - new classes implementation
1154:
1155: 2009-08-07 misha
1156: * buildall-with-xml 1.29:
1157: * buildall-without-xml 1.19:
1158: - gc has a bug if USE_MUNMAP is used. so it is disabled as a
1159: workaround.
1160:
1161: 2009-08-05 misha
1162: * src/include/pa_common.h 1.133:
1163: * src/main/pa_common.C 1.248:
1164: - not needed parameter was removed
1165:
1166: * src/main/pa_http.C 1.32:
1167: - bugfix: error was during detecting content-type of file which
1168: was loaded by http
1169:
1170: 2009-08-01 misha
1171: * src/main/compile.tab.C 1.143:
1172: *** empty log message ***
1173:
1174: * INSTALL 1.54:
1175: * src/include/pa_opcode.h 1.44:
1176: * src/main/compile.y 1.250:
1177: * src/main/execute.C 1.353:
1178: * src/types/pa_wcontext.h 1.57:
1179: * src/types/pa_wwrapper.h 1.42:
1180: - OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and
1181: OPTIMIZE_CONSTRUCT_OBJECT can't be disabled with defines any
1182: longer
1183:
1184: 2009-07-29 misha
1185: * src/classes/reflection.C 1.4:
1186: * tests/results/224.processed 1.2:
1187: - for native methods with any call type now returned empty
1188: call_type value
1189:
1190: * src/classes/hash.C 1.102:
1191: * src/classes/hashfile.C 1.50:
1192: * src/classes/op.C 1.196:
1193: * src/classes/table.C 1.263:
1194: * src/include/pa_hash.h 1.78:
1195: * src/include/pa_request.h 1.196:
1196: * src/main/pa_request.C 1.307:
1197: - break in cycles was optimized
1198:
1199: * INSTALL 1.53:
1200: - more defines were described
1201:
1202: 2009-07-28 misha
1203: * tests/results/224.processed 1.1:
1204: *** empty log message ***
1205:
1206: * operators.txt 1.222:
1207: - some changes in information about reflection class
1208:
1209: * tests/224.html 1.1:
1210: * tests/224.p 1.1:
1211: - tests for reflection class
1212:
1213: * src/classes/reflection.C 1.3:
1214: - some bugs were fixed, method classes was added, refactoring
1215:
1216: 2009-07-26 misha
1217: * src/classes/classes.vcproj 1.23:
1218: - reflection class wass added to project
1219:
1220: * operators.txt 1.220:
1221: - information about reflection class was added
1222:
1223: * src/classes/reflection.C 1.2:
1224: - class was redesigned
1225:
1226: 2009-07-24 misha
1227: * Makefile.am 1.67:
1228: * Makefile.am 1.68:
1229: * Makefile.in 1.82:
1230: * Makefile.in 1.83:
1231: * acinclude.m4 1.53:
1232: * acinclude.m4 1.54:
1233: * aclocal.m4 1.56:
1234: * aclocal.m4 1.57:
1235: * acsite.m4 1.32:
1236: * acsite.m4 1.33:
1237: * configure 1.109:
1238: * configure 1.110:
1239: * configure.in 1.116:
1240: * configure.in 1.117:
1241: * src/classes/Makefile.in 1.68:
1242: *** empty log message ***
1243:
1244: * src/classes/Makefile.am 1.54:
1245: * src/classes/reflection.C 1.1:
1246: - class reflection was added
1247:
1248: * src/types/pa_vstateless_class.h 1.65:
1249: - method for reflection method's in classes was added
1250:
1251: 2009-07-22 misha
1252: * src/main/compile_tools.h 1.98:
1253: - bugfix: $object.$var was over-optimized. it failed if $
1254: object1.$object2.field
1255:
1256: 2009-07-16 misha
1257: * src/include/pa_string.h 1.194:
1258: * src/lib/cord/cordbscs.c 1.9:
1259: * src/lib/cord/cordprnt.c 1.5:
1260: * src/lib/cord/cordxtra.c 1.13:
1261: * src/lib/cord/include/cord.h 1.8:
1262: * src/main/pa_string.C 1.233:
1263: - optimization: CORD_str, CORD_to_const_char_star,
1264: CORD_to_char_star and CORD_substr have one more arg: length of
1265: cord
1266:
1267: 2009-07-15 misha
1268: * tests/results/221.processed 1.1:
1269: * tests/results/222.processed 1.1:
1270: * tests/results/223.processed 1.1:
1271: *** empty log message ***
1272:
1273: * src/main/pa_http.C 1.31:
1274: - bugfix: $.cookies' values should be force tainted in ^file::
1275: load[http://...;$.cookies[]]
1276:
1277: * src/classes/op.C 1.195:
1278: * src/classes/regex.C 1.4:
1279: * src/classes/string.C 1.187:
1280: - new string with exception was used
1281:
1282: * src/include/pa_exception.h 1.55:
1283: - new string with exception was added
1284:
1285: * tests/223.html 1.1:
1286: - test for checking cookie-encoding during ^file::load[http was
1287: added
1288:
1289: * tests/221.html 1.1:
1290: * tests/222.html 1.1:
1291: - tests for checking type of $table.fields.field were added
1292:
1293: * src/types/pa_vtable.C 1.30:
1294: - not used var decl was removed
1295:
1296: 2009-07-14 misha
1297: * src/include/pa_string.h 1.193:
1298: - use cached string length in Body::mid. it improves speed of
1299: match with brackets in pattern
1300:
1301: * src/lib/cord/include/cord.h 1.7:
1302: - make CORD_substr_checked available outside
1303:
1304: * src/types/pa_vtable.C 1.29:
1305: - $table.fields.a return string even if column is empty (sometime returned void)
1306: - $table.fields was added for nameless tables
1307:
1308: * src/targets/cgi/getopt.c 1.6:
1309: - one warning resolved
1310:
1311: * src/main/pa_string.C 1.232:
1312: - potentian bug fixed
1313:
1314: * src/classes/op.C 1.194:
1315: - small optimization in taint/untaint
1316:
1317: 2009-07-13 misha
1318: * tests/results/156.processed 1.3:
1319: *** empty log message ***
1320:
1321: * tests/156.html 1.4:
1322: - test for $cookie[...$.httponly(false)...] was added
1323:
1324: * src/types/pa_value.C 1.27:
1325: - bugfix: $cookie[...$.httponly(false)...] souldn't add the
1326: attribut to output
1327:
1328: 2009-07-11 misha
1329: * src/targets/apache13/ApacheModuleParser3.vcproj 1.13:
1330: * src/targets/cgi/parser3.vcproj 1.20:
1331: * src/targets/isapi/parser3isapi.vcproj 1.16:
1332: - stack size was increaced to 2MB (default=1MB)
1333:
1334: 2009-07-08 misha
1335: * src/main/pa_string.C 1.231:
1336: - link to UTF-8 description was added
1337:
1338: * tests/results/030.processed 1.6:
1339: * tests/results/058.processed 1.5:
1340: * tests/results/075.processed 1.5:
1341: * tests/results/096.processed 1.6:
1342: * tests/results/099.processed 1.6:
1343: * tests/results/100.processed 1.4:
1344: * tests/results/129.processed 1.7:
1345: * tests/results/149.processed 1.4:
1346: * tests/results/156.processed 1.2:
1347: * tests/results/172.processed 1.2:
1348: * tests/results/205.processed 1.2:
1349: * tests/results/220.processed 1.1:
1350: *** empty log message ***
1351:
1352: * src/include/pa_hash.h 1.76:
1353: - hash keeps element's order in more places (ex: ._keys[])
1354:
1355: * tests/220.html 1.1:
1356: - test for checking order of elements in hash in foreach was
1357: added
1358:
1359: * tests/129.html 1.5:
1360: * tests/172.html 1.2:
1361: - small changes in printing hash
1362:
1363: 2009-07-07 misha
1364: * src/include/pa_common.h 1.132:
1365: * src/include/pa_hash.h 1.75:
1366: * src/include/pa_request.h 1.195:
1367: * src/types/pa_value.h 1.133:
1368: * src/types/pa_vmethod_frame.C 1.17:
1369: * src/types/pa_vmethod_frame.h 1.83:
1370: - hash now keeps order of elements
1371:
1372: * tests/014.html 1.4:
1373: - small changes in printing hash
1374:
1375: * tests/results/219.processed 1.1:
1376: *** empty log message ***
1377:
1378: * src/classes/op.C 1.193:
1379: - new taint language "parser-code" was added
1380:
1381: * tests/219.html 1.1:
1382: - test for auto untaint parser code in process was added
1383:
1384: * src/classes/op.C 1.192:
1385: - tainted pieces in body of process are auto-untainted now: ^ ->
1386: ^^, $ -> ^$ etc.
1387:
1388: * src/include/pa_string.h 1.192:
1389: * src/main/untaint.C 1.150:
1390: - new language L_PARSER_CODE for auto-untaint in process was
1391: added
1392:
1393: * src/classes/file.C 1.197:
1394: * src/classes/hash.C 1.99:
1395: * src/classes/image.C 1.129:
1396: * src/classes/op.C 1.191:
1397: * src/classes/string.C 1.185:
1398: * src/classes/table.C 1.262:
1399: * src/classes/void.C 1.45:
1400: * src/classes/xdoc.C 1.163:
1401: * src/include/pa_string.h 1.191:
1402: * src/main/pa_charset.C 1.79:
1403: * src/main/pa_http.C 1.30:
1404: * src/main/pa_request.C 1.306:
1405: * src/main/pa_xml_io.C 1.25:
1406: * src/main/untaint.C 1.149:
1407: * src/types/pa_value.h 1.132:
1408: * src/types/pa_vhash.h 1.61:
1409: * src/types/pa_vmail.C 1.87:
1410: * src/types/pa_vobject.h 1.52:
1411: * src/types/pa_vstring.h 1.61:
1412: - some code cleanup
1413:
1414: 2009-07-06 misha
1415: * src/classes/file.C 1.196:
1416: * src/classes/hash.C 1.98:
1417: * src/classes/image.C 1.128:
1418: * src/classes/mail.C 1.112:
1419: * src/classes/op.C 1.190:
1420: * src/classes/string.C 1.184:
1421: * src/classes/table.C 1.261:
1422: * src/classes/void.C 1.44:
1423: * src/classes/xdoc.C 1.162:
1424: * src/include/pa_string.h 1.190:
1425: * src/main/pa_charset.C 1.78:
1426: * src/main/pa_common.C 1.247:
1427: * src/main/pa_exec.C 1.75:
1428: * src/main/pa_http.C 1.29:
1429: * src/main/pa_request.C 1.304:
1430: * src/main/pa_sql_driver_manager.C 1.90:
1431: * src/main/pa_xml_io.C 1.24:
1432: * src/types/pa_vcookie.C 1.79:
1433: * src/types/pa_vhash.h 1.60:
1434: * src/types/pa_vhashfile.C 1.61:
1435: * src/types/pa_vimage.C 1.39:
1436: * src/types/pa_vmail.C 1.86:
1437: * src/types/pa_vobject.h 1.51:
1438: * src/types/pa_vregex.C 1.7:
1439: * src/types/pa_vrequest.C 1.48:
1440: * src/types/pa_vstring.h 1.60:
1441: * src/types/pa_vvoid.h 1.30:
1442: - cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
1443: untaint_cstr[m] should be used
1444:
1445: * tests/results/218.processed 1.1:
1446: *** empty log message ***
1447:
1448: * tests/218.html 1.1:
1449: - test for checking automatic file-spec-taint was added
1450:
1451: * src/classes/file.C 1.195:
1452: * src/classes/hash.C 1.97:
1453: * src/classes/image.C 1.127:
1454: * src/classes/string.C 1.183:
1455: * src/classes/table.C 1.260:
1456: * src/classes/void.C 1.43:
1457: * src/classes/xdoc.C 1.161:
1458: * src/include/pa_string.h 1.189:
1459: * src/main/pa_common.C 1.246:
1460: * src/main/pa_exec.C 1.74:
1461: * src/main/pa_request.C 1.303:
1462: * src/main/pa_sql_driver_manager.C 1.89:
1463: * src/main/untaint.C 1.148:
1464: * src/types/pa_vhashfile.C 1.60:
1465: * src/types/pa_vimage.C 1.38:
1466: * src/types/pa_vmail.C 1.85:
1467: * src/types/pa_vregex.C 1.6:
1468: * src/types/pa_vrequest.C 1.47:
1469: * src/types/pa_vstring.C 1.27:
1470: - optimizations and simplification of string.cstr(...)
1471:
1472: 2009-07-04 misha
1473: * tests/results/195.processed 1.1:
1474: * tests/results/216.processed 1.1:
1475: * tests/results/217.processed 1.1:
1476: *** empty log message ***
1477:
1478: * tests/217.html 1.1:
1479: - test for recursion detection was added
1480:
1481: * src/classes/classes.vcproj 1.22:
1482: * src/main/main.vcproj 1.26:
1483: * src/targets/apache13/ApacheModuleParser3.vcproj 1.12:
1484: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.16:
1485: * src/targets/cgi/parser3.vcproj 1.19:
1486: * src/targets/isapi/parser3isapi.vcproj 1.15:
1487: * src/types/types.vcproj 1.25:
1488: - RuntimeTypeInfo was removed from .vcproj
1489:
1490: * src/types/pa_wwrapper.h 1.41:
1491: - dynamic_cast was removed
1492:
1493: * tests/195.html 1.1:
1494: * tests/195_utf8.txt 1.1:
1495: * tests/195_windows1251.txt 1.1:
1496: - tests for uploading files and case-insensitive http-method
1497: were added
1498:
1499: * tests/216.html 1.1:
1500: * tests/216_dir/1 1.1:
1501: * tests/216_dir/2.txt 1.1:
1502: - test for checking tainted pattern in ^file:list[] was added
1503:
1504: 2009-07-03 misha
1505: * src/classes/classes.vcproj 1.20:
1506: * src/main/main.vcproj 1.24:
1507: * src/targets/apache13/ApacheModuleParser3.vcproj 1.10:
1508: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.14:
1509: * src/targets/cgi/parser3.vcproj 1.17:
1510: * src/targets/isapi/parser3isapi.vcproj 1.13:
1511: * src/types/types.vcproj 1.23:
1512: - enable runtime info (needed for dynamic_cast)
1513: - little options changes
1514:
1515: * src/main/pa_http.C 1.28:
1516: - file::load[http works now with uploading files _and_ changing $
1517: .charset
1518:
1519: 2009-06-29 misha
1520: * src/types/pa_vregex.C 1.5:
1521: - ^untaint[regex][] for all tainted data while creating pattern
1522:
1523: 2009-06-25 misha
1524: * operators.txt 1.217:
1525: * src/classes/image.C 1.126:
1526: - options' names for ^image.font were changed to $.space, $.width and $spacing
1527: - default space width now == gif's width
1528:
1529: 2009-06-24 misha
1530: * tests/results/215.processed 1.1:
1531: *** empty log message ***
1532:
1533: * tests/215.html 1.1:
1534: - tests for $file.mode were added
1535:
1536: * operators.txt 1.216:
1537: - added info about $file.mode and changes in ^image.font[
1538:
1539: * src/classes/image.C 1.125:
1540: * src/types/pa_vimage.h 1.49:
1541: ^image.font
1542: - third param now could be omited
1543: - third param now could be hash (with all widths options: $.space-width, $.letter-width)
1544: - it's possible to specify tracking ($.letter-space)
1545:
1546: * src/classes/file.C 1.194:
1547: - file objects now could have mode field (text|binary)
1548:
1549: * src/types/pa_vfile.C 1.44:
1550: * src/types/pa_vfile.h 1.64:
1551: - method set_method was added
1552:
1553: 2009-06-23 misha
1554: * src/classes/string.C 1.182:
1555: * src/include/pa_string.h 1.188:
1556: * src/main/pa_string.C 1.229:
1557: - trim can work with utf-8 chars now
1558:
1559: 2009-06-20 misha
1560: * src/classes/hash.C 1.96:
1561: * src/classes/table.C 1.259:
1562: * src/include/pa_string.h 1.187:
1563: * src/main/pa_string.C 1.228:
1564: - string length cacheing was implemented
1565:
1566: 2009-06-17 misha
1567: * src/main/execute.C 1.351:
1568: - value param was removed from WContext::WContext
1569:
1570: * src/types/pa_vcode_frame.h 1.35:
1571: * src/types/pa_vmethod_frame.C 1.16:
1572: * src/types/pa_wcontext.h 1.55:
1573: * src/types/pa_wwrapper.h 1.40:
1574: - value param was removed from WContext::WContext
1575: - field wcontext was removed from VCodeFrame (using fparent instead)
1576:
1577: 2009-06-16 misha
1578: * tests/results/214.processed 1.1:
1579: *** empty log message ***
1580:
1581: * tests/214.html 1.1:
1582: - test with hash copying
1583:
1584: * tests/062.html 1.3:
1585: * tests/results/062.processed 1.5:
1586: - evaluation hardcoded strings doesn't work in expression
1587: anymore
1588:
1589: * src/main/execute.C 1.350:
1590: - less calls for get_constructing()
1591: - little refactoring
1592:
1593: * src/include/pa_request.h 1.194:
1594: * src/types/pa_wcontext.h 1.54:
1595: * src/types/pa_wwrapper.h 1.39:
1596: - less calls for get_constructing()
1597:
1598: * src/classes/hash.C 1.95:
1599: * src/classes/hashfile.C 1.48:
1600: - fixed bug which was introduced with OPTIMIZE_SINGLE_STRING
1601: optimization
1602:
1603: 2009-06-14 misha
1604: * src/classes/date.C 1.86:
1605: * src/classes/file.C 1.193:
1606: * src/classes/hash.C 1.94:
1607: * src/classes/hashfile.C 1.47:
1608: * src/classes/image.C 1.124:
1609: * src/classes/regex.C 1.3:
1610: * src/classes/table.C 1.258:
1611: * src/classes/xdoc.C 1.160:
1612: * src/classes/xnode.h 1.27:
1613: * src/main/execute.C 1.349:
1614: * src/types/pa_vclass.C 1.38:
1615: * src/types/pa_vclass.h 1.54:
1616: * src/types/pa_vobject.h 1.50:
1617: * src/types/pa_vstateless_class.h 1.64:
1618: - create object for storing object's fields only for parser
1619: objects
1620:
1621: 2009-06-13 misha
1622: * buildall-with-xml 1.28:
1623: * buildall-without-xml 1.18:
1624: - new option was added for building GC (it slightly reduces
1625: memory usage)
1626:
1627: * src/main/compile.tab.C 1.142:
1628: *** empty log message ***
1629:
1630: * src/types/pa_wcontext.h 1.53:
1631: * src/types/pa_wwrapper.h 1.37:
1632: - optimization of single string write
1633:
1634: * src/main/execute.C 1.348:
1635: - bytecode optimization of ^class:constructor
1636: - optimization of single string write
1637:
1638: * src/include/pa_opcode.h 1.42:
1639: * src/main/compile.y 1.249:
1640: * src/main/compile_tools.h 1.97:
1641: - bytecode optimization of ^class:constructor
1642:
1643: 2009-06-09 misha
1644: * src/targets/cgi/parser3.C [release_3_3_0] 1.247.2.1:
1645: - type size_t was changed to int in main (better compatibility)
1646:
1647: 2009-06-07 misha
1648: * src/main/compile.tab.C 1.140:
1649: * src/main/compile.tab.C 1.141:
1650: *** empty log message ***
1651:
1652: * src/main/compile.y 1.248:
1653: - I've forgot to commit it :(
1654:
1655: * src/include/pa_opcode.h 1.41:
1656: - more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
1657:
1658: * src/main/compile.y 1.247:
1659: * src/main/compile_tools.C 1.67:
1660: * src/main/compile_tools.h 1.96:
1661: * src/main/execute.C 1.347:
1662: - more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
1663: - little refactoring
1664:
1665: 2009-06-06 misha
1666: * tests/results/213.processed 1.1:
1667: *** empty log message ***
1668:
1669: * tests/213.html 1.1:
1670: - tests for 3rd match string-param were added
1671:
1672: * src/classes/string.C 1.181:
1673: - 3rd match param could be string now
1674:
1675: 2009-06-05 misha
1676: * src/main/compile.tab.C 1.139:
1677: *** empty log message ***
1678:
1679: * src/main/compile.y 1.246:
1680: * src/main/compile_tools.h 1.95:
1681: - much more bytecode's sequences optimized to
1682: WITH_SELF__VALUE__GET_ELEMENT and GET_OBJECT_ELEMENT
1683:
1684: * src/main/pa_http.C 1.27:
1685: - bugfix: content-length was not calculated if $.body was
1686: specified
1687:
1688: 2009-06-04 misha
1689: * src/classes/op.C 1.189:
1690: - optimizing write_assign_lang in connect
1691:
1692: * src/classes/op.C 1.188:
1693: - optimizing write_assign_lang in taint/untaint
1694:
1695: * src/main/execute.C 1.346:
1696: - little refactoring
1697: - optimizing write_assign_lang in taint/untaint
1698:
1699: * src/include/pa_opcode.h 1.40:
1700: - little refactoring
1701:
1702: * src/main/compile.tab.C 1.138:
1703: *** empty log message ***
1704:
1705: * src/include/pa_opcode.h 1.39:
1706: * src/main/compile.y 1.245:
1707: * src/main/compile_tools.C 1.66:
1708: * src/main/compile_tools.h 1.94:
1709: * src/main/execute.C 1.345:
1710: - optimizations for $self.field, ^self.method, $self.field[...]
1711: and $self.field(...) were added
1712:
1713: 2009-06-02 misha
1714: * src/types/pa_venv.C 1.10:
1715: - pa_strdup was replaced by strdup
1716:
1717: * src/main/compile.tab.C 1.137:
1718: *** empty log message ***
1719:
1720: * src/include/pa_opcode.h 1.38:
1721: * src/main/compile.y 1.244:
1722: * src/main/compile_tools.h 1.93:
1723: * src/main/execute.C 1.344:
1724: - refactoring in last optimizations ($a[...], $a(...), $.a[...],
1725: $.a(...)). a bit less optimizations now but code is much easy
1726: and it is ready for further improvements.
1727:
1728: 2009-05-27 misha
1729: * src/main/execute.C 1.343:
1730: * src/types/pa_junction.h 1.10:
1731: * src/types/pa_vjunction.C 1.8:
1732: * src/types/pa_vjunction.h 1.29:
1733: * src/types/pa_vmethod_frame.h 1.82:
1734: - changed in destructing junctions
1735:
1736: 2009-05-26 misha
1737: * src/main/pa_charset.C 1.77:
1738: * src/main/pa_string.C 1.227:
1739: - more safe creation on String:Body
1740:
1741: * src/include/pa_common.h 1.131:
1742: * src/main/pa_common.C 1.245:
1743: * src/main/pa_http.C 1.26:
1744: - one method detect_charset was deleted
1745: - bug was fixed in this method (error while detecting charset in content_type withot last ';')
1746:
1747: * src/types/pa_vform.C 1.96:
1748: * src/types/pa_vform.h 1.56:
1749: - detect post charset only once
1750:
1751: 2009-05-25 misha
1752: * src/classes/file.C 1.192:
1753: - bugfix: file::exec didn't work after optimizing of
1754: helper_length
1755:
1756: 2009-05-24 misha
1757: * src/main/compile.tab.C 1.136:
1758: *** empty log message ***
1759:
1760: * src/main/compile_tools.h 1.92:
1761: - $a[$b.c] and $a[$b.$c] optimisations were added
1762: - little refactoring
1763:
1764: * src/main/execute.C 1.342:
1765: - core while printing in debug log non-printable values was fixed
1766: - $a[$b.c] and $a[$b.$c] optimisations were added
1767:
1768: * src/include/pa_opcode.h 1.37:
1769: - new opcodes for $a[$b.c] and $a[$b.$c] were added
1770:
1771: 2009-05-23 misha
1772: * src/include/pa_string.h 1.186:
1773: * src/lib/cord/cordbscs.c 1.8:
1774: * src/lib/cord/cordxtra.c 1.12:
1775: * src/lib/cord/include/cord.h 1.6:
1776: * src/main/untaint.C 1.147:
1777: - CORD_cat optimization
1778:
1779: * src/main/compile.tab.C 1.135:
1780: *** empty log message ***
1781:
1782: * src/include/pa_opcode.h 1.36:
1783: * src/main/compile_tools.h 1.91:
1784: * src/main/execute.C 1.340:
1785: - call constr optimisation under separate define now
1786:
1787: * src/main/compile_tools.h 1.90:
1788: * src/main/execute.C 1.339:
1789: - bugfix: $a[] $b[$a] -- in $b should be string, not void
1790:
1791: * src/main/compile.y 1.242:
1792: - little fix for rem-cut optimisation
1793:
1794: * src/include/pa_opcode.h 1.35:
1795: * src/main/compile_tools.C 1.65:
1796: * src/main/compile_tools.h 1.89:
1797: * src/main/execute.C 1.338:
1798: - optimisations for $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $
1799: .a(^b[...])
1800:
1801: * INSTALL 1.50:
1802: - description of some #defined were added
1803:
1804: * src/types/pa_vfile.C 1.43:
1805: * src/types/pa_vfile.h 1.63:
1806: - fill .'text' field only before 1st access (memory usage is
1807: reduced if don't access to .text field)
1808:
1809: * src/include/pa_array.h 1.79:
1810: - array grows step now not static (it reduces numbers of
1811: reallocs)
1812:
1813: 2009-05-20 misha
1814: * Makefile.am 1.66:
1815: * Makefile.in 1.81:
1816: * acinclude.m4 1.52:
1817: * aclocal.m4 1.55:
1818: * acsite.m4 1.30:
1819: * acsite.m4 1.31:
1820: * configure 1.108:
1821: * configure.in 1.115:
1822: * src/main/compile.tab.C 1.133:
1823: * src/main/compile.tab.C 1.134:
1824: *** empty log message ***
1825:
1826: * src/include/pa_opcode.h 1.34:
1827: * src/main/compile.y 1.241:
1828: * src/main/compile_tools.C 1.64:
1829: * src/main/compile_tools.h 1.88:
1830: * src/main/execute.C 1.337:
1831: - bytecode optimization for $a(1), $.b(2), $c[d] and $.e[f] was
1832: added
1833:
1834: * src/main/execute.C 1.336:
1835: - debug printing moved in defines
1836:
1837: * src/main/compile.y 1.240:
1838: * src/main/compile_tools.C 1.63:
1839: * src/main/compile_tools.h 1.87:
1840: - bugfix and little refactoring for OP_GET_OBJECT_ELEMENT +
1841: OP_GET_OBJECT_VAR_ELEMENT optimisation
1842:
1843: 2009-05-19 misha
1844: * src/main/compile.tab.C 1.131:
1845: * src/main/compile.tab.C 1.132:
1846: *** empty log message ***
1847:
1848: * src/main/compile.y 1.239:
1849: * src/main/compile_tools.C 1.62:
1850: * src/main/compile_tools.h 1.86:
1851: * src/main/execute.C 1.335:
1852: - $a.$b & ^a.$b bytecode optimisation
1853:
1854: * src/include/pa_opcode.h 1.33:
1855: - new opcodes were added (for $a.$b & ^a.$b optimisation)
1856:
1857: * src/main/compile.y 1.238:
1858: - compiler now generate new opcodes: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b
1859: and ^a.b
1860: - compiler now cut off ^rem{ with all content ; any number of params }
1861:
1862: * src/main/execute.C 1.334:
1863: - code for handle new opcodes OP_GET_ELEMENT_FIELD and
1864: OP_GET_ELEMENT_FIELD__WRITE was added
1865:
1866: * src/main/compile_tools.C 1.61:
1867: * src/main/compile_tools.h 1.85:
1868: - new parameter was added for LA2V and LA2S
1869:
1870: * src/include/pa_opcode.h 1.32:
1871: - new defines which can be used for disable some bytecode
1872: optimisation and new opcodes were added
1873:
1874: 2009-05-17 misha
1875: * src/lib/cord/cordxtra.c 1.11:
1876: - bugfix.
1877:
1878: 2009-05-16 misha
1879: * tests/results/022.processed 1.6:
1880: * tests/results/212.processed 1.1:
1881: * tests/results/212.processed 1.2:
1882: *** empty log message ***
1883:
1884: * tests/212.html 1.2:
1885: - .size[] and .study_size[] were added to tests
1886:
1887: * operators.txt 1.214:
1888: - info about regex class was added
1889:
1890: * tests/212.html 1.1:
1891: - tests for regex class were added
1892:
1893: * buildall-with-xml 1.27:
1894: * buildall-without-xml 1.17:
1895: - moving from gc6.8 to gc7.1
1896:
1897: 2009-05-15 misha
1898: * tests/022.html 1.5:
1899: - test for ^file:list[path;] (empty second param) was added
1900:
1901: * src/classes/file.C 1.191:
1902: - bugfix: ^file:list[path;] [empty second param) should work
1903:
1904: * Makefile.am 1.64:
1905: * Makefile.am 1.65:
1906: * Makefile.in 1.79:
1907: * Makefile.in 1.80:
1908: * acinclude.m4 1.50:
1909: * acinclude.m4 1.51:
1910: * aclocal.m4 1.53:
1911: * aclocal.m4 1.54:
1912: * acsite.m4 1.28:
1913: * acsite.m4 1.29:
1914: * configure 1.106:
1915: * configure 1.107:
1916: * configure.in 1.113:
1917: * configure.in 1.114:
1918: * src/include/pa_config_auto.h.in 1.45:
1919: * tests/results/210.processed 1.1:
1920: * tests/results/211.processed 1.1:
1921: *** empty log message ***
1922:
1923: * src/classes/table.C 1.257:
1924: - automatically disable stringstream usage on freebsd4
1925:
1926: * src/lib/cord/cordxtra.c 1.10:
1927: - var decl should be at the beginning of scope
1928:
1929: * tests/211.html 1.1:
1930: - test with different types of access to hash was added
1931:
1932: * tests/210.html 1.1:
1933: - test which checks for loosing tainting in hash's keys was
1934: added
1935:
1936: * tests/208.html 1.3:
1937: - some parser work added. or stime == 0 %-)
1938:
1939: * src/lib/cord/cordbscs.c 1.7:
1940: - little hack was added to cord
1941:
1942: * src/lib/cord/cordxtra.c 1.9:
1943: - cacheing of cord chars was added
1944:
1945: * configure.in 1.112:
1946: * src/include/pa_version.h 1.36:
1947: - moko have made a lot of optimisations for increacing version
1948: number more dramatically :)
1949:
1950: * src/classes/date.C 1.85:
1951: - little refactoring: use constructor which accepts formated
1952: string
1953:
1954: * src/include/pa_string.h 1.185:
1955: * src/main/pa_string.C 1.226:
1956: - String constructor which can print formatted string was added
1957:
1958: 2009-05-14 misha
1959: * src/include/pa_string.h 1.184:
1960: - type was fixed
1961:
1962: * src/classes/hashfile.C 1.46:
1963: * src/classes/op.C 1.187:
1964: * src/include/pa_cache_managers.h 1.19:
1965: * src/include/pa_charset.h 1.42:
1966: * src/include/pa_charsets.h 1.14:
1967: * src/include/pa_common.h 1.130:
1968: * src/include/pa_hash.h 1.74:
1969: * src/include/pa_request.h 1.193:
1970: * src/include/pa_sql_driver_manager.h 1.35:
1971: * src/include/pa_string.h 1.183:
1972: * src/include/pa_stylesheet_manager.h 1.23:
1973: * src/include/pa_table.h 1.63:
1974: * src/include/pa_xml_io.h 1.5:
1975: * src/main/pa_charset.C 1.76:
1976: * src/main/pa_charsets.C 1.18:
1977: * src/main/pa_string.C 1.225:
1978: * src/main/pa_stylesheet_connection.C 1.6:
1979: * src/types/pa_value.h 1.131:
1980: * src/types/pa_vmethod_frame.C 1.15:
1981: * src/types/pa_vmethod_frame.h 1.81:
1982: * src/types/pa_vobject.C 1.28:
1983: * src/types/pa_vstateless_class.C 1.41:
1984: * src/types/pa_vstateless_class.h 1.63:
1985: - hash_code caching was implemented (seaches should be faster
1986: now)
1987:
1988: * src/classes/file.C 1.190:
1989: * src/classes/hash.C 1.93:
1990: * src/classes/image.C 1.123:
1991: * src/classes/string.C 1.180:
1992: * src/classes/table.C 1.256:
1993: * src/include/pa_string.h 1.182:
1994: * src/main/pa_charset.C 1.75:
1995: * src/main/pa_http.C 1.25:
1996: * src/main/pa_request.C 1.302:
1997: * src/types/pa_vconsole.h 1.16:
1998: * src/types/pa_vcookie.C 1.78:
1999: * src/types/pa_venv.C 1.9:
2000: * src/types/pa_vform.C 1.95:
2001: * src/types/pa_vhashfile.C 1.59:
2002: * src/types/pa_vregex.C 1.4:
2003: * src/types/pa_vrequest.C 1.45:
2004: - String constructors don't have that stupid true/false param
2005: which means 'tainted'. they accept lang instead.
2006:
2007: * src/types/pa_vmethod_frame.h 1.80:
2008: - bugfix: taint/untaint didn't work with OPTIMIZE_RESULT
2009:
2010: * src/types/pa_method.h 1.15:
2011: * src/types/pa_vstateless_class.C 1.40:
2012: - less warnings wher OPTIMIZE_RESULT and OPTIMIZE_CALL not
2013: defined
2014:
2015: 2009-05-13 misha
2016: * src/classes/date.C 1.84:
2017: * src/classes/file.C 1.188:
2018: * src/classes/hash.C 1.92:
2019: * src/classes/image.C 1.122:
2020: * src/classes/string.C 1.179:
2021: * src/classes/table.C 1.253:
2022: * src/classes/xdoc.C 1.158:
2023: * src/include/pa_string.h 1.181:
2024: * src/main/execute.C 1.333:
2025: * src/main/pa_charset.C 1.73:
2026: * src/main/pa_common.C 1.244:
2027: * src/main/pa_request.C 1.301:
2028: * src/main/pa_string.C 1.224:
2029: * src/types/pa_method.h 1.14:
2030: * src/types/pa_vcookie.C 1.77:
2031: * src/types/pa_vdouble.h 1.54:
2032: * src/types/pa_venv.C 1.8:
2033: * src/types/pa_vhashfile.C 1.58:
2034: * src/types/pa_vint.h 1.46:
2035: * src/types/pa_vmethod_frame.C 1.14:
2036: * src/types/pa_vmethod_frame.h 1.79:
2037: * src/types/pa_vregex.C 1.2:
2038: * src/types/pa_vregex.h 1.4:
2039: * src/types/pa_vrequest.C 1.43:
2040: * src/types/pa_vstateless_class.C 1.39:
2041: - result optimisation
2042: - helper_length parameter removed from string constructors
2043:
2044: 2009-05-11 misha
2045: * tests/208.html 1.2:
2046: * tests/results/206.processed 1.1:
2047: * tests/results/207.processed 1.1:
2048: * tests/results/208.processed 1.1:
2049: * tests/results/209.processed 1.1:
2050: *** empty log message ***
2051:
2052: * tests/209.html 1.1:
2053: - tests for ^hash::create[hash] were added
2054:
2055: * tests/208.html 1.1:
2056: - tests for $status:rusage, $status:memory, ^memory:compact[]
2057: were added
2058:
2059: * tests/207.html 1.1:
2060: -tests for abs, sign, trunc, frac, exp, log, log10 were added
2061:
2062: * tests/206.html 1.1:
2063: - test for try with finally was added
2064:
2065: 2009-05-10 misha
2066: * tests/results/014.processed 1.5:
2067: * tests/results/030.processed 1.5:
2068: * tests/results/038.processed 1.5:
2069: * tests/results/063.processed 1.5:
2070: * tests/results/065.processed 1.5:
2071: * tests/results/141.processed 1.6:
2072: * tests/results/185.processed 1.4:
2073: * tests/results/200.processed 1.1:
2074: * tests/results/201.processed 1.1:
2075: * tests/results/202.processed 1.1:
2076: * tests/results/203.processed 1.1:
2077: * tests/results/204.processed 1.1:
2078: * tests/results/205.processed 1.1:
2079: *** empty log message ***
2080:
2081: * tests/205.html 1.1:
2082: - test for ^file::create[...] was added
2083:
2084: * tests/204.html 1.1:
2085: - test for ^response:clear[] was added
2086:
2087: * tests/038.html 1.3:
2088: - tests for trigonometric functions were added
2089:
2090: * tests/014.html 1.3:
2091: - tests for ^hash.containts and ^hash.delete were added
2092: - more tests for .add, .sub, .union, .intersects and .intersections
2093:
2094: * tests/065.html 1.3:
2095: - test for ^file:dirname was added
2096:
2097: * tests/030.html 1.3:
2098: - test for $cookie:fields was added
2099:
2100: * tests/203.html 1.1:
2101: - test for ^h._keys[column name] was added
2102:
2103: * tests/201.html 1.1:
2104: - tests for .trim were added
2105:
2106: * tests/202.html 1.1:
2107: - tests for last-day, date:calendar[type](YYYY;MM;DD) were added
2108:
2109: * tests/200.html 1.1:
2110: - tests for .sort(), .sort{}, .flip[] and .offset[type](N) were
2111: added
2112:
2113: * tests/185.html 1.5:
2114: - more tests for .left(N), .right(N), .min(N;M) and .pos[c](N)
2115: were added
2116:
2117: * tests/141.html 1.3:
2118: - test for math:sha1 was added
2119:
2120: * tests/063.html 1.3:
2121: - tests for .mod(N), .inc[] & .dec[] were added
2122:
2123: 2009-05-09 misha
2124: * src/main/compile.tab.C 1.130:
2125: *** empty log message ***
2126:
2127: * src/main/compile.y 1.237:
2128: - rollback
2129:
2130: 2009-05-05 misha
2131: * src/classes/file.C 1.187:
2132: * src/classes/hash.C 1.91:
2133: * src/classes/hashfile.C 1.45:
2134: * src/classes/op.C 1.186:
2135: * src/classes/table.C 1.251:
2136: * src/classes/table.C 1.252:
2137: * src/include/pa_string.h 1.180:
2138: * src/main/pa_charset.C 1.72:
2139: * src/main/pa_exception.C 1.49:
2140: * src/main/pa_exec.C 1.73:
2141: - little optimisation: somewhere length() was replaced by
2142: is_empty()
2143:
2144: 2009-05-04 misha
2145: * src/classes/hash.C 1.90:
2146: * src/classes/op.C 1.185:
2147: * src/classes/table.C 1.250:
2148: * src/include/pa_request.h 1.192:
2149: * src/main/execute.C 1.332:
2150: * src/types/pa_method.h 1.13:
2151: * src/types/pa_vstateless_class.C 1.38:
2152: * src/types/pa_vstateless_class.h 1.62:
2153: - more optimisations were added: some operators don't switch
2154: write context anylonger
2155:
2156: 2009-05-01 misha
2157: * src/main/compile.tab.C 1.129:
2158: *** empty log message ***
2159:
2160: * src/main/compile.y 1.236:
2161: - slightly more opcode optimisations for WITH_WRITE + VALUE +
2162: GET_ELEMENT -> OP_VALUE__GET_ELEMENT
2163:
2164: * src/main/execute.C 1.331:
2165: - simplifying process for getters
2166:
2167: 2009-04-30 misha
2168: * tests/198.html 1.2:
2169: * tests/199.html 1.2:
2170: - new line fixes (should be 0x0A)
2171:
2172: * tests/results/198.processed 1.2:
2173: * tests/results/199.processed 1.2:
2174: *** empty log message ***
2175:
2176: * tests/199.html 1.1:
2177: * tests/results/199.processed 1.1:
2178: - test for checking $result into ^rem was added
2179:
2180: * tests/022.html 1.4:
2181: * tests/096.html 1.4:
2182: - þsort after :list was asses (on some OS it returns list in
2183: different order)
2184:
2185: * src/include/pa_array.h 1.77:
2186: * src/include/pa_array.h 1.78:
2187: * src/include/pa_request.h 1.191:
2188: * src/include/pa_stack.h 1.26:
2189: * src/main/execute.C 1.330:
2190: * src/types/pa_vmethod_frame.h 1.78:
2191: - changes in stack impl
2192: - get_element() optimisation: 3rd param removed
2193: - bugfix: problems with reading empty input param
2194: - defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
2195:
2196: * tests/198.html 1.1:
2197: * tests/results/198.processed 1.1:
2198: - test for reading empty local var was added
2199:
2200: 2009-04-29 misha
2201: * src/main/compile.tab.C 1.127:
2202: * src/main/compile.tab.C 1.128:
2203: *** empty log message ***
2204:
2205: * src/main/compile.y 1.235:
2206: - bugfix: couldn't compile because OP_VALUE__GET_ELEMENT should
2207: be unde #ifdef
2208:
2209: * src/include/pa_array.h 1.76:
2210: * src/include/pa_opcode.h 1.31:
2211: * src/include/pa_request.h 1.190:
2212: * src/main/compile.y 1.234:
2213: * src/main/execute.C 1.329:
2214: * src/main/pa_request.C 1.300:
2215: * src/types/pa_vmethod_frame.C 1.13:
2216: * src/types/pa_vmethod_frame.h 1.77:
2217: - we can work without opcode OP_STORE_PARAM, so it was removed
2218:
2219: 2009-04-28 misha
2220: * src/main/compile.tab.C 1.126:
2221: *** empty log message ***
2222:
2223: * src/include/pa_opcode.h 1.30:
2224: * src/main/compile.y 1.233:
2225: * src/main/execute.C 1.328:
2226: - op-codes optimisation:
2227: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS
2228: 2. WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
2229: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
2230: 4. WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
2231:
2232: * src/main/compile_tools.h 1.84:
2233: - new stuff for op-codes optimisation
2234:
2235: * src/classes/string.C 1.178:
2236: * src/main/pa_string.C 1.223:
2237: - !length() => is_empty()
2238:
2239: 2009-04-27 misha
2240: * src/types/pa_vregex.h 1.3:
2241: - back explicit vars initialisation
2242:
2243: 2009-04-24 misha
2244: * src/classes/string.C 1.177:
2245: - ups. typo fixed
2246:
2247: * src/main/execute.C 1.327:
2248: - more replacements '*new VBool' to 'VBool::get'
2249: - checks for ^break[], ^continue[] and parser.interrupted were optimised
2250:
2251: * src/classes/string.C 1.176:
2252: - number of params.count() calls was slightly reduced
2253:
2254: 2009-04-23 misha
2255: * src/classes/image.C [release_3_3_0] 1.119.2.1:
2256: * src/include/pa_string.h [release_3_3_0] 1.174.2.1:
2257: * src/main/pa_charset.C [release_3_3_0] 1.66.2.1:
2258: - make it x64 friendly
2259:
2260: 2009-04-22 misha
2261: * src/classes/image.C 1.121:
2262: * src/include/pa_string.h 1.179:
2263: * src/main/pa_charset.C 1.71:
2264: - parser is x64 friendly now
2265:
2266: * src/types/pa_vhashfile.C 1.57:
2267: - coder friendly exception about exceeding record size was added
2268:
2269: * src/classes/Makefile.in 1.67:
2270: * src/types/Makefile.in 1.66:
2271: *** empty log message ***
2272:
2273: * src/classes/file.C 1.184:
2274: * src/classes/file.C 1.185:
2275: * src/classes/string.C 1.174:
2276: * src/include/pa_string.h 1.178:
2277: * src/main/pa_string.C 1.222:
2278: - use vregex object instead of direct calls methods from pcre
2279: lib
2280:
2281: * src/classes/Makefile.am 1.53:
2282: * src/classes/classes.vcproj 1.19:
2283: * src/classes/regex.C 1.1:
2284: - class regex was added
2285:
2286: * src/include/pa_common.h 1.129:
2287: * src/main/pa_common.C 1.243:
2288: - method print_pcre_exec_error_text was moved to class vregex
2289:
2290: * src/types/Makefile.am 1.44:
2291: * src/types/pa_vregex.C 1.1:
2292: * src/types/pa_vregex.h 1.1:
2293: * src/types/types.vcproj 1.22:
2294: - class vregex was added
2295:
2296: 2009-04-21 misha
2297: * buildall-with-xml 1.26:
2298: * buildall-without-xml 1.16:
2299: - pcre 7.8 -> pcre 7.9
2300:
2301: * src/classes/op.C 1.184:
2302: * src/main/execute.C 1.326:
2303: * src/types/pa_junction.h 1.9:
2304: * src/types/pa_value.C 1.26:
2305: * src/types/pa_vjunction.C 1.6:
2306: * src/types/pa_vjunction.h 1.28:
2307: * src/types/pa_wcontext.C 1.35:
2308: * src/types/pa_wcontext.h 1.52:
2309: - junction-optimisation (destructors)
2310:
2311: * src/include/pa_array.h 1.75:
2312: - free under if now
2313:
2314: 2009-04-18 misha
2315: * src/main/untaint.C 1.146:
2316: - ^taint[js] now escapes \x0D as well
2317:
2318: * Makefile.am 1.62:
2319: * Makefile.am 1.63:
2320: * Makefile.in 1.77:
2321: * Makefile.in 1.78:
2322: * acinclude.m4 1.48:
2323: * acinclude.m4 1.49:
2324: * aclocal.m4 1.51:
2325: * aclocal.m4 1.52:
2326: * acsite.m4 1.26:
2327: * acsite.m4 1.27:
2328: * configure 1.104:
2329: * configure 1.105:
2330: * configure.in 1.110:
2331: * configure.in 1.111:
2332: *** empty log message ***
2333:
2334: * src/include/pa_version.h 1.35:
2335:
2336: :q
2337: :
2338:
2339: CV: ----------------------------------------------------------------------
2340:
2341: * src/types/pa_vjunction.h 1.27:
2342: * src/types/pa_vstateless_class.C 1.37:
2343: - little refactoring
2344:
2345: * src/include/pa_array.h 1.74:
2346: * src/include/pa_hash.h 1.73:
2347: * src/types/pa_vmethod_frame.h 1.76:
2348: - destructors under #ifdef now
2349:
2350: * src/include/pa_memory.h 1.17:
2351: - define for using destructors was added
2352:
2353: 2009-04-17 misha
2354: * src/main/execute.C 1.325:
2355: * src/types/pa_method.h 1.12:
2356: * src/types/pa_vstateless_class.C 1.36:
2357: - some junctions will be cached now
2358:
2359: * src/include/pa_hash.h 1.72:
2360: - hash destructor frees pairs now
2361:
2362: * src/include/pa_array.h 1.73:
2363: - inline was added to destructor
2364:
2365: * src/types/pa_method.h 1.11:
2366: - comment was changed
2367:
2368: * src/include/pa_array.h 1.72:
2369: * src/include/pa_hash.h 1.71:
2370: * src/types/pa_vmethod_frame.h 1.75:
2371: - destructors were added
2372:
2373: * src/main/compile.tab.C 1.124:
2374: * src/main/compile.tab.C 1.125:
2375: *** empty log message ***
2376:
2377: * src/types/pa_method.h 1.10:
2378: * src/types/pa_vmethod_frame.h 1.74:
2379: - write_to_result renamed to always_use_result
2380:
2381: * src/main/compile.y 1.232:
2382: * src/main/compile_tools.h 1.83:
2383: - rollback changes in compiler: full backward compatibility is
2384: better
2385:
2386: * src/types/pa_vmethod_frame.h 1.73:
2387: - set flag write_to_result if find result in var's hash
2388:
2389: * src/types/pa_vmethod_frame.C 1.12:
2390: * src/types/pa_vmethod_frame.h 1.72:
2391: - optimisation in method_frame
2392:
2393: * src/include/pa_array.h 1.71:
2394: - optimisation in array (allocate elements only when needed)
2395:
2396: * src/types/pa_vresponse.C 1.28:
2397: - check for $response:headers field before looking at custom
2398: fields
2399:
2400: * src/types/pa_vmethod_frame.h 1.71:
2401: - if flag write_to_result was set, not needed to check existance
2402: var with name 'result' in var's hash
2403:
2404: * src/main/compile.y 1.231:
2405: - compiler was changed: now it detects writings to $result and
2406: set flag writo_to_result in method
2407:
2408: * src/classes/string.C 1.173:
2409: - little optimisation: no needed to write number with lang
2410:
2411: * src/main/pa_charset.C 1.70:
2412: - methods readChar and skipChar which is used for read utf8-strings were renamed
2413: - is_escaped was renamed to isEscaped (to the same name convention)
2414:
2415: * src/main/compile_tools.h 1.82:
2416: * src/types/pa_method.h 1.9:
2417: - flag write_to_result added. compiler get this info from code.
2418:
2419: 2009-04-16 misha
2420: * src/types/pa_vmethod_frame.h 1.70:
2421: * src/types/pa_wcontext.h 1.51:
2422: - create new String only before 1st write
2423:
2424: * src/include/pa_string.h 1.177:
2425: - not needed template removed
2426:
2427: * src/classes/bool.C 1.2:
2428: * src/classes/double.C 1.62:
2429: * src/classes/hash.C 1.89:
2430: * src/classes/int.C 1.58:
2431: * src/classes/string.C 1.172:
2432: * src/classes/table.C 1.249:
2433: * src/classes/void.C 1.42:
2434: * src/classes/xnode.C 1.83:
2435: * src/main/pa_request.C 1.299:
2436: * src/types/pa_vbool.h 1.31:
2437: * src/types/pa_vfile.h 1.62:
2438: * src/types/pa_vimage.C 1.37:
2439: * src/types/pa_vjunction.C 1.5:
2440: * src/types/pa_vproperty.C 1.2:
2441: * src/types/pa_vstateless_class.C 1.35:
2442: * src/types/pa_vxdoc.C 1.35:
2443: * src/types/pa_vxnode.C 1.50:
2444: - bool optimisation (use only 2 bool objects)
2445:
2446: 2009-04-15 misha
2447: * src/lib/cord/cordxtra.c 1.8:
2448: - more optimisation
2449:
2450: * src/include/pa_string.h 1.176:
2451: * src/main/untaint.C 1.145:
2452: - String::append optimisation
2453:
2454: * src/include/pa_hash.h 1.70:
2455: - get_by_hash_code added (it works faster then get and can
2456: sometime be used)
2457:
2458: * src/main/pa_string.C 1.220:
2459: - String::length optimisation
2460:
2461: * src/main/pa_charset.C 1.69:
2462: - rollback changeing readChar to skipChar. these methods read
2463: different strings
2464:
2465: * src/types/pa_vmethod_frame.C 1.11:
2466: * src/types/pa_vmethod_frame.h 1.69:
2467: - fresult_initial_void removed + some optimisation
2468: - if $result defined we don't write to context anymore
2469:
2470: * src/main/pa_charset.C 1.68:
2471: - readChar => skipChar (in this place we need just skip char)
2472:
2473: * src/classes/table.C 1.248:
2474: * src/main/execute.C 1.324:
2475: * src/types/pa_vmethod_frame.C 1.10:
2476: * src/types/pa_vmethod_frame.h 1.68:
2477: * src/types/pa_vrequest.C 1.42:
2478: * src/types/pa_vtable.C 1.28:
2479: - VVoid::get() => new VVoid (one void-instance)
2480:
2481: * src/types/pa_vvoid.h 1.29:
2482: - added get() method for retreave one instance
2483:
2484: 2009-04-11 misha
2485: * tests/results/196.processed 1.1:
2486: * tests/results/197.processed 1.1:
2487: *** empty log message ***
2488:
2489: * tests/196.html 1.1:
2490: - tests for $cookie:CLASS_NAME & Co were added
2491:
2492: * tests/197.html 1.1:
2493: - test for parser://test in xml was added
2494:
2495: * src/classes/string.C 1.171:
2496: * src/types/pa_vconsole.h 1.15:
2497: * src/types/pa_venv.C 1.6:
2498: * src/types/pa_venv.h 1.36:
2499: - small optimisation
2500:
2501: 2009-04-10 misha
2502: * buildall-with-xml 1.25:
2503: * buildall-without-xml 1.15:
2504: - moving from pcre-7.7 to pcre-7.8
2505:
2506: * src/classes/image.C 1.120:
2507: * src/classes/inet.C 1.3:
2508: * src/classes/string.C 1.170:
2509: * src/classes/xdoc.C 1.157:
2510: * src/classes/xnode.C 1.82:
2511: * src/types/pa_vclass.C 1.37:
2512: * src/types/pa_vdate.h 1.48:
2513: * src/types/pa_vmail.C 1.84:
2514: - normalizing todo-comments: '@todo' now
2515:
2516: * src/types/pa_vcookie.C 1.76:
2517: * src/types/pa_vcookie.h 1.34:
2518: - $cookie:CLASS_NAME was added
2519:
2520: * src/types/pa_vrequest.C 1.41:
2521: * src/types/pa_vrequest.h 1.36:
2522: - $request:CLASS and $request:CLASS_NAME were added
2523:
2524: * src/types/pa_vconsole.h 1.14:
2525: - $console:CLASS and $console:CLASS_NAME were added
2526:
2527: * src/types/pa_venv.C 1.5:
2528: * src/types/pa_venv.h 1.35:
2529: - $env:CLASS and $env:CLASS_NAME were added
2530:
2531: * src/targets/cgi/parser3.C 1.250:
2532: - size_t -> int for calming down compirer
2533:
2534: * src/main/pa_string.C 1.219:
2535: - little code cleanup
2536:
2537: * src/main/pa_common.C 1.242:
2538: - describe one more UTF-8 related error during PCRE compile/
2539: execute
2540:
2541: * src/types/pa_vmath.C 1.9:
2542: * src/types/pa_vmath.h 1.19:
2543: - $math:E was added
2544:
2545: * src/main/pa_charset.C 1.67:
2546: - type changed for making compiler happy
2547:
2548: 2009-03-09 misha
2549: * src/targets/cgi/parser3.C 1.249:
2550: make g++ happy with the type of argc in main()
2551:
2552: 2009-02-01 misha
2553: * src/main/pa_http.C 1.24:
2554: - bugfix: double CRLF before the end of boundary
2555:
1.77 misha 2556: 2009-01-29 misha
2557: * Makefile.am 1.61:
2558: * Makefile.in 1.76:
2559: * acinclude.m4 1.47:
2560: * aclocal.m4 1.50:
2561: * acsite.m4 1.25:
2562: * configure 1.103:
2563: * configure.in 1.109:
2564: * src/include/Makefile.in 1.23:
2565: * src/main/Makefile.in 1.63:
2566: *** empty log message ***
2567:
2568: 2009-01-25 misha
2569: * tests/results/194.processed 1.1:
2570: =no message
2571:
2572: * tests/194.html 1.1:
2573: * tests/194_dir/194.p 1.1:
2574: - test for @GET[] was added
2575:
2576: * src/classes/file.C 1.183:
2577: - more changes for parsing different number of params for file::
2578: load
2579:
2580: * tests/193.html 1.1:
2581: - tests for exception while base64-decode binary to string was
2582: added
2583:
2584: * tests/192.html 1.1:
2585: - tests for file::load with different number of options
2586:
2587: * src/classes/math.C 1.56:
2588: - ups. forgot '+1'
2589:
2590: * src/classes/file.C 1.182:
2591: * src/classes/table.C 1.247:
2592: * src/include/pa_common.h 1.128:
2593: * src/include/pa_http.h 1.4:
2594: * src/main/pa_common.C 1.241:
2595: * src/main/pa_http.C 1.22:
2596: * src/main/pa_xml_io.C 1.23:
2597: - ^file::load[...;http://...;] now can post files (new option $.encode[multipart-form/data] should
2598: be specified)
2599: - $.method[] option for file::load now is not case-sensitive
2600:
2601: * src/include/pa_string.h 1.175:
2602: * src/main/untaint.C 1.144:
2603: - for file post the new taint language L_FILE_POST was added
2604:
2605: * src/classes/math.C 1.55:
2606: * src/include/Makefile.am 1.11:
2607: * src/include/pa_random.h 1.1:
2608: * src/main/Makefile.am 1.48:
2609: * src/main/main.vcproj 1.23:
2610: * src/main/pa_random.C 1.1:
2611: - some stuff was moved to separate files
2612:
2613: 2009-01-23 misha
2614: * src/classes/math.C 1.54:
2615: - little optimisation in ^math:sha1[]
2616: - spaces to tabs were converted
2617:
2618: 2009-01-12 misha
2619: * src/main/pa_http.C 1.21:
2620: - value of $.method[] option force uppercased now
2621:
2622: * src/classes/file.C 1.181:
2623: * src/include/pa_common.h 1.127:
2624: * src/main/pa_http.C 1.20:
2625: * src/targets/apache13core/mod_parser3_core.C 1.12:
2626: * src/targets/cgi/parser3.C 1.248:
2627: * src/targets/isapi/parser3isapi.C 1.100:
2628: * src/types/pa_vform.C 1.94:
2629: * src/types/pa_vmail.C 1.83:
2630: - some constants changed their names
2631:
2632: * src/main/pa_common.C 1.240:
2633: - changes in formating
2634:
2635: * src/include/pa_http.h 1.3:
2636: - some spaces were converted to tabs
2637:
2638: * src/classes/file.C 1.180:
2639: - fixed 4-th paramether for file::load
2640: - little code rewriting
2641:
2642: * src/types/pa_vfile.C 1.42:
2643: - little code rewriting
2644:
2645: * src/main/pa_common.C 1.239:
2646: * src/main/pa_http.C 1.19:
2647: * src/main/untaint.C 1.143:
2648: * src/types/pa_value.h 1.130:
2649: - some formating changes
2650:
2651: * src/include/pa_common.h 1.126:
2652: - some formating spaces transformed to tabs
2653:
2654: * src/classes/string.C 1.169:
2655: - exception while base64-decode binary to a string
2656:
2657: 2009-01-11 misha
2658: * configure.in 1.107:
2659: - version changed to 3.3.1b
2660:
2661: 2008-09-05 misha
2662: * Makefile.am 1.59:
2663: * Makefile.am 1.60:
2664: * Makefile.am [release_3_3_0] 1.58.2.2:
2665: * Makefile.in 1.74:
2666: * Makefile.in 1.75:
2667: * Makefile.in [release_3_3_0] 1.73.2.2:
2668: * acinclude.m4 1.45:
2669: * acinclude.m4 1.46:
2670: * acinclude.m4 [release_3_3_0] 1.44.2.2:
2671: * aclocal.m4 1.48:
2672: * aclocal.m4 1.49:
2673: * aclocal.m4 [release_3_3_0] 1.47.2.2:
2674: * acsite.m4 1.23:
2675: * acsite.m4 1.24:
2676: * acsite.m4 [release_3_3_0] 1.22.2.2:
2677: * configure 1.101:
2678: * configure 1.102:
2679: * configure [release_3_3_0] 1.100.2.2:
2680: * configure.in 1.105:
2681: * configure.in 1.106:
2682: * configure.in [release_3_3_0] 1.104.2.2:
2683: * src/lib/Makefile.am 1.10:
2684: * src/lib/Makefile.am [release_3_3_0] 1.9.2.1:
2685: * src/lib/Makefile.in 1.18:
2686: * src/lib/Makefile.in [release_3_3_0] 1.17.2.1:
2687: * src/lib/pcre/Makefile.am 1.4:
2688: * src/lib/pcre/Makefile.am [release_3_3_0] 1.4.2.2:
2689: * src/lib/pcre/Makefile.in 1.15:
2690: * src/lib/pcre/Makefile.in [release_3_3_0] 1.15.2.2:
2691: *** empty log message ***
2692:
2693: * src/lib/pcre/Makefile.in [release_3_3_0] 1.15.2.1:
2694: file Makefile.in was added on branch release_3_3_0 on 2008-09-05
2695: 10:59:35 +0000
2696:
2697: * src/lib/pcre/Makefile.am [release_3_3_0] 1.4.2.1:
2698: file Makefile.am was added on branch release_3_3_0 on 2008-09-05
2699: 10:59:35 +0000
2700:
2701: 2008-09-04 misha
2702: * Makefile.am [release_3_3_0] 1.58.2.1:
2703: * Makefile.in [release_3_3_0] 1.73.2.1:
2704: * acinclude.m4 [release_3_3_0] 1.44.2.1:
2705: * aclocal.m4 [release_3_3_0] 1.47.2.1:
2706: * acsite.m4 [release_3_3_0] 1.22.2.1:
2707: * configure [release_3_3_0] 1.100.2.1:
2708: * configure.in [release_3_3_0] 1.104.2.1:
2709: *** empty log message ***
2710:
2711: * src/include/pa_version.h [release_3_3_0] 1.33.2.1:
2712: =no message
2713:
2714: * tests/130.html 1.3:
2715: * tests/131.html 1.3:
2716: - these exceptions not typeless anymore
2717:
2718: * src/classes/op.C 1.183:
2719: - exception with 'invalid taint language' not typeless anylonger
2720:
2721: * src/classes/image.C 1.119:
2722: - some exceptions while operations with image not typeless
2723: anymore
2724:
2725: * src/classes/file.C 1.179:
2726: * src/main/pa_common.C 1.238:
2727: * src/main/pa_exec.C 1.72:
2728: * src/main/pa_http.C 1.18:
2729: * src/types/pa_vhashfile.C 1.56:
2730: - some exceptions while operations with files not typeless
2731: anymore
2732:
2733: * src/classes/date.C 1.83:
2734: * src/types/pa_value.C 1.25:
2735: * src/types/pa_vcookie.C 1.75:
2736: * src/types/pa_vdate.h 1.47:
2737: - exceptions while checking date range not typeless anymore
2738:
2739: * src/include/pa_exception.h 1.54:
2740: - exception type string for invalid date range was added
2741:
2742: 2008-09-03 misha
2743: * src/classes/file.C 1.178:
2744: * src/main/pa_string.C 1.218:
2745: - exception while pce operations not typeless anymore
2746:
2747: * src/include/pa_exception.h 1.53:
2748: - exception type for pce operations was added
2749:
2750: * tests/191.html 1.1:
2751: * tests/191_a.p 1.1:
2752: * tests/191_b.p 1.1:
2753: - tests for calling .CLASS and .CLASS_NAME insite classes
2754:
2755: * src/classes/table.C 1.246:
2756: - don't save table header whiile ^table.save[append;filename] if
2757: file exists
2758:
2759: 2008-09-03 misha
2760: * src/classes/file.C 1.178:
2761: * src/main/pa_string.C 1.218:
2762: - exception while pce operations not typeless anymore
2763:
2764: * src/include/pa_exception.h 1.53:
2765: - exception type for pce operations was added
2766:
2767: * tests/191.html 1.1:
2768: * tests/191_a.p 1.1:
2769: * tests/191_b.p 1.1:
2770: - tests for calling .CLASS and .CLASS_NAME insite classes
2771:
2772: * src/classes/table.C 1.246:
2773: - don't save table header whiile ^table.save[append;filename] if
2774: file exists
2775:
2776: 2008-09-02 misha
2777: * src/main/compile.tab.C 1.123:
2778: * src/main/compile.y 1.230:
2779: * src/main/compile_tools.h 1.81:
2780: * src/types/pa_vstateless_class.h 1.61:
2781: * tests/182_dir/a1.p 1.2:
2782: * tests/182_dir/a2.p 1.2:
2783: - append option was renamed to partial and it login changed: we
2784: must mark class as partial for allow their modifications in
2785: future.
2786:
2787: 2008-08-29 misha
2788: * tests/022.html 1.3:
2789: * tests/results/022.processed 1.5:
2790: - testing taint[regex] in mask for file:list
2791:
2792: * tests/022_dir/b[b].txt 1.1:
2793: - file for testing taint[regex] in mask for file:list was added
2794:
2795: * src/classes/file.C 1.177:
2796: - bugfix: ^taint[regex][] didn't works in file:list
2797:
2798: 2008-08-26 misha
2799: * src/types/pa_vobject.C 1.27:
2800: - we must get .CLASS and .CLASS_NAME from last derived object
2801:
2802: * src/classes/image.C 1.118:
2803: - many strings "image.format" replaced by IMAGE_FORMAT constant string
2804: - handle GPS info while parse exif
2805: - understand some more exif tags
2806:
2807: * src/include/pa_exception.h 1.52:
2808: - string "image.format" was added
2809:
2810: 2008-08-21 misha
2811: * src/classes/file.C 1.176:
2812: * src/main/pa_string.C 1.217:
2813: - use method for print pcre_exec text error
2814:
2815: * src/main/pa_common.C 1.237:
2816: - method for print pcre_exec text error was added
2817:
2818: * src/include/pa_common.h 1.125:
2819: - method declaration for print pcre_exec text error was added
2820:
2821: 2008-08-19 misha
2822: * src/main/execute.C 1.323:
2823: - bugfix: opcodes must be in separate namespace while debug
2824: execution as well
2825:
2826: * tests/015.html 1.3:
2827: * tests/results/015.processed 1.5:
2828: - test for escaping some parser chars was added
2829:
2830: 2008-08-18 misha
2831: * tests/190.html 1.1:
2832: * tests/190.p 1.1:
2833: * tests/results/190.processed 1.1:
2834: - test for $caller.self.field + default getter in one class was
2835: added
2836:
2837: * tests/189.html 1.1:
2838: * tests/results/189.processed 1.1:
2839: - test for ^date::create[date object]
2840:
2841: * tests/188.html 1.1:
2842: * tests/results/188.processed 1.1:
2843: - tests for match with UTF-8 strings
2844:
2845: * src/main/pa_string.C 1.216:
2846: - option 'U' (ungreedy) was added to ^string.match[]
2847:
2848: 2008-08-15 misha
2849: * Makefile.am 1.58:
2850: * Makefile.in 1.73:
2851: * acinclude.m4 1.44:
2852: * aclocal.m4 1.47:
2853: * acsite.m4 1.22:
2854: * bin/Makefile.in 1.14:
2855: * configure 1.100:
2856: * configure.in 1.104:
2857: * etc/Makefile.in 1.19:
2858: * etc/parser3.charsets/Makefile.in 1.23:
2859: * src/Makefile.in 1.60:
2860: * src/classes/Makefile.in 1.66:
2861: * src/include/Makefile.in 1.22:
2862: * src/include/pa_version.h 1.32:
2863: * src/lib/Makefile.in 1.17:
2864: * src/lib/cord/Makefile.in 1.8:
2865: * src/lib/cord/include/Makefile.in 1.6:
2866: * src/lib/cord/include/private/Makefile.in 1.6:
2867: * src/lib/gc/Makefile.in 1.6:
2868: * src/lib/gc/include/Makefile.in 1.6:
2869: * src/lib/gd/Makefile.in 1.7:
2870: * src/lib/ltdl/Makefile.in 1.11:
2871: * src/lib/md5/Makefile.in 1.12:
2872: * src/lib/sdbm/Makefile.in 1.5:
2873: * src/lib/sdbm/apr-include/Makefile.in 1.5:
2874: * src/lib/smtp/Makefile.in 1.7:
2875: * src/main/Makefile.in 1.62:
2876: * src/sql/Makefile.in 1.16:
2877: * src/targets/Makefile.in 1.47:
2878: * src/targets/apache13/Makefile.in 1.52:
2879: * src/targets/apache13core/Makefile.in 1.9:
2880: * src/targets/cgi/Makefile.in 1.71:
2881: * src/targets/isapi/Makefile.in 1.17:
2882: * src/types/Makefile.in 1.65:
2883: *** empty log message ***
2884:
2885: * src/lib/pcre/LICENCE 1.2:
2886: * src/lib/pcre/Makefile.am 1.3:
2887: * src/lib/pcre/Makefile.in 1.14:
2888: * src/lib/pcre/README 1.2:
2889: * src/lib/pcre/Tech.Notes 1.2:
2890: * src/lib/pcre/dftables.c 1.2:
2891: * src/lib/pcre/get.c 1.2:
2892: * src/lib/pcre/internal.h 1.2:
2893: * src/lib/pcre/maketables.c 1.3:
2894: * src/lib/pcre/pcre.3 1.2:
2895: * src/lib/pcre/pcre.3.html 1.2:
2896: * src/lib/pcre/pcre.3.txt 1.2:
2897: * src/lib/pcre/pcre.c 1.2:
2898: * src/lib/pcre/pcre.h 1.3:
2899: * src/lib/pcre/pcre.vcproj 1.6:
2900: * src/lib/pcre/pcre_dftables.vcproj 1.7:
2901: * src/lib/pcre/study.c 1.2:
2902: - old PCRE files removed
2903:
2904: * src/lib/pcre/config.h 1.1:
2905: - configuration for PCRE library
2906:
2907: * src/classes/classes.vcproj 1.18:
2908: * src/lib/Makefile.am 1.9:
2909: * src/main/main.vcproj 1.21:
2910: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.13:
2911: * src/targets/cgi/parser3.vcproj 1.16:
2912: * src/targets/isapi/parser3isapi.vcproj 1.12:
2913: * src/types/types.vcproj 1.21:
2914: - use PCRE library from win32\pcre instead of parser3\src\lib\
2915: pcre
2916:
2917: * src/include/pa_charset.h 1.40:
2918: * src/include/pa_config_fixed.h 1.73:
2919: * src/main/pa_charset.C 1.65:
2920: * src/main/pa_globals.C 1.183:
2921: - moved to new PCRE library
2922:
2923: * src/classes/file.C 1.175:
2924: * src/main/pa_string.C 1.215:
2925: - moved to new PCRE library and set flag UTF8 if $request:
2926: charset is UTF-8
2927:
2928: * src/include/pa_opcode.h 1.29:
2929: * src/include/pa_operation.h 1.7:
2930: * src/main/compile.C 1.80:
2931: * src/main/compile.tab.C 1.122:
2932: * src/main/compile.y 1.229:
2933: * src/main/compile_tools.C 1.60:
2934: * src/main/compile_tools.h 1.80:
2935: * src/main/execute.C 1.322:
2936: - opcodes were moved to separate namespace
2937:
2938: 2008-08-14 misha
2939: * src/types/pa_vstateless_class.C 1.34:
2940: - newline at the end missed
2941:
2942: * src/main/untaint.C 1.142:
2943: - char '-' also prefixed by '\' while regex tainting
2944:
2945: 2008-08-11 misha
2946: * tests/187.html 1.1:
2947: * tests/187.p 1.1:
2948: * tests/results/187.processed 1.1:
2949: - tests for $caller.self, $caller.self.field and $
2950: caller.self.field[value] were added
2951:
2952: * src/types/pa_vmethod_frame.h 1.67:
2953: - still need to check 'self' runtime as well (for $caller.self)
2954:
2955: 2008-07-25 misha
2956: * tests/021.html 1.3:
2957: * tests/032.html 1.3:
2958: * tests/033.html 1.3:
2959: * tests/047.html 1.3:
2960: * tests/055.html 1.3:
2961: * tests/059.html 1.4:
2962: * tests/061.html 1.3:
2963: * tests/064.html 1.3:
2964: * tests/067.html 1.3:
2965: * tests/068.html 1.3:
2966: * tests/085.html 1.3:
2967: * tests/086.html 1.3:
2968: * tests/098.html 1.3:
2969: * tests/109.html 1.3:
2970: * tests/121.html 1.3:
2971: - set correct charsets in tests with international characters
2972:
2973: 2008-07-23 misha
2974: * src/main/pa_http.C 1.17:
2975: - escape $cookies as %uXXXX while file::load[...;http://
2976:
2977: * src/classes/file.C 1.174:
2978: * src/main/pa_globals.C 1.182:
2979: * src/main/pa_string.C 1.214:
2980: - pcre now everywhere in separate namespace
2981:
2982: * src/types/pa_vmethod_frame.h 1.66:
2983: - looking for caller before looking for vars
2984:
2985: * src/main/compile.tab.C 1.121:
2986: * src/main/compile.y 1.228:
2987: - characters '@' and '#' now can be escaped by '^'
2988:
2989: 2008-07-22 misha
2990: * src/classes/string.C 1.168:
2991: * tests/186.html 1.3:
2992: - names changes: escape=>js-escape, unescape=>js-unescape
2993:
2994: 2008-07-21 misha
2995: * tests/186.html 1.1:
2996: * tests/results/186.processed 1.1:
2997: - test for string escape/unescape
2998:
2999: * src/classes/string.C 1.167:
3000: - string has escape and unescape methods now
3001:
3002: * src/include/pa_string.h 1.174:
3003: * src/main/pa_string.C 1.213:
3004: - escape method was added
3005:
3006: * src/include/pa_charset.h 1.38:
3007: * src/main/pa_charset.C 1.64:
3008: - more escape method-layers added (with different params)
3009:
3010: 2008-07-18 misha
3011: * tests/results/185.processed 1.3:
3012: - test for ^str.pos[substr](offset) was added
3013:
3014: * tests/185.html 1.4:
3015: - test for ^str.pos[sub](offset) added
3016:
3017: * operators.txt 1.211:
3018: * src/classes/string.C 1.165:
3019: * src/classes/void.C 1.40:
3020: - ^string.pos[substr](offset) -- 2nd param accepted now
3021:
3022: * src/main/pa_string.C 1.212:
3023: - .pos works fine with offset for utf-8 strings
3024:
3025: 2008-07-17 misha
3026: * src/classes/string.C 1.164:
3027: * src/include/pa_string.h 1.172:
3028: * src/main/pa_string.C 1.211:
3029: - helper length added for mid for small optimisation
3030:
3031: 2008-07-16 misha
3032: * tests/185.html 1.1:
3033: * tests/results/185.processed 1.1:
3034: - tests for length/left/right/mid/pos with utf-8 strings
3035:
3036: * src/classes/string.C 1.163:
3037: - left/right/mid/length/pos works fine for utf-8 strings
3038:
3039: * src/include/pa_charset.h 1.37:
3040: * src/include/pa_string.h 1.171:
3041: * src/main/pa_charset.C 1.61:
3042: * src/main/pa_string.C 1.210:
3043: - methods for working with pos/mid for strings in utf-8 were
3044: added
3045:
3046: * src/main/untaint.C 1.141:
3047: - comments removed
3048:
3049: 2008-07-15 misha
3050: * tests/184.html 1.1:
3051: * tests/results/184.processed 1.1:
3052: - test for case body as expression: $var(^switch(1){^case(1)(
3053: true)..})
3054:
3055: * src/classes/op.C 1.182:
3056: - case body can be expression now: $var(^switch(1){^case(1)(true)
3057: ..})
3058:
3059: * tests/183.html 1.1:
3060: * tests/results/183.processed 1.1:
3061: - added test for testing new cookie encoding (%uXXXX)
3062:
3063: * src/main/untaint.C 1.140:
3064: - cookies outputs as %uXXXX now. while decoding for backward
3065: compatibility they decoded from %XX in request:charset too
3066:
3067: * src/main/pa_request.C 1.298:
3068: * src/types/pa_vcookie.C 1.74:
3069: * src/types/pa_vcookie.h 1.33:
3070: - cookie class now decode cookies before first access after last
3071: request:charset changing (as form class).
3072:
3073: * src/main/pa_charset.C 1.60:
3074: - added method escape for escaping cookies as %uXXXX
3075: - before transcode calculate required space for dest string. it reduce mem usage for transcode
3076:
3077: * src/include/pa_charset.h 1.36:
3078: - added method escape for escaping cookies as %uXXXX
3079:
3080: * src/include/pa_string.h 1.170:
3081: - taint lang (internal) L_HTTP_COOKIE was added. will used for
3082: escaping cookies as %uXXXX
3083:
3084: * src/include/pa_common.h 1.124:
3085: - escape method has new option for skip converting '+' to a
3086: space char
3087:
3088: * src/main/pa_common.C 1.236:
3089: * src/main/pa_http.C 1.16:
3090: - skip BOM code before transcode
3091: - escape method has new option for skip converting '+' to a space char
3092:
3093: 2008-07-08 misha
3094: * src/classes/op.C 1.181:
3095: - bugfix in switch
3096: - case "stops" on 1st match (no UE if more then 1 case matches anylonger)
3097: - optimization: doing searching.as_string() || searching.as_double() only once
3098:
3099: 2008-07-04 misha
3100: * src/types/pa_vdate.h 1.46:
3101: - is_evaluated_expr returning true added so now ^date::create[
3102: date object] works
3103:
3104: * src/classes/string.C 1.162:
3105: - left and right added as aliases for start and end in ^
3106: string.trim[]
3107:
3108: 2008-07-03 misha
3109: * src/classes/file.C 1.173:
3110: - allow $.limit for file::sql as well
3111:
3112: * src/classes/file.C 1.172:
3113: - allow $.offset option for file::sql
3114: - force send limit=1 to query for use sql specifics authomatically
3115:
3116: * src/classes/hash.C 1.88:
3117: * src/classes/string.C 1.161:
3118: * src/classes/table.C 1.245:
3119: - don't throw exception if $.limit value if empty. autoconvert
3120: it as everywere
3121:
3122: 2008-07-02 misha
3123: * Makefile.am 1.57:
3124: * Makefile.in 1.72:
3125: * acinclude.m4 1.43:
3126: * aclocal.m4 1.46:
3127: * acsite.m4 1.21:
3128: * configure 1.99:
3129: * configure.in 1.102:
3130: *** empty log message ***
3131:
3132: * configure.in 1.101:
3133: * src/include/pa_version.h 1.31:
3134: - time to change version number to 3.3.0 %-)
3135:
3136: 2008-06-26 misha
3137: * src/classes/file.C 1.171:
3138: * src/classes/hash.C 1.87:
3139: * src/classes/string.C 1.160:
3140: * src/classes/table.C 1.244:
3141: * src/classes/void.C 1.39:
3142: - $.limit(0) fixes
3143:
3144: * src/sql/pa_sql_driver.h 1.45:
3145: - new drivers API and new version (10.0)
3146: - $.limit(0) fixes
3147:
3148: * src/classes/op.C 1.180:
3149: * src/include/pa_sql_connection.h 1.41:
3150: * src/include/pa_sql_driver_manager.h 1.34:
3151: * src/main/pa_sql_driver_manager.C 1.88:
3152: - document_root added
3153:
3154: * src/sql/pa_sql_driver.h 1.44:
3155: - SQL_NO_LIMIT added (preparations to new API)
3156:
3157: * src/main/compile.tab.C 1.120:
3158: - error message was changed
3159:
3160: 2008-06-25 misha
3161: * src/main/compile.y 1.227:
3162: - error message was changed
3163:
3164: 2008-06-24 misha
3165: * tests/176.html 1.3:
3166: * tests/176_dir/a.p 1.2:
3167: * tests/176_dir/d.p 1.2:
3168: * tests/results/176.processed 1.2:
3169: - @OPTION => @OPTIONS
3170:
3171: * tests/182.html 1.1:
3172: * tests/182_dir/a1.p 1.1:
3173: * tests/182_dir/a2.p 1.1:
3174: * tests/182_dir/a3.p 1.1:
3175: - tests for @OPTIONS\nappend
3176:
3177: * src/main/compile.tab.C 1.119:
3178: * src/main/compile.y 1.226:
3179: - stuff for @OPTIONS\nappend
3180:
3181: * src/main/compile_tools.h 1.79:
3182: - new methods for @OPTIONS\nappend
3183:
3184: * src/types/pa_vmethod_frame.h 1.65:
3185: - ALL_VARS_LOCAL_NAME moved fo compile.y
3186:
3187: 2008-06-17 misha
3188: * src/main/compile.tab.C 1.118:
3189: * src/main/compile.y 1.225:
3190: - bugfix in 'def' compilation: ^if(default){true. it's
3191: incorrect. must be exception}
3192:
3193: 2008-06-16 misha
3194: * tests/181.ent 1.1:
3195: * tests/181.html 1.1:
3196: * tests/results/181.processed 1.1:
3197: - test for checking external reference loading with 'http://
3198: localhost' prefix while creating xdoc
3199:
3200: * src/classes/Makefile.in 1.65:
3201: *** empty log message ***
3202:
3203: * tests/180.html 1.2:
3204: - use ^inet:ntoa[] and ^inet:aton[] instead of ^math:long2ip[]
3205: and ^math:ip2long[]
3206:
3207: * src/types/pa_vobject.C 1.26:
3208: * src/types/pa_vobject.h 1.49:
3209: - get_scalar_value method added which use scalar stateless class method when user object used in
3210: scalar context
3211: - use get_scalar_value when user object requested in scalar context
3212:
3213: * src/main/pa_common.C 1.235:
3214: - size must be int but not size_t or we can't compare with 0
3215: sprintf result
3216:
3217: * src/main/execute.C 1.321:
3218: * src/main/pa_request.C 1.297:
3219: * src/types/pa_vmethod_frame.C 1.9:
3220: * src/types/pa_vmethod_frame.h 1.64:
3221: - go back to one VMethodFrame with internal switch between local/
3222: global vars
3223:
3224: * src/types/pa_vclass.C 1.36:
3225: - register scalar if method @GET[] was specified
3226:
3227: * src/types/pa_vstateless_class.C 1.33:
3228: * src/types/pa_vstateless_class.h 1.60:
3229: * src/types/pa_vstateless_object.h 1.38:
3230: - stateless class and object now has private scalar field and
3231: getter/setter for working with it
3232:
3233: * src/classes/math.C 1.53:
3234: - methods math:long2ip & math:ip2long were moved to inet static
3235: class
3236:
3237: * src/classes/Makefile.am 1.51:
3238: * src/classes/classes.vcproj 1.17:
3239: * src/classes/inet.C 1.1:
3240: - inet static class added (^inet:aton[IP], ^inet:ntoa(number))
3241:
3242: * tests/180.html 1.1:
3243: * tests/results/180.processed 1.1:
3244: - tests for ^math:long2ip(long) and ^math:ip2long[IP]
3245:
3246: * src/classes/math.C 1.52:
3247: - ^math:ip2long[IP] added
3248:
3249: 2008-06-11 misha
3250: * src/main/pa_xml_io.C 1.22:
3251: - use file_read_text again because of we need cut BOM code and
3252: remove DOS newline chars. but don't transcode it anyway.
3253:
3254: * src/include/pa_common.h 1.123:
3255: * src/include/pa_http.h 1.2:
3256: * src/main/pa_common.C 1.234:
3257: * src/main/pa_http.C 1.15:
3258: - option for disable transcoding while file_read and
3259: file_read_text added
3260:
3261: 2008-06-10 misha
3262: * tests/179.html 1.1:
3263: * tests/179.p 1.1:
3264: * tests/results/179.processed 1.1:
3265: - test for many classes in 1 file
3266:
3267: * src/main/compile.tab.C 1.117:
3268: * src/main/compile.y 1.224:
3269: - compile return list of classes now. internals.
3270:
3271: * src/main/compile.C 1.79:
3272: * src/main/compile_tools.h 1.78:
3273: - compile return list of classes now.
3274:
3275: * src/main/pa_request.C 1.295:
3276: - compile return list of classes now. try call @conf and @auto
3277: for each returned class
3278:
3279: * src/include/pa_request.h 1.189:
3280: - compile return list of classes now
3281:
3282: * src/types/pa_vstateless_class.h 1.59:
3283: - typedef ArrayClass added (for return list of classes when
3284: compile buf)
3285:
3286: 2008-06-07 misha
3287: * src/main/pa_request.C 1.294:
3288: - constructing VRequest object with 3rd param -- form
3289:
3290: * src/types/pa_vrequest.C 1.40:
3291: * src/types/pa_vrequest.h 1.35:
3292: - constructor acceps 3rd param: form. needed for get
3293: post_charset
3294:
3295: * src/types/pa_vform.C 1.93:
3296: * src/types/pa_vform.h 1.54:
3297: - VForm::get_post_charset() added
3298:
3299: * src/include/pa_common.h 1.122:
3300: * src/main/pa_common.C 1.233:
3301: * src/main/pa_http.C 1.14:
3302: * src/types/pa_vform.C 1.92:
3303: * src/types/pa_vform.h 1.53:
3304: - some polish
3305:
3306: 2008-06-06 misha
3307: * src/types/pa_vform.C 1.91:
3308: * src/types/pa_vform.h 1.52:
3309: - if POST -- try detec charset and decode chars from it but not
3310: from response:charset
3311:
3312: * src/main/pa_http.C 1.13:
3313: - detect_charset moved out of here
3314:
3315: * src/include/pa_common.h 1.121:
3316: * src/main/pa_common.C 1.232:
3317: - more helpers methods moved here
3318: - unescape_chars accepn one charset now
3319:
3320: * src/main/pa_http.C 1.12:
3321: - new constants used
3322: - don't allow $.content-type in ^file::load[;http://;$.method[POST]]
3323: - add charset info while ^file::load[;http://;$.method[POST]]
3324: - option $.omit-post-charset(true) added to ^file::load[;http://] for disabling charset during post
3325:
3326: * src/types/pa_vform.C 1.90:
3327: - new constants used
3328:
3329: * src/include/pa_common.h 1.120:
3330: - some constants were added
3331:
3332: * src/classes/form.C 1.41:
3333: * src/types/pa_vform.C 1.89:
3334: - use StrStartFromNC instead of StrEqNc
3335:
3336: * src/main/pa_common.C 1.231:
3337: - new method for caseless search c-substring in c-string
3338: - use isxdigit instead of is_hex_digit
3339:
3340: * src/include/pa_common.h 1.119:
3341: - new method for caseless search c-substring in c-string
3342:
3343: 2008-06-05 misha
3344: * tests/178.html 1.1:
3345: * tests/results/178.processed 1.1:
3346: - test for testing default getter
3347:
3348: * tests/178_dir/178a.p 1.1:
3349: * tests/178_dir/178b.p 1.1:
3350: * tests/178_dir/178c.p 1.1:
3351: * tests/178_dir/178d.p 1.1:
3352: * tests/178_dir/178e.p 1.1:
3353: - classes for test for testing default getter
3354:
3355: * src/main/execute.C 1.320:
3356: - default getter soul
3357:
3358: * src/types/pa_vobject.C 1.25:
3359: * src/types/pa_vobject.h 1.48:
3360: - get default getter if requested objects' field not found
3361:
3362: * src/types/pa_vclass.C 1.35:
3363: - register default getter if defined
3364: - get default getter if requested field not found
3365:
3366: * src/types/pa_vstateless_object.h 1.37:
3367: - method get_default_getter was added
3368:
3369: * src/types/pa_vstateless_class.C 1.32:
3370: * src/types/pa_vstateless_class.h 1.58:
3371: - pointer to default getter and methods for get/set it were
3372: added
3373:
3374: * src/types/pa_junction.h 1.8:
3375: * src/types/pa_vjunction.h 1.26:
3376: - junction has auto_name field (for default getter)
3377:
3378: 2008-06-04 misha
3379: * src/main/pa_xml_io.C 1.21:
3380: - load external xml in binary mode (no transcoding, no cutting
3381: BOM code, no fixing line breaks) and get it to libxml "as is"
3382:
3383: 2008-06-03 misha
3384: * src/main/pa_common.C 1.230:
3385: - use store_Char instead of transcodeCharFromUTF8
3386:
3387: * src/include/pa_charset.h 1.34:
3388: * src/main/pa_charset.C 1.58:
3389: - method store_Char added, transcodeCharFromUTF8 -- removed
3390:
3391: 2008-06-02 misha
3392: * tests/177.html 1.1:
3393: * tests/results/177.processed 1.1:
3394: - test for checking .[acm]date after local ^file::load[] was
3395: added
3396:
3397: * tests/176.html 1.1:
3398: * tests/results/176.processed 1.1:
3399: - test for checking @OPTION\locals + @method[vars][locals] added
3400:
3401: * tests/results/auto.p 1.3:
3402: - CLASS_PATH specified for checking use
3403:
3404: 2008-05-30 misha
3405: * Makefile.am 1.55:
3406: * Makefile.am 1.56:
3407: * Makefile.in 1.70:
3408: * Makefile.in 1.71:
3409: * acinclude.m4 1.41:
3410: * acinclude.m4 1.42:
3411: * aclocal.m4 1.44:
3412: * aclocal.m4 1.45:
3413: * acsite.m4 1.19:
3414: * acsite.m4 1.20:
3415: * configure 1.97:
3416: * configure 1.98:
3417: * configure.in 1.100:
3418: * configure.in 1.99:
3419: * src/types/Makefile.in 1.63:
3420: *** empty log message ***
3421:
3422: * src/main/compile.tab.C 1.116:
3423: * src/main/compile.y 1.223:
3424: - changes in compiler: @OPTION\nlocals + @method[vars][;locals;]
3425: were added
3426:
3427: * src/main/execute.C 1.319:
3428: - code of OP_CALL and OP_CALL__WRITE was moved to separate method op_code
3429: - switch from VMethodFrame to VMethodFrameGlobal + VMethodFrameLocal
3430:
3431: * src/include/pa_request.h 1.188:
3432: - code of OP_CALL and OP_CALL__WRITE was moved to separate
3433: method op_code
3434:
3435: * src/main/pa_request.C 1.293:
3436: - use VMethodFrameGlobal instead of VMethodFrame now
3437:
3438: * src/types/pa_vstateless_class.h 1.57:
3439: - stateless class have bool flag all_vars_local as well
3440:
3441: * src/types/Makefile.am 1.42:
3442: * src/types/pa_vmethod_frame.h 1.63:
3443: * src/types/pa_vmethod_frame_global.h 1.1:
3444: * src/types/pa_vmethod_frame_local.h 1.1:
3445: - who children for VMethodFrame were added: one (global) works
3446: as VMethodFrame before and second (local) write all vars in self
3447: vars scope
3448:
3449: * src/types/pa_method.h 1.8:
3450: - method has bool flag all_vars_local now
3451:
3452: 2008-05-29 misha
3453: * tests/129.html 1.4:
3454: * tests/results/129.processed 1.6:
3455: - more tests for ^table.hash[]
3456:
3457: * src/classes/hash.C 1.86:
3458: - ^hash::sql has a new option: $.type[hash|string|table] as ^
3459: table.hash[] one.
3460:
3461: * src/classes/op.C 1.179:
3462: - ^try has 3rd param now: finally code which executed anyway
3463: after try or catch section
3464:
3465: 2008-05-27 misha
3466: * src/classes/table.C 1.243:
3467: - bugfix: ^table.hash[key][$.type[table]] must not fail if $
3468: .distinct(1) wasn't specified
3469:
3470: 2008-05-26 misha
3471: * src/classes/op.C 1.178:
3472: - allow ^throw[my type]
3473:
3474: 2008-05-22 misha
3475: * configure 1.96:
3476: * configure.in 1.98:
3477: - version number updated to 3.2.4b
3478:
3479: * src/classes/op.C 1.177:
3480: * src/classes/string.C 1.159:
3481: - trim format string before eval/format
3482:
3483: * tests/175.html 1.1:
3484: * tests/results/175.processed 1.1:
3485: - more tests for different format strings in .format[]
3486:
3487: * src/types/pa_vform.C 1.88:
3488: - while decoding get values decode %uXXXX as well (not only %XX)
3489:
3490: * src/main/pa_common.C 1.229:
3491: - unescape_chars can decode %uXXXX if charset specified
3492: - checks for format before print number (^d.format[>...<], ^eval($d)[>...<])
3493: - formating with spaces (instead of tabs) removed
3494:
3495: * src/include/pa_common.h 1.118:
3496: - unescape_chars can decode %uXXXX if charset specified
3497:
3498: * src/include/pa_charset.h 1.33:
3499: * src/main/pa_charset.C 1.57:
3500: - method for get char in requested charset from utf code was
3501: added
3502:
3503: 2008-05-19 misha
3504: * tests/174.html 1.2:
3505: * tests/results/174.processed 1.2:
3506: - test for ^hashfile.cleanup[] added
3507:
3508: * src/classes/hashfile.C 1.44:
3509: - optimization: don't create any key or value variable if it's
3510: name weren't specified (^hf.foreach[;v]{...})
3511:
3512: 2008-05-16 misha
3513: * src/classes/hash.C 1.85:
3514: - optimization: don't create any key variable if variable name
3515: wasn't specified (^h.foreach[;v]{...})
3516:
3517: 2008-05-15 misha
3518: * src/classes/op.C 1.176:
3519: - small changes
3520:
3521: * src/classes/hashfile.C 1.43:
3522: - code reformating (as hash.foreach)
3523:
3524: * src/classes/hash.C 1.84:
3525: - calculate var_context once before foreach
3526:
3527: 2008-05-14 misha
3528: * src/classes/hashfile.C 1.42:
3529: - incorrect vars context calculation for ^hashfile.foreach[;]{}
3530: fixed
3531:
3532: * src/classes/hash.C 1.83:
3533: * src/classes/table.C 1.242:
3534: - little optimisation
3535:
3536: * src/classes/file.C 1.169:
3537: - bugfix: double absolute path while loading file
3538:
3539: * tests/174.html 1.1:
3540: * tests/results/174.processed 1.1:
3541: - tests for hashfile were added
3542:
3543: * buildall-with-xml 1.23:
3544: - moving to libxslt 1.1.24
3545:
3546: 2008-04-30 misha
3547: * src/classes/file.C 1.168:
3548: - stat file while loading (local only) so .adate, .mdate and
3549: .cdate available without additional ::stat
3550:
3551: 2008-04-28 misha
3552: * src/classes/file.C 1.167:
3553: - $.name and $.content-type available for stated file
3554:
3555: 2008-04-14 misha
3556: * src/targets/cgi/parser3.C 1.247:
3557: - new year in copyright %-)
3558:
3559: * src/include/pa_version.h 1.30:
3560: - new version number in head
3561:
3562: 2008-04-10 misha
3563: * Makefile.am [release_3_2_3] 1.54.2.1:
3564: * Makefile.am [release_3_2_3] 1.54.2.2:
3565: * Makefile.am [release_3_2_3] 1.54.2.3:
3566: * Makefile.in [release_3_2_3] 1.69.2.1:
3567: * Makefile.in [release_3_2_3] 1.69.2.2:
3568: * Makefile.in [release_3_2_3] 1.69.2.3:
3569: * acinclude.m4 [release_3_2_3] 1.40.2.1:
3570: * acinclude.m4 [release_3_2_3] 1.40.2.2:
3571: * acinclude.m4 [release_3_2_3] 1.40.2.3:
3572: * aclocal.m4 [release_3_2_3] 1.43.2.1:
3573: * aclocal.m4 [release_3_2_3] 1.43.2.2:
3574: * aclocal.m4 [release_3_2_3] 1.43.2.3:
3575: * acsite.m4 [release_3_2_3] 1.18.2.1:
3576: * acsite.m4 [release_3_2_3] 1.18.2.2:
3577: * acsite.m4 [release_3_2_3] 1.18.2.3:
3578: * configure [release_3_2_3] 1.95.2.1:
3579: * configure [release_3_2_3] 1.95.2.2:
3580: * configure [release_3_2_3] 1.95.2.3:
3581: * configure.in [release_3_2_3] 1.97.2.1:
3582: * configure.in [release_3_2_3] 1.97.2.2:
3583: * configure.in [release_3_2_3] 1.97.2.3:
3584: *** empty log message ***
3585:
3586: * src/include/pa_version.h [release_3_2_3] 1.29.2.1:
3587: =no message
3588:
3589: * tests/080.html 1.3:
3590: * tests/results/080.processed 1.5:
3591: - cut '0' from exponential part because of on diff OS it differ (
3592: 20 or 020 for ex)
3593:
3594: * tests/119.html 1.3:
3595: * tests/results/119.processed 1.5:
3596: - check for encoding while creating xdoc
3597:
3598: 2008-04-09 misha
3599: * buildall-with-xml 1.22:
3600: - move to libxml 2.6.32 and libxslt 1.1.23
3601:
3602: * src/main/pa_common.C 1.228:
3603: - comment added
3604:
3605: * src/classes/date.C 1.81:
3606: - little refactoring
3607:
3608: 2008-04-08 misha
3609: * Makefile.am 1.53:
3610: * Makefile.am 1.54:
3611: * Makefile.in 1.68:
3612: * Makefile.in 1.69:
3613: * acinclude.m4 1.39:
3614: * acinclude.m4 1.40:
3615: * aclocal.m4 1.42:
3616: * aclocal.m4 1.43:
3617: * acsite.m4 1.17:
3618: * acsite.m4 1.18:
3619: * bin/Makefile.in 1.13:
3620: * configure 1.94:
3621: * configure 1.95:
3622: * configure.in 1.96:
3623: * configure.in 1.97:
3624: * etc/Makefile.in 1.18:
3625: * etc/parser3.charsets/Makefile.in 1.22:
3626: * src/Makefile.in 1.59:
3627: * src/classes/Makefile.in 1.64:
3628: * src/include/Makefile.in 1.21:
3629: * src/include/pa_config_auto.h.in 1.44:
3630: * src/include/pa_config_fixed.h 1.72:
3631: * src/lib/Makefile.in 1.16:
3632: * src/lib/cord/Makefile.in 1.7:
3633: * src/lib/cord/include/Makefile.in 1.5:
3634: * src/lib/cord/include/private/Makefile.in 1.5:
3635: * src/lib/gc/Makefile.in 1.5:
3636: * src/lib/gc/include/Makefile.in 1.5:
3637: * src/lib/gd/Makefile.in 1.6:
3638: * src/lib/ltdl/Makefile.in 1.10:
3639: * src/lib/md5/Makefile.in 1.11:
3640: * src/lib/pcre/Makefile.in 1.13:
3641: * src/lib/sdbm/Makefile.in 1.4:
3642: * src/lib/sdbm/apr-include/Makefile.in 1.4:
3643: * src/lib/smtp/Makefile.in 1.6:
3644: * src/main/Makefile.in 1.61:
3645: * src/sql/Makefile.in 1.15:
3646: * src/targets/Makefile.in 1.46:
3647: * src/targets/apache13/Makefile.in 1.51:
3648: * src/targets/apache13core/Makefile.in 1.8:
3649: * src/targets/cgi/Makefile.in 1.70:
3650: * src/targets/isapi/Makefile.in 1.16:
3651: * src/types/Makefile.in 1.62:
3652: *** empty log message ***
3653:
3654: 2008-04-07 misha
3655: * src/classes/table.C 1.240:
3656: - use NO_STRINGSTREAM for switch to old style of ^table.save[]:
3657: prepare one big string and sabe it at once. it's safe on freebsd
3658: 4.x but use much more memory.
3659:
3660: * buildall-with-xml 1.21:
3661: * buildall-without-xml 1.13:
3662: - option --disable-stringstream added (under comment. use it on
3663: freebsd 4.x)
3664:
3665: 2008-02-22 misha
3666: * src/main/pa_http.C 1.11:
3667: - exception if $.body[] and $.forms[] specified together in file::load[;http]
3668: - get back transcoding $.body[] in file::load[;http]
3669:
3670: 2008-02-21 misha
3671: * src/classes/date.C 1.80:
3672: - ^date.gmt-string[] was added
3673:
3674: * src/types/pa_value.C 1.24:
3675: - method for output date in RFC 822 format moved to pa_common.h
3676:
3677: * src/include/pa_common.h 1.117:
3678: - method for output date in RFC 822 format moved here from
3679: pa_value.C
3680:
3681: * src/types/pa_vmail.C 1.82:
3682: - fixed core in sending mail with attachment in simple mode ($
3683: .file[file here]) introduced in 3.2.2
3684:
3685: 2008-02-20 misha
3686: * src/main/pa_http.C 1.10:
3687: - transcode $.headers before escaping into specified charset while ^file::load[...;http://...] (
3688: L_URI instead of L_HTTP_HEADER)
3689: - $.cookies param available in ^file::load[;http://...] now (but we don't parse set-cookies from
3690: response yet) (cookies not transcoded as common $cookies)
3691:
3692: 2008-02-19 misha
3693: * src/main/pa_request.C 1.292:
3694: - rollback: we mustn't force taint $response:field values
3695: because in this case $response:locateion[http://...] don't
3696: works.
3697:
3698: 2008-02-15 misha
3699: * src/classes/op.C 1.175:
3700: - little refactoring
3701:
3702: * src/main/pa_http.C 1.9:
3703: - taint names of $.headers for load[;http
3704:
3705: * src/main/pa_request.C 1.291:
3706: - force taint values of $response:field
3707:
3708: 2008-02-14 misha
3709: * src/main/pa_request.C 1.290:
3710: - $response:field transcoded to $response:charset before
3711: escaping now
3712:
3713: * src/main/pa_http.C 1.8:
3714: - some outdated comments removed
3715:
3716: * src/classes/date.C 1.79:
3717: - lastdat -> last-day
3718:
3719: * src/classes/date.C 1.78:
3720: - ^date:lastday(year;month) and ^date.lastday[] were added
3721: - little code refactoring
3722: - comments changes
3723:
3724: * tests/159.html 1.2:
3725: * tests/results/159.processed 1.2:
3726: - test for number of days in February
3727:
3728: * src/types/pa_value.C 1.23:
3729: - fixes in code formatting
3730:
3731: * src/classes/file.C 1.166:
3732: * src/classes/op.C 1.174:
3733: * src/classes/table.C 1.239:
3734: - fixes in code formatting and comments
3735:
3736: 2008-02-13 misha
3737: * src/main/pa_common.C 1.227:
3738: - bugfix for february at leap year
3739:
3740: 2008-01-28 misha
3741: * tests/160.html 1.4:
3742: * tests/results/160.processed 1.4:
3743: - more test for cache added
3744:
3745: * src/classes/op.C 1.173:
3746: - bugfix: cache body executed twice if contains unhandled
3747: exception
3748:
3749: 2008-01-25 misha
3750: * src/lib/sdbm/sdbm.c 1.4:
3751: - use arp_malloc instead of malloc (fixed bug when hashfile
3752: became inavailable after memory:compact)
3753:
3754: * src/lib/sdbm/apr-include/apr_strings.h 1.4:
3755: * src/lib/sdbm/apr_strings.C 1.3:
3756: - +arp_malloc
3757:
3758: 2008-01-22 misha
3759: * src/classes/table.C 1.238:
3760: - little refactiring and exception texts changes in method ^
3761: table.hash[]
3762:
3763: * src/types/pa_vcookie.C 1.73:
3764: - link to cookie specification changed
3765:
3766: 2008-01-21 misha
3767: * tests/171.html 1.3:
3768: * tests/cat.sh 1.2:
3769: * tests/results/171.processed 1.3:
3770: - more tests for file::exec/cgi
3771:
3772: * src/classes/file.C 1.165:
3773: - bugfix: core while processing headers if executed cgi script
3774: don't return content
3775:
3776: 2008-01-18 misha
3777: * configure 1.93:
3778: =no message
3779:
3780: * buildall-with-xml 1.20:
3781: - move to libxml2 version 2.6.31
3782:
3783: * configure.in 1.95:
3784: * src/include/pa_version.h 1.29:
3785: - version number updated to '3.2.3b'
3786:
3787: 2007-12-28 misha
3788: * src/classes/hash.C 1.82:
3789: * src/include/pa_hash.h 1.69:
3790: - hash.contain => hash.contains
3791:
3792: 2007-12-27 misha
3793: * gnu.vcproj [release_3_2_2] 1.2.2.1:
3794: * parser3.sln [release_3_2_2] 1.10.2.1:
3795: * src/classes/classes.vcproj [release_3_2_2] 1.15.2.1:
3796: * src/lib/cord/cord.vcproj [release_3_2_2] 1.4.2.1:
3797: * src/lib/gd/gd.vcproj [release_3_2_2] 1.9.2.1:
3798: * src/lib/ltdl/ltdl.vcproj [release_3_2_2] 1.4.2.1:
3799: * src/lib/md5/md5.vcproj [release_3_2_2] 1.4.2.1:
3800: * src/lib/pcre/pcre.vcproj [release_3_2_2] 1.4.2.1:
3801: * src/lib/pcre/pcre_dftables.vcproj [release_3_2_2] 1.5.2.1:
3802: * src/lib/pcre/pcre_parser_ctype.vcproj [release_3_2_2] 1.5.2.1:
3803: * src/lib/sdbm/sdbm.vcproj [release_3_2_2] 1.5.2.1:
3804: * src/lib/smtp/smtp.vcproj [release_3_2_2] 1.8.2.1:
3805: * src/main/main.vcproj [release_3_2_2] 1.19.2.1:
3806: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_2_2] 1.8.2.1:
3807: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_2_2] 1.11.2.1:
3808: * src/targets/cgi/parser3.vcproj [release_3_2_2] 1.14.2.1:
3809: * src/targets/isapi/parser3isapi.vcproj [release_3_2_2] 1.10.2.1:
3810: * src/types/types.vcproj [release_3_2_2] 1.19.2.1:
3811: =no message
3812:
3813: * gnu.vcproj 1.3:
3814: * parser3.sln 1.11:
3815: * src/classes/classes.vcproj 1.16:
3816: * src/lib/cord/cord.vcproj 1.5:
3817: * src/lib/gd/gd.vcproj 1.10:
3818: * src/lib/ltdl/ltdl.vcproj 1.5:
3819: * src/lib/md5/md5.vcproj 1.5:
3820: * src/lib/pcre/pcre.vcproj 1.5:
3821: * src/lib/pcre/pcre_dftables.vcproj 1.6:
3822: * src/lib/pcre/pcre_parser_ctype.vcproj 1.6:
3823: * src/lib/sdbm/sdbm.vcproj 1.6:
3824: * src/lib/smtp/smtp.vcproj 1.9:
3825: * src/main/main.vcproj 1.20:
3826: * src/targets/apache13/ApacheModuleParser3.vcproj 1.9:
3827: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.12:
3828: * src/targets/cgi/parser3.vcproj 1.15:
3829: * src/targets/isapi/parser3isapi.vcproj 1.11:
3830: * src/types/types.vcproj 1.20:
3831: - back to VS2003 because of Apache 1.3 module can't work if it was built in VS 2005.
3832: with cgi all file so VS2003 project files can be easy converted to the new format.
3833:
3834: 2007-12-25 misha
3835: * Makefile.am [release_3_2_2] 1.52.8.1:
3836: * Makefile.in [release_3_2_2] 1.67.2.1:
3837: * acinclude.m4 [release_3_2_2] 1.38.14.1:
3838: * aclocal.m4 [release_3_2_2] 1.41.14.1:
3839: * acsite.m4 [release_3_2_2] 1.16.14.1:
3840: * acsite.m4 [release_3_2_2] 1.16.14.2:
3841: * bin/Makefile.in [release_3_2_2] 1.12.14.1:
3842: * configure [release_3_2_2] 1.92.2.1:
3843: * configure.in [release_3_2_2] 1.94.2.1:
3844: * etc/Makefile.in [release_3_2_2] 1.17.14.1:
3845: * etc/parser3.charsets/Makefile.in [release_3_2_2] 1.21.14.1:
3846: * src/Makefile.in [release_3_2_2] 1.58.14.1:
3847: * src/classes/Makefile.in [release_3_2_2] 1.63.2.1:
3848: * src/include/Makefile.in [release_3_2_2] 1.20.14.1:
3849: * src/include/pa_config_auto.h.in [release_3_2_2] 1.43.14.1:
3850: * src/include/pa_version.h [release_3_2_2] 1.28.8.2:
3851: * src/lib/Makefile.in [release_3_2_2] 1.15.10.1:
3852: * src/lib/cord/Makefile.in [release_3_2_2] 1.6.10.1:
3853: * src/lib/cord/include/Makefile.in [release_3_2_2] 1.4.14.1:
3854: * src/lib/cord/include/private/Makefile.in [release_3_2_2] 1.4.14.1:
3855: * src/lib/gc/Makefile.in [release_3_2_2] 1.4.14.1:
3856: * src/lib/gc/include/Makefile.in [release_3_2_2] 1.4.14.1:
3857: * src/lib/gd/Makefile.in [release_3_2_2] 1.5.14.1:
3858: * src/lib/ltdl/Makefile.in [release_3_2_2] 1.9.8.1:
3859: * src/lib/md5/Makefile.in [release_3_2_2] 1.10.14.1:
3860: * src/lib/pcre/Makefile.in [release_3_2_2] 1.12.14.1:
3861: * src/lib/sdbm/Makefile.in [release_3_2_2] 1.3.14.1:
3862: * src/lib/sdbm/apr-include/Makefile.in [release_3_2_2] 1.3.14.1:
3863: * src/lib/smtp/Makefile.in [release_3_2_2] 1.5.14.1:
3864: * src/main/Makefile.in [release_3_2_2] 1.60.14.1:
3865: * src/sql/Makefile.in [release_3_2_2] 1.14.14.1:
3866: * src/targets/Makefile.in [release_3_2_2] 1.45.14.1:
3867: * src/targets/apache13/Makefile.in [release_3_2_2] 1.50.14.1:
3868: * src/targets/apache13core/Makefile.in [release_3_2_2] 1.7.14.1:
3869: * src/targets/cgi/Makefile.in [release_3_2_2] 1.69.14.1:
3870: * src/targets/isapi/Makefile.in [release_3_2_2] 1.15.14.1:
3871: * src/types/Makefile.in [release_3_2_2] 1.61.2.1:
3872: *** empty log message ***
3873:
3874: * src/include/pa_version.h [release_3_2_2] 1.28.8.1:
3875: =no message
3876:
3877: 2007-12-04 misha
3878: * src/types/pa_vcode_frame.h 1.34:
3879: - changes in comment
3880:
3881: 2007-11-29 misha
3882: * src/main/execute.C 1.318:
3883: * src/types/pa_vcode_frame.h 1.33:
3884: - code frame don't intercept strings any longer
3885:
3886: * tests/173.html 1.1:
3887: * tests/results/173.processed 1.1:
3888: - tests for $d[^date::now[]] $j{$d} $r[$j] -- must create date
3889: object in $r but not in main code frame
3890:
3891: * tests/172.html 1.1:
3892: * tests/results/172.processed 1.1:
3893: - more tests for pass objects from code frames
3894:
3895: 2007-11-27 misha
3896: * tests/152.html 1.7:
3897: * tests/results/152.processed 1.7:
3898: - tests for converting strings 'true'/'false' to bool were added
3899:
3900: * tests/152.html 1.6:
3901: - added checks for converting strings 'true'/'false' to bool
3902:
3903: * src/classes/string.C 1.158:
3904: - ^srting.bool[] now can convert to bool not only strings with
3905: numbers but with values 'true'/'false' as well
3906:
3907: * src/targets/apache13core/mod_parser3_core.C 1.11:
3908: * src/targets/cgi/parser3.C 1.246:
3909: * src/targets/isapi/parser3isapi.C 1.99:
3910: - buffer size for parser3.log increased
3911:
3912: * src/main/pa_common.C 1.226:
3913: - remove_crlf optimize whitespaces now
3914:
3915: * src/include/pa_common.h 1.116:
3916: - remove_crlf return cstring size now
3917:
3918: * src/include/pa_types.h 1.50:
3919: - constant with buffer size for parser3.log added
3920:
3921: 2007-11-16 misha
3922: * tests/cat.sh 1.1:
3923: - script for tests for file::exec/cgi
3924:
3925: * tests/171.html 1.1:
3926: - tests for file::exec/cgi
3927:
3928: * tests/results/171.processed 1.1:
3929: - tests results for file::exec/cgi
3930:
3931: 2007-11-15 misha
3932: * src/main/pa_exec.C 1.71:
3933: - fixed incorrect exec code for unix
3934:
3935: * src/classes/file.C 1.164:
3936: - .body must be set before analyzing cgi headers
3937:
3938: * src/classes/file.C 1.163:
3939: - bugfix: we must transcode output fix EOLs only if exec/cgi
3940: return anything.
3941:
3942: 2007-11-14 misha
3943: * operators.txt 1.204:
3944: - info about new text|binary option for file::exec/cgi was added
3945:
3946: * src/classes/file.C 1.162:
3947: * src/include/pa_exec.h 1.19:
3948: * src/main/pa_exec.C 1.70:
3949: - ^file:exec[[text|binary];script;...]
3950:
3951: * src/classes/file.C 1.161:
3952: * src/classes/image.C 1.117:
3953: * src/classes/string.C 1.157:
3954: * src/classes/table.C 1.237:
3955: * src/include/pa_exception.h 1.51:
3956: - more text strings moved to the one place
3957:
3958: 2007-11-09 misha
3959: * src/types/pa_vrequest.C 1.39:
3960: - $request:argv must be taint
3961:
3962: * operators.txt 1.203:
3963: * src/include/pa_request_info.h 1.6:
3964: * src/targets/cgi/parser3.C 1.245:
3965: * src/types/pa_vrequest.C 1.38:
3966: * src/types/pa_vrequest.h 1.34:
3967: - $request:argv
3968:
3969: 2007-10-25 misha
3970: * buildall-with-xml 1.19:
3971: * buildall-without-xml 1.12:
3972: - options preparations for ./configure rewrited
3973:
3974: * src/main/compile.tab.C 1.115:
3975: * src/main/compile.y 1.222:
3976: - bug if parser.compile error occure in unhandled_exception
3977: finally fixed
3978:
3979: 2007-10-23 misha
3980: * tests/170.html 1.1:
3981: * tests/results/170.processed 1.1:
3982: - test for @method[][result]
3983:
3984: * operators.txt 1.202:
3985: - added info about node.prefix and node.namespaceURI
3986:
3987: * src/classes/xnode.C 1.81:
3988: - xmlHasProp used instead of xmlGetProp
3989:
3990: * src/types/pa_vxnode.C 1.49:
3991: - DOM2 fields namespaceURI and prefix were added for node and
3992: attribute
3993:
3994: 2007-10-22 misha
3995: * src/types/pa_vmail.C 1.81:
3996: - content-transfer-encoding: 8bit added
3997:
3998: * src/main/pa_request.C 1.289:
3999: - added const content-transfer-encoding
4000:
4001: * src/include/pa_request.h 1.187:
4002: - added const content-transfer-encoding
4003: - ups. constants must be in lowercase (for search)
4004:
4005: * src/types/pa_vmail.C 1.80:
4006: - more constants used
4007: - content-transfer-encoding: 8bit added
4008:
4009: * src/main/pa_uue.C 1.11:
4010: - content-transfer-encoding moved out of here
4011:
4012: * src/include/pa_request.h 1.186:
4013: - more constants
4014:
4015: * src/types/pa_vmail.C 1.79:
4016: - constant renamed
4017: - $.content-id don't ommit anymore if $.content-disposition was specified
4018: - little refactoring
4019:
4020: * src/include/pa_request.h 1.185:
4021: * src/main/pa_request.C 1.288:
4022: - constant renamed
4023:
4024: 2007-10-17 misha
4025: * operators.txt 1.201:
4026: - info about table::create[nameless]{data}[>options<] was added
4027:
4028: * src/main/compile.tab.C 1.114:
4029: * src/main/compile.y 1.221:
4030: - if error occure while compile method don't put this method in methods table anymore.
4031: in other case the parser coredumped if @unhandled_exception method can't be compiled because of
4032: parser.compile error.
4033:
4034: * src/main/execute.C 1.317:
4035: - little code reformating
4036:
4037: * src/main/pa_request.C 1.287:
4038: - little code reformating
4039: - comment changed
4040:
4041: 2007-10-16 misha
4042: * tests/035.html 1.3:
4043: * tests/results/035.processed 1.5:
4044: - tests table::create[]{}[options] added
4045:
4046: * src/classes/table.C 1.236:
4047: - table::create[]{} now accept 3rd param: options (only $
4048: .seperator[] yet)
4049:
4050: 2007-10-10 misha
4051: * src/classes/table.C 1.235:
4052: - some contstants moved to pa_common.h
4053: - some code changes
4054:
4055: 2007-10-02 misha
4056: * src/main/pa_uue.C 1.10:
4057: - memory usage during uuencode reduced more then three time as
4058: much. but base64 encoding method still use less memory anyway.
4059:
4060: 2007-09-17 misha
4061: * src/include/pa_common.h 1.115:
4062: - some stuff for use with .for_each moved here
4063:
4064: * src/classes/hash.C 1.81:
4065: - some stuff for use with .for_each moved to common
4066:
4067: * src/types/pa_vcookie.C 1.72:
4068: - $cookie:fields available now
4069:
4070: * operators.txt 1.200:
4071: - added info about $cookie:fields
4072:
4073: * src/types/pa_venv.C 1.4:
4074: * src/types/pa_venv.h 1.34:
4075: - some strings moved to #define
4076:
4077: 2007-09-14 misha
4078: * buildall-with-xml 1.18:
4079: - new xml libs again =)
4080:
4081: 2007-08-28 misha
4082: * src/classes/table.C 1.233:
4083: - new option ^table.columns[[column name]] was added
4084:
4085: * src/classes/string.C 1.156:
4086: - new option ^string.split[...;v;[column name]]
4087:
4088: * operators.txt 1.199:
4089: - texts about ^table.columns[[column name]] and ^string.split[
4090: ...][v][column name] were added
4091:
4092: * tests/168.html 1.1:
4093: * tests/169.html 1.1:
4094: * tests/results/168.processed 1.1:
4095: * tests/results/169.processed 1.1:
4096: - tests for ^table.columns[[column name]] and ^string.split[...]
4097: [v][column name] were added
4098:
4099: * src/include/pa_exception.h 1.50:
4100: - error text message for ^hash._keys[], ^table.columns[] and ^
4101: string.split[]
4102:
4103: 2007-08-27 misha
4104: * src/main/untaint.C 1.138:
4105: - try to fix coredump on unix if print to body ^taint[sql][
4106: something] outside of connect
4107:
4108: * buildall-with-xml 1.17:
4109: * buildall-without-xml 1.11:
4110: - strip parser3 was added (commented by default)
4111:
4112: * tests/167.html 1.1:
4113: * tests/results/167.processed 1.1:
4114: - test for ^taint[sql] outside of connect
4115:
4116: 2007-08-20 misha
4117: * operators.txt 1.198:
4118: - comment about new method ^node.hasAttributes[] was added
4119:
4120: * src/include/pa_exception.h 1.49:
4121: - more exception text strings moved here
4122:
4123: * src/classes/xnode.C 1.78:
4124: - DOM2 method ^xnode.hasAttributes[] was added
4125:
4126: * src/include/pa_exception.h 1.48:
4127: - some exception text strings movet to pa_exception
4128:
4129: * tests/149.html 1.2:
4130: * tests/results/149.processed 1.3:
4131: - test for ^xnode.hasAttributes[] was added
4132: - some code changes
4133:
4134: * src/classes/file.C 1.160:
4135: * src/classes/math.C 1.51:
4136: * src/classes/op.C 1.172:
4137: * src/classes/string.C 1.155:
4138: * src/classes/xdoc.C 1.156:
4139: - more duplicated exception text strings were removed
4140:
4141: * src/classes/file.C 1.159:
4142: * src/classes/hashfile.C 1.41:
4143: * src/classes/image.C 1.116:
4144: * src/classes/op.C 1.171:
4145: * src/classes/string.C 1.154:
4146: * src/classes/table.C 1.232:
4147: * src/classes/xdoc.C 1.155:
4148: * src/classes/xnode.C 1.79:
4149: - some duplicate exceptions' text strings removed
4150:
4151: 2007-08-17 misha
4152: * operators.txt 1.197:
4153: * src/targets/cgi/parser3.C 1.243:
4154: - annoying 'SIGPIPE' messages in parser3.log switched off by
4155: default. If someone really still need it: use $SIGPIPE(1)
4156:
4157: * tests/006.html 1.4:
4158: * tests/059.html 1.3:
4159: * tests/results/006.processed 1.5:
4160: * tests/results/059.processed 1.5:
4161: - more tests for match
4162:
4163: * src/classes/math.C 1.50:
4164: * src/targets/cgi/parser3.C 1.244:
4165: * src/targets/isapi/parser3isapi.C 1.98:
4166: - little syntax changes
4167:
4168: * tests/129.html 1.3:
4169: * tests/results/129.processed 1.5:
4170: - tests for ^table.hash[...][$.type[string|hash|table]] added
4171:
4172: 2007-08-08 misha
4173: * buildall-with-xml 1.15:
4174: * buildall-without-xml 1.9:
4175: - remove libs source files by default since now
4176:
4177: 2007-08-07 misha
4178: * buildall-with-xml 1.14:
4179: - compile libxml2 without http support
4180: - some option syntax changes
4181:
4182: * buildall-without-xml 1.8:
4183: - some option syntax changes
4184:
4185: * src/main/pa_xml_io.C 1.20:
4186: - will use parser file loader for xml needs
4187:
4188: 2007-08-06 misha
4189: * buildall-with-xml 1.13:
4190: - moved to libxml2-2.6.29 and libxslt-1.1.21
4191:
4192: * tests/160.html 1.3:
4193: * tests/results/160.processed 1.3:
4194: - cache test was rewrited
4195:
4196: 2007-07-06 misha
4197: * src/types/pa_vform.C 1.87:
4198: - bugfix: uploaded file name wasn't transcoded
4199:
4200: * src/classes/math.C 1.49:
4201: - ^math:long2ip(long) and ^math:sha1[string] were added
4202:
4203: * tests/153.html 1.3:
4204: * tests/results/153.processed 1.3:
4205: - added test for ^math:sha1[string]
4206:
4207: 2007-06-28 misha
4208: * etc/parser3.charsets/windows-1251.cfg 1.13:
4209: - removed duplicated and some incorrect chars
4210:
4211: 2007-06-19 misha
4212: * src/include/pa_hash.h 1.68:
4213: - methods generic_hash_code & hash_code were moved on top
4214: because of gcc 4 had a problems during building.
4215:
4216: 2007-06-18 misha
4217: * tests/results/019.processed 1.4:
4218: - new image commited
4219:
4220: 2007-06-09 misha
4221: * src/types/pa_vmethod_frame.h 1.62:
4222: - method as_expression was added
4223:
4224: * src/classes/op.C 1.170:
4225: * src/classes/table.C 1.231:
4226: - in while and table.select method as_expression used now
4227:
4228: 2007-06-08 misha
4229: * src/lib/cord/include/private/cord_pos.h 1.4:
4230: - back to origin value because of no speed/memory optimisation
4231: but some proglems with long cycles occure
4232:
4233: * tests/166.html 1.1:
4234: * tests/results/166.processed 1.1:
4235: - test for ^match[...][n]
4236:
4237: * tests/165.html 1.1:
4238: * tests/results/165.processed 1.1:
4239: - tests for loops
4240:
4241: 2007-06-06 misha
4242: * src/classes/op.C 1.169:
4243: * src/classes/table.C 1.230:
4244: - ^while(true){}, ^while(1){}, ^table.select(true) and ^
4245: table.select(1) didn't works because of awaiting junction-param
4246: only. fixed.
4247:
4248: 2007-05-24 misha
4249: * src/include/pa_os.h 1.6:
4250: - consts for blocking locks + some comments were added
4251:
4252: * src/main/pa_os.C 1.9:
4253: - locks engines were rewrited: now we don't use system locks
4254: which wait till other threads release it but try get lock, if
4255: fail wait 1 sec and make 10 attempts.
4256:
4257: * src/lib/sdbm/apr_file_io.C 1.6:
4258: - wait till lock released while opening files
4259:
4260: * src/classes/table.C 1.229:
4261: - changes in includes. if unclude <sstream> after our classes on
4262: unix it can't be build
4263:
4264: * src/types/pa_vhashfile.C 1.55:
4265: - not needed code removed
4266:
4267: * src/classes/op.C 1.168:
4268: - cache was rewrited. I hope it works with locking system now on
4269: unix
4270:
4271: * src/include/pa_os.h 1.7:
4272: * src/main/pa_os.C 1.10:
4273: - 20 attempt to get lock with 0.5 secs interval
4274:
4275: 2007-05-23 misha
4276: * src/classes/file.C 1.158:
4277: * src/classes/op.C 1.167:
4278: * src/include/pa_common.h 1.114:
4279: * src/main/pa_common.C 1.225:
4280: - cosmetic changes
4281:
4282: 2007-05-18 misha
4283: * tests/results/160.processed 1.2:
4284: - returned time corrected
4285:
4286: * tests/160.html 1.2:
4287: - time increased because on unix 1 mean nothing :(
4288:
4289: * src/lib/cord/include/private/cord_pos.h 1.3:
4290: - rebalance tree not so often. it's give some speed increasing
4291:
4292: * src/classes/hash.C 1.80:
4293: - added ^hash.contain[key]
4294:
4295: * operators.txt 1.195:
4296: - added info about ^hash.contain[key]
4297:
4298: * src/include/pa_hash.h 1.67:
4299: - added method for checking key exists in hash
4300:
4301: 2007-05-07 misha
4302: * src/include/pa_string.h 1.169:
4303: - was compilation error during build on freebsd4
4304:
4305: 2007-05-03 misha
4306: * src/classes/table.C 1.227:
4307: - option $.type[hash|string|table] was added for ^table.hash[]
4308:
4309: * src/classes/file.C 1.157:
4310: - comment removed
4311:
4312: 2007-04-26 misha
4313: * src/types/pa_vhashfile.C 1.54:
4314: * src/types/pa_vhashfile.h 1.37:
4315: - while ::open the real files doesn't opened in place anymore
4316:
4317: 2007-04-24 misha
4318: * src/include/pa_exception.h 1.47:
4319: "static" removed
4320:
4321: * src/classes/math.C 1.48:
4322: - I thought one more time and remove lg(N) :)
4323:
4324: 2007-04-23 misha
4325: * src/classes/math.C 1.47:
4326: ^math:lg(N) => ^math:log10(N)
4327:
4328: * src/classes/math.C 1.46:
4329: added:
4330: - ^math:ln(N) (the same as ^math:log(N))
4331: - ^math:lg(N)
4332:
4333: * tests/097.html 1.6:
4334: * tests/results/097.processed 1.7:
4335: - charsets converstion during ^file::load[text;http://...] added
4336:
4337: * tests/164.html 1.1:
4338: * tests/results/164.processed 1.1:
4339: - test for hashfile
4340:
4341: * src/types/pa_vhashfile.C 1.53:
4342: - don't open hashfile files until 1st access
4343:
4344: * src/types/pa_vhashfile.C 1.52:
4345: * src/types/pa_vhashfile.h 1.36:
4346: - .clear() removed.
4347:
4348: * src/include/pa_exception.h 1.46:
4349: - string constant with "parser.runtime" text was added
4350:
4351: * src/classes/hashfile.C 1.40:
4352: - little comment changes
4353:
4354: * tests/164.html 1.2:
4355: * tests/results/164.processed 1.2:
4356: - check for set expires as a date
4357:
4358: * src/classes/hashfile.C 1.39:
4359: - with .clear[] called files_delete() now.
4360:
4361: * src/classes/date.C 1.77:
4362: * src/classes/double.C 1.61:
4363: * src/classes/file.C 1.156:
4364: * src/classes/form.C 1.40:
4365: * src/classes/hash.C 1.79:
4366: * src/classes/image.C 1.115:
4367: * src/classes/int.C 1.57:
4368: * src/classes/mail.C 1.111:
4369: * src/classes/math.C 1.45:
4370: * src/classes/op.C 1.166:
4371: * src/classes/string.C 1.153:
4372: * src/classes/table.C 1.226:
4373: * src/classes/void.C 1.38:
4374: * src/classes/xdoc.C 1.154:
4375: * src/classes/xnode.C 1.77:
4376: * src/classes/xnode.h 1.26:
4377: * src/include/pa_request.h 1.184:
4378: * src/main/execute.C 1.316:
4379: * src/main/pa_charset.C 1.56:
4380: * src/main/pa_charsets.C 1.17:
4381: * src/main/pa_common.C 1.224:
4382: * src/main/pa_dictionary.C 1.24:
4383: * src/main/pa_exec.C 1.69:
4384: * src/main/pa_http.C 1.7:
4385: * src/main/pa_request.C 1.286:
4386: * src/main/pa_sql_driver_manager.C 1.87:
4387: * src/main/pa_table.C 1.62:
4388: * src/types/pa_value.C 1.22:
4389: * src/types/pa_value.h 1.129:
4390: * src/types/pa_vclass.C 1.34:
4391: * src/types/pa_vconsole.h 1.13:
4392: * src/types/pa_vfile.h 1.61:
4393: * src/types/pa_vhash.h 1.59:
4394: * src/types/pa_vimage.h 1.48:
4395: * src/types/pa_vmail.C 1.78:
4396: * src/types/pa_vmethod_frame.h 1.61:
4397: * src/types/pa_vstateless_class.C 1.31:
4398: * src/types/pa_vstateless_class.h 1.56:
4399: * src/types/pa_vtable.C 1.27:
4400: * src/types/pa_vxdoc.h 1.44:
4401: * src/types/pa_wcontext.C 1.34:
4402: - "parser.runtime" strings were removed
4403:
4404: 2007-04-20 misha
4405: * src/classes/hashfile.C 1.38:
4406: - ^hashfile.cleanup[], ^hashfile.release[] were added
4407:
4408: * src/classes/op.C 1.165:
4409: - bug. must be false
4410:
4411: * operators.txt 1.193:
4412: - added info about .^hashfile.release[], ^hashfile.clenaup[] and
4413: new ^string.match[][>N-option<]
4414:
4415: * configure.in 1.94:
4416: - checking for unsetenv was added
4417:
4418: * src/types/pa_vhashfile.C 1.51:
4419: * src/types/pa_vhashfile.h 1.35:
4420: - hashfile can auto reopen now
4421:
4422: * src/types/pa_vform.C 1.86:
4423: - some comments
4424:
4425: * configure 1.92:
4426: =cheching for unsetenv
4427:
4428: * operators.txt 1.194:
4429: - some comments changing
4430:
4431: * src/classes/string.C 1.152:
4432: * src/include/pa_string.h 1.168:
4433: * src/main/pa_string.C 1.209:
4434: - ^string.match[][] understand new option now: return number of
4435: matches but not table wit results
4436:
4437: 2007-04-18 misha
4438: * buildall-with-xml 1.10:
4439: * buildall-without-xml 1.6:
4440: added commented lines with --disable-safe-mode option
4441:
4442: * buildall-with-xml 1.11:
4443: moving to libxml2-2.6.28
4444:
4445: * operators.txt 1.192:
4446: - info about $form:files
4447:
4448: 2007-04-17 misha
4449: * src/types/pa_vdate.h 1.45:
4450: - start adding unsetenv("TZ");
4451:
4452: * tests/163.html 1.2:
4453: * tests/results/163.processed 1.2:
4454: removing auto format
4455:
4456: * src/types/pa_vform.C 1.85:
4457: * src/types/pa_vform.h 1.51:
4458: - some code was modified
4459: - $form:files was added
4460:
4461: 2007-04-16 misha
4462: * tests/163.html 1.1:
4463: * tests/results/163.processed 1.1:
4464: - test for .int[], floor, round, ceiling and .format[]
4465:
4466: * src/classes/file.C 1.155:
4467: - little optimization for getting args in exec/cgi
4468:
4469: 2007-04-13 misha
4470: * src/classes/file.C 1.154:
4471: - arguments for file::exec/cgi can be specified now as s table
4472: with one column
4473:
4474: 2007-03-27 misha
4475: * tests/162.html 1.1:
4476: * tests/results/162.processed 1.1:
4477: - test for ^table.select(^condition[$t])
4478:
4479: * tests/results/auto.p 1.2:
4480: - load windows-1251 charset for some tests
4481:
4482: * tests/run_parser.sh 1.4:
4483: PARSER_CONFIG -> CGI_PARSER_CONFIG
4484:
4485: * tests/013.html 1.3:
4486: * tests/results/013.processed 1.5:
4487: - added test for checking $._default value while hash
4488: modifications
4489:
4490: * tests/160.html 1.1:
4491: * tests/results/160.processed 1.1:
4492: - add test for ^cache[key](secs){code}, ^cache[] and ^cache(0)
4493:
4494: * tests/161.html 1.1:
4495: * tests/161_utf8.txt 1.1:
4496: * tests/161_windows1251.txt 1.1:
4497: * tests/results/161.processed 1.1:
4498: - added test for ^file::load[text;/local/file.txt;$.charset[...]]
4499:
4500:
4501: 2007-03-22 misha
4502: * operators.txt 1.191:
4503: - added info about date.weekyear
4504:
4505: * src/include/pa_common.h 1.113:
4506: - "charset" string defined for ^file::load[text;/local.txt] and ^
4507: table::load[/table.txt]
4508:
4509: * src/main/pa_common.C 1.223:
4510: * src/main/pa_http.C 1.6:
4511: - $.charset option for ^file::load[text;/local.txt] and ^table::load[/table.txt] was added
4512: - not needed transcodes were removed from ^file::load[...;http://...]
4513:
4514: * src/types/pa_vdate.h 1.44:
4515: - date.week was fixed
4516: - date.weekyear was added
4517:
4518: * src/classes/date.C 1.76:
4519: - date.week was fixed
4520:
4521: * tests/159.html 1.1:
4522: * tests/results/159.processed 1.1:
4523: - tests for date.week and date.weekyear added
4524:
4525: 2007-03-15 misha
4526: * src/classes/table.C 1.225:
4527: - enclose column numbers for nameless tables as well
4528:
4529: 2007-03-14 misha
4530: * src/targets/cgi/parser3.C 1.242:
4531: - bugxif. failed when request cgi
4532:
4533: * src/classes/table.C 1.224:
4534: - table.save optimization: now required much less memory
4535:
4536: 2007-03-13 misha
4537: * buildall-with-xml 1.8:
4538: - pattern needed now for building
4539:
4540: * tests/097.html 1.5:
4541: - added test for xdoc::load
4542:
4543: * buildall-with-xml 1.9:
4544: libxml2: --without-ftp --without-docbook
4545:
4546: * tests/results/097.processed 1.6:
4547: - added test results for xdoc::load & xdoc::load[http://...]
4548:
4549: * tests/158.html 1.1:
4550: * tests/results/158.processed 1.1:
4551: * tests/results/158.processes 1.1:
4552: * tests/results/158.processes 1.2:
4553: - tests for table.save/table.load
4554:
4555: 2007-03-12 misha
4556: * tests/107.html 1.4:
4557: * tests/results/107.processed 1.5:
4558: - added test for xpath '//man'
4559:
4560: 2007-03-01 misha
4561: * tests/097.html 1.4:
4562: * tests/results/097.processed 1.5:
4563: - added test for creating xdoc from file
4564:
4565: * tests/157.html 1.3:
4566: * tests/results/157.processed 1.2:
4567: - added test for file:move
4568:
4569: 2007-02-28 misha
4570: * tests/results/099.processed 1.5:
4571: - ever send content-disposition to client with file
4572:
4573: * operators.txt 1.190:
4574: * src/classes/xdoc.C 1.151:
4575: - ^xdoc::create[$file] added.
4576:
4577: * src/classes/xdoc.C 1.153:
4578: - another attempt
4579:
4580: * tests/157.html 1.1:
4581: + test for file:copy
4582:
4583: * src/classes/xdoc.C 1.152:
4584: - roll back last changes for a while
4585:
4586: * src/classes/file.C 1.153:
4587: - under lock we create non-exist dir anyway
4588:
4589: 2007-02-26 misha
4590: * src/classes/file.C 1.152:
4591: - some similar strings moved to #define instead of to be copy/
4592: pasted many times
4593:
4594: * src/types/pa_vfile.h 1.60:
4595: - class name string ("file") moved to #define
4596:
4597: 2007-02-20 misha
4598: * bin/auto.p.dist.in 1.14:
4599: - added lines for sqlite
4600:
4601: * configure.in 1.93:
4602: - added some strings for sqlite detection
4603:
4604: 2007-02-19 misha
4605: * buildall-with-xml 1.7:
4606: * buildall-without-xml 1.5:
4607: - some modifications
4608:
4609: * operators.txt 1.189:
4610: - some comments changes
4611:
4612: 2007-02-17 misha
4613: * buildall-with-xml 1.6:
4614: * buildall-without-xml 1.4:
4615: - moving to gc6.8
4616:
4617: * src/main/pa_request.C 1.285:
4618: - damn, i forgot to commit it while I change console behaviour
4619:
4620: 2007-02-12 misha
4621: * src/types/pa_vimage.C 1.36:
4622: * src/types/pa_vimage.h 1.47:
4623: - fixed bug added while adding 'bool' (^if($image){} caused
4624: exception)
4625:
4626: * src/targets/cgi/parser3.C 1.241:
4627: - don't print headers if $console:line[data] was used during cgi
4628: execution.
4629:
4630: * src/types/pa_vconsole.h 1.12:
4631: - console class have bool flag now which marked as 'true' if
4632: class was used.
4633:
4634: * tests/152.html 1.5:
4635: * tests/results/152.processed 1.6:
4636: - more types was added to test 152
4637:
4638: 2007-02-09 misha
4639: * src/types/pa_vxdoc.C 1.34:
4640: * src/types/pa_vxdoc.h 1.43:
4641: * src/types/pa_vxnode.C 1.48:
4642: * src/types/pa_vxnode.h 1.39:
4643: - bugfix. I broke xdoc & xnode in expression
4644:
4645: * tests/152.html 1.3:
4646: * tests/results/152.processed 1.4:
4647: - test rewrited
4648:
4649: * tests/152.html 1.4:
4650: * tests/results/152.processed 1.5:
4651: - test alightly updated
4652:
4653: 2007-02-08 misha
4654: * tests/152.html 1.2:
4655: * tests/results/152.processed 1.3:
4656: - add test for checking 'def' for void, string, bool, int &
4657: double
4658:
4659: 2007-02-07 misha
4660: * src/main/pa_common.C 1.222:
4661: - definitions for ^file:base64[filespec]
4662:
4663: * src/types/pa_vconsole.h 1.11:
4664: * src/types/pa_vcookie.C 1.71:
4665: - little optimization
4666:
4667: * src/classes/file.C 1.151:
4668: - ^file:base64[filespec]
4669:
4670: * tests/results/153.processed 1.2:
4671: - result test for ^file:base64[filespec] was updated
4672:
4673: * tests/153.html 1.2:
4674: - test for ^file:base64[filespec] was added
4675:
4676: * src/include/pa_common.h 1.112:
4677: - declarations for ^file:base64[filespec]
4678:
4679: * operators.txt 1.188:
4680: - ^file:base64[filespec] was added
4681:
4682: 2007-02-06 misha
4683: * src/types/pa_vbool.h 1.30:
4684: - bugfix
4685:
4686: * tests/156.html 1.1:
4687: - added test for bool cookie
4688:
4689: * src/main/utf8-to-lower.inc 1.2:
4690: * src/main/utf8-to-upper.inc 1.2:
4691: - some chars were temporary commented
4692:
4693: * tests/153.html 1.1:
4694: * tests/154.html 1.1:
4695: * tests/todo.txt 1.6:
4696: - two more tests added
4697:
4698: * src/types/pa_vcookie.h 1.32:
4699: - not needed string "cookie" removed
4700:
4701: * tests/155.html 1.1:
4702: * tests/results/155.processed 1.1:
4703: - added test for check $.encloser[] option for table save/load
4704:
4705: 2007-02-05 misha
4706: * tests/results/141.processed 1.5:
4707: - math:md5 must be lowercased
4708:
4709: * src/targets/cgi/parser3.C 1.240:
4710: - 2007 in help ;)
4711:
4712: * tests/results/152.processed 1.2:
4713: - newline at the end was missed
4714:
4715: 2007-02-03 misha
4716: * tests/152.html 1.1:
4717: - test for bool added
4718:
4719: * operators.txt 1.187:
4720: - info bool class was added
4721:
4722: * src/classes/Makefile.am 1.50:
4723: * src/classes/Makefile.in 1.63:
4724: * src/classes/bool.C 1.1:
4725: * src/classes/classes.vcproj 1.15:
4726: * src/classes/double.C 1.60:
4727: * src/classes/int.C 1.56:
4728: * src/classes/string.C 1.151:
4729: * src/classes/void.C 1.37:
4730: * src/classes/xnode.C 1.76:
4731: * src/include/pa_string.h 1.167:
4732: * src/types/pa_vbool.h 1.29:
4733: * src/types/pa_vclass.h 1.52:
4734: * src/types/pa_vimage.h 1.46:
4735: * src/types/pa_vint.h 1.45:
4736: * src/types/pa_vjunction.C 1.4:
4737: * src/types/pa_vjunction.h 1.25:
4738: * src/types/pa_vproperty.C 1.1:
4739: * src/types/pa_vproperty.h 1.4:
4740: * src/types/pa_vstateless_class.C 1.30:
4741: * src/types/pa_vstateless_class.h 1.55:
4742: * src/types/pa_vxdoc.C 1.33:
4743: * src/types/pa_vxdoc.h 1.42:
4744: * src/types/pa_vxnode.h 1.38:
4745: * src/types/types.vcproj 1.19:
4746: - bool class was added
4747:
4748: * tests/results/150.processed 1.2:
4749: * tests/results/151.processed 1.2:
4750: * tests/results/152.processed 1.1:
4751: - test for bool added and some content length fixes
4752:
4753: * buildall-with-xml 1.5:
4754: - moved to libxml2-2.6.27 and libxslt-1.1.20
4755:
4756: * src/main/pa_request.C 1.284:
4757: - fix
4758:
4759: 2007-01-18 misha
4760: * src/classes/string.C 1.150:
4761: * src/main/pa_string.C 1.208:
4762: - return table during ^string.match[][] even if no matched
4763: found.
4764:
4765: 2006-12-20 misha
4766: * src/types/pa_method.h 1.7:
4767: * src/types/pa_vfile.h 1.59:
4768: - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
4769:
4770: 2006-12-19 misha
4771: * src/main/pa_request.C 1.283:
4772: - always set content-disposition for $response:body[hash here].
4773: more details: http://www.parser.ru/forum/?id=52130
4774:
4775: * src/types/pa_vxdoc.C 1.32:
4776: - $xDoc is "xnode" == true now. more details: http://
4777: www.parser.ru/forum/?id=52359
4778:
4779: 2006-12-07 misha
4780: * operators.txt 1.186:
4781: - added info about bool params in cookie set
4782:
4783: * src/types/pa_value.C 1.21:
4784: * src/types/pa_value.h 1.128:
4785: * src/types/pa_vbool.h 1.28:
4786: - is_bool method was added
4787:
4788: * src/types/pa_vcookie.C 1.70:
4789: - bool param in cookies available now
4790: $cookie:name[
4791: $.value[123]
4792: $.secure(true)
4793: $.httponly(true)
4794: ]
4795:
4796: 2006-12-02 misha
4797: * src/classes/file.C 1.150:
4798: - file_block_read used instead of native read
4799:
4800: * src/include/pa_common.h 1.111:
4801: - added file_block_read declaration
4802:
4803: * src/main/pa_common.C 1.221:
4804: - added file_block_read with read error detection
4805: - file_block_read used instead of native read
4806:
4807: 2006-12-01 misha
4808: * src/classes/file.C 1.148:
4809: - ^file:copy[from;fo] was added
4810:
4811: * operators.txt 1.184:
4812: - added info about ^file:copy[]
4813:
4814: * src/types/pa_vstateless_class.C 1.29:
4815: * src/types/pa_vstateless_class.h 1.54:
4816: - $var.CLASS_NAME added
4817:
4818: * operators.txt 1.185:
4819: - info about $var.CLASS_NAME was added
4820:
4821: 2006-11-20 misha
4822: * src/classes/date.C 1.75:
4823: - bug fix :)
4824:
4825: 2006-11-17 misha
4826: * src/main/pa_common.C 1.220:
4827: - little optimization in getMonthDays
4828: - small changes in crc32 calculation
4829:
4830: * src/classes/date.C 1.74:
4831: - not needed code was removed
4832:
4833: * src/include/pa_common.h 1.110:
4834: - array in crc32 calculation was changed to static
4835:
4836: 2006-11-16 misha
4837: * src/types/pa_vmail.C 1.76:
4838: - mail:send now set content-type: multipart/related instead of
4839: multipart/mixed if file have $.content-id[]
4840:
4841: * src/types/pa_vmail.C 1.77:
4842: - fix missed brakes
4843:
4844: 2006-11-15 misha
4845: * src/types/pa_vdouble.h 1.52:
4846: abs -> fabs
4847:
4848: 2006-11-14 misha
4849: * src/include/pa_common.h 1.109:
4850: - hex_string was moved from math.C
4851: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
4852:
4853: * operators.txt 1.183:
4854: - added info about ^file.md5[] and ^file:md5[file-name]
4855:
4856: * src/types/pa_vdouble.h 1.51:
4857: - incorrect frac detection with negative values was fixed
4858:
4859: * src/classes/math.C 1.44:
4860: - hex_string was moved to pa_common.h
4861:
4862: * src/main/pa_common.C 1.219:
4863: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
4864:
4865: * src/classes/file.C 1.147:
4866: - ^file.md5[] and ^file:md5[file-name] were added
4867:
4868: 2006-11-13 misha
4869: * operators.txt 1.182:
4870: - added info about ^math:crc32[string], ^file:crc32[file-name] &
4871: ^file.crc32[]
4872:
4873: * src/classes/file.C 1.146:
4874: - some comments were changed
4875: - added ^file:crc32[file-name] and ^file.crc32[]
4876:
4877: * src/classes/math.C 1.43:
4878: - added ^math:crc32[string]
4879:
4880: * src/include/pa_common.h 1.108:
4881: * src/main/pa_common.C 1.218:
4882: - some functions for crc32 calculation added
4883:
4884: 2006-11-03 misha
4885: * tests/150.html 1.1:
4886: * tests/151.html 1.1:
4887: * tests/results/150.processed 1.1:
4888: * tests/results/151.processed 1.1:
4889: - 2 tests were added
4890:
4891: * src/include/pa_array.h 1.70:
4892: - not needed variable removed
4893:
4894: * src/include/pa_array.h 1.69:
4895: * src/include/pa_table.h 1.62:
4896: - table.locate & table.join with $.reverse(1) were fixed
4897:
4898: * src/main/pa_http.C 1.5:
4899: - bug fix. now tainted data from $.form and query converted to $
4900: .charset during ^file::load[http://...]
4901:
4902: 2006-11-02 misha
4903: * src/include/pa_table.h 1.61:
4904: ups. forget '=' char
4905:
4906: * src/include/pa_table.h 1.60:
4907: - one more fix in .locate[...][$.reverse(1)]
4908:
4909: 2006-11-01 misha
4910: * src/main/pa_http.C 1.4:
4911: - second param for this mid method is length but not end_index so this method has error and can't detect charsets in next content-types:
4912: Content-type: text/html; charset="windows-1251"
4913: Content-type: text/html; charset="windows-1251";
4914: Content-type: text/html; charset=windows-1251;
4915:
4916: only
4917: Content-type: text/html; charset=windows-1251
4918: was fine
4919:
4920: * src/include/pa_table.h 1.59:
4921: - bug fix during ^table.locate( condition false for all records )
4922: [$.reverse(1)]
4923:
4924: * src/classes/math.C 1.42:
4925: - bug fix, details: http://www.parser.ru/forum/?id=53360
4926:
4927: 2006-10-31 misha
4928: * src/classes/file.C 1.145:
4929: - empty args in file::exec removed now
4930:
4931: 2006-09-11 misha
4932: * bin/auto.p.dist.in 1.13:
4933: - 2 errors were fixed
4934: - table::set was replaced to table::create
4935: - some changes in text/code formatting
4936:
4937: 2006-09-03 paf
4938: * src/classes/file.C 1.144:
4939: proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
4940: PARAMS]
4941:
4942: 2006-06-09 paf
4943: * src/classes/table.C 1.223:
4944: formatting
4945:
4946: * src/classes/hash.C 1.78:
4947: incorporated patch from misha
4948: Sent: Wednesday, June 07, 2006 9:52 PM
4949: Subject: parser3: patch for $hash._default disappear while
4950:
4951: * src/types/pa_vmail.C 1.75:
4952: misha:
4953: Sent: Wednesday, June 07, 2006 8:51 PM
4954: Subject: patch for base64 in ^mail:send[] %-)
4955:
4956: * src/classes/table.C 1.222:
4957: incorporated patch from misha:
4958: Sent: Thursday, June 08, 2006 12:38 PM
4959: Subject: parser3: patch for ignoring string options for ^table.save[]
4960:
4961: * src/lib/pcre/pcre-2_08.tar.gz 1.2:
4962: one can easily find those
4963:
4964: * operators.txt 1.181:
4965: ^mail:send[
4966: $.file1[
4967: $.value[file]
4968: $.format[!uue|!base64] << new base64 option. default uue
4969: ]
4970: ]
4971:
4972: 2006-04-09 paf
4973: * buildall-with-xml [release_3_2_1] 1.1.2.5:
4974: merged
4975: . ftp paths update
4976:
4977: * buildall-with-xml 1.4:
4978: . ftp paths update
4979:
4980: * gnu.vcproj 1.2:
4981: * operators.txt 1.180:
4982: * parser3.sln 1.10:
4983: * src/classes/classes.vcproj 1.14:
4984: * src/classes/file.C 1.143:
4985: * src/classes/hash.C 1.77:
4986: * src/classes/hashfile.C 1.37:
4987: * src/classes/image.C 1.114:
4988: * src/classes/op.C 1.164:
4989: * src/classes/table.C 1.221:
4990: * src/classes/xdoc.C 1.150:
4991: * src/classes/xnode.C 1.75:
4992: * src/include/pa_array.h 1.68:
4993: * src/include/pa_config_fixed.h 1.71:
4994: * src/include/pa_dir.h 1.19:
4995: * src/include/pa_memory.h 1.15:
4996: * src/include/pa_request.h 1.181:
4997: * src/include/pa_stack.h 1.25:
4998: * src/lib/cord/cord.vcproj 1.4:
4999: * src/lib/gd/gd.vcproj 1.9:
5000: * src/lib/ltdl/ltdl.vcproj 1.4:
5001: * src/lib/md5/md5.vcproj 1.4:
5002: * src/lib/pcre/pcre.vcproj 1.4:
5003: * src/lib/pcre/pcre_dftables.vcproj 1.5:
5004: * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
5005: * src/lib/sdbm/sdbm.vcproj 1.5:
5006: * src/lib/smtp/smtp.h 1.7:
5007: * src/lib/smtp/smtp.vcproj 1.8:
5008: * src/main/compile.y 1.220:
5009: * src/main/execute.C 1.315:
5010: * src/main/main.vcproj 1.19:
5011: * src/main/pa_cache_managers.C 1.17:
5012: * src/main/pa_charset.C 1.55:
5013: * src/main/pa_exec.C 1.68:
5014: * src/main/pa_http.C 1.3:
5015: * src/main/pa_request.C 1.281:
5016: * src/main/pa_socks.C 1.25:
5017: * src/main/pa_sql_driver_manager.C 1.86:
5018: * src/main/pa_string.C 1.207:
5019: * src/main/pa_stylesheet_connection.C 1.5:
5020: * src/main/pa_stylesheet_manager.C 1.28:
5021: * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
5022: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
5023: * src/targets/apache13core/pa_threads.C 1.6:
5024: * src/targets/cgi/getopt.c 1.5:
5025: * src/targets/cgi/parser3.C 1.239:
5026: * src/targets/cgi/parser3.vcproj 1.14:
5027: * src/targets/isapi/pa_threads.C 1.18:
5028: * src/targets/isapi/parser3isapi.C 1.97:
5029: * src/targets/isapi/parser3isapi.vcproj 1.10:
5030: * src/types/pa_value.C 1.20:
5031: * src/types/pa_value.h 1.127:
5032: * src/types/pa_vcookie.C 1.69:
5033: * src/types/pa_vhashfile.C 1.50:
5034: * src/types/pa_vhashfile.h 1.34:
5035: * src/types/pa_vmail.C 1.74:
5036: * src/types/pa_vresponse.C 1.27:
5037: * src/types/pa_vstatus.C 1.26:
5038: * src/types/types.vcproj 1.18:
5039: * tests/descript.ion 1.4:
5040: * www/htdocs/_bug.html 1.117:
5041: * www/htdocs/_bug.xsl 1.16:
5042: + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
5043: hashfile.foreach
5044:
5045: * src/main/compile.tab.C 1.113:
5046: ` change compiled
5047:
5048: * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
5049: * parser3.sln [vs2005_to_gcc] 1.9.28.1:
5050: * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
5051: * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
5052: * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
5053: * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
5054: * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
5055: * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
5056: * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
5057: * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
5058: * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
5059: * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
5060: * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
5061: * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
5062: * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
5063: * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
5064: * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
5065: * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
5066: * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
5067: * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
5068: * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
5069: * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
5070: * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
5071: * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
5072: * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
5073: * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
5074: * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
5075: * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
5076: * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
5077: * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
5078: * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
5079: * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
5080: * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
5081: * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
5082: * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
5083: * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
5084: * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
5085: * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
5086: * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
5087: * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
5088: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
5089: * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
5090: * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
5091: * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
5092: * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
5093: * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
5094: * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
5095: * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
5096: * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
5097: * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
5098: * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
5099: * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
5100: * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
5101: * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
5102: * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
5103: * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
5104: * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
5105: * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
5106: ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
5107: + $response:field[] setting void means removing
5108: + grammar $name` name stops now, for mysql `$field`
5109: + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
5110: + all log messages += [uri=, method=, cl=]
5111:
5112: 2006-03-23 moko
5113: * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
5114: * Makefile.am [release_3_2_1] 1.51.6.3:
5115: * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
5116: * Makefile.in [release_3_2_1] 1.65.6.3:
5117: * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
5118: * acinclude.m4 [release_3_2_1] 1.38.6.1:
5119: * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
5120: * aclocal.m4 [release_3_2_1] 1.41.6.1:
5121: * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
5122: * acsite.m4 [release_3_2_1] 1.16.6.1:
5123: * configure [release_3_1_6] 1.83.6.4.2.2:
5124: * configure [release_3_2_1] 1.90.2.2:
5125: * configure.in [release_3_1_6] 1.83.6.5.2.2:
5126: * configure.in [release_3_2_1] 1.91.2.2:
5127: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
5128: * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
5129: *** empty log message ***
5130:
5131: 2006-03-04 paf
5132: * src/main/pa_string.C 1.206:
5133: ! cache file curruption checks++ [thanks to Igor Zinkovsky for
5134: detailed report]
5135:
5136: * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
5137: * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
5138: merged from HEAD
5139: ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
5140:
5141: 2006-03-01 paf
5142: * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
5143: merged from HEAD
5144: ! mail:send << changed \r or \n to ' ' in
5145:
5146: 2006-02-18 paf
5147: * src/main/untaint.C [release_3_2_1] 1.136.6.1:
5148: merged from HEAD
5149: ! mail:send << changed \r or \n to ' ' in
5150:
5151: * src/main/untaint.C 1.137:
5152: ! mail:send << changed \r or \n to ' ' in
5153:
5154: 2006-02-03 paf
5155: * src/main/pa_common.C 1.217:
5156: ! bugfix: decoding from base64
5157:
5158: * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
5159: merged from HEAD
5160: ! bugfix: decoding from base64
5161:
5162: 2006-01-20 paf
5163: * src/classes/table.C 1.220:
5164: ! bugfix ^table.save[$.encloser-s now handled properly
5165:
5166: * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
5167: * src/classes/table.C [release_3_2_1] 1.219.6.1:
5168: merged from HEAD
5169: ! bugfix ^table.save[$.encloser-s now handled properly
5170:
5171: * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
5172: . merged hashfile.foreach memory economy fix
5173:
5174: 2006-01-19 paf
5175: * buildall-with-xml [release_3_2_1] 1.1.2.4:
5176: * buildall-without-xml [release_3_2_1] 1.1.2.4:
5177: merged from HEAD
5178: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
5179: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
5180:
5181: * buildall-with-xml 1.3:
5182: * buildall-without-xml 1.3:
5183: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
5184: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
5185:
5186: * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
5187: . merged hashfile.foreach memory economy fix
5188:
5189: 2006-01-17 paf
5190: * src/types/pa_vhashfile.C 1.49:
5191: ! hashfile.foreach: counted pairs before reading them. got rid
5192: of reallocs = became quicker and less fragmentated
5193:
5194: 2005-12-29 paf
5195: * Makefile.am [release_3_2_1] 1.51.6.2:
5196: * Makefile.in [release_3_2_1] 1.65.6.2:
5197: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
5198: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
5199: . now site.m4 also packaged when 'make dist', so do configure
5200: companion files in src/lib/ltdl
5201:
5202: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
5203: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
5204: * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
5205: * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
5206: * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
5207: * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
5208: * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
5209: * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
5210: * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
5211: * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
5212: . now config_auto.h is created with configure [were constant]
5213:
5214: * INSTALL [release_3_2_1] 1.48.2.2:
5215: * buildall-with-xml [release_3_2_1] 1.1.2.3:
5216: * buildall-without-xml [release_3_2_1] 1.1.2.3:
5217: *** empty log message ***
5218:
5219: * buildall-with-xml [release_3_2_1] 1.1.2.2:
5220: * buildall-without-xml [release_3_2_1] 1.1.2.2:
5221: . farawell doc indication
5222:
5223: * src/lib/ltdl/ltmain.sh 1.1:
5224: file ltmain.sh was initially added on branch release_3_2_1.
5225:
5226: * INSTALL 1.49:
5227: * Makefile.am 1.52:
5228: * Makefile.in 1.66:
5229: * buildall-with-xml 1.2:
5230: * buildall-without-xml 1.2:
5231: * configure 1.91:
5232: * configure.in 1.92:
5233: * src/include/pa_version.h 1.28:
5234: * src/lib/ltdl/Makefile.am 1.3:
5235: * src/lib/ltdl/Makefile.in 1.9:
5236: * src/lib/ltdl/acconfig.h 1.2:
5237: * src/lib/ltdl/acinclude.m4 1.3:
5238: * src/lib/ltdl/config.guess 1.3:
5239: * src/lib/ltdl/config.sub 1.3:
5240: * src/lib/ltdl/configure.in 1.5:
5241: * src/lib/ltdl/install-sh 1.3:
5242: * src/lib/ltdl/ltmain.sh 1.2:
5243: * src/lib/ltdl/missing 1.3:
5244: * www/htdocs/_bug.html 1.116:
5245: . merged from 3.2.1
5246:
5247: * INSTALL [release_3_2_1] 1.48.2.3:
5248: . references to documentation and some clarification
5249:
5250: * Makefile.am [release_3_2_1] 1.51.6.1:
5251: * Makefile.in [release_3_2_1] 1.65.6.1:
5252: . dist+=buildall*
5253:
5254: * src/lib/ltdl/acconfig.h 1.1:
5255: file acconfig.h was initially added on branch release_3_2_1.
5256:
5257: 2005-12-28 paf
5258: * configure [release_3_2_1] 1.90.2.1:
5259: . 3.2.1
5260:
5261: * buildall-with-xml 1.1:
5262: file buildall-with-xml was initially added on branch
5263: release_3_2_1.
5264:
5265: * INSTALL [release_3_2_1] 1.48.2.1:
5266: * buildall-with-xml [release_3_2_1] 1.1.2.1:
5267: * buildall-without-xml [release_3_2_1] 1.1.2.1:
5268: + started to simplify build process, see INSTALL
5269:
5270: * buildall-without-xml 1.1:
5271: file buildall-without-xml was initially added on branch
5272: release_3_2_1.
5273:
5274: 2005-12-26 paf
5275: * configure.in [release_3_1_6] 1.83.6.5.2.1:
5276: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
5277: * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
5278: version
5279:
5280: * configure [release_3_1_6] 1.83.6.4.2.1:
5281: ver
5282:
5283: 2005-12-21 paf
5284: * src/main/compile.tab.C 1.112:
5285: * src/main/main.vcproj 1.18:
5286: * www/htdocs/_bug.html 1.115:
5287: . win32: grammar is now compiled with bison 1.875b, it reports
5288: unexpected token names
5289:
5290: 2005-12-19 paf
5291: * configure 1.89:
5292: * src/lib/Makefile.in 1.15:
5293: * src/lib/cord/Makefile.in 1.6:
5294: . makes
5295:
5296: * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
5297: * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
5298: * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
5299: * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
5300: ! bugfix xnode now holds a link to xmlNode to prevent premature
5301: gc(xmlNode)
5302:
5303: * configure 1.90:
5304: * configure.in 1.91:
5305: * src/classes/classes.vcproj 1.13:
5306: * src/include/pa_config_fixed.h 1.70:
5307: * src/include/pa_version.h 1.26:
5308: * src/include/pa_version.h 1.27:
5309: * src/lib/gd/gd.vcproj 1.8:
5310: * src/lib/smtp/smtp.vcproj 1.7:
5311: * src/main/main.vcproj 1.17:
5312: * src/main/pa_globals.C 1.181:
5313: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
5314: * src/targets/cgi/parser3.vcproj 1.13:
5315: * src/targets/isapi/parser3isapi.vcproj 1.9:
5316: * src/types/types.vcproj 1.17:
5317: . killing gdome [what a relief]
5318:
5319: * src/types/pa_vxnode.C 1.47:
5320: . less warnings
5321:
5322: * src/targets/cgi/parser3.C 1.238:
5323: . style
5324:
5325: * src/classes/xnode.C 1.74:
5326: . "xml.dom"
5327: . xnode.select* now works on xdoc too [were barking "not element"]
5328:
5329: * tests/137.html 1.3:
5330: * tests/results/137.processed 1.4:
5331: . not handled this case yet. code does not hang from inserting
5332: parent into child, considering thing minor issue -- nodes are
5333: removed from source anyway, don't know why shold that be an
5334: error after all
5335:
5336: * tests/097.html 1.3:
5337: * tests/106.html 1.3:
5338: * tests/108.html 1.3:
5339: * tests/110.html 1.3:
5340: * tests/112.html 1.3:
5341: * tests/113.html 1.3:
5342: * tests/114.html 1.3:
5343: * tests/115.html 1.3:
5344: * tests/116.html 1.3:
5345: * tests/117.html 1.3:
5346: * tests/Makefile 1.4:
5347: * tests/results/001.processed 1.4:
5348: * tests/results/002.processed 1.4:
5349: * tests/results/003.processed 1.4:
5350: * tests/results/004.processed 1.4:
5351: * tests/results/005.processed 1.4:
5352: * tests/results/006.processed 1.4:
5353: * tests/results/008.processed 1.4:
5354: * tests/results/009.processed 1.4:
5355: * tests/results/010.processed 1.4:
5356: * tests/results/011.processed 1.4:
5357: * tests/results/012.processed 1.4:
5358: * tests/results/013.processed 1.4:
5359: * tests/results/014.processed 1.4:
5360: * tests/results/015.processed 1.4:
5361: * tests/results/016.processed 1.4:
5362: * tests/results/017.processed 1.4:
5363: * tests/results/018.processed 1.4:
5364: * tests/results/020.processed 1.4:
5365: * tests/results/021.processed 1.4:
5366: * tests/results/022.processed 1.4:
5367: * tests/results/023.processed 1.4:
5368: * tests/results/024.processed 1.4:
5369: * tests/results/025.processed 1.4:
5370: * tests/results/026.processed 1.4:
5371: * tests/results/027.processed 1.4:
5372: * tests/results/028.processed 1.4:
5373: * tests/results/029.processed 1.4:
5374: * tests/results/030.processed 1.4:
5375: * tests/results/031.processed 1.4:
5376: * tests/results/032.processed 1.4:
5377: * tests/results/033.processed 1.4:
5378: * tests/results/034.processed 1.4:
5379: * tests/results/035.processed 1.4:
5380: * tests/results/036.processed 1.4:
5381: * tests/results/037.processed 1.4:
5382: * tests/results/038.processed 1.4:
5383: * tests/results/039.processed 1.4:
5384: * tests/results/040.processed 1.4:
5385: * tests/results/041.processed 1.4:
5386: * tests/results/042.processed 1.4:
5387: * tests/results/043.processed 1.4:
5388: * tests/results/044.processed 1.4:
5389: * tests/results/045.processed 1.4:
5390: * tests/results/046.processed 1.4:
5391: * tests/results/047.processed 1.4:
5392: * tests/results/048.processed 1.4:
5393: * tests/results/049.processed 1.4:
5394: * tests/results/050.processed 1.4:
5395: * tests/results/051.processed 1.4:
5396: * tests/results/052.processed 1.4:
5397: * tests/results/053.processed 1.4:
5398: * tests/results/054.processed 1.4:
5399: * tests/results/055.processed 1.4:
5400: * tests/results/056.processed 1.4:
5401: * tests/results/057.processed 1.4:
5402: * tests/results/058.processed 1.4:
5403: * tests/results/059.processed 1.4:
5404: * tests/results/060.processed 1.4:
5405: * tests/results/061.processed 1.4:
5406: * tests/results/062.processed 1.4:
5407: * tests/results/063.processed 1.4:
5408: * tests/results/064.processed 1.4:
5409: * tests/results/065.processed 1.4:
5410: * tests/results/066.processed 1.4:
5411: * tests/results/067.processed 1.4:
5412: * tests/results/068.processed 1.4:
5413: * tests/results/069.processed 1.4:
5414: * tests/results/070.processed 1.4:
5415: * tests/results/071.processed 1.4:
5416: * tests/results/072.processed 1.4:
5417: * tests/results/073.processed 1.4:
5418: * tests/results/074.processed 1.4:
5419: * tests/results/075.processed 1.4:
5420: * tests/results/076.processed 1.4:
5421: * tests/results/077.processed 1.4:
5422: * tests/results/078.processed 1.4:
5423: * tests/results/079.processed 1.4:
5424: * tests/results/080.processed 1.4:
5425: * tests/results/081.processed 1.4:
5426: * tests/results/082.processed 1.4:
5427: * tests/results/083.processed 1.4:
5428: * tests/results/084.processed 1.4:
5429: * tests/results/085.processed 1.4:
5430: * tests/results/086.processed 1.4:
5431: * tests/results/087.processed 1.4:
5432: * tests/results/088.processed 1.4:
5433: * tests/results/089.processed 1.4:
5434: * tests/results/090.processed 1.4:
5435: * tests/results/091.processed 1.4:
5436: * tests/results/092.processed 1.4:
5437: * tests/results/093.processed 1.4:
5438: * tests/results/094.processed 1.4:
5439: * tests/results/095.processed 1.4:
5440: * tests/results/096.processed 1.4:
5441: * tests/results/097.processed 1.4:
5442: * tests/results/099.processed 1.4:
5443: * tests/results/100.processed 1.3:
5444: * tests/results/101.processed 1.4:
5445: * tests/results/102.processed 1.4:
5446: * tests/results/104.processed 1.4:
5447: * tests/results/105.processed 1.4:
5448: * tests/results/106.processed 1.4:
5449: * tests/results/107.processed 1.4:
5450: * tests/results/108.processed 1.4:
5451: * tests/results/109.processed 1.4:
5452: * tests/results/110.processed 1.4:
5453: * tests/results/111.processed 1.4:
5454: * tests/results/112.processed 1.4:
5455: * tests/results/113.processed 1.4:
5456: * tests/results/114.processed 1.4:
5457: * tests/results/115.processed 1.4:
5458: * tests/results/117.processed 1.4:
5459: * tests/results/119.processed 1.4:
5460: * tests/results/120.processed 1.4:
5461: * tests/results/121.processed 1.4:
5462: * tests/results/122.processed 1.4:
5463: * tests/results/123.processed 1.4:
5464: * tests/results/124.processed 1.4:
5465: * tests/results/125.processed 1.4:
5466: * tests/results/126.processed 1.4:
5467: * tests/results/127.processed 1.4:
5468: * tests/results/128.processed 1.4:
5469: * tests/results/129.processed 1.4:
5470: * tests/results/130.processed 1.4:
5471: * tests/results/131.processed 1.4:
5472: * tests/results/132.processed 1.4:
5473: * tests/results/133.processed 1.4:
5474: * tests/results/134.processed 1.4:
5475: * tests/results/135.processed 1.4:
5476: * tests/results/136.processed 1.4:
5477: * tests/results/138.processed 1.4:
5478: * tests/results/139.processed 1.4:
5479: * tests/results/140.processed 1.4:
5480: * tests/results/141.processed 1.4:
5481: * tests/results/142.processed 1.2:
5482: * tests/results/143.processed 1.2:
5483: * tests/results/144.processed 1.2:
5484: * tests/results/145.processed 1.2:
5485: * tests/results/146.processed 1.2:
5486: * tests/results/147.processed 1.2:
5487: * tests/results/148.processed 1.2:
5488: * tests/results/149.processed 1.2:
5489: * tests/results/auto.p 1.1:
5490: * tests/run_parser.sh 1.3:
5491: . now works if we turn off default auto.p
5492:
5493: * src/types/pa_vxnode.C 1.46:
5494: * tests/142.html 1.2:
5495: * tests/144.html 1.2:
5496: * tests/145.html 1.2:
5497: * tests/149.html 1.1:
5498: * tests/descript.ion 1.3:
5499: * tests/outputs/d.cmd 1.1:
5500: * tests/results/142.processed 1.1:
5501: * tests/results/143.processed 1.1:
5502: * tests/results/144.processed 1.1:
5503: * tests/results/145.processed 1.1:
5504: * tests/results/146.processed 1.1:
5505: * tests/results/147.processed 1.1:
5506: * tests/results/148.processed 1.1:
5507: * tests/results/149.processed 1.1:
5508: * www/htdocs/_bug.html 1.114:
5509: . removed .nodeValue from all node types other than 5 (grabbed
5510: piece from gdome)
5511:
5512: 2005-12-16 paf
5513: * tests/142.html 1.1:
5514: * tests/143.html 1.1:
5515: * tests/144.html 1.1:
5516: * tests/145.html 1.1:
5517: . dom [part]
5518:
5519: * tests/146.html 1.1:
5520: * tests/147.html 1.1:
5521: * tests/148.html 1.1:
5522: * www/htdocs/_bug.html 1.113:
5523: . more tests
5524:
5525: * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
5526: * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
5527: * src/main/compile.y [release_3_1_5] 1.213.10.7:
5528: * src/main/compile.y [release_3_2_0] 1.217.2.2:
5529: * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
5530: * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
5531: merged from HEAD
5532: ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
5533:
5534: * src/main/compile.tab.C 1.111:
5535: * src/main/compile.y 1.219:
5536: * www/htdocs/_bug.html 1.112:
5537: ! fixed overoptimized ^call(false) case. (confused it with ^call[
5538: ] case)
5539:
5540: * INSTALL 1.47:
5541: * configure.in 1.90:
5542: * src/lib/Makefile.am 1.8:
5543: . sweetest part [no glib/gdome in INSTALL and patches]
5544:
5545: * tests/006.html 1.3:
5546: * tests/034.html 1.3:
5547: * tests/057.html 1.3:
5548: * tests/Makefile 1.3:
5549: * tests/make_tests.cmd 1.1:
5550: * tests/results/001.processed 1.3:
5551: * tests/results/002.processed 1.3:
5552: * tests/results/003.processed 1.3:
5553: * tests/results/004.processed 1.3:
5554: * tests/results/005.processed 1.3:
5555: * tests/results/006.processed 1.3:
5556: * tests/results/008.processed 1.3:
5557: * tests/results/009.processed 1.3:
5558: * tests/results/010.processed 1.3:
5559: * tests/results/011.processed 1.3:
5560: * tests/results/012.processed 1.3:
5561: * tests/results/013.processed 1.3:
5562: * tests/results/014.processed 1.3:
5563: * tests/results/015.processed 1.3:
5564: * tests/results/016.processed 1.3:
5565: * tests/results/017.processed 1.3:
5566: * tests/results/018.processed 1.3:
5567: * tests/results/019.processed 1.3:
5568: * tests/results/020.processed 1.3:
5569: * tests/results/021.processed 1.3:
5570: * tests/results/022.processed 1.3:
5571: * tests/results/023.processed 1.3:
5572: * tests/results/024.processed 1.3:
5573: * tests/results/025.processed 1.3:
5574: * tests/results/026.processed 1.3:
5575: * tests/results/027.processed 1.3:
5576: * tests/results/028.processed 1.3:
5577: * tests/results/029.processed 1.3:
5578: * tests/results/030.processed 1.3:
5579: * tests/results/031.processed 1.3:
5580: * tests/results/032.processed 1.3:
5581: * tests/results/033.processed 1.3:
5582: * tests/results/034.processed 1.3:
5583: * tests/results/035.processed 1.3:
5584: * tests/results/036.processed 1.3:
5585: * tests/results/037.processed 1.3:
5586: * tests/results/038.processed 1.3:
5587: * tests/results/039.processed 1.3:
5588: * tests/results/040.processed 1.3:
5589: * tests/results/041.processed 1.3:
5590: * tests/results/042.processed 1.3:
5591: * tests/results/043.processed 1.3:
5592: * tests/results/044.processed 1.3:
5593: * tests/results/045.processed 1.3:
5594: * tests/results/046.processed 1.3:
5595: * tests/results/047.processed 1.3:
5596: * tests/results/048.processed 1.3:
5597: * tests/results/049.processed 1.3:
5598: * tests/results/050.processed 1.3:
5599: * tests/results/051.processed 1.3:
5600: * tests/results/052.processed 1.3:
5601: * tests/results/053.processed 1.3:
5602: * tests/results/054.processed 1.3:
5603: * tests/results/055.processed 1.3:
5604: * tests/results/056.processed 1.3:
5605: * tests/results/057.processed 1.3:
5606: * tests/results/058.processed 1.3:
5607: * tests/results/059.processed 1.3:
5608: * tests/results/060.processed 1.3:
5609: * tests/results/061.processed 1.3:
5610: * tests/results/062.processed 1.3:
5611: * tests/results/063.processed 1.3:
5612: * tests/results/064.processed 1.3:
5613: * tests/results/065.processed 1.3:
5614: * tests/results/066.processed 1.3:
5615: * tests/results/067.processed 1.3:
5616: * tests/results/068.processed 1.3:
5617: * tests/results/069.processed 1.3:
5618: * tests/results/070.processed 1.3:
5619: * tests/results/071.processed 1.3:
5620: * tests/results/072.processed 1.3:
5621: * tests/results/073.processed 1.3:
5622: * tests/results/074.processed 1.3:
5623: * tests/results/075.processed 1.3:
5624: * tests/results/076.processed 1.3:
5625: * tests/results/077.processed 1.3:
5626: * tests/results/078.processed 1.3:
5627: * tests/results/079.processed 1.3:
5628: * tests/results/080.processed 1.3:
5629: * tests/results/081.processed 1.3:
5630: * tests/results/082.processed 1.3:
5631: * tests/results/083.processed 1.3:
5632: * tests/results/084.processed 1.3:
5633: * tests/results/085.processed 1.3:
5634: * tests/results/086.processed 1.3:
5635: * tests/results/087.processed 1.3:
5636: * tests/results/088.processed 1.3:
5637: * tests/results/089.processed 1.3:
5638: * tests/results/090.processed 1.3:
5639: * tests/results/091.processed 1.3:
5640: * tests/results/092.processed 1.3:
5641: * tests/results/093.processed 1.3:
5642: * tests/results/094.processed 1.3:
5643: * tests/results/095.processed 1.3:
5644: * tests/results/096.processed 1.3:
5645: * tests/results/097.processed 1.3:
5646: * tests/results/099.processed 1.3:
5647: * tests/results/101.processed 1.3:
5648: * tests/results/102.processed 1.3:
5649: * tests/results/104.processed 1.3:
5650: * tests/results/105.processed 1.3:
5651: * tests/results/106.processed 1.3:
5652: * tests/results/107.processed 1.3:
5653: * tests/results/108.processed 1.3:
5654: * tests/results/109.processed 1.3:
5655: * tests/results/110.processed 1.3:
5656: * tests/results/111.processed 1.3:
5657: * tests/results/112.processed 1.3:
5658: * tests/results/113.processed 1.3:
5659: * tests/results/114.processed 1.3:
5660: * tests/results/115.processed 1.3:
5661: * tests/results/116.processed 1.3:
5662: * tests/results/117.processed 1.3:
5663: * tests/results/118.processed 1.3:
5664: * tests/results/119.processed 1.3:
5665: * tests/results/120.processed 1.3:
5666: * tests/results/121.processed 1.3:
5667: * tests/results/122.processed 1.3:
5668: * tests/results/123.processed 1.3:
5669: * tests/results/124.processed 1.3:
5670: * tests/results/125.processed 1.3:
5671: * tests/results/126.processed 1.3:
5672: * tests/results/127.processed 1.3:
5673: * tests/results/128.processed 1.3:
5674: * tests/results/129.processed 1.3:
5675: * tests/results/130.processed 1.3:
5676: * tests/results/131.processed 1.3:
5677: * tests/results/132.processed 1.3:
5678: * tests/results/133.processed 1.3:
5679: * tests/results/134.processed 1.3:
5680: * tests/results/135.processed 1.3:
5681: * tests/results/136.processed 1.3:
5682: * tests/results/137.processed 1.3:
5683: * tests/results/138.processed 1.3:
5684: * tests/results/139.processed 1.3:
5685: * tests/results/140.processed 1.3:
5686: * tests/results/141.processed 1.3:
5687: . refreshed old tests, made them work without auto.p (in utf8)
5688: . things noted:
5689: . gif got encoded differently
5690: . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
5691:
5692: * src/classes/xdoc.C 1.149:
5693: * src/classes/xnode.C 1.72:
5694: * src/classes/xnode.h 1.25:
5695: * src/include/pa_charset.h 1.32:
5696: * src/include/pa_config_includes.h 1.32:
5697: * src/include/pa_globals.h 1.113:
5698: * src/include/pa_memory.h 1.14:
5699: * src/include/pa_request.h 1.180:
5700: * src/include/pa_xml_exception.h 1.5:
5701: * src/lib/cord/Makefile.am 1.4:
5702: * src/lib/cord/cord.vcproj 1.3:
5703: * src/lib/cord/cordbscs.c 1.6:
5704: * src/lib/cord/cordprnt.c 1.4:
5705: * src/lib/cord/cordxtra.c 1.7:
5706: * src/main/compile.tab.C 1.110:
5707: * src/main/pa_charset.C 1.54:
5708: * src/main/pa_globals.C 1.180:
5709: * src/main/pa_memory.C 1.7:
5710: * src/main/pa_request.C 1.280:
5711: * src/main/pa_stylesheet_connection.C 1.4:
5712: * src/main/pa_xml_exception.C 1.5:
5713: * src/types/pa_vxdoc.C 1.30:
5714: * src/types/pa_vxdoc.h 1.41:
5715: * src/types/pa_vxnode.C 1.44:
5716: * src/types/pa_vxnode.h 1.36:
5717: * www/htdocs/.htaccess 1.49:
5718: * www/htdocs/_bug.html 1.111:
5719: . started killing gdome
5720:
5721: * INSTALL 1.48:
5722: . revived linux libgc fix
5723:
5724: * src/types/pa_vxdoc.C 1.31:
5725: * src/types/pa_vxnode.C 1.45:
5726: * src/types/pa_vxnode.h 1.37:
5727: + xdoc DOM props
5728:
5729: * src/classes/xnode.C 1.73:
5730: . also bark on possible errors
5731:
5732: 2005-12-13 paf
5733: * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
5734: * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
5735: merged from HEAD
5736: ! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
5737:
5738: * src/main/pa_request.C 1.279:
5739: ! when code in @unhandled_exception thrown another exception,
5740: print correct origin (earlier code in catch of exception inside
5741: of @unhandled_exception grabbed parent_frame(original_exception)
5742: origin and printed it, instead of true origin)
5743:
5744: 2005-12-09 paf
5745: * src/main/pa_string.C 1.205:
5746: * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
5747: merged from 3.1.5
5748: ! regex tainting were ignored in ^string.matched :(
5749:
5750: * INSTALL 1.45:
5751: * configure 1.88:
5752: * configure.in 1.89:
5753: * src/classes/date.C 1.73:
5754: * src/include/pa_config_fixed.h 1.69:
5755: * src/include/pa_version.h 1.25:
5756: * src/main/compile.y 1.218:
5757: * src/main/compile_tools.h 1.77:
5758: * src/main/pa_charset.C 1.53:
5759: * src/main/pa_common.C 1.216:
5760: * src/main/pa_globals.C 1.179:
5761: * src/main/pa_string.C 1.204:
5762: * src/targets/apache13core/mod_parser3_core.C 1.10:
5763: * src/targets/cgi/getopt.c 1.4:
5764: * src/targets/isapi/parser3isapi.C 1.96:
5765: * src/types/pa_vmail.C 1.73:
5766: * www/htdocs/.htaccess 1.48:
5767: * www/htdocs/_bug.txt 1.8:
5768: * www/htdocs/auto.p 1.25:
5769: . merged latest fixes from 3.2.0
5770:
5771: * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
5772: ! regex tainting were ignored in ^string.matched :(
5773:
5774: * INSTALL [release_3_2_0] 1.44.2.5:
5775: . updated INSTALL doc to work around linux stack base detection
5776: problem, due to change in gc6.4 code
5777:
5778: 2005-12-08 paf
5779: * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
5780: merged from 3.2.0
5781: ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
5782:
5783: * src/classes/date.C [release_3_2_0] 1.72.2.1:
5784: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
5785: * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
5786: * src/main/compile.y [release_3_2_0] 1.217.2.1:
5787: * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
5788: * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
5789: * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
5790: * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
5791: * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
5792: * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
5793: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
5794: * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
5795: * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
5796: * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
5797: . less warnings
5798:
5799: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
5800: . undone some strange change since 3.1.5
5801:
5802: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
5803: . removed outdated string origins [in current storage scheme
5804: there's no place for them. someday we can add third CORD to
5805: store origins and special version of parser which stores origins
5806: there [separate binary]]
5807:
5808: * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
5809: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
5810: . merged from 3.1.5 release link fixes
5811:
5812: * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
5813: ! bcc line longer then 500 chars now handled OK [were wrapped on
5814: 500th char according to rfc, but sendmail failed to unwrap it
5815: properly]
5816:
5817: 2005-12-07 paf
5818: * Makefile.am [release_3_2_0] 1.51.2.1:
5819: * Makefile.in [release_3_2_0] 1.65.2.1:
5820: * acinclude.m4 [release_3_2_0] 1.38.2.1:
5821: * aclocal.m4 [release_3_2_0] 1.41.2.1:
5822: * acsite.m4 [release_3_2_0] 1.16.2.1:
5823: * configure [release_3_2_0] 1.87.2.1:
5824: * configure.in [release_3_2_0] 1.88.2.1:
5825: *** empty log message ***
5826:
5827: * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
5828: makefiles
5829:
5830: 2005-11-28 paf
5831: * src/main/pa_http.C 1.2:
5832: ! status line check made earlier [was totally wrong]
5833:
5834: * src/classes/table.C 1.219:
5835: ! nameless table has columns==0
5836:
5837: 2005-11-25 paf
5838: * src/classes/op.C 1.162:
5839: * www/htdocs/_bug.html 1.110:
5840: * www/htdocs/auto.p 1.24:
5841: + ^while(){}[SEPARATOR]
5842:
5843: * src/include/pa_array.h 1.67:
5844: -this reduces speed(table::load) strange. undoing for now...
5845:
5846: * src/include/pa_version.h 1.23:
5847: -this reduces speed(table::load), strange. undoing
5848:
5849: * src/include/pa_memory.h 1.13:
5850: . removed GC_DEBUG for debug version, it changed gc_malloc
5851: implementation, which obscured profiling
5852:
5853: 2005-11-24 paf
5854: * src/include/Makefile.am 1.10:
5855: * src/include/pa_http.h 1.1:
5856: * src/main/Makefile.am 1.46:
5857: * src/main/main.vcproj 1.16:
5858: . extracted http:// into separate file [preparation for ^file::
5859: cgi[script;$.form[$.field1[]
5860:
5861: * src/classes/file.C 1.142:
5862: * src/include/pa_common.h 1.107:
5863: * src/main/execute.C 1.314:
5864: * src/main/pa_common.C 1.215:
5865: * src/main/pa_request.C 1.278:
5866: ! changed file/dir_readable to simple file/dir_exist, this would
5867: help in situations "class not found because .p file has bad
5868: rights" << in that case error would be explicit "access denied
5869: to 'this' file"
5870:
5871: * Makefile.am 1.51:
5872: * Makefile.in 1.65:
5873: * acinclude.m4 1.38:
5874: * aclocal.m4 1.41:
5875: * acsite.m4 1.16:
5876: * configure 1.87:
5877: * configure.in 1.88:
5878: *** empty log message ***
5879:
5880: * src/include/Makefile.in 1.20:
5881: * src/main/Makefile.in 1.60:
5882: makefiles
5883:
5884: * www/htdocs/_bug.pl 1.5:
5885: * www/htdocs/_bug.txt 1.7:
5886: +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
5887: untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
5888: .charset charset
5889:
5890: 2005-11-22 paf
5891: * src/types/pa_vresponse.C 1.26:
5892: + $response:headers access to internal hash
5893:
5894: * src/targets/apache13core/mod_parser3_core.C 1.9:
5895: * src/targets/isapi/parser3isapi.C 1.95:
5896: + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
5897: this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
5898:
5899: * bin/Makefile.in 1.12:
5900: * etc/Makefile.in 1.17:
5901: * etc/parser3.charsets/Makefile.in 1.21:
5902: * src/Makefile.in 1.58:
5903: * src/classes/Makefile.in 1.62:
5904: * src/include/pa_config_auto.h.in 1.43:
5905: * src/lib/Makefile.in 1.14:
5906: * src/lib/cord/Makefile.in 1.5:
5907: * src/lib/cord/include/Makefile.in 1.4:
5908: * src/lib/cord/include/private/Makefile.in 1.4:
5909: * src/lib/gc/Makefile.in 1.4:
5910: * src/lib/gc/include/Makefile.in 1.4:
5911: * src/lib/gd/Makefile.in 1.5:
5912: * src/lib/ltdl/Makefile.in 1.8:
5913: * src/lib/md5/Makefile.in 1.10:
5914: * src/lib/patches/Makefile.in 1.14:
5915: * src/lib/pcre/Makefile.in 1.12:
5916: * src/lib/sdbm/Makefile.in 1.3:
5917: * src/lib/sdbm/apr-include/Makefile.in 1.3:
5918: * src/lib/smtp/Makefile.in 1.5:
5919: * src/sql/Makefile.in 1.14:
5920: * src/targets/Makefile.in 1.45:
5921: * src/targets/apache13/Makefile.in 1.50:
5922: * src/targets/apache13core/Makefile.in 1.7:
5923: * src/targets/cgi/Makefile.in 1.69:
5924: * src/targets/isapi/Makefile.in 1.15:
5925: * src/types/Makefile.in 1.60:
5926: configure+makes
5927:
5928: * src/main/compile.tab.C 1.108:
5929: Makefile
5930:
5931: * src/types/pa_vdate.h 1.42:
5932: ! date TZ save/restore stored pointer to getenv-ed variable,
5933: which does not work both on win32&unix. copied old TZ value now
5934:
5935: * src/include/pa_string.h 1.166:
5936: * src/main/untaint.C 1.136:
5937: + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
5938:
5939: * src/classes/string.C 1.149:
5940: + removed limitation on ^string/int/double:sql{}[$.default[({
5941: param style})] ]
5942:
5943: 2005-11-21 paf
5944: * src/types/Makefile.am 1.40:
5945: * src/types/pa_venv.h 1.33:
5946: * src/types/types.vcproj 1.16:
5947: + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
5948: i386-pc-win32)"
5949:
5950: * src/main/compile.y 1.216:
5951: * src/types/pa_value.h 1.126:
5952: * src/types/pa_vbool.h 1.27:
5953: * src/types/pa_vdouble.h 1.50:
5954: * src/types/pa_vint.h 1.44:
5955: * src/types/pa_vmethod_frame.h 1.60:
5956: + merged: expression literals: true/false. ^format[$.indent(true)
5957: ]
5958:
5959: 2005-11-18 paf
5960: * src/include/pa_dir.h 1.18:
5961: ! merged: file:list now sees .xxx files, only . and .. now
5962: removed from list [were removed all .*]
5963:
5964: * src/lib/sdbm/apr_file_io.C 1.5:
5965: ! merged from 3.1.5: hashfile file open error now checked, were
5966: not :( [stole that piece from apache 1.3 sources]
5967:
5968: 2005-08-26 paf
5969: * src/classes/hash.C 1.76:
5970: * src/classes/void.C 1.36:
5971: merged ! optional options were allowed to be empty. were checked
5972: if(is_string), changed to !defined||is_string to allow void
5973:
5974: * src/classes/double.C 1.59:
5975: * src/classes/int.C 1.55:
5976: * src/classes/math.C 1.41:
5977: merged ! many classes/* used as_junction where they needed
5978: as_int/double, so failed with recent "(const) now no junction"
5979: optimization
5980:
5981: * src/classes/date.C 1.72:
5982: merged + date.week
5983:
5984: 2005-08-09 paf
5985: * www/htdocs/.htaccess 1.47:
5986: + ^call[$void] param inside now is void (were: empty string)
5987: ! simplified (double) speedup consequent checks in vmethod_frame
5988:
5989: * src/classes/classes.C 1.22:
5990: * src/classes/classes.h 1.31:
5991: * src/classes/form.C 1.39:
5992: * src/classes/hashfile.C 1.36:
5993: * src/classes/image.C 1.113:
5994: * src/classes/mail.C 1.110:
5995: * src/classes/memory.C 1.8:
5996: * src/classes/response.C 1.27:
5997: * src/classes/xdoc.C 1.148:
5998: * src/classes/xnode.C 1.71:
5999: * src/classes/xnode.h 1.24:
6000: * src/include/pa_cache_managers.h 1.18:
6001: * src/include/pa_charset.h 1.31:
6002: * src/include/pa_charsets.h 1.13:
6003: * src/include/pa_config_fixed.h 1.68:
6004: * src/include/pa_config_includes.h 1.31:
6005: * src/include/pa_dictionary.h 1.18:
6006: * src/include/pa_exception.h 1.45:
6007: * src/include/pa_exec.h 1.18:
6008: * src/include/pa_globals.h 1.112:
6009: * src/include/pa_hash.h 1.66:
6010: * src/include/pa_opcode.h 1.28:
6011: * src/include/pa_operation.h 1.6:
6012: * src/include/pa_os.h 1.5:
6013: * src/include/pa_request.h 1.179:
6014: * src/include/pa_request_charsets.h 1.5:
6015: * src/include/pa_request_info.h 1.5:
6016: * src/include/pa_sapi.h 1.27:
6017: * src/include/pa_socks.h 1.17:
6018: * src/include/pa_sql_connection.h 1.40:
6019: * src/include/pa_sql_driver_manager.h 1.33:
6020: * src/include/pa_stack.h 1.24:
6021: * src/include/pa_stylesheet_connection.h 1.40:
6022: * src/include/pa_stylesheet_manager.h 1.22:
6023: * src/include/pa_table.h 1.58:
6024: * src/include/pa_threads.h 1.30:
6025: * src/include/pa_types.h 1.49:
6026: * src/include/pa_uue.h 1.8:
6027: * src/include/pa_xml_exception.h 1.4:
6028: * src/include/pa_xml_io.h 1.4:
6029: * src/lib/gd/gif.C 1.6:
6030: * src/lib/gd/gif.h 1.4:
6031: * src/lib/gd/gifio.C 1.3:
6032: * src/lib/md5/pa_md5.h 1.11:
6033: * src/lib/md5/pa_md5c.c 1.13:
6034: * src/lib/smtp/comms.C 1.8:
6035: * src/lib/smtp/smtp.C 1.8:
6036: * src/lib/smtp/smtp.h 1.6:
6037: * src/main/compile.C 1.78:
6038: * src/main/compile_tools.C 1.59:
6039: * src/main/compile_tools.h 1.76:
6040: * src/main/pa_cache_managers.C 1.16:
6041: * src/main/pa_charset.C 1.52:
6042: * src/main/pa_charsets.C 1.16:
6043: * src/main/pa_dictionary.C 1.23:
6044: * src/main/pa_dir.C 1.20:
6045: * src/main/pa_exception.C 1.48:
6046: * src/main/pa_exec.C 1.67:
6047: * src/main/pa_memory.C 1.6:
6048: * src/main/pa_os.C 1.8:
6049: * src/main/pa_socks.C 1.24:
6050: * src/main/pa_sql_driver_manager.C 1.85:
6051: * src/main/pa_string.C 1.203:
6052: * src/main/pa_stylesheet_connection.C 1.3:
6053: * src/main/pa_stylesheet_manager.C 1.27:
6054: * src/main/pa_table.C 1.61:
6055: * src/main/pa_uue.C 1.9:
6056: * src/main/pa_xml_exception.C 1.4:
6057: * src/main/pa_xml_io.C 1.19:
6058: * src/sql/pa_sql_driver.h 1.43:
6059: * src/targets/apache13/mod_parser3.c 1.12:
6060: * src/targets/apache13core/pa_threads.C 1.5:
6061: * src/targets/cgi/pa_threads.C 1.16:
6062: * src/targets/cgi/parser3.C 1.237:
6063: * src/targets/isapi/pa_threads.C 1.17:
6064: * src/types/pa_junction.h 1.7:
6065: * src/types/pa_method.h 1.6:
6066: * src/types/pa_property.h 1.2:
6067: * src/types/pa_value.C 1.19:
6068: * src/types/pa_vclass.C 1.33:
6069: * src/types/pa_vclass.h 1.51:
6070: * src/types/pa_vcode_frame.h 1.32:
6071: * src/types/pa_vconsole.h 1.10:
6072: * src/types/pa_vcookie.C 1.68:
6073: * src/types/pa_vcookie.h 1.31:
6074: * src/types/pa_vfile.C 1.41:
6075: * src/types/pa_vfile.h 1.58:
6076: * src/types/pa_vform.C 1.84:
6077: * src/types/pa_vform.h 1.50:
6078: * src/types/pa_vhash.C 1.8:
6079: * src/types/pa_vhash.h 1.58:
6080: * src/types/pa_vhashfile.h 1.33:
6081: * src/types/pa_vimage.C 1.35:
6082: * src/types/pa_vimage.h 1.45:
6083: * src/types/pa_vjunction.h 1.24:
6084: * src/types/pa_vmail.C 1.72:
6085: * src/types/pa_vmail.h 1.17:
6086: * src/types/pa_vmath.C 1.8:
6087: * src/types/pa_vmath.h 1.18:
6088: * src/types/pa_vmemory.h 1.5:
6089: * src/types/pa_vmethod_frame.C 1.8:
6090: * src/types/pa_vobject.C 1.24:
6091: * src/types/pa_vobject.h 1.47:
6092: * src/types/pa_vproperty.h 1.3:
6093: * src/types/pa_vrequest.C 1.37:
6094: * src/types/pa_vrequest.h 1.33:
6095: * src/types/pa_vresponse.h 1.40:
6096: * src/types/pa_vstateless_class.C 1.28:
6097: * src/types/pa_vstateless_class.h 1.53:
6098: * src/types/pa_vstateless_object.h 1.36:
6099: * src/types/pa_vstatus.C 1.25:
6100: * src/types/pa_vstatus.h 1.19:
6101: * src/types/pa_vstring.C 1.26:
6102: * src/types/pa_vstring.h 1.59:
6103: * src/types/pa_vtable.C 1.26:
6104: * src/types/pa_vtable.h 1.54:
6105: * src/types/pa_vvoid.C 1.3:
6106: * src/types/pa_vvoid.h 1.28:
6107: * src/types/pa_vxdoc.C 1.29:
6108: * src/types/pa_vxdoc.h 1.40:
6109: * src/types/pa_vxnode.C 1.43:
6110: * src/types/pa_vxnode.h 1.35:
6111: * src/types/pa_wcontext.C 1.32:
6112: * src/types/pa_wcontext.h 1.49:
6113: * src/types/pa_wwrapper.h 1.36:
6114: 2005
6115:
6116: 2005-08-08 paf
6117: * bin/auto.p.dist.in 1.12:
6118: merged . apache bad 404 handling workaround integrated
6119:
6120: * www/htdocs/_bug.p 1.8:
6121: . merged VJunction(new Junction) optimization from 3.1.4
6122:
6123: * www/htdocs/_bug.xml 1.3:
6124: merged
6125: + optimized constants in expressions vstring->vdouble
6126: + optimized ^call(vdouble), no junction creation, no calls later
6127:
6128: 2005-07-29 paf
6129: * www/htdocs/_bug_derived.p 1.3:
6130: + property getter can now be overridden
6131:
6132: 2005-07-28 paf
6133: * www/htdocs/_bug.sh 1.2:
6134: + 3.2.0 beta: merged from dynamic_fields_join
6135:
6136: 2005-06-06 paf
6137: * www/htdocs/_bug.xsl 1.15:
6138: ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind
6139: option
6140:
6141: 2005-01-19 paf
6142: * src/lib/gd/Makefile.am 1.2:
6143: * src/lib/ltdl/Makefile.am 1.2:
6144: forgotten makefiles.
6145: couple warnings in parser3.C
6146:
6147: 2004-12-23 paf
6148: * src/types/pa_vhashfile.C 1.48:
6149: beauty: hashfile::open now creates dir for new file
6150:
6151: 2004-10-12 paf
6152: * etc/parser3.charsets/windows-1251.cfg 1.12:
6153: euro
6154: promille
6155: +/-
6156:
6157: 2004-10-07 paf
6158: * src/lib/cord/cordbscs.c 1.5:
6159: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
6160: long char sequences less
6161:
6162: 2004-09-13 paf
6163: * src/lib/sdbm/sdbm_private.h 1.2:
6164: change: limit on length(key+value) now 8008 bytes, were 1008.
6165: perl sdbm compatibility now ruined
6166:
6167: * src/lib/sdbm/apr-include/apr.h 1.5:
6168: bugfix: error numbers now from errno.h = strerror now returnes
6169: something and we can properly report that to client
6170:
6171: 2004-07-28 paf
6172: * src/lib/ltdl/ltdl.c 1.4:
6173: * src/lib/pcre/pcre_parser_ctype.c 1.5:
6174: bugfix: isspace((unsigned char)c) everywhere. failed on russian
6175: letters
6176:
6177: 2004-07-27 paf
6178: * src/targets/cgi/parser3.vcproj 1.12:
6179: beauty: win32: globaloptimizations ON, release:mapfile ON
6180: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
6181:
6182: 2004-07-07 paf
6183: * parser3.vssscc 1.2:
6184: ...would not go unnoticed
6185:
6186: 2004-07-01 paf
6187: * src/classes/classes.vcproj 1.12:
6188: * src/lib/cord/cord.vcproj 1.2:
6189: * src/lib/gd/gd.vcproj 1.7:
6190: * src/lib/ltdl/ltdl.vcproj 1.3:
6191: * src/lib/md5/md5.vcproj 1.3:
6192: * src/lib/pcre/pcre.vcproj 1.3:
6193: * src/lib/pcre/pcre_dftables.vcproj 1.4:
6194: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
6195: * src/lib/smtp/smtp.vcproj 1.6:
6196: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
6197: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
6198: * src/targets/isapi/parser3isapi.vcproj 1.8:
6199: win32: option: global optimization ON
6200:
6201: 2004-05-26 paf
6202: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
6203: added: thanks to konst
6204:
6205: 2004-05-24 paf
6206: * src/targets/apache13/p3runConfigure.in 1.17:
6207: bugfix: smtp added
6208:
6209: * src/lib/cord/cordxtra.c 1.6:
6210: * src/lib/cord/include/cord.h 1.5:
6211: cancel: more speed, less memory: CORD_chars_block originally intended to ...
6212: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
6213: undoing that. [and removed that func so that it would not confuse parser developer in future]
6214:
6215: 2004-05-11 paf
6216: * www/htdocs/_bug.gif 1.2:
6217: bugfix: bcc with sendmail now left intact
6218:
6219: 2004-04-05 paf
6220: * src/doc/html2chm.cmd 1.8:
6221: * src/doc/sources2html.cmd 1.6:
6222: merged with 3.1.3
6223:
6224: 2004-04-01 paf
6225: * src/targets/apache13/pa_httpd.h 1.6:
6226: * src/targets/isapi/parser3isapi.def 1.2:
6227: bugfix: sql connections now are disconnected
6228:
6229: 2004-03-30 paf
6230: * src/doc/ClassExample1.dox 1.5:
6231: * src/doc/ClassExample2.dox 1.5:
6232: * src/doc/ClassExample3.dox 1.5:
6233: * src/doc/chmhelper.pl 1.2:
6234: * src/doc/class.dox 1.3:
6235: * src/doc/compiler.dox 1.4:
6236: * src/doc/doxygen.cfg 1.25:
6237: * src/doc/exception.dox 1.3:
6238: * src/doc/executor.dox 1.3:
6239: * src/doc/footer.htm 1.4:
6240: * src/doc/index.dox 1.6:
6241: * src/doc/memory.dox 1.3:
6242: * src/doc/methoded.dox 1.4:
6243: * src/doc/object.dox 1.3:
6244: * src/doc/string.dox 1.6:
6245: * src/doc/targets.dox 1.4:
6246: * src/doc/value.dox 1.4:
6247: merged bugfixes from 3.1.2, changed version to 3.1.3beta
6248:
6249: 2004-03-05 paf
6250: * etc/parser3.charsets/koi8-r.cfg 1.7:
6251: there's special code for grad char!
6252:
6253: 2004-02-25 paf
6254: * etc/parser3.charsets/Makefile.am 1.5:
6255: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
6256: erased from configure.in]
6257:
6258: 2004-02-24 paf
6259: * src/classes/Makefile.am 1.49:
6260: smtp on unix: steps to work on unix
6261:
6262: * src/lib/smtp/Makefile.am 1.2:
6263: * src/targets/cgi/Makefile.am 1.51:
6264: started porting smtp to unix [testing on solaris]
6265:
6266: 2004-02-11 paf
6267: * parser3.sln 1.9:
6268: started changes to reflect libxml xsl new folders
6269:
6270: * src/lib/sdbm/sdbm.vcproj 1.4:
6271: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
6272: simplified lib build processes
6273:
6274: 2003-11-21 paf
6275: * src/targets/apache13core/Makefile.am 1.5:
6276: * src/targets/apache13core/mod_parser3.C 1.7:
6277: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
6278:
6279: * src/lib/Makefile.am 1.7:
6280: * src/lib/gd/mtables.h 1.1:
6281: rearrange: gd&smtp moved to src/lib
6282:
6283: 2003-11-20 paf
6284: * src/lib/ltdl/config_fixed.h 1.3:
6285: * src/lib/pcre/maketables.c 1.2:
6286: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
6287: found several unitialized vars
6288:
6289: * src/lib/sdbm/apr_strings.C 1.2:
6290: * src/main/pa_pool.C 1.62:
6291: static const char * const IDENT
6292:
6293: * src/include/pa_pool.h 1.89:
6294: more warnings --
6295:
6296: 2003-11-10 paf
6297: * src/lib/sdbm/sdbm.c 1.3:
6298: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
6299: coded that that was error. fixed
6300:
6301: 2003-11-06 paf
6302: * src/lib/ltdl/libltdl.vcproj 1.2:
6303: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
6304: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
6305: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
6306: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
6307: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
6308: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
6309: * src/lib/sdbm/apr-include/apu.h 1.3:
6310: hashfile: started again with sdbm from apache
6311:
6312: * tests/todo.txt 1.5:
6313: hashfile: done
6314:
6315: * src/lib/sdbm/Makefile.am 1.3:
6316: * src/lib/sdbm/apr-include/Makefile.am 1.1:
6317: * src/targets/cgi/.cvsignore 1.3:
6318: *** empty log message ***
6319:
6320: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
6321: just compiled
6322:
6323: 2003-11-05 paf
6324: * src/lib/sdbm/sdbm_hash.c 1.1:
6325: * src/lib/sdbm/sdbm_lock.c 1.1:
6326: * src/lib/sdbm/sdbm_pair.c 1.1:
6327: * src/lib/sdbm/sdbm_pair.h 1.1:
6328: * src/lib/sdbm/sdbm_tune.h 1.1:
6329: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
6330:
6331: * src/main/helpers/CaseFolding.txt 1.1:
6332: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
6333:
6334: 2003-10-24 paf
6335: * src/lib/cord/Makefile.am 1.3:
6336: * src/lib/md5/Makefile.am 1.3:
6337: * src/lib/pcre/Makefile.am 1.2:
6338: * src/targets/apache13/Makefile.am 1.18:
6339: * src/targets/isapi/Makefile.am 1.3:
6340: .dsp/w -> .vcproj/sln
6341:
6342: 2003-09-29 paf
6343: * src/main/utf8-to-lower.inc 1.1:
6344: * src/main/utf8-to-upper.inc 1.1:
6345: generated by helper
6346:
6347: * src/main/helpers/simple_folding.pl 1.1:
6348: utf-8 upper/lower
6349:
6350: * www/htdocs/base.p 1.7:
6351: * www/htdocs/derived.p 1.25:
6352: * www/htdocs/font.gif 1.2:
6353: * www/htdocs/global.xsl 1.9:
6354: * www/htdocs/index.html 1.213:
6355: * www/htdocs/mailreceive.eml 1.4:
6356: * www/htdocs/mailreceive.html 1.2:
6357: * www/htdocs/operators.p 1.12:
6358: * www/htdocs/parser-status.html 1.3:
6359: * www/htdocs/people.dtd 1.2:
6360: * www/htdocs/some.p 1.3:
6361: removing old tests
6362:
6363: 2003-09-25 paf
6364: * src/lib/cord/cordprnt.c 1.3:
6365: string_fragments_to_cord merged to HEAD
6366:
6367: 2003-08-19 paf
6368: * src/targets/apache13/mod_parser3.C 1.31:
6369: .c
6370:
6371: 2003-08-18 paf
6372: * src/classes/classes.awk 1.8:
6373: merged 3.1.0 latest changes
6374:
6375: * gnu.dsp 1.5:
6376: * parser3.dsw 1.9:
6377: * src/classes/classes.dsp 1.31:
6378: * src/lib/cord/cord.dsp 1.3:
6379: * src/lib/ltdl/libltdl.dsp 1.7:
6380: * src/lib/md5/md5.dsp 1.5:
6381: * src/lib/pcre/pcre.dsp 1.4:
6382: * src/lib/pcre/pcre_dftables.dsp 1.2:
6383: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
6384: * src/main/main.dsp 1.167:
6385: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
6386: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
6387: * src/targets/cgi/parser3.dsp 1.66:
6388: * src/targets/isapi/parser3isapi.dsp 1.44:
6389: * src/types/types.dsp 1.42:
6390: moved to MSVC 7
6391:
6392: * gnu.vcproj 1.1:
6393: new VS project files
6394:
6395: 2003-07-24 paf
6396: * tests/001.html 1.2:
6397: * tests/002.html 1.2:
6398: * tests/003.html 1.2:
6399: * tests/004.html 1.2:
6400: * tests/005.html 1.2:
6401: * tests/006.html 1.2:
6402: * tests/007.html 1.2:
6403: * tests/008.html 1.2:
6404: * tests/009.html 1.2:
6405: * tests/010.html 1.2:
6406: * tests/011.html 1.2:
6407: * tests/012.html 1.2:
6408: * tests/013.html 1.2:
6409: * tests/014.html 1.2:
6410: * tests/015.html 1.2:
6411: * tests/016.html 1.2:
6412: * tests/017.html 1.2:
6413: * tests/018.html 1.2:
6414: * tests/019.html 1.2:
6415: * tests/019paf2001.gif 1.2:
6416: * tests/020.html 1.2:
6417: * tests/021.html 1.2:
6418: * tests/022.html 1.2:
6419: * tests/022_dir/a.html 1.2:
6420: * tests/022_dir/b.txt 1.2:
6421: * tests/022_dir/c.htm 1.2:
6422: * tests/023.html 1.2:
6423: * tests/024.html 1.2:
6424: * tests/025.html 1.2:
6425: * tests/026.html 1.2:
6426: * tests/027.html 1.2:
6427: * tests/028.html 1.2:
6428: * tests/029.html 1.2:
6429: * tests/030.html 1.2:
6430: * tests/031.html 1.2:
6431: * tests/032.html 1.2:
6432: * tests/033.html 1.2:
6433: * tests/034.html 1.2:
6434: * tests/035.html 1.2:
6435: * tests/036.html 1.2:
6436: * tests/037.html 1.2:
6437: * tests/038.html 1.2:
6438: * tests/039.html 1.2:
6439: * tests/040.html 1.2:
6440: * tests/041.html 1.2:
6441: * tests/042.html 1.2:
6442: * tests/043.html 1.2:
6443: * tests/044.html 1.2:
6444: * tests/045.html 1.2:
6445: * tests/046.html 1.2:
6446: * tests/047.html 1.2:
6447: * tests/048.html 1.2:
6448: * tests/049.html 1.2:
6449: * tests/050.html 1.2:
6450: * tests/051.html 1.2:
6451: * tests/051b.p 1.2:
6452: * tests/051t.p 1.2:
6453: * tests/052.html 1.2:
6454: * tests/053.html 1.2:
6455: * tests/054.html 1.2:
6456: * tests/055.html 1.2:
6457: * tests/056.html 1.2:
6458: * tests/057.html 1.2:
6459: * tests/058.html 1.2:
6460: * tests/058_paf2000.png 1.2:
6461: * tests/059.html 1.2:
6462: * tests/060.html 1.2:
6463: * tests/061.dat 1.2:
6464: * tests/061.html 1.2:
6465: * tests/062.html 1.2:
6466: * tests/063.html 1.2:
6467: * tests/064.html 1.2:
6468: * tests/065.html 1.2:
6469: * tests/066.html 1.2:
6470: * tests/067.html 1.2:
6471: * tests/068.html 1.2:
6472: * tests/069.html 1.2:
6473: * tests/070.html 1.2:
6474: * tests/071.html 1.2:
6475: * tests/072.html 1.2:
6476: * tests/073.html 1.2:
6477: * tests/074.html 1.2:
6478: * tests/075.html 1.2:
6479: * tests/076.html 1.2:
6480: * tests/077.html 1.2:
6481: * tests/078.html 1.2:
6482: * tests/079.html 1.2:
6483: * tests/080.html 1.2:
6484: * tests/081.html 1.2:
6485: * tests/082.html 1.2:
6486: * tests/083.html 1.2:
6487: * tests/084.html 1.2:
6488: * tests/085.html 1.2:
6489: * tests/086.html 1.2:
6490: * tests/087.html 1.2:
6491: * tests/088.html 1.2:
6492: * tests/089.html 1.2:
6493: * tests/090.html 1.2:
6494: * tests/091.html 1.2:
6495: * tests/092.html 1.2:
6496: * tests/093.html 1.2:
6497: * tests/094.html 1.2:
6498: * tests/095.html 1.2:
6499: * tests/096.html 1.2:
6500: * tests/096_dir/163.jpg 1.2:
6501: * tests/096_dir/188.jpg 1.2:
6502: * tests/097.html 1.2:
6503: * tests/098.html 1.2:
6504: * tests/098font.gif 1.2:
6505: * tests/099.html 1.2:
6506: * tests/100.html 1.2:
6507: * tests/101.html 1.2:
6508: * tests/102.html 1.2:
6509: * tests/103.html 1.2:
6510: * tests/103mark.gif 1.2:
6511: * tests/103paf2001.gif 1.2:
6512: * tests/104.html 1.2:
6513: * tests/105.html 1.2:
6514: * tests/106.html 1.2:
6515: * tests/107.html 1.2:
6516: * tests/108.html 1.2:
6517: * tests/108.xsl 1.2:
6518: * tests/109.html 1.2:
6519: * tests/110.html 1.2:
6520: * tests/111.html 1.2:
6521: * tests/112.html 1.2:
6522: * tests/113.html 1.2:
6523: * tests/114.html 1.2:
6524: * tests/115.html 1.2:
6525: * tests/116.html 1.2:
6526: * tests/117.html 1.2:
6527: * tests/118.html 1.2:
6528: * tests/119.html 1.2:
6529: * tests/120.html 1.2:
6530: * tests/121.html 1.2:
6531: * tests/122.html 1.2:
6532: * tests/123.html 1.2:
6533: * tests/124.html 1.2:
6534: * tests/125.html 1.2:
6535: * tests/126.html 1.2:
6536: * tests/127.html 1.2:
6537: * tests/128.html 1.2:
6538: * tests/129.html 1.2:
6539: * tests/130.html 1.2:
6540: * tests/131.html 1.2:
6541: * tests/132.html 1.2:
6542: * tests/133.html 1.2:
6543: * tests/134.html 1.2:
6544: * tests/135.html 1.2:
6545: * tests/136.html 1.2:
6546: * tests/137.html 1.2:
6547: * tests/138.html 1.2:
6548: * tests/139.html 1.2:
6549: * tests/140.html 1.2:
6550: * tests/141.html 1.2:
6551: * tests/Makefile 1.2:
6552: * tests/descript.ion 1.2:
6553: * tests/outputs/create-dir 1.2:
6554: * tests/results/001.processed 1.2:
6555: * tests/results/002.processed 1.2:
6556: * tests/results/003.processed 1.2:
6557: * tests/results/004.processed 1.2:
6558: * tests/results/005.processed 1.2:
6559: * tests/results/006.processed 1.2:
6560: * tests/results/007.processed 1.2:
6561: * tests/results/008.processed 1.2:
6562: * tests/results/009.processed 1.2:
6563: * tests/results/010.processed 1.2:
6564: * tests/results/011.processed 1.2:
6565: * tests/results/012.processed 1.2:
6566: * tests/results/013.processed 1.2:
6567: * tests/results/014.processed 1.2:
6568: * tests/results/015.processed 1.2:
6569: * tests/results/016.processed 1.2:
6570: * tests/results/017.processed 1.2:
6571: * tests/results/018.processed 1.2:
6572: * tests/results/019.processed 1.2:
6573: * tests/results/020.processed 1.2:
6574: * tests/results/021.processed 1.2:
6575: * tests/results/022.processed 1.2:
6576: * tests/results/023.processed 1.2:
6577: * tests/results/024.processed 1.2:
6578: * tests/results/025.processed 1.2:
6579: * tests/results/026.processed 1.2:
6580: * tests/results/027.processed 1.2:
6581: * tests/results/028.processed 1.2:
6582: * tests/results/029.processed 1.2:
6583: * tests/results/030.processed 1.2:
6584: * tests/results/031.processed 1.2:
6585: * tests/results/032.processed 1.2:
6586: * tests/results/033.processed 1.2:
6587: * tests/results/034.processed 1.2:
6588: * tests/results/035.processed 1.2:
6589: * tests/results/036.processed 1.2:
6590: * tests/results/037.processed 1.2:
6591: * tests/results/038.processed 1.2:
6592: * tests/results/039.processed 1.2:
6593: * tests/results/040.processed 1.2:
6594: * tests/results/041.processed 1.2:
6595: * tests/results/042.processed 1.2:
6596: * tests/results/043.processed 1.2:
6597: * tests/results/044.processed 1.2:
6598: * tests/results/045.processed 1.2:
6599: * tests/results/046.processed 1.2:
6600: * tests/results/047.processed 1.2:
6601: * tests/results/048.processed 1.2:
6602: * tests/results/049.processed 1.2:
6603: * tests/results/050.processed 1.2:
6604: * tests/results/051.processed 1.2:
6605: * tests/results/052.processed 1.2:
6606: * tests/results/053.processed 1.2:
6607: * tests/results/054.processed 1.2:
6608: * tests/results/055.processed 1.2:
6609: * tests/results/056.processed 1.2:
6610: * tests/results/057.processed 1.2:
6611: * tests/results/058.processed 1.2:
6612: * tests/results/059.processed 1.2:
6613: * tests/results/060.processed 1.2:
6614: * tests/results/061.processed 1.2:
6615: * tests/results/062.processed 1.2:
6616: * tests/results/063.processed 1.2:
6617: * tests/results/064.processed 1.2:
6618: * tests/results/065.processed 1.2:
6619: * tests/results/066.processed 1.2:
6620: * tests/results/067.processed 1.2:
6621: * tests/results/068.processed 1.2:
6622: * tests/results/069.processed 1.2:
6623: * tests/results/070.processed 1.2:
6624: * tests/results/071.processed 1.2:
6625: * tests/results/072.processed 1.2:
6626: * tests/results/073.processed 1.2:
6627: * tests/results/074.processed 1.2:
6628: * tests/results/075.processed 1.2:
6629: * tests/results/076.processed 1.2:
6630: * tests/results/077.processed 1.2:
6631: * tests/results/078.processed 1.2:
6632: * tests/results/079.processed 1.2:
6633: * tests/results/080.processed 1.2:
6634: * tests/results/081.processed 1.2:
6635: * tests/results/082.processed 1.2:
6636: * tests/results/083.processed 1.2:
6637: * tests/results/084.processed 1.2:
6638: * tests/results/085.processed 1.2:
6639: * tests/results/086.processed 1.2:
6640: * tests/results/087.processed 1.2:
6641: * tests/results/088.processed 1.2:
6642: * tests/results/089.processed 1.2:
6643: * tests/results/090.processed 1.2:
6644: * tests/results/091.processed 1.2:
6645: * tests/results/092.processed 1.2:
6646: * tests/results/093.processed 1.2:
6647: * tests/results/094.processed 1.2:
6648: * tests/results/095.processed 1.2:
6649: * tests/results/096.processed 1.2:
6650: * tests/results/097.processed 1.2:
6651: * tests/results/098.processed 1.2:
6652: * tests/results/099.processed 1.2:
6653: * tests/results/100.processed 1.2:
6654: * tests/results/101.processed 1.2:
6655: * tests/results/102.processed 1.2:
6656: * tests/results/103.processed 1.2:
6657: * tests/results/104.processed 1.2:
6658: * tests/results/105.processed 1.2:
6659: * tests/results/106.processed 1.2:
6660: * tests/results/107.processed 1.2:
6661: * tests/results/108.processed 1.2:
6662: * tests/results/109.processed 1.2:
6663: * tests/results/110.processed 1.2:
6664: * tests/results/111.processed 1.2:
6665: * tests/results/112.processed 1.2:
6666: * tests/results/113.processed 1.2:
6667: * tests/results/114.processed 1.2:
6668: * tests/results/115.processed 1.2:
6669: * tests/results/116.processed 1.2:
6670: * tests/results/117.processed 1.2:
6671: * tests/results/118.processed 1.2:
6672: * tests/results/119.processed 1.2:
6673: * tests/results/120.processed 1.2:
6674: * tests/results/121.processed 1.2:
6675: * tests/results/122.processed 1.2:
6676: * tests/results/123.processed 1.2:
6677: * tests/results/124.processed 1.2:
6678: * tests/results/125.processed 1.2:
6679: * tests/results/126.processed 1.2:
6680: * tests/results/127.processed 1.2:
6681: * tests/results/128.processed 1.2:
6682: * tests/results/129.processed 1.2:
6683: * tests/results/130.processed 1.2:
6684: * tests/results/131.processed 1.2:
6685: * tests/results/132.processed 1.2:
6686: * tests/results/133.processed 1.2:
6687: * tests/results/134.processed 1.2:
6688: * tests/results/135.processed 1.2:
6689: * tests/results/136.processed 1.2:
6690: * tests/results/137.processed 1.2:
6691: * tests/results/138.processed 1.2:
6692: * tests/results/139.processed 1.2:
6693: * tests/results/140.processed 1.2:
6694: * tests/results/141.processed 1.2:
6695: * tests/run_parser.sh 1.2:
6696: merged(copied) to HEAD from template_gc
6697:
6698: * src/include/pa_pragma_pack_begin.h 1.7:
6699: * src/include/pa_pragma_pack_end.h 1.7:
6700: * src/lib/cord/include/Makefile.am 1.2:
6701: * src/lib/cord/include/ec.h 1.2:
6702: * src/lib/cord/include/private/Makefile.am 1.2:
6703: * src/lib/cord/include/private/cord_pos.h 1.2:
6704: * src/lib/cord/source.url 1.2:
6705: * src/lib/gc/Makefile.am 1.2:
6706: * src/lib/gc/include/Makefile.am 1.2:
6707: * src/lib/gc/include/gc.h 1.2:
6708: * src/lib/patches/Makefile.am 1.4:
6709: * src/lib/patches/gc.patch 1.2:
6710: * src/lib/patches/gdome2.patch 1.2:
6711: * src/lib/patches/libxml2.patch 1.2:
6712: * src/lib/patches/libxslt.patch 1.2:
6713: * src/lib/pcre/pcre.h 1.2:
6714: * src/main/pa_array.C 1.57:
6715: * src/main/pa_hash.C 1.54:
6716: * src/targets/Makefile.am 1.10:
6717: * src/targets/apache13/pa_md5c.c 1.6:
6718: * src/targets/apache13/pa_pool.C 1.9:
6719: * src/targets/apache13/pa_threads.C 1.12:
6720: * src/targets/cgi/getopt.c 1.3:
6721: * src/targets/cgi/getopt.h 1.3:
6722: * src/targets/cgi/pa_pool.C 1.42:
6723: * src/targets/cgi/pool_storage.h 1.14:
6724: * src/targets/cgi/pp3.cmd 1.2:
6725: * src/targets/isapi/pa_pool.C 1.17:
6726: * src/targets/isapi/pool_storage.h 1.20:
6727: moved tempate_gc to HEAD
6728:
6729: 2003-07-23 paf
6730: * src/targets/apache13/mod_parser3_main.C 1.1:
6731: file mod_parser3_main.C was initially added on branch
6732: template_gc.
6733:
6734: 2003-03-27 paf
6735: * src/lib/gc/include/gc_fake.h 1.1:
6736: file gc_fake.h was initially added on branch template_gc.
6737:
6738: 2003-03-26 paf
6739: * src/lib/cord/include/gc.h 1.1:
6740: file gc.h was initially added on branch template_gc.
6741:
6742: 2003-03-03 paf
6743: * tests/outputs/049.processed 1.1:
6744: file 049.processed was initially added on branch autoptr.
6745:
6746: * tests/outputs/050.processed 1.1:
6747: file 050.processed was initially added on branch autoptr.
6748:
6749: * tests/outputs/051.processed 1.1:
6750: file 051.processed was initially added on branch autoptr.
6751:
6752: * tests/parser-cygwin.sh 1.1:
6753: file parser-cygwin.sh was initially added on branch autoptr.
6754:
6755: * tests/parser-unix.sh 1.1:
6756: file parser-unix.sh was initially added on branch autoptr.
6757:
6758: 2003-02-20 paf
6759: * www/htdocs/autoptr.html 1.1:
6760: file autoptr.html was initially added on branch autoptr.
6761:
6762: 2003-01-30 paf
6763: * ltmain.sh 1.5:
6764: *** empty log message ***
6765:
6766: 2003-01-29 paf
6767: * src/types/pa_value_includes.h 1.1:
6768: file pa_value_includes.h was initially added on branch autoptr.
6769:
6770: 2003-01-23 paf
6771: * src/lib/pcre/8859-1.ucm 1.1:
6772: file 8859-1.ucm was initially added on branch autoptr.
6773:
6774: 2003-01-14 paf
6775: * src/lib/ltdl/config.guess 1.2:
6776: * src/lib/ltdl/config.sub 1.2:
6777: * src/lib/ltdl/install-sh 1.2:
6778: * src/lib/ltdl/missing 1.2:
6779: * src/lib/ltdl/mkinstalldirs 1.2:
6780: removed some ancient files [they in / really]
6781:
6782: * src/lib/ltdl/aclocal.m4 1.1:
6783: *** empty log message ***
6784:
6785: 2003-01-13 paf
6786: * src/lib/ltdl/COPYING.LIB 1.1:
6787: * src/lib/ltdl/acinclude.m4 1.2:
6788: * src/lib/ltdl/config.h 1.2:
6789: * src/lib/ltdl/config_auto.h.in 1.3:
6790: * src/lib/ltdl/configure 1.4:
6791: * src/lib/ltdl/configure.in 1.4:
6792: * src/lib/ltdl/ltdl.h 1.2:
6793: moved to latest libtool (1.4.3)
6794:
6795: * config.guess 1.3:
6796: * config.sub 1.4:
6797: removed last piece of configure.in(libtool) hacks
6798:
6799: 2003-01-10 paf
6800: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
6801: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
6802: * src/lib/patches/libgdome_morestatic.patch 1.2:
6803: * src/lib/patches/libxml_error_column_tab.patch 1.2:
6804: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
6805: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
6806: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
6807: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
6808: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
6809: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
6810: moved to latest xml lib versions, changed patches.
6811: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
6812: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
6813: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
6814:
6815: 2003-01-09 paf
6816: * depcomp 1.1:
6817: moving to automake 1.7.2
6818:
6819: * missing 1.2:
6820: * mkinstalldirs 1.2:
6821: moved to autoconf 2.57 & automake 1.7.2
6822:
6823: 2002-12-27 paf
6824: * src/doc/aliased.dox 1.5:
6825: * src/doc/module.dox 1.4:
6826: * src/doc/pooled.dox 1.4:
6827: removed outdated parts, made links to language docs
6828:
6829: 2002-12-04 paf
6830: * src/lib/ltdl/README 1.1:
6831: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
6832: so it does have no problems with automake.
6833: ltdl/configure AC_OUTPUT(Makefile<<removed)
6834:
6835: 2002-10-15 paf
6836: * src/types/pa_vjunction.C 1.3:
6837: removed $junction.get $junction.set[]
6838: introducing $caller
6839:
6840: 2002-09-11 paf
6841: * etc/parser3.charsets/windows-1254.cfg 1.1:
6842: * src/lib/pcre/ibm-1254.ucm 1.1:
6843: windows-1254 added
6844:
6845: 2002-08-14 paf
6846: * src/targets/cgi/fixopt.C 1.3:
6847: * src/targets/cgi/fixopt.h 1.2:
6848: removed fixopt stupidity. on stupid linux use
6849: cd /document/root
6850: ../cgi/parser3 script
6851:
6852: 2002-08-12 paf
6853: * src/types/pa_valiased.C 1.17:
6854: * src/types/pa_valiased.h 1.23:
6855: ^base:create[] dynamic call rewritten
6856: todo: thorough testing
6857:
6858: 2002-08-01 paf
6859: * src/Makefile.am 1.17:
6860: ident.C* removed
6861:
6862: 2002-07-30 paf
6863: * src/targets/cgi/pa_config_paths.h.in 1.2:
6864: removed pa_config_paths.h
6865:
6866: 2002-06-21 paf
6867: * src/lib/pcre/LICENCE 1.1:
6868: * src/lib/pcre/README 1.1:
6869: * src/lib/pcre/Tech.Notes 1.1:
6870: * src/lib/pcre/dftables.c 1.1:
6871: * src/lib/pcre/get.c 1.1:
6872: * src/lib/pcre/ibm-1250.ucm 1.1:
6873: * src/lib/pcre/ibm-1251.ucm 1.1:
6874: * src/lib/pcre/ibm-1257.ucm 1.1:
6875: * src/lib/pcre/internal.h 1.1:
6876: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
6877: * src/lib/pcre/pcre.3 1.1:
6878: * src/lib/pcre/pcre.3.html 1.1:
6879: * src/lib/pcre/pcre.3.txt 1.1:
6880: * src/lib/pcre/pcre.c 1.1:
6881: * src/lib/pcre/ruspart_win2koi.pl 1.1:
6882: * src/lib/pcre/study.c 1.1:
6883: * src/lib/pcre/win-koi.tab 1.1:
6884: moved libltdl and pcre to libs/
6885: added libs/md5 which is linked to non-apache targets
6886: ^math:crypt[password;$apr1$salt]
6887:
6888: 2002-06-20 paf
6889: * bin/Makefile.am 1.3:
6890: parser3.conf renamed to auto.p
6891:
6892: 2002-06-18 paf
6893: * etc/Makefile.am 1.4:
6894: bin/parser3.conf.dist [moved from etc
6895:
6896: 2002-04-22 paf
6897: * types.txt 1.2:
6898: ^string.optimize[]
6899:
6900: 2002-04-19 paf
6901: * src/doc/postbuild.txt 1.3:
6902: * src/doc/view_chm.cmd 1.2:
6903: * src/doc/view_html.cmd 1.2:
6904: config updated to doxygen 1.2.15,
6905: created helper which fixes minor bugs in chm project files & htm tree.
6906: changed extension to .htm
6907:
6908: 2002-04-16 paf
6909: * asm.txt 1.2:
6910: * form.txt 1.2:
6911: * lang.txt 1.2:
6912: * sql.txt 1.2:
6913: removed outdated. see in Attic asm.txt as most interesting
6914:
6915: 2002-02-22 paf
6916: * src/include/pa_db_connection.h 1.22:
6917: * src/include/pa_db_manager.h 1.15:
6918: * src/include/pa_db_table.h 1.16:
6919: * src/main/pa_db_connection.C 1.38:
6920: * src/main/pa_db_manager.C 1.23:
6921: * src/main/pa_db_table.C 1.21:
6922: removed hashfile support for now
6923:
6924: 2002-02-18 paf
6925: * ltconfig 1.2:
6926: removed libtool subpart files
6927:
6928: 2002-02-13 paf
6929: * etc/parser3.charsets/windows-1257.cfg 1.2:
6930: id added
6931:
6932: 2002-02-08 paf
6933: * src/sql/Makefile.am 1.3:
6934: forgotten makes
6935:
6936: * src/main/pa_status_provider.C 1.5:
6937: 'make dist' works
6938:
6939: * AUTHORS 1.2:
6940: * COPYING 1.2:
6941: * README 1.2:
6942: install&others updated
6943:
6944: 2002-01-31 paf
6945: * ident.awk 1.2:
6946: lowered indent.awk back to src/
6947:
6948: * NEWS 1.1:
6949: * etc/parser3.charsets/windows-1250.cfg 1.1:
6950: * install-sh 1.1:
6951: * www/Makefile.am 1.1:
6952: * www/Makefile.in 1.1:
6953: moved etc&www out of src, moved configure&co out of src
6954: added windows-1250.cfg
6955: straightened installation scripts procedure
6956: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
6957:
6958: 2001-12-15 paf
6959: * src/include/pa_charset_connection.h 1.6:
6960: * src/include/pa_charset_manager.h 1.8:
6961: * src/include/pa_transcoder.h 1.3:
6962: * src/main/pa_charset_connection.C 1.13:
6963: * src/main/pa_charset_manager.C 1.10:
6964: * src/main/pa_transcoder.C 1.4:
6965: introducing Charset
6966:
6967: 2001-10-22 parser
6968: * src/include/pa_xslt_stylesheet_manager.h 1.5:
6969: * src/main/pa_xslt_stylesheet_manager.C 1.5:
6970: hashfile 0
6971:
6972: 2001-09-26 parser
6973: * src/classes/dnode.C 1.7:
6974: * src/classes/dnode.h 1.3:
6975: * src/classes/dom.C 1.36:
6976: * src/types/pa_vdnode.C 1.9:
6977: * src/types/pa_vdnode.h 1.4:
6978: * src/types/pa_vdom.C 1.4:
6979: * src/types/pa_vdom.h 1.15:
6980: xdoc&xnode now
6981:
6982: * src/classes/classes.cmd 1.4:
6983: moved classes.inc generation on win32 to main.dsp
6984:
6985: 2001-07-03 parser
6986: * src/classes/random.C 1.15:
6987: class random renamed to math, operators became methods
6988:
6989: 2001-06-27 parser
6990: * src/classes/nothing.C 1.5:
6991: * src/types/pa_vnothing.h 1.2:
6992: nothing renamed to void
6993:
6994: 2001-05-21 parser
6995: * src/classes/unknown.C 1.8:
6996: * src/types/pa_vunknown.h 1.14:
6997: 'unknown' renamed to 'nothing'
6998:
6999: 2001-05-17 parser
7000: * src/doc/chm.cmd 1.7:
7001: * src/doc/doxygen.cmd 1.7:
7002: * src/doc/view.cmd 1.3:
7003: doc cmds
7004:
7005: 2001-05-11 paf
7006: * src/classes/gawk.exe 1.2:
7007: * src/classes/ls.exe 1.2:
7008: * src/main/bison.exe 1.2:
7009: * src/targets/isapi/KILL.EXE 1.2:
7010: * src/targets/isapi/PSTAT.EXE 1.2:
7011: * src/targets/isapi/istart.cmd 1.2:
7012: * src/targets/isapi/istop.cmd 1.2:
7013: * src/targets/isapi/kill.pl 1.2:
7014: moved win32 helpers to /win32tools
7015:
7016: 2001-05-07 paf
7017: * src/include/code.h 1.29:
7018: pa_code.h
7019:
7020: 2001-05-03 paf
7021: * src/doc/doxygen.txt 1.6:
7022: dox splitted .dox files and added some
7023:
7024: 2001-04-28 paf
7025: * src/include/pa_methoded.h 1.2:
7026: * src/main/pa_methoded.C 1.2:
7027: renamed pa_methoded back to classes/classes.h
7028:
7029: * src/classes/_double.h 1.8:
7030: * src/classes/_file.h 1.5:
7031: * src/classes/_form.h 1.4:
7032: * src/classes/_image.h 1.4:
7033: * src/classes/_int.h 1.8:
7034: * src/classes/_mail.h 1.4:
7035: * src/classes/_op.h 1.6:
7036: * src/classes/_random.h 1.4:
7037: * src/classes/_response.h 1.5:
7038: * src/classes/_string.h 1.10:
7039: * src/classes/_table.h 1.7:
7040: * src/classes/_unknown.h 1.3:
7041: * src/classes/exec.C 1.4:
7042: Methoded reorganized. todo: methoded-configure
7043:
7044: * src/classes/classes.inc 1.5:
7045: removed classes.inc
7046:
7047: 2001-04-26 paf
7048: * src/classes/_exec.h 1.4:
7049: code documentation ++
7050:
7051: 2001-04-23 paf
7052: * src/classes/Makefile 1.2:
7053: * src/main/Makefile 1.2:
7054: * src/targets/cgi/Makefile 1.2:
7055: * src/types/Makefile 1.2:
7056: makefiles removed
7057:
7058: 2001-04-11 paf
7059: * src/types/pa_vcframe.h 1.4:
7060: * src/types/pa_vmframe.h 1.13:
7061: libimaging dead end: pil parses header in .py
7062:
7063: 2001-04-06 paf
7064: * src/classes/_root.h 1.5:
7065: * src/classes/root.C 1.62:
7066: renamed 'root' to 'op'
7067:
7068: 2001-04-05 paf
7069: * src/include/pa_sql_driver.h 1.5:
7070: sql driver services for conv memory & error reporting
7071:
7072: 2001-04-03 paf
7073: * src/doc/generate.cmd 1.2:
7074: string::pos & cmp & piece bugs fixed.
7075: string::split new
7076: table:load separated from set
7077: table:set implemented with clean \n \t searches
7078:
7079: 2001-03-24 paf
7080: * src/targets/isapi/nt_log_events.mc 1.2:
7081: cgi: sapi::log
7082:
7083: 2001-03-22 paf
7084: * src/targets/cgi/vform_fields_fill.C 1.2:
7085: * src/targets/cgi/vform_fields_fill.h 1.2:
7086: z
7087:
7088: 2001-03-19 paf
7089: * src/classes/_cookie.h 1.2:
7090: * src/classes/cookie.C 1.3:
7091: VCookie is now :Value
7092:
7093: * src/classes/_env.h 1.6:
7094: * src/classes/env.C 1.8:
7095: VEnv is now :Value
7096:
7097: * src/targets/cgi/pa_vform.C 1.3:
7098: moved common get_element part from stateless object&class into
7099: VAliased
7100:
7101: * src/classes/_request.h 1.4:
7102: * src/classes/request.C 1.6:
7103: VRequest moved to :Value
7104:
7105: 2001-03-14 paf
7106: * src/include/core.h 1.16:
7107: * src/main/core.C 1.69:
7108: global handler, exceptions in parser3
7109:
7110: 2001-03-13 paf
7111: * src/targets/cgi/parser.dsp 1.2:
7112: z
7113:
7114: 2001-03-11 paf
7115: * src/include/pa_valiased.h 1.4:
7116: * src/include/pa_value.h 1.51:
7117: * src/include/pa_vbool.h 1.8:
7118: * src/include/pa_vcframe.h 1.8:
7119: * src/include/pa_vclass.h 1.30:
7120: * src/include/pa_vdouble.h 1.13:
7121: * src/include/pa_vhash.h 1.13:
7122: * src/include/pa_vint.h 1.5:
7123: * src/include/pa_vjunction.h 1.9:
7124: * src/include/pa_vmframe.h 1.24:
7125: * src/include/pa_vobject.h 1.18:
7126: * src/include/pa_vstring.h 1.18:
7127: * src/include/pa_vunknown.h 1.10:
7128: * src/include/pa_wcontext.h 1.29:
7129: * src/include/pa_wwrapper.h 1.14:
7130: * src/main/pa_cframe.C 1.6:
7131: * src/main/pa_value.C 1.8:
7132: * src/main/pa_vclass.C 1.5:
7133: * src/main/pa_wcontext.C 1.11:
7134: splitted types from include/
7135:
7136: 2001-03-08 paf
7137: * src/include/pa_bool.h 1.2:
7138: * src/include/pa_double.h 1.2:
7139: withoud cloning. didn't need it actually, params got passed from
7140: out unnamed ewpool
7141:
7142: 2001-02-24 paf
7143: * src/include/pa_vframe.h 1.6:
7144: codeframe just compiled
7145:
7146: 2001-02-21 paf
7147: * src/include/pa_context.h 1.8:
7148: request core methods0
7149:
7150: * src/include/compile.h 1.5:
7151: * src/include/execute.h 1.3:
7152: get put -1 [just compiled]
7153:
7154: 2001-01-30 paf
7155: * src/include/pa_error.h 1.4:
7156: * src/main/pa_error.C 1.4:
7157: lowered targets/parser into subdir, added parser_Pool(Pool)
7158: failed to add. would think..
7159:
E-mail: