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