Annotation of parser3/ChangeLog, revision 1.73
1.73 ! misha 1: 2008-08-15 misha
! 2: * Makefile.am 1.58:
! 3: * Makefile.in 1.73:
! 4: * acinclude.m4 1.44:
! 5: * aclocal.m4 1.47:
! 6: * acsite.m4 1.22:
! 7: * bin/Makefile.in 1.14:
! 8: * configure 1.100:
! 9: * configure.in 1.104:
! 10: * etc/Makefile.in 1.19:
! 11: * etc/parser3.charsets/Makefile.in 1.23:
! 12: * src/Makefile.in 1.60:
! 13: * src/classes/Makefile.in 1.66:
! 14: * src/include/Makefile.in 1.22:
! 15: * src/include/pa_version.h 1.32:
! 16: * src/lib/Makefile.in 1.17:
! 17: * src/lib/cord/Makefile.in 1.8:
! 18: * src/lib/cord/include/Makefile.in 1.6:
! 19: * src/lib/cord/include/private/Makefile.in 1.6:
! 20: * src/lib/gc/Makefile.in 1.6:
! 21: * src/lib/gc/include/Makefile.in 1.6:
! 22: * src/lib/gd/Makefile.in 1.7:
! 23: * src/lib/ltdl/Makefile.in 1.11:
! 24: * src/lib/md5/Makefile.in 1.12:
! 25: * src/lib/sdbm/Makefile.in 1.5:
! 26: * src/lib/sdbm/apr-include/Makefile.in 1.5:
! 27: * src/lib/smtp/Makefile.in 1.7:
! 28: * src/main/Makefile.in 1.62:
! 29: * src/sql/Makefile.in 1.16:
! 30: * src/targets/Makefile.in 1.47:
! 31: * src/targets/apache13/Makefile.in 1.52:
! 32: * src/targets/apache13core/Makefile.in 1.9:
! 33: * src/targets/cgi/Makefile.in 1.71:
! 34: * src/targets/isapi/Makefile.in 1.17:
! 35: * src/types/Makefile.in 1.65:
! 36: *** empty log message ***
! 37:
! 38: * src/lib/pcre/LICENCE 1.2:
! 39: * src/lib/pcre/Makefile.am 1.3:
! 40: * src/lib/pcre/Makefile.in 1.14:
! 41: * src/lib/pcre/README 1.2:
! 42: * src/lib/pcre/Tech.Notes 1.2:
! 43: * src/lib/pcre/dftables.c 1.2:
! 44: * src/lib/pcre/get.c 1.2:
! 45: * src/lib/pcre/internal.h 1.2:
! 46: * src/lib/pcre/maketables.c 1.3:
! 47: * src/lib/pcre/pcre.3 1.2:
! 48: * src/lib/pcre/pcre.3.html 1.2:
! 49: * src/lib/pcre/pcre.3.txt 1.2:
! 50: * src/lib/pcre/pcre.c 1.2:
! 51: * src/lib/pcre/pcre.h 1.3:
! 52: * src/lib/pcre/pcre.vcproj 1.6:
! 53: * src/lib/pcre/pcre_dftables.vcproj 1.7:
! 54: * src/lib/pcre/study.c 1.2:
! 55: - old PCRE files removed
! 56:
! 57: * src/lib/pcre/config.h 1.1:
! 58: - configuration for PCRE library
! 59:
! 60: * src/classes/classes.vcproj 1.18:
! 61: * src/lib/Makefile.am 1.9:
! 62: * src/main/main.vcproj 1.21:
! 63: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.13:
! 64: * src/targets/cgi/parser3.vcproj 1.16:
! 65: * src/targets/isapi/parser3isapi.vcproj 1.12:
! 66: * src/types/types.vcproj 1.21:
! 67: - use PCRE library from win32\pcre instead of parser3\src\lib\
! 68: pcre
! 69:
! 70: * src/include/pa_charset.h 1.40:
! 71: * src/include/pa_config_fixed.h 1.73:
! 72: * src/main/pa_charset.C 1.65:
! 73: * src/main/pa_globals.C 1.183:
! 74: - moved to new PCRE library
! 75:
! 76: * src/classes/file.C 1.175:
! 77: * src/main/pa_string.C 1.215:
! 78: - moved to new PCRE library and set flag UTF8 if $request:
! 79: charset is UTF-8
! 80:
! 81: * src/include/pa_opcode.h 1.29:
! 82: * src/include/pa_operation.h 1.7:
! 83: * src/main/compile.C 1.80:
! 84: * src/main/compile.tab.C 1.122:
! 85: * src/main/compile.y 1.229:
! 86: * src/main/compile_tools.C 1.60:
! 87: * src/main/compile_tools.h 1.80:
! 88: * src/main/execute.C 1.322:
! 89: - opcodes were moved to separate namespace
! 90:
! 91: 2008-08-14 misha
! 92: * src/types/pa_vstateless_class.C 1.34:
! 93: - newline at the end missed
! 94:
! 95: * src/main/untaint.C 1.142:
! 96: - char '-' also prefixed by '\' while regex tainting
! 97:
! 98: 2008-08-11 misha
! 99: * tests/187.html 1.1:
! 100: * tests/187.p 1.1:
! 101: * tests/results/187.processed 1.1:
! 102: - tests for $caller.self, $caller.self.field and $
! 103: caller.self.field[value] were added
! 104:
! 105: * src/types/pa_vmethod_frame.h 1.67:
! 106: - still need to check 'self' runtime as well (for $caller.self)
! 107:
! 108: 2008-07-25 misha
! 109: * tests/021.html 1.3:
! 110: * tests/032.html 1.3:
! 111: * tests/033.html 1.3:
! 112: * tests/047.html 1.3:
! 113: * tests/055.html 1.3:
! 114: * tests/059.html 1.4:
! 115: * tests/061.html 1.3:
! 116: * tests/064.html 1.3:
! 117: * tests/067.html 1.3:
! 118: * tests/068.html 1.3:
! 119: * tests/085.html 1.3:
! 120: * tests/086.html 1.3:
! 121: * tests/098.html 1.3:
! 122: * tests/109.html 1.3:
! 123: * tests/121.html 1.3:
! 124: - set correct charsets in tests with international characters
! 125:
! 126: 2008-07-23 misha
! 127: * src/main/pa_http.C 1.17:
! 128: - escape $cookies as %uXXXX while file::load[...;http://
! 129:
! 130: * src/classes/file.C 1.174:
! 131: * src/main/pa_globals.C 1.182:
! 132: * src/main/pa_string.C 1.214:
! 133: - pcre now everywhere in separate namespace
! 134:
! 135: * src/types/pa_vmethod_frame.h 1.66:
! 136: - looking for caller before looking for vars
! 137:
! 138: * src/main/compile.tab.C 1.121:
! 139: * src/main/compile.y 1.228:
! 140: - characters '@' and '#' now can be escaped by '^'
! 141:
! 142: 2008-07-22 misha
! 143: * src/classes/string.C 1.168:
! 144: * tests/186.html 1.3:
! 145: - names changes: escape=>js-escape, unescape=>js-unescape
! 146:
! 147: 2008-07-21 misha
! 148: * tests/186.html 1.1:
! 149: * tests/results/186.processed 1.1:
! 150: - test for string escape/unescape
! 151:
! 152: * src/classes/string.C 1.167:
! 153: - string has escape and unescape methods now
! 154:
! 155: * src/include/pa_string.h 1.174:
! 156: * src/main/pa_string.C 1.213:
! 157: - escape method was added
! 158:
! 159: * src/include/pa_charset.h 1.38:
! 160: * src/main/pa_charset.C 1.64:
! 161: - more escape method-layers added (with different params)
! 162:
! 163: 2008-07-18 misha
! 164: * tests/results/185.processed 1.3:
! 165: - test for ^str.pos[substr](offset) was added
! 166:
! 167: * tests/185.html 1.4:
! 168: - test for ^str.pos[sub](offset) added
! 169:
! 170: * operators.txt 1.211:
! 171: * src/classes/string.C 1.165:
! 172: * src/classes/void.C 1.40:
! 173: - ^string.pos[substr](offset) -- 2nd param accepted now
! 174:
! 175: * src/main/pa_string.C 1.212:
! 176: - .pos works fine with offset for utf-8 strings
! 177:
! 178: 2008-07-17 misha
! 179: * src/classes/string.C 1.164:
! 180: * src/include/pa_string.h 1.172:
! 181: * src/main/pa_string.C 1.211:
! 182: - helper length added for mid for small optimisation
! 183:
! 184: 2008-07-16 misha
! 185: * tests/185.html 1.1:
! 186: * tests/results/185.processed 1.1:
! 187: - tests for length/left/right/mid/pos with utf-8 strings
! 188:
! 189: * src/classes/string.C 1.163:
! 190: - left/right/mid/length/pos works fine for utf-8 strings
! 191:
! 192: * src/include/pa_charset.h 1.37:
! 193: * src/include/pa_string.h 1.171:
! 194: * src/main/pa_charset.C 1.61:
! 195: * src/main/pa_string.C 1.210:
! 196: - methods for working with pos/mid for strings in utf-8 were
! 197: added
! 198:
! 199: * src/main/untaint.C 1.141:
! 200: - comments removed
! 201:
! 202: 2008-07-15 misha
! 203: * tests/184.html 1.1:
! 204: * tests/results/184.processed 1.1:
! 205: - test for case body as expression: $var(^switch(1){^case(1)(
! 206: true)..})
! 207:
! 208: * src/classes/op.C 1.182:
! 209: - case body can be expression now: $var(^switch(1){^case(1)(true)
! 210: ..})
! 211:
! 212: * tests/183.html 1.1:
! 213: * tests/results/183.processed 1.1:
! 214: - added test for testing new cookie encoding (%uXXXX)
! 215:
! 216: * src/main/untaint.C 1.140:
! 217: - cookies outputs as %uXXXX now. while decoding for backward
! 218: compatibility they decoded from %XX in request:charset too
! 219:
! 220: * src/main/pa_request.C 1.298:
! 221: * src/types/pa_vcookie.C 1.74:
! 222: * src/types/pa_vcookie.h 1.33:
! 223: - cookie class now decode cookies before first access after last
! 224: request:charset changing (as form class).
! 225:
! 226: * src/main/pa_charset.C 1.60:
! 227: - added method escape for escaping cookies as %uXXXX
! 228: - before transcode calculate required space for dest string. it reduce mem usage for transcode
! 229:
! 230: * src/include/pa_charset.h 1.36:
! 231: - added method escape for escaping cookies as %uXXXX
! 232:
! 233: * src/include/pa_string.h 1.170:
! 234: - taint lang (internal) L_HTTP_COOKIE was added. will used for
! 235: escaping cookies as %uXXXX
! 236:
! 237: * src/include/pa_common.h 1.124:
! 238: - escape method has new option for skip converting '+' to a
! 239: space char
! 240:
! 241: * src/main/pa_common.C 1.236:
! 242: * src/main/pa_http.C 1.16:
! 243: - skip BOM code before transcode
! 244: - escape method has new option for skip converting '+' to a space char
! 245:
! 246: 2008-07-08 misha
! 247: * src/classes/op.C 1.181:
! 248: - bugfix in switch
! 249: - case "stops" on 1st match (no UE if more then 1 case matches anylonger)
! 250: - optimization: doing searching.as_string() || searching.as_double() only once
! 251:
! 252: 2008-07-04 misha
! 253: * src/types/pa_vdate.h 1.46:
! 254: - is_evaluated_expr returning true added so now ^date::create[
! 255: date object] works
! 256:
! 257: * src/classes/string.C 1.162:
! 258: - left and right added as aliases for start and end in ^
! 259: string.trim[]
! 260:
! 261: 2008-07-03 misha
! 262: * src/classes/file.C 1.173:
! 263: - allow $.limit for file::sql as well
! 264:
! 265: * src/classes/file.C 1.172:
! 266: - allow $.offset option for file::sql
! 267: - force send limit=1 to query for use sql specifics authomatically
! 268:
! 269: * src/classes/hash.C 1.88:
! 270: * src/classes/string.C 1.161:
! 271: * src/classes/table.C 1.245:
! 272: - don't throw exception if $.limit value if empty. autoconvert
! 273: it as everywere
! 274:
! 275: 2008-07-02 misha
! 276: * Makefile.am 1.57:
! 277: * Makefile.in 1.72:
! 278: * acinclude.m4 1.43:
! 279: * aclocal.m4 1.46:
! 280: * acsite.m4 1.21:
! 281: * configure 1.99:
! 282: * configure.in 1.102:
! 283: *** empty log message ***
! 284:
! 285: * configure.in 1.101:
! 286: * src/include/pa_version.h 1.31:
! 287: - time to change version number to 3.3.0 %-)
! 288:
! 289: 2008-06-26 misha
! 290: * src/classes/file.C 1.171:
! 291: * src/classes/hash.C 1.87:
! 292: * src/classes/string.C 1.160:
! 293: * src/classes/table.C 1.244:
! 294: * src/classes/void.C 1.39:
! 295: - $.limit(0) fixes
! 296:
! 297: * src/sql/pa_sql_driver.h 1.45:
! 298: - new drivers API and new version (10.0)
! 299: - $.limit(0) fixes
! 300:
! 301: * src/classes/op.C 1.180:
! 302: * src/include/pa_sql_connection.h 1.41:
! 303: * src/include/pa_sql_driver_manager.h 1.34:
! 304: * src/main/pa_sql_driver_manager.C 1.88:
! 305: - document_root added
! 306:
! 307: * src/sql/pa_sql_driver.h 1.44:
! 308: - SQL_NO_LIMIT added (preparations to new API)
! 309:
! 310: * src/main/compile.tab.C 1.120:
! 311: - error message was changed
! 312:
! 313: 2008-06-25 misha
! 314: * src/main/compile.y 1.227:
! 315: - error message was changed
! 316:
1.72 misha 317: 2008-06-24 misha
318: * tests/176.html 1.3:
319: * tests/176_dir/a.p 1.2:
320: * tests/176_dir/d.p 1.2:
321: * tests/results/176.processed 1.2:
322: - @OPTION => @OPTIONS
323:
324: * tests/182.html 1.1:
325: * tests/182_dir/a1.p 1.1:
326: * tests/182_dir/a2.p 1.1:
327: * tests/182_dir/a3.p 1.1:
328: - tests for @OPTIONS\nappend
329:
330: * src/main/compile.tab.C 1.119:
331: * src/main/compile.y 1.226:
332: - stuff for @OPTIONS\nappend
333:
334: * src/main/compile_tools.h 1.79:
335: - new methods for @OPTIONS\nappend
336:
337: * src/types/pa_vmethod_frame.h 1.65:
338: - ALL_VARS_LOCAL_NAME moved fo compile.y
339:
1.71 misha 340: 2008-06-17 misha
341: * src/main/compile.tab.C 1.118:
342: * src/main/compile.y 1.225:
343: - bugfix in 'def' compilation: ^if(default){true. it's
344: incorrect. must be exception}
345:
346: 2008-06-16 misha
347: * tests/181.ent 1.1:
348: * tests/181.html 1.1:
349: * tests/results/181.processed 1.1:
350: - test for checking external reference loading with 'http://
351: localhost' prefix while creating xdoc
352:
353: * src/classes/Makefile.in 1.65:
354: *** empty log message ***
355:
356: * tests/180.html 1.2:
357: - use ^inet:ntoa[] and ^inet:aton[] instead of ^math:long2ip[]
358: and ^math:ip2long[]
359:
360: * src/types/pa_vobject.C 1.26:
361: * src/types/pa_vobject.h 1.49:
362: - get_scalar_value method added which use scalar stateless class method when user object used in
363: scalar context
364: - use get_scalar_value when user object requested in scalar context
365:
366: * src/main/pa_common.C 1.235:
367: - size must be int but not size_t or we can't compare with 0
368: sprintf result
369:
370: * src/main/execute.C 1.321:
371: * src/main/pa_request.C 1.297:
372: * src/types/pa_vmethod_frame.C 1.9:
373: * src/types/pa_vmethod_frame.h 1.64:
374: - go back to one VMethodFrame with internal switch between local/
375: global vars
376:
377: * src/types/pa_vclass.C 1.36:
378: - register scalar if method @GET[] was specified
379:
380: * src/types/pa_vstateless_class.C 1.33:
381: * src/types/pa_vstateless_class.h 1.60:
382: * src/types/pa_vstateless_object.h 1.38:
383: - stateless class and object now has private scalar field and
384: getter/setter for working with it
385:
386: * src/classes/math.C 1.53:
387: - methods math:long2ip & math:ip2long were moved to inet static
388: class
389:
390: * src/classes/Makefile.am 1.51:
391: * src/classes/classes.vcproj 1.17:
392: * src/classes/inet.C 1.1:
393: - inet static class added (^inet:aton[IP], ^inet:ntoa(number))
394:
395: * tests/180.html 1.1:
396: * tests/results/180.processed 1.1:
397: - tests for ^math:long2ip(long) and ^math:ip2long[IP]
398:
399: * src/classes/math.C 1.52:
400: - ^math:ip2long[IP] added
401:
402: 2008-06-11 misha
403: * src/main/pa_xml_io.C 1.22:
404: - use file_read_text again because of we need cut BOM code and
405: remove DOS newline chars. but don't transcode it anyway.
406:
407: * src/include/pa_common.h 1.123:
408: * src/include/pa_http.h 1.2:
409: * src/main/pa_common.C 1.234:
410: * src/main/pa_http.C 1.15:
411: - option for disable transcoding while file_read and
412: file_read_text added
413:
1.70 misha 414: 2008-06-10 misha
415: * tests/179.html 1.1:
416: * tests/179.p 1.1:
417: * tests/results/179.processed 1.1:
418: - test for many classes in 1 file
419:
420: * src/main/compile.tab.C 1.117:
421: * src/main/compile.y 1.224:
422: - compile return list of classes now. internals.
423:
424: * src/main/compile.C 1.79:
425: * src/main/compile_tools.h 1.78:
426: - compile return list of classes now.
427:
428: * src/main/pa_request.C 1.295:
429: - compile return list of classes now. try call @conf and @auto
430: for each returned class
431:
432: * src/include/pa_request.h 1.189:
433: - compile return list of classes now
434:
435: * src/types/pa_vstateless_class.h 1.59:
436: - typedef ArrayClass added (for return list of classes when
437: compile buf)
438:
1.69 misha 439: 2008-06-07 misha
1.70 misha 440: * src/main/pa_request.C 1.294:
441: - constructing VRequest object with 3rd param -- form
442:
443: * src/types/pa_vrequest.C 1.40:
444: * src/types/pa_vrequest.h 1.35:
445: - constructor acceps 3rd param: form. needed for get
446: post_charset
447:
448: * src/types/pa_vform.C 1.93:
449: * src/types/pa_vform.h 1.54:
450: - VForm::get_post_charset() added
451:
1.69 misha 452: * src/include/pa_common.h 1.122:
453: * src/main/pa_common.C 1.233:
454: * src/main/pa_http.C 1.14:
455: * src/types/pa_vform.C 1.92:
456: * src/types/pa_vform.h 1.53:
457: - some polish
458:
459: 2008-06-06 misha
460: * src/types/pa_vform.C 1.91:
461: * src/types/pa_vform.h 1.52:
462: - if POST -- try detec charset and decode chars from it but not
463: from response:charset
464:
465: * src/main/pa_http.C 1.13:
466: - detect_charset moved out of here
467:
468: * src/include/pa_common.h 1.121:
469: * src/main/pa_common.C 1.232:
470: - more helpers methods moved here
471: - unescape_chars accepn one charset now
472:
473: * src/main/pa_http.C 1.12:
474: - new constants used
475: - don't allow $.content-type in ^file::load[;http://;$.method[POST]]
476: - add charset info while ^file::load[;http://;$.method[POST]]
477: - option $.omit-post-charset(true) added to ^file::load[;http://] for disabling charset during post
478:
479: * src/types/pa_vform.C 1.90:
480: - new constants used
481:
482: * src/include/pa_common.h 1.120:
483: - some constants were added
484:
485: * src/classes/form.C 1.41:
486: * src/types/pa_vform.C 1.89:
487: - use StrStartFromNC instead of StrEqNc
488:
489: * src/main/pa_common.C 1.231:
490: - new method for caseless search c-substring in c-string
491: - use isxdigit instead of is_hex_digit
492:
493: * src/include/pa_common.h 1.119:
494: - new method for caseless search c-substring in c-string
495:
1.68 misha 496: 2008-06-05 misha
497: * tests/178.html 1.1:
498: * tests/results/178.processed 1.1:
499: - test for testing default getter
500:
501: * tests/178_dir/178a.p 1.1:
502: * tests/178_dir/178b.p 1.1:
503: * tests/178_dir/178c.p 1.1:
504: * tests/178_dir/178d.p 1.1:
505: * tests/178_dir/178e.p 1.1:
506: - classes for test for testing default getter
507:
508: * src/main/execute.C 1.320:
509: - default getter soul
510:
511: * src/types/pa_vobject.C 1.25:
512: * src/types/pa_vobject.h 1.48:
513: - get default getter if requested objects' field not found
514:
515: * src/types/pa_vclass.C 1.35:
516: - register default getter if defined
517: - get default getter if requested field not found
518:
519: * src/types/pa_vstateless_object.h 1.37:
520: - method get_default_getter was added
521:
522: * src/types/pa_vstateless_class.C 1.32:
523: * src/types/pa_vstateless_class.h 1.58:
524: - pointer to default getter and methods for get/set it were
525: added
526:
527: * src/types/pa_junction.h 1.8:
528: * src/types/pa_vjunction.h 1.26:
529: - junction has auto_name field (for default getter)
530:
531: 2008-06-04 misha
532: * src/main/pa_xml_io.C 1.21:
533: - load external xml in binary mode (no transcoding, no cutting
534: BOM code, no fixing line breaks) and get it to libxml "as is"
535:
536: 2008-06-03 misha
537: * src/main/pa_common.C 1.230:
538: - use store_Char instead of transcodeCharFromUTF8
539:
540: * src/include/pa_charset.h 1.34:
541: * src/main/pa_charset.C 1.58:
542: - method store_Char added, transcodeCharFromUTF8 -- removed
543:
544: 2008-06-02 misha
545: * tests/177.html 1.1:
546: * tests/results/177.processed 1.1:
547: - test for checking .[acm]date after local ^file::load[] was
548: added
549:
550: * tests/176.html 1.1:
551: * tests/results/176.processed 1.1:
552: - test for checking @OPTION\locals + @method[vars][locals] added
553:
554: * tests/results/auto.p 1.3:
555: - CLASS_PATH specified for checking use
556:
1.67 misha 557: 2008-05-30 misha
1.68 misha 558: * Makefile.am 1.55:
559: * Makefile.am 1.56:
560: * Makefile.in 1.70:
561: * Makefile.in 1.71:
562: * acinclude.m4 1.41:
563: * acinclude.m4 1.42:
564: * aclocal.m4 1.44:
565: * aclocal.m4 1.45:
566: * acsite.m4 1.19:
567: * acsite.m4 1.20:
568: * configure 1.97:
569: * configure 1.98:
570: * configure.in 1.100:
571: * configure.in 1.99:
572: * src/types/Makefile.in 1.63:
573: *** empty log message ***
574:
1.67 misha 575: * src/main/compile.tab.C 1.116:
576: * src/main/compile.y 1.223:
577: - changes in compiler: @OPTION\nlocals + @method[vars][;locals;]
578: were added
579:
580: * src/main/execute.C 1.319:
581: - code of OP_CALL and OP_CALL__WRITE was moved to separate method op_code
582: - switch from VMethodFrame to VMethodFrameGlobal + VMethodFrameLocal
583:
584: * src/include/pa_request.h 1.188:
585: - code of OP_CALL and OP_CALL__WRITE was moved to separate
586: method op_code
587:
588: * src/main/pa_request.C 1.293:
589: - use VMethodFrameGlobal instead of VMethodFrame now
590:
591: * src/types/pa_vstateless_class.h 1.57:
592: - stateless class have bool flag all_vars_local as well
593:
594: * src/types/Makefile.am 1.42:
595: * src/types/pa_vmethod_frame.h 1.63:
596: * src/types/pa_vmethod_frame_global.h 1.1:
597: * src/types/pa_vmethod_frame_local.h 1.1:
598: - who children for VMethodFrame were added: one (global) works
599: as VMethodFrame before and second (local) write all vars in self
600: vars scope
601:
602: * src/types/pa_method.h 1.8:
603: - method has bool flag all_vars_local now
604:
605: 2008-05-29 misha
606: * tests/129.html 1.4:
607: * tests/results/129.processed 1.6:
608: - more tests for ^table.hash[]
609:
610: * src/classes/hash.C 1.86:
611: - ^hash::sql has a new option: $.type[hash|string|table] as ^
612: table.hash[] one.
613:
614: * src/classes/op.C 1.179:
615: - ^try has 3rd param now: finally code which executed anyway
616: after try or catch section
617:
618: 2008-05-27 misha
619: * src/classes/table.C 1.243:
620: - bugfix: ^table.hash[key][$.type[table]] must not fail if $
621: .distinct(1) wasn't specified
622:
623: 2008-05-26 misha
624: * src/classes/op.C 1.178:
625: - allow ^throw[my type]
626:
1.66 misha 627: 2008-05-22 misha
1.67 misha 628: * configure 1.96:
629: * configure.in 1.98:
630: - version number updated to 3.2.4b
631:
632: * src/classes/op.C 1.177:
633: * src/classes/string.C 1.159:
634: - trim format string before eval/format
635:
1.66 misha 636: * tests/175.html 1.1:
637: * tests/results/175.processed 1.1:
638: - more tests for different format strings in .format[]
639:
640: * src/types/pa_vform.C 1.88:
641: - while decoding get values decode %uXXXX as well (not only %XX)
642:
643: * src/main/pa_common.C 1.229:
644: - unescape_chars can decode %uXXXX if charset specified
645: - checks for format before print number (^d.format[>...<], ^eval($d)[>...<])
646: - formating with spaces (instead of tabs) removed
647:
648: * src/include/pa_common.h 1.118:
649: - unescape_chars can decode %uXXXX if charset specified
650:
651: * src/include/pa_charset.h 1.33:
652: * src/main/pa_charset.C 1.57:
653: - method for get char in requested charset from utf code was
654: added
655:
656: 2008-05-19 misha
657: * tests/174.html 1.2:
658: * tests/results/174.processed 1.2:
659: - test for ^hashfile.cleanup[] added
660:
661: * src/classes/hashfile.C 1.44:
662: - optimization: don't create any key or value variable if it's
663: name weren't specified (^hf.foreach[;v]{...})
664:
665: 2008-05-16 misha
666: * src/classes/hash.C 1.85:
667: - optimization: don't create any key variable if variable name
668: wasn't specified (^h.foreach[;v]{...})
669:
670: 2008-05-15 misha
671: * src/classes/op.C 1.176:
672: - small changes
673:
674: * src/classes/hashfile.C 1.43:
675: - code reformating (as hash.foreach)
676:
677: * src/classes/hash.C 1.84:
678: - calculate var_context once before foreach
679:
1.65 misha 680: 2008-05-14 misha
681: * src/classes/hashfile.C 1.42:
682: - incorrect vars context calculation for ^hashfile.foreach[;]{}
683: fixed
684:
685: * src/classes/hash.C 1.83:
686: * src/classes/table.C 1.242:
687: - little optimisation
688:
689: * src/classes/file.C 1.169:
690: - bugfix: double absolute path while loading file
691:
692: * tests/174.html 1.1:
693: * tests/results/174.processed 1.1:
694: - tests for hashfile were added
695:
696: * buildall-with-xml 1.23:
697: - moving to libxslt 1.1.24
698:
699: 2008-04-30 misha
700: * src/classes/file.C 1.168:
701: - stat file while loading (local only) so .adate, .mdate and
702: .cdate available without additional ::stat
703:
704: 2008-04-28 misha
705: * src/classes/file.C 1.167:
706: - $.name and $.content-type available for stated file
707:
708: 2008-04-14 misha
709: * src/targets/cgi/parser3.C 1.247:
710: - new year in copyright %-)
711:
712: * src/include/pa_version.h 1.30:
713: - new version number in head
714:
1.64 misha 715: 2008-04-10 misha
1.65 misha 716: * Makefile.am [release_3_2_3] 1.54.2.1:
717: * Makefile.am [release_3_2_3] 1.54.2.2:
718: * Makefile.am [release_3_2_3] 1.54.2.3:
719: * Makefile.in [release_3_2_3] 1.69.2.1:
720: * Makefile.in [release_3_2_3] 1.69.2.2:
721: * Makefile.in [release_3_2_3] 1.69.2.3:
722: * acinclude.m4 [release_3_2_3] 1.40.2.1:
723: * acinclude.m4 [release_3_2_3] 1.40.2.2:
724: * acinclude.m4 [release_3_2_3] 1.40.2.3:
725: * aclocal.m4 [release_3_2_3] 1.43.2.1:
726: * aclocal.m4 [release_3_2_3] 1.43.2.2:
727: * aclocal.m4 [release_3_2_3] 1.43.2.3:
728: * acsite.m4 [release_3_2_3] 1.18.2.1:
729: * acsite.m4 [release_3_2_3] 1.18.2.2:
730: * acsite.m4 [release_3_2_3] 1.18.2.3:
731: * configure [release_3_2_3] 1.95.2.1:
732: * configure [release_3_2_3] 1.95.2.2:
733: * configure [release_3_2_3] 1.95.2.3:
734: * configure.in [release_3_2_3] 1.97.2.1:
735: * configure.in [release_3_2_3] 1.97.2.2:
736: * configure.in [release_3_2_3] 1.97.2.3:
737: *** empty log message ***
738:
739: * src/include/pa_version.h [release_3_2_3] 1.29.2.1:
740: =no message
741:
1.64 misha 742: * tests/080.html 1.3:
743: * tests/results/080.processed 1.5:
744: - cut '0' from exponential part because of on diff OS it differ (
745: 20 or 020 for ex)
746:
747: * tests/119.html 1.3:
748: * tests/results/119.processed 1.5:
749: - check for encoding while creating xdoc
750:
1.63 misha 751: 2008-04-09 misha
752: * buildall-with-xml 1.22:
753: - move to libxml 2.6.32 and libxslt 1.1.23
754:
755: * src/main/pa_common.C 1.228:
756: - comment added
757:
758: * src/classes/date.C 1.81:
759: - little refactoring
760:
1.62 misha 761: 2008-04-08 misha
762: * Makefile.am 1.53:
763: * Makefile.am 1.54:
764: * Makefile.in 1.68:
765: * Makefile.in 1.69:
766: * acinclude.m4 1.39:
767: * acinclude.m4 1.40:
768: * aclocal.m4 1.42:
769: * aclocal.m4 1.43:
770: * acsite.m4 1.17:
771: * acsite.m4 1.18:
772: * bin/Makefile.in 1.13:
773: * configure 1.94:
774: * configure 1.95:
775: * configure.in 1.96:
776: * configure.in 1.97:
777: * etc/Makefile.in 1.18:
778: * etc/parser3.charsets/Makefile.in 1.22:
779: * src/Makefile.in 1.59:
780: * src/classes/Makefile.in 1.64:
781: * src/include/Makefile.in 1.21:
782: * src/include/pa_config_auto.h.in 1.44:
783: * src/include/pa_config_fixed.h 1.72:
784: * src/lib/Makefile.in 1.16:
785: * src/lib/cord/Makefile.in 1.7:
786: * src/lib/cord/include/Makefile.in 1.5:
787: * src/lib/cord/include/private/Makefile.in 1.5:
788: * src/lib/gc/Makefile.in 1.5:
789: * src/lib/gc/include/Makefile.in 1.5:
790: * src/lib/gd/Makefile.in 1.6:
791: * src/lib/ltdl/Makefile.in 1.10:
792: * src/lib/md5/Makefile.in 1.11:
793: * src/lib/pcre/Makefile.in 1.13:
794: * src/lib/sdbm/Makefile.in 1.4:
795: * src/lib/sdbm/apr-include/Makefile.in 1.4:
796: * src/lib/smtp/Makefile.in 1.6:
797: * src/main/Makefile.in 1.61:
798: * src/sql/Makefile.in 1.15:
799: * src/targets/Makefile.in 1.46:
800: * src/targets/apache13/Makefile.in 1.51:
801: * src/targets/apache13core/Makefile.in 1.8:
802: * src/targets/cgi/Makefile.in 1.70:
803: * src/targets/isapi/Makefile.in 1.16:
804: * src/types/Makefile.in 1.62:
805: *** empty log message ***
806:
807: 2008-04-07 misha
808: * src/classes/table.C 1.240:
809: - use NO_STRINGSTREAM for switch to old style of ^table.save[]:
810: prepare one big string and sabe it at once. it's safe on freebsd
811: 4.x but use much more memory.
812:
813: * buildall-with-xml 1.21:
814: * buildall-without-xml 1.13:
815: - option --disable-stringstream added (under comment. use it on
816: freebsd 4.x)
817:
818: 2008-02-22 misha
819: * src/main/pa_http.C 1.11:
820: - exception if $.body[] and $.forms[] specified together in file::load[;http]
821: - get back transcoding $.body[] in file::load[;http]
822:
823: 2008-02-21 misha
824: * src/classes/date.C 1.80:
825: - ^date.gmt-string[] was added
826:
827: * src/types/pa_value.C 1.24:
828: - method for output date in RFC 822 format moved to pa_common.h
829:
830: * src/include/pa_common.h 1.117:
831: - method for output date in RFC 822 format moved here from
832: pa_value.C
833:
834: * src/types/pa_vmail.C 1.82:
835: - fixed core in sending mail with attachment in simple mode ($
836: .file[file here]) introduced in 3.2.2
837:
838: 2008-02-20 misha
839: * src/main/pa_http.C 1.10:
840: - transcode $.headers before escaping into specified charset while ^file::load[...;http://...] (
841: L_URI instead of L_HTTP_HEADER)
842: - $.cookies param available in ^file::load[;http://...] now (but we don't parse set-cookies from
843: response yet) (cookies not transcoded as common $cookies)
844:
845: 2008-02-19 misha
846: * src/main/pa_request.C 1.292:
847: - rollback: we mustn't force taint $response:field values
848: because in this case $response:locateion[http://...] don't
849: works.
850:
851: 2008-02-15 misha
852: * src/classes/op.C 1.175:
853: - little refactoring
854:
855: * src/main/pa_http.C 1.9:
856: - taint names of $.headers for load[;http
857:
858: * src/main/pa_request.C 1.291:
859: - force taint values of $response:field
860:
861: 2008-02-14 misha
862: * src/main/pa_request.C 1.290:
863: - $response:field transcoded to $response:charset before
864: escaping now
865:
866: * src/main/pa_http.C 1.8:
867: - some outdated comments removed
868:
869: * src/classes/date.C 1.79:
870: - lastdat -> last-day
871:
872: * src/classes/date.C 1.78:
873: - ^date:lastday(year;month) and ^date.lastday[] were added
874: - little code refactoring
875: - comments changes
876:
877: * tests/159.html 1.2:
878: * tests/results/159.processed 1.2:
879: - test for number of days in February
880:
881: * src/types/pa_value.C 1.23:
882: - fixes in code formatting
883:
884: * src/classes/file.C 1.166:
885: * src/classes/op.C 1.174:
886: * src/classes/table.C 1.239:
887: - fixes in code formatting and comments
888:
889: 2008-02-13 misha
890: * src/main/pa_common.C 1.227:
891: - bugfix for february at leap year
892:
893: 2008-01-28 misha
894: * tests/160.html 1.4:
895: * tests/results/160.processed 1.4:
896: - more test for cache added
897:
898: * src/classes/op.C 1.173:
899: - bugfix: cache body executed twice if contains unhandled
900: exception
901:
902: 2008-01-25 misha
903: * src/lib/sdbm/sdbm.c 1.4:
904: - use arp_malloc instead of malloc (fixed bug when hashfile
905: became inavailable after memory:compact)
906:
907: * src/lib/sdbm/apr-include/apr_strings.h 1.4:
908: * src/lib/sdbm/apr_strings.C 1.3:
909: - +arp_malloc
910:
911: 2008-01-22 misha
912: * src/classes/table.C 1.238:
913: - little refactiring and exception texts changes in method ^
914: table.hash[]
915:
916: * src/types/pa_vcookie.C 1.73:
917: - link to cookie specification changed
918:
919: 2008-01-21 misha
920: * tests/171.html 1.3:
921: * tests/cat.sh 1.2:
922: * tests/results/171.processed 1.3:
923: - more tests for file::exec/cgi
924:
925: * src/classes/file.C 1.165:
926: - bugfix: core while processing headers if executed cgi script
927: don't return content
928:
929: 2008-01-18 misha
930: * configure 1.93:
931: =no message
932:
933: * buildall-with-xml 1.20:
934: - move to libxml2 version 2.6.31
935:
936: * configure.in 1.95:
937: * src/include/pa_version.h 1.29:
938: - version number updated to '3.2.3b'
939:
940: 2007-12-28 misha
941: * src/classes/hash.C 1.82:
942: * src/include/pa_hash.h 1.69:
943: - hash.contain => hash.contains
944:
1.61 misha 945: 2007-12-27 misha
1.62 misha 946: * gnu.vcproj [release_3_2_2] 1.2.2.1:
947: * parser3.sln [release_3_2_2] 1.10.2.1:
948: * src/classes/classes.vcproj [release_3_2_2] 1.15.2.1:
949: * src/lib/cord/cord.vcproj [release_3_2_2] 1.4.2.1:
950: * src/lib/gd/gd.vcproj [release_3_2_2] 1.9.2.1:
951: * src/lib/ltdl/ltdl.vcproj [release_3_2_2] 1.4.2.1:
952: * src/lib/md5/md5.vcproj [release_3_2_2] 1.4.2.1:
953: * src/lib/pcre/pcre.vcproj [release_3_2_2] 1.4.2.1:
954: * src/lib/pcre/pcre_dftables.vcproj [release_3_2_2] 1.5.2.1:
955: * src/lib/pcre/pcre_parser_ctype.vcproj [release_3_2_2] 1.5.2.1:
956: * src/lib/sdbm/sdbm.vcproj [release_3_2_2] 1.5.2.1:
957: * src/lib/smtp/smtp.vcproj [release_3_2_2] 1.8.2.1:
958: * src/main/main.vcproj [release_3_2_2] 1.19.2.1:
959: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_2_2] 1.8.2.1:
960: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_2_2] 1.11.2.1:
961: * src/targets/cgi/parser3.vcproj [release_3_2_2] 1.14.2.1:
962: * src/targets/isapi/parser3isapi.vcproj [release_3_2_2] 1.10.2.1:
963: * src/types/types.vcproj [release_3_2_2] 1.19.2.1:
964: =no message
965:
1.61 misha 966: * gnu.vcproj 1.3:
967: * parser3.sln 1.11:
968: * src/classes/classes.vcproj 1.16:
969: * src/lib/cord/cord.vcproj 1.5:
970: * src/lib/gd/gd.vcproj 1.10:
971: * src/lib/ltdl/ltdl.vcproj 1.5:
972: * src/lib/md5/md5.vcproj 1.5:
973: * src/lib/pcre/pcre.vcproj 1.5:
974: * src/lib/pcre/pcre_dftables.vcproj 1.6:
975: * src/lib/pcre/pcre_parser_ctype.vcproj 1.6:
976: * src/lib/sdbm/sdbm.vcproj 1.6:
977: * src/lib/smtp/smtp.vcproj 1.9:
978: * src/main/main.vcproj 1.20:
979: * src/targets/apache13/ApacheModuleParser3.vcproj 1.9:
980: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.12:
981: * src/targets/cgi/parser3.vcproj 1.15:
982: * src/targets/isapi/parser3isapi.vcproj 1.11:
983: * src/types/types.vcproj 1.20:
984: - back to VS2003 because of Apache 1.3 module can't work if it was built in VS 2005.
985: with cgi all file so VS2003 project files can be easy converted to the new format.
986:
987: 2007-12-25 misha
988: * Makefile.am [release_3_2_2] 1.52.8.1:
989: * Makefile.in [release_3_2_2] 1.67.2.1:
990: * acinclude.m4 [release_3_2_2] 1.38.14.1:
991: * aclocal.m4 [release_3_2_2] 1.41.14.1:
992: * acsite.m4 [release_3_2_2] 1.16.14.1:
993: * acsite.m4 [release_3_2_2] 1.16.14.2:
994: * bin/Makefile.in [release_3_2_2] 1.12.14.1:
995: * configure [release_3_2_2] 1.92.2.1:
996: * configure.in [release_3_2_2] 1.94.2.1:
997: * etc/Makefile.in [release_3_2_2] 1.17.14.1:
998: * etc/parser3.charsets/Makefile.in [release_3_2_2] 1.21.14.1:
999: * src/Makefile.in [release_3_2_2] 1.58.14.1:
1000: * src/classes/Makefile.in [release_3_2_2] 1.63.2.1:
1001: * src/include/Makefile.in [release_3_2_2] 1.20.14.1:
1002: * src/include/pa_config_auto.h.in [release_3_2_2] 1.43.14.1:
1003: * src/include/pa_version.h [release_3_2_2] 1.28.8.2:
1004: * src/lib/Makefile.in [release_3_2_2] 1.15.10.1:
1005: * src/lib/cord/Makefile.in [release_3_2_2] 1.6.10.1:
1006: * src/lib/cord/include/Makefile.in [release_3_2_2] 1.4.14.1:
1007: * src/lib/cord/include/private/Makefile.in [release_3_2_2] 1.4.14.1:
1008: * src/lib/gc/Makefile.in [release_3_2_2] 1.4.14.1:
1009: * src/lib/gc/include/Makefile.in [release_3_2_2] 1.4.14.1:
1010: * src/lib/gd/Makefile.in [release_3_2_2] 1.5.14.1:
1011: * src/lib/ltdl/Makefile.in [release_3_2_2] 1.9.8.1:
1012: * src/lib/md5/Makefile.in [release_3_2_2] 1.10.14.1:
1013: * src/lib/pcre/Makefile.in [release_3_2_2] 1.12.14.1:
1014: * src/lib/sdbm/Makefile.in [release_3_2_2] 1.3.14.1:
1015: * src/lib/sdbm/apr-include/Makefile.in [release_3_2_2] 1.3.14.1:
1016: * src/lib/smtp/Makefile.in [release_3_2_2] 1.5.14.1:
1017: * src/main/Makefile.in [release_3_2_2] 1.60.14.1:
1018: * src/sql/Makefile.in [release_3_2_2] 1.14.14.1:
1019: * src/targets/Makefile.in [release_3_2_2] 1.45.14.1:
1020: * src/targets/apache13/Makefile.in [release_3_2_2] 1.50.14.1:
1021: * src/targets/apache13core/Makefile.in [release_3_2_2] 1.7.14.1:
1022: * src/targets/cgi/Makefile.in [release_3_2_2] 1.69.14.1:
1023: * src/targets/isapi/Makefile.in [release_3_2_2] 1.15.14.1:
1024: * src/types/Makefile.in [release_3_2_2] 1.61.2.1:
1025: *** empty log message ***
1026:
1027: * src/include/pa_version.h [release_3_2_2] 1.28.8.1:
1028: =no message
1029:
1.60 misha 1030: 2007-12-04 misha
1031: * src/types/pa_vcode_frame.h 1.34:
1032: - changes in comment
1033:
1034: 2007-11-29 misha
1035: * src/main/execute.C 1.318:
1036: * src/types/pa_vcode_frame.h 1.33:
1037: - code frame don't intercept strings any longer
1038:
1039: * tests/173.html 1.1:
1040: * tests/results/173.processed 1.1:
1041: - tests for $d[^date::now[]] $j{$d} $r[$j] -- must create date
1042: object in $r but not in main code frame
1043:
1044: * tests/172.html 1.1:
1045: * tests/results/172.processed 1.1:
1046: - more tests for pass objects from code frames
1047:
1048: 2007-11-27 misha
1049: * tests/152.html 1.7:
1050: * tests/results/152.processed 1.7:
1051: - tests for converting strings 'true'/'false' to bool were added
1052:
1053: * tests/152.html 1.6:
1054: - added checks for converting strings 'true'/'false' to bool
1055:
1056: * src/classes/string.C 1.158:
1057: - ^srting.bool[] now can convert to bool not only strings with
1058: numbers but with values 'true'/'false' as well
1059:
1060: * src/targets/apache13core/mod_parser3_core.C 1.11:
1061: * src/targets/cgi/parser3.C 1.246:
1062: * src/targets/isapi/parser3isapi.C 1.99:
1063: - buffer size for parser3.log increased
1064:
1065: * src/main/pa_common.C 1.226:
1066: - remove_crlf optimize whitespaces now
1067:
1068: * src/include/pa_common.h 1.116:
1069: - remove_crlf return cstring size now
1070:
1071: * src/include/pa_types.h 1.50:
1072: - constant with buffer size for parser3.log added
1073:
1074: 2007-11-16 misha
1075: * tests/cat.sh 1.1:
1076: - script for tests for file::exec/cgi
1077:
1078: * tests/171.html 1.1:
1079: - tests for file::exec/cgi
1080:
1081: * tests/results/171.processed 1.1:
1082: - tests results for file::exec/cgi
1083:
1084: 2007-11-15 misha
1085: * src/main/pa_exec.C 1.71:
1086: - fixed incorrect exec code for unix
1087:
1088: * src/classes/file.C 1.164:
1089: - .body must be set before analyzing cgi headers
1090:
1091: * src/classes/file.C 1.163:
1092: - bugfix: we must transcode output fix EOLs only if exec/cgi
1093: return anything.
1094:
1.59 misha 1095: 2007-11-14 misha
1096: * operators.txt 1.204:
1097: - info about new text|binary option for file::exec/cgi was added
1098:
1099: * src/classes/file.C 1.162:
1100: * src/include/pa_exec.h 1.19:
1101: * src/main/pa_exec.C 1.70:
1102: - ^file:exec[[text|binary];script;...]
1103:
1104: * src/classes/file.C 1.161:
1105: * src/classes/image.C 1.117:
1106: * src/classes/string.C 1.157:
1107: * src/classes/table.C 1.237:
1108: * src/include/pa_exception.h 1.51:
1109: - more text strings moved to the one place
1110:
1.58 misha 1111: 2007-11-09 misha
1.59 misha 1112: * src/types/pa_vrequest.C 1.39:
1113: - $request:argv must be taint
1114:
1.58 misha 1115: * operators.txt 1.203:
1116: * src/include/pa_request_info.h 1.6:
1117: * src/targets/cgi/parser3.C 1.245:
1118: * src/types/pa_vrequest.C 1.38:
1119: * src/types/pa_vrequest.h 1.34:
1120: - $request:argv
1121:
1.57 misha 1122: 2007-10-25 misha
1.58 misha 1123: * buildall-with-xml 1.19:
1124: * buildall-without-xml 1.12:
1125: - options preparations for ./configure rewrited
1126:
1.57 misha 1127: * src/main/compile.tab.C 1.115:
1128: * src/main/compile.y 1.222:
1129: - bug if parser.compile error occure in unhandled_exception
1130: finally fixed
1131:
1132: 2007-10-23 misha
1133: * tests/170.html 1.1:
1134: * tests/results/170.processed 1.1:
1135: - test for @method[][result]
1136:
1137: * operators.txt 1.202:
1138: - added info about node.prefix and node.namespaceURI
1139:
1140: * src/classes/xnode.C 1.81:
1141: - xmlHasProp used instead of xmlGetProp
1142:
1143: * src/types/pa_vxnode.C 1.49:
1144: - DOM2 fields namespaceURI and prefix were added for node and
1145: attribute
1146:
1147: 2007-10-22 misha
1148: * src/types/pa_vmail.C 1.81:
1149: - content-transfer-encoding: 8bit added
1150:
1151: * src/main/pa_request.C 1.289:
1152: - added const content-transfer-encoding
1153:
1154: * src/include/pa_request.h 1.187:
1155: - added const content-transfer-encoding
1156: - ups. constants must be in lowercase (for search)
1157:
1158: * src/types/pa_vmail.C 1.80:
1159: - more constants used
1160: - content-transfer-encoding: 8bit added
1161:
1162: * src/main/pa_uue.C 1.11:
1163: - content-transfer-encoding moved out of here
1164:
1165: * src/include/pa_request.h 1.186:
1166: - more constants
1167:
1168: * src/types/pa_vmail.C 1.79:
1169: - constant renamed
1170: - $.content-id don't ommit anymore if $.content-disposition was specified
1171: - little refactoring
1172:
1173: * src/include/pa_request.h 1.185:
1174: * src/main/pa_request.C 1.288:
1175: - constant renamed
1176:
1177: 2007-10-17 misha
1178: * operators.txt 1.201:
1179: - info about table::create[nameless]{data}[>options<] was added
1180:
1181: * src/main/compile.tab.C 1.114:
1182: * src/main/compile.y 1.221:
1183: - if error occure while compile method don't put this method in methods table anymore.
1184: in other case the parser coredumped if @unhandled_exception method can't be compiled because of
1185: parser.compile error.
1186:
1187: * src/main/execute.C 1.317:
1188: - little code reformating
1189:
1190: * src/main/pa_request.C 1.287:
1191: - little code reformating
1192: - comment changed
1193:
1194: 2007-10-16 misha
1195: * tests/035.html 1.3:
1196: * tests/results/035.processed 1.5:
1197: - tests table::create[]{}[options] added
1198:
1199: * src/classes/table.C 1.236:
1200: - table::create[]{} now accept 3rd param: options (only $
1201: .seperator[] yet)
1202:
1203: 2007-10-10 misha
1204: * src/classes/table.C 1.235:
1205: - some contstants moved to pa_common.h
1206: - some code changes
1207:
1208: 2007-10-02 misha
1209: * src/main/pa_uue.C 1.10:
1210: - memory usage during uuencode reduced more then three time as
1211: much. but base64 encoding method still use less memory anyway.
1212:
1213: 2007-09-17 misha
1214: * src/include/pa_common.h 1.115:
1215: - some stuff for use with .for_each moved here
1216:
1217: * src/classes/hash.C 1.81:
1218: - some stuff for use with .for_each moved to common
1219:
1220: * src/types/pa_vcookie.C 1.72:
1221: - $cookie:fields available now
1222:
1223: * operators.txt 1.200:
1224: - added info about $cookie:fields
1225:
1226: * src/types/pa_venv.C 1.4:
1227: * src/types/pa_venv.h 1.34:
1228: - some strings moved to #define
1229:
1.56 misha 1230: 2007-09-14 misha
1231: * buildall-with-xml 1.18:
1232: - new xml libs again =)
1233:
1234: 2007-08-28 misha
1235: * src/classes/table.C 1.233:
1236: - new option ^table.columns[[column name]] was added
1237:
1238: * src/classes/string.C 1.156:
1239: - new option ^string.split[...;v;[column name]]
1240:
1241: * operators.txt 1.199:
1242: - texts about ^table.columns[[column name]] and ^string.split[
1243: ...][v][column name] were added
1244:
1245: * tests/168.html 1.1:
1246: * tests/169.html 1.1:
1247: * tests/results/168.processed 1.1:
1248: * tests/results/169.processed 1.1:
1249: - tests for ^table.columns[[column name]] and ^string.split[...]
1250: [v][column name] were added
1251:
1252: * src/include/pa_exception.h 1.50:
1253: - error text message for ^hash._keys[], ^table.columns[] and ^
1254: string.split[]
1255:
1.55 misha 1256: 2007-08-27 misha
1257: * src/main/untaint.C 1.138:
1258: - try to fix coredump on unix if print to body ^taint[sql][
1259: something] outside of connect
1260:
1261: * buildall-with-xml 1.17:
1262: * buildall-without-xml 1.11:
1263: - strip parser3 was added (commented by default)
1264:
1265: * tests/167.html 1.1:
1266: * tests/results/167.processed 1.1:
1267: - test for ^taint[sql] outside of connect
1268:
1.54 misha 1269: 2007-08-20 misha
1270: * operators.txt 1.198:
1271: - comment about new method ^node.hasAttributes[] was added
1272:
1273: * src/include/pa_exception.h 1.49:
1274: - more exception text strings moved here
1275:
1276: * src/classes/xnode.C 1.78:
1277: - DOM2 method ^xnode.hasAttributes[] was added
1278:
1279: * src/include/pa_exception.h 1.48:
1280: - some exception text strings movet to pa_exception
1281:
1282: * tests/149.html 1.2:
1283: * tests/results/149.processed 1.3:
1284: - test for ^xnode.hasAttributes[] was added
1285: - some code changes
1286:
1287: * src/classes/file.C 1.160:
1288: * src/classes/math.C 1.51:
1289: * src/classes/op.C 1.172:
1290: * src/classes/string.C 1.155:
1291: * src/classes/xdoc.C 1.156:
1292: - more duplicated exception text strings were removed
1293:
1294: * src/classes/file.C 1.159:
1295: * src/classes/hashfile.C 1.41:
1296: * src/classes/image.C 1.116:
1297: * src/classes/op.C 1.171:
1298: * src/classes/string.C 1.154:
1299: * src/classes/table.C 1.232:
1300: * src/classes/xdoc.C 1.155:
1301: * src/classes/xnode.C 1.79:
1302: - some duplicate exceptions' text strings removed
1303:
1.53 misha 1304: 2007-08-17 misha
1305: * operators.txt 1.197:
1306: * src/targets/cgi/parser3.C 1.243:
1307: - annoying 'SIGPIPE' messages in parser3.log switched off by
1308: default. If someone really still need it: use $SIGPIPE(1)
1309:
1.54 misha 1310: * tests/006.html 1.4:
1311: * tests/059.html 1.3:
1312: * tests/results/006.processed 1.5:
1313: * tests/results/059.processed 1.5:
1314: - more tests for match
1315:
1.53 misha 1316: * src/classes/math.C 1.50:
1317: * src/targets/cgi/parser3.C 1.244:
1318: * src/targets/isapi/parser3isapi.C 1.98:
1319: - little syntax changes
1320:
1.54 misha 1321: * tests/129.html 1.3:
1322: * tests/results/129.processed 1.5:
1323: - tests for ^table.hash[...][$.type[string|hash|table]] added
1324:
1.53 misha 1325: 2007-08-08 misha
1326: * buildall-with-xml 1.15:
1327: * buildall-without-xml 1.9:
1328: - remove libs source files by default since now
1329:
1330: 2007-08-07 misha
1331: * buildall-with-xml 1.14:
1332: - compile libxml2 without http support
1333: - some option syntax changes
1334:
1335: * buildall-without-xml 1.8:
1336: - some option syntax changes
1337:
1338: * src/main/pa_xml_io.C 1.20:
1339: - will use parser file loader for xml needs
1340:
1341: 2007-08-06 misha
1342: * buildall-with-xml 1.13:
1343: - moved to libxml2-2.6.29 and libxslt-1.1.21
1344:
1345: * tests/160.html 1.3:
1346: * tests/results/160.processed 1.3:
1347: - cache test was rewrited
1348:
1.52 misha 1349: 2007-07-06 misha
1350: * src/types/pa_vform.C 1.87:
1351: - bugfix: uploaded file name wasn't transcoded
1352:
1353: * src/classes/math.C 1.49:
1354: - ^math:long2ip(long) and ^math:sha1[string] were added
1355:
1356: * tests/153.html 1.3:
1357: * tests/results/153.processed 1.3:
1358: - added test for ^math:sha1[string]
1359:
1360: 2007-06-28 misha
1361: * etc/parser3.charsets/windows-1251.cfg 1.13:
1362: - removed duplicated and some incorrect chars
1363:
1364: 2007-06-19 misha
1365: * src/include/pa_hash.h 1.68:
1366: - methods generic_hash_code & hash_code were moved on top
1367: because of gcc 4 had a problems during building.
1368:
1369: 2007-06-18 misha
1370: * tests/results/019.processed 1.4:
1371: - new image commited
1372:
1373: 2007-06-09 misha
1374: * src/types/pa_vmethod_frame.h 1.62:
1375: - method as_expression was added
1376:
1377: * src/classes/op.C 1.170:
1378: * src/classes/table.C 1.231:
1379: - in while and table.select method as_expression used now
1380:
1381: 2007-06-08 misha
1382: * src/lib/cord/include/private/cord_pos.h 1.4:
1383: - back to origin value because of no speed/memory optimisation
1384: but some proglems with long cycles occure
1385:
1386: * tests/166.html 1.1:
1387: * tests/results/166.processed 1.1:
1388: - test for ^match[...][n]
1389:
1390: * tests/165.html 1.1:
1391: * tests/results/165.processed 1.1:
1392: - tests for loops
1393:
1394: 2007-06-06 misha
1395: * src/classes/op.C 1.169:
1396: * src/classes/table.C 1.230:
1397: - ^while(true){}, ^while(1){}, ^table.select(true) and ^
1398: table.select(1) didn't works because of awaiting junction-param
1399: only. fixed.
1400:
1.51 misha 1401: 2007-05-24 misha
1402: * src/include/pa_os.h 1.6:
1403: - consts for blocking locks + some comments were added
1404:
1405: * src/main/pa_os.C 1.9:
1406: - locks engines were rewrited: now we don't use system locks
1407: which wait till other threads release it but try get lock, if
1408: fail wait 1 sec and make 10 attempts.
1409:
1410: * src/lib/sdbm/apr_file_io.C 1.6:
1411: - wait till lock released while opening files
1412:
1413: * src/classes/table.C 1.229:
1414: - changes in includes. if unclude <sstream> after our classes on
1415: unix it can't be build
1416:
1417: * src/types/pa_vhashfile.C 1.55:
1418: - not needed code removed
1419:
1420: * src/classes/op.C 1.168:
1421: - cache was rewrited. I hope it works with locking system now on
1422: unix
1423:
1424: * src/include/pa_os.h 1.7:
1425: * src/main/pa_os.C 1.10:
1426: - 20 attempt to get lock with 0.5 secs interval
1427:
1428: 2007-05-23 misha
1429: * src/classes/file.C 1.158:
1430: * src/classes/op.C 1.167:
1431: * src/include/pa_common.h 1.114:
1432: * src/main/pa_common.C 1.225:
1433: - cosmetic changes
1434:
1.50 misha 1435: 2007-05-18 misha
1.51 misha 1436: * tests/results/160.processed 1.2:
1437: - returned time corrected
1438:
1439: * tests/160.html 1.2:
1440: - time increased because on unix 1 mean nothing :(
1441:
1442: * src/lib/cord/include/private/cord_pos.h 1.3:
1443: - rebalance tree not so often. it's give some speed increasing
1444:
1.50 misha 1445: * src/classes/hash.C 1.80:
1446: - added ^hash.contain[key]
1447:
1.51 misha 1448: * operators.txt 1.195:
1449: - added info about ^hash.contain[key]
1450:
1.50 misha 1451: * src/include/pa_hash.h 1.67:
1452: - added method for checking key exists in hash
1453:
1454: 2007-05-07 misha
1455: * src/include/pa_string.h 1.169:
1456: - was compilation error during build on freebsd4
1457:
1458: 2007-05-03 misha
1459: * src/classes/table.C 1.227:
1460: - option $.type[hash|string|table] was added for ^table.hash[]
1461:
1462: * src/classes/file.C 1.157:
1463: - comment removed
1464:
1465: 2007-04-26 misha
1466: * src/types/pa_vhashfile.C 1.54:
1467: * src/types/pa_vhashfile.h 1.37:
1468: - while ::open the real files doesn't opened in place anymore
1469:
1470: 2007-04-24 misha
1471: * src/include/pa_exception.h 1.47:
1472: "static" removed
1473:
1474: * src/classes/math.C 1.48:
1475: - I thought one more time and remove lg(N) :)
1476:
1477: 2007-04-23 misha
1478: * src/classes/math.C 1.47:
1479: ^math:lg(N) => ^math:log10(N)
1480:
1481: * src/classes/math.C 1.46:
1482: added:
1483: - ^math:ln(N) (the same as ^math:log(N))
1484: - ^math:lg(N)
1485:
1486: * tests/097.html 1.6:
1487: * tests/results/097.processed 1.7:
1488: - charsets converstion during ^file::load[text;http://...] added
1489:
1490: * tests/164.html 1.1:
1491: * tests/results/164.processed 1.1:
1492: - test for hashfile
1493:
1494: * src/types/pa_vhashfile.C 1.53:
1495: - don't open hashfile files until 1st access
1496:
1497: * src/types/pa_vhashfile.C 1.52:
1498: * src/types/pa_vhashfile.h 1.36:
1499: - .clear() removed.
1500:
1501: * src/include/pa_exception.h 1.46:
1502: - string constant with "parser.runtime" text was added
1503:
1504: * src/classes/hashfile.C 1.40:
1505: - little comment changes
1506:
1507: * tests/164.html 1.2:
1508: * tests/results/164.processed 1.2:
1509: - check for set expires as a date
1510:
1511: * src/classes/hashfile.C 1.39:
1512: - with .clear[] called files_delete() now.
1513:
1514: * src/classes/date.C 1.77:
1515: * src/classes/double.C 1.61:
1516: * src/classes/file.C 1.156:
1517: * src/classes/form.C 1.40:
1518: * src/classes/hash.C 1.79:
1519: * src/classes/image.C 1.115:
1520: * src/classes/int.C 1.57:
1521: * src/classes/mail.C 1.111:
1522: * src/classes/math.C 1.45:
1523: * src/classes/op.C 1.166:
1524: * src/classes/string.C 1.153:
1525: * src/classes/table.C 1.226:
1526: * src/classes/void.C 1.38:
1527: * src/classes/xdoc.C 1.154:
1528: * src/classes/xnode.C 1.77:
1529: * src/classes/xnode.h 1.26:
1530: * src/include/pa_request.h 1.184:
1531: * src/main/execute.C 1.316:
1532: * src/main/pa_charset.C 1.56:
1533: * src/main/pa_charsets.C 1.17:
1534: * src/main/pa_common.C 1.224:
1535: * src/main/pa_dictionary.C 1.24:
1536: * src/main/pa_exec.C 1.69:
1537: * src/main/pa_http.C 1.7:
1538: * src/main/pa_request.C 1.286:
1539: * src/main/pa_sql_driver_manager.C 1.87:
1540: * src/main/pa_table.C 1.62:
1541: * src/types/pa_value.C 1.22:
1542: * src/types/pa_value.h 1.129:
1543: * src/types/pa_vclass.C 1.34:
1544: * src/types/pa_vconsole.h 1.13:
1545: * src/types/pa_vfile.h 1.61:
1546: * src/types/pa_vhash.h 1.59:
1547: * src/types/pa_vimage.h 1.48:
1548: * src/types/pa_vmail.C 1.78:
1549: * src/types/pa_vmethod_frame.h 1.61:
1550: * src/types/pa_vstateless_class.C 1.31:
1551: * src/types/pa_vstateless_class.h 1.56:
1552: * src/types/pa_vtable.C 1.27:
1553: * src/types/pa_vxdoc.h 1.44:
1554: * src/types/pa_wcontext.C 1.34:
1555: - "parser.runtime" strings were removed
1556:
1557: 2007-04-20 misha
1558: * src/classes/hashfile.C 1.38:
1559: - ^hashfile.cleanup[], ^hashfile.release[] were added
1560:
1561: * src/classes/op.C 1.165:
1562: - bug. must be false
1563:
1564: * operators.txt 1.193:
1565: - added info about .^hashfile.release[], ^hashfile.clenaup[] and
1566: new ^string.match[][>N-option<]
1567:
1568: * configure.in 1.94:
1569: - checking for unsetenv was added
1570:
1571: * src/types/pa_vhashfile.C 1.51:
1572: * src/types/pa_vhashfile.h 1.35:
1573: - hashfile can auto reopen now
1574:
1575: * src/types/pa_vform.C 1.86:
1576: - some comments
1577:
1578: * configure 1.92:
1579: =cheching for unsetenv
1580:
1581: * operators.txt 1.194:
1582: - some comments changing
1583:
1584: * src/classes/string.C 1.152:
1585: * src/include/pa_string.h 1.168:
1586: * src/main/pa_string.C 1.209:
1587: - ^string.match[][] understand new option now: return number of
1588: matches but not table wit results
1589:
1590: 2007-04-18 misha
1591: * buildall-with-xml 1.10:
1592: * buildall-without-xml 1.6:
1593: added commented lines with --disable-safe-mode option
1594:
1595: * buildall-with-xml 1.11:
1596: moving to libxml2-2.6.28
1597:
1598: * operators.txt 1.192:
1599: - info about $form:files
1600:
1601: 2007-04-17 misha
1602: * src/types/pa_vdate.h 1.45:
1603: - start adding unsetenv("TZ");
1604:
1605: * tests/163.html 1.2:
1606: * tests/results/163.processed 1.2:
1607: removing auto format
1608:
1609: * src/types/pa_vform.C 1.85:
1610: * src/types/pa_vform.h 1.51:
1611: - some code was modified
1612: - $form:files was added
1613:
1614: 2007-04-16 misha
1615: * tests/163.html 1.1:
1616: * tests/results/163.processed 1.1:
1617: - test for .int[], floor, round, ceiling and .format[]
1618:
1619: * src/classes/file.C 1.155:
1620: - little optimization for getting args in exec/cgi
1621:
1622: 2007-04-13 misha
1623: * src/classes/file.C 1.154:
1624: - arguments for file::exec/cgi can be specified now as s table
1625: with one column
1626:
1627: 2007-03-27 misha
1628: * tests/162.html 1.1:
1629: * tests/results/162.processed 1.1:
1630: - test for ^table.select(^condition[$t])
1631:
1632: * tests/results/auto.p 1.2:
1633: - load windows-1251 charset for some tests
1634:
1635: * tests/run_parser.sh 1.4:
1636: PARSER_CONFIG -> CGI_PARSER_CONFIG
1637:
1638: * tests/013.html 1.3:
1639: * tests/results/013.processed 1.5:
1640: - added test for checking $._default value while hash
1641: modifications
1642:
1643: * tests/160.html 1.1:
1644: * tests/results/160.processed 1.1:
1645: - add test for ^cache[key](secs){code}, ^cache[] and ^cache(0)
1646:
1647: * tests/161.html 1.1:
1648: * tests/161_utf8.txt 1.1:
1649: * tests/161_windows1251.txt 1.1:
1650: * tests/results/161.processed 1.1:
1651: - added test for ^file::load[text;/local/file.txt;$.charset[...]]
1652:
1653:
1654: 2007-03-22 misha
1655: * operators.txt 1.191:
1656: - added info about date.weekyear
1657:
1658: * src/include/pa_common.h 1.113:
1659: - "charset" string defined for ^file::load[text;/local.txt] and ^
1660: table::load[/table.txt]
1661:
1662: * src/main/pa_common.C 1.223:
1663: * src/main/pa_http.C 1.6:
1664: - $.charset option for ^file::load[text;/local.txt] and ^table::load[/table.txt] was added
1665: - not needed transcodes were removed from ^file::load[...;http://...]
1666:
1667: * src/types/pa_vdate.h 1.44:
1668: - date.week was fixed
1669: - date.weekyear was added
1670:
1671: * src/classes/date.C 1.76:
1672: - date.week was fixed
1673:
1674: * tests/159.html 1.1:
1675: * tests/results/159.processed 1.1:
1676: - tests for date.week and date.weekyear added
1677:
1678: 2007-03-15 misha
1679: * src/classes/table.C 1.225:
1680: - enclose column numbers for nameless tables as well
1681:
1682: 2007-03-14 misha
1683: * src/targets/cgi/parser3.C 1.242:
1684: - bugxif. failed when request cgi
1685:
1686: * src/classes/table.C 1.224:
1687: - table.save optimization: now required much less memory
1688:
1.49 misha 1689: 2007-03-13 misha
1690: * buildall-with-xml 1.8:
1691: - pattern needed now for building
1692:
1693: * tests/097.html 1.5:
1694: - added test for xdoc::load
1695:
1696: * buildall-with-xml 1.9:
1697: libxml2: --without-ftp --without-docbook
1698:
1699: * tests/results/097.processed 1.6:
1700: - added test results for xdoc::load & xdoc::load[http://...]
1701:
1.50 misha 1702: * tests/158.html 1.1:
1703: * tests/results/158.processed 1.1:
1704: * tests/results/158.processes 1.1:
1705: * tests/results/158.processes 1.2:
1706: - tests for table.save/table.load
1707:
1.49 misha 1708: 2007-03-12 misha
1709: * tests/107.html 1.4:
1710: * tests/results/107.processed 1.5:
1711: - added test for xpath '//man'
1712:
1713: 2007-03-01 misha
1714: * tests/097.html 1.4:
1715: * tests/results/097.processed 1.5:
1716: - added test for creating xdoc from file
1717:
1718: * tests/157.html 1.3:
1719: * tests/results/157.processed 1.2:
1720: - added test for file:move
1721:
1722: 2007-02-28 misha
1723: * tests/results/099.processed 1.5:
1724: - ever send content-disposition to client with file
1725:
1726: * operators.txt 1.190:
1727: * src/classes/xdoc.C 1.151:
1728: - ^xdoc::create[$file] added.
1729:
1730: * src/classes/xdoc.C 1.153:
1731: - another attempt
1732:
1733: * tests/157.html 1.1:
1734: + test for file:copy
1735:
1736: * src/classes/xdoc.C 1.152:
1737: - roll back last changes for a while
1738:
1739: * src/classes/file.C 1.153:
1740: - under lock we create non-exist dir anyway
1741:
1742: 2007-02-26 misha
1743: * src/classes/file.C 1.152:
1744: - some similar strings moved to #define instead of to be copy/
1745: pasted many times
1746:
1747: * src/types/pa_vfile.h 1.60:
1748: - class name string ("file") moved to #define
1749:
1750: 2007-02-20 misha
1751: * bin/auto.p.dist.in 1.14:
1752: - added lines for sqlite
1753:
1754: * configure.in 1.93:
1755: - added some strings for sqlite detection
1756:
1.48 misha 1757: 2007-02-19 misha
1758: * buildall-with-xml 1.7:
1759: * buildall-without-xml 1.5:
1760: - some modifications
1761:
1762: * operators.txt 1.189:
1763: - some comments changes
1764:
1765: 2007-02-17 misha
1766: * buildall-with-xml 1.6:
1767: * buildall-without-xml 1.4:
1768: - moving to gc6.8
1769:
1770: * src/main/pa_request.C 1.285:
1771: - damn, i forgot to commit it while I change console behaviour
1772:
1773: 2007-02-12 misha
1774: * src/types/pa_vimage.C 1.36:
1775: * src/types/pa_vimage.h 1.47:
1776: - fixed bug added while adding 'bool' (^if($image){} caused
1777: exception)
1778:
1779: * src/targets/cgi/parser3.C 1.241:
1780: - don't print headers if $console:line[data] was used during cgi
1781: execution.
1782:
1783: * src/types/pa_vconsole.h 1.12:
1784: - console class have bool flag now which marked as 'true' if
1785: class was used.
1786:
1787: * tests/152.html 1.5:
1788: * tests/results/152.processed 1.6:
1789: - more types was added to test 152
1790:
1791: 2007-02-09 misha
1792: * src/types/pa_vxdoc.C 1.34:
1793: * src/types/pa_vxdoc.h 1.43:
1794: * src/types/pa_vxnode.C 1.48:
1795: * src/types/pa_vxnode.h 1.39:
1796: - bugfix. I broke xdoc & xnode in expression
1797:
1798: * tests/152.html 1.3:
1799: * tests/results/152.processed 1.4:
1800: - test rewrited
1801:
1802: * tests/152.html 1.4:
1803: * tests/results/152.processed 1.5:
1804: - test alightly updated
1805:
1806: 2007-02-08 misha
1807: * tests/152.html 1.2:
1808: * tests/results/152.processed 1.3:
1809: - add test for checking 'def' for void, string, bool, int &
1810: double
1811:
1812: 2007-02-07 misha
1813: * src/main/pa_common.C 1.222:
1814: - definitions for ^file:base64[filespec]
1815:
1816: * src/types/pa_vconsole.h 1.11:
1817: * src/types/pa_vcookie.C 1.71:
1818: - little optimization
1819:
1820: * src/classes/file.C 1.151:
1821: - ^file:base64[filespec]
1822:
1823: * tests/results/153.processed 1.2:
1824: - result test for ^file:base64[filespec] was updated
1825:
1826: * tests/153.html 1.2:
1827: - test for ^file:base64[filespec] was added
1828:
1829: * src/include/pa_common.h 1.112:
1830: - declarations for ^file:base64[filespec]
1831:
1832: * operators.txt 1.188:
1833: - ^file:base64[filespec] was added
1834:
1835: 2007-02-06 misha
1836: * src/types/pa_vbool.h 1.30:
1837: - bugfix
1838:
1839: * tests/156.html 1.1:
1840: - added test for bool cookie
1841:
1842: * src/main/utf8-to-lower.inc 1.2:
1843: * src/main/utf8-to-upper.inc 1.2:
1844: - some chars were temporary commented
1845:
1846: * tests/153.html 1.1:
1847: * tests/154.html 1.1:
1848: * tests/todo.txt 1.6:
1849: - two more tests added
1850:
1851: * src/types/pa_vcookie.h 1.32:
1852: - not needed string "cookie" removed
1853:
1854: * tests/155.html 1.1:
1855: * tests/results/155.processed 1.1:
1856: - added test for check $.encloser[] option for table save/load
1857:
1858: 2007-02-05 misha
1859: * tests/results/141.processed 1.5:
1860: - math:md5 must be lowercased
1861:
1862: * src/targets/cgi/parser3.C 1.240:
1863: - 2007 in help ;)
1864:
1865: * tests/results/152.processed 1.2:
1866: - newline at the end was missed
1867:
1868: 2007-02-03 misha
1869: * tests/152.html 1.1:
1870: - test for bool added
1871:
1872: * operators.txt 1.187:
1873: - info bool class was added
1874:
1875: * src/classes/Makefile.am 1.50:
1876: * src/classes/Makefile.in 1.63:
1877: * src/classes/bool.C 1.1:
1878: * src/classes/classes.vcproj 1.15:
1879: * src/classes/double.C 1.60:
1880: * src/classes/int.C 1.56:
1881: * src/classes/string.C 1.151:
1882: * src/classes/void.C 1.37:
1883: * src/classes/xnode.C 1.76:
1884: * src/include/pa_string.h 1.167:
1885: * src/types/pa_vbool.h 1.29:
1886: * src/types/pa_vclass.h 1.52:
1887: * src/types/pa_vimage.h 1.46:
1888: * src/types/pa_vint.h 1.45:
1889: * src/types/pa_vjunction.C 1.4:
1890: * src/types/pa_vjunction.h 1.25:
1891: * src/types/pa_vproperty.C 1.1:
1892: * src/types/pa_vproperty.h 1.4:
1893: * src/types/pa_vstateless_class.C 1.30:
1894: * src/types/pa_vstateless_class.h 1.55:
1895: * src/types/pa_vxdoc.C 1.33:
1896: * src/types/pa_vxdoc.h 1.42:
1897: * src/types/pa_vxnode.h 1.38:
1898: * src/types/types.vcproj 1.19:
1899: - bool class was added
1900:
1901: * tests/results/150.processed 1.2:
1902: * tests/results/151.processed 1.2:
1903: * tests/results/152.processed 1.1:
1904: - test for bool added and some content length fixes
1905:
1906: * buildall-with-xml 1.5:
1907: - moved to libxml2-2.6.27 and libxslt-1.1.20
1908:
1909: * src/main/pa_request.C 1.284:
1910: - fix
1911:
1912: 2007-01-18 misha
1913: * src/classes/string.C 1.150:
1914: * src/main/pa_string.C 1.208:
1915: - return table during ^string.match[][] even if no matched
1916: found.
1917:
1918: 2006-12-20 misha
1919: * src/types/pa_method.h 1.7:
1920: * src/types/pa_vfile.h 1.59:
1921: - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
1922:
1923: 2006-12-19 misha
1924: * src/main/pa_request.C 1.283:
1925: - always set content-disposition for $response:body[hash here].
1926: more details: http://www.parser.ru/forum/?id=52130
1927:
1928: * src/types/pa_vxdoc.C 1.32:
1929: - $xDoc is "xnode" == true now. more details: http://
1930: www.parser.ru/forum/?id=52359
1931:
1932: 2006-12-07 misha
1933: * operators.txt 1.186:
1934: - added info about bool params in cookie set
1935:
1936: * src/types/pa_value.C 1.21:
1937: * src/types/pa_value.h 1.128:
1938: * src/types/pa_vbool.h 1.28:
1939: - is_bool method was added
1940:
1941: * src/types/pa_vcookie.C 1.70:
1942: - bool param in cookies available now
1943: $cookie:name[
1944: $.value[123]
1945: $.secure(true)
1946: $.httponly(true)
1947: ]
1948:
1949: 2006-12-02 misha
1950: * src/classes/file.C 1.150:
1951: - file_block_read used instead of native read
1952:
1953: * src/include/pa_common.h 1.111:
1954: - added file_block_read declaration
1955:
1956: * src/main/pa_common.C 1.221:
1957: - added file_block_read with read error detection
1958: - file_block_read used instead of native read
1959:
1960: 2006-12-01 misha
1961: * src/classes/file.C 1.148:
1962: - ^file:copy[from;fo] was added
1963:
1964: * operators.txt 1.184:
1965: - added info about ^file:copy[]
1966:
1967: * src/types/pa_vstateless_class.C 1.29:
1968: * src/types/pa_vstateless_class.h 1.54:
1969: - $var.CLASS_NAME added
1970:
1971: * operators.txt 1.185:
1972: - info about $var.CLASS_NAME was added
1973:
1974: 2006-11-20 misha
1975: * src/classes/date.C 1.75:
1976: - bug fix :)
1977:
1978: 2006-11-17 misha
1979: * src/main/pa_common.C 1.220:
1980: - little optimization in getMonthDays
1981: - small changes in crc32 calculation
1982:
1983: * src/classes/date.C 1.74:
1984: - not needed code was removed
1985:
1986: * src/include/pa_common.h 1.110:
1987: - array in crc32 calculation was changed to static
1988:
1989: 2006-11-16 misha
1990: * src/types/pa_vmail.C 1.76:
1991: - mail:send now set content-type: multipart/related instead of
1992: multipart/mixed if file have $.content-id[]
1993:
1994: * src/types/pa_vmail.C 1.77:
1995: - fix missed brakes
1996:
1997: 2006-11-15 misha
1998: * src/types/pa_vdouble.h 1.52:
1999: abs -> fabs
2000:
2001: 2006-11-14 misha
2002: * src/include/pa_common.h 1.109:
2003: - hex_string was moved from math.C
2004: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
2005:
2006: * operators.txt 1.183:
2007: - added info about ^file.md5[] and ^file:md5[file-name]
2008:
2009: * src/types/pa_vdouble.h 1.51:
2010: - incorrect frac detection with negative values was fixed
2011:
2012: * src/classes/math.C 1.44:
2013: - hex_string was moved to pa_common.h
2014:
2015: * src/main/pa_common.C 1.219:
2016: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
2017:
2018: * src/classes/file.C 1.147:
2019: - ^file.md5[] and ^file:md5[file-name] were added
2020:
2021: 2006-11-13 misha
2022: * operators.txt 1.182:
2023: - added info about ^math:crc32[string], ^file:crc32[file-name] &
2024: ^file.crc32[]
2025:
2026: * src/classes/file.C 1.146:
2027: - some comments were changed
2028: - added ^file:crc32[file-name] and ^file.crc32[]
2029:
2030: * src/classes/math.C 1.43:
2031: - added ^math:crc32[string]
2032:
2033: * src/include/pa_common.h 1.108:
2034: * src/main/pa_common.C 1.218:
2035: - some functions for crc32 calculation added
2036:
2037: 2006-11-03 misha
2038: * tests/150.html 1.1:
2039: * tests/151.html 1.1:
2040: * tests/results/150.processed 1.1:
2041: * tests/results/151.processed 1.1:
2042: - 2 tests were added
2043:
2044: * src/include/pa_array.h 1.70:
2045: - not needed variable removed
2046:
2047: * src/include/pa_array.h 1.69:
2048: * src/include/pa_table.h 1.62:
2049: - table.locate & table.join with $.reverse(1) were fixed
2050:
2051: * src/main/pa_http.C 1.5:
2052: - bug fix. now tainted data from $.form and query converted to $
2053: .charset during ^file::load[http://...]
2054:
2055: 2006-11-02 misha
2056: * src/include/pa_table.h 1.61:
2057: ups. forget '=' char
2058:
2059: * src/include/pa_table.h 1.60:
2060: - one more fix in .locate[...][$.reverse(1)]
2061:
2062: 2006-11-01 misha
2063: * src/main/pa_http.C 1.4:
2064: - 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:
2065: Content-type: text/html; charset="windows-1251"
2066: Content-type: text/html; charset="windows-1251";
2067: Content-type: text/html; charset=windows-1251;
2068:
2069: only
2070: Content-type: text/html; charset=windows-1251
2071: was fine
2072:
2073: * src/include/pa_table.h 1.59:
2074: - bug fix during ^table.locate( condition false for all records )
2075: [$.reverse(1)]
2076:
2077: * src/classes/math.C 1.42:
2078: - bug fix, details: http://www.parser.ru/forum/?id=53360
2079:
2080: 2006-10-31 misha
2081: * src/classes/file.C 1.145:
2082: - empty args in file::exec removed now
2083:
2084: 2006-09-11 misha
2085: * bin/auto.p.dist.in 1.13:
2086: - 2 errors were fixed
2087: - table::set was replaced to table::create
2088: - some changes in text/code formatting
2089:
2090: 2006-09-03 paf
2091: * src/classes/file.C 1.144:
2092: proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
2093: PARAMS]
2094:
2095: 2006-06-09 paf
2096: * src/classes/table.C 1.223:
2097: formatting
2098:
2099: * src/classes/hash.C 1.78:
2100: incorporated patch from misha
2101: Sent: Wednesday, June 07, 2006 9:52 PM
2102: Subject: parser3: patch for $hash._default disappear while
2103:
2104: * src/types/pa_vmail.C 1.75:
2105: misha:
2106: Sent: Wednesday, June 07, 2006 8:51 PM
2107: Subject: patch for base64 in ^mail:send[] %-)
2108:
2109: * src/classes/table.C 1.222:
2110: incorporated patch from misha:
2111: Sent: Thursday, June 08, 2006 12:38 PM
2112: Subject: parser3: patch for ignoring string options for ^table.save[]
2113:
2114: * src/lib/pcre/pcre-2_08.tar.gz 1.2:
2115: one can easily find those
2116:
2117: * operators.txt 1.181:
2118: ^mail:send[
2119: $.file1[
2120: $.value[file]
2121: $.format[!uue|!base64] << new base64 option. default uue
2122: ]
2123: ]
2124:
2125: 2006-04-09 paf
2126: * buildall-with-xml [release_3_2_1] 1.1.2.5:
2127: merged
2128: . ftp paths update
2129:
2130: * buildall-with-xml 1.4:
2131: . ftp paths update
2132:
2133: * gnu.vcproj 1.2:
2134: * operators.txt 1.180:
2135: * parser3.sln 1.10:
2136: * src/classes/classes.vcproj 1.14:
2137: * src/classes/file.C 1.143:
2138: * src/classes/hash.C 1.77:
2139: * src/classes/hashfile.C 1.37:
2140: * src/classes/image.C 1.114:
2141: * src/classes/op.C 1.164:
2142: * src/classes/table.C 1.221:
2143: * src/classes/xdoc.C 1.150:
2144: * src/classes/xnode.C 1.75:
2145: * src/include/pa_array.h 1.68:
2146: * src/include/pa_config_fixed.h 1.71:
2147: * src/include/pa_dir.h 1.19:
2148: * src/include/pa_memory.h 1.15:
2149: * src/include/pa_request.h 1.181:
2150: * src/include/pa_stack.h 1.25:
2151: * src/lib/cord/cord.vcproj 1.4:
2152: * src/lib/gd/gd.vcproj 1.9:
2153: * src/lib/ltdl/ltdl.vcproj 1.4:
2154: * src/lib/md5/md5.vcproj 1.4:
2155: * src/lib/pcre/pcre.vcproj 1.4:
2156: * src/lib/pcre/pcre_dftables.vcproj 1.5:
2157: * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
2158: * src/lib/sdbm/sdbm.vcproj 1.5:
2159: * src/lib/smtp/smtp.h 1.7:
2160: * src/lib/smtp/smtp.vcproj 1.8:
2161: * src/main/compile.y 1.220:
2162: * src/main/execute.C 1.315:
2163: * src/main/main.vcproj 1.19:
2164: * src/main/pa_cache_managers.C 1.17:
2165: * src/main/pa_charset.C 1.55:
2166: * src/main/pa_exec.C 1.68:
2167: * src/main/pa_http.C 1.3:
2168: * src/main/pa_request.C 1.281:
2169: * src/main/pa_socks.C 1.25:
2170: * src/main/pa_sql_driver_manager.C 1.86:
2171: * src/main/pa_string.C 1.207:
2172: * src/main/pa_stylesheet_connection.C 1.5:
2173: * src/main/pa_stylesheet_manager.C 1.28:
2174: * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
2175: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
2176: * src/targets/apache13core/pa_threads.C 1.6:
2177: * src/targets/cgi/getopt.c 1.5:
2178: * src/targets/cgi/parser3.C 1.239:
2179: * src/targets/cgi/parser3.vcproj 1.14:
2180: * src/targets/isapi/pa_threads.C 1.18:
2181: * src/targets/isapi/parser3isapi.C 1.97:
2182: * src/targets/isapi/parser3isapi.vcproj 1.10:
2183: * src/types/pa_value.C 1.20:
2184: * src/types/pa_value.h 1.127:
2185: * src/types/pa_vcookie.C 1.69:
2186: * src/types/pa_vhashfile.C 1.50:
2187: * src/types/pa_vhashfile.h 1.34:
2188: * src/types/pa_vmail.C 1.74:
2189: * src/types/pa_vresponse.C 1.27:
2190: * src/types/pa_vstatus.C 1.26:
2191: * src/types/types.vcproj 1.18:
2192: * tests/descript.ion 1.4:
2193: * www/htdocs/_bug.html 1.117:
2194: * www/htdocs/_bug.xsl 1.16:
2195: + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
2196: hashfile.foreach
2197:
2198: * src/main/compile.tab.C 1.113:
2199: ` change compiled
2200:
2201: * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
2202: * parser3.sln [vs2005_to_gcc] 1.9.28.1:
2203: * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
2204: * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
2205: * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
2206: * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
2207: * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
2208: * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
2209: * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
2210: * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
2211: * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
2212: * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
2213: * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
2214: * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
2215: * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
2216: * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
2217: * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
2218: * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
2219: * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
2220: * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
2221: * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
2222: * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
2223: * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
2224: * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
2225: * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
2226: * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
2227: * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
2228: * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
2229: * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
2230: * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
2231: * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
2232: * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
2233: * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
2234: * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
2235: * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
2236: * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
2237: * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
2238: * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
2239: * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
2240: * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
2241: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
2242: * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
2243: * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
2244: * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
2245: * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
2246: * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
2247: * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
2248: * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
2249: * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
2250: * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
2251: * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
2252: * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
2253: * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
2254: * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
2255: * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
2256: * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
2257: * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
2258: * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
2259: ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
2260: + $response:field[] setting void means removing
2261: + grammar $name` name stops now, for mysql `$field`
2262: + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
2263: + all log messages += [uri=, method=, cl=]
2264:
2265: 2006-03-23 moko
2266: * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
2267: * Makefile.am [release_3_2_1] 1.51.6.3:
2268: * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
2269: * Makefile.in [release_3_2_1] 1.65.6.3:
2270: * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
2271: * acinclude.m4 [release_3_2_1] 1.38.6.1:
2272: * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
2273: * aclocal.m4 [release_3_2_1] 1.41.6.1:
2274: * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
2275: * acsite.m4 [release_3_2_1] 1.16.6.1:
2276: * configure [release_3_1_6] 1.83.6.4.2.2:
2277: * configure [release_3_2_1] 1.90.2.2:
2278: * configure.in [release_3_1_6] 1.83.6.5.2.2:
2279: * configure.in [release_3_2_1] 1.91.2.2:
2280: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
2281: * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
2282: *** empty log message ***
2283:
2284: 2006-03-04 paf
2285: * src/main/pa_string.C 1.206:
2286: ! cache file curruption checks++ [thanks to Igor Zinkovsky for
2287: detailed report]
2288:
2289: * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
2290: * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
2291: merged from HEAD
2292: ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
2293:
2294: 2006-03-01 paf
2295: * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
2296: merged from HEAD
2297: ! mail:send << changed \r or \n to ' ' in
2298:
2299: 2006-02-18 paf
2300: * src/main/untaint.C [release_3_2_1] 1.136.6.1:
2301: merged from HEAD
2302: ! mail:send << changed \r or \n to ' ' in
2303:
2304: * src/main/untaint.C 1.137:
2305: ! mail:send << changed \r or \n to ' ' in
2306:
2307: 2006-02-03 paf
2308: * src/main/pa_common.C 1.217:
2309: ! bugfix: decoding from base64
2310:
2311: * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
2312: merged from HEAD
2313: ! bugfix: decoding from base64
2314:
2315: 2006-01-20 paf
2316: * src/classes/table.C 1.220:
2317: ! bugfix ^table.save[$.encloser-s now handled properly
2318:
2319: * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
2320: * src/classes/table.C [release_3_2_1] 1.219.6.1:
2321: merged from HEAD
2322: ! bugfix ^table.save[$.encloser-s now handled properly
2323:
2324: * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
2325: . merged hashfile.foreach memory economy fix
2326:
2327: 2006-01-19 paf
2328: * buildall-with-xml [release_3_2_1] 1.1.2.4:
2329: * buildall-without-xml [release_3_2_1] 1.1.2.4:
2330: merged from HEAD
2331: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
2332: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
2333:
2334: * buildall-with-xml 1.3:
2335: * buildall-without-xml 1.3:
2336: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
2337: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
2338:
2339: * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
2340: . merged hashfile.foreach memory economy fix
2341:
2342: 2006-01-17 paf
2343: * src/types/pa_vhashfile.C 1.49:
2344: ! hashfile.foreach: counted pairs before reading them. got rid
2345: of reallocs = became quicker and less fragmentated
2346:
2347: 2005-12-29 paf
2348: * Makefile.am [release_3_2_1] 1.51.6.2:
2349: * Makefile.in [release_3_2_1] 1.65.6.2:
2350: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
2351: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
2352: . now site.m4 also packaged when 'make dist', so do configure
2353: companion files in src/lib/ltdl
2354:
2355: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
2356: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
2357: * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
2358: * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
2359: * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
2360: * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
2361: * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
2362: * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
2363: * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
2364: * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
2365: . now config_auto.h is created with configure [were constant]
2366:
2367: * INSTALL [release_3_2_1] 1.48.2.2:
2368: * buildall-with-xml [release_3_2_1] 1.1.2.3:
2369: * buildall-without-xml [release_3_2_1] 1.1.2.3:
2370: *** empty log message ***
2371:
2372: * buildall-with-xml [release_3_2_1] 1.1.2.2:
2373: * buildall-without-xml [release_3_2_1] 1.1.2.2:
2374: . farawell doc indication
2375:
2376: * src/lib/ltdl/ltmain.sh 1.1:
2377: file ltmain.sh was initially added on branch release_3_2_1.
2378:
2379: * INSTALL 1.49:
2380: * Makefile.am 1.52:
2381: * Makefile.in 1.66:
2382: * buildall-with-xml 1.2:
2383: * buildall-without-xml 1.2:
2384: * configure 1.91:
2385: * configure.in 1.92:
2386: * src/include/pa_version.h 1.28:
2387: * src/lib/ltdl/Makefile.am 1.3:
2388: * src/lib/ltdl/Makefile.in 1.9:
2389: * src/lib/ltdl/acconfig.h 1.2:
2390: * src/lib/ltdl/acinclude.m4 1.3:
2391: * src/lib/ltdl/config.guess 1.3:
2392: * src/lib/ltdl/config.sub 1.3:
2393: * src/lib/ltdl/configure.in 1.5:
2394: * src/lib/ltdl/install-sh 1.3:
2395: * src/lib/ltdl/ltmain.sh 1.2:
2396: * src/lib/ltdl/missing 1.3:
2397: * www/htdocs/_bug.html 1.116:
2398: . merged from 3.2.1
2399:
2400: * INSTALL [release_3_2_1] 1.48.2.3:
2401: . references to documentation and some clarification
2402:
2403: * Makefile.am [release_3_2_1] 1.51.6.1:
2404: * Makefile.in [release_3_2_1] 1.65.6.1:
2405: . dist+=buildall*
2406:
2407: * src/lib/ltdl/acconfig.h 1.1:
2408: file acconfig.h was initially added on branch release_3_2_1.
2409:
2410: 2005-12-28 paf
2411: * configure [release_3_2_1] 1.90.2.1:
2412: . 3.2.1
2413:
2414: * buildall-with-xml 1.1:
2415: file buildall-with-xml was initially added on branch
2416: release_3_2_1.
2417:
2418: * INSTALL [release_3_2_1] 1.48.2.1:
2419: * buildall-with-xml [release_3_2_1] 1.1.2.1:
2420: * buildall-without-xml [release_3_2_1] 1.1.2.1:
2421: + started to simplify build process, see INSTALL
2422:
2423: * buildall-without-xml 1.1:
2424: file buildall-without-xml was initially added on branch
2425: release_3_2_1.
2426:
2427: 2005-12-26 paf
2428: * configure.in [release_3_1_6] 1.83.6.5.2.1:
2429: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
2430: * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
2431: version
2432:
2433: * configure [release_3_1_6] 1.83.6.4.2.1:
2434: ver
2435:
2436: 2005-12-21 paf
2437: * src/main/compile.tab.C 1.112:
2438: * src/main/main.vcproj 1.18:
2439: * www/htdocs/_bug.html 1.115:
2440: . win32: grammar is now compiled with bison 1.875b, it reports
2441: unexpected token names
2442:
2443: 2005-12-19 paf
2444: * configure 1.89:
2445: * src/lib/Makefile.in 1.15:
2446: * src/lib/cord/Makefile.in 1.6:
2447: . makes
2448:
2449: * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
2450: * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
2451: * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
2452: * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
2453: ! bugfix xnode now holds a link to xmlNode to prevent premature
2454: gc(xmlNode)
2455:
2456: * configure 1.90:
2457: * configure.in 1.91:
2458: * src/classes/classes.vcproj 1.13:
2459: * src/include/pa_config_fixed.h 1.70:
2460: * src/include/pa_version.h 1.26:
2461: * src/include/pa_version.h 1.27:
2462: * src/lib/gd/gd.vcproj 1.8:
2463: * src/lib/smtp/smtp.vcproj 1.7:
2464: * src/main/main.vcproj 1.17:
2465: * src/main/pa_globals.C 1.181:
2466: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
2467: * src/targets/cgi/parser3.vcproj 1.13:
2468: * src/targets/isapi/parser3isapi.vcproj 1.9:
2469: * src/types/types.vcproj 1.17:
2470: . killing gdome [what a relief]
2471:
2472: * src/types/pa_vxnode.C 1.47:
2473: . less warnings
2474:
2475: * src/targets/cgi/parser3.C 1.238:
2476: . style
2477:
2478: * src/classes/xnode.C 1.74:
2479: . "xml.dom"
2480: . xnode.select* now works on xdoc too [were barking "not element"]
2481:
2482: * tests/137.html 1.3:
2483: * tests/results/137.processed 1.4:
2484: . not handled this case yet. code does not hang from inserting
2485: parent into child, considering thing minor issue -- nodes are
2486: removed from source anyway, don't know why shold that be an
2487: error after all
2488:
2489: * tests/097.html 1.3:
2490: * tests/106.html 1.3:
2491: * tests/108.html 1.3:
2492: * tests/110.html 1.3:
2493: * tests/112.html 1.3:
2494: * tests/113.html 1.3:
2495: * tests/114.html 1.3:
2496: * tests/115.html 1.3:
2497: * tests/116.html 1.3:
2498: * tests/117.html 1.3:
2499: * tests/Makefile 1.4:
2500: * tests/results/001.processed 1.4:
2501: * tests/results/002.processed 1.4:
2502: * tests/results/003.processed 1.4:
2503: * tests/results/004.processed 1.4:
2504: * tests/results/005.processed 1.4:
2505: * tests/results/006.processed 1.4:
2506: * tests/results/008.processed 1.4:
2507: * tests/results/009.processed 1.4:
2508: * tests/results/010.processed 1.4:
2509: * tests/results/011.processed 1.4:
2510: * tests/results/012.processed 1.4:
2511: * tests/results/013.processed 1.4:
2512: * tests/results/014.processed 1.4:
2513: * tests/results/015.processed 1.4:
2514: * tests/results/016.processed 1.4:
2515: * tests/results/017.processed 1.4:
2516: * tests/results/018.processed 1.4:
2517: * tests/results/020.processed 1.4:
2518: * tests/results/021.processed 1.4:
2519: * tests/results/022.processed 1.4:
2520: * tests/results/023.processed 1.4:
2521: * tests/results/024.processed 1.4:
2522: * tests/results/025.processed 1.4:
2523: * tests/results/026.processed 1.4:
2524: * tests/results/027.processed 1.4:
2525: * tests/results/028.processed 1.4:
2526: * tests/results/029.processed 1.4:
2527: * tests/results/030.processed 1.4:
2528: * tests/results/031.processed 1.4:
2529: * tests/results/032.processed 1.4:
2530: * tests/results/033.processed 1.4:
2531: * tests/results/034.processed 1.4:
2532: * tests/results/035.processed 1.4:
2533: * tests/results/036.processed 1.4:
2534: * tests/results/037.processed 1.4:
2535: * tests/results/038.processed 1.4:
2536: * tests/results/039.processed 1.4:
2537: * tests/results/040.processed 1.4:
2538: * tests/results/041.processed 1.4:
2539: * tests/results/042.processed 1.4:
2540: * tests/results/043.processed 1.4:
2541: * tests/results/044.processed 1.4:
2542: * tests/results/045.processed 1.4:
2543: * tests/results/046.processed 1.4:
2544: * tests/results/047.processed 1.4:
2545: * tests/results/048.processed 1.4:
2546: * tests/results/049.processed 1.4:
2547: * tests/results/050.processed 1.4:
2548: * tests/results/051.processed 1.4:
2549: * tests/results/052.processed 1.4:
2550: * tests/results/053.processed 1.4:
2551: * tests/results/054.processed 1.4:
2552: * tests/results/055.processed 1.4:
2553: * tests/results/056.processed 1.4:
2554: * tests/results/057.processed 1.4:
2555: * tests/results/058.processed 1.4:
2556: * tests/results/059.processed 1.4:
2557: * tests/results/060.processed 1.4:
2558: * tests/results/061.processed 1.4:
2559: * tests/results/062.processed 1.4:
2560: * tests/results/063.processed 1.4:
2561: * tests/results/064.processed 1.4:
2562: * tests/results/065.processed 1.4:
2563: * tests/results/066.processed 1.4:
2564: * tests/results/067.processed 1.4:
2565: * tests/results/068.processed 1.4:
2566: * tests/results/069.processed 1.4:
2567: * tests/results/070.processed 1.4:
2568: * tests/results/071.processed 1.4:
2569: * tests/results/072.processed 1.4:
2570: * tests/results/073.processed 1.4:
2571: * tests/results/074.processed 1.4:
2572: * tests/results/075.processed 1.4:
2573: * tests/results/076.processed 1.4:
2574: * tests/results/077.processed 1.4:
2575: * tests/results/078.processed 1.4:
2576: * tests/results/079.processed 1.4:
2577: * tests/results/080.processed 1.4:
2578: * tests/results/081.processed 1.4:
2579: * tests/results/082.processed 1.4:
2580: * tests/results/083.processed 1.4:
2581: * tests/results/084.processed 1.4:
2582: * tests/results/085.processed 1.4:
2583: * tests/results/086.processed 1.4:
2584: * tests/results/087.processed 1.4:
2585: * tests/results/088.processed 1.4:
2586: * tests/results/089.processed 1.4:
2587: * tests/results/090.processed 1.4:
2588: * tests/results/091.processed 1.4:
2589: * tests/results/092.processed 1.4:
2590: * tests/results/093.processed 1.4:
2591: * tests/results/094.processed 1.4:
2592: * tests/results/095.processed 1.4:
2593: * tests/results/096.processed 1.4:
2594: * tests/results/097.processed 1.4:
2595: * tests/results/099.processed 1.4:
2596: * tests/results/100.processed 1.3:
2597: * tests/results/101.processed 1.4:
2598: * tests/results/102.processed 1.4:
2599: * tests/results/104.processed 1.4:
2600: * tests/results/105.processed 1.4:
2601: * tests/results/106.processed 1.4:
2602: * tests/results/107.processed 1.4:
2603: * tests/results/108.processed 1.4:
2604: * tests/results/109.processed 1.4:
2605: * tests/results/110.processed 1.4:
2606: * tests/results/111.processed 1.4:
2607: * tests/results/112.processed 1.4:
2608: * tests/results/113.processed 1.4:
2609: * tests/results/114.processed 1.4:
2610: * tests/results/115.processed 1.4:
2611: * tests/results/117.processed 1.4:
2612: * tests/results/119.processed 1.4:
2613: * tests/results/120.processed 1.4:
2614: * tests/results/121.processed 1.4:
2615: * tests/results/122.processed 1.4:
2616: * tests/results/123.processed 1.4:
2617: * tests/results/124.processed 1.4:
2618: * tests/results/125.processed 1.4:
2619: * tests/results/126.processed 1.4:
2620: * tests/results/127.processed 1.4:
2621: * tests/results/128.processed 1.4:
2622: * tests/results/129.processed 1.4:
2623: * tests/results/130.processed 1.4:
2624: * tests/results/131.processed 1.4:
2625: * tests/results/132.processed 1.4:
2626: * tests/results/133.processed 1.4:
2627: * tests/results/134.processed 1.4:
2628: * tests/results/135.processed 1.4:
2629: * tests/results/136.processed 1.4:
2630: * tests/results/138.processed 1.4:
2631: * tests/results/139.processed 1.4:
2632: * tests/results/140.processed 1.4:
2633: * tests/results/141.processed 1.4:
2634: * tests/results/142.processed 1.2:
2635: * tests/results/143.processed 1.2:
2636: * tests/results/144.processed 1.2:
2637: * tests/results/145.processed 1.2:
2638: * tests/results/146.processed 1.2:
2639: * tests/results/147.processed 1.2:
2640: * tests/results/148.processed 1.2:
2641: * tests/results/149.processed 1.2:
2642: * tests/results/auto.p 1.1:
2643: * tests/run_parser.sh 1.3:
2644: . now works if we turn off default auto.p
2645:
2646: * src/types/pa_vxnode.C 1.46:
2647: * tests/142.html 1.2:
2648: * tests/144.html 1.2:
2649: * tests/145.html 1.2:
2650: * tests/149.html 1.1:
2651: * tests/descript.ion 1.3:
2652: * tests/outputs/d.cmd 1.1:
2653: * tests/results/142.processed 1.1:
2654: * tests/results/143.processed 1.1:
2655: * tests/results/144.processed 1.1:
2656: * tests/results/145.processed 1.1:
2657: * tests/results/146.processed 1.1:
2658: * tests/results/147.processed 1.1:
2659: * tests/results/148.processed 1.1:
2660: * tests/results/149.processed 1.1:
2661: * www/htdocs/_bug.html 1.114:
2662: . removed .nodeValue from all node types other than 5 (grabbed
2663: piece from gdome)
2664:
2665: 2005-12-16 paf
2666: * tests/142.html 1.1:
2667: * tests/143.html 1.1:
2668: * tests/144.html 1.1:
2669: * tests/145.html 1.1:
2670: . dom [part]
2671:
2672: * tests/146.html 1.1:
2673: * tests/147.html 1.1:
2674: * tests/148.html 1.1:
2675: * www/htdocs/_bug.html 1.113:
2676: . more tests
2677:
2678: * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
2679: * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
2680: * src/main/compile.y [release_3_1_5] 1.213.10.7:
2681: * src/main/compile.y [release_3_2_0] 1.217.2.2:
2682: * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
2683: * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
2684: merged from HEAD
2685: ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
2686:
2687: * src/main/compile.tab.C 1.111:
2688: * src/main/compile.y 1.219:
2689: * www/htdocs/_bug.html 1.112:
2690: ! fixed overoptimized ^call(false) case. (confused it with ^call[
2691: ] case)
2692:
2693: * INSTALL 1.47:
2694: * configure.in 1.90:
2695: * src/lib/Makefile.am 1.8:
2696: . sweetest part [no glib/gdome in INSTALL and patches]
2697:
2698: * tests/006.html 1.3:
2699: * tests/034.html 1.3:
2700: * tests/057.html 1.3:
2701: * tests/Makefile 1.3:
2702: * tests/make_tests.cmd 1.1:
2703: * tests/results/001.processed 1.3:
2704: * tests/results/002.processed 1.3:
2705: * tests/results/003.processed 1.3:
2706: * tests/results/004.processed 1.3:
2707: * tests/results/005.processed 1.3:
2708: * tests/results/006.processed 1.3:
2709: * tests/results/008.processed 1.3:
2710: * tests/results/009.processed 1.3:
2711: * tests/results/010.processed 1.3:
2712: * tests/results/011.processed 1.3:
2713: * tests/results/012.processed 1.3:
2714: * tests/results/013.processed 1.3:
2715: * tests/results/014.processed 1.3:
2716: * tests/results/015.processed 1.3:
2717: * tests/results/016.processed 1.3:
2718: * tests/results/017.processed 1.3:
2719: * tests/results/018.processed 1.3:
2720: * tests/results/019.processed 1.3:
2721: * tests/results/020.processed 1.3:
2722: * tests/results/021.processed 1.3:
2723: * tests/results/022.processed 1.3:
2724: * tests/results/023.processed 1.3:
2725: * tests/results/024.processed 1.3:
2726: * tests/results/025.processed 1.3:
2727: * tests/results/026.processed 1.3:
2728: * tests/results/027.processed 1.3:
2729: * tests/results/028.processed 1.3:
2730: * tests/results/029.processed 1.3:
2731: * tests/results/030.processed 1.3:
2732: * tests/results/031.processed 1.3:
2733: * tests/results/032.processed 1.3:
2734: * tests/results/033.processed 1.3:
2735: * tests/results/034.processed 1.3:
2736: * tests/results/035.processed 1.3:
2737: * tests/results/036.processed 1.3:
2738: * tests/results/037.processed 1.3:
2739: * tests/results/038.processed 1.3:
2740: * tests/results/039.processed 1.3:
2741: * tests/results/040.processed 1.3:
2742: * tests/results/041.processed 1.3:
2743: * tests/results/042.processed 1.3:
2744: * tests/results/043.processed 1.3:
2745: * tests/results/044.processed 1.3:
2746: * tests/results/045.processed 1.3:
2747: * tests/results/046.processed 1.3:
2748: * tests/results/047.processed 1.3:
2749: * tests/results/048.processed 1.3:
2750: * tests/results/049.processed 1.3:
2751: * tests/results/050.processed 1.3:
2752: * tests/results/051.processed 1.3:
2753: * tests/results/052.processed 1.3:
2754: * tests/results/053.processed 1.3:
2755: * tests/results/054.processed 1.3:
2756: * tests/results/055.processed 1.3:
2757: * tests/results/056.processed 1.3:
2758: * tests/results/057.processed 1.3:
2759: * tests/results/058.processed 1.3:
2760: * tests/results/059.processed 1.3:
2761: * tests/results/060.processed 1.3:
2762: * tests/results/061.processed 1.3:
2763: * tests/results/062.processed 1.3:
2764: * tests/results/063.processed 1.3:
2765: * tests/results/064.processed 1.3:
2766: * tests/results/065.processed 1.3:
2767: * tests/results/066.processed 1.3:
2768: * tests/results/067.processed 1.3:
2769: * tests/results/068.processed 1.3:
2770: * tests/results/069.processed 1.3:
2771: * tests/results/070.processed 1.3:
2772: * tests/results/071.processed 1.3:
2773: * tests/results/072.processed 1.3:
2774: * tests/results/073.processed 1.3:
2775: * tests/results/074.processed 1.3:
2776: * tests/results/075.processed 1.3:
2777: * tests/results/076.processed 1.3:
2778: * tests/results/077.processed 1.3:
2779: * tests/results/078.processed 1.3:
2780: * tests/results/079.processed 1.3:
2781: * tests/results/080.processed 1.3:
2782: * tests/results/081.processed 1.3:
2783: * tests/results/082.processed 1.3:
2784: * tests/results/083.processed 1.3:
2785: * tests/results/084.processed 1.3:
2786: * tests/results/085.processed 1.3:
2787: * tests/results/086.processed 1.3:
2788: * tests/results/087.processed 1.3:
2789: * tests/results/088.processed 1.3:
2790: * tests/results/089.processed 1.3:
2791: * tests/results/090.processed 1.3:
2792: * tests/results/091.processed 1.3:
2793: * tests/results/092.processed 1.3:
2794: * tests/results/093.processed 1.3:
2795: * tests/results/094.processed 1.3:
2796: * tests/results/095.processed 1.3:
2797: * tests/results/096.processed 1.3:
2798: * tests/results/097.processed 1.3:
2799: * tests/results/099.processed 1.3:
2800: * tests/results/101.processed 1.3:
2801: * tests/results/102.processed 1.3:
2802: * tests/results/104.processed 1.3:
2803: * tests/results/105.processed 1.3:
2804: * tests/results/106.processed 1.3:
2805: * tests/results/107.processed 1.3:
2806: * tests/results/108.processed 1.3:
2807: * tests/results/109.processed 1.3:
2808: * tests/results/110.processed 1.3:
2809: * tests/results/111.processed 1.3:
2810: * tests/results/112.processed 1.3:
2811: * tests/results/113.processed 1.3:
2812: * tests/results/114.processed 1.3:
2813: * tests/results/115.processed 1.3:
2814: * tests/results/116.processed 1.3:
2815: * tests/results/117.processed 1.3:
2816: * tests/results/118.processed 1.3:
2817: * tests/results/119.processed 1.3:
2818: * tests/results/120.processed 1.3:
2819: * tests/results/121.processed 1.3:
2820: * tests/results/122.processed 1.3:
2821: * tests/results/123.processed 1.3:
2822: * tests/results/124.processed 1.3:
2823: * tests/results/125.processed 1.3:
2824: * tests/results/126.processed 1.3:
2825: * tests/results/127.processed 1.3:
2826: * tests/results/128.processed 1.3:
2827: * tests/results/129.processed 1.3:
2828: * tests/results/130.processed 1.3:
2829: * tests/results/131.processed 1.3:
2830: * tests/results/132.processed 1.3:
2831: * tests/results/133.processed 1.3:
2832: * tests/results/134.processed 1.3:
2833: * tests/results/135.processed 1.3:
2834: * tests/results/136.processed 1.3:
2835: * tests/results/137.processed 1.3:
2836: * tests/results/138.processed 1.3:
2837: * tests/results/139.processed 1.3:
2838: * tests/results/140.processed 1.3:
2839: * tests/results/141.processed 1.3:
2840: . refreshed old tests, made them work without auto.p (in utf8)
2841: . things noted:
2842: . gif got encoded differently
2843: . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
2844:
2845: * src/classes/xdoc.C 1.149:
2846: * src/classes/xnode.C 1.72:
2847: * src/classes/xnode.h 1.25:
2848: * src/include/pa_charset.h 1.32:
2849: * src/include/pa_config_includes.h 1.32:
2850: * src/include/pa_globals.h 1.113:
2851: * src/include/pa_memory.h 1.14:
2852: * src/include/pa_request.h 1.180:
2853: * src/include/pa_xml_exception.h 1.5:
2854: * src/lib/cord/Makefile.am 1.4:
2855: * src/lib/cord/cord.vcproj 1.3:
2856: * src/lib/cord/cordbscs.c 1.6:
2857: * src/lib/cord/cordprnt.c 1.4:
2858: * src/lib/cord/cordxtra.c 1.7:
2859: * src/main/compile.tab.C 1.110:
2860: * src/main/pa_charset.C 1.54:
2861: * src/main/pa_globals.C 1.180:
2862: * src/main/pa_memory.C 1.7:
2863: * src/main/pa_request.C 1.280:
2864: * src/main/pa_stylesheet_connection.C 1.4:
2865: * src/main/pa_xml_exception.C 1.5:
2866: * src/types/pa_vxdoc.C 1.30:
2867: * src/types/pa_vxdoc.h 1.41:
2868: * src/types/pa_vxnode.C 1.44:
2869: * src/types/pa_vxnode.h 1.36:
2870: * www/htdocs/.htaccess 1.49:
2871: * www/htdocs/_bug.html 1.111:
2872: . started killing gdome
2873:
2874: * INSTALL 1.48:
2875: . revived linux libgc fix
2876:
2877: * src/types/pa_vxdoc.C 1.31:
2878: * src/types/pa_vxnode.C 1.45:
2879: * src/types/pa_vxnode.h 1.37:
2880: + xdoc DOM props
2881:
2882: * src/classes/xnode.C 1.73:
2883: . also bark on possible errors
2884:
2885: 2005-12-13 paf
2886: * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
2887: * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
2888: merged from HEAD
2889: ! 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)
2890:
2891: * src/main/pa_request.C 1.279:
2892: ! when code in @unhandled_exception thrown another exception,
2893: print correct origin (earlier code in catch of exception inside
2894: of @unhandled_exception grabbed parent_frame(original_exception)
2895: origin and printed it, instead of true origin)
2896:
2897: 2005-12-09 paf
2898: * src/main/pa_string.C 1.205:
2899: * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
2900: merged from 3.1.5
2901: ! regex tainting were ignored in ^string.matched :(
2902:
2903: * INSTALL 1.45:
2904: * configure 1.88:
2905: * configure.in 1.89:
2906: * src/classes/date.C 1.73:
2907: * src/include/pa_config_fixed.h 1.69:
2908: * src/include/pa_version.h 1.25:
2909: * src/main/compile.y 1.218:
2910: * src/main/compile_tools.h 1.77:
2911: * src/main/pa_charset.C 1.53:
2912: * src/main/pa_common.C 1.216:
2913: * src/main/pa_globals.C 1.179:
2914: * src/main/pa_string.C 1.204:
2915: * src/targets/apache13core/mod_parser3_core.C 1.10:
2916: * src/targets/cgi/getopt.c 1.4:
2917: * src/targets/isapi/parser3isapi.C 1.96:
2918: * src/types/pa_vmail.C 1.73:
2919: * www/htdocs/.htaccess 1.48:
2920: * www/htdocs/_bug.txt 1.8:
2921: * www/htdocs/auto.p 1.25:
2922: . merged latest fixes from 3.2.0
2923:
2924: * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
2925: ! regex tainting were ignored in ^string.matched :(
2926:
2927: * INSTALL [release_3_2_0] 1.44.2.5:
2928: . updated INSTALL doc to work around linux stack base detection
2929: problem, due to change in gc6.4 code
2930:
1.47 paf 2931: 2005-12-08 paf
1.48 misha 2932: * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
2933: merged from 3.2.0
2934: ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
2935:
1.47 paf 2936: * src/classes/date.C [release_3_2_0] 1.72.2.1:
2937: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
2938: * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
2939: * src/main/compile.y [release_3_2_0] 1.217.2.1:
2940: * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
2941: * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
2942: * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
2943: * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
2944: * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
2945: * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
2946: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
2947: * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
2948: * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
2949: * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
2950: . less warnings
2951:
1.48 misha 2952: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
2953: . undone some strange change since 3.1.5
2954:
1.47 paf 2955: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
2956: . removed outdated string origins [in current storage scheme
2957: there's no place for them. someday we can add third CORD to
2958: store origins and special version of parser which stores origins
2959: there [separate binary]]
2960:
2961: * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
2962: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
2963: . merged from 3.1.5 release link fixes
2964:
2965: * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
2966: ! bcc line longer then 500 chars now handled OK [were wrapped on
2967: 500th char according to rfc, but sendmail failed to unwrap it
2968: properly]
2969:
2970: 2005-12-07 paf
2971: * Makefile.am [release_3_2_0] 1.51.2.1:
2972: * Makefile.in [release_3_2_0] 1.65.2.1:
2973: * acinclude.m4 [release_3_2_0] 1.38.2.1:
2974: * aclocal.m4 [release_3_2_0] 1.41.2.1:
2975: * acsite.m4 [release_3_2_0] 1.16.2.1:
2976: * configure [release_3_2_0] 1.87.2.1:
2977: * configure.in [release_3_2_0] 1.88.2.1:
2978: *** empty log message ***
2979:
2980: * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
2981: makefiles
1.46 paf 2982:
2983: 2005-11-28 paf
2984: * src/main/pa_http.C 1.2:
2985: ! status line check made earlier [was totally wrong]
2986:
2987: * src/classes/table.C 1.219:
2988: ! nameless table has columns==0
2989:
1.45 paf 2990: 2005-11-25 paf
2991: * src/classes/op.C 1.162:
2992: * www/htdocs/_bug.html 1.110:
2993: * www/htdocs/auto.p 1.24:
2994: + ^while(){}[SEPARATOR]
2995:
2996: * src/include/pa_array.h 1.67:
2997: -this reduces speed(table::load) strange. undoing for now...
2998:
2999: * src/include/pa_version.h 1.23:
3000: -this reduces speed(table::load), strange. undoing
3001:
1.46 paf 3002: * src/include/pa_memory.h 1.13:
3003: . removed GC_DEBUG for debug version, it changed gc_malloc
3004: implementation, which obscured profiling
1.45 paf 3005:
3006: 2005-11-24 paf
3007: * src/include/Makefile.am 1.10:
3008: * src/include/pa_http.h 1.1:
3009: * src/main/Makefile.am 1.46:
3010: * src/main/main.vcproj 1.16:
3011: . extracted http:// into separate file [preparation for ^file::
3012: cgi[script;$.form[$.field1[]
3013:
1.46 paf 3014: * src/classes/file.C 1.142:
3015: * src/include/pa_common.h 1.107:
3016: * src/main/execute.C 1.314:
3017: * src/main/pa_common.C 1.215:
3018: * src/main/pa_request.C 1.278:
3019: ! changed file/dir_readable to simple file/dir_exist, this would
3020: help in situations "class not found because .p file has bad
3021: rights" << in that case error would be explicit "access denied
3022: to 'this' file"
1.45 paf 3023:
3024: * Makefile.am 1.51:
3025: * Makefile.in 1.65:
3026: * acinclude.m4 1.38:
3027: * aclocal.m4 1.41:
3028: * acsite.m4 1.16:
3029: * configure 1.87:
3030: * configure.in 1.88:
3031: *** empty log message ***
3032:
3033: * src/include/Makefile.in 1.20:
3034: * src/main/Makefile.in 1.60:
3035: makefiles
3036:
1.46 paf 3037: * www/htdocs/_bug.pl 1.5:
3038: * www/htdocs/_bug.txt 1.7:
3039: +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
3040: untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
3041: .charset charset
1.45 paf 3042:
3043: 2005-11-22 paf
1.46 paf 3044: * src/types/pa_vresponse.C 1.26:
3045: + $response:headers access to internal hash
3046:
3047: * src/targets/apache13core/mod_parser3_core.C 1.9:
3048: * src/targets/isapi/parser3isapi.C 1.95:
3049: + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
3050: this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
3051:
1.45 paf 3052: * bin/Makefile.in 1.12:
3053: * etc/Makefile.in 1.17:
3054: * etc/parser3.charsets/Makefile.in 1.21:
3055: * src/Makefile.in 1.58:
3056: * src/classes/Makefile.in 1.62:
3057: * src/include/pa_config_auto.h.in 1.43:
3058: * src/lib/Makefile.in 1.14:
3059: * src/lib/cord/Makefile.in 1.5:
3060: * src/lib/cord/include/Makefile.in 1.4:
3061: * src/lib/cord/include/private/Makefile.in 1.4:
3062: * src/lib/gc/Makefile.in 1.4:
3063: * src/lib/gc/include/Makefile.in 1.4:
3064: * src/lib/gd/Makefile.in 1.5:
3065: * src/lib/ltdl/Makefile.in 1.8:
3066: * src/lib/md5/Makefile.in 1.10:
3067: * src/lib/patches/Makefile.in 1.14:
3068: * src/lib/pcre/Makefile.in 1.12:
3069: * src/lib/sdbm/Makefile.in 1.3:
3070: * src/lib/sdbm/apr-include/Makefile.in 1.3:
3071: * src/lib/smtp/Makefile.in 1.5:
3072: * src/sql/Makefile.in 1.14:
3073: * src/targets/Makefile.in 1.45:
3074: * src/targets/apache13/Makefile.in 1.50:
3075: * src/targets/apache13core/Makefile.in 1.7:
3076: * src/targets/cgi/Makefile.in 1.69:
3077: * src/targets/isapi/Makefile.in 1.15:
3078: * src/types/Makefile.in 1.60:
3079: configure+makes
3080:
3081: * src/main/compile.tab.C 1.108:
3082: Makefile
3083:
3084: * src/types/pa_vdate.h 1.42:
3085: ! date TZ save/restore stored pointer to getenv-ed variable,
3086: which does not work both on win32&unix. copied old TZ value now
3087:
1.46 paf 3088: * src/include/pa_string.h 1.166:
3089: * src/main/untaint.C 1.136:
3090: + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
1.45 paf 3091:
3092: * src/classes/string.C 1.149:
3093: + removed limitation on ^string/int/double:sql{}[$.default[({
3094: param style})] ]
3095:
1.44 paf 3096: 2005-11-21 paf
3097: * src/types/Makefile.am 1.40:
3098: * src/types/pa_venv.h 1.33:
3099: * src/types/types.vcproj 1.16:
3100: + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
3101: i386-pc-win32)"
3102:
3103: * src/main/compile.y 1.216:
3104: * src/types/pa_value.h 1.126:
3105: * src/types/pa_vbool.h 1.27:
3106: * src/types/pa_vdouble.h 1.50:
3107: * src/types/pa_vint.h 1.44:
3108: * src/types/pa_vmethod_frame.h 1.60:
3109: + merged: expression literals: true/false. ^format[$.indent(true)
3110: ]
3111:
3112: 2005-11-18 paf
1.46 paf 3113: * src/include/pa_dir.h 1.18:
3114: ! merged: file:list now sees .xxx files, only . and .. now
3115: removed from list [were removed all .*]
1.44 paf 3116:
3117: * src/lib/sdbm/apr_file_io.C 1.5:
3118: ! merged from 3.1.5: hashfile file open error now checked, were
3119: not :( [stole that piece from apache 1.3 sources]
3120:
3121: 2005-08-26 paf
3122: * src/classes/hash.C 1.76:
3123: * src/classes/void.C 1.36:
3124: merged ! optional options were allowed to be empty. were checked
3125: if(is_string), changed to !defined||is_string to allow void
3126:
3127: * src/classes/double.C 1.59:
3128: * src/classes/int.C 1.55:
3129: * src/classes/math.C 1.41:
3130: merged ! many classes/* used as_junction where they needed
3131: as_int/double, so failed with recent "(const) now no junction"
3132: optimization
3133:
1.46 paf 3134: * src/classes/date.C 1.72:
3135: merged + date.week
1.44 paf 3136:
3137: 2005-08-09 paf
3138: * www/htdocs/.htaccess 1.47:
3139: + ^call[$void] param inside now is void (were: empty string)
3140: ! simplified (double) speedup consequent checks in vmethod_frame
3141:
3142: * src/classes/classes.C 1.22:
3143: * src/classes/classes.h 1.31:
3144: * src/classes/form.C 1.39:
3145: * src/classes/hashfile.C 1.36:
3146: * src/classes/image.C 1.113:
3147: * src/classes/mail.C 1.110:
3148: * src/classes/memory.C 1.8:
3149: * src/classes/response.C 1.27:
3150: * src/classes/xdoc.C 1.148:
3151: * src/classes/xnode.C 1.71:
3152: * src/classes/xnode.h 1.24:
3153: * src/include/pa_cache_managers.h 1.18:
3154: * src/include/pa_charset.h 1.31:
3155: * src/include/pa_charsets.h 1.13:
3156: * src/include/pa_config_fixed.h 1.68:
3157: * src/include/pa_config_includes.h 1.31:
3158: * src/include/pa_dictionary.h 1.18:
3159: * src/include/pa_exception.h 1.45:
3160: * src/include/pa_exec.h 1.18:
3161: * src/include/pa_globals.h 1.112:
3162: * src/include/pa_hash.h 1.66:
3163: * src/include/pa_opcode.h 1.28:
3164: * src/include/pa_operation.h 1.6:
3165: * src/include/pa_os.h 1.5:
3166: * src/include/pa_request.h 1.179:
3167: * src/include/pa_request_charsets.h 1.5:
3168: * src/include/pa_request_info.h 1.5:
3169: * src/include/pa_sapi.h 1.27:
3170: * src/include/pa_socks.h 1.17:
3171: * src/include/pa_sql_connection.h 1.40:
3172: * src/include/pa_sql_driver_manager.h 1.33:
3173: * src/include/pa_stack.h 1.24:
3174: * src/include/pa_stylesheet_connection.h 1.40:
3175: * src/include/pa_stylesheet_manager.h 1.22:
3176: * src/include/pa_table.h 1.58:
3177: * src/include/pa_threads.h 1.30:
3178: * src/include/pa_types.h 1.49:
3179: * src/include/pa_uue.h 1.8:
3180: * src/include/pa_xml_exception.h 1.4:
3181: * src/include/pa_xml_io.h 1.4:
3182: * src/lib/gd/gif.C 1.6:
3183: * src/lib/gd/gif.h 1.4:
3184: * src/lib/gd/gifio.C 1.3:
3185: * src/lib/md5/pa_md5.h 1.11:
3186: * src/lib/md5/pa_md5c.c 1.13:
3187: * src/lib/smtp/comms.C 1.8:
3188: * src/lib/smtp/smtp.C 1.8:
3189: * src/lib/smtp/smtp.h 1.6:
3190: * src/main/compile.C 1.78:
3191: * src/main/compile_tools.C 1.59:
3192: * src/main/compile_tools.h 1.76:
3193: * src/main/pa_cache_managers.C 1.16:
3194: * src/main/pa_charset.C 1.52:
3195: * src/main/pa_charsets.C 1.16:
3196: * src/main/pa_dictionary.C 1.23:
3197: * src/main/pa_dir.C 1.20:
3198: * src/main/pa_exception.C 1.48:
3199: * src/main/pa_exec.C 1.67:
3200: * src/main/pa_memory.C 1.6:
3201: * src/main/pa_os.C 1.8:
3202: * src/main/pa_socks.C 1.24:
3203: * src/main/pa_sql_driver_manager.C 1.85:
3204: * src/main/pa_string.C 1.203:
3205: * src/main/pa_stylesheet_connection.C 1.3:
3206: * src/main/pa_stylesheet_manager.C 1.27:
3207: * src/main/pa_table.C 1.61:
3208: * src/main/pa_uue.C 1.9:
3209: * src/main/pa_xml_exception.C 1.4:
3210: * src/main/pa_xml_io.C 1.19:
3211: * src/sql/pa_sql_driver.h 1.43:
3212: * src/targets/apache13/mod_parser3.c 1.12:
3213: * src/targets/apache13core/pa_threads.C 1.5:
3214: * src/targets/cgi/pa_threads.C 1.16:
3215: * src/targets/cgi/parser3.C 1.237:
3216: * src/targets/isapi/pa_threads.C 1.17:
3217: * src/types/pa_junction.h 1.7:
3218: * src/types/pa_method.h 1.6:
3219: * src/types/pa_property.h 1.2:
3220: * src/types/pa_value.C 1.19:
3221: * src/types/pa_vclass.C 1.33:
3222: * src/types/pa_vclass.h 1.51:
3223: * src/types/pa_vcode_frame.h 1.32:
3224: * src/types/pa_vconsole.h 1.10:
3225: * src/types/pa_vcookie.C 1.68:
3226: * src/types/pa_vcookie.h 1.31:
3227: * src/types/pa_vfile.C 1.41:
3228: * src/types/pa_vfile.h 1.58:
3229: * src/types/pa_vform.C 1.84:
3230: * src/types/pa_vform.h 1.50:
3231: * src/types/pa_vhash.C 1.8:
3232: * src/types/pa_vhash.h 1.58:
3233: * src/types/pa_vhashfile.h 1.33:
3234: * src/types/pa_vimage.C 1.35:
3235: * src/types/pa_vimage.h 1.45:
3236: * src/types/pa_vjunction.h 1.24:
3237: * src/types/pa_vmail.C 1.72:
3238: * src/types/pa_vmail.h 1.17:
3239: * src/types/pa_vmath.C 1.8:
3240: * src/types/pa_vmath.h 1.18:
3241: * src/types/pa_vmemory.h 1.5:
3242: * src/types/pa_vmethod_frame.C 1.8:
3243: * src/types/pa_vobject.C 1.24:
3244: * src/types/pa_vobject.h 1.47:
3245: * src/types/pa_vproperty.h 1.3:
3246: * src/types/pa_vrequest.C 1.37:
3247: * src/types/pa_vrequest.h 1.33:
3248: * src/types/pa_vresponse.h 1.40:
3249: * src/types/pa_vstateless_class.C 1.28:
3250: * src/types/pa_vstateless_class.h 1.53:
3251: * src/types/pa_vstateless_object.h 1.36:
3252: * src/types/pa_vstatus.C 1.25:
3253: * src/types/pa_vstatus.h 1.19:
3254: * src/types/pa_vstring.C 1.26:
3255: * src/types/pa_vstring.h 1.59:
3256: * src/types/pa_vtable.C 1.26:
3257: * src/types/pa_vtable.h 1.54:
3258: * src/types/pa_vvoid.C 1.3:
3259: * src/types/pa_vvoid.h 1.28:
3260: * src/types/pa_vxdoc.C 1.29:
3261: * src/types/pa_vxdoc.h 1.40:
3262: * src/types/pa_vxnode.C 1.43:
3263: * src/types/pa_vxnode.h 1.35:
3264: * src/types/pa_wcontext.C 1.32:
3265: * src/types/pa_wcontext.h 1.49:
3266: * src/types/pa_wwrapper.h 1.36:
3267: 2005
3268:
1.46 paf 3269: 2005-08-08 paf
3270: * bin/auto.p.dist.in 1.12:
3271: merged . apache bad 404 handling workaround integrated
1.44 paf 3272:
3273: * www/htdocs/_bug.p 1.8:
3274: . merged VJunction(new Junction) optimization from 3.1.4
3275:
3276: * www/htdocs/_bug.xml 1.3:
3277: merged
3278: + optimized constants in expressions vstring->vdouble
3279: + optimized ^call(vdouble), no junction creation, no calls later
3280:
3281: 2005-07-29 paf
3282: * www/htdocs/_bug_derived.p 1.3:
3283: + property getter can now be overridden
3284:
3285: 2005-07-28 paf
3286: * www/htdocs/_bug.sh 1.2:
3287: + 3.2.0 beta: merged from dynamic_fields_join
3288:
3289: 2005-06-06 paf
3290: * www/htdocs/_bug.xsl 1.15:
3291: ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind
3292: option
3293:
1.46 paf 3294: 2005-01-19 paf
1.42 paf 3295: * src/lib/gd/Makefile.am 1.2:
3296: * src/lib/ltdl/Makefile.am 1.2:
3297: forgotten makefiles.
3298: couple warnings in parser3.C
3299:
1.46 paf 3300: 2004-12-23 paf
1.41 paf 3301: * src/types/pa_vhashfile.C 1.48:
3302: beauty: hashfile::open now creates dir for new file
3303:
1.46 paf 3304: 2004-10-12 paf
1.41 paf 3305: * etc/parser3.charsets/windows-1251.cfg 1.12:
3306: euro
3307: promille
3308: +/-
3309:
1.46 paf 3310: 2004-10-07 paf
1.42 paf 3311: * src/lib/cord/cordbscs.c 1.5:
1.46 paf 3312: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
1.42 paf 3313: long char sequences less
3314:
1.46 paf 3315: 2004-09-13 paf
3316: * src/lib/sdbm/sdbm_private.h 1.2:
3317: change: limit on length(key+value) now 8008 bytes, were 1008.
3318: perl sdbm compatibility now ruined
1.41 paf 3319:
1.42 paf 3320: * src/lib/sdbm/apr-include/apr.h 1.5:
1.46 paf 3321: bugfix: error numbers now from errno.h = strerror now returnes
1.42 paf 3322: something and we can properly report that to client
1.40 paf 3323:
1.46 paf 3324: 2004-07-28 paf
1.39 paf 3325: * src/lib/ltdl/ltdl.c 1.4:
3326: * src/lib/pcre/pcre_parser_ctype.c 1.5:
1.46 paf 3327: bugfix: isspace((unsigned char)c) everywhere. failed on russian
3328: letters
1.39 paf 3329:
1.46 paf 3330: 2004-07-27 paf
1.39 paf 3331: * src/targets/cgi/parser3.vcproj 1.12:
3332: beauty: win32: globaloptimizations ON, release:mapfile ON
3333: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
3334:
1.46 paf 3335: 2004-07-07 paf
1.39 paf 3336: * parser3.vssscc 1.2:
3337: ...would not go unnoticed
3338:
1.46 paf 3339: 2004-07-01 paf
1.39 paf 3340: * src/classes/classes.vcproj 1.12:
3341: * src/lib/cord/cord.vcproj 1.2:
3342: * src/lib/gd/gd.vcproj 1.7:
3343: * src/lib/ltdl/ltdl.vcproj 1.3:
3344: * src/lib/md5/md5.vcproj 1.3:
3345: * src/lib/pcre/pcre.vcproj 1.3:
3346: * src/lib/pcre/pcre_dftables.vcproj 1.4:
3347: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
3348: * src/lib/smtp/smtp.vcproj 1.6:
3349: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
3350: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
3351: * src/targets/isapi/parser3isapi.vcproj 1.8:
3352: win32: option: global optimization ON
3353:
1.46 paf 3354: 2004-05-26 paf
1.38 paf 3355: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
3356: added: thanks to konst
3357:
1.46 paf 3358: 2004-05-24 paf
1.38 paf 3359: * src/targets/apache13/p3runConfigure.in 1.17:
3360: bugfix: smtp added
3361:
3362: * src/lib/cord/cordxtra.c 1.6:
3363: * src/lib/cord/include/cord.h 1.5:
3364: cancel: more speed, less memory: CORD_chars_block originally intended to ...
3365: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
3366: undoing that. [and removed that func so that it would not confuse parser developer in future]
3367:
1.46 paf 3368: 2004-05-11 paf
1.38 paf 3369: * www/htdocs/_bug.gif 1.2:
3370: bugfix: bcc with sendmail now left intact
3371:
1.46 paf 3372: 2004-04-05 paf
1.38 paf 3373: * src/doc/html2chm.cmd 1.8:
3374: * src/doc/sources2html.cmd 1.6:
3375: merged with 3.1.3
3376:
1.46 paf 3377: 2004-04-01 paf
1.37 paf 3378: * src/targets/apache13/pa_httpd.h 1.6:
3379: * src/targets/isapi/parser3isapi.def 1.2:
3380: bugfix: sql connections now are disconnected
3381:
1.46 paf 3382: 2004-03-30 paf
1.36 paf 3383: * src/doc/ClassExample1.dox 1.5:
3384: * src/doc/ClassExample2.dox 1.5:
3385: * src/doc/ClassExample3.dox 1.5:
3386: * src/doc/chmhelper.pl 1.2:
3387: * src/doc/class.dox 1.3:
3388: * src/doc/compiler.dox 1.4:
3389: * src/doc/doxygen.cfg 1.25:
3390: * src/doc/exception.dox 1.3:
3391: * src/doc/executor.dox 1.3:
3392: * src/doc/footer.htm 1.4:
3393: * src/doc/index.dox 1.6:
3394: * src/doc/memory.dox 1.3:
3395: * src/doc/methoded.dox 1.4:
3396: * src/doc/object.dox 1.3:
3397: * src/doc/string.dox 1.6:
3398: * src/doc/targets.dox 1.4:
3399: * src/doc/value.dox 1.4:
3400: merged bugfixes from 3.1.2, changed version to 3.1.3beta
3401:
1.46 paf 3402: 2004-03-05 paf
1.35 paf 3403: * etc/parser3.charsets/koi8-r.cfg 1.7:
3404: there's special code for grad char!
3405:
1.46 paf 3406: 2004-02-25 paf
1.34 paf 3407: * etc/parser3.charsets/Makefile.am 1.5:
1.46 paf 3408: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1.34 paf 3409: erased from configure.in]
3410:
1.46 paf 3411: 2004-02-24 paf
3412: * src/classes/Makefile.am 1.49:
3413: smtp on unix: steps to work on unix
1.34 paf 3414:
3415: * src/lib/smtp/Makefile.am 1.2:
3416: * src/targets/cgi/Makefile.am 1.51:
3417: started porting smtp to unix [testing on solaris]
3418:
1.46 paf 3419: 2004-02-11 paf
1.34 paf 3420: * parser3.sln 1.9:
3421: started changes to reflect libxml xsl new folders
3422:
3423: * src/lib/sdbm/sdbm.vcproj 1.4:
3424: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
3425: simplified lib build processes
3426:
1.46 paf 3427: 2003-11-21 paf
3428: * src/targets/apache13core/Makefile.am 1.5:
3429: * src/targets/apache13core/mod_parser3.C 1.7:
3430: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1.32 paf 3431:
1.28 paf 3432: * src/lib/Makefile.am 1.7:
3433: * src/lib/gd/mtables.h 1.1:
3434: rearrange: gd&smtp moved to src/lib
3435:
1.46 paf 3436: 2003-11-20 paf
1.28 paf 3437: * src/lib/ltdl/config_fixed.h 1.3:
3438: * src/lib/pcre/maketables.c 1.2:
3439: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
3440: found several unitialized vars
3441:
3442: * src/lib/sdbm/apr_strings.C 1.2:
3443: * src/main/pa_pool.C 1.62:
3444: static const char * const IDENT
3445:
3446: * src/include/pa_pool.h 1.89:
3447: more warnings --
3448:
1.46 paf 3449: 2003-11-10 paf
1.28 paf 3450: * src/lib/sdbm/sdbm.c 1.3:
1.46 paf 3451: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
1.28 paf 3452: coded that that was error. fixed
3453:
1.46 paf 3454: 2003-11-06 paf
1.28 paf 3455: * src/lib/ltdl/libltdl.vcproj 1.2:
3456: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
3457: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
3458: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
3459: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
3460: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
3461: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
3462: * src/lib/sdbm/apr-include/apu.h 1.3:
3463: hashfile: started again with sdbm from apache
3464:
1.46 paf 3465: * tests/todo.txt 1.5:
3466: hashfile: done
3467:
1.28 paf 3468: * src/lib/sdbm/Makefile.am 1.3:
3469: * src/lib/sdbm/apr-include/Makefile.am 1.1:
3470: * src/targets/cgi/.cvsignore 1.3:
3471: *** empty log message ***
3472:
3473: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
3474: just compiled
3475:
1.46 paf 3476: 2003-11-05 paf
1.28 paf 3477: * src/lib/sdbm/sdbm_hash.c 1.1:
3478: * src/lib/sdbm/sdbm_lock.c 1.1:
3479: * src/lib/sdbm/sdbm_pair.c 1.1:
3480: * src/lib/sdbm/sdbm_pair.h 1.1:
3481: * src/lib/sdbm/sdbm_tune.h 1.1:
3482: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
3483:
3484: * src/main/helpers/CaseFolding.txt 1.1:
3485: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
3486:
1.46 paf 3487: 2003-10-24 paf
1.26 paf 3488: * src/lib/cord/Makefile.am 1.3:
3489: * src/lib/md5/Makefile.am 1.3:
3490: * src/lib/pcre/Makefile.am 1.2:
3491: * src/targets/apache13/Makefile.am 1.18:
3492: * src/targets/isapi/Makefile.am 1.3:
3493: .dsp/w -> .vcproj/sln
3494:
1.46 paf 3495: 2003-09-29 paf
3496: * src/main/utf8-to-lower.inc 1.1:
3497: * src/main/utf8-to-upper.inc 1.1:
3498: generated by helper
1.26 paf 3499:
3500: * src/main/helpers/simple_folding.pl 1.1:
3501: utf-8 upper/lower
3502:
3503: * www/htdocs/base.p 1.7:
3504: * www/htdocs/derived.p 1.25:
3505: * www/htdocs/font.gif 1.2:
3506: * www/htdocs/global.xsl 1.9:
3507: * www/htdocs/index.html 1.213:
3508: * www/htdocs/mailreceive.eml 1.4:
3509: * www/htdocs/mailreceive.html 1.2:
3510: * www/htdocs/operators.p 1.12:
3511: * www/htdocs/parser-status.html 1.3:
3512: * www/htdocs/people.dtd 1.2:
3513: * www/htdocs/some.p 1.3:
3514: removing old tests
3515:
1.46 paf 3516: 2003-09-25 paf
1.26 paf 3517: * src/lib/cord/cordprnt.c 1.3:
3518: string_fragments_to_cord merged to HEAD
3519:
1.46 paf 3520: 2003-08-19 paf
3521: * src/targets/apache13/mod_parser3.C 1.31:
3522: .c
1.26 paf 3523:
1.46 paf 3524: 2003-08-18 paf
1.26 paf 3525: * src/classes/classes.awk 1.8:
3526: merged 3.1.0 latest changes
3527:
3528: * gnu.dsp 1.5:
3529: * parser3.dsw 1.9:
3530: * src/classes/classes.dsp 1.31:
3531: * src/lib/cord/cord.dsp 1.3:
3532: * src/lib/ltdl/libltdl.dsp 1.7:
3533: * src/lib/md5/md5.dsp 1.5:
3534: * src/lib/pcre/pcre.dsp 1.4:
3535: * src/lib/pcre/pcre_dftables.dsp 1.2:
3536: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
3537: * src/main/main.dsp 1.167:
3538: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
3539: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
3540: * src/targets/cgi/parser3.dsp 1.66:
3541: * src/targets/isapi/parser3isapi.dsp 1.44:
3542: * src/types/types.dsp 1.42:
3543: moved to MSVC 7
3544:
1.46 paf 3545: * gnu.vcproj 1.1:
3546: new VS project files
1.26 paf 3547:
1.46 paf 3548: 2003-07-24 paf
1.24 paf 3549: * tests/001.html 1.2:
3550: * tests/002.html 1.2:
3551: * tests/003.html 1.2:
3552: * tests/004.html 1.2:
3553: * tests/005.html 1.2:
3554: * tests/006.html 1.2:
3555: * tests/007.html 1.2:
3556: * tests/008.html 1.2:
3557: * tests/009.html 1.2:
3558: * tests/010.html 1.2:
3559: * tests/011.html 1.2:
3560: * tests/012.html 1.2:
3561: * tests/013.html 1.2:
3562: * tests/014.html 1.2:
3563: * tests/015.html 1.2:
3564: * tests/016.html 1.2:
3565: * tests/017.html 1.2:
3566: * tests/018.html 1.2:
3567: * tests/019.html 1.2:
3568: * tests/019paf2001.gif 1.2:
3569: * tests/020.html 1.2:
3570: * tests/021.html 1.2:
3571: * tests/022.html 1.2:
3572: * tests/022_dir/a.html 1.2:
3573: * tests/022_dir/b.txt 1.2:
3574: * tests/022_dir/c.htm 1.2:
3575: * tests/023.html 1.2:
3576: * tests/024.html 1.2:
3577: * tests/025.html 1.2:
3578: * tests/026.html 1.2:
3579: * tests/027.html 1.2:
3580: * tests/028.html 1.2:
3581: * tests/029.html 1.2:
3582: * tests/030.html 1.2:
3583: * tests/031.html 1.2:
3584: * tests/032.html 1.2:
3585: * tests/033.html 1.2:
3586: * tests/034.html 1.2:
3587: * tests/035.html 1.2:
3588: * tests/036.html 1.2:
3589: * tests/037.html 1.2:
3590: * tests/038.html 1.2:
3591: * tests/039.html 1.2:
3592: * tests/040.html 1.2:
3593: * tests/041.html 1.2:
3594: * tests/042.html 1.2:
3595: * tests/043.html 1.2:
3596: * tests/044.html 1.2:
3597: * tests/045.html 1.2:
3598: * tests/046.html 1.2:
3599: * tests/047.html 1.2:
3600: * tests/048.html 1.2:
3601: * tests/049.html 1.2:
3602: * tests/050.html 1.2:
3603: * tests/051.html 1.2:
3604: * tests/051b.p 1.2:
3605: * tests/051t.p 1.2:
3606: * tests/052.html 1.2:
3607: * tests/053.html 1.2:
3608: * tests/054.html 1.2:
3609: * tests/055.html 1.2:
3610: * tests/056.html 1.2:
3611: * tests/057.html 1.2:
3612: * tests/058.html 1.2:
3613: * tests/058_paf2000.png 1.2:
3614: * tests/059.html 1.2:
3615: * tests/060.html 1.2:
3616: * tests/061.dat 1.2:
3617: * tests/061.html 1.2:
3618: * tests/062.html 1.2:
3619: * tests/063.html 1.2:
3620: * tests/064.html 1.2:
3621: * tests/065.html 1.2:
3622: * tests/066.html 1.2:
3623: * tests/067.html 1.2:
3624: * tests/068.html 1.2:
3625: * tests/069.html 1.2:
3626: * tests/070.html 1.2:
3627: * tests/071.html 1.2:
3628: * tests/072.html 1.2:
3629: * tests/073.html 1.2:
3630: * tests/074.html 1.2:
3631: * tests/075.html 1.2:
3632: * tests/076.html 1.2:
3633: * tests/077.html 1.2:
3634: * tests/078.html 1.2:
3635: * tests/079.html 1.2:
3636: * tests/080.html 1.2:
3637: * tests/081.html 1.2:
3638: * tests/082.html 1.2:
3639: * tests/083.html 1.2:
3640: * tests/084.html 1.2:
3641: * tests/085.html 1.2:
3642: * tests/086.html 1.2:
3643: * tests/087.html 1.2:
3644: * tests/088.html 1.2:
3645: * tests/089.html 1.2:
3646: * tests/090.html 1.2:
3647: * tests/091.html 1.2:
3648: * tests/092.html 1.2:
3649: * tests/093.html 1.2:
3650: * tests/094.html 1.2:
3651: * tests/095.html 1.2:
3652: * tests/096.html 1.2:
3653: * tests/096_dir/163.jpg 1.2:
3654: * tests/096_dir/188.jpg 1.2:
3655: * tests/097.html 1.2:
3656: * tests/098.html 1.2:
3657: * tests/098font.gif 1.2:
3658: * tests/099.html 1.2:
3659: * tests/100.html 1.2:
3660: * tests/101.html 1.2:
3661: * tests/102.html 1.2:
3662: * tests/103.html 1.2:
3663: * tests/103mark.gif 1.2:
3664: * tests/103paf2001.gif 1.2:
3665: * tests/104.html 1.2:
3666: * tests/105.html 1.2:
3667: * tests/106.html 1.2:
3668: * tests/107.html 1.2:
3669: * tests/108.html 1.2:
3670: * tests/108.xsl 1.2:
3671: * tests/109.html 1.2:
3672: * tests/110.html 1.2:
3673: * tests/111.html 1.2:
3674: * tests/112.html 1.2:
3675: * tests/113.html 1.2:
3676: * tests/114.html 1.2:
3677: * tests/115.html 1.2:
3678: * tests/116.html 1.2:
3679: * tests/117.html 1.2:
3680: * tests/118.html 1.2:
3681: * tests/119.html 1.2:
3682: * tests/120.html 1.2:
3683: * tests/121.html 1.2:
3684: * tests/122.html 1.2:
3685: * tests/123.html 1.2:
3686: * tests/124.html 1.2:
3687: * tests/125.html 1.2:
3688: * tests/126.html 1.2:
3689: * tests/127.html 1.2:
3690: * tests/128.html 1.2:
3691: * tests/129.html 1.2:
3692: * tests/130.html 1.2:
3693: * tests/131.html 1.2:
3694: * tests/132.html 1.2:
3695: * tests/133.html 1.2:
3696: * tests/134.html 1.2:
3697: * tests/135.html 1.2:
3698: * tests/136.html 1.2:
3699: * tests/137.html 1.2:
3700: * tests/138.html 1.2:
3701: * tests/139.html 1.2:
3702: * tests/140.html 1.2:
3703: * tests/141.html 1.2:
3704: * tests/Makefile 1.2:
3705: * tests/descript.ion 1.2:
3706: * tests/outputs/create-dir 1.2:
3707: * tests/results/001.processed 1.2:
3708: * tests/results/002.processed 1.2:
3709: * tests/results/003.processed 1.2:
3710: * tests/results/004.processed 1.2:
3711: * tests/results/005.processed 1.2:
3712: * tests/results/006.processed 1.2:
3713: * tests/results/007.processed 1.2:
3714: * tests/results/008.processed 1.2:
3715: * tests/results/009.processed 1.2:
3716: * tests/results/010.processed 1.2:
3717: * tests/results/011.processed 1.2:
3718: * tests/results/012.processed 1.2:
3719: * tests/results/013.processed 1.2:
3720: * tests/results/014.processed 1.2:
3721: * tests/results/015.processed 1.2:
3722: * tests/results/016.processed 1.2:
3723: * tests/results/017.processed 1.2:
3724: * tests/results/018.processed 1.2:
3725: * tests/results/019.processed 1.2:
3726: * tests/results/020.processed 1.2:
3727: * tests/results/021.processed 1.2:
3728: * tests/results/022.processed 1.2:
3729: * tests/results/023.processed 1.2:
3730: * tests/results/024.processed 1.2:
3731: * tests/results/025.processed 1.2:
3732: * tests/results/026.processed 1.2:
3733: * tests/results/027.processed 1.2:
3734: * tests/results/028.processed 1.2:
3735: * tests/results/029.processed 1.2:
3736: * tests/results/030.processed 1.2:
3737: * tests/results/031.processed 1.2:
3738: * tests/results/032.processed 1.2:
3739: * tests/results/033.processed 1.2:
3740: * tests/results/034.processed 1.2:
3741: * tests/results/035.processed 1.2:
3742: * tests/results/036.processed 1.2:
3743: * tests/results/037.processed 1.2:
3744: * tests/results/038.processed 1.2:
3745: * tests/results/039.processed 1.2:
3746: * tests/results/040.processed 1.2:
3747: * tests/results/041.processed 1.2:
3748: * tests/results/042.processed 1.2:
3749: * tests/results/043.processed 1.2:
3750: * tests/results/044.processed 1.2:
3751: * tests/results/045.processed 1.2:
3752: * tests/results/046.processed 1.2:
3753: * tests/results/047.processed 1.2:
3754: * tests/results/048.processed 1.2:
3755: * tests/results/049.processed 1.2:
3756: * tests/results/050.processed 1.2:
3757: * tests/results/051.processed 1.2:
3758: * tests/results/052.processed 1.2:
3759: * tests/results/053.processed 1.2:
3760: * tests/results/054.processed 1.2:
3761: * tests/results/055.processed 1.2:
3762: * tests/results/056.processed 1.2:
3763: * tests/results/057.processed 1.2:
3764: * tests/results/058.processed 1.2:
3765: * tests/results/059.processed 1.2:
3766: * tests/results/060.processed 1.2:
3767: * tests/results/061.processed 1.2:
3768: * tests/results/062.processed 1.2:
3769: * tests/results/063.processed 1.2:
3770: * tests/results/064.processed 1.2:
3771: * tests/results/065.processed 1.2:
3772: * tests/results/066.processed 1.2:
3773: * tests/results/067.processed 1.2:
3774: * tests/results/068.processed 1.2:
3775: * tests/results/069.processed 1.2:
3776: * tests/results/070.processed 1.2:
3777: * tests/results/071.processed 1.2:
3778: * tests/results/072.processed 1.2:
3779: * tests/results/073.processed 1.2:
3780: * tests/results/074.processed 1.2:
3781: * tests/results/075.processed 1.2:
3782: * tests/results/076.processed 1.2:
3783: * tests/results/077.processed 1.2:
3784: * tests/results/078.processed 1.2:
3785: * tests/results/079.processed 1.2:
3786: * tests/results/080.processed 1.2:
3787: * tests/results/081.processed 1.2:
3788: * tests/results/082.processed 1.2:
3789: * tests/results/083.processed 1.2:
3790: * tests/results/084.processed 1.2:
3791: * tests/results/085.processed 1.2:
3792: * tests/results/086.processed 1.2:
3793: * tests/results/087.processed 1.2:
3794: * tests/results/088.processed 1.2:
3795: * tests/results/089.processed 1.2:
3796: * tests/results/090.processed 1.2:
3797: * tests/results/091.processed 1.2:
3798: * tests/results/092.processed 1.2:
3799: * tests/results/093.processed 1.2:
3800: * tests/results/094.processed 1.2:
3801: * tests/results/095.processed 1.2:
3802: * tests/results/096.processed 1.2:
3803: * tests/results/097.processed 1.2:
3804: * tests/results/098.processed 1.2:
3805: * tests/results/099.processed 1.2:
3806: * tests/results/100.processed 1.2:
3807: * tests/results/101.processed 1.2:
3808: * tests/results/102.processed 1.2:
3809: * tests/results/103.processed 1.2:
3810: * tests/results/104.processed 1.2:
3811: * tests/results/105.processed 1.2:
3812: * tests/results/106.processed 1.2:
3813: * tests/results/107.processed 1.2:
3814: * tests/results/108.processed 1.2:
3815: * tests/results/109.processed 1.2:
3816: * tests/results/110.processed 1.2:
3817: * tests/results/111.processed 1.2:
3818: * tests/results/112.processed 1.2:
3819: * tests/results/113.processed 1.2:
3820: * tests/results/114.processed 1.2:
3821: * tests/results/115.processed 1.2:
3822: * tests/results/116.processed 1.2:
3823: * tests/results/117.processed 1.2:
3824: * tests/results/118.processed 1.2:
3825: * tests/results/119.processed 1.2:
3826: * tests/results/120.processed 1.2:
3827: * tests/results/121.processed 1.2:
3828: * tests/results/122.processed 1.2:
3829: * tests/results/123.processed 1.2:
3830: * tests/results/124.processed 1.2:
3831: * tests/results/125.processed 1.2:
3832: * tests/results/126.processed 1.2:
3833: * tests/results/127.processed 1.2:
3834: * tests/results/128.processed 1.2:
3835: * tests/results/129.processed 1.2:
3836: * tests/results/130.processed 1.2:
3837: * tests/results/131.processed 1.2:
3838: * tests/results/132.processed 1.2:
3839: * tests/results/133.processed 1.2:
3840: * tests/results/134.processed 1.2:
3841: * tests/results/135.processed 1.2:
3842: * tests/results/136.processed 1.2:
3843: * tests/results/137.processed 1.2:
3844: * tests/results/138.processed 1.2:
3845: * tests/results/139.processed 1.2:
3846: * tests/results/140.processed 1.2:
3847: * tests/results/141.processed 1.2:
3848: * tests/run_parser.sh 1.2:
3849: merged(copied) to HEAD from template_gc
3850:
1.46 paf 3851: * src/include/pa_pragma_pack_begin.h 1.7:
3852: * src/include/pa_pragma_pack_end.h 1.7:
3853: * src/lib/cord/include/Makefile.am 1.2:
3854: * src/lib/cord/include/ec.h 1.2:
3855: * src/lib/cord/include/private/Makefile.am 1.2:
3856: * src/lib/cord/include/private/cord_pos.h 1.2:
3857: * src/lib/cord/source.url 1.2:
3858: * src/lib/gc/Makefile.am 1.2:
3859: * src/lib/gc/include/Makefile.am 1.2:
3860: * src/lib/gc/include/gc.h 1.2:
3861: * src/lib/patches/Makefile.am 1.4:
3862: * src/lib/patches/gc.patch 1.2:
3863: * src/lib/patches/gdome2.patch 1.2:
3864: * src/lib/patches/libxml2.patch 1.2:
3865: * src/lib/patches/libxslt.patch 1.2:
3866: * src/lib/pcre/pcre.h 1.2:
3867: * src/main/pa_array.C 1.57:
3868: * src/main/pa_hash.C 1.54:
3869: * src/targets/Makefile.am 1.10:
3870: * src/targets/apache13/pa_md5c.c 1.6:
3871: * src/targets/apache13/pa_pool.C 1.9:
3872: * src/targets/apache13/pa_threads.C 1.12:
3873: * src/targets/cgi/getopt.c 1.3:
3874: * src/targets/cgi/getopt.h 1.3:
3875: * src/targets/cgi/pa_pool.C 1.42:
3876: * src/targets/cgi/pool_storage.h 1.14:
3877: * src/targets/cgi/pp3.cmd 1.2:
3878: * src/targets/isapi/pa_pool.C 1.17:
3879: * src/targets/isapi/pool_storage.h 1.20:
3880: moved tempate_gc to HEAD
1.24 paf 3881:
1.46 paf 3882: 2003-07-23 paf
1.24 paf 3883: * src/targets/apache13/mod_parser3_main.C 1.1:
1.46 paf 3884: file mod_parser3_main.C was initially added on branch
1.24 paf 3885: template_gc.
3886:
1.46 paf 3887: 2003-03-27 paf
1.23 paf 3888: * src/lib/gc/include/gc_fake.h 1.1:
3889: file gc_fake.h was initially added on branch template_gc.
3890:
1.46 paf 3891: 2003-03-26 paf
1.23 paf 3892: * src/lib/cord/include/gc.h 1.1:
3893: file gc.h was initially added on branch template_gc.
3894:
1.46 paf 3895: 2003-03-03 paf
1.23 paf 3896: * tests/outputs/049.processed 1.1:
3897: file 049.processed was initially added on branch autoptr.
3898:
3899: * tests/outputs/050.processed 1.1:
3900: file 050.processed was initially added on branch autoptr.
3901:
3902: * tests/outputs/051.processed 1.1:
3903: file 051.processed was initially added on branch autoptr.
3904:
3905: * tests/parser-cygwin.sh 1.1:
3906: file parser-cygwin.sh was initially added on branch autoptr.
3907:
1.46 paf 3908: * tests/parser-unix.sh 1.1:
3909: file parser-unix.sh was initially added on branch autoptr.
1.23 paf 3910:
1.46 paf 3911: 2003-02-20 paf
1.22 paf 3912: * www/htdocs/autoptr.html 1.1:
3913: file autoptr.html was initially added on branch autoptr.
3914:
1.46 paf 3915: 2003-01-30 paf
1.22 paf 3916: * ltmain.sh 1.5:
3917: *** empty log message ***
3918:
1.46 paf 3919: 2003-01-29 paf
1.22 paf 3920: * src/types/pa_value_includes.h 1.1:
3921: file pa_value_includes.h was initially added on branch autoptr.
3922:
1.46 paf 3923: 2003-01-23 paf
1.22 paf 3924: * src/lib/pcre/8859-1.ucm 1.1:
3925: file 8859-1.ucm was initially added on branch autoptr.
3926:
1.46 paf 3927: 2003-01-14 paf
1.22 paf 3928: * src/lib/ltdl/config.guess 1.2:
3929: * src/lib/ltdl/config.sub 1.2:
3930: * src/lib/ltdl/install-sh 1.2:
3931: * src/lib/ltdl/missing 1.2:
3932: * src/lib/ltdl/mkinstalldirs 1.2:
3933: removed some ancient files [they in / really]
3934:
3935: * src/lib/ltdl/aclocal.m4 1.1:
3936: *** empty log message ***
3937:
1.46 paf 3938: 2003-01-13 paf
1.22 paf 3939: * src/lib/ltdl/COPYING.LIB 1.1:
3940: * src/lib/ltdl/acinclude.m4 1.2:
3941: * src/lib/ltdl/config.h 1.2:
3942: * src/lib/ltdl/config_auto.h.in 1.3:
3943: * src/lib/ltdl/configure 1.4:
3944: * src/lib/ltdl/configure.in 1.4:
3945: * src/lib/ltdl/ltdl.h 1.2:
3946: moved to latest libtool (1.4.3)
3947:
1.46 paf 3948: * config.guess 1.3:
3949: * config.sub 1.4:
3950: removed last piece of configure.in(libtool) hacks
3951:
3952: 2003-01-10 paf
1.22 paf 3953: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
3954: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
3955: * src/lib/patches/libgdome_morestatic.patch 1.2:
3956: * src/lib/patches/libxml_error_column_tab.patch 1.2:
3957: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
3958: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
3959: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
3960: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
3961: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
3962: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
3963: moved to latest xml lib versions, changed patches.
3964: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
3965: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
3966: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
3967:
1.46 paf 3968: 2003-01-09 paf
3969: * depcomp 1.1:
3970: moving to automake 1.7.2
1.22 paf 3971:
3972: * missing 1.2:
3973: * mkinstalldirs 1.2:
3974: moved to autoconf 2.57 & automake 1.7.2
3975:
1.46 paf 3976: 2002-12-27 paf
1.21 paf 3977: * src/doc/aliased.dox 1.5:
3978: * src/doc/module.dox 1.4:
3979: * src/doc/pooled.dox 1.4:
3980: removed outdated parts, made links to language docs
3981:
1.46 paf 3982: 2002-12-04 paf
1.20 paf 3983: * src/lib/ltdl/README 1.1:
3984: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
3985: so it does have no problems with automake.
3986: ltdl/configure AC_OUTPUT(Makefile<<removed)
3987:
1.46 paf 3988: 2002-10-15 paf
1.15 paf 3989: * src/types/pa_vjunction.C 1.3:
3990: removed $junction.get $junction.set[]
3991: introducing $caller
3992:
1.46 paf 3993: 2002-09-11 paf
1.15 paf 3994: * etc/parser3.charsets/windows-1254.cfg 1.1:
3995: * src/lib/pcre/ibm-1254.ucm 1.1:
3996: windows-1254 added
3997:
1.46 paf 3998: 2002-08-14 paf
1.15 paf 3999: * src/targets/cgi/fixopt.C 1.3:
4000: * src/targets/cgi/fixopt.h 1.2:
4001: removed fixopt stupidity. on stupid linux use
4002: cd /document/root
4003: ../cgi/parser3 script
4004:
1.46 paf 4005: 2002-08-12 paf
1.15 paf 4006: * src/types/pa_valiased.C 1.17:
4007: * src/types/pa_valiased.h 1.23:
4008: ^base:create[] dynamic call rewritten
4009: todo: thorough testing
4010:
1.46 paf 4011: 2002-08-01 paf
1.15 paf 4012: * src/Makefile.am 1.17:
4013: ident.C* removed
4014:
1.46 paf 4015: 2002-07-30 paf
1.15 paf 4016: * src/targets/cgi/pa_config_paths.h.in 1.2:
4017: removed pa_config_paths.h
4018:
1.46 paf 4019: 2002-06-21 paf
1.15 paf 4020: * src/lib/pcre/LICENCE 1.1:
4021: * src/lib/pcre/README 1.1:
4022: * src/lib/pcre/Tech.Notes 1.1:
4023: * src/lib/pcre/dftables.c 1.1:
4024: * src/lib/pcre/get.c 1.1:
4025: * src/lib/pcre/ibm-1250.ucm 1.1:
4026: * src/lib/pcre/ibm-1251.ucm 1.1:
4027: * src/lib/pcre/ibm-1257.ucm 1.1:
4028: * src/lib/pcre/internal.h 1.1:
4029: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
4030: * src/lib/pcre/pcre.3 1.1:
4031: * src/lib/pcre/pcre.3.html 1.1:
4032: * src/lib/pcre/pcre.3.txt 1.1:
4033: * src/lib/pcre/pcre.c 1.1:
4034: * src/lib/pcre/ruspart_win2koi.pl 1.1:
4035: * src/lib/pcre/study.c 1.1:
4036: * src/lib/pcre/win-koi.tab 1.1:
4037: moved libltdl and pcre to libs/
4038: added libs/md5 which is linked to non-apache targets
4039: ^math:crypt[password;$apr1$salt]
4040:
1.46 paf 4041: 2002-06-20 paf
1.15 paf 4042: * bin/Makefile.am 1.3:
4043: parser3.conf renamed to auto.p
4044:
1.46 paf 4045: 2002-06-18 paf
1.15 paf 4046: * etc/Makefile.am 1.4:
4047: bin/parser3.conf.dist [moved from etc
4048:
1.46 paf 4049: 2002-04-22 paf
1.15 paf 4050: * types.txt 1.2:
4051: ^string.optimize[]
4052:
1.46 paf 4053: 2002-04-19 paf
1.15 paf 4054: * src/doc/postbuild.txt 1.3:
4055: * src/doc/view_chm.cmd 1.2:
4056: * src/doc/view_html.cmd 1.2:
4057: config updated to doxygen 1.2.15,
4058: created helper which fixes minor bugs in chm project files & htm tree.
4059: changed extension to .htm
4060:
1.46 paf 4061: 2002-04-16 paf
1.15 paf 4062: * asm.txt 1.2:
4063: * form.txt 1.2:
4064: * lang.txt 1.2:
4065: * sql.txt 1.2:
4066: removed outdated. see in Attic asm.txt as most interesting
4067:
1.46 paf 4068: 2002-02-22 paf
1.15 paf 4069: * src/include/pa_db_connection.h 1.22:
4070: * src/include/pa_db_manager.h 1.15:
4071: * src/include/pa_db_table.h 1.16:
4072: * src/main/pa_db_connection.C 1.38:
4073: * src/main/pa_db_manager.C 1.23:
4074: * src/main/pa_db_table.C 1.21:
4075: removed hashfile support for now
4076:
1.46 paf 4077: 2002-02-18 paf
1.15 paf 4078: * ltconfig 1.2:
4079: removed libtool subpart files
4080:
1.46 paf 4081: 2002-02-13 paf
1.15 paf 4082: * etc/parser3.charsets/windows-1257.cfg 1.2:
4083: id added
4084:
1.46 paf 4085: 2002-02-08 paf
1.15 paf 4086: * src/sql/Makefile.am 1.3:
4087: forgotten makes
4088:
1.46 paf 4089: * src/main/pa_status_provider.C 1.5:
4090: 'make dist' works
4091:
1.15 paf 4092: * AUTHORS 1.2:
4093: * COPYING 1.2:
4094: * README 1.2:
4095: install&others updated
4096:
1.46 paf 4097: 2002-01-31 paf
1.15 paf 4098: * ident.awk 1.2:
4099: lowered indent.awk back to src/
4100:
4101: * NEWS 1.1:
4102: * etc/parser3.charsets/windows-1250.cfg 1.1:
4103: * install-sh 1.1:
4104: * www/Makefile.am 1.1:
4105: * www/Makefile.in 1.1:
4106: moved etc&www out of src, moved configure&co out of src
4107: added windows-1250.cfg
4108: straightened installation scripts procedure
4109: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
4110:
1.46 paf 4111: 2001-12-15 paf
1.15 paf 4112: * src/include/pa_charset_connection.h 1.6:
4113: * src/include/pa_charset_manager.h 1.8:
4114: * src/include/pa_transcoder.h 1.3:
4115: * src/main/pa_charset_connection.C 1.13:
4116: * src/main/pa_charset_manager.C 1.10:
4117: * src/main/pa_transcoder.C 1.4:
4118: introducing Charset
4119:
1.46 paf 4120: 2001-10-22 parser
1.15 paf 4121: * src/include/pa_xslt_stylesheet_manager.h 1.5:
4122: * src/main/pa_xslt_stylesheet_manager.C 1.5:
4123: hashfile 0
4124:
1.46 paf 4125: 2001-09-26 parser
1.15 paf 4126: * src/classes/dnode.C 1.7:
4127: * src/classes/dnode.h 1.3:
4128: * src/classes/dom.C 1.36:
4129: * src/types/pa_vdnode.C 1.9:
4130: * src/types/pa_vdnode.h 1.4:
4131: * src/types/pa_vdom.C 1.4:
4132: * src/types/pa_vdom.h 1.15:
4133: xdoc&xnode now
4134:
4135: * src/classes/classes.cmd 1.4:
4136: moved classes.inc generation on win32 to main.dsp
4137:
1.46 paf 4138: 2001-07-03 parser
1.15 paf 4139: * src/classes/random.C 1.15:
4140: class random renamed to math, operators became methods
4141:
1.46 paf 4142: 2001-06-27 parser
1.15 paf 4143: * src/classes/nothing.C 1.5:
4144: * src/types/pa_vnothing.h 1.2:
4145: nothing renamed to void
4146:
1.46 paf 4147: 2001-05-21 parser
1.15 paf 4148: * src/classes/unknown.C 1.8:
4149: * src/types/pa_vunknown.h 1.14:
4150: 'unknown' renamed to 'nothing'
4151:
1.46 paf 4152: 2001-05-17 parser
1.15 paf 4153: * src/doc/chm.cmd 1.7:
4154: * src/doc/doxygen.cmd 1.7:
4155: * src/doc/view.cmd 1.3:
4156: doc cmds
4157:
1.46 paf 4158: 2001-05-11 paf
1.15 paf 4159: * src/classes/gawk.exe 1.2:
4160: * src/classes/ls.exe 1.2:
4161: * src/main/bison.exe 1.2:
4162: * src/targets/isapi/KILL.EXE 1.2:
4163: * src/targets/isapi/PSTAT.EXE 1.2:
4164: * src/targets/isapi/istart.cmd 1.2:
4165: * src/targets/isapi/istop.cmd 1.2:
4166: * src/targets/isapi/kill.pl 1.2:
4167: moved win32 helpers to /win32tools
4168:
1.46 paf 4169: 2001-05-07 paf
1.15 paf 4170: * src/include/code.h 1.29:
4171: pa_code.h
4172:
1.46 paf 4173: 2001-05-03 paf
1.15 paf 4174: * src/doc/doxygen.txt 1.6:
4175: dox splitted .dox files and added some
4176:
1.46 paf 4177: 2001-04-28 paf
4178: * src/include/pa_methoded.h 1.2:
4179: * src/main/pa_methoded.C 1.2:
4180: renamed pa_methoded back to classes/classes.h
1.15 paf 4181:
4182: * src/classes/_double.h 1.8:
4183: * src/classes/_file.h 1.5:
4184: * src/classes/_form.h 1.4:
4185: * src/classes/_image.h 1.4:
4186: * src/classes/_int.h 1.8:
4187: * src/classes/_mail.h 1.4:
4188: * src/classes/_op.h 1.6:
4189: * src/classes/_random.h 1.4:
4190: * src/classes/_response.h 1.5:
4191: * src/classes/_string.h 1.10:
4192: * src/classes/_table.h 1.7:
4193: * src/classes/_unknown.h 1.3:
4194: * src/classes/exec.C 1.4:
4195: Methoded reorganized. todo: methoded-configure
4196:
1.46 paf 4197: * src/classes/classes.inc 1.5:
4198: removed classes.inc
1.15 paf 4199:
1.46 paf 4200: 2001-04-26 paf
1.15 paf 4201: * src/classes/_exec.h 1.4:
4202: code documentation ++
4203:
1.46 paf 4204: 2001-04-23 paf
1.15 paf 4205: * src/classes/Makefile 1.2:
4206: * src/main/Makefile 1.2:
4207: * src/targets/cgi/Makefile 1.2:
4208: * src/types/Makefile 1.2:
4209: makefiles removed
4210:
1.46 paf 4211: 2001-04-11 paf
1.15 paf 4212: * src/types/pa_vcframe.h 1.4:
4213: * src/types/pa_vmframe.h 1.13:
4214: libimaging dead end: pil parses header in .py
4215:
1.46 paf 4216: 2001-04-06 paf
1.15 paf 4217: * src/classes/_root.h 1.5:
4218: * src/classes/root.C 1.62:
4219: renamed 'root' to 'op'
4220:
1.46 paf 4221: 2001-04-05 paf
1.15 paf 4222: * src/include/pa_sql_driver.h 1.5:
4223: sql driver services for conv memory & error reporting
4224:
1.46 paf 4225: 2001-04-03 paf
1.15 paf 4226: * src/doc/generate.cmd 1.2:
4227: string::pos & cmp & piece bugs fixed.
4228: string::split new
4229: table:load separated from set
4230: table:set implemented with clean \n \t searches
4231:
1.46 paf 4232: 2001-03-24 paf
1.15 paf 4233: * src/targets/isapi/nt_log_events.mc 1.2:
4234: cgi: sapi::log
4235:
1.46 paf 4236: 2001-03-22 paf
1.15 paf 4237: * src/targets/cgi/vform_fields_fill.C 1.2:
4238: * src/targets/cgi/vform_fields_fill.h 1.2:
4239: z
4240:
1.46 paf 4241: 2001-03-19 paf
4242: * src/classes/_cookie.h 1.2:
4243: * src/classes/cookie.C 1.3:
4244: VCookie is now :Value
1.15 paf 4245:
4246: * src/classes/_env.h 1.6:
4247: * src/classes/env.C 1.8:
4248: VEnv is now :Value
4249:
4250: * src/targets/cgi/pa_vform.C 1.3:
1.46 paf 4251: moved common get_element part from stateless object&class into
4252: VAliased
1.15 paf 4253:
1.46 paf 4254: * src/classes/_request.h 1.4:
4255: * src/classes/request.C 1.6:
4256: VRequest moved to :Value
1.15 paf 4257:
1.46 paf 4258: 2001-03-14 paf
1.15 paf 4259: * src/include/core.h 1.16:
4260: * src/main/core.C 1.69:
4261: global handler, exceptions in parser3
4262:
1.46 paf 4263: 2001-03-13 paf
1.15 paf 4264: * src/targets/cgi/parser.dsp 1.2:
4265: z
4266:
1.46 paf 4267: 2001-03-11 paf
1.15 paf 4268: * src/include/pa_valiased.h 1.4:
4269: * src/include/pa_value.h 1.51:
4270: * src/include/pa_vbool.h 1.8:
4271: * src/include/pa_vcframe.h 1.8:
4272: * src/include/pa_vclass.h 1.30:
4273: * src/include/pa_vdouble.h 1.13:
4274: * src/include/pa_vhash.h 1.13:
4275: * src/include/pa_vint.h 1.5:
4276: * src/include/pa_vjunction.h 1.9:
4277: * src/include/pa_vmframe.h 1.24:
4278: * src/include/pa_vobject.h 1.18:
4279: * src/include/pa_vstring.h 1.18:
4280: * src/include/pa_vunknown.h 1.10:
4281: * src/include/pa_wcontext.h 1.29:
4282: * src/include/pa_wwrapper.h 1.14:
4283: * src/main/pa_cframe.C 1.6:
4284: * src/main/pa_value.C 1.8:
4285: * src/main/pa_vclass.C 1.5:
4286: * src/main/pa_wcontext.C 1.11:
4287: splitted types from include/
4288:
1.46 paf 4289: 2001-03-08 paf
1.15 paf 4290: * src/include/pa_bool.h 1.2:
4291: * src/include/pa_double.h 1.2:
1.46 paf 4292: withoud cloning. didn't need it actually, params got passed from
4293: out unnamed ewpool
1.15 paf 4294:
1.46 paf 4295: 2001-02-24 paf
1.15 paf 4296: * src/include/pa_vframe.h 1.6:
4297: codeframe just compiled
4298:
1.46 paf 4299: 2001-02-21 paf
4300: * src/include/pa_context.h 1.8:
4301: request core methods0
1.15 paf 4302:
4303: * src/include/compile.h 1.5:
4304: * src/include/execute.h 1.3:
4305: get put -1 [just compiled]
4306:
1.46 paf 4307: 2001-01-30 paf
1.15 paf 4308: * src/include/pa_error.h 1.4:
4309: * src/main/pa_error.C 1.4:
4310: lowered targets/parser into subdir, added parser_Pool(Pool)
4311: failed to add. would think..
4312:
E-mail: