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