Annotation of parser3/ChangeLog, revision 1.50
1.50 ! misha 1: 2007-05-18 misha
! 2: * src/classes/hash.C 1.80:
! 3: - added ^hash.contain[key]
! 4:
! 5: * src/include/pa_hash.h 1.67:
! 6: - added method for checking key exists in hash
! 7:
! 8: * operators.txt 1.195:
! 9: - added info about ^hash.contain[key]
! 10:
! 11: 2007-05-07 misha
! 12: * src/include/pa_string.h 1.169:
! 13: - was compilation error during build on freebsd4
! 14:
! 15: 2007-05-03 misha
! 16: * src/classes/table.C 1.227:
! 17: - option $.type[hash|string|table] was added for ^table.hash[]
! 18:
! 19: * src/classes/file.C 1.157:
! 20: - comment removed
! 21:
! 22: 2007-04-26 misha
! 23: * src/types/pa_vhashfile.C 1.54:
! 24: * src/types/pa_vhashfile.h 1.37:
! 25: - while ::open the real files doesn't opened in place anymore
! 26:
! 27: 2007-04-24 misha
! 28: * src/include/pa_exception.h 1.47:
! 29: "static" removed
! 30:
! 31: * src/classes/math.C 1.48:
! 32: - I thought one more time and remove lg(N) :)
! 33:
! 34: 2007-04-23 misha
! 35: * src/classes/math.C 1.47:
! 36: ^math:lg(N) => ^math:log10(N)
! 37:
! 38: * src/classes/math.C 1.46:
! 39: added:
! 40: - ^math:ln(N) (the same as ^math:log(N))
! 41: - ^math:lg(N)
! 42:
! 43: * tests/097.html 1.6:
! 44: * tests/results/097.processed 1.7:
! 45: - charsets converstion during ^file::load[text;http://...] added
! 46:
! 47: * tests/164.html 1.1:
! 48: * tests/results/164.processed 1.1:
! 49: - test for hashfile
! 50:
! 51: * src/types/pa_vhashfile.C 1.53:
! 52: - don't open hashfile files until 1st access
! 53:
! 54: * src/types/pa_vhashfile.C 1.52:
! 55: * src/types/pa_vhashfile.h 1.36:
! 56: - .clear() removed.
! 57:
! 58: * src/include/pa_exception.h 1.46:
! 59: - string constant with "parser.runtime" text was added
! 60:
! 61: * src/classes/hashfile.C 1.40:
! 62: - little comment changes
! 63:
! 64: * tests/164.html 1.2:
! 65: * tests/results/164.processed 1.2:
! 66: - check for set expires as a date
! 67:
! 68: * src/classes/hashfile.C 1.39:
! 69: - with .clear[] called files_delete() now.
! 70:
! 71: * src/classes/date.C 1.77:
! 72: * src/classes/double.C 1.61:
! 73: * src/classes/file.C 1.156:
! 74: * src/classes/form.C 1.40:
! 75: * src/classes/hash.C 1.79:
! 76: * src/classes/image.C 1.115:
! 77: * src/classes/int.C 1.57:
! 78: * src/classes/mail.C 1.111:
! 79: * src/classes/math.C 1.45:
! 80: * src/classes/op.C 1.166:
! 81: * src/classes/string.C 1.153:
! 82: * src/classes/table.C 1.226:
! 83: * src/classes/void.C 1.38:
! 84: * src/classes/xdoc.C 1.154:
! 85: * src/classes/xnode.C 1.77:
! 86: * src/classes/xnode.h 1.26:
! 87: * src/include/pa_request.h 1.184:
! 88: * src/main/execute.C 1.316:
! 89: * src/main/pa_charset.C 1.56:
! 90: * src/main/pa_charsets.C 1.17:
! 91: * src/main/pa_common.C 1.224:
! 92: * src/main/pa_dictionary.C 1.24:
! 93: * src/main/pa_exec.C 1.69:
! 94: * src/main/pa_http.C 1.7:
! 95: * src/main/pa_request.C 1.286:
! 96: * src/main/pa_sql_driver_manager.C 1.87:
! 97: * src/main/pa_table.C 1.62:
! 98: * src/types/pa_value.C 1.22:
! 99: * src/types/pa_value.h 1.129:
! 100: * src/types/pa_vclass.C 1.34:
! 101: * src/types/pa_vconsole.h 1.13:
! 102: * src/types/pa_vfile.h 1.61:
! 103: * src/types/pa_vhash.h 1.59:
! 104: * src/types/pa_vimage.h 1.48:
! 105: * src/types/pa_vmail.C 1.78:
! 106: * src/types/pa_vmethod_frame.h 1.61:
! 107: * src/types/pa_vstateless_class.C 1.31:
! 108: * src/types/pa_vstateless_class.h 1.56:
! 109: * src/types/pa_vtable.C 1.27:
! 110: * src/types/pa_vxdoc.h 1.44:
! 111: * src/types/pa_wcontext.C 1.34:
! 112: - "parser.runtime" strings were removed
! 113:
! 114: 2007-04-20 misha
! 115: * src/classes/hashfile.C 1.38:
! 116: - ^hashfile.cleanup[], ^hashfile.release[] were added
! 117:
! 118: * src/classes/op.C 1.165:
! 119: - bug. must be false
! 120:
! 121: * operators.txt 1.193:
! 122: - added info about .^hashfile.release[], ^hashfile.clenaup[] and
! 123: new ^string.match[][>N-option<]
! 124:
! 125: * configure.in 1.94:
! 126: - checking for unsetenv was added
! 127:
! 128: * src/types/pa_vhashfile.C 1.51:
! 129: * src/types/pa_vhashfile.h 1.35:
! 130: - hashfile can auto reopen now
! 131:
! 132: * src/types/pa_vform.C 1.86:
! 133: - some comments
! 134:
! 135: * configure 1.92:
! 136: =cheching for unsetenv
! 137:
! 138: * operators.txt 1.194:
! 139: - some comments changing
! 140:
! 141: * src/classes/string.C 1.152:
! 142: * src/include/pa_string.h 1.168:
! 143: * src/main/pa_string.C 1.209:
! 144: - ^string.match[][] understand new option now: return number of
! 145: matches but not table wit results
! 146:
! 147: 2007-04-18 misha
! 148: * buildall-with-xml 1.10:
! 149: * buildall-without-xml 1.6:
! 150: added commented lines with --disable-safe-mode option
! 151:
! 152: * buildall-with-xml 1.11:
! 153: moving to libxml2-2.6.28
! 154:
! 155: * operators.txt 1.192:
! 156: - info about $form:files
! 157:
! 158: 2007-04-17 misha
! 159: * src/types/pa_vdate.h 1.45:
! 160: - start adding unsetenv("TZ");
! 161:
! 162: * tests/163.html 1.2:
! 163: * tests/results/163.processed 1.2:
! 164: removing auto format
! 165:
! 166: * src/types/pa_vform.C 1.85:
! 167: * src/types/pa_vform.h 1.51:
! 168: - some code was modified
! 169: - $form:files was added
! 170:
! 171: 2007-04-16 misha
! 172: * tests/163.html 1.1:
! 173: * tests/results/163.processed 1.1:
! 174: - test for .int[], floor, round, ceiling and .format[]
! 175:
! 176: * src/classes/file.C 1.155:
! 177: - little optimization for getting args in exec/cgi
! 178:
! 179: 2007-04-13 misha
! 180: * src/classes/file.C 1.154:
! 181: - arguments for file::exec/cgi can be specified now as s table
! 182: with one column
! 183:
! 184: 2007-03-27 misha
! 185: * tests/162.html 1.1:
! 186: * tests/results/162.processed 1.1:
! 187: - test for ^table.select(^condition[$t])
! 188:
! 189: * tests/results/auto.p 1.2:
! 190: - load windows-1251 charset for some tests
! 191:
! 192: * tests/run_parser.sh 1.4:
! 193: PARSER_CONFIG -> CGI_PARSER_CONFIG
! 194:
! 195: * tests/013.html 1.3:
! 196: * tests/results/013.processed 1.5:
! 197: - added test for checking $._default value while hash
! 198: modifications
! 199:
! 200: * tests/160.html 1.1:
! 201: * tests/results/160.processed 1.1:
! 202: - add test for ^cache[key](secs){code}, ^cache[] and ^cache(0)
! 203:
! 204: * tests/161.html 1.1:
! 205: * tests/161_utf8.txt 1.1:
! 206: * tests/161_windows1251.txt 1.1:
! 207: * tests/results/161.processed 1.1:
! 208: - added test for ^file::load[text;/local/file.txt;$.charset[...]]
! 209:
! 210:
! 211: 2007-03-22 misha
! 212: * operators.txt 1.191:
! 213: - added info about date.weekyear
! 214:
! 215: * src/include/pa_common.h 1.113:
! 216: - "charset" string defined for ^file::load[text;/local.txt] and ^
! 217: table::load[/table.txt]
! 218:
! 219: * src/main/pa_common.C 1.223:
! 220: * src/main/pa_http.C 1.6:
! 221: - $.charset option for ^file::load[text;/local.txt] and ^table::load[/table.txt] was added
! 222: - not needed transcodes were removed from ^file::load[...;http://...]
! 223:
! 224: * src/types/pa_vdate.h 1.44:
! 225: - date.week was fixed
! 226: - date.weekyear was added
! 227:
! 228: * src/classes/date.C 1.76:
! 229: - date.week was fixed
! 230:
! 231: * tests/159.html 1.1:
! 232: * tests/results/159.processed 1.1:
! 233: - tests for date.week and date.weekyear added
! 234:
! 235: 2007-03-15 misha
! 236: * src/classes/table.C 1.225:
! 237: - enclose column numbers for nameless tables as well
! 238:
! 239: 2007-03-14 misha
! 240: * src/targets/cgi/parser3.C 1.242:
! 241: - bugxif. failed when request cgi
! 242:
! 243: * src/classes/table.C 1.224:
! 244: - table.save optimization: now required much less memory
! 245:
1.49 misha 246: 2007-03-13 misha
247: * buildall-with-xml 1.8:
248: - pattern needed now for building
249:
250: * tests/097.html 1.5:
251: - added test for xdoc::load
252:
253: * buildall-with-xml 1.9:
254: libxml2: --without-ftp --without-docbook
255:
256: * tests/results/097.processed 1.6:
257: - added test results for xdoc::load & xdoc::load[http://...]
258:
1.50 ! misha 259: * tests/158.html 1.1:
! 260: * tests/results/158.processed 1.1:
! 261: * tests/results/158.processes 1.1:
! 262: * tests/results/158.processes 1.2:
! 263: - tests for table.save/table.load
! 264:
1.49 misha 265: 2007-03-12 misha
266: * tests/107.html 1.4:
267: * tests/results/107.processed 1.5:
268: - added test for xpath '//man'
269:
270: 2007-03-01 misha
271: * tests/097.html 1.4:
272: * tests/results/097.processed 1.5:
273: - added test for creating xdoc from file
274:
275: * tests/157.html 1.3:
276: * tests/results/157.processed 1.2:
277: - added test for file:move
278:
279: 2007-02-28 misha
280: * tests/results/099.processed 1.5:
281: - ever send content-disposition to client with file
282:
283: * operators.txt 1.190:
284: * src/classes/xdoc.C 1.151:
285: - ^xdoc::create[$file] added.
286:
287: * src/classes/xdoc.C 1.153:
288: - another attempt
289:
290: * tests/157.html 1.1:
291: + test for file:copy
292:
293: * src/classes/xdoc.C 1.152:
294: - roll back last changes for a while
295:
296: * src/classes/file.C 1.153:
297: - under lock we create non-exist dir anyway
298:
299: 2007-02-26 misha
300: * src/classes/file.C 1.152:
301: - some similar strings moved to #define instead of to be copy/
302: pasted many times
303:
304: * src/types/pa_vfile.h 1.60:
305: - class name string ("file") moved to #define
306:
307: 2007-02-20 misha
308: * bin/auto.p.dist.in 1.14:
309: - added lines for sqlite
310:
311: * configure.in 1.93:
312: - added some strings for sqlite detection
313:
1.48 misha 314: 2007-02-19 misha
315: * buildall-with-xml 1.7:
316: * buildall-without-xml 1.5:
317: - some modifications
318:
319: * operators.txt 1.189:
320: - some comments changes
321:
322: 2007-02-17 misha
323: * buildall-with-xml 1.6:
324: * buildall-without-xml 1.4:
325: - moving to gc6.8
326:
327: * src/main/pa_request.C 1.285:
328: - damn, i forgot to commit it while I change console behaviour
329:
330: 2007-02-12 misha
331: * src/types/pa_vimage.C 1.36:
332: * src/types/pa_vimage.h 1.47:
333: - fixed bug added while adding 'bool' (^if($image){} caused
334: exception)
335:
336: * src/targets/cgi/parser3.C 1.241:
337: - don't print headers if $console:line[data] was used during cgi
338: execution.
339:
340: * src/types/pa_vconsole.h 1.12:
341: - console class have bool flag now which marked as 'true' if
342: class was used.
343:
344: * tests/152.html 1.5:
345: * tests/results/152.processed 1.6:
346: - more types was added to test 152
347:
348: 2007-02-09 misha
349: * src/types/pa_vxdoc.C 1.34:
350: * src/types/pa_vxdoc.h 1.43:
351: * src/types/pa_vxnode.C 1.48:
352: * src/types/pa_vxnode.h 1.39:
353: - bugfix. I broke xdoc & xnode in expression
354:
355: * tests/152.html 1.3:
356: * tests/results/152.processed 1.4:
357: - test rewrited
358:
359: * tests/152.html 1.4:
360: * tests/results/152.processed 1.5:
361: - test alightly updated
362:
363: 2007-02-08 misha
364: * tests/152.html 1.2:
365: * tests/results/152.processed 1.3:
366: - add test for checking 'def' for void, string, bool, int &
367: double
368:
369: 2007-02-07 misha
370: * src/main/pa_common.C 1.222:
371: - definitions for ^file:base64[filespec]
372:
373: * src/types/pa_vconsole.h 1.11:
374: * src/types/pa_vcookie.C 1.71:
375: - little optimization
376:
377: * src/classes/file.C 1.151:
378: - ^file:base64[filespec]
379:
380: * tests/results/153.processed 1.2:
381: - result test for ^file:base64[filespec] was updated
382:
383: * tests/153.html 1.2:
384: - test for ^file:base64[filespec] was added
385:
386: * src/include/pa_common.h 1.112:
387: - declarations for ^file:base64[filespec]
388:
389: * operators.txt 1.188:
390: - ^file:base64[filespec] was added
391:
392: 2007-02-06 misha
393: * src/types/pa_vbool.h 1.30:
394: - bugfix
395:
396: * tests/156.html 1.1:
397: - added test for bool cookie
398:
399: * src/main/utf8-to-lower.inc 1.2:
400: * src/main/utf8-to-upper.inc 1.2:
401: - some chars were temporary commented
402:
403: * tests/153.html 1.1:
404: * tests/154.html 1.1:
405: * tests/todo.txt 1.6:
406: - two more tests added
407:
408: * src/types/pa_vcookie.h 1.32:
409: - not needed string "cookie" removed
410:
411: * tests/155.html 1.1:
412: * tests/results/155.processed 1.1:
413: - added test for check $.encloser[] option for table save/load
414:
415: 2007-02-05 misha
416: * tests/results/141.processed 1.5:
417: - math:md5 must be lowercased
418:
419: * src/targets/cgi/parser3.C 1.240:
420: - 2007 in help ;)
421:
422: * tests/results/152.processed 1.2:
423: - newline at the end was missed
424:
425: 2007-02-03 misha
426: * tests/152.html 1.1:
427: - test for bool added
428:
429: * operators.txt 1.187:
430: - info bool class was added
431:
432: * src/classes/Makefile.am 1.50:
433: * src/classes/Makefile.in 1.63:
434: * src/classes/bool.C 1.1:
435: * src/classes/classes.vcproj 1.15:
436: * src/classes/double.C 1.60:
437: * src/classes/int.C 1.56:
438: * src/classes/string.C 1.151:
439: * src/classes/void.C 1.37:
440: * src/classes/xnode.C 1.76:
441: * src/include/pa_string.h 1.167:
442: * src/types/pa_vbool.h 1.29:
443: * src/types/pa_vclass.h 1.52:
444: * src/types/pa_vimage.h 1.46:
445: * src/types/pa_vint.h 1.45:
446: * src/types/pa_vjunction.C 1.4:
447: * src/types/pa_vjunction.h 1.25:
448: * src/types/pa_vproperty.C 1.1:
449: * src/types/pa_vproperty.h 1.4:
450: * src/types/pa_vstateless_class.C 1.30:
451: * src/types/pa_vstateless_class.h 1.55:
452: * src/types/pa_vxdoc.C 1.33:
453: * src/types/pa_vxdoc.h 1.42:
454: * src/types/pa_vxnode.h 1.38:
455: * src/types/types.vcproj 1.19:
456: - bool class was added
457:
458: * tests/results/150.processed 1.2:
459: * tests/results/151.processed 1.2:
460: * tests/results/152.processed 1.1:
461: - test for bool added and some content length fixes
462:
463: * buildall-with-xml 1.5:
464: - moved to libxml2-2.6.27 and libxslt-1.1.20
465:
466: * src/main/pa_request.C 1.284:
467: - fix
468:
469: 2007-01-18 misha
470: * src/classes/string.C 1.150:
471: * src/main/pa_string.C 1.208:
472: - return table during ^string.match[][] even if no matched
473: found.
474:
475: 2006-12-20 misha
476: * src/types/pa_method.h 1.7:
477: * src/types/pa_vfile.h 1.59:
478: - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
479:
480: 2006-12-19 misha
481: * src/main/pa_request.C 1.283:
482: - always set content-disposition for $response:body[hash here].
483: more details: http://www.parser.ru/forum/?id=52130
484:
485: * src/types/pa_vxdoc.C 1.32:
486: - $xDoc is "xnode" == true now. more details: http://
487: www.parser.ru/forum/?id=52359
488:
489: 2006-12-07 misha
490: * operators.txt 1.186:
491: - added info about bool params in cookie set
492:
493: * src/types/pa_value.C 1.21:
494: * src/types/pa_value.h 1.128:
495: * src/types/pa_vbool.h 1.28:
496: - is_bool method was added
497:
498: * src/types/pa_vcookie.C 1.70:
499: - bool param in cookies available now
500: $cookie:name[
501: $.value[123]
502: $.secure(true)
503: $.httponly(true)
504: ]
505:
506: 2006-12-02 misha
507: * src/classes/file.C 1.150:
508: - file_block_read used instead of native read
509:
510: * src/include/pa_common.h 1.111:
511: - added file_block_read declaration
512:
513: * src/main/pa_common.C 1.221:
514: - added file_block_read with read error detection
515: - file_block_read used instead of native read
516:
517: 2006-12-01 misha
518: * src/classes/file.C 1.148:
519: - ^file:copy[from;fo] was added
520:
521: * operators.txt 1.184:
522: - added info about ^file:copy[]
523:
524: * src/types/pa_vstateless_class.C 1.29:
525: * src/types/pa_vstateless_class.h 1.54:
526: - $var.CLASS_NAME added
527:
528: * operators.txt 1.185:
529: - info about $var.CLASS_NAME was added
530:
531: 2006-11-20 misha
532: * src/classes/date.C 1.75:
533: - bug fix :)
534:
535: 2006-11-17 misha
536: * src/main/pa_common.C 1.220:
537: - little optimization in getMonthDays
538: - small changes in crc32 calculation
539:
540: * src/classes/date.C 1.74:
541: - not needed code was removed
542:
543: * src/include/pa_common.h 1.110:
544: - array in crc32 calculation was changed to static
545:
546: 2006-11-16 misha
547: * src/types/pa_vmail.C 1.76:
548: - mail:send now set content-type: multipart/related instead of
549: multipart/mixed if file have $.content-id[]
550:
551: * src/types/pa_vmail.C 1.77:
552: - fix missed brakes
553:
554: 2006-11-15 misha
555: * src/types/pa_vdouble.h 1.52:
556: abs -> fabs
557:
558: 2006-11-14 misha
559: * src/include/pa_common.h 1.109:
560: - hex_string was moved from math.C
561: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
562:
563: * operators.txt 1.183:
564: - added info about ^file.md5[] and ^file:md5[file-name]
565:
566: * src/types/pa_vdouble.h 1.51:
567: - incorrect frac detection with negative values was fixed
568:
569: * src/classes/math.C 1.44:
570: - hex_string was moved to pa_common.h
571:
572: * src/main/pa_common.C 1.219:
573: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
574:
575: * src/classes/file.C 1.147:
576: - ^file.md5[] and ^file:md5[file-name] were added
577:
578: 2006-11-13 misha
579: * operators.txt 1.182:
580: - added info about ^math:crc32[string], ^file:crc32[file-name] &
581: ^file.crc32[]
582:
583: * src/classes/file.C 1.146:
584: - some comments were changed
585: - added ^file:crc32[file-name] and ^file.crc32[]
586:
587: * src/classes/math.C 1.43:
588: - added ^math:crc32[string]
589:
590: * src/include/pa_common.h 1.108:
591: * src/main/pa_common.C 1.218:
592: - some functions for crc32 calculation added
593:
594: 2006-11-03 misha
595: * tests/150.html 1.1:
596: * tests/151.html 1.1:
597: * tests/results/150.processed 1.1:
598: * tests/results/151.processed 1.1:
599: - 2 tests were added
600:
601: * src/include/pa_array.h 1.70:
602: - not needed variable removed
603:
604: * src/include/pa_array.h 1.69:
605: * src/include/pa_table.h 1.62:
606: - table.locate & table.join with $.reverse(1) were fixed
607:
608: * src/main/pa_http.C 1.5:
609: - bug fix. now tainted data from $.form and query converted to $
610: .charset during ^file::load[http://...]
611:
612: 2006-11-02 misha
613: * src/include/pa_table.h 1.61:
614: ups. forget '=' char
615:
616: * src/include/pa_table.h 1.60:
617: - one more fix in .locate[...][$.reverse(1)]
618:
619: 2006-11-01 misha
620: * src/main/pa_http.C 1.4:
621: - 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:
622: Content-type: text/html; charset="windows-1251"
623: Content-type: text/html; charset="windows-1251";
624: Content-type: text/html; charset=windows-1251;
625:
626: only
627: Content-type: text/html; charset=windows-1251
628: was fine
629:
630: * src/include/pa_table.h 1.59:
631: - bug fix during ^table.locate( condition false for all records )
632: [$.reverse(1)]
633:
634: * src/classes/math.C 1.42:
635: - bug fix, details: http://www.parser.ru/forum/?id=53360
636:
637: 2006-10-31 misha
638: * src/classes/file.C 1.145:
639: - empty args in file::exec removed now
640:
641: 2006-09-11 misha
642: * bin/auto.p.dist.in 1.13:
643: - 2 errors were fixed
644: - table::set was replaced to table::create
645: - some changes in text/code formatting
646:
647: 2006-09-03 paf
648: * src/classes/file.C 1.144:
649: proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
650: PARAMS]
651:
652: 2006-06-09 paf
653: * src/classes/table.C 1.223:
654: formatting
655:
656: * src/classes/hash.C 1.78:
657: incorporated patch from misha
658: Sent: Wednesday, June 07, 2006 9:52 PM
659: Subject: parser3: patch for $hash._default disappear while
660:
661: * src/types/pa_vmail.C 1.75:
662: misha:
663: Sent: Wednesday, June 07, 2006 8:51 PM
664: Subject: patch for base64 in ^mail:send[] %-)
665:
666: * src/classes/table.C 1.222:
667: incorporated patch from misha:
668: Sent: Thursday, June 08, 2006 12:38 PM
669: Subject: parser3: patch for ignoring string options for ^table.save[]
670:
671: * src/lib/pcre/pcre-2_08.tar.gz 1.2:
672: one can easily find those
673:
674: * operators.txt 1.181:
675: ^mail:send[
676: $.file1[
677: $.value[file]
678: $.format[!uue|!base64] << new base64 option. default uue
679: ]
680: ]
681:
682: 2006-04-09 paf
683: * buildall-with-xml [release_3_2_1] 1.1.2.5:
684: merged
685: . ftp paths update
686:
687: * buildall-with-xml 1.4:
688: . ftp paths update
689:
690: * gnu.vcproj 1.2:
691: * operators.txt 1.180:
692: * parser3.sln 1.10:
693: * src/classes/classes.vcproj 1.14:
694: * src/classes/file.C 1.143:
695: * src/classes/hash.C 1.77:
696: * src/classes/hashfile.C 1.37:
697: * src/classes/image.C 1.114:
698: * src/classes/op.C 1.164:
699: * src/classes/table.C 1.221:
700: * src/classes/xdoc.C 1.150:
701: * src/classes/xnode.C 1.75:
702: * src/include/pa_array.h 1.68:
703: * src/include/pa_config_fixed.h 1.71:
704: * src/include/pa_dir.h 1.19:
705: * src/include/pa_memory.h 1.15:
706: * src/include/pa_request.h 1.181:
707: * src/include/pa_stack.h 1.25:
708: * src/lib/cord/cord.vcproj 1.4:
709: * src/lib/gd/gd.vcproj 1.9:
710: * src/lib/ltdl/ltdl.vcproj 1.4:
711: * src/lib/md5/md5.vcproj 1.4:
712: * src/lib/pcre/pcre.vcproj 1.4:
713: * src/lib/pcre/pcre_dftables.vcproj 1.5:
714: * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
715: * src/lib/sdbm/sdbm.vcproj 1.5:
716: * src/lib/smtp/smtp.h 1.7:
717: * src/lib/smtp/smtp.vcproj 1.8:
718: * src/main/compile.y 1.220:
719: * src/main/execute.C 1.315:
720: * src/main/main.vcproj 1.19:
721: * src/main/pa_cache_managers.C 1.17:
722: * src/main/pa_charset.C 1.55:
723: * src/main/pa_exec.C 1.68:
724: * src/main/pa_http.C 1.3:
725: * src/main/pa_request.C 1.281:
726: * src/main/pa_socks.C 1.25:
727: * src/main/pa_sql_driver_manager.C 1.86:
728: * src/main/pa_string.C 1.207:
729: * src/main/pa_stylesheet_connection.C 1.5:
730: * src/main/pa_stylesheet_manager.C 1.28:
731: * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
732: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
733: * src/targets/apache13core/pa_threads.C 1.6:
734: * src/targets/cgi/getopt.c 1.5:
735: * src/targets/cgi/parser3.C 1.239:
736: * src/targets/cgi/parser3.vcproj 1.14:
737: * src/targets/isapi/pa_threads.C 1.18:
738: * src/targets/isapi/parser3isapi.C 1.97:
739: * src/targets/isapi/parser3isapi.vcproj 1.10:
740: * src/types/pa_value.C 1.20:
741: * src/types/pa_value.h 1.127:
742: * src/types/pa_vcookie.C 1.69:
743: * src/types/pa_vhashfile.C 1.50:
744: * src/types/pa_vhashfile.h 1.34:
745: * src/types/pa_vmail.C 1.74:
746: * src/types/pa_vresponse.C 1.27:
747: * src/types/pa_vstatus.C 1.26:
748: * src/types/types.vcproj 1.18:
749: * tests/descript.ion 1.4:
750: * www/htdocs/_bug.html 1.117:
751: * www/htdocs/_bug.xsl 1.16:
752: + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
753: hashfile.foreach
754:
755: * src/main/compile.tab.C 1.113:
756: ` change compiled
757:
758: * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
759: * parser3.sln [vs2005_to_gcc] 1.9.28.1:
760: * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
761: * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
762: * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
763: * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
764: * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
765: * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
766: * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
767: * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
768: * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
769: * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
770: * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
771: * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
772: * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
773: * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
774: * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
775: * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
776: * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
777: * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
778: * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
779: * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
780: * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
781: * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
782: * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
783: * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
784: * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
785: * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
786: * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
787: * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
788: * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
789: * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
790: * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
791: * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
792: * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
793: * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
794: * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
795: * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
796: * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
797: * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
798: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
799: * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
800: * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
801: * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
802: * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
803: * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
804: * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
805: * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
806: * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
807: * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
808: * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
809: * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
810: * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
811: * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
812: * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
813: * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
814: * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
815: * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
816: ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
817: + $response:field[] setting void means removing
818: + grammar $name` name stops now, for mysql `$field`
819: + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
820: + all log messages += [uri=, method=, cl=]
821:
822: 2006-03-23 moko
823: * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
824: * Makefile.am [release_3_2_1] 1.51.6.3:
825: * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
826: * Makefile.in [release_3_2_1] 1.65.6.3:
827: * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
828: * acinclude.m4 [release_3_2_1] 1.38.6.1:
829: * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
830: * aclocal.m4 [release_3_2_1] 1.41.6.1:
831: * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
832: * acsite.m4 [release_3_2_1] 1.16.6.1:
833: * configure [release_3_1_6] 1.83.6.4.2.2:
834: * configure [release_3_2_1] 1.90.2.2:
835: * configure.in [release_3_1_6] 1.83.6.5.2.2:
836: * configure.in [release_3_2_1] 1.91.2.2:
837: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
838: * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
839: *** empty log message ***
840:
841: 2006-03-04 paf
842: * src/main/pa_string.C 1.206:
843: ! cache file curruption checks++ [thanks to Igor Zinkovsky for
844: detailed report]
845:
846: * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
847: * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
848: merged from HEAD
849: ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
850:
851: 2006-03-01 paf
852: * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
853: merged from HEAD
854: ! mail:send << changed \r or \n to ' ' in
855:
856: 2006-02-18 paf
857: * src/main/untaint.C [release_3_2_1] 1.136.6.1:
858: merged from HEAD
859: ! mail:send << changed \r or \n to ' ' in
860:
861: * src/main/untaint.C 1.137:
862: ! mail:send << changed \r or \n to ' ' in
863:
864: 2006-02-03 paf
865: * src/main/pa_common.C 1.217:
866: ! bugfix: decoding from base64
867:
868: * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
869: merged from HEAD
870: ! bugfix: decoding from base64
871:
872: 2006-01-20 paf
873: * src/classes/table.C 1.220:
874: ! bugfix ^table.save[$.encloser-s now handled properly
875:
876: * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
877: * src/classes/table.C [release_3_2_1] 1.219.6.1:
878: merged from HEAD
879: ! bugfix ^table.save[$.encloser-s now handled properly
880:
881: * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
882: . merged hashfile.foreach memory economy fix
883:
884: 2006-01-19 paf
885: * buildall-with-xml [release_3_2_1] 1.1.2.4:
886: * buildall-without-xml [release_3_2_1] 1.1.2.4:
887: merged from HEAD
888: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
889: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
890:
891: * buildall-with-xml 1.3:
892: * buildall-without-xml 1.3:
893: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
894: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
895:
896: * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
897: . merged hashfile.foreach memory economy fix
898:
899: 2006-01-17 paf
900: * src/types/pa_vhashfile.C 1.49:
901: ! hashfile.foreach: counted pairs before reading them. got rid
902: of reallocs = became quicker and less fragmentated
903:
904: 2005-12-29 paf
905: * Makefile.am [release_3_2_1] 1.51.6.2:
906: * Makefile.in [release_3_2_1] 1.65.6.2:
907: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
908: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
909: . now site.m4 also packaged when 'make dist', so do configure
910: companion files in src/lib/ltdl
911:
912: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
913: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
914: * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
915: * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
916: * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
917: * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
918: * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
919: * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
920: * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
921: * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
922: . now config_auto.h is created with configure [were constant]
923:
924: * INSTALL [release_3_2_1] 1.48.2.2:
925: * buildall-with-xml [release_3_2_1] 1.1.2.3:
926: * buildall-without-xml [release_3_2_1] 1.1.2.3:
927: *** empty log message ***
928:
929: * buildall-with-xml [release_3_2_1] 1.1.2.2:
930: * buildall-without-xml [release_3_2_1] 1.1.2.2:
931: . farawell doc indication
932:
933: * src/lib/ltdl/ltmain.sh 1.1:
934: file ltmain.sh was initially added on branch release_3_2_1.
935:
936: * INSTALL 1.49:
937: * Makefile.am 1.52:
938: * Makefile.in 1.66:
939: * buildall-with-xml 1.2:
940: * buildall-without-xml 1.2:
941: * configure 1.91:
942: * configure.in 1.92:
943: * src/include/pa_version.h 1.28:
944: * src/lib/ltdl/Makefile.am 1.3:
945: * src/lib/ltdl/Makefile.in 1.9:
946: * src/lib/ltdl/acconfig.h 1.2:
947: * src/lib/ltdl/acinclude.m4 1.3:
948: * src/lib/ltdl/config.guess 1.3:
949: * src/lib/ltdl/config.sub 1.3:
950: * src/lib/ltdl/configure.in 1.5:
951: * src/lib/ltdl/install-sh 1.3:
952: * src/lib/ltdl/ltmain.sh 1.2:
953: * src/lib/ltdl/missing 1.3:
954: * www/htdocs/_bug.html 1.116:
955: . merged from 3.2.1
956:
957: * INSTALL [release_3_2_1] 1.48.2.3:
958: . references to documentation and some clarification
959:
960: * Makefile.am [release_3_2_1] 1.51.6.1:
961: * Makefile.in [release_3_2_1] 1.65.6.1:
962: . dist+=buildall*
963:
964: * src/lib/ltdl/acconfig.h 1.1:
965: file acconfig.h was initially added on branch release_3_2_1.
966:
967: 2005-12-28 paf
968: * configure [release_3_2_1] 1.90.2.1:
969: . 3.2.1
970:
971: * buildall-with-xml 1.1:
972: file buildall-with-xml was initially added on branch
973: release_3_2_1.
974:
975: * INSTALL [release_3_2_1] 1.48.2.1:
976: * buildall-with-xml [release_3_2_1] 1.1.2.1:
977: * buildall-without-xml [release_3_2_1] 1.1.2.1:
978: + started to simplify build process, see INSTALL
979:
980: * buildall-without-xml 1.1:
981: file buildall-without-xml was initially added on branch
982: release_3_2_1.
983:
984: 2005-12-26 paf
985: * configure.in [release_3_1_6] 1.83.6.5.2.1:
986: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
987: * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
988: version
989:
990: * configure [release_3_1_6] 1.83.6.4.2.1:
991: ver
992:
993: 2005-12-21 paf
994: * src/main/compile.tab.C 1.112:
995: * src/main/main.vcproj 1.18:
996: * www/htdocs/_bug.html 1.115:
997: . win32: grammar is now compiled with bison 1.875b, it reports
998: unexpected token names
999:
1000: 2005-12-19 paf
1001: * configure 1.89:
1002: * src/lib/Makefile.in 1.15:
1003: * src/lib/cord/Makefile.in 1.6:
1004: . makes
1005:
1006: * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
1007: * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
1008: * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
1009: * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
1010: ! bugfix xnode now holds a link to xmlNode to prevent premature
1011: gc(xmlNode)
1012:
1013: * configure 1.90:
1014: * configure.in 1.91:
1015: * src/classes/classes.vcproj 1.13:
1016: * src/include/pa_config_fixed.h 1.70:
1017: * src/include/pa_version.h 1.26:
1018: * src/include/pa_version.h 1.27:
1019: * src/lib/gd/gd.vcproj 1.8:
1020: * src/lib/smtp/smtp.vcproj 1.7:
1021: * src/main/main.vcproj 1.17:
1022: * src/main/pa_globals.C 1.181:
1023: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
1024: * src/targets/cgi/parser3.vcproj 1.13:
1025: * src/targets/isapi/parser3isapi.vcproj 1.9:
1026: * src/types/types.vcproj 1.17:
1027: . killing gdome [what a relief]
1028:
1029: * src/types/pa_vxnode.C 1.47:
1030: . less warnings
1031:
1032: * src/targets/cgi/parser3.C 1.238:
1033: . style
1034:
1035: * src/classes/xnode.C 1.74:
1036: . "xml.dom"
1037: . xnode.select* now works on xdoc too [were barking "not element"]
1038:
1039: * tests/137.html 1.3:
1040: * tests/results/137.processed 1.4:
1041: . not handled this case yet. code does not hang from inserting
1042: parent into child, considering thing minor issue -- nodes are
1043: removed from source anyway, don't know why shold that be an
1044: error after all
1045:
1046: * tests/097.html 1.3:
1047: * tests/106.html 1.3:
1048: * tests/108.html 1.3:
1049: * tests/110.html 1.3:
1050: * tests/112.html 1.3:
1051: * tests/113.html 1.3:
1052: * tests/114.html 1.3:
1053: * tests/115.html 1.3:
1054: * tests/116.html 1.3:
1055: * tests/117.html 1.3:
1056: * tests/Makefile 1.4:
1057: * tests/results/001.processed 1.4:
1058: * tests/results/002.processed 1.4:
1059: * tests/results/003.processed 1.4:
1060: * tests/results/004.processed 1.4:
1061: * tests/results/005.processed 1.4:
1062: * tests/results/006.processed 1.4:
1063: * tests/results/008.processed 1.4:
1064: * tests/results/009.processed 1.4:
1065: * tests/results/010.processed 1.4:
1066: * tests/results/011.processed 1.4:
1067: * tests/results/012.processed 1.4:
1068: * tests/results/013.processed 1.4:
1069: * tests/results/014.processed 1.4:
1070: * tests/results/015.processed 1.4:
1071: * tests/results/016.processed 1.4:
1072: * tests/results/017.processed 1.4:
1073: * tests/results/018.processed 1.4:
1074: * tests/results/020.processed 1.4:
1075: * tests/results/021.processed 1.4:
1076: * tests/results/022.processed 1.4:
1077: * tests/results/023.processed 1.4:
1078: * tests/results/024.processed 1.4:
1079: * tests/results/025.processed 1.4:
1080: * tests/results/026.processed 1.4:
1081: * tests/results/027.processed 1.4:
1082: * tests/results/028.processed 1.4:
1083: * tests/results/029.processed 1.4:
1084: * tests/results/030.processed 1.4:
1085: * tests/results/031.processed 1.4:
1086: * tests/results/032.processed 1.4:
1087: * tests/results/033.processed 1.4:
1088: * tests/results/034.processed 1.4:
1089: * tests/results/035.processed 1.4:
1090: * tests/results/036.processed 1.4:
1091: * tests/results/037.processed 1.4:
1092: * tests/results/038.processed 1.4:
1093: * tests/results/039.processed 1.4:
1094: * tests/results/040.processed 1.4:
1095: * tests/results/041.processed 1.4:
1096: * tests/results/042.processed 1.4:
1097: * tests/results/043.processed 1.4:
1098: * tests/results/044.processed 1.4:
1099: * tests/results/045.processed 1.4:
1100: * tests/results/046.processed 1.4:
1101: * tests/results/047.processed 1.4:
1102: * tests/results/048.processed 1.4:
1103: * tests/results/049.processed 1.4:
1104: * tests/results/050.processed 1.4:
1105: * tests/results/051.processed 1.4:
1106: * tests/results/052.processed 1.4:
1107: * tests/results/053.processed 1.4:
1108: * tests/results/054.processed 1.4:
1109: * tests/results/055.processed 1.4:
1110: * tests/results/056.processed 1.4:
1111: * tests/results/057.processed 1.4:
1112: * tests/results/058.processed 1.4:
1113: * tests/results/059.processed 1.4:
1114: * tests/results/060.processed 1.4:
1115: * tests/results/061.processed 1.4:
1116: * tests/results/062.processed 1.4:
1117: * tests/results/063.processed 1.4:
1118: * tests/results/064.processed 1.4:
1119: * tests/results/065.processed 1.4:
1120: * tests/results/066.processed 1.4:
1121: * tests/results/067.processed 1.4:
1122: * tests/results/068.processed 1.4:
1123: * tests/results/069.processed 1.4:
1124: * tests/results/070.processed 1.4:
1125: * tests/results/071.processed 1.4:
1126: * tests/results/072.processed 1.4:
1127: * tests/results/073.processed 1.4:
1128: * tests/results/074.processed 1.4:
1129: * tests/results/075.processed 1.4:
1130: * tests/results/076.processed 1.4:
1131: * tests/results/077.processed 1.4:
1132: * tests/results/078.processed 1.4:
1133: * tests/results/079.processed 1.4:
1134: * tests/results/080.processed 1.4:
1135: * tests/results/081.processed 1.4:
1136: * tests/results/082.processed 1.4:
1137: * tests/results/083.processed 1.4:
1138: * tests/results/084.processed 1.4:
1139: * tests/results/085.processed 1.4:
1140: * tests/results/086.processed 1.4:
1141: * tests/results/087.processed 1.4:
1142: * tests/results/088.processed 1.4:
1143: * tests/results/089.processed 1.4:
1144: * tests/results/090.processed 1.4:
1145: * tests/results/091.processed 1.4:
1146: * tests/results/092.processed 1.4:
1147: * tests/results/093.processed 1.4:
1148: * tests/results/094.processed 1.4:
1149: * tests/results/095.processed 1.4:
1150: * tests/results/096.processed 1.4:
1151: * tests/results/097.processed 1.4:
1152: * tests/results/099.processed 1.4:
1153: * tests/results/100.processed 1.3:
1154: * tests/results/101.processed 1.4:
1155: * tests/results/102.processed 1.4:
1156: * tests/results/104.processed 1.4:
1157: * tests/results/105.processed 1.4:
1158: * tests/results/106.processed 1.4:
1159: * tests/results/107.processed 1.4:
1160: * tests/results/108.processed 1.4:
1161: * tests/results/109.processed 1.4:
1162: * tests/results/110.processed 1.4:
1163: * tests/results/111.processed 1.4:
1164: * tests/results/112.processed 1.4:
1165: * tests/results/113.processed 1.4:
1166: * tests/results/114.processed 1.4:
1167: * tests/results/115.processed 1.4:
1168: * tests/results/117.processed 1.4:
1169: * tests/results/119.processed 1.4:
1170: * tests/results/120.processed 1.4:
1171: * tests/results/121.processed 1.4:
1172: * tests/results/122.processed 1.4:
1173: * tests/results/123.processed 1.4:
1174: * tests/results/124.processed 1.4:
1175: * tests/results/125.processed 1.4:
1176: * tests/results/126.processed 1.4:
1177: * tests/results/127.processed 1.4:
1178: * tests/results/128.processed 1.4:
1179: * tests/results/129.processed 1.4:
1180: * tests/results/130.processed 1.4:
1181: * tests/results/131.processed 1.4:
1182: * tests/results/132.processed 1.4:
1183: * tests/results/133.processed 1.4:
1184: * tests/results/134.processed 1.4:
1185: * tests/results/135.processed 1.4:
1186: * tests/results/136.processed 1.4:
1187: * tests/results/138.processed 1.4:
1188: * tests/results/139.processed 1.4:
1189: * tests/results/140.processed 1.4:
1190: * tests/results/141.processed 1.4:
1191: * tests/results/142.processed 1.2:
1192: * tests/results/143.processed 1.2:
1193: * tests/results/144.processed 1.2:
1194: * tests/results/145.processed 1.2:
1195: * tests/results/146.processed 1.2:
1196: * tests/results/147.processed 1.2:
1197: * tests/results/148.processed 1.2:
1198: * tests/results/149.processed 1.2:
1199: * tests/results/auto.p 1.1:
1200: * tests/run_parser.sh 1.3:
1201: . now works if we turn off default auto.p
1202:
1203: * src/types/pa_vxnode.C 1.46:
1204: * tests/142.html 1.2:
1205: * tests/144.html 1.2:
1206: * tests/145.html 1.2:
1207: * tests/149.html 1.1:
1208: * tests/descript.ion 1.3:
1209: * tests/outputs/d.cmd 1.1:
1210: * tests/results/142.processed 1.1:
1211: * tests/results/143.processed 1.1:
1212: * tests/results/144.processed 1.1:
1213: * tests/results/145.processed 1.1:
1214: * tests/results/146.processed 1.1:
1215: * tests/results/147.processed 1.1:
1216: * tests/results/148.processed 1.1:
1217: * tests/results/149.processed 1.1:
1218: * www/htdocs/_bug.html 1.114:
1219: . removed .nodeValue from all node types other than 5 (grabbed
1220: piece from gdome)
1221:
1222: 2005-12-16 paf
1223: * tests/142.html 1.1:
1224: * tests/143.html 1.1:
1225: * tests/144.html 1.1:
1226: * tests/145.html 1.1:
1227: . dom [part]
1228:
1229: * tests/146.html 1.1:
1230: * tests/147.html 1.1:
1231: * tests/148.html 1.1:
1232: * www/htdocs/_bug.html 1.113:
1233: . more tests
1234:
1235: * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
1236: * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
1237: * src/main/compile.y [release_3_1_5] 1.213.10.7:
1238: * src/main/compile.y [release_3_2_0] 1.217.2.2:
1239: * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
1240: * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
1241: merged from HEAD
1242: ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
1243:
1244: * src/main/compile.tab.C 1.111:
1245: * src/main/compile.y 1.219:
1246: * www/htdocs/_bug.html 1.112:
1247: ! fixed overoptimized ^call(false) case. (confused it with ^call[
1248: ] case)
1249:
1250: * INSTALL 1.47:
1251: * configure.in 1.90:
1252: * src/lib/Makefile.am 1.8:
1253: . sweetest part [no glib/gdome in INSTALL and patches]
1254:
1255: * tests/006.html 1.3:
1256: * tests/034.html 1.3:
1257: * tests/057.html 1.3:
1258: * tests/Makefile 1.3:
1259: * tests/make_tests.cmd 1.1:
1260: * tests/results/001.processed 1.3:
1261: * tests/results/002.processed 1.3:
1262: * tests/results/003.processed 1.3:
1263: * tests/results/004.processed 1.3:
1264: * tests/results/005.processed 1.3:
1265: * tests/results/006.processed 1.3:
1266: * tests/results/008.processed 1.3:
1267: * tests/results/009.processed 1.3:
1268: * tests/results/010.processed 1.3:
1269: * tests/results/011.processed 1.3:
1270: * tests/results/012.processed 1.3:
1271: * tests/results/013.processed 1.3:
1272: * tests/results/014.processed 1.3:
1273: * tests/results/015.processed 1.3:
1274: * tests/results/016.processed 1.3:
1275: * tests/results/017.processed 1.3:
1276: * tests/results/018.processed 1.3:
1277: * tests/results/019.processed 1.3:
1278: * tests/results/020.processed 1.3:
1279: * tests/results/021.processed 1.3:
1280: * tests/results/022.processed 1.3:
1281: * tests/results/023.processed 1.3:
1282: * tests/results/024.processed 1.3:
1283: * tests/results/025.processed 1.3:
1284: * tests/results/026.processed 1.3:
1285: * tests/results/027.processed 1.3:
1286: * tests/results/028.processed 1.3:
1287: * tests/results/029.processed 1.3:
1288: * tests/results/030.processed 1.3:
1289: * tests/results/031.processed 1.3:
1290: * tests/results/032.processed 1.3:
1291: * tests/results/033.processed 1.3:
1292: * tests/results/034.processed 1.3:
1293: * tests/results/035.processed 1.3:
1294: * tests/results/036.processed 1.3:
1295: * tests/results/037.processed 1.3:
1296: * tests/results/038.processed 1.3:
1297: * tests/results/039.processed 1.3:
1298: * tests/results/040.processed 1.3:
1299: * tests/results/041.processed 1.3:
1300: * tests/results/042.processed 1.3:
1301: * tests/results/043.processed 1.3:
1302: * tests/results/044.processed 1.3:
1303: * tests/results/045.processed 1.3:
1304: * tests/results/046.processed 1.3:
1305: * tests/results/047.processed 1.3:
1306: * tests/results/048.processed 1.3:
1307: * tests/results/049.processed 1.3:
1308: * tests/results/050.processed 1.3:
1309: * tests/results/051.processed 1.3:
1310: * tests/results/052.processed 1.3:
1311: * tests/results/053.processed 1.3:
1312: * tests/results/054.processed 1.3:
1313: * tests/results/055.processed 1.3:
1314: * tests/results/056.processed 1.3:
1315: * tests/results/057.processed 1.3:
1316: * tests/results/058.processed 1.3:
1317: * tests/results/059.processed 1.3:
1318: * tests/results/060.processed 1.3:
1319: * tests/results/061.processed 1.3:
1320: * tests/results/062.processed 1.3:
1321: * tests/results/063.processed 1.3:
1322: * tests/results/064.processed 1.3:
1323: * tests/results/065.processed 1.3:
1324: * tests/results/066.processed 1.3:
1325: * tests/results/067.processed 1.3:
1326: * tests/results/068.processed 1.3:
1327: * tests/results/069.processed 1.3:
1328: * tests/results/070.processed 1.3:
1329: * tests/results/071.processed 1.3:
1330: * tests/results/072.processed 1.3:
1331: * tests/results/073.processed 1.3:
1332: * tests/results/074.processed 1.3:
1333: * tests/results/075.processed 1.3:
1334: * tests/results/076.processed 1.3:
1335: * tests/results/077.processed 1.3:
1336: * tests/results/078.processed 1.3:
1337: * tests/results/079.processed 1.3:
1338: * tests/results/080.processed 1.3:
1339: * tests/results/081.processed 1.3:
1340: * tests/results/082.processed 1.3:
1341: * tests/results/083.processed 1.3:
1342: * tests/results/084.processed 1.3:
1343: * tests/results/085.processed 1.3:
1344: * tests/results/086.processed 1.3:
1345: * tests/results/087.processed 1.3:
1346: * tests/results/088.processed 1.3:
1347: * tests/results/089.processed 1.3:
1348: * tests/results/090.processed 1.3:
1349: * tests/results/091.processed 1.3:
1350: * tests/results/092.processed 1.3:
1351: * tests/results/093.processed 1.3:
1352: * tests/results/094.processed 1.3:
1353: * tests/results/095.processed 1.3:
1354: * tests/results/096.processed 1.3:
1355: * tests/results/097.processed 1.3:
1356: * tests/results/099.processed 1.3:
1357: * tests/results/101.processed 1.3:
1358: * tests/results/102.processed 1.3:
1359: * tests/results/104.processed 1.3:
1360: * tests/results/105.processed 1.3:
1361: * tests/results/106.processed 1.3:
1362: * tests/results/107.processed 1.3:
1363: * tests/results/108.processed 1.3:
1364: * tests/results/109.processed 1.3:
1365: * tests/results/110.processed 1.3:
1366: * tests/results/111.processed 1.3:
1367: * tests/results/112.processed 1.3:
1368: * tests/results/113.processed 1.3:
1369: * tests/results/114.processed 1.3:
1370: * tests/results/115.processed 1.3:
1371: * tests/results/116.processed 1.3:
1372: * tests/results/117.processed 1.3:
1373: * tests/results/118.processed 1.3:
1374: * tests/results/119.processed 1.3:
1375: * tests/results/120.processed 1.3:
1376: * tests/results/121.processed 1.3:
1377: * tests/results/122.processed 1.3:
1378: * tests/results/123.processed 1.3:
1379: * tests/results/124.processed 1.3:
1380: * tests/results/125.processed 1.3:
1381: * tests/results/126.processed 1.3:
1382: * tests/results/127.processed 1.3:
1383: * tests/results/128.processed 1.3:
1384: * tests/results/129.processed 1.3:
1385: * tests/results/130.processed 1.3:
1386: * tests/results/131.processed 1.3:
1387: * tests/results/132.processed 1.3:
1388: * tests/results/133.processed 1.3:
1389: * tests/results/134.processed 1.3:
1390: * tests/results/135.processed 1.3:
1391: * tests/results/136.processed 1.3:
1392: * tests/results/137.processed 1.3:
1393: * tests/results/138.processed 1.3:
1394: * tests/results/139.processed 1.3:
1395: * tests/results/140.processed 1.3:
1396: * tests/results/141.processed 1.3:
1397: . refreshed old tests, made them work without auto.p (in utf8)
1398: . things noted:
1399: . gif got encoded differently
1400: . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
1401:
1402: * src/classes/xdoc.C 1.149:
1403: * src/classes/xnode.C 1.72:
1404: * src/classes/xnode.h 1.25:
1405: * src/include/pa_charset.h 1.32:
1406: * src/include/pa_config_includes.h 1.32:
1407: * src/include/pa_globals.h 1.113:
1408: * src/include/pa_memory.h 1.14:
1409: * src/include/pa_request.h 1.180:
1410: * src/include/pa_xml_exception.h 1.5:
1411: * src/lib/cord/Makefile.am 1.4:
1412: * src/lib/cord/cord.vcproj 1.3:
1413: * src/lib/cord/cordbscs.c 1.6:
1414: * src/lib/cord/cordprnt.c 1.4:
1415: * src/lib/cord/cordxtra.c 1.7:
1416: * src/main/compile.tab.C 1.110:
1417: * src/main/pa_charset.C 1.54:
1418: * src/main/pa_globals.C 1.180:
1419: * src/main/pa_memory.C 1.7:
1420: * src/main/pa_request.C 1.280:
1421: * src/main/pa_stylesheet_connection.C 1.4:
1422: * src/main/pa_xml_exception.C 1.5:
1423: * src/types/pa_vxdoc.C 1.30:
1424: * src/types/pa_vxdoc.h 1.41:
1425: * src/types/pa_vxnode.C 1.44:
1426: * src/types/pa_vxnode.h 1.36:
1427: * www/htdocs/.htaccess 1.49:
1428: * www/htdocs/_bug.html 1.111:
1429: . started killing gdome
1430:
1431: * INSTALL 1.48:
1432: . revived linux libgc fix
1433:
1434: * src/types/pa_vxdoc.C 1.31:
1435: * src/types/pa_vxnode.C 1.45:
1436: * src/types/pa_vxnode.h 1.37:
1437: + xdoc DOM props
1438:
1439: * src/classes/xnode.C 1.73:
1440: . also bark on possible errors
1441:
1442: 2005-12-13 paf
1443: * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
1444: * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
1445: merged from HEAD
1446: ! 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)
1447:
1448: * src/main/pa_request.C 1.279:
1449: ! when code in @unhandled_exception thrown another exception,
1450: print correct origin (earlier code in catch of exception inside
1451: of @unhandled_exception grabbed parent_frame(original_exception)
1452: origin and printed it, instead of true origin)
1453:
1454: 2005-12-09 paf
1455: * src/main/pa_string.C 1.205:
1456: * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
1457: merged from 3.1.5
1458: ! regex tainting were ignored in ^string.matched :(
1459:
1460: * INSTALL 1.45:
1461: * configure 1.88:
1462: * configure.in 1.89:
1463: * src/classes/date.C 1.73:
1464: * src/include/pa_config_fixed.h 1.69:
1465: * src/include/pa_version.h 1.25:
1466: * src/main/compile.y 1.218:
1467: * src/main/compile_tools.h 1.77:
1468: * src/main/pa_charset.C 1.53:
1469: * src/main/pa_common.C 1.216:
1470: * src/main/pa_globals.C 1.179:
1471: * src/main/pa_string.C 1.204:
1472: * src/targets/apache13core/mod_parser3_core.C 1.10:
1473: * src/targets/cgi/getopt.c 1.4:
1474: * src/targets/isapi/parser3isapi.C 1.96:
1475: * src/types/pa_vmail.C 1.73:
1476: * www/htdocs/.htaccess 1.48:
1477: * www/htdocs/_bug.txt 1.8:
1478: * www/htdocs/auto.p 1.25:
1479: . merged latest fixes from 3.2.0
1480:
1481: * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
1482: ! regex tainting were ignored in ^string.matched :(
1483:
1484: * INSTALL [release_3_2_0] 1.44.2.5:
1485: . updated INSTALL doc to work around linux stack base detection
1486: problem, due to change in gc6.4 code
1487:
1.47 paf 1488: 2005-12-08 paf
1.48 misha 1489: * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
1490: merged from 3.2.0
1491: ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
1492:
1.47 paf 1493: * src/classes/date.C [release_3_2_0] 1.72.2.1:
1494: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
1495: * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
1496: * src/main/compile.y [release_3_2_0] 1.217.2.1:
1497: * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
1498: * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
1499: * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
1500: * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
1501: * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
1502: * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
1503: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
1504: * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
1505: * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
1506: * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
1507: . less warnings
1508:
1.48 misha 1509: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
1510: . undone some strange change since 3.1.5
1511:
1.47 paf 1512: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
1513: . removed outdated string origins [in current storage scheme
1514: there's no place for them. someday we can add third CORD to
1515: store origins and special version of parser which stores origins
1516: there [separate binary]]
1517:
1518: * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
1519: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
1520: . merged from 3.1.5 release link fixes
1521:
1522: * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
1523: ! bcc line longer then 500 chars now handled OK [were wrapped on
1524: 500th char according to rfc, but sendmail failed to unwrap it
1525: properly]
1526:
1527: 2005-12-07 paf
1528: * Makefile.am [release_3_2_0] 1.51.2.1:
1529: * Makefile.in [release_3_2_0] 1.65.2.1:
1530: * acinclude.m4 [release_3_2_0] 1.38.2.1:
1531: * aclocal.m4 [release_3_2_0] 1.41.2.1:
1532: * acsite.m4 [release_3_2_0] 1.16.2.1:
1533: * configure [release_3_2_0] 1.87.2.1:
1534: * configure.in [release_3_2_0] 1.88.2.1:
1535: *** empty log message ***
1536:
1537: * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
1538: makefiles
1.46 paf 1539:
1540: 2005-11-28 paf
1541: * src/main/pa_http.C 1.2:
1542: ! status line check made earlier [was totally wrong]
1543:
1544: * src/classes/table.C 1.219:
1545: ! nameless table has columns==0
1546:
1.45 paf 1547: 2005-11-25 paf
1548: * src/classes/op.C 1.162:
1549: * www/htdocs/_bug.html 1.110:
1550: * www/htdocs/auto.p 1.24:
1551: + ^while(){}[SEPARATOR]
1552:
1553: * src/include/pa_array.h 1.67:
1554: -this reduces speed(table::load) strange. undoing for now...
1555:
1556: * src/include/pa_version.h 1.23:
1557: -this reduces speed(table::load), strange. undoing
1558:
1.46 paf 1559: * src/include/pa_memory.h 1.13:
1560: . removed GC_DEBUG for debug version, it changed gc_malloc
1561: implementation, which obscured profiling
1.45 paf 1562:
1563: 2005-11-24 paf
1564: * src/include/Makefile.am 1.10:
1565: * src/include/pa_http.h 1.1:
1566: * src/main/Makefile.am 1.46:
1567: * src/main/main.vcproj 1.16:
1568: . extracted http:// into separate file [preparation for ^file::
1569: cgi[script;$.form[$.field1[]
1570:
1.46 paf 1571: * src/classes/file.C 1.142:
1572: * src/include/pa_common.h 1.107:
1573: * src/main/execute.C 1.314:
1574: * src/main/pa_common.C 1.215:
1575: * src/main/pa_request.C 1.278:
1576: ! changed file/dir_readable to simple file/dir_exist, this would
1577: help in situations "class not found because .p file has bad
1578: rights" << in that case error would be explicit "access denied
1579: to 'this' file"
1.45 paf 1580:
1581: * Makefile.am 1.51:
1582: * Makefile.in 1.65:
1583: * acinclude.m4 1.38:
1584: * aclocal.m4 1.41:
1585: * acsite.m4 1.16:
1586: * configure 1.87:
1587: * configure.in 1.88:
1588: *** empty log message ***
1589:
1590: * src/include/Makefile.in 1.20:
1591: * src/main/Makefile.in 1.60:
1592: makefiles
1593:
1.46 paf 1594: * www/htdocs/_bug.pl 1.5:
1595: * www/htdocs/_bug.txt 1.7:
1596: +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
1597: untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
1598: .charset charset
1.45 paf 1599:
1600: 2005-11-22 paf
1.46 paf 1601: * src/types/pa_vresponse.C 1.26:
1602: + $response:headers access to internal hash
1603:
1604: * src/targets/apache13core/mod_parser3_core.C 1.9:
1605: * src/targets/isapi/parser3isapi.C 1.95:
1606: + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
1607: this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
1608:
1.45 paf 1609: * bin/Makefile.in 1.12:
1610: * etc/Makefile.in 1.17:
1611: * etc/parser3.charsets/Makefile.in 1.21:
1612: * src/Makefile.in 1.58:
1613: * src/classes/Makefile.in 1.62:
1614: * src/include/pa_config_auto.h.in 1.43:
1615: * src/lib/Makefile.in 1.14:
1616: * src/lib/cord/Makefile.in 1.5:
1617: * src/lib/cord/include/Makefile.in 1.4:
1618: * src/lib/cord/include/private/Makefile.in 1.4:
1619: * src/lib/gc/Makefile.in 1.4:
1620: * src/lib/gc/include/Makefile.in 1.4:
1621: * src/lib/gd/Makefile.in 1.5:
1622: * src/lib/ltdl/Makefile.in 1.8:
1623: * src/lib/md5/Makefile.in 1.10:
1624: * src/lib/patches/Makefile.in 1.14:
1625: * src/lib/pcre/Makefile.in 1.12:
1626: * src/lib/sdbm/Makefile.in 1.3:
1627: * src/lib/sdbm/apr-include/Makefile.in 1.3:
1628: * src/lib/smtp/Makefile.in 1.5:
1629: * src/sql/Makefile.in 1.14:
1630: * src/targets/Makefile.in 1.45:
1631: * src/targets/apache13/Makefile.in 1.50:
1632: * src/targets/apache13core/Makefile.in 1.7:
1633: * src/targets/cgi/Makefile.in 1.69:
1634: * src/targets/isapi/Makefile.in 1.15:
1635: * src/types/Makefile.in 1.60:
1636: configure+makes
1637:
1638: * src/main/compile.tab.C 1.108:
1639: Makefile
1640:
1641: * src/types/pa_vdate.h 1.42:
1642: ! date TZ save/restore stored pointer to getenv-ed variable,
1643: which does not work both on win32&unix. copied old TZ value now
1644:
1.46 paf 1645: * src/include/pa_string.h 1.166:
1646: * src/main/untaint.C 1.136:
1647: + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
1.45 paf 1648:
1649: * src/classes/string.C 1.149:
1650: + removed limitation on ^string/int/double:sql{}[$.default[({
1651: param style})] ]
1652:
1.44 paf 1653: 2005-11-21 paf
1654: * src/types/Makefile.am 1.40:
1655: * src/types/pa_venv.h 1.33:
1656: * src/types/types.vcproj 1.16:
1657: + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
1658: i386-pc-win32)"
1659:
1660: * src/main/compile.y 1.216:
1661: * src/types/pa_value.h 1.126:
1662: * src/types/pa_vbool.h 1.27:
1663: * src/types/pa_vdouble.h 1.50:
1664: * src/types/pa_vint.h 1.44:
1665: * src/types/pa_vmethod_frame.h 1.60:
1666: + merged: expression literals: true/false. ^format[$.indent(true)
1667: ]
1668:
1669: 2005-11-18 paf
1.46 paf 1670: * src/include/pa_dir.h 1.18:
1671: ! merged: file:list now sees .xxx files, only . and .. now
1672: removed from list [were removed all .*]
1.44 paf 1673:
1674: * src/lib/sdbm/apr_file_io.C 1.5:
1675: ! merged from 3.1.5: hashfile file open error now checked, were
1676: not :( [stole that piece from apache 1.3 sources]
1677:
1678: 2005-08-26 paf
1679: * src/classes/hash.C 1.76:
1680: * src/classes/void.C 1.36:
1681: merged ! optional options were allowed to be empty. were checked
1682: if(is_string), changed to !defined||is_string to allow void
1683:
1684: * src/classes/double.C 1.59:
1685: * src/classes/int.C 1.55:
1686: * src/classes/math.C 1.41:
1687: merged ! many classes/* used as_junction where they needed
1688: as_int/double, so failed with recent "(const) now no junction"
1689: optimization
1690:
1.46 paf 1691: * src/classes/date.C 1.72:
1692: merged + date.week
1.44 paf 1693:
1694: 2005-08-09 paf
1695: * www/htdocs/.htaccess 1.47:
1696: + ^call[$void] param inside now is void (were: empty string)
1697: ! simplified (double) speedup consequent checks in vmethod_frame
1698:
1699: * src/classes/classes.C 1.22:
1700: * src/classes/classes.h 1.31:
1701: * src/classes/form.C 1.39:
1702: * src/classes/hashfile.C 1.36:
1703: * src/classes/image.C 1.113:
1704: * src/classes/mail.C 1.110:
1705: * src/classes/memory.C 1.8:
1706: * src/classes/response.C 1.27:
1707: * src/classes/xdoc.C 1.148:
1708: * src/classes/xnode.C 1.71:
1709: * src/classes/xnode.h 1.24:
1710: * src/include/pa_cache_managers.h 1.18:
1711: * src/include/pa_charset.h 1.31:
1712: * src/include/pa_charsets.h 1.13:
1713: * src/include/pa_config_fixed.h 1.68:
1714: * src/include/pa_config_includes.h 1.31:
1715: * src/include/pa_dictionary.h 1.18:
1716: * src/include/pa_exception.h 1.45:
1717: * src/include/pa_exec.h 1.18:
1718: * src/include/pa_globals.h 1.112:
1719: * src/include/pa_hash.h 1.66:
1720: * src/include/pa_opcode.h 1.28:
1721: * src/include/pa_operation.h 1.6:
1722: * src/include/pa_os.h 1.5:
1723: * src/include/pa_request.h 1.179:
1724: * src/include/pa_request_charsets.h 1.5:
1725: * src/include/pa_request_info.h 1.5:
1726: * src/include/pa_sapi.h 1.27:
1727: * src/include/pa_socks.h 1.17:
1728: * src/include/pa_sql_connection.h 1.40:
1729: * src/include/pa_sql_driver_manager.h 1.33:
1730: * src/include/pa_stack.h 1.24:
1731: * src/include/pa_stylesheet_connection.h 1.40:
1732: * src/include/pa_stylesheet_manager.h 1.22:
1733: * src/include/pa_table.h 1.58:
1734: * src/include/pa_threads.h 1.30:
1735: * src/include/pa_types.h 1.49:
1736: * src/include/pa_uue.h 1.8:
1737: * src/include/pa_xml_exception.h 1.4:
1738: * src/include/pa_xml_io.h 1.4:
1739: * src/lib/gd/gif.C 1.6:
1740: * src/lib/gd/gif.h 1.4:
1741: * src/lib/gd/gifio.C 1.3:
1742: * src/lib/md5/pa_md5.h 1.11:
1743: * src/lib/md5/pa_md5c.c 1.13:
1744: * src/lib/smtp/comms.C 1.8:
1745: * src/lib/smtp/smtp.C 1.8:
1746: * src/lib/smtp/smtp.h 1.6:
1747: * src/main/compile.C 1.78:
1748: * src/main/compile_tools.C 1.59:
1749: * src/main/compile_tools.h 1.76:
1750: * src/main/pa_cache_managers.C 1.16:
1751: * src/main/pa_charset.C 1.52:
1752: * src/main/pa_charsets.C 1.16:
1753: * src/main/pa_dictionary.C 1.23:
1754: * src/main/pa_dir.C 1.20:
1755: * src/main/pa_exception.C 1.48:
1756: * src/main/pa_exec.C 1.67:
1757: * src/main/pa_memory.C 1.6:
1758: * src/main/pa_os.C 1.8:
1759: * src/main/pa_socks.C 1.24:
1760: * src/main/pa_sql_driver_manager.C 1.85:
1761: * src/main/pa_string.C 1.203:
1762: * src/main/pa_stylesheet_connection.C 1.3:
1763: * src/main/pa_stylesheet_manager.C 1.27:
1764: * src/main/pa_table.C 1.61:
1765: * src/main/pa_uue.C 1.9:
1766: * src/main/pa_xml_exception.C 1.4:
1767: * src/main/pa_xml_io.C 1.19:
1768: * src/sql/pa_sql_driver.h 1.43:
1769: * src/targets/apache13/mod_parser3.c 1.12:
1770: * src/targets/apache13core/pa_threads.C 1.5:
1771: * src/targets/cgi/pa_threads.C 1.16:
1772: * src/targets/cgi/parser3.C 1.237:
1773: * src/targets/isapi/pa_threads.C 1.17:
1774: * src/types/pa_junction.h 1.7:
1775: * src/types/pa_method.h 1.6:
1776: * src/types/pa_property.h 1.2:
1777: * src/types/pa_value.C 1.19:
1778: * src/types/pa_vclass.C 1.33:
1779: * src/types/pa_vclass.h 1.51:
1780: * src/types/pa_vcode_frame.h 1.32:
1781: * src/types/pa_vconsole.h 1.10:
1782: * src/types/pa_vcookie.C 1.68:
1783: * src/types/pa_vcookie.h 1.31:
1784: * src/types/pa_vfile.C 1.41:
1785: * src/types/pa_vfile.h 1.58:
1786: * src/types/pa_vform.C 1.84:
1787: * src/types/pa_vform.h 1.50:
1788: * src/types/pa_vhash.C 1.8:
1789: * src/types/pa_vhash.h 1.58:
1790: * src/types/pa_vhashfile.h 1.33:
1791: * src/types/pa_vimage.C 1.35:
1792: * src/types/pa_vimage.h 1.45:
1793: * src/types/pa_vjunction.h 1.24:
1794: * src/types/pa_vmail.C 1.72:
1795: * src/types/pa_vmail.h 1.17:
1796: * src/types/pa_vmath.C 1.8:
1797: * src/types/pa_vmath.h 1.18:
1798: * src/types/pa_vmemory.h 1.5:
1799: * src/types/pa_vmethod_frame.C 1.8:
1800: * src/types/pa_vobject.C 1.24:
1801: * src/types/pa_vobject.h 1.47:
1802: * src/types/pa_vproperty.h 1.3:
1803: * src/types/pa_vrequest.C 1.37:
1804: * src/types/pa_vrequest.h 1.33:
1805: * src/types/pa_vresponse.h 1.40:
1806: * src/types/pa_vstateless_class.C 1.28:
1807: * src/types/pa_vstateless_class.h 1.53:
1808: * src/types/pa_vstateless_object.h 1.36:
1809: * src/types/pa_vstatus.C 1.25:
1810: * src/types/pa_vstatus.h 1.19:
1811: * src/types/pa_vstring.C 1.26:
1812: * src/types/pa_vstring.h 1.59:
1813: * src/types/pa_vtable.C 1.26:
1814: * src/types/pa_vtable.h 1.54:
1815: * src/types/pa_vvoid.C 1.3:
1816: * src/types/pa_vvoid.h 1.28:
1817: * src/types/pa_vxdoc.C 1.29:
1818: * src/types/pa_vxdoc.h 1.40:
1819: * src/types/pa_vxnode.C 1.43:
1820: * src/types/pa_vxnode.h 1.35:
1821: * src/types/pa_wcontext.C 1.32:
1822: * src/types/pa_wcontext.h 1.49:
1823: * src/types/pa_wwrapper.h 1.36:
1824: 2005
1825:
1.46 paf 1826: 2005-08-08 paf
1827: * bin/auto.p.dist.in 1.12:
1828: merged . apache bad 404 handling workaround integrated
1.44 paf 1829:
1830: * www/htdocs/_bug.p 1.8:
1831: . merged VJunction(new Junction) optimization from 3.1.4
1832:
1833: * www/htdocs/_bug.xml 1.3:
1834: merged
1835: + optimized constants in expressions vstring->vdouble
1836: + optimized ^call(vdouble), no junction creation, no calls later
1837:
1838: 2005-07-29 paf
1839: * www/htdocs/_bug_derived.p 1.3:
1840: + property getter can now be overridden
1841:
1842: 2005-07-28 paf
1843: * www/htdocs/_bug.sh 1.2:
1844: + 3.2.0 beta: merged from dynamic_fields_join
1845:
1846: 2005-06-06 paf
1847: * www/htdocs/_bug.xsl 1.15:
1848: ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind
1849: option
1850:
1.46 paf 1851: 2005-01-19 paf
1.42 paf 1852: * src/lib/gd/Makefile.am 1.2:
1853: * src/lib/ltdl/Makefile.am 1.2:
1854: forgotten makefiles.
1855: couple warnings in parser3.C
1856:
1.46 paf 1857: 2004-12-23 paf
1.41 paf 1858: * src/types/pa_vhashfile.C 1.48:
1859: beauty: hashfile::open now creates dir for new file
1860:
1.46 paf 1861: 2004-10-12 paf
1.41 paf 1862: * etc/parser3.charsets/windows-1251.cfg 1.12:
1863: euro
1864: promille
1865: +/-
1866:
1.46 paf 1867: 2004-10-07 paf
1.42 paf 1868: * src/lib/cord/cordbscs.c 1.5:
1.46 paf 1869: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
1.42 paf 1870: long char sequences less
1871:
1.46 paf 1872: 2004-09-13 paf
1873: * src/lib/sdbm/sdbm_private.h 1.2:
1874: change: limit on length(key+value) now 8008 bytes, were 1008.
1875: perl sdbm compatibility now ruined
1.41 paf 1876:
1.42 paf 1877: * src/lib/sdbm/apr-include/apr.h 1.5:
1.46 paf 1878: bugfix: error numbers now from errno.h = strerror now returnes
1.42 paf 1879: something and we can properly report that to client
1.40 paf 1880:
1.46 paf 1881: 2004-07-28 paf
1.39 paf 1882: * src/lib/ltdl/ltdl.c 1.4:
1883: * src/lib/pcre/pcre_parser_ctype.c 1.5:
1.46 paf 1884: bugfix: isspace((unsigned char)c) everywhere. failed on russian
1885: letters
1.39 paf 1886:
1.46 paf 1887: 2004-07-27 paf
1.39 paf 1888: * src/targets/cgi/parser3.vcproj 1.12:
1889: beauty: win32: globaloptimizations ON, release:mapfile ON
1890: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
1891:
1.46 paf 1892: 2004-07-07 paf
1.39 paf 1893: * parser3.vssscc 1.2:
1894: ...would not go unnoticed
1895:
1.46 paf 1896: 2004-07-01 paf
1.39 paf 1897: * src/classes/classes.vcproj 1.12:
1898: * src/lib/cord/cord.vcproj 1.2:
1899: * src/lib/gd/gd.vcproj 1.7:
1900: * src/lib/ltdl/ltdl.vcproj 1.3:
1901: * src/lib/md5/md5.vcproj 1.3:
1902: * src/lib/pcre/pcre.vcproj 1.3:
1903: * src/lib/pcre/pcre_dftables.vcproj 1.4:
1904: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
1905: * src/lib/smtp/smtp.vcproj 1.6:
1906: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
1907: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
1908: * src/targets/isapi/parser3isapi.vcproj 1.8:
1909: win32: option: global optimization ON
1910:
1.46 paf 1911: 2004-05-26 paf
1.38 paf 1912: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
1913: added: thanks to konst
1914:
1.46 paf 1915: 2004-05-24 paf
1.38 paf 1916: * src/targets/apache13/p3runConfigure.in 1.17:
1917: bugfix: smtp added
1918:
1919: * src/lib/cord/cordxtra.c 1.6:
1920: * src/lib/cord/include/cord.h 1.5:
1921: cancel: more speed, less memory: CORD_chars_block originally intended to ...
1922: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
1923: undoing that. [and removed that func so that it would not confuse parser developer in future]
1924:
1.46 paf 1925: 2004-05-11 paf
1.38 paf 1926: * www/htdocs/_bug.gif 1.2:
1927: bugfix: bcc with sendmail now left intact
1928:
1.46 paf 1929: 2004-04-05 paf
1.38 paf 1930: * src/doc/html2chm.cmd 1.8:
1931: * src/doc/sources2html.cmd 1.6:
1932: merged with 3.1.3
1933:
1.46 paf 1934: 2004-04-01 paf
1.37 paf 1935: * src/targets/apache13/pa_httpd.h 1.6:
1936: * src/targets/isapi/parser3isapi.def 1.2:
1937: bugfix: sql connections now are disconnected
1938:
1.46 paf 1939: 2004-03-30 paf
1.36 paf 1940: * src/doc/ClassExample1.dox 1.5:
1941: * src/doc/ClassExample2.dox 1.5:
1942: * src/doc/ClassExample3.dox 1.5:
1943: * src/doc/chmhelper.pl 1.2:
1944: * src/doc/class.dox 1.3:
1945: * src/doc/compiler.dox 1.4:
1946: * src/doc/doxygen.cfg 1.25:
1947: * src/doc/exception.dox 1.3:
1948: * src/doc/executor.dox 1.3:
1949: * src/doc/footer.htm 1.4:
1950: * src/doc/index.dox 1.6:
1951: * src/doc/memory.dox 1.3:
1952: * src/doc/methoded.dox 1.4:
1953: * src/doc/object.dox 1.3:
1954: * src/doc/string.dox 1.6:
1955: * src/doc/targets.dox 1.4:
1956: * src/doc/value.dox 1.4:
1957: merged bugfixes from 3.1.2, changed version to 3.1.3beta
1958:
1.46 paf 1959: 2004-03-05 paf
1.35 paf 1960: * etc/parser3.charsets/koi8-r.cfg 1.7:
1961: there's special code for grad char!
1962:
1.46 paf 1963: 2004-02-25 paf
1.34 paf 1964: * etc/parser3.charsets/Makefile.am 1.5:
1.46 paf 1965: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1.34 paf 1966: erased from configure.in]
1967:
1.46 paf 1968: 2004-02-24 paf
1969: * src/classes/Makefile.am 1.49:
1970: smtp on unix: steps to work on unix
1.34 paf 1971:
1972: * src/lib/smtp/Makefile.am 1.2:
1973: * src/targets/cgi/Makefile.am 1.51:
1974: started porting smtp to unix [testing on solaris]
1975:
1.46 paf 1976: 2004-02-11 paf
1.34 paf 1977: * parser3.sln 1.9:
1978: started changes to reflect libxml xsl new folders
1979:
1980: * src/lib/sdbm/sdbm.vcproj 1.4:
1981: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
1982: simplified lib build processes
1983:
1.46 paf 1984: 2003-11-21 paf
1985: * src/targets/apache13core/Makefile.am 1.5:
1986: * src/targets/apache13core/mod_parser3.C 1.7:
1987: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1.32 paf 1988:
1.28 paf 1989: * src/lib/Makefile.am 1.7:
1990: * src/lib/gd/mtables.h 1.1:
1991: rearrange: gd&smtp moved to src/lib
1992:
1.46 paf 1993: 2003-11-20 paf
1.28 paf 1994: * src/lib/ltdl/config_fixed.h 1.3:
1995: * src/lib/pcre/maketables.c 1.2:
1996: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
1997: found several unitialized vars
1998:
1999: * src/lib/sdbm/apr_strings.C 1.2:
2000: * src/main/pa_pool.C 1.62:
2001: static const char * const IDENT
2002:
2003: * src/include/pa_pool.h 1.89:
2004: more warnings --
2005:
1.46 paf 2006: 2003-11-10 paf
1.28 paf 2007: * src/lib/sdbm/sdbm.c 1.3:
1.46 paf 2008: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
1.28 paf 2009: coded that that was error. fixed
2010:
1.46 paf 2011: 2003-11-06 paf
1.28 paf 2012: * src/lib/ltdl/libltdl.vcproj 1.2:
2013: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
2014: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
2015: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
2016: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
2017: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
2018: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
2019: * src/lib/sdbm/apr-include/apu.h 1.3:
2020: hashfile: started again with sdbm from apache
2021:
1.46 paf 2022: * tests/todo.txt 1.5:
2023: hashfile: done
2024:
1.28 paf 2025: * src/lib/sdbm/Makefile.am 1.3:
2026: * src/lib/sdbm/apr-include/Makefile.am 1.1:
2027: * src/targets/cgi/.cvsignore 1.3:
2028: *** empty log message ***
2029:
2030: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
2031: just compiled
2032:
1.46 paf 2033: 2003-11-05 paf
1.28 paf 2034: * src/lib/sdbm/sdbm_hash.c 1.1:
2035: * src/lib/sdbm/sdbm_lock.c 1.1:
2036: * src/lib/sdbm/sdbm_pair.c 1.1:
2037: * src/lib/sdbm/sdbm_pair.h 1.1:
2038: * src/lib/sdbm/sdbm_tune.h 1.1:
2039: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
2040:
2041: * src/main/helpers/CaseFolding.txt 1.1:
2042: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
2043:
1.46 paf 2044: 2003-10-24 paf
1.26 paf 2045: * src/lib/cord/Makefile.am 1.3:
2046: * src/lib/md5/Makefile.am 1.3:
2047: * src/lib/pcre/Makefile.am 1.2:
2048: * src/targets/apache13/Makefile.am 1.18:
2049: * src/targets/isapi/Makefile.am 1.3:
2050: .dsp/w -> .vcproj/sln
2051:
1.46 paf 2052: 2003-09-29 paf
2053: * src/main/utf8-to-lower.inc 1.1:
2054: * src/main/utf8-to-upper.inc 1.1:
2055: generated by helper
1.26 paf 2056:
2057: * src/main/helpers/simple_folding.pl 1.1:
2058: utf-8 upper/lower
2059:
2060: * www/htdocs/base.p 1.7:
2061: * www/htdocs/derived.p 1.25:
2062: * www/htdocs/font.gif 1.2:
2063: * www/htdocs/global.xsl 1.9:
2064: * www/htdocs/index.html 1.213:
2065: * www/htdocs/mailreceive.eml 1.4:
2066: * www/htdocs/mailreceive.html 1.2:
2067: * www/htdocs/operators.p 1.12:
2068: * www/htdocs/parser-status.html 1.3:
2069: * www/htdocs/people.dtd 1.2:
2070: * www/htdocs/some.p 1.3:
2071: removing old tests
2072:
1.46 paf 2073: 2003-09-25 paf
1.26 paf 2074: * src/lib/cord/cordprnt.c 1.3:
2075: string_fragments_to_cord merged to HEAD
2076:
1.46 paf 2077: 2003-08-19 paf
2078: * src/targets/apache13/mod_parser3.C 1.31:
2079: .c
1.26 paf 2080:
1.46 paf 2081: 2003-08-18 paf
1.26 paf 2082: * src/classes/classes.awk 1.8:
2083: merged 3.1.0 latest changes
2084:
2085: * gnu.dsp 1.5:
2086: * parser3.dsw 1.9:
2087: * src/classes/classes.dsp 1.31:
2088: * src/lib/cord/cord.dsp 1.3:
2089: * src/lib/ltdl/libltdl.dsp 1.7:
2090: * src/lib/md5/md5.dsp 1.5:
2091: * src/lib/pcre/pcre.dsp 1.4:
2092: * src/lib/pcre/pcre_dftables.dsp 1.2:
2093: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
2094: * src/main/main.dsp 1.167:
2095: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
2096: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
2097: * src/targets/cgi/parser3.dsp 1.66:
2098: * src/targets/isapi/parser3isapi.dsp 1.44:
2099: * src/types/types.dsp 1.42:
2100: moved to MSVC 7
2101:
1.46 paf 2102: * gnu.vcproj 1.1:
2103: new VS project files
1.26 paf 2104:
1.46 paf 2105: 2003-07-24 paf
1.24 paf 2106: * tests/001.html 1.2:
2107: * tests/002.html 1.2:
2108: * tests/003.html 1.2:
2109: * tests/004.html 1.2:
2110: * tests/005.html 1.2:
2111: * tests/006.html 1.2:
2112: * tests/007.html 1.2:
2113: * tests/008.html 1.2:
2114: * tests/009.html 1.2:
2115: * tests/010.html 1.2:
2116: * tests/011.html 1.2:
2117: * tests/012.html 1.2:
2118: * tests/013.html 1.2:
2119: * tests/014.html 1.2:
2120: * tests/015.html 1.2:
2121: * tests/016.html 1.2:
2122: * tests/017.html 1.2:
2123: * tests/018.html 1.2:
2124: * tests/019.html 1.2:
2125: * tests/019paf2001.gif 1.2:
2126: * tests/020.html 1.2:
2127: * tests/021.html 1.2:
2128: * tests/022.html 1.2:
2129: * tests/022_dir/a.html 1.2:
2130: * tests/022_dir/b.txt 1.2:
2131: * tests/022_dir/c.htm 1.2:
2132: * tests/023.html 1.2:
2133: * tests/024.html 1.2:
2134: * tests/025.html 1.2:
2135: * tests/026.html 1.2:
2136: * tests/027.html 1.2:
2137: * tests/028.html 1.2:
2138: * tests/029.html 1.2:
2139: * tests/030.html 1.2:
2140: * tests/031.html 1.2:
2141: * tests/032.html 1.2:
2142: * tests/033.html 1.2:
2143: * tests/034.html 1.2:
2144: * tests/035.html 1.2:
2145: * tests/036.html 1.2:
2146: * tests/037.html 1.2:
2147: * tests/038.html 1.2:
2148: * tests/039.html 1.2:
2149: * tests/040.html 1.2:
2150: * tests/041.html 1.2:
2151: * tests/042.html 1.2:
2152: * tests/043.html 1.2:
2153: * tests/044.html 1.2:
2154: * tests/045.html 1.2:
2155: * tests/046.html 1.2:
2156: * tests/047.html 1.2:
2157: * tests/048.html 1.2:
2158: * tests/049.html 1.2:
2159: * tests/050.html 1.2:
2160: * tests/051.html 1.2:
2161: * tests/051b.p 1.2:
2162: * tests/051t.p 1.2:
2163: * tests/052.html 1.2:
2164: * tests/053.html 1.2:
2165: * tests/054.html 1.2:
2166: * tests/055.html 1.2:
2167: * tests/056.html 1.2:
2168: * tests/057.html 1.2:
2169: * tests/058.html 1.2:
2170: * tests/058_paf2000.png 1.2:
2171: * tests/059.html 1.2:
2172: * tests/060.html 1.2:
2173: * tests/061.dat 1.2:
2174: * tests/061.html 1.2:
2175: * tests/062.html 1.2:
2176: * tests/063.html 1.2:
2177: * tests/064.html 1.2:
2178: * tests/065.html 1.2:
2179: * tests/066.html 1.2:
2180: * tests/067.html 1.2:
2181: * tests/068.html 1.2:
2182: * tests/069.html 1.2:
2183: * tests/070.html 1.2:
2184: * tests/071.html 1.2:
2185: * tests/072.html 1.2:
2186: * tests/073.html 1.2:
2187: * tests/074.html 1.2:
2188: * tests/075.html 1.2:
2189: * tests/076.html 1.2:
2190: * tests/077.html 1.2:
2191: * tests/078.html 1.2:
2192: * tests/079.html 1.2:
2193: * tests/080.html 1.2:
2194: * tests/081.html 1.2:
2195: * tests/082.html 1.2:
2196: * tests/083.html 1.2:
2197: * tests/084.html 1.2:
2198: * tests/085.html 1.2:
2199: * tests/086.html 1.2:
2200: * tests/087.html 1.2:
2201: * tests/088.html 1.2:
2202: * tests/089.html 1.2:
2203: * tests/090.html 1.2:
2204: * tests/091.html 1.2:
2205: * tests/092.html 1.2:
2206: * tests/093.html 1.2:
2207: * tests/094.html 1.2:
2208: * tests/095.html 1.2:
2209: * tests/096.html 1.2:
2210: * tests/096_dir/163.jpg 1.2:
2211: * tests/096_dir/188.jpg 1.2:
2212: * tests/097.html 1.2:
2213: * tests/098.html 1.2:
2214: * tests/098font.gif 1.2:
2215: * tests/099.html 1.2:
2216: * tests/100.html 1.2:
2217: * tests/101.html 1.2:
2218: * tests/102.html 1.2:
2219: * tests/103.html 1.2:
2220: * tests/103mark.gif 1.2:
2221: * tests/103paf2001.gif 1.2:
2222: * tests/104.html 1.2:
2223: * tests/105.html 1.2:
2224: * tests/106.html 1.2:
2225: * tests/107.html 1.2:
2226: * tests/108.html 1.2:
2227: * tests/108.xsl 1.2:
2228: * tests/109.html 1.2:
2229: * tests/110.html 1.2:
2230: * tests/111.html 1.2:
2231: * tests/112.html 1.2:
2232: * tests/113.html 1.2:
2233: * tests/114.html 1.2:
2234: * tests/115.html 1.2:
2235: * tests/116.html 1.2:
2236: * tests/117.html 1.2:
2237: * tests/118.html 1.2:
2238: * tests/119.html 1.2:
2239: * tests/120.html 1.2:
2240: * tests/121.html 1.2:
2241: * tests/122.html 1.2:
2242: * tests/123.html 1.2:
2243: * tests/124.html 1.2:
2244: * tests/125.html 1.2:
2245: * tests/126.html 1.2:
2246: * tests/127.html 1.2:
2247: * tests/128.html 1.2:
2248: * tests/129.html 1.2:
2249: * tests/130.html 1.2:
2250: * tests/131.html 1.2:
2251: * tests/132.html 1.2:
2252: * tests/133.html 1.2:
2253: * tests/134.html 1.2:
2254: * tests/135.html 1.2:
2255: * tests/136.html 1.2:
2256: * tests/137.html 1.2:
2257: * tests/138.html 1.2:
2258: * tests/139.html 1.2:
2259: * tests/140.html 1.2:
2260: * tests/141.html 1.2:
2261: * tests/Makefile 1.2:
2262: * tests/descript.ion 1.2:
2263: * tests/outputs/create-dir 1.2:
2264: * tests/results/001.processed 1.2:
2265: * tests/results/002.processed 1.2:
2266: * tests/results/003.processed 1.2:
2267: * tests/results/004.processed 1.2:
2268: * tests/results/005.processed 1.2:
2269: * tests/results/006.processed 1.2:
2270: * tests/results/007.processed 1.2:
2271: * tests/results/008.processed 1.2:
2272: * tests/results/009.processed 1.2:
2273: * tests/results/010.processed 1.2:
2274: * tests/results/011.processed 1.2:
2275: * tests/results/012.processed 1.2:
2276: * tests/results/013.processed 1.2:
2277: * tests/results/014.processed 1.2:
2278: * tests/results/015.processed 1.2:
2279: * tests/results/016.processed 1.2:
2280: * tests/results/017.processed 1.2:
2281: * tests/results/018.processed 1.2:
2282: * tests/results/019.processed 1.2:
2283: * tests/results/020.processed 1.2:
2284: * tests/results/021.processed 1.2:
2285: * tests/results/022.processed 1.2:
2286: * tests/results/023.processed 1.2:
2287: * tests/results/024.processed 1.2:
2288: * tests/results/025.processed 1.2:
2289: * tests/results/026.processed 1.2:
2290: * tests/results/027.processed 1.2:
2291: * tests/results/028.processed 1.2:
2292: * tests/results/029.processed 1.2:
2293: * tests/results/030.processed 1.2:
2294: * tests/results/031.processed 1.2:
2295: * tests/results/032.processed 1.2:
2296: * tests/results/033.processed 1.2:
2297: * tests/results/034.processed 1.2:
2298: * tests/results/035.processed 1.2:
2299: * tests/results/036.processed 1.2:
2300: * tests/results/037.processed 1.2:
2301: * tests/results/038.processed 1.2:
2302: * tests/results/039.processed 1.2:
2303: * tests/results/040.processed 1.2:
2304: * tests/results/041.processed 1.2:
2305: * tests/results/042.processed 1.2:
2306: * tests/results/043.processed 1.2:
2307: * tests/results/044.processed 1.2:
2308: * tests/results/045.processed 1.2:
2309: * tests/results/046.processed 1.2:
2310: * tests/results/047.processed 1.2:
2311: * tests/results/048.processed 1.2:
2312: * tests/results/049.processed 1.2:
2313: * tests/results/050.processed 1.2:
2314: * tests/results/051.processed 1.2:
2315: * tests/results/052.processed 1.2:
2316: * tests/results/053.processed 1.2:
2317: * tests/results/054.processed 1.2:
2318: * tests/results/055.processed 1.2:
2319: * tests/results/056.processed 1.2:
2320: * tests/results/057.processed 1.2:
2321: * tests/results/058.processed 1.2:
2322: * tests/results/059.processed 1.2:
2323: * tests/results/060.processed 1.2:
2324: * tests/results/061.processed 1.2:
2325: * tests/results/062.processed 1.2:
2326: * tests/results/063.processed 1.2:
2327: * tests/results/064.processed 1.2:
2328: * tests/results/065.processed 1.2:
2329: * tests/results/066.processed 1.2:
2330: * tests/results/067.processed 1.2:
2331: * tests/results/068.processed 1.2:
2332: * tests/results/069.processed 1.2:
2333: * tests/results/070.processed 1.2:
2334: * tests/results/071.processed 1.2:
2335: * tests/results/072.processed 1.2:
2336: * tests/results/073.processed 1.2:
2337: * tests/results/074.processed 1.2:
2338: * tests/results/075.processed 1.2:
2339: * tests/results/076.processed 1.2:
2340: * tests/results/077.processed 1.2:
2341: * tests/results/078.processed 1.2:
2342: * tests/results/079.processed 1.2:
2343: * tests/results/080.processed 1.2:
2344: * tests/results/081.processed 1.2:
2345: * tests/results/082.processed 1.2:
2346: * tests/results/083.processed 1.2:
2347: * tests/results/084.processed 1.2:
2348: * tests/results/085.processed 1.2:
2349: * tests/results/086.processed 1.2:
2350: * tests/results/087.processed 1.2:
2351: * tests/results/088.processed 1.2:
2352: * tests/results/089.processed 1.2:
2353: * tests/results/090.processed 1.2:
2354: * tests/results/091.processed 1.2:
2355: * tests/results/092.processed 1.2:
2356: * tests/results/093.processed 1.2:
2357: * tests/results/094.processed 1.2:
2358: * tests/results/095.processed 1.2:
2359: * tests/results/096.processed 1.2:
2360: * tests/results/097.processed 1.2:
2361: * tests/results/098.processed 1.2:
2362: * tests/results/099.processed 1.2:
2363: * tests/results/100.processed 1.2:
2364: * tests/results/101.processed 1.2:
2365: * tests/results/102.processed 1.2:
2366: * tests/results/103.processed 1.2:
2367: * tests/results/104.processed 1.2:
2368: * tests/results/105.processed 1.2:
2369: * tests/results/106.processed 1.2:
2370: * tests/results/107.processed 1.2:
2371: * tests/results/108.processed 1.2:
2372: * tests/results/109.processed 1.2:
2373: * tests/results/110.processed 1.2:
2374: * tests/results/111.processed 1.2:
2375: * tests/results/112.processed 1.2:
2376: * tests/results/113.processed 1.2:
2377: * tests/results/114.processed 1.2:
2378: * tests/results/115.processed 1.2:
2379: * tests/results/116.processed 1.2:
2380: * tests/results/117.processed 1.2:
2381: * tests/results/118.processed 1.2:
2382: * tests/results/119.processed 1.2:
2383: * tests/results/120.processed 1.2:
2384: * tests/results/121.processed 1.2:
2385: * tests/results/122.processed 1.2:
2386: * tests/results/123.processed 1.2:
2387: * tests/results/124.processed 1.2:
2388: * tests/results/125.processed 1.2:
2389: * tests/results/126.processed 1.2:
2390: * tests/results/127.processed 1.2:
2391: * tests/results/128.processed 1.2:
2392: * tests/results/129.processed 1.2:
2393: * tests/results/130.processed 1.2:
2394: * tests/results/131.processed 1.2:
2395: * tests/results/132.processed 1.2:
2396: * tests/results/133.processed 1.2:
2397: * tests/results/134.processed 1.2:
2398: * tests/results/135.processed 1.2:
2399: * tests/results/136.processed 1.2:
2400: * tests/results/137.processed 1.2:
2401: * tests/results/138.processed 1.2:
2402: * tests/results/139.processed 1.2:
2403: * tests/results/140.processed 1.2:
2404: * tests/results/141.processed 1.2:
2405: * tests/run_parser.sh 1.2:
2406: merged(copied) to HEAD from template_gc
2407:
1.46 paf 2408: * src/include/pa_pragma_pack_begin.h 1.7:
2409: * src/include/pa_pragma_pack_end.h 1.7:
2410: * src/lib/cord/include/Makefile.am 1.2:
2411: * src/lib/cord/include/ec.h 1.2:
2412: * src/lib/cord/include/private/Makefile.am 1.2:
2413: * src/lib/cord/include/private/cord_pos.h 1.2:
2414: * src/lib/cord/source.url 1.2:
2415: * src/lib/gc/Makefile.am 1.2:
2416: * src/lib/gc/include/Makefile.am 1.2:
2417: * src/lib/gc/include/gc.h 1.2:
2418: * src/lib/patches/Makefile.am 1.4:
2419: * src/lib/patches/gc.patch 1.2:
2420: * src/lib/patches/gdome2.patch 1.2:
2421: * src/lib/patches/libxml2.patch 1.2:
2422: * src/lib/patches/libxslt.patch 1.2:
2423: * src/lib/pcre/pcre.h 1.2:
2424: * src/main/pa_array.C 1.57:
2425: * src/main/pa_hash.C 1.54:
2426: * src/targets/Makefile.am 1.10:
2427: * src/targets/apache13/pa_md5c.c 1.6:
2428: * src/targets/apache13/pa_pool.C 1.9:
2429: * src/targets/apache13/pa_threads.C 1.12:
2430: * src/targets/cgi/getopt.c 1.3:
2431: * src/targets/cgi/getopt.h 1.3:
2432: * src/targets/cgi/pa_pool.C 1.42:
2433: * src/targets/cgi/pool_storage.h 1.14:
2434: * src/targets/cgi/pp3.cmd 1.2:
2435: * src/targets/isapi/pa_pool.C 1.17:
2436: * src/targets/isapi/pool_storage.h 1.20:
2437: moved tempate_gc to HEAD
1.24 paf 2438:
1.46 paf 2439: 2003-07-23 paf
1.24 paf 2440: * src/targets/apache13/mod_parser3_main.C 1.1:
1.46 paf 2441: file mod_parser3_main.C was initially added on branch
1.24 paf 2442: template_gc.
2443:
1.46 paf 2444: 2003-03-27 paf
1.23 paf 2445: * src/lib/gc/include/gc_fake.h 1.1:
2446: file gc_fake.h was initially added on branch template_gc.
2447:
1.46 paf 2448: 2003-03-26 paf
1.23 paf 2449: * src/lib/cord/include/gc.h 1.1:
2450: file gc.h was initially added on branch template_gc.
2451:
1.46 paf 2452: 2003-03-03 paf
1.23 paf 2453: * tests/outputs/049.processed 1.1:
2454: file 049.processed was initially added on branch autoptr.
2455:
2456: * tests/outputs/050.processed 1.1:
2457: file 050.processed was initially added on branch autoptr.
2458:
2459: * tests/outputs/051.processed 1.1:
2460: file 051.processed was initially added on branch autoptr.
2461:
2462: * tests/parser-cygwin.sh 1.1:
2463: file parser-cygwin.sh was initially added on branch autoptr.
2464:
1.46 paf 2465: * tests/parser-unix.sh 1.1:
2466: file parser-unix.sh was initially added on branch autoptr.
1.23 paf 2467:
1.46 paf 2468: 2003-02-20 paf
1.22 paf 2469: * www/htdocs/autoptr.html 1.1:
2470: file autoptr.html was initially added on branch autoptr.
2471:
1.46 paf 2472: 2003-01-30 paf
1.22 paf 2473: * ltmain.sh 1.5:
2474: *** empty log message ***
2475:
1.46 paf 2476: 2003-01-29 paf
1.22 paf 2477: * src/types/pa_value_includes.h 1.1:
2478: file pa_value_includes.h was initially added on branch autoptr.
2479:
1.46 paf 2480: 2003-01-23 paf
1.22 paf 2481: * src/lib/pcre/8859-1.ucm 1.1:
2482: file 8859-1.ucm was initially added on branch autoptr.
2483:
1.46 paf 2484: 2003-01-14 paf
1.22 paf 2485: * src/lib/ltdl/config.guess 1.2:
2486: * src/lib/ltdl/config.sub 1.2:
2487: * src/lib/ltdl/install-sh 1.2:
2488: * src/lib/ltdl/missing 1.2:
2489: * src/lib/ltdl/mkinstalldirs 1.2:
2490: removed some ancient files [they in / really]
2491:
2492: * src/lib/ltdl/aclocal.m4 1.1:
2493: *** empty log message ***
2494:
1.46 paf 2495: 2003-01-13 paf
1.22 paf 2496: * src/lib/ltdl/COPYING.LIB 1.1:
2497: * src/lib/ltdl/acinclude.m4 1.2:
2498: * src/lib/ltdl/config.h 1.2:
2499: * src/lib/ltdl/config_auto.h.in 1.3:
2500: * src/lib/ltdl/configure 1.4:
2501: * src/lib/ltdl/configure.in 1.4:
2502: * src/lib/ltdl/ltdl.h 1.2:
2503: moved to latest libtool (1.4.3)
2504:
1.46 paf 2505: * config.guess 1.3:
2506: * config.sub 1.4:
2507: removed last piece of configure.in(libtool) hacks
2508:
2509: 2003-01-10 paf
1.22 paf 2510: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
2511: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
2512: * src/lib/patches/libgdome_morestatic.patch 1.2:
2513: * src/lib/patches/libxml_error_column_tab.patch 1.2:
2514: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
2515: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
2516: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
2517: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
2518: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
2519: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
2520: moved to latest xml lib versions, changed patches.
2521: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
2522: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
2523: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
2524:
1.46 paf 2525: 2003-01-09 paf
2526: * depcomp 1.1:
2527: moving to automake 1.7.2
1.22 paf 2528:
2529: * missing 1.2:
2530: * mkinstalldirs 1.2:
2531: moved to autoconf 2.57 & automake 1.7.2
2532:
1.46 paf 2533: 2002-12-27 paf
1.21 paf 2534: * src/doc/aliased.dox 1.5:
2535: * src/doc/module.dox 1.4:
2536: * src/doc/pooled.dox 1.4:
2537: removed outdated parts, made links to language docs
2538:
1.46 paf 2539: 2002-12-04 paf
1.20 paf 2540: * src/lib/ltdl/README 1.1:
2541: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
2542: so it does have no problems with automake.
2543: ltdl/configure AC_OUTPUT(Makefile<<removed)
2544:
1.46 paf 2545: 2002-10-15 paf
1.15 paf 2546: * src/types/pa_vjunction.C 1.3:
2547: removed $junction.get $junction.set[]
2548: introducing $caller
2549:
1.46 paf 2550: 2002-09-11 paf
1.15 paf 2551: * etc/parser3.charsets/windows-1254.cfg 1.1:
2552: * src/lib/pcre/ibm-1254.ucm 1.1:
2553: windows-1254 added
2554:
1.46 paf 2555: 2002-08-14 paf
1.15 paf 2556: * src/targets/cgi/fixopt.C 1.3:
2557: * src/targets/cgi/fixopt.h 1.2:
2558: removed fixopt stupidity. on stupid linux use
2559: cd /document/root
2560: ../cgi/parser3 script
2561:
1.46 paf 2562: 2002-08-12 paf
1.15 paf 2563: * src/types/pa_valiased.C 1.17:
2564: * src/types/pa_valiased.h 1.23:
2565: ^base:create[] dynamic call rewritten
2566: todo: thorough testing
2567:
1.46 paf 2568: 2002-08-01 paf
1.15 paf 2569: * src/Makefile.am 1.17:
2570: ident.C* removed
2571:
1.46 paf 2572: 2002-07-30 paf
1.15 paf 2573: * src/targets/cgi/pa_config_paths.h.in 1.2:
2574: removed pa_config_paths.h
2575:
1.46 paf 2576: 2002-06-21 paf
1.15 paf 2577: * src/lib/pcre/LICENCE 1.1:
2578: * src/lib/pcre/README 1.1:
2579: * src/lib/pcre/Tech.Notes 1.1:
2580: * src/lib/pcre/dftables.c 1.1:
2581: * src/lib/pcre/get.c 1.1:
2582: * src/lib/pcre/ibm-1250.ucm 1.1:
2583: * src/lib/pcre/ibm-1251.ucm 1.1:
2584: * src/lib/pcre/ibm-1257.ucm 1.1:
2585: * src/lib/pcre/internal.h 1.1:
2586: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
2587: * src/lib/pcre/pcre.3 1.1:
2588: * src/lib/pcre/pcre.3.html 1.1:
2589: * src/lib/pcre/pcre.3.txt 1.1:
2590: * src/lib/pcre/pcre.c 1.1:
2591: * src/lib/pcre/ruspart_win2koi.pl 1.1:
2592: * src/lib/pcre/study.c 1.1:
2593: * src/lib/pcre/win-koi.tab 1.1:
2594: moved libltdl and pcre to libs/
2595: added libs/md5 which is linked to non-apache targets
2596: ^math:crypt[password;$apr1$salt]
2597:
1.46 paf 2598: 2002-06-20 paf
1.15 paf 2599: * bin/Makefile.am 1.3:
2600: parser3.conf renamed to auto.p
2601:
1.46 paf 2602: 2002-06-18 paf
1.15 paf 2603: * etc/Makefile.am 1.4:
2604: bin/parser3.conf.dist [moved from etc
2605:
1.46 paf 2606: 2002-04-22 paf
1.15 paf 2607: * types.txt 1.2:
2608: ^string.optimize[]
2609:
1.46 paf 2610: 2002-04-19 paf
1.15 paf 2611: * src/doc/postbuild.txt 1.3:
2612: * src/doc/view_chm.cmd 1.2:
2613: * src/doc/view_html.cmd 1.2:
2614: config updated to doxygen 1.2.15,
2615: created helper which fixes minor bugs in chm project files & htm tree.
2616: changed extension to .htm
2617:
1.46 paf 2618: 2002-04-16 paf
1.15 paf 2619: * asm.txt 1.2:
2620: * form.txt 1.2:
2621: * lang.txt 1.2:
2622: * sql.txt 1.2:
2623: removed outdated. see in Attic asm.txt as most interesting
2624:
1.46 paf 2625: 2002-02-22 paf
1.15 paf 2626: * src/include/pa_db_connection.h 1.22:
2627: * src/include/pa_db_manager.h 1.15:
2628: * src/include/pa_db_table.h 1.16:
2629: * src/main/pa_db_connection.C 1.38:
2630: * src/main/pa_db_manager.C 1.23:
2631: * src/main/pa_db_table.C 1.21:
2632: removed hashfile support for now
2633:
1.46 paf 2634: 2002-02-18 paf
1.15 paf 2635: * ltconfig 1.2:
2636: removed libtool subpart files
2637:
1.46 paf 2638: 2002-02-13 paf
1.15 paf 2639: * etc/parser3.charsets/windows-1257.cfg 1.2:
2640: id added
2641:
1.46 paf 2642: 2002-02-08 paf
1.15 paf 2643: * src/sql/Makefile.am 1.3:
2644: forgotten makes
2645:
1.46 paf 2646: * src/main/pa_status_provider.C 1.5:
2647: 'make dist' works
2648:
1.15 paf 2649: * AUTHORS 1.2:
2650: * COPYING 1.2:
2651: * README 1.2:
2652: install&others updated
2653:
1.46 paf 2654: 2002-01-31 paf
1.15 paf 2655: * ident.awk 1.2:
2656: lowered indent.awk back to src/
2657:
2658: * NEWS 1.1:
2659: * etc/parser3.charsets/windows-1250.cfg 1.1:
2660: * install-sh 1.1:
2661: * www/Makefile.am 1.1:
2662: * www/Makefile.in 1.1:
2663: moved etc&www out of src, moved configure&co out of src
2664: added windows-1250.cfg
2665: straightened installation scripts procedure
2666: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
2667:
1.46 paf 2668: 2001-12-15 paf
1.15 paf 2669: * src/include/pa_charset_connection.h 1.6:
2670: * src/include/pa_charset_manager.h 1.8:
2671: * src/include/pa_transcoder.h 1.3:
2672: * src/main/pa_charset_connection.C 1.13:
2673: * src/main/pa_charset_manager.C 1.10:
2674: * src/main/pa_transcoder.C 1.4:
2675: introducing Charset
2676:
1.46 paf 2677: 2001-10-22 parser
1.15 paf 2678: * src/include/pa_xslt_stylesheet_manager.h 1.5:
2679: * src/main/pa_xslt_stylesheet_manager.C 1.5:
2680: hashfile 0
2681:
1.46 paf 2682: 2001-09-26 parser
1.15 paf 2683: * src/classes/dnode.C 1.7:
2684: * src/classes/dnode.h 1.3:
2685: * src/classes/dom.C 1.36:
2686: * src/types/pa_vdnode.C 1.9:
2687: * src/types/pa_vdnode.h 1.4:
2688: * src/types/pa_vdom.C 1.4:
2689: * src/types/pa_vdom.h 1.15:
2690: xdoc&xnode now
2691:
2692: * src/classes/classes.cmd 1.4:
2693: moved classes.inc generation on win32 to main.dsp
2694:
1.46 paf 2695: 2001-07-03 parser
1.15 paf 2696: * src/classes/random.C 1.15:
2697: class random renamed to math, operators became methods
2698:
1.46 paf 2699: 2001-06-27 parser
1.15 paf 2700: * src/classes/nothing.C 1.5:
2701: * src/types/pa_vnothing.h 1.2:
2702: nothing renamed to void
2703:
1.46 paf 2704: 2001-05-21 parser
1.15 paf 2705: * src/classes/unknown.C 1.8:
2706: * src/types/pa_vunknown.h 1.14:
2707: 'unknown' renamed to 'nothing'
2708:
1.46 paf 2709: 2001-05-17 parser
1.15 paf 2710: * src/doc/chm.cmd 1.7:
2711: * src/doc/doxygen.cmd 1.7:
2712: * src/doc/view.cmd 1.3:
2713: doc cmds
2714:
1.46 paf 2715: 2001-05-11 paf
1.15 paf 2716: * src/classes/gawk.exe 1.2:
2717: * src/classes/ls.exe 1.2:
2718: * src/main/bison.exe 1.2:
2719: * src/targets/isapi/KILL.EXE 1.2:
2720: * src/targets/isapi/PSTAT.EXE 1.2:
2721: * src/targets/isapi/istart.cmd 1.2:
2722: * src/targets/isapi/istop.cmd 1.2:
2723: * src/targets/isapi/kill.pl 1.2:
2724: moved win32 helpers to /win32tools
2725:
1.46 paf 2726: 2001-05-07 paf
1.15 paf 2727: * src/include/code.h 1.29:
2728: pa_code.h
2729:
1.46 paf 2730: 2001-05-03 paf
1.15 paf 2731: * src/doc/doxygen.txt 1.6:
2732: dox splitted .dox files and added some
2733:
1.46 paf 2734: 2001-04-28 paf
2735: * src/include/pa_methoded.h 1.2:
2736: * src/main/pa_methoded.C 1.2:
2737: renamed pa_methoded back to classes/classes.h
1.15 paf 2738:
2739: * src/classes/_double.h 1.8:
2740: * src/classes/_file.h 1.5:
2741: * src/classes/_form.h 1.4:
2742: * src/classes/_image.h 1.4:
2743: * src/classes/_int.h 1.8:
2744: * src/classes/_mail.h 1.4:
2745: * src/classes/_op.h 1.6:
2746: * src/classes/_random.h 1.4:
2747: * src/classes/_response.h 1.5:
2748: * src/classes/_string.h 1.10:
2749: * src/classes/_table.h 1.7:
2750: * src/classes/_unknown.h 1.3:
2751: * src/classes/exec.C 1.4:
2752: Methoded reorganized. todo: methoded-configure
2753:
1.46 paf 2754: * src/classes/classes.inc 1.5:
2755: removed classes.inc
1.15 paf 2756:
1.46 paf 2757: 2001-04-26 paf
1.15 paf 2758: * src/classes/_exec.h 1.4:
2759: code documentation ++
2760:
1.46 paf 2761: 2001-04-23 paf
1.15 paf 2762: * src/classes/Makefile 1.2:
2763: * src/main/Makefile 1.2:
2764: * src/targets/cgi/Makefile 1.2:
2765: * src/types/Makefile 1.2:
2766: makefiles removed
2767:
1.46 paf 2768: 2001-04-11 paf
1.15 paf 2769: * src/types/pa_vcframe.h 1.4:
2770: * src/types/pa_vmframe.h 1.13:
2771: libimaging dead end: pil parses header in .py
2772:
1.46 paf 2773: 2001-04-06 paf
1.15 paf 2774: * src/classes/_root.h 1.5:
2775: * src/classes/root.C 1.62:
2776: renamed 'root' to 'op'
2777:
1.46 paf 2778: 2001-04-05 paf
1.15 paf 2779: * src/include/pa_sql_driver.h 1.5:
2780: sql driver services for conv memory & error reporting
2781:
1.46 paf 2782: 2001-04-03 paf
1.15 paf 2783: * src/doc/generate.cmd 1.2:
2784: string::pos & cmp & piece bugs fixed.
2785: string::split new
2786: table:load separated from set
2787: table:set implemented with clean \n \t searches
2788:
1.46 paf 2789: 2001-03-24 paf
1.15 paf 2790: * src/targets/isapi/nt_log_events.mc 1.2:
2791: cgi: sapi::log
2792:
1.46 paf 2793: 2001-03-22 paf
1.15 paf 2794: * src/targets/cgi/vform_fields_fill.C 1.2:
2795: * src/targets/cgi/vform_fields_fill.h 1.2:
2796: z
2797:
1.46 paf 2798: 2001-03-19 paf
2799: * src/classes/_cookie.h 1.2:
2800: * src/classes/cookie.C 1.3:
2801: VCookie is now :Value
1.15 paf 2802:
2803: * src/classes/_env.h 1.6:
2804: * src/classes/env.C 1.8:
2805: VEnv is now :Value
2806:
2807: * src/targets/cgi/pa_vform.C 1.3:
1.46 paf 2808: moved common get_element part from stateless object&class into
2809: VAliased
1.15 paf 2810:
1.46 paf 2811: * src/classes/_request.h 1.4:
2812: * src/classes/request.C 1.6:
2813: VRequest moved to :Value
1.15 paf 2814:
1.46 paf 2815: 2001-03-14 paf
1.15 paf 2816: * src/include/core.h 1.16:
2817: * src/main/core.C 1.69:
2818: global handler, exceptions in parser3
2819:
1.46 paf 2820: 2001-03-13 paf
1.15 paf 2821: * src/targets/cgi/parser.dsp 1.2:
2822: z
2823:
1.46 paf 2824: 2001-03-11 paf
1.15 paf 2825: * src/include/pa_valiased.h 1.4:
2826: * src/include/pa_value.h 1.51:
2827: * src/include/pa_vbool.h 1.8:
2828: * src/include/pa_vcframe.h 1.8:
2829: * src/include/pa_vclass.h 1.30:
2830: * src/include/pa_vdouble.h 1.13:
2831: * src/include/pa_vhash.h 1.13:
2832: * src/include/pa_vint.h 1.5:
2833: * src/include/pa_vjunction.h 1.9:
2834: * src/include/pa_vmframe.h 1.24:
2835: * src/include/pa_vobject.h 1.18:
2836: * src/include/pa_vstring.h 1.18:
2837: * src/include/pa_vunknown.h 1.10:
2838: * src/include/pa_wcontext.h 1.29:
2839: * src/include/pa_wwrapper.h 1.14:
2840: * src/main/pa_cframe.C 1.6:
2841: * src/main/pa_value.C 1.8:
2842: * src/main/pa_vclass.C 1.5:
2843: * src/main/pa_wcontext.C 1.11:
2844: splitted types from include/
2845:
1.46 paf 2846: 2001-03-08 paf
1.15 paf 2847: * src/include/pa_bool.h 1.2:
2848: * src/include/pa_double.h 1.2:
1.46 paf 2849: withoud cloning. didn't need it actually, params got passed from
2850: out unnamed ewpool
1.15 paf 2851:
1.46 paf 2852: 2001-02-24 paf
1.15 paf 2853: * src/include/pa_vframe.h 1.6:
2854: codeframe just compiled
2855:
1.46 paf 2856: 2001-02-21 paf
2857: * src/include/pa_context.h 1.8:
2858: request core methods0
1.15 paf 2859:
2860: * src/include/compile.h 1.5:
2861: * src/include/execute.h 1.3:
2862: get put -1 [just compiled]
2863:
1.46 paf 2864: 2001-01-30 paf
1.15 paf 2865: * src/include/pa_error.h 1.4:
2866: * src/main/pa_error.C 1.4:
2867: lowered targets/parser into subdir, added parser_Pool(Pool)
2868: failed to add. would think..
2869:
E-mail: