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