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