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