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