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