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