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