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