Annotation of parser3/ChangeLog, revision 1.29
1.29 ! paf 1: 2003-12-02 paf
! 2: * src/main/pa_string.C 1.191:
! 3: bugfix: sparc gpf on reading %4!=0 addresses to int
! 4:
! 5: 2003-12-01 paf
! 6: * src/main/pa_globals.C 1.163:
! 7: bugfix: win32: compile prob
! 8:
! 9: * src/main/pa_xml_io.C 1.13:
! 10: todo: safe mode check not to throw exception
! 11:
! 12: * src/main/pa_xml_io.C 1.12:
! 13: bugfix: http://localhost typo error
! 14:
! 15: * src/classes/xdoc.C 1.123:
! 16: * src/main/pa_xml_io.C 1.14:
! 17: bugfix: typo
! 18:
! 19: 2003-11-28 paf
! 20: * src/main/pa_xml_io.C 1.9:
! 21: installed safe-mode checker as filter of all xml documents read
! 22:
! 23: * operators.txt 1.144:
! 24: * src/include/pa_request.h 1.173:
! 25: * src/main/pa_xml_io.C 1.3:
! 26: works.
! 27: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
! 28:
! 29: $xdoc[^xdoc::create{<?xml version="1.0"?>
! 30: <!DOCTYPE test SYSTEM "parser://method/params/here">
! 31: <test>
! 32: &test^;
! 33: </test>
! 34: }]
! 35:
! 36: ^taint[^xdoc.string[]]
! 37:
! 38: @method[param]
! 39: <!ENTITY test "test-entity-value+$form:user+$param!">
! 40:
! 41: * src/main/pa_xml_io.C 1.8:
! 42: http://localhost/ now checked for safe mode
! 43:
! 44: * src/classes/xdoc.C 1.122:
! 45: * src/include/pa_stylesheet_connection.h 1.37:
! 46: * src/include/pa_stylesheet_manager.h 1.19:
! 47: * src/main/pa_stylesheet_manager.C 1.21:
! 48: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
! 49: todo: safe mode checks to libxml: ideally to some 1 point
! 50:
! 51: * src/include/Makefile.in 1.16:
! 52: * src/main/Makefile.in 1.55:
! 53: *** empty log message ***
! 54:
! 55: * operators.txt 1.145:
! 56: * src/main/pa_xml_io.C 1.4:
! 57: leading / in http://parser[abscent params]
! 58:
! 59: * src/main/pa_xml_io.C 1.5:
! 60: comment
! 61:
! 62: 2003-11-27 paf
! 63: * src/classes/date.C 1.58:
! 64: bugfix: typo error
! 65:
! 66: * src/main/pa_xml_io.C 1.2:
! 67: libxml: started parser://methodcall/params
! 68:
! 69: 2003-11-26 paf
! 70: * src/types/pa_value.h 1.117:
! 71: warnings: --
! 72:
! 73: * operators.txt 1.143:
! 74: * src/include/Makefile.am 1.8:
! 75: * src/include/pa_globals.h 1.108:
! 76: * src/include/pa_xml_io.h 1.1:
! 77: * src/main/Makefile.am 1.42:
! 78: * src/main/main.vcproj 1.7:
! 79: * src/main/pa_globals.C 1.162:
! 80: * src/main/pa_request.C 1.261:
! 81: * src/main/pa_xml_io.C 1.1:
! 82: simplification: xml errors to hash<thread_id,error>
! 83: reorganization: xml io moved to pa_xml_io.C/h
! 84:
1.28 paf 85: 2003-11-25 paf
1.29 ! paf 86: * src/classes/table.C 1.194:
! 87: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
! 88:
1.28 paf 89: * src/main/untaint.C 1.125:
90: bugfix: consequences of not reading this comment:
91: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
92: none */
93:
94: * src/include/pa_array.h 1.63:
95: removed needless checks
1.29 ! paf 96:
! 97: * src/classes/table.C 1.195:
! 98: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 99:
100: 2003-11-24 paf
101: * operators.txt 1.142:
102: * src/types/pa_vxnode.C 1.36:
103: * src/types/pa_vxnode.h 1.28:
104: $xdoc[^xdoc::create[test]]
105: $tn[^xdoc.createTextNode[text node value]]
106: $dummy[^xdoc.firstChild.appendChild[$tn]]
107: $xdoc.firstChild.firstChild.nodeValue[different]
108: ^taint[^xdoc.string[]]
109:
110: * src/main/pa_request.C 1.260:
111: * src/types/pa_vform.C 1.77:
112: * src/types/pa_vform.h 1.48:
113: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
114: [and request/response:charset still can be changed anytime]
115:
116: * src/include/pa_hash.h 1.61:
117: * src/types/types.vcproj 1.6:
118: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
119:
120: * src/main/pa_common.C 1.169:
121: bugfix: ^file::load[binary;http://...] now not transcodes
122: response body
123:
124: 2003-11-21 paf
125: * src/main/pa_exec.C 1.55:
126: bug in safe mode
127:
128: * src/include/Makefile.am 1.7:
129: pa_xml_exception.h
130:
131: * Makefile.am 1.40:
132: * Makefile.in 1.54:
133: * configure 1.73:
134: * configure.in 1.71:
135: * parser3.sln 1.8:
136: * src/classes/Makefile.am 1.47:
137: * src/classes/Makefile.am 1.48:
138: * src/classes/Makefile.in 1.59:
139: * src/classes/classes.vcproj 1.5:
140: * src/include/Makefile.in 1.15:
141: * src/include/pa_config_auto.h.in 1.39:
142: * src/lib/Makefile.am 1.7:
143: * src/lib/Makefile.in 1.12:
144: * src/lib/gd/Makefile.am 1.1:
145: * src/lib/gd/Makefile.in 1.1:
146: * src/lib/gd/Makefile.in 1.2:
147: * src/lib/gd/gd.vcproj 1.1:
148: * src/lib/gd/gif.C 1.1:
149: * src/lib/gd/gif.h 1.1:
150: * src/lib/gd/gifio.C 1.1:
151: * src/lib/gd/mtables.h 1.1:
152: * src/lib/smtp/Makefile.am 1.1:
153: * src/lib/smtp/Makefile.in 1.1:
154: * src/lib/smtp/Makefile.in 1.2:
155: * src/lib/smtp/comms.C 1.1:
156: * src/lib/smtp/smtp.C 1.1:
157: * src/lib/smtp/smtp.h 1.1:
158: * src/lib/smtp/smtp.vcproj 1.1:
159: * src/targets/apache13/p3runConfigure.in 1.15:
160: * src/targets/apache13core/Makefile.in 1.5:
161: * src/targets/cgi/Makefile.am 1.50:
162: * src/targets/cgi/Makefile.in 1.66:
163: * src/types/Makefile.am 1.35:
164: * src/types/Makefile.in 1.54:
165: rearrange: gd&smtp moved to src/lib
166:
167: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
168: * src/targets/isapi/parser3isapi.C 1.85:
169: more warnings --
170:
171: * Makefile.am 1.41:
172: * Makefile.in 1.55:
173: * acinclude.m4 1.28:
174: * aclocal.m4 1.31:
175: * acsite.m4 1.6:
176: * configure 1.74:
177: * configure.in 1.72:
178: * src/classes/mail.C 1.97:
179: *** empty log message ***
180:
181: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
182: * src/targets/apache13core/Makefile.am 1.5:
183: * src/targets/apache13core/mod_parser3.C 1.7:
184: * src/targets/apache13core/mod_parser3_core.C 1.1:
185: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
186:
187: * src/classes/mail.C 1.96:
188: bugfix: typo
189:
190: 2003-11-20 paf
191: * src/main/execute.C 1.303:
192: * src/main/pa_request.C 1.257:
193: old forgotten todo: when can't report problem (undefined @
194: unhandled_exception) problem source string were not reported
195:
196: * src/classes/classes.vcproj 1.4:
197: * src/classes/date.C 1.53:
198: * src/classes/double.C 1.55:
199: * src/classes/file.C 1.114:
200: * src/classes/hash.C 1.61:
201: * src/classes/hashfile.C 1.31:
202: * src/classes/image.C 1.98:
203: * src/classes/int.C 1.51:
204: * src/classes/mail.C 1.93:
205: * src/classes/math.C 1.35:
206: * src/classes/memory.C 1.4:
207: * src/classes/op.C 1.138:
208: * src/classes/string.C 1.128:
209: * src/classes/table.C 1.191:
210: * src/classes/xdoc.C 1.118:
211: * src/classes/xnode.C 1.62:
212: * src/include/pa_config_includes.h 1.27:
213: * src/include/pa_operation.h 1.3:
214: * src/include/pa_sql_connection.h 1.32:
215: * src/include/pa_table.h 1.54:
216: * src/include/pa_types.h 1.46:
217: * src/lib/ltdl/config_fixed.h 1.3:
218: * src/lib/ltdl/ltdl.vcproj 1.2:
219: * src/lib/md5/md5.vcproj 1.2:
220: * src/lib/pcre/maketables.c 1.2:
221: * src/lib/pcre/pcre_dftables.vcproj 1.2:
222: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
223: * src/lib/sdbm/apr_file_io.C 1.2:
224: * src/main/compile.tab.C 1.93:
225: * src/main/execute.C 1.301:
226: * src/main/main.vcproj 1.6:
227: * src/main/pa_cache_managers.C 1.9:
228: * src/main/pa_charset.C 1.40:
229: * src/main/pa_common.C 1.166:
230: * src/main/pa_dir.C 1.16:
231: * src/main/pa_exec.C 1.53:
232: * src/main/pa_globals.C 1.160:
233: * src/main/pa_os.C 1.3:
234: * src/main/pa_request.C 1.255:
235: * src/main/pa_string.C 1.187:
236: * src/main/pa_table.C 1.57:
237: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
238: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
239: * src/targets/cgi/parser3.vcproj 1.5:
240: * src/targets/isapi/parser3isapi.vcproj 1.2:
241: * src/types/pa_value.h 1.115:
242: * src/types/pa_vconsole.h 1.3:
243: * src/types/pa_vdate.h 1.28:
244: * src/types/pa_vfile.h 1.54:
245: * src/types/pa_vhashfile.C 1.36:
246: * src/types/pa_vimage.C 1.25:
247: * src/types/pa_vimage.h 1.36:
248: * src/types/pa_vmail.C 1.53:
249: * src/types/pa_vobject.C 1.14:
250: * src/types/pa_vstateless_class.h 1.46:
251: * src/types/pa_vtable.C 1.23:
252: * src/types/pa_vtable.h 1.50:
253: * src/types/pa_vvoid.h 1.19:
254: * src/types/pa_vxdoc.h 1.33:
255: * src/types/pa_vxnode.h 1.26:
256: * src/types/types.vcproj 1.5:
257: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
258: found several unitialized vars
259:
260: * src/classes/classes.C 1.20:
261: * src/classes/classes.h 1.25:
262: * src/classes/date.C 1.54:
263: * src/classes/double.C 1.56:
264: * src/classes/file.C 1.115:
265: * src/classes/form.C 1.37:
266: * src/classes/hash.C 1.62:
267: * src/classes/hashfile.C 1.32:
268: * src/classes/image.C 1.99:
269: * src/classes/int.C 1.52:
270: * src/classes/mail.C 1.94:
271: * src/classes/math.C 1.36:
272: * src/classes/memory.C 1.5:
273: * src/classes/op.C 1.139:
274: * src/classes/response.C 1.25:
275: * src/classes/string.C 1.129:
276: * src/classes/table.C 1.192:
277: * src/classes/void.C 1.30:
278: * src/classes/xdoc.C 1.119:
279: * src/classes/xnode.C 1.63:
280: * src/classes/xnode.h 1.20:
281: * src/include/pa_array.h 1.62:
282: * src/include/pa_cache_managers.h 1.12:
283: * src/include/pa_charset.h 1.27:
284: * src/include/pa_charsets.h 1.11:
285: * src/include/pa_common.h 1.97:
286: * src/include/pa_config_fixed.h 1.62:
287: * src/include/pa_dictionary.h 1.16:
288: * src/include/pa_dir.h 1.15:
289: * src/include/pa_exception.h 1.42:
290: * src/include/pa_exec.h 1.14:
291: * src/include/pa_globals.h 1.107:
292: * src/include/pa_hash.h 1.60:
293: * src/include/pa_memory.h 1.8:
294: * src/include/pa_opcode.h 1.26:
295: * src/include/pa_operation.h 1.4:
296: * src/include/pa_os.h 1.3:
297: * src/include/pa_request.h 1.172:
298: * src/include/pa_request_charsets.h 1.3:
299: * src/include/pa_request_info.h 1.3:
300: * src/include/pa_sapi.h 1.24:
301: * src/include/pa_socks.h 1.13:
302: * src/include/pa_sql_connection.h 1.33:
303: * src/include/pa_sql_driver_manager.h 1.29:
304: * src/include/pa_stack.h 1.21:
305: * src/include/pa_string.h 1.153:
306: * src/include/pa_stylesheet_connection.h 1.35:
307: * src/include/pa_stylesheet_manager.h 1.18:
308: * src/include/pa_table.h 1.56:
309: * src/include/pa_threads.h 1.28:
310: * src/include/pa_types.h 1.47:
311: * src/include/pa_uue.h 1.6:
312: * src/include/pa_xml_exception.h 1.2:
313: * src/lib/md5/pa_md5.h 1.9:
314: * src/lib/md5/pa_md5c.c 1.11:
315: * src/lib/sdbm/apr_file_io.C 1.3:
316: * src/lib/sdbm/apr_strings.C 1.2:
317: * src/main/compile.C 1.71:
318: * src/main/compile_tools.C 1.56:
319: * src/main/compile_tools.h 1.71:
320: * src/main/execute.C 1.302:
321: * src/main/pa_cache_managers.C 1.10:
322: * src/main/pa_charset.C 1.41:
323: * src/main/pa_charsets.C 1.14:
324: * src/main/pa_common.C 1.168:
325: * src/main/pa_dictionary.C 1.20:
326: * src/main/pa_dir.C 1.17:
327: * src/main/pa_exception.C 1.46:
328: * src/main/pa_exec.C 1.54:
329: * src/main/pa_globals.C 1.161:
330: * src/main/pa_memory.C 1.3:
331: * src/main/pa_os.C 1.4:
332: * src/main/pa_pool.C 1.62:
333: * src/main/pa_request.C 1.256:
334: * src/main/pa_socks.C 1.20:
335: * src/main/pa_sql_driver_manager.C 1.74:
336: * src/main/pa_string.C 1.188:
337: * src/main/pa_stylesheet_manager.C 1.20:
338: * src/main/pa_table.C 1.58:
339: * src/main/pa_uue.C 1.6:
340: * src/main/pa_xml_exception.C 1.2:
341: * src/main/untaint.C 1.123:
342: * src/sql/pa_sql_driver.h 1.36:
343: * src/targets/apache13/mod_parser3.c 1.9:
344: * src/targets/apache13/pa_httpd.h 1.5:
345: * src/targets/apache13core/mod_parser3.C 1.6:
346: * src/targets/apache13core/pa_threads.C 1.3:
347: * src/targets/cgi/pa_threads.C 1.14:
348: * src/targets/cgi/parser3.C 1.222:
349: * src/targets/isapi/pa_threads.C 1.15:
350: * src/targets/isapi/parser3isapi.C 1.84:
351: * src/types/pa_junction.h 1.3:
352: * src/types/pa_method.h 1.3:
353: * src/types/pa_value.C 1.13:
354: * src/types/pa_value.h 1.116:
355: * src/types/pa_vbool.h 1.23:
356: * src/types/pa_vclass.C 1.19:
357: * src/types/pa_vclass.h 1.42:
358: * src/types/pa_vcode_frame.h 1.26:
359: * src/types/pa_vconsole.h 1.4:
360: * src/types/pa_vcookie.C 1.59:
361: * src/types/pa_vcookie.h 1.25:
362: * src/types/pa_vdate.h 1.29:
363: * src/types/pa_vdouble.h 1.44:
364: * src/types/pa_venv.h 1.30:
365: * src/types/pa_vfile.C 1.38:
366: * src/types/pa_vfile.h 1.55:
367: * src/types/pa_vform.C 1.76:
368: * src/types/pa_vform.h 1.47:
369: * src/types/pa_vhash.h 1.49:
370: * src/types/pa_vhashfile.C 1.37:
371: * src/types/pa_vhashfile.h 1.26:
372: * src/types/pa_vimage.C 1.26:
373: * src/types/pa_vimage.h 1.37:
374: * src/types/pa_vint.h 1.40:
375: * src/types/pa_vjunction.h 1.21:
376: * src/types/pa_vmail.C 1.54:
377: * src/types/pa_vmail.h 1.13:
378: * src/types/pa_vmath.C 1.4:
379: * src/types/pa_vmath.h 1.16:
380: * src/types/pa_vmemory.h 1.3:
381: * src/types/pa_vmethod_frame.C 1.3:
382: * src/types/pa_vmethod_frame.h 1.47:
383: * src/types/pa_vobject.C 1.15:
384: * src/types/pa_vobject.h 1.41:
385: * src/types/pa_vrequest.C 1.31:
386: * src/types/pa_vrequest.h 1.27:
387: * src/types/pa_vresponse.C 1.19:
388: * src/types/pa_vresponse.h 1.34:
389: * src/types/pa_vstateless_class.C 1.21:
390: * src/types/pa_vstateless_class.h 1.47:
391: * src/types/pa_vstateless_object.h 1.30:
392: * src/types/pa_vstatus.C 1.19:
393: * src/types/pa_vstatus.h 1.17:
394: * src/types/pa_vstring.C 1.24:
395: * src/types/pa_vstring.h 1.57:
396: * src/types/pa_vtable.C 1.24:
397: * src/types/pa_vtable.h 1.51:
398: * src/types/pa_vvoid.h 1.20:
399: * src/types/pa_vxdoc.C 1.26:
400: * src/types/pa_vxdoc.h 1.34:
401: * src/types/pa_vxnode.C 1.34:
402: * src/types/pa_vxnode.h 1.27:
403: * src/types/pa_wcontext.C 1.27:
404: * src/types/pa_wcontext.h 1.45:
405: * src/types/pa_wwrapper.h 1.30:
406: static const char * const IDENT
407:
408: * src/classes/date.C 1.55:
409: * src/classes/date.C 1.56:
410: * src/classes/date.C 1.57:
411: * src/classes/file.C 1.116:
412: * src/classes/file.C 1.117:
413: * src/classes/hash.C 1.63:
414: * src/classes/hash.C 1.64:
415: * src/classes/image.C 1.100:
416: * src/classes/image.C 1.101:
417: * src/classes/image.C 1.102:
418: * src/classes/mail.C 1.95:
419: * src/classes/math.C 1.37:
420: * src/classes/op.C 1.140:
421: * src/classes/op.C 1.141:
422: * src/classes/string.C 1.130:
423: * src/classes/string.C 1.131:
424: * src/classes/table.C 1.193:
425: * src/classes/xdoc.C 1.120:
426: * src/classes/xdoc.C 1.121:
427: * src/include/pa_array.h 1.61:
428: * src/include/pa_cache_managers.h 1.13:
429: * src/include/pa_pool.h 1.89:
430: * src/include/pa_request.h 1.171:
431: * src/include/pa_string.h 1.152:
432: * src/include/pa_stylesheet_connection.h 1.36:
433: * src/include/pa_table.h 1.55:
434: * src/main/compile_tools.h 1.70:
435: * src/main/pa_charset.C 1.42:
436: * src/main/pa_charset.C 1.43:
437: * src/main/pa_common.C 1.167:
438: * src/main/pa_dictionary.C 1.21:
439: * src/main/pa_dir.C 1.18:
440: * src/main/pa_request.C 1.259:
441: * src/main/pa_sql_driver_manager.C 1.75:
442: * src/main/pa_string.C 1.189:
443: * src/main/pa_string.C 1.190:
444: * src/main/pa_table.C 1.59:
445: * src/main/untaint.C 1.124:
446: * src/types/pa_value.C 1.14:
447: * src/types/pa_vcookie.C 1.60:
448: * src/types/pa_vdate.h 1.30:
449: * src/types/pa_vhash.h 1.48:
450: * src/types/pa_vhashfile.C 1.38:
451: * src/types/pa_vimage.h 1.38:
452: * src/types/pa_vmail.C 1.55:
453: * src/types/pa_vmethod_frame.C 1.4:
454: * src/types/pa_vmethod_frame.h 1.48:
455: * src/types/pa_vxnode.C 1.35:
456: * src/types/pa_wcontext.h 1.44:
457: more warnings --
458:
459: 2003-11-19 paf
460: * operators.txt 1.141:
461: * src/classes/op.C 1.136:
462: * src/include/pa_request.h 1.170:
463: * src/main/pa_request.C 1.254:
464: cache[...]{body}{catch block with $exception.handled[cache]
465: meaning "get expired cache, if any. else error"}
466:
467: * src/classes/op.C 1.135:
468: * src/include/pa_os.h 1.2:
469: * src/include/pa_request.h 1.169:
470: * src/main/pa_common.C 1.165:
471: cache: ^cache[] fallback
472: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
473:
474: * src/classes/op.C 1.137:
475: more ansi C++ comp
476:
477: 2003-11-12 paf
478: * src/classes/xnode.C 1.61:
479: replaceChild: 2nd param now named oldChild [copy/paste bug]
480:
481: 2003-11-11 paf
482: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
483: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
484: more C++ compatible [HP C++ failed]
485:
486: * operators.txt 1.139:
487: * operators.txt 1.140:
488: *** empty log message ***
489:
490: * bin/auto.p.dist.in 1.10:
491: colno
492:
493: 2003-11-10 paf
494: * src/types/pa_vhashfile.C 1.35:
495: * src/types/pa_vhashfile.h 1.25:
496: add: hashfile old serialize version and exipire now removes entries
497:
498: * operators.txt 1.135:
499: comment: updated
500:
501: * operators.txt 1.138:
502: * src/main/pa_request.C 1.253:
503: * src/types/Makefile.am 1.34:
504: * src/types/pa_vconsole.h 1.1:
505: * src/types/types.vcproj 1.4:
506: $console:line read/write [for nntp]
507:
508: * operators.txt 1.134:
509: * src/classes/hashfile.C 1.30:
510: * src/include/pa_common.h 1.96:
511: * src/main/pa_common.C 1.164:
512: * src/types/pa_vhashfile.C 1.34:
513: * src/types/pa_vhashfile.h 1.24:
514: ^hashfile.delete[] removes files altogether [and dir, if could]
515:
516: * src/types/pa_vconsole.h 1.2:
517: flush
518:
519: * src/types/Makefile.in 1.53:
520: *** empty log message ***
521:
522: * src/lib/sdbm/sdbm.c 1.3:
523: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
524: coded that that was error. fixed
525:
526: * src/types/pa_vhashfile.C 1.33:
527: sdbm: exception type change to file.access [regretfull can't
528: split it to different exceptions without modifying sdbm source
529: wich would prefer not to]
530:
531: * operators.txt 1.136:
532: mysql: transaction support: ?autocommit=0
533:
534: 2003-11-07 paf
535: * src/classes/date.C 1.52:
536: * src/classes/file.C 1.113:
537: * src/classes/hash.C 1.60:
538: * src/classes/hashfile.C 1.29:
539: * src/classes/image.C 1.97:
540: * src/classes/table.C 1.190:
541: * src/classes/xdoc.C 1.117:
542: * src/include/Makefile.am 1.6:
543: * src/include/pa_array.h 1.60:
544: * src/include/pa_pool.h 1.88:
545: * src/include/pa_request.h 1.168:
546: * src/main/Makefile.am 1.41:
547: * src/main/execute.C 1.300:
548: * src/main/main.vcproj 1.5:
549: * src/main/pa_pool.C 1.61:
550: * src/main/pa_request.C 1.252:
551: * src/targets/cgi/parser3.C 1.221:
552: * src/types/pa_vclass.C 1.18:
553: * src/types/pa_vclass.h 1.41:
554: * src/types/pa_vhashfile.h 1.23:
555: * src/types/pa_vobject.h 1.40:
556: * src/types/pa_vstateless_class.h 1.45:
557: resurrected: pool idea. now only for destructing objects at
558: request processing end
559:
560: * src/include/Makefile.in 1.14:
561: * src/main/Makefile.in 1.54:
562: *** empty log message ***
563:
564: 2003-11-06 paf
565: * src/classes/xdoc.C 1.116:
566: * src/classes/xnode.C 1.60:
567: * src/include/pa_charset.h 1.26:
568: * src/include/pa_globals.h 1.106:
569: * src/include/pa_stylesheet_connection.h 1.34:
570: * src/main/pa_exception.C 1.45:
571: * src/types/pa_vxnode.h 1.25:
572: XmlException changes
573:
574: * src/types/pa_vhashfile.C 1.30:
575: hashfile: foreach body can bodify $self
576:
577: * operators.txt 1.133:
578: * src/types/pa_vhashfile.C 1.32:
579: hashfile: clear & expiration [time in value. todo: move time to
580: key]
581:
582: * src/include/pa_memory.h 1.7:
583: * src/targets/cgi/parser3.C 1.220:
584: * src/types/pa_value.C 1.12:
585: * src/types/pa_value.h 1.114:
586: * src/types/pa_vcookie.C 1.58:
587: * src/types/pa_vhashfile.C 1.23:
588: * src/types/pa_vhashfile.h 1.18:
589: * www/htdocs/.htaccess 1.22:
590: hashfile implemented get/put [raw]
591:
592: * operators.txt 1.130:
593: * src/classes/hashfile.C 1.26:
594: * src/types/pa_vhashfile.C 1.25:
595: * src/types/pa_vhashfile.h 1.20:
596: hashfile: hash
597:
598: * src/lib/sdbm/Makefile.am 1.2:
599: * src/lib/sdbm/apr_file_io.C 1.1:
600: * src/lib/sdbm/apr_strings.C 1.1:
601: move to upper dir, .am updated
602:
603: * configure 1.69:
604: * configure.in 1.65:
605: * operators.txt 1.128:
606: * parser3.sln 1.6:
607: * src/classes/classes.vcproj 1.3:
608: * src/classes/hashfile.C 1.24:
609: * src/classes/xdoc.C 1.115:
610: * src/include/pa_config_fixed.h 1.61:
611: * src/include/pa_exception.h 1.40:
612: * src/include/pa_globals.h 1.105:
613: * src/include/pa_memory.h 1.6:
614: * src/include/pa_version.h 1.11:
615: * src/lib/ltdl/libltdl.vcproj 1.2:
616: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
617: * src/lib/ltdl/ltdl.vcproj 1.1:
618: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
619: * src/lib/sdbm/apr-include/apr.h 1.4:
620: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
621: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
622: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
623: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
624: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
625: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
626: * src/lib/sdbm/apr-include/apu.h 1.3:
627: * src/main/compile.tab.C 1.92:
628: * src/main/main.vcproj 1.3:
629: * src/main/pa_charset.C 1.39:
630: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
631: * src/targets/apache13/mod_parser3.c 1.8:
632: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
633: * src/targets/cgi/parser3.vcproj 1.4:
634: * src/types/Makefile.am 1.30:
635: * src/types/pa_vhash.C 1.4:
636: * src/types/pa_vhashfile.C 1.22:
637: * src/types/pa_vhashfile.h 1.17:
638: * src/types/pa_vxnode.h 1.24:
639: * src/types/types.vcproj 1.3:
640: * www/htdocs/.htaccess 1.21:
641: hashfile: started again with sdbm from apache
642:
643: * operators.txt 1.131:
644: * src/classes/hash.C 1.58:
645: * src/classes/hash.C 1.59:
646: * src/classes/hashfile.C 1.27:
647: * src/classes/hashfile.C 1.28:
648: * src/types/pa_vhashfile.C 1.26:
649: * src/types/pa_vhashfile.h 1.21:
650: hashfile: foreach
651:
652: * operators.txt 1.132:
653: * src/types/pa_vhashfile.C 1.27:
654: * src/types/pa_vhashfile.h 1.22:
655: hashfile: clear and proper locking
656:
657: * src/include/Makefile.in 1.13:
658: * src/include/pa_config_includes.h 1.26:
659: * src/include/pa_version.h 1.12:
660: our replacements of max& co only for cpp
661:
662: * parser3.sln 1.7:
663: * src/targets/apache13/p3runConfigure.in 1.14:
664: * src/targets/cgi/Makefile.am 1.49:
665: .vcproj & .am updated to include sdbm
666:
667: * operators.txt 1.129:
668: * src/classes/hashfile.C 1.25:
669: * src/types/pa_vhashfile.C 1.24:
670: * src/types/pa_vhashfile.h 1.19:
671: * tests/todo.txt 1.4:
672: hashfile: delete
673:
674: * configure.in 1.66:
675: * configure.in 1.67:
676: * src/classes/Makefile.am 1.46:
677: * src/classes/Makefile.in 1.58:
678: * src/include/Makefile.am 1.5:
679: * src/lib/Makefile.am 1.6:
680: * src/lib/Makefile.in 1.11:
681: * src/lib/sdbm/Makefile.am 1.3:
682: * src/lib/sdbm/Makefile.in 1.1:
683: * src/lib/sdbm/apr-include/Makefile.am 1.1:
684: * src/lib/sdbm/apr-include/Makefile.in 1.1:
685: * src/lib/sdbm/sdbm.vcproj 1.3:
686: * src/main/Makefile.am 1.39:
687: * src/main/Makefile.am 1.40:
688: * src/main/Makefile.in 1.53:
689: * src/targets/cgi/.cvsignore 1.3:
690: * src/targets/cgi/Makefile.in 1.65:
691: * src/types/Makefile.am 1.32:
692: * src/types/Makefile.am 1.33:
693: * src/types/Makefile.in 1.52:
694: *** empty log message ***
695:
696: * src/include/pa_common.h 1.95:
697: * src/include/pa_exception.h 1.41:
698: * src/include/pa_os.h 1.1:
699: * src/include/pa_xml_exception.h 1.1:
700: * src/lib/sdbm/sdbm.vcproj 1.1:
701: * src/main/main.vcproj 1.4:
702: * src/main/pa_common.C 1.162:
703: * src/main/pa_os.C 1.1:
704: * src/main/pa_xml_exception.C 1.1:
705: locking move to pa_os [along with pa_sleep]
706: apr-impl locking done
707:
708: * src/types/pa_vhashfile.C 1.29:
709: hashfile: clear now works [were trying to do that in foreach,
710: no errors, but surely wrong]
711:
712: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
713: * src/lib/sdbm/sdbm.c 1.2:
714: * src/lib/sdbm/sdbm.vcproj 1.2:
715: just compiled
716:
717: * tests/todo.txt 1.5:
718: hashfile: done
719:
720: * src/classes/op.C 1.134:
721: * src/main/pa_os.C 1.2:
722: just linked
723:
724: * src/classes/Makefile.am 1.45:
725: * src/types/Makefile.am 1.31:
726: .am sdbm INCLUDES updates
727:
728: 2003-11-05 paf
729: * src/lib/sdbm/apr-include/apr.h 1.2:
730: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
731: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
732: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
733: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
734: * src/lib/sdbm/apr-include/apu.h 1.1:
735: started porting: grabbed some parts of apr headers
736:
737: * src/lib/sdbm/Makefile.am 1.1:
738: * src/lib/sdbm/sdbm.c 1.1:
739: * src/lib/sdbm/sdbm_hash.c 1.1:
740: * src/lib/sdbm/sdbm_lock.c 1.1:
741: * src/lib/sdbm/sdbm_pair.c 1.1:
742: * src/lib/sdbm/sdbm_pair.h 1.1:
743: * src/lib/sdbm/sdbm_private.h 1.1:
744: * src/lib/sdbm/sdbm_tune.h 1.1:
745: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
746:
747: * src/lib/sdbm/apr-include/apr.h 1.1:
748: * src/lib/sdbm/apr-include/apr.h 1.3:
749: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
750: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
751: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
752: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
753: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
754: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
755: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
756: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
757: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
758: * src/lib/sdbm/apr-include/apu.h 1.2:
759: *** empty log message ***
760:
761: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
762: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
763: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
764: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
765: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
766: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
767: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
768: not has to be in \parser3project dir anymore
769:
770: * src/main/helpers/CaseFolding.txt 1.1:
771: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
772:
773: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
774: bugfix: had broken binary search [copied thoughtlessly from
775: xalan]
776:
777: 2003-11-04 paf
778: * operators.txt 1.124:
779: * src/classes/table.C 1.187:
780: * tests/todo.txt 1.2:
781: ^table::load
782: !$.separator[^#09]
783: !$.encloser["] <nothing> by default
784:
785: * operators.txt 1.125:
786: * src/classes/table.C 1.188:
787: * src/main/pa_string.C 1.186:
788: * tests/todo.txt 1.3:
789: ^table.save[...
790: $.separator[^#09]
791: $.encloser["] <nothing> by default
792:
793: * operators.txt 1.126:
794: * src/classes/mail.C 1.91:
795: * src/types/pa_vmail.C 1.52:
796: * src/types/pa_vmail.h 1.12:
797: !^mail:send[
798: $.options[unix: string to append to sendmail command line]
799:
800: * src/classes/Makefile.am 1.44:
801: * src/classes/Makefile.in 1.57:
802: classes.C to rebuild last
803:
804: * src/classes/mail.C 1.92:
805: * src/classes/table.C 1.189:
806: compiled on unix
807:
808: * operators.txt 1.127:
809: comment: ^mail:send[$.options[
810:
811: 2003-11-03 paf
812: * src/targets/cgi/parser3.C 1.219:
813: beauty: SIGUSRX removed qs= printing [already included into uri
814: xxx]
815:
816: * operators.txt 1.120:
817: * src/classes/date.C 1.49:
818: !^date::unix-timestamp()
819: !^date.unix-timestamp[]
820:
821: * operators.txt 1.121:
822: * src/classes/image.C 1.95:
823: * tests/todo.txt 1.1:
824: * www/htdocs/auto.p 1.21:
825: ^image.gif[filename] for $response:download
826:
827: * operators.txt 1.123:
828: * src/classes/table.C 1.186:
829: * src/main/pa_common.C 1.161:
830: ^table::load[; options:
831: !$.column-separator[^#09]
832: !$.column-encloser["]
833:
834: * operators.txt 1.122:
835: * src/include/pa_config_fixed.h 1.60:
836: * src/types/pa_vrequest.C 1.30:
837: $request:document-root
838:
839: * src/classes/date.C 1.50:
840: minor precaution
841:
842: 2003-10-31 paf
843: * src/include/pa_config_fixed.h 1.59:
844: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
845: *** empty log message ***
846:
1.27 paf 847: 2003-10-30 paf
848: * src/classes/date.C 1.47:
849: * src/classes/image.C 1.94:
850: improvement diagnostics: $now[^date::create[$undefined]] now is error
851:
852: * src/targets/apache13core/Makefile.am 1.4:
853: * src/targets/apache13core/Makefile.in 1.4:
854: gc include dir added, thanks to Victor Fedoseev for finding
855:
856: * src/main/pa_common.C 1.160:
857: read errors would now be reported 'actually read -1 bytes'
858:
859: * operators.txt 1.119:
860: * src/classes/date.C 1.48:
861: * src/types/pa_vdate.h 1.27:
862: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
863:
1.26 paf 864: 2003-10-24 paf
865: * Makefile.am 1.36:
866: * src/classes/Makefile.am 1.43:
867: * src/lib/cord/Makefile.am 1.3:
868: * src/lib/md5/Makefile.am 1.3:
869: * src/lib/pcre/Makefile.am 1.2:
870: * src/main/Makefile.am 1.37:
871: * src/targets/apache13/Makefile.am 1.18:
872: * src/targets/apache13core/Makefile.am 1.3:
873: * src/targets/cgi/Makefile.am 1.48:
874: * src/targets/isapi/Makefile.am 1.3:
875: .dsp/w -> .vcproj/sln
876:
877: * Makefile.in 1.50:
878: * src/classes/Makefile.in 1.56:
879: * src/include/pa_version.h 1.10:
880: * src/lib/cord/Makefile.in 1.3:
881: * src/lib/md5/Makefile.in 1.8:
882: * src/lib/pcre/Makefile.in 1.10:
883: * src/main/Makefile.am 1.38:
884: * src/main/Makefile.in 1.52:
885: * src/targets/apache13/Makefile.in 1.48:
886: * src/targets/apache13core/Makefile.in 1.3:
887: * src/targets/cgi/Makefile.in 1.64:
888: * src/targets/isapi/Makefile.in 1.13:
889: *** empty log message ***
890:
891: 2003-10-22 paf
892: * src/include/pa_request.h 1.167:
893: fixed: $h[^hash::create[]] $$h[1]
894:
895: 2003-10-21 paf
896: * src/classes/op.C 1.133:
897: * src/include/pa_request.h 1.166:
898: fixed: false 'endless recoursion' message with intensive throw-catches
899: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
900:
901: * operators.txt 1.118:
902: * src/include/pa_string.h 1.151:
903: * src/main/pa_string.C 1.185:
904: fixed: string.match[g] without <'> option produced columns with
905: NULL's, which gpf'ed at table.save time
906:
907: 2003-10-10 paf
908: * src/include/pa_string.h 1.150:
909: * src/main/compile.tab.C 1.91:
910: * www/htdocs/.htaccess 1.20:
911: CORD_chr does not check offset argument for validity
912: did that in String::Body::pos myself
913: http://i2/tasks/edit/?id=4577425257580789777
914:
915: 2003-10-07 paf
916: * src/main/compile.tab.C 1.90:
917: * src/main/compile.y 1.207:
918: ^if ( better error:
919: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
920:
921: 2003-10-03 paf
922: * parser3.sln 1.5:
923: * src/include/pa_dictionary.h 1.15:
924: * src/main/pa_dictionary.C 1.19:
925: * src/main/pa_string.C 1.184:
926: * src/targets/cgi/parser3.vcproj 1.3:
927: * www/htdocs/.htaccess 1.19:
928: dictionary optimized by precalculating cstr&length
929:
930: 2003-10-02 paf
931: * src/classes/op.C 1.132:
932: * src/include/pa_request.h 1.165:
933: * src/include/pa_stack.h 1.20:
934: * src/main/execute.C 1.299:
935: * src/main/pa_request.C 1.251:
936: * src/main/pa_sql_driver_manager.C 1.73:
937: * src/main/pa_stylesheet_manager.C 1.19:
938: * www/htdocs/.htaccess 1.18:
939: bugfix: ^throw context were saved/restored incompletely
940: http://www.parser.ru/forum/?id=21484
941:
942: 2003-09-30 paf
943: * src/targets/apache13/mod_parser3.c 1.7:
944: * src/targets/apache13/pa_httpd.h 1.4:
945: * src/targets/apache13core/mod_parser3.C 1.5:
946: content-type now changes
947:
948: * src/main/pa_string.C 1.183:
949: string::replace bug fix [were ignoring occurrances after lang-mismatched
950:
951: 2003-09-29 paf
952: * src/include/pa_charset.h 1.25:
953: * src/main/helpers/simple_folding.pl 1.1:
954: * src/main/pa_charset.C 1.38:
955: * src/main/pa_string.C 1.181:
956: * www/htdocs/auto.p 1.20:
957: utf-8 upper/lower
958:
959: * src/classes/string.C 1.127:
960: bugfix: s.right(>s.length) returned nothing
961:
962: * www/htdocs/base.p 1.7:
963: * www/htdocs/derived.p 1.25:
964: * www/htdocs/font.gif 1.2:
965: * www/htdocs/global.xsl 1.9:
966: * www/htdocs/index.html 1.213:
967: * www/htdocs/mailreceive.eml 1.4:
968: * www/htdocs/mailreceive.html 1.2:
969: * www/htdocs/operators.p 1.12:
970: * www/htdocs/parser-status.html 1.3:
971: * www/htdocs/people.dtd 1.2:
972: * www/htdocs/some.p 1.3:
973: removing old tests
974:
975: * src/main/pa_common.C 1.159:
976: bugfix: utf signature were not ignored due to typo error
977: http://i2/tasks/edit/?id=4573354650786434584
978:
979: * src/classes/table.C 1.184:
980: bugfix: flip: must produce nameless
981: http://i2/tasks/edit/?id=4573405524674081244
982:
983: * src/main/utf8-to-lower.inc 1.1:
984: * src/main/utf8-to-upper.inc 1.1:
985: generated by helper
986:
987: * src/main/pa_string.C 1.182:
988: string::serialize bug fix with zero-terminator
989:
990: * src/classes/table.C 1.185:
991: ^nameless_table.save column row now has no \t at the end
992:
993: * src/classes/form.C 1.36:
994: better error message: MAX_POST_SIZE_NAME to error message
995:
996: * src/include/pa_request.h 1.164:
997: * src/main/execute.C 1.298:
998: * src/main/pa_request.C 1.250:
999: @postprocess now takes $response:body/download
1000:
1001: 2003-09-26 paf
1002: * src/include/pa_string.h 1.149:
1003: * src/main/pa_common.C 1.157:
1004: * src/main/pa_string.C 1.180:
1005: * www/htdocs/.htaccess 1.17:
1006: String.for_each bug fixed [omited one-char cases]
1007:
1008: * src/main/untaint.C 1.121:
1009: removed needless const
1010:
1011: * src/main/untaint.C 1.122:
1012: removed needless field
1013:
1014: * src/classes/op.C 1.131:
1015: * src/include/pa_string.h 1.148:
1016: * src/main/pa_string.C 1.178:
1017: * www/htdocs/.htaccess 1.15:
1018: string::serialize/deserialize implemented
1019: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
1020:
1021: * src/include/pa_stack.h 1.19:
1022: bugfix: before collecting garbage, runtime-executor stack were
1023: cleared... BADLY
1024:
1025: * src/main/pa_string.C 1.179:
1026: * www/htdocs/.htaccess 1.16:
1027: * www/htdocs/auto.p 1.19:
1028: ^stirng.replace code used old param-convention on langs.append, fixed that
1029: search fo the like, found none
1030:
1031: 2003-09-25 paf
1032: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
1033: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
1034: string: debug: .v() functions aligned to that of eeparser3 look
1035:
1036: * src/include/pa_string.h 1.147:
1037: * src/include/pa_version.h 1.9:
1038: * src/main/pa_string.C 1.177:
1039: * src/main/untaint.C 1.120:
1040: templates and anonymous unions differences on unix
1041:
1042: * parser3.sln 1.4:
1043: * src/classes/file.C 1.112:
1044: * src/classes/image.C 1.93:
1045: * src/classes/mail.C 1.90:
1046: * src/classes/op.C 1.130:
1047: * src/classes/table.C 1.183:
1048: * src/classes/xdoc.C 1.114:
1049: * src/classes/xnode.C 1.59:
1050: * src/include/pa_cache_managers.h 1.11:
1051: * src/include/pa_charset.h 1.24:
1052: * src/include/pa_charsets.h 1.10:
1053: * src/include/pa_common.h 1.94:
1054: * src/include/pa_request.h 1.163:
1055: * src/include/pa_sql_driver_manager.h 1.28:
1056: * src/include/pa_string.h 1.146:
1057: * src/include/pa_stylesheet_manager.h 1.17:
1058: * src/include/pa_table.h 1.53:
1059: * src/lib/cord/cordbscs.c 1.3:
1060: * src/lib/cord/cordprnt.c 1.3:
1061: * src/lib/cord/cordxtra.c 1.4:
1062: * src/lib/cord/include/cord.h 1.3:
1063: * src/main/compile.tab.C 1.89:
1064: * src/main/compile_tools.h 1.69:
1065: * src/main/pa_charset.C 1.37:
1066: * src/main/pa_charsets.C 1.13:
1067: * src/main/pa_common.C 1.156:
1068: * src/main/pa_exec.C 1.52:
1069: * src/main/pa_request.C 1.249:
1070: * src/main/pa_sql_driver_manager.C 1.72:
1071: * src/main/pa_string.C 1.176:
1072: * src/main/pa_stylesheet_manager.C 1.18:
1073: * src/main/untaint.C 1.119:
1074: * src/types/pa_value.h 1.113:
1075: * src/types/pa_vimage.C 1.24:
1076: * src/types/pa_vmail.C 1.51:
1077: * src/types/pa_vmath.C 1.3:
1078: * src/types/pa_vstateless_class.h 1.44:
1079: * src/types/pa_vstatus.C 1.18:
1080: * src/types/pa_vxnode.C 1.33:
1081: * www/htdocs/.htaccess 1.14:
1082: string_fragments_to_cord merged to HEAD
1083:
1084: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
1085: removed warnings
1086:
1087: 2003-09-24 paf
1088: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
1089: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
1090: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
1091: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
1092: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
1093: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
1094: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
1095: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
1096: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
1097: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
1098: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
1099: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
1100: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
1101: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
1102: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
1103: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
1104: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
1105: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
1106: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
1107: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
1108: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
1109: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
1110: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
1111: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
1112: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
1113: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
1114: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
1115: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
1116: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
1117: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
1118: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
1119: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
1120: v() functions of String::Body, String::Languages and String itself
1121: StringBody->String::Body
1122:
1123: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
1124: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
1125: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
1126: langs: speed up by joining adjucent blocks of same char [
1127: CORD_append_block]
1128:
1129: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
1130: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
1131: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
1132: CORD_append_block showed no efficiency = never optimized anything.
1133: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
1134:
1135: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
1136: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
1137: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
1138: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
1139: aval/ works!
1140:
1141: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
1142: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
1143: aval is not actually working yet :(
1144: but more working &understood :)
1145:
1146: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
1147: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
1148: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
1149: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
1150: aval/ works!
1151: todo: save space by extending blocks when appending block with c == lastblock.c
1152:
1153: 2003-09-23 paf
1154: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
1155: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
1156: just compiled
1157: todo: serialize&deserialize
1158:
1159: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
1160: something even more works :)
1161:
1162: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
1163: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
1164: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
1165: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
1166: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
1167: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
1168: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
1169: main idea implemented, details left
1170:
1171: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
1172: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
1173: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
1174: something already works :)
1175:
1176: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
1177: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
1178: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
1179: something more works :)
1180:
1181: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
1182: $a[ok!]
1183: $a works!
1184:
1185: 2003-09-22 paf
1186: * src/classes/xdoc.C 1.112:
1187: * src/classes/xnode.C 1.57:
1188: new DOM2 methods from Alexandr Egorov <egr> (all?)
1189: xdoc:
1190: createAttributeNS
1191: createElementNS
1192: xnode:
1193: getAttributeNS
1194: setAttributeNS
1195: removeAttributeNS
1196: getAttributeNodeNS
1197: setAttributeNodeNS
1198: hasAttribute
1199: hasAttributeNS
1200:
1201: * src/classes/memory.C 1.3:
1202: * src/include/pa_memory.h 1.5:
1203: #ifdef GC_DEBUG
1204:
1205: * src/include/pa_memory.h 1.4:
1206: * src/main/pa_globals.C 1.159:
1207: when xml memory allocator returns 0, just die.
1208: http://i2/tasks/edit/?id=4570798492410259445
1209:
1210: * src/lib/cord/cordxtra.c 1.3:
1211: CORD_pos bugfix [failed to find 8bit chars due to bitwise
1212: operation signed-char error]
1213:
1214: * src/classes/xdoc.C 1.113:
1215: * src/classes/xnode.C 1.58:
1216: copy/paste comment bugfix
1217:
1218: 2003-09-19 paf
1219: * src/targets/apache13/mod_parser3.c 1.6:
1220: now compiles on MSVC7
1221:
1222: * operators.txt 1.117:
1223: * src/main/pa_common.C 1.155:
1224: merged
1225: $f[^file::load[binary;http://...]]
1226: $f.tables
1227:
1228: * src/types/pa_wcontext.C 1.26:
1229: output message: more practical suggestion
1230:
1231: 2003-09-02 paf
1232: * src/targets/apache13/mod_parser3.c 1.5:
1233: çàáûòîå èçìåíåíèå
1234:
1235: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
1236: forgot initializer
1237:
1238: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
1239: got rid of 'stdout' symbol reference on unix (users reported
1240: problems with some old libc)
1241:
1242: * operators.txt [release_3_0_8] 1.115.2.1:
1243: *** empty log message ***
1244:
1245: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
1246: printf is buffered, write(1 is not. can't flush stdout without
1247: referencing 'stdout' symbol. to hell with non-ansi libraries
1248: without 'stdout' symbol
1249:
1250: 2003-09-01 paf
1251: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
1252: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
1253: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
1254: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
1255: renamed to .c [lowercase] to correspond to runconfigure.
1256: added files to fix 'make dist'
1257:
1258: * src/targets/apache13/Makefile.am 1.17:
1259: * src/targets/apache13/Makefile.in 1.47:
1260: * src/targets/apache13/mod_parser3.c 1.4:
1261: merged with 3.1.0:
1262: renamed to .c [lowercase] to correspond to runconfigure.
1263: added files to fix 'make dist'
1264:
1265: * src/classes/date.C [release_3_0_8] 1.45.2.1:
1266: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
1267: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
1268: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
1269: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
1270: $date.TZ
1271: ^date.roll[TZ;new zone]
1272:
1273: * src/classes/image.C 1.92:
1274: memory handling bugs [unpatched 'new' calls]
1275:
1276: 2003-08-19 paf
1277: * src/types/pa_vmail.C 1.48:
1278: * src/types/pa_vmail.h 1.11:
1279: parses headers, still problems with body
1280:
1281: * src/types/pa_vmail.C 1.47:
1282: mail_receive just compiled
1283:
1284: * src/types/pa_vmail.C 1.50:
1285: turned off recoding in gmime (were still recoding headers)
1286:
1287: * src/include/pa_memory.h 1.3:
1288: * src/types/pa_value.h 1.111:
1289: -= few warnings
1290:
1291: * src/targets/apache13/mod_parser3.C 1.31:
1292: * src/targets/apache13/mod_parser3.c 1.2:
1293: .c
1294:
1295: * src/types/pa_vmail.C 1.49:
1296: works as before, same charset problems:
1297: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
1298:
1299: * src/targets/apache13/mod_parser3.C 1.30:
1300: * src/targets/apache13/pa_httpd.h 1.3:
1301: * src/targets/apache13core/mod_parser3.C 1.3:
1302: apache module compiled on MSVC7
1303:
1304: * src/types/pa_value.C 1.11:
1305: * src/types/pa_value.h 1.112:
1306: * src/types/pa_vdate.h 1.26:
1307: * src/types/pa_vrequest.C 1.29:
1308: * src/types/pa_vstring.h 1.56:
1309: * src/types/pa_vxdoc.C 1.25:
1310: * src/types/pa_vxnode.C 1.32:
1311: bark intefrace obsoleted, simplified a little
1312:
1313: * src/types/pa_vhash.C 1.3:
1314: * src/types/pa_vhash.h 1.47:
1315: _default+foreach bug refix [lost fix from 3.0.8]
1316:
1317: * src/types/pa_vcookie.C 1.57:
1318: in VC7
1319: if(type var=xxx){
1320: }else{
1321: now visible here
1322: }
1323:
1324: bug fix
1325:
1326: * src/main/compile.tab.C 1.87:
1327: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
1328: study shows that later in bison they've fixed that. would migrate to latest bison someday
1329:
1330: 2003-08-18 paf
1331: * src/classes/classes.vcproj 1.2:
1332: * src/include/pa_config_fixed.h 1.58:
1333: * src/main/main.vcproj 1.2:
1334: * src/types/types.vcproj 1.2:
1335: win32: continued process detaching from \parser3project directory
1336:
1337: * ~sak5c961f3101c36563.tmp 1.1:
1338: Temporary file created by Visual Studio .NET to detect Jalindi
1339: Igloo capabilities.
1340:
1341: * gnu.vcproj 1.1:
1342: * parser3.sln 1.1:
1343: * src/classes/classes.vcproj 1.1:
1344: * src/lib/cord/cord.vcproj 1.1:
1345: * src/lib/ltdl/libltdl.vcproj 1.1:
1346: * src/lib/md5/md5.vcproj 1.1:
1347: * src/lib/pcre/pcre.vcproj 1.1:
1348: * src/lib/pcre/pcre_dftables.vcproj 1.1:
1349: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
1350: * src/main/main.vcproj 1.1:
1351: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
1352: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
1353: * src/targets/cgi/parser3.vcproj 1.1:
1354: * src/targets/isapi/parser3isapi.vcproj 1.1:
1355: * src/types/types.vcproj 1.1:
1356: new VS project files
1357:
1358: * configure 1.68:
1359: * configure.in 1.64:
1360: * src/classes/Makefile.am 1.42:
1361: * src/classes/Makefile.in 1.55:
1362: * src/classes/classes.awk 1.8:
1363: * src/doc/footer.htm 1.3:
1364: * src/include/pa_config_fixed.h 1.57:
1365: * src/include/pa_version.h 1.8:
1366: * src/lib/Makefile.am 1.5:
1367: * src/lib/Makefile.in 1.10:
1368: * src/lib/patches/Makefile.in 1.12:
1369: * src/main/compile.tab.C 1.86:
1370: * src/main/pa_charset.C 1.36:
1371: * src/main/pa_string.C 1.175:
1372: * src/main/untaint.C 1.118:
1373: * src/types/pa_vmail.C 1.46:
1374: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
1375: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
1376: merged 3.1.0 latest changes
1377:
1378: * gnu.dsp 1.5:
1379: * gnu.vcproj.vspscc 1.1:
1380: * parser3.dsw 1.9:
1381: * parser3.vssscc 1.1:
1382: * src/classes/classes.dsp 1.31:
1383: * src/classes/classes.vcproj.vspscc 1.1:
1384: * src/lib/cord/cord.dsp 1.3:
1385: * src/lib/cord/cord.vcproj.vspscc 1.1:
1386: * src/lib/ltdl/libltdl.dsp 1.7:
1387: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
1388: * src/lib/md5/md5.dsp 1.5:
1389: * src/lib/md5/md5.vcproj.vspscc 1.1:
1390: * src/lib/pcre/pcre.dsp 1.4:
1391: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
1392: * src/lib/pcre/pcre_dftables.dsp 1.2:
1393: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
1394: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
1395: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
1396: * src/main/main.dsp 1.167:
1397: * src/main/main.vcproj.vspscc 1.1:
1398: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
1399: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
1400: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
1401: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
1402: * src/targets/cgi/parser3.dsp 1.66:
1403: * src/targets/cgi/parser3.vcproj 1.2:
1404: * src/targets/isapi/parser3isapi.dsp 1.44:
1405: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
1406: * src/types/types.dsp 1.42:
1407: * src/types/types.vcproj.vspscc 1.1:
1408: moved to MSVC 7
1409:
1410: 2003-08-15 paf
1411: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
1412: email addresses in forms:
1413: "non-ascii" <yyy>
1414: non-ascii <yyy>
1415: now encoded correctly
1416:
1417: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
1418: email addresses in forms:
1419: "non-ascii" <yyy>
1420: non-ascii <yyy>
1421: now encoded correctly [kinda merge from 3.0.8]
1422:
1423: 2003-07-29 paf
1424: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
1425: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
1426: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
1427: classes.awk added to make dist
1428:
1429: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
1430: just started --with-mail-receive
1431:
1432: 2003-07-28 paf
1433: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
1434: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
1435: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
1436: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
1437: removed circular dependence in src/classes, src/lib/gc now in dist
1438:
1439: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
1440: ^cache bug fix [were not working at all]
1441:
1442: 2003-07-25 paf
1443: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
1444: year
1445:
1.24 paf 1446: 2003-07-24 paf
1447: * INSTALL 1.33:
1448: * Makefile.am 1.35:
1449: * Makefile.in 1.49:
1450: * acsite.m4 1.2:
1451: * bin/Makefile.in 1.10:
1452: * configure 1.67:
1453: * configure.in 1.63:
1454: * etc/Makefile.in 1.15:
1455: * etc/parser3.charsets/Makefile.in 1.18:
1456: * etc/parser3.charsets/koi8-r.cfg 1.4:
1457: * etc/parser3.charsets/windows-1251.cfg 1.8:
1458: * operators.txt 1.116:
1459: * parser3.dsw 1.8:
1460: * src/Makefile.in 1.56:
1461: * src/classes/Makefile.am 1.41:
1462: * src/classes/Makefile.in 1.54:
1463: * src/classes/classes.C 1.19:
1464: * src/classes/classes.awk 1.7:
1465: * src/classes/classes.dsp 1.29:
1466: * src/classes/classes.h 1.24:
1467: * src/classes/date.C 1.46:
1468: * src/classes/double.C 1.54:
1469: * src/classes/file.C 1.111:
1470: * src/classes/form.C 1.35:
1471: * src/classes/hash.C 1.57:
1472: * src/classes/image.C 1.91:
1473: * src/classes/int.C 1.50:
1474: * src/classes/mail.C 1.89:
1475: * src/classes/math.C 1.34:
1476: * src/classes/memory.C 1.2:
1477: * src/classes/op.C 1.129:
1478: * src/classes/response.C 1.24:
1479: * src/classes/string.C 1.126:
1480: * src/classes/table.C 1.182:
1481: * src/classes/void.C 1.29:
1482: * src/classes/xdoc.C 1.111:
1483: * src/classes/xnode.C 1.56:
1484: * src/classes/xnode.h 1.19:
1485: * src/doc/exception.dox 1.2:
1486: * src/doc/index.dox 1.5:
1487: * src/doc/memory.dox 1.2:
1488: * src/doc/string.dox 1.5:
1489: * src/include/Makefile.am 1.4:
1490: * src/include/Makefile.in 1.12:
1491: * src/include/pa_array.h 1.59:
1492: * src/include/pa_cache_managers.h 1.10:
1493: * src/include/pa_charset.h 1.23:
1494: * src/include/pa_charsets.h 1.9:
1495: * src/include/pa_common.h 1.93:
1496: * src/include/pa_config_auto.h.in 1.38:
1497: * src/include/pa_config_fixed.h 1.56:
1498: * src/include/pa_config_includes.h 1.25:
1499: * src/include/pa_dictionary.h 1.14:
1500: * src/include/pa_dir.h 1.14:
1501: * src/include/pa_exception.h 1.39:
1502: * src/include/pa_exec.h 1.13:
1503: * src/include/pa_globals.h 1.104:
1504: * src/include/pa_hash.h 1.59:
1505: * src/include/pa_memory.h 1.2:
1506: * src/include/pa_opcode.h 1.25:
1507: * src/include/pa_operation.h 1.2:
1508: * src/include/pa_pool.h 1.87:
1509: * src/include/pa_pragma_pack_begin.h 1.7:
1510: * src/include/pa_pragma_pack_end.h 1.7:
1511: * src/include/pa_request.h 1.162:
1512: * src/include/pa_request_charsets.h 1.2:
1513: * src/include/pa_request_info.h 1.2:
1514: * src/include/pa_sapi.h 1.23:
1515: * src/include/pa_socks.h 1.12:
1516: * src/include/pa_sql_connection.h 1.31:
1517: * src/include/pa_sql_driver_manager.h 1.27:
1518: * src/include/pa_stack.h 1.18:
1519: * src/include/pa_string.h 1.145:
1520: * src/include/pa_stylesheet_connection.h 1.33:
1521: * src/include/pa_stylesheet_manager.h 1.16:
1522: * src/include/pa_table.h 1.52:
1523: * src/include/pa_threads.h 1.27:
1524: * src/include/pa_types.h 1.45:
1525: * src/include/pa_uue.h 1.5:
1526: * src/lib/Makefile.am 1.4:
1527: * src/lib/Makefile.in 1.9:
1528: * src/lib/cord/Makefile.am 1.2:
1529: * src/lib/cord/Makefile.in 1.2:
1530: * src/lib/cord/cord.dsp 1.2:
1531: * src/lib/cord/cordbscs.c 1.2:
1532: * src/lib/cord/cordprnt.c 1.2:
1533: * src/lib/cord/cordxtra.c 1.2:
1534: * src/lib/cord/include/Makefile.am 1.2:
1535: * src/lib/cord/include/Makefile.in 1.2:
1536: * src/lib/cord/include/cord.h 1.2:
1537: * src/lib/cord/include/ec.h 1.2:
1538: * src/lib/cord/include/private/Makefile.am 1.2:
1539: * src/lib/cord/include/private/Makefile.in 1.2:
1540: * src/lib/cord/include/private/cord_pos.h 1.2:
1541: * src/lib/cord/source.url 1.2:
1542: * src/lib/gc/Makefile.am 1.2:
1543: * src/lib/gc/Makefile.in 1.2:
1.25 paf 1544: * src/lib/gc/include/Makefile.am 1.2:
1545: * src/lib/gc/include/Makefile.in 1.2:
1546: * src/lib/gc/include/gc.h 1.2:
1.24 paf 1547: * src/lib/ltdl/Makefile.in 1.5:
1548: * src/lib/ltdl/libltdl.dsp 1.6:
1549: * src/lib/md5/Makefile.in 1.7:
1550: * src/lib/md5/pa_md5.h 1.8:
1551: * src/lib/md5/pa_md5c.c 1.10:
1552: * src/lib/patches/Makefile.am 1.4:
1553: * src/lib/patches/Makefile.in 1.11:
1554: * src/lib/patches/gc.patch 1.2:
1555: * src/lib/patches/gdome2.patch 1.2:
1556: * src/lib/patches/libxml2.patch 1.2:
1557: * src/lib/patches/libxslt.patch 1.2:
1558: * src/lib/pcre/Makefile.in 1.9:
1559: * src/lib/pcre/pcre.h 1.2:
1560: * src/lib/pcre/pcre_parser_ctype.c 1.4:
1561: * src/main/Makefile.am 1.36:
1562: * src/main/Makefile.in 1.51:
1563: * src/main/compile.C 1.70:
1564: * src/main/compile.tab.C 1.84:
1565: * src/main/compile.tab.C 1.85:
1566: * src/main/compile.y 1.206:
1567: * src/main/compile_tools.C 1.55:
1568: * src/main/compile_tools.h 1.68:
1569: * src/main/execute.C 1.297:
1570: * src/main/main.dsp 1.165:
1571: * src/main/pa_array.C 1.57:
1572: * src/main/pa_cache_managers.C 1.8:
1573: * src/main/pa_charset.C 1.35:
1574: * src/main/pa_charsets.C 1.12:
1575: * src/main/pa_common.C 1.154:
1576: * src/main/pa_dictionary.C 1.18:
1577: * src/main/pa_dir.C 1.15:
1578: * src/main/pa_exception.C 1.44:
1579: * src/main/pa_exec.C 1.51:
1580: * src/main/pa_globals.C 1.157:
1581: * src/main/pa_hash.C 1.54:
1582: * src/main/pa_memory.C 1.2:
1583: * src/main/pa_pool.C 1.60:
1584: * src/main/pa_request.C 1.248:
1585: * src/main/pa_socks.C 1.19:
1586: * src/main/pa_sql_driver_manager.C 1.71:
1587: * src/main/pa_string.C 1.174:
1588: * src/main/pa_stylesheet_manager.C 1.17:
1589: * src/main/pa_table.C 1.56:
1590: * src/main/pa_uue.C 1.5:
1591: * src/main/untaint.C 1.117:
1592: * src/sql/Makefile.in 1.12:
1593: * src/sql/pa_sql_driver.h 1.35:
1594: * src/targets/Makefile.am 1.10:
1595: * src/targets/Makefile.in 1.43:
1596: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
1597: * src/targets/apache13/Makefile.am 1.16:
1598: * src/targets/apache13/Makefile.in 1.46:
1599: * src/targets/apache13/mod_parser3.C 1.29:
1600: * src/targets/apache13/p3runConfigure.in 1.13:
1601: * src/targets/apache13/pa_httpd.h 1.2:
1602: * src/targets/apache13/pa_md5c.c 1.6:
1603: * src/targets/apache13/pa_pool.C 1.9:
1604: * src/targets/apache13/pa_threads.C 1.12:
1605: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
1606: * src/targets/apache13core/Makefile.am 1.2:
1607: * src/targets/apache13core/Makefile.in 1.2:
1608: * src/targets/apache13core/mod_parser3.C 1.2:
1609: * src/targets/apache13core/pa_threads.C 1.2:
1610: * src/targets/cgi/Makefile.am 1.47:
1611: * src/targets/cgi/Makefile.in 1.63:
1612: * src/targets/cgi/getopt.c 1.3:
1613: * src/targets/cgi/getopt.h 1.3:
1614: * src/targets/cgi/pa_pool.C 1.42:
1615: * src/targets/cgi/pa_threads.C 1.13:
1616: * src/targets/cgi/parser3.C 1.218:
1617: * src/targets/cgi/parser3.dsp 1.64:
1618: * src/targets/cgi/pool_storage.h 1.14:
1619: * src/targets/cgi/pp3.cmd 1.2:
1620: * src/targets/isapi/Makefile.am 1.2:
1621: * src/targets/isapi/Makefile.in 1.12:
1622: * src/targets/isapi/pa_pool.C 1.17:
1623: * src/targets/isapi/pa_threads.C 1.14:
1624: * src/targets/isapi/parser3isapi.C 1.83:
1625: * src/targets/isapi/parser3isapi.dsp 1.42:
1626: * src/targets/isapi/pool_storage.h 1.20:
1627: * src/types/Makefile.am 1.29:
1628: * src/types/Makefile.in 1.51:
1629: * src/types/pa_junction.h 1.2:
1630: * src/types/pa_method.h 1.2:
1631: * src/types/pa_value.C 1.10:
1632: * src/types/pa_value.h 1.110:
1633: * src/types/pa_vbool.h 1.22:
1634: * src/types/pa_vclass.C 1.17:
1635: * src/types/pa_vclass.h 1.40:
1636: * src/types/pa_vcode_frame.h 1.25:
1637: * src/types/pa_vcookie.C 1.56:
1638: * src/types/pa_vcookie.h 1.24:
1639: * src/types/pa_vdate.h 1.25:
1640: * src/types/pa_vdouble.h 1.43:
1641: * src/types/pa_venv.h 1.29:
1642: * src/types/pa_vfile.C 1.37:
1643: * src/types/pa_vfile.h 1.53:
1644: * src/types/pa_vform.C 1.75:
1645: * src/types/pa_vform.h 1.46:
1646: * src/types/pa_vhash.C 1.2:
1647: * src/types/pa_vhash.h 1.46:
1648: * src/types/pa_vimage.C 1.23:
1649: * src/types/pa_vimage.h 1.35:
1650: * src/types/pa_vint.h 1.39:
1651: * src/types/pa_vjunction.h 1.20:
1652: * src/types/pa_vmail.C 1.45:
1653: * src/types/pa_vmail.h 1.10:
1654: * src/types/pa_vmath.C 1.2:
1655: * src/types/pa_vmath.h 1.15:
1656: * src/types/pa_vmemory.h 1.2:
1657: * src/types/pa_vmethod_frame.C 1.2:
1658: * src/types/pa_vmethod_frame.h 1.46:
1659: * src/types/pa_vobject.C 1.13:
1660: * src/types/pa_vobject.h 1.39:
1661: * src/types/pa_vrequest.C 1.28:
1662: * src/types/pa_vrequest.h 1.26:
1663: * src/types/pa_vresponse.C 1.18:
1664: * src/types/pa_vresponse.h 1.33:
1665: * src/types/pa_vstateless_class.C 1.20:
1666: * src/types/pa_vstateless_class.h 1.43:
1667: * src/types/pa_vstateless_object.h 1.29:
1668: * src/types/pa_vstatus.C 1.17:
1669: * src/types/pa_vstatus.h 1.16:
1670: * src/types/pa_vstring.C 1.23:
1671: * src/types/pa_vstring.h 1.55:
1672: * src/types/pa_vtable.C 1.22:
1673: * src/types/pa_vtable.h 1.49:
1674: * src/types/pa_vvoid.h 1.18:
1675: * src/types/pa_vxdoc.C 1.24:
1676: * src/types/pa_vxdoc.h 1.32:
1677: * src/types/pa_vxnode.C 1.31:
1678: * src/types/pa_vxnode.h 1.23:
1679: * src/types/pa_wcontext.C 1.25:
1680: * src/types/pa_wcontext.h 1.43:
1681: * src/types/pa_wwrapper.h 1.29:
1682: * src/types/types.dsp 1.40:
1683: * www/htdocs/.htaccess 1.13:
1684: * www/htdocs/auto.p 1.18:
1685: * www/htdocs/index.html 1.212:
1686: moved tempate_gc to HEAD
1687:
1688: * parser3.dsw [template_gc] 1.7.6.1.2.4:
1689: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
1690: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
1691: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
1692: few paths for libxml debug/release changes
1693:
1694: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
1695: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
1696: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
1697: more step towards \parser3project not having to be in root
1698:
1699: * parser3.dsw [template_gc] 1.7.6.1.2.5:
1700: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
1701: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
1702: relative paths to xml&gc libs
1703:
1704: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
1705: PA_ -> pa_
1706:
1707: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
1708: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
1709: uuid bugfix
1710:
1711: * tests/141.html [template_gc] 1.1.2.2:
1712: * tests/Makefile [template_gc] 1.1.2.8.2.10:
1713: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
1714: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
1715: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
1716: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
1717: to reflect date format change (were - become ' ')
1718:
1.25 paf 1719: * src/classes/classes.dsp 1.30:
1720: * src/main/main.dsp 1.166:
1721: * src/main/pa_globals.C 1.158:
1722: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
1723: * src/targets/cgi/parser3.dsp 1.65:
1724: * src/targets/isapi/parser3isapi.dsp 1.43:
1725: * src/types/types.dsp 1.41:
1726: cvs: getting rid of win32xml pseudo project
1727:
1.24 paf 1728: * src/classes/math.C 1.33:
1729: merged uuid bugfix
1730:
1731: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 1732: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
1733: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 1734: release
1735:
1736: * src/classes/math.C [release_3_0_8] 1.33.2.1:
1737: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
1738: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
1739: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
1740: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
1741: apache module compiled [were minor unnecessary changes in lib
1742: md5 interface]
1743:
1.26 paf 1744: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
1745: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
1746: bad #endif fix
1747:
1.24 paf 1748: * tests/001.html 1.2:
1749: * tests/002.html 1.2:
1750: * tests/003.html 1.2:
1751: * tests/004.html 1.2:
1752: * tests/005.html 1.2:
1753: * tests/006.html 1.2:
1754: * tests/007.html 1.2:
1755: * tests/008.html 1.2:
1756: * tests/009.html 1.2:
1757: * tests/010.html 1.2:
1758: * tests/011.html 1.2:
1759: * tests/012.html 1.2:
1760: * tests/013.html 1.2:
1761: * tests/014.html 1.2:
1762: * tests/015.html 1.2:
1763: * tests/016.html 1.2:
1764: * tests/017.html 1.2:
1765: * tests/018.html 1.2:
1766: * tests/019.html 1.2:
1767: * tests/019paf2001.gif 1.2:
1768: * tests/020.html 1.2:
1769: * tests/021.html 1.2:
1770: * tests/022.html 1.2:
1771: * tests/022_dir/a.html 1.2:
1772: * tests/022_dir/b.txt 1.2:
1773: * tests/022_dir/c.htm 1.2:
1774: * tests/023.html 1.2:
1775: * tests/024.html 1.2:
1776: * tests/025.html 1.2:
1777: * tests/026.html 1.2:
1778: * tests/027.html 1.2:
1779: * tests/028.html 1.2:
1780: * tests/029.html 1.2:
1781: * tests/030.html 1.2:
1782: * tests/031.html 1.2:
1783: * tests/032.html 1.2:
1784: * tests/033.html 1.2:
1785: * tests/034.html 1.2:
1786: * tests/035.html 1.2:
1787: * tests/036.html 1.2:
1788: * tests/037.html 1.2:
1789: * tests/038.html 1.2:
1790: * tests/039.html 1.2:
1791: * tests/040.html 1.2:
1792: * tests/041.html 1.2:
1793: * tests/042.html 1.2:
1794: * tests/043.html 1.2:
1795: * tests/044.html 1.2:
1796: * tests/045.html 1.2:
1797: * tests/046.html 1.2:
1798: * tests/047.html 1.2:
1799: * tests/048.html 1.2:
1800: * tests/049.html 1.2:
1801: * tests/050.html 1.2:
1802: * tests/051.html 1.2:
1803: * tests/051b.p 1.2:
1804: * tests/051t.p 1.2:
1805: * tests/052.html 1.2:
1806: * tests/053.html 1.2:
1807: * tests/054.html 1.2:
1808: * tests/055.html 1.2:
1809: * tests/056.html 1.2:
1810: * tests/057.html 1.2:
1811: * tests/058.html 1.2:
1812: * tests/058_paf2000.png 1.2:
1813: * tests/059.html 1.2:
1814: * tests/060.html 1.2:
1815: * tests/061.dat 1.2:
1816: * tests/061.html 1.2:
1817: * tests/062.html 1.2:
1818: * tests/063.html 1.2:
1819: * tests/064.html 1.2:
1820: * tests/065.html 1.2:
1821: * tests/066.html 1.2:
1822: * tests/067.html 1.2:
1823: * tests/068.html 1.2:
1824: * tests/069.html 1.2:
1825: * tests/070.html 1.2:
1826: * tests/071.html 1.2:
1827: * tests/072.html 1.2:
1828: * tests/073.html 1.2:
1829: * tests/074.html 1.2:
1830: * tests/075.html 1.2:
1831: * tests/076.html 1.2:
1832: * tests/077.html 1.2:
1833: * tests/078.html 1.2:
1834: * tests/079.html 1.2:
1835: * tests/080.html 1.2:
1836: * tests/081.html 1.2:
1837: * tests/082.html 1.2:
1838: * tests/083.html 1.2:
1839: * tests/084.html 1.2:
1840: * tests/085.html 1.2:
1841: * tests/086.html 1.2:
1842: * tests/087.html 1.2:
1843: * tests/088.html 1.2:
1844: * tests/089.html 1.2:
1845: * tests/090.html 1.2:
1846: * tests/091.html 1.2:
1847: * tests/092.html 1.2:
1848: * tests/093.html 1.2:
1849: * tests/094.html 1.2:
1850: * tests/095.html 1.2:
1851: * tests/096.html 1.2:
1852: * tests/096_dir/163.jpg 1.2:
1853: * tests/096_dir/188.jpg 1.2:
1854: * tests/097.html 1.2:
1855: * tests/098.html 1.2:
1856: * tests/098font.gif 1.2:
1857: * tests/099.html 1.2:
1858: * tests/100.html 1.2:
1859: * tests/101.html 1.2:
1860: * tests/102.html 1.2:
1861: * tests/103.html 1.2:
1862: * tests/103mark.gif 1.2:
1863: * tests/103paf2001.gif 1.2:
1864: * tests/104.html 1.2:
1865: * tests/105.html 1.2:
1866: * tests/106.html 1.2:
1867: * tests/107.html 1.2:
1868: * tests/108.html 1.2:
1869: * tests/108.xsl 1.2:
1870: * tests/109.html 1.2:
1871: * tests/110.html 1.2:
1872: * tests/111.html 1.2:
1873: * tests/112.html 1.2:
1874: * tests/113.html 1.2:
1875: * tests/114.html 1.2:
1876: * tests/115.html 1.2:
1877: * tests/116.html 1.2:
1878: * tests/117.html 1.2:
1879: * tests/118.html 1.2:
1880: * tests/119.html 1.2:
1881: * tests/120.html 1.2:
1882: * tests/121.html 1.2:
1883: * tests/122.html 1.2:
1884: * tests/123.html 1.2:
1885: * tests/124.html 1.2:
1886: * tests/125.html 1.2:
1887: * tests/126.html 1.2:
1888: * tests/127.html 1.2:
1889: * tests/128.html 1.2:
1890: * tests/129.html 1.2:
1891: * tests/130.html 1.2:
1892: * tests/131.html 1.2:
1893: * tests/132.html 1.2:
1894: * tests/133.html 1.2:
1895: * tests/134.html 1.2:
1896: * tests/135.html 1.2:
1897: * tests/136.html 1.2:
1898: * tests/137.html 1.2:
1899: * tests/138.html 1.2:
1900: * tests/139.html 1.2:
1901: * tests/140.html 1.2:
1902: * tests/141.html 1.2:
1903: * tests/Makefile 1.2:
1904: * tests/descript.ion 1.2:
1905: * tests/outputs/create-dir 1.2:
1906: * tests/results/001.processed 1.2:
1907: * tests/results/002.processed 1.2:
1908: * tests/results/003.processed 1.2:
1909: * tests/results/004.processed 1.2:
1910: * tests/results/005.processed 1.2:
1911: * tests/results/006.processed 1.2:
1912: * tests/results/007.processed 1.2:
1913: * tests/results/008.processed 1.2:
1914: * tests/results/009.processed 1.2:
1915: * tests/results/010.processed 1.2:
1916: * tests/results/011.processed 1.2:
1917: * tests/results/012.processed 1.2:
1918: * tests/results/013.processed 1.2:
1919: * tests/results/014.processed 1.2:
1920: * tests/results/015.processed 1.2:
1921: * tests/results/016.processed 1.2:
1922: * tests/results/017.processed 1.2:
1923: * tests/results/018.processed 1.2:
1924: * tests/results/019.processed 1.2:
1925: * tests/results/020.processed 1.2:
1926: * tests/results/021.processed 1.2:
1927: * tests/results/022.processed 1.2:
1928: * tests/results/023.processed 1.2:
1929: * tests/results/024.processed 1.2:
1930: * tests/results/025.processed 1.2:
1931: * tests/results/026.processed 1.2:
1932: * tests/results/027.processed 1.2:
1933: * tests/results/028.processed 1.2:
1934: * tests/results/029.processed 1.2:
1935: * tests/results/030.processed 1.2:
1936: * tests/results/031.processed 1.2:
1937: * tests/results/032.processed 1.2:
1938: * tests/results/033.processed 1.2:
1939: * tests/results/034.processed 1.2:
1940: * tests/results/035.processed 1.2:
1941: * tests/results/036.processed 1.2:
1942: * tests/results/037.processed 1.2:
1943: * tests/results/038.processed 1.2:
1944: * tests/results/039.processed 1.2:
1945: * tests/results/040.processed 1.2:
1946: * tests/results/041.processed 1.2:
1947: * tests/results/042.processed 1.2:
1948: * tests/results/043.processed 1.2:
1949: * tests/results/044.processed 1.2:
1950: * tests/results/045.processed 1.2:
1951: * tests/results/046.processed 1.2:
1952: * tests/results/047.processed 1.2:
1953: * tests/results/048.processed 1.2:
1954: * tests/results/049.processed 1.2:
1955: * tests/results/050.processed 1.2:
1956: * tests/results/051.processed 1.2:
1957: * tests/results/052.processed 1.2:
1958: * tests/results/053.processed 1.2:
1959: * tests/results/054.processed 1.2:
1960: * tests/results/055.processed 1.2:
1961: * tests/results/056.processed 1.2:
1962: * tests/results/057.processed 1.2:
1963: * tests/results/058.processed 1.2:
1964: * tests/results/059.processed 1.2:
1965: * tests/results/060.processed 1.2:
1966: * tests/results/061.processed 1.2:
1967: * tests/results/062.processed 1.2:
1968: * tests/results/063.processed 1.2:
1969: * tests/results/064.processed 1.2:
1970: * tests/results/065.processed 1.2:
1971: * tests/results/066.processed 1.2:
1972: * tests/results/067.processed 1.2:
1973: * tests/results/068.processed 1.2:
1974: * tests/results/069.processed 1.2:
1975: * tests/results/070.processed 1.2:
1976: * tests/results/071.processed 1.2:
1977: * tests/results/072.processed 1.2:
1978: * tests/results/073.processed 1.2:
1979: * tests/results/074.processed 1.2:
1980: * tests/results/075.processed 1.2:
1981: * tests/results/076.processed 1.2:
1982: * tests/results/077.processed 1.2:
1983: * tests/results/078.processed 1.2:
1984: * tests/results/079.processed 1.2:
1985: * tests/results/080.processed 1.2:
1986: * tests/results/081.processed 1.2:
1987: * tests/results/082.processed 1.2:
1988: * tests/results/083.processed 1.2:
1989: * tests/results/084.processed 1.2:
1990: * tests/results/085.processed 1.2:
1991: * tests/results/086.processed 1.2:
1992: * tests/results/087.processed 1.2:
1993: * tests/results/088.processed 1.2:
1994: * tests/results/089.processed 1.2:
1995: * tests/results/090.processed 1.2:
1996: * tests/results/091.processed 1.2:
1997: * tests/results/092.processed 1.2:
1998: * tests/results/093.processed 1.2:
1999: * tests/results/094.processed 1.2:
2000: * tests/results/095.processed 1.2:
2001: * tests/results/096.processed 1.2:
2002: * tests/results/097.processed 1.2:
2003: * tests/results/098.processed 1.2:
2004: * tests/results/099.processed 1.2:
2005: * tests/results/100.processed 1.2:
2006: * tests/results/101.processed 1.2:
2007: * tests/results/102.processed 1.2:
2008: * tests/results/103.processed 1.2:
2009: * tests/results/104.processed 1.2:
2010: * tests/results/105.processed 1.2:
2011: * tests/results/106.processed 1.2:
2012: * tests/results/107.processed 1.2:
2013: * tests/results/108.processed 1.2:
2014: * tests/results/109.processed 1.2:
2015: * tests/results/110.processed 1.2:
2016: * tests/results/111.processed 1.2:
2017: * tests/results/112.processed 1.2:
2018: * tests/results/113.processed 1.2:
2019: * tests/results/114.processed 1.2:
2020: * tests/results/115.processed 1.2:
2021: * tests/results/116.processed 1.2:
2022: * tests/results/117.processed 1.2:
2023: * tests/results/118.processed 1.2:
2024: * tests/results/119.processed 1.2:
2025: * tests/results/120.processed 1.2:
2026: * tests/results/121.processed 1.2:
2027: * tests/results/122.processed 1.2:
2028: * tests/results/123.processed 1.2:
2029: * tests/results/124.processed 1.2:
2030: * tests/results/125.processed 1.2:
2031: * tests/results/126.processed 1.2:
2032: * tests/results/127.processed 1.2:
2033: * tests/results/128.processed 1.2:
2034: * tests/results/129.processed 1.2:
2035: * tests/results/130.processed 1.2:
2036: * tests/results/131.processed 1.2:
2037: * tests/results/132.processed 1.2:
2038: * tests/results/133.processed 1.2:
2039: * tests/results/134.processed 1.2:
2040: * tests/results/135.processed 1.2:
2041: * tests/results/136.processed 1.2:
2042: * tests/results/137.processed 1.2:
2043: * tests/results/138.processed 1.2:
2044: * tests/results/139.processed 1.2:
2045: * tests/results/140.processed 1.2:
2046: * tests/results/141.processed 1.2:
2047: * tests/run_parser.sh 1.2:
2048: merged(copied) to HEAD from template_gc
2049:
1.25 paf 2050: * tests/141.html [template_gc] 1.1.2.3:
2051: * tests/results/141.processed [template_gc] 1.1.2.3:
2052: fixed bug with too-small-a-buffer
2053:
1.24 paf 2054: 2003-07-23 paf
2055: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
2056: file ApacheModuleParser3Core.dsp was initially added on branch
2057: template_gc.
2058:
2059: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
2060: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
2061: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
2062: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
2063: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
2064: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
2065: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
2066: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
2067: stack top_index() fixed
2068:
2069: * src/targets/Makefile.am [template_gc] 1.9.24.1:
2070: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
2071: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
2072: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
2073: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
2074: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
2075: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
2076: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
2077: apache13 splitted to simplify apache build
2078:
2079: * src/lib/patches/gc.patch 1.1:
2080: file gc.patch was initially added on branch template_gc.
2081:
2082: * src/targets/apache13/mod_parser3.c 1.1:
2083: file mod_parser3.c was initially added on branch template_gc.
2084:
2085: * src/targets/apache13core/mod_parser3.C 1.1:
2086: file mod_parser3.C was initially added on branch template_gc.
2087:
2088: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
2089: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
2090: connection closing/caching fixed [connections were not closed
2091: put to cache]
2092:
2093: * src/targets/apache13core/Makefile.am 1.1:
2094: file Makefile.am was initially added on branch template_gc.
2095:
2096: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
2097: decided to support multithreading in apache module only on win32
2098: see that apache 1.3.28 supports it only in win32+netware...
2099:
2100: * src/targets/apache13/pa_httpd.h 1.1:
2101: file pa_httpd.h was initially added on branch template_gc.
2102:
2103: * src/targets/apache13core/Makefile.in 1.1:
2104: file Makefile.in was initially added on branch template_gc.
2105:
2106: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
2107: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
2108: proper dependence to rebuild p3conf from .in
2109:
2110: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
2111: minor style changes
2112:
2113: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
2114: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
2115: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
2116: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
2117: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
2118: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
2119: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
2120: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
2121: splitted apache to two projects to simplify separate c/c++ compilation
2122:
2123: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
2124: *** empty log message ***
2125:
2126: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
2127: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
2128: updated to new sapi interface
2129:
2130: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
2131: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
2132: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
2133: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
2134: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
2135: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
2136: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
2137: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
2138: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
2139: started splitting mod_parser3 into two parts: C and C++
2140:
2141: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
2142: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
2143: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
2144: renamed a little [to move to comman naming conv]
2145:
2146: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
2147: this bug remains even in latest-at-the-moment: gc6.2alpha6
2148: just reported to hans
2149:
2150: * src/targets/apache13/mod_parser3_main.C 1.1:
2151: file mod_parser3_main.C was initially added on branch
2152: template_gc.
2153:
1.25 paf 2154: * src/targets/apache13core/pa_threads.C 1.1:
2155: file pa_threads.C was initially added on branch template_gc.
2156:
1.24 paf 2157: 2003-07-22 paf
2158: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
2159: on win32 bugfix in handling shbang
2160:
2161: * INSTALL [template_gc] 1.31.6.4:
2162: disable-threads adviced
2163:
2164: * INSTALL [template_gc] 1.31.6.5:
2165: gc part updated stightly
2166:
2167: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
2168: out of memory is no longer coredump
2169:
2170: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
2171: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
2172: updated to new sapi interface
2173:
2174: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
2175: removed reduntant invariant check [there is one deeper in cord
2176: lib]
2177:
2178: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
2179: comment on OS
2180:
2181: 2003-07-21 paf
2182: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
2183: http:// CRLF now [merged from HEAD]
2184:
2185: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
2186: env passing fixed
2187:
2188: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
2189: file::exec/cgi environment variables now must be UPPERCASE and
2190: A-Z 0-9 _-
2191:
2192: * src/classes/Makefile.am [template_gc] 1.40.16.3:
2193: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
2194: removed circular dependency on classes.C
2195:
2196: * src/main/pa_common.C 1.153:
2197: http:// CRLF now
2198:
2199: 2003-07-02 paf
2200: * operators.txt [template_gc] 1.109.2.1.2.9:
2201: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
2202: renamed $memory:status fields to reflect their real meaning
2203:
2204: 2003-06-27 paf
2205: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
2206: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
2207: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
2208: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
2209: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
2210: merged from HEAD file::exec/cgi .charset
2211:
2212: 2003-06-26 paf
2213: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
2214: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
2215: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
2216: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
2217: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
2218: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
2219: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
2220: fixed several uninitialized local structures.
2221: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
2222:
2223: 2003-06-24 paf
2224: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
2225: simplified HASH_ALLOCATES_COUNT
2226:
2227: 2003-06-20 paf
2228: * operators.txt 1.115:
2229: * src/include/pa_globals.h 1.103:
2230: * src/main/pa_common.C 1.152:
2231: * src/main/pa_globals.C 1.156:
2232: introducing
2233: $f[^file::load[binary;http://...]]
2234: $f.tables
2235:
2236: 2003-06-06 paf
2237: * src/types/pa_vhash.h 1.45:
2238: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
2239: hash.field lookup first now: along with table. [were method
2240: lookup: inconsistent]
2241:
1.23 paf 2242: 2003-06-02 paf
2243: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
2244: empty string clone fixed to return writable memory
2245:
2246: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
2247: fix_line_breaks bug fix [terminating zero were not appended]
2248: which violated string invariant
2249:
2250: 2003-05-30 paf
2251: * src/main/pa_common.C 1.151:
2252: date format now
2253: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
2254:
2255: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
2256: date format now
2257: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
2258:
2259: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
2260: found minor bug, commended for future
2261:
2262: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
2263: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
2264: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
2265: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
2266: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
2267: initialized request_info properly
2268:
2269: 2003-05-28 paf
2270: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
2271: request_info.content_length can't be <0, size_t for some time
2272:
2273: 2003-05-26 paf
2274: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
2275: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
2276: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
2277: few forgotten <0 changed to !=STRING_NOT_FOUND
2278:
2279: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
2280: merged ffffu from HEAD
2281:
2282: 2003-05-11 paf
2283: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
2284: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
2285: think that found cause of premature doc free.
2286: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
2287: added holding-reference
2288:
2289: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
2290: xml memory debugging functions (ifdefed)
2291:
2292: 2003-04-29 paf
2293: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
2294: started digging on double free.
2295: on win32 found that that's perfectly normal.
2296:
2297: 2003-04-25 paf
2298: * src/classes/math.C 1.31:
2299: snprintf(buf, 3) become (buf,2) and failed to print anything.
2300: changed to quicker and simplier code
2301:
2302: * src/classes/hash.C 1.56:
2303: allowed ^hash::create[^rem{xxx}] [were to strict a check]
2304:
2305: * src/classes/table.C 1.180:
2306: * src/lib/md5/pa_md5c.c 1.9:
2307: minor compile errors
2308:
2309: * src/classes/table.C 1.181:
2310: table.join bug fix [bad limit check]
2311:
2312: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
2313: merged from HEAD: simpiler hash_string
2314:
2315: 2003-04-24 paf
2316: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
2317: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
2318: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
2319: ansi c fiolation syntax report
2320:
2321: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
2322: too strict assert loosened
2323:
2324: 2003-04-21 paf
2325: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
2326: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
2327: pp3 added to .am
2328:
2329: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
2330: merged from HEAD:
2331: "x:..." and "\\..." file names on Win32 considered disk-global
2332:
2333: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
2334: .5.6 version of libxml allows to install xmlMallocAtomic [
2335: author agreed to my suggestion], used that
2336:
2337: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
2338: assert added [looking for bug]
2339:
2340: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
2341: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
2342: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
2343: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
2344: attributed_meaning_to_string added L_UNSPECIFIED piece
2345: which was sortof OK, but violated string invariant [assertion barked on that]
2346: changed to L_PASS_APPEND, made that param obligatory
2347:
2348: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
2349: ^mail:send[$.body backward compatibility
2350:
2351: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
2352: pcre memory management changed to use GC memory
2353:
2354: * src/main/pa_request.C 1.247:
2355: "x:..." and "\\..." file names on Win32 considered disk-global
2356:
2357: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
2358: String::ArrayFragment::append_positions bug fixed [assert
2359: helped]
2360:
2361: 2003-04-18 paf
2362: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
2363: merged from HEAD:
2364: enabled '~' letter in filenames
2365:
2366: * src/main/untaint.C 1.116:
2367: enabled '~' letter in filenames
2368:
2369: 2003-04-16 paf
2370: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
2371: small bug introduced in autoptr times fixed
2372:
2373: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
2374: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
2375: fix: gcc reported tiny error
2376:
2377: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
2378: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
2379: merged from HEAD
2380:
2381: 2003-04-15 paf
2382: * operators.txt 1.112:
2383: * operators.txt [release_3_0_0007] 1.107.2.2:
2384: * src/classes/math.C 1.27:
2385: * src/lib/md5/pa_md5.h 1.7:
2386: * src/lib/md5/pa_md5c.c 1.8:
2387: ^math:md5[string]
2388: 16-byte digest
2389:
2390: * operators.txt 1.113:
2391: * src/classes/math.C 1.28:
2392: * src/classes/math.C 1.29:
2393: ^math:uuid[]
2394:
2395: * tests/results/141.processed 1.1:
2396: file 141.processed was initially added on branch template_gc.
2397:
2398: * operators.txt 1.114:
2399: * src/classes/math.C 1.30:
2400: ^math:uid64[]
2401:
2402: * operators.txt [template_gc] 1.109.2.1.2.8:
2403: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
2404: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
2405: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
2406: * tests/141.html [template_gc] 1.1.2.1:
2407: * tests/results/141.processed [template_gc] 1.1.2.1:
2408: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
2409: merged from head
2410: ^math:uuid[]
2411: ^math:uid64[]
2412: ^math:md5[string]
2413:
2414: test added: 141.html
2415:
2416: * tests/141.html 1.1:
2417: file 141.html was initially added on branch template_gc.
2418:
2419: * operators.txt [release_3_0_0007] 1.107.2.1:
2420: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
2421: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
2422: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
2423: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
2424: ^file::load[mode;name;
2425: $.offset
2426: $.limit
2427:
2428: 2003-04-14 paf
2429: * src/classes/table.C 1.178:
2430: more warnings
2431:
2432: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
2433: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
2434: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
2435: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
2436: removed checks in table::set_current, moved them back to table::locate
2437: implemented table::create/join ñ $.reverse
2438:
2439: * tests/results/140.processed 1.1:
2440: file 140.processed was initially added on branch template_gc.
2441:
2442: * src/include/pa_table.h 1.50:
2443: * src/main/pa_array.C 1.56:
2444: * src/main/pa_table.C 1.55:
2445: removed checks in table::set_current, moved them back to table
2446: :locate
2447:
2448: * src/classes/table.C 1.179:
2449: * src/include/pa_table.h 1.51:
2450: table $.distinct[tables] bug fixed
2451:
2452: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
2453: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
2454: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
2455: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
2456: * tests/140.html [template_gc] 1.1.2.1:
2457: * tests/results/140.processed [template_gc] 1.1.2.1:
2458: table $.reverse option works in create&co
2459: table $.distinct[tables] bug fix merged
2460:
2461: * tests/140.html 1.1:
2462: file 140.html was initially added on branch template_gc.
2463:
2464: * src/classes/math.C 1.26:
2465: * src/lib/md5/pa_md5.h 1.6:
2466: * src/lib/md5/pa_md5c.c 1.7:
2467: started ^math:md5
2468:
2469: 2003-04-11 paf
2470: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
2471: less xml, couple dup were valid
2472:
2473: * tests/128.html 1.1:
2474: file 128.html was initially added on branch template_gc.
2475:
2476: * tests/results/134.processed 1.1:
2477: file 134.processed was initially added on branch template_gc.
2478:
2479: * tests/129.html 1.1:
2480: file 129.html was initially added on branch template_gc.
2481:
2482: * tests/130.html 1.1:
2483: file 130.html was initially added on branch template_gc.
2484:
2485: * tests/results/126.processed 1.1:
2486: file 126.processed was initially added on branch template_gc.
2487:
2488: * tests/130.html [template_gc] 1.1.2.1:
2489: * tests/131.html [template_gc] 1.1.2.1:
2490: * tests/132.html [template_gc] 1.1.2.1:
2491: * tests/133.html [template_gc] 1.1.2.1:
2492: * tests/134.html [template_gc] 1.1.2.1:
2493: * tests/135.html [template_gc] 1.1.2.1:
2494: * tests/136.html [template_gc] 1.1.2.1:
2495: * tests/137.html [template_gc] 1.1.2.1:
2496: * tests/138.html [template_gc] 1.1.2.1:
2497: * tests/139.html [template_gc] 1.1.2.1:
2498: * tests/descript.ion [template_gc] 1.1.2.1:
2499: * tests/results/130.processed [template_gc] 1.1.2.1:
2500: * tests/results/131.processed [template_gc] 1.1.2.1:
2501: * tests/results/132.processed [template_gc] 1.1.2.1:
2502: * tests/results/133.processed [template_gc] 1.1.2.1:
2503: * tests/results/134.processed [template_gc] 1.1.2.1:
2504: * tests/results/135.processed [template_gc] 1.1.2.1:
2505: * tests/results/136.processed [template_gc] 1.1.2.1:
2506: * tests/results/137.processed [template_gc] 1.1.2.1:
2507: * tests/results/138.processed [template_gc] 1.1.2.1:
2508: * tests/results/139.processed [template_gc] 1.1.2.1:
2509: added few mustfail tests
2510: 130.html mustfail: empty regexp
2511: 131.html mustfail: invalid date/time
2512: 132.html mustfail: access to junction outside of context
2513: 133.html mustfail: access to junction outside of context, case version
2514: 134.html mustfail: hash: adding a key inside of foreach
2515: 135.html mustfail: modifying system class
2516: 136.html mustfail: $.name outside of $hash[here]
2517: 137.html mustfail: appendChild without import
2518: 138.html mustfail: invalid encoding inside of xml
2519: 139.html mustfail: bad XPath
2520:
2521: * tests/131.html 1.1:
2522: file 131.html was initially added on branch template_gc.
2523:
2524: * tests/results/136.processed 1.1:
2525: file 136.processed was initially added on branch template_gc.
2526:
2527: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
2528: context-style
2529:
2530: * tests/132.html 1.1:
2531: file 132.html was initially added on branch template_gc.
2532:
2533: * tests/results/128.processed 1.1:
2534: file 128.processed was initially added on branch template_gc.
2535:
2536: * tests/results/138.processed 1.1:
2537: file 138.processed was initially added on branch template_gc.
2538:
2539: * operators.txt [template_gc] 1.109.2.1.2.7:
2540: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
2541: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
2542: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
2543: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
2544: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
2545: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
2546: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
2547: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
2548: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
2549: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
2550: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
2551: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
2552: merged from HEAD
2553: from before_append_array_limit_sense_change
2554: to after_append_array_limit_sense_change
2555:
2556: * operators.txt [template_gc] 1.109.2.1.2.6:
2557: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
2558: * tests/084.html [template_gc] 1.1.2.1.2.1:
2559: * tests/125.html [template_gc] 1.1.2.1:
2560: * tests/126.html [template_gc] 1.1.2.1:
2561: * tests/127.html [template_gc] 1.1.2.1:
2562: * tests/128.html [template_gc] 1.1.2.1:
2563: * tests/129.html [template_gc] 1.1.2.1:
2564: * tests/results/125.processed [template_gc] 1.1.2.1:
2565: * tests/results/126.processed [template_gc] 1.1.2.1:
2566: * tests/results/127.processed [template_gc] 1.1.2.1:
2567: * tests/results/128.processed [template_gc] 1.1.2.1:
2568: * tests/results/129.processed [template_gc] 1.1.2.1:
2569: merged from HEAD
2570: ^table.hash[key][$.distinct[tables]]
2571:
2572: maked appropriate tests [changed one old nonconforming]
2573:
2574: * tests/descript.ion 1.1:
2575: file descript.ion was initially added on branch template_gc.
2576:
2577: * tests/133.html 1.1:
2578: file 133.html was initially added on branch template_gc.
2579:
2580: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
2581: removed bad lines
2582:
2583: * tests/results/131.processed 1.1:
2584: file 131.processed was initially added on branch template_gc.
2585:
2586: * tests/134.html 1.1:
2587: file 134.html was initially added on branch template_gc.
2588:
2589: * tests/135.html 1.1:
2590: file 135.html was initially added on branch template_gc.
2591:
2592: * tests/results/133.processed 1.1:
2593: file 133.processed was initially added on branch template_gc.
2594:
2595: * tests/136.html 1.1:
2596: file 136.html was initially added on branch template_gc.
2597:
2598: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
2599: const
2600:
2601: * tests/results/125.processed 1.1:
2602: file 125.processed was initially added on branch template_gc.
2603:
2604: * tests/137.html 1.1:
2605: file 137.html was initially added on branch template_gc.
2606:
2607: * operators.txt 1.110:
2608: * src/classes/table.C 1.174:
2609: ^table.hash[key][$.distinct[tables]]
2610:
2611: * tests/results/135.processed 1.1:
2612: file 135.processed was initially added on branch template_gc.
2613:
2614: * tests/138.html 1.1:
2615: file 138.html was initially added on branch template_gc.
2616:
2617: * operators.txt 1.111:
2618: * src/classes/date.C 1.45:
2619: * src/classes/table.C 1.176:
2620: * src/include/pa_array.h 1.58:
2621: * src/include/pa_common.h 1.92:
2622: * src/include/pa_config_includes.h 1.24:
2623: * src/include/pa_globals.h 1.102:
2624: * src/include/pa_table.h 1.49:
2625: * src/main/pa_array.C 1.55:
2626: * src/main/pa_globals.C 1.155:
2627: * src/main/pa_request.C 1.246:
2628: * src/main/pa_sql_driver_manager.C 1.70:
2629: * src/main/pa_string.C 1.173:
2630: * src/main/pa_table.C 1.54:
2631: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
2632: append_array_limit_sense_change
2633: locate accepts options same as create
2634: new option: $.reverse(1) [do not work in table::create]
2635:
2636: * tests/results/127.processed 1.1:
2637: file 127.processed was initially added on branch template_gc.
2638:
2639: * tests/139.html 1.1:
2640: file 139.html was initially added on branch template_gc.
2641:
2642: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
2643: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
2644: *** empty log message ***
2645:
2646: * tests/results/137.processed 1.1:
2647: file 137.processed was initially added on branch template_gc.
2648:
2649: * tests/results/130.processed 1.1:
2650: file 130.processed was initially added on branch template_gc.
2651:
2652: * tests/results/129.processed 1.1:
2653: file 129.processed was initially added on branch template_gc.
2654:
2655: * src/include/pa_common.h 1.91:
2656: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
2657: * src/main/pa_common.C 1.150:
2658: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
2659: gcc didn't like (stat xxx,
2660:
2661: * INSTALL [template_gc] 1.31.6.3:
2662: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
2663: * src/lib/Makefile.am [template_gc] 1.3.10.3:
2664: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
2665: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
2666: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
2667: re-added libgdome patch. regretfully libgdome bug can not be
2668: worked around
2669:
2670: * src/classes/xdoc.C 1.110:
2671: * src/classes/xnode.C 1.55:
2672: * src/include/pa_charset.h 1.22:
2673: merged fix for
2674: found very old xml (dom) bug:
2675: were passing domString objects and later ERROREOUSLY freed them
2676:
2677: * src/classes/table.C 1.175:
2678: * src/classes/table.C 1.177:
2679: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
2680: typo
2681:
2682: * tests/results/139.processed 1.1:
2683: file 139.processed was initially added on branch template_gc.
2684:
2685: * tests/125.html 1.1:
2686: file 125.html was initially added on branch template_gc.
2687:
2688: * tests/results/132.processed 1.1:
2689: file 132.processed was initially added on branch template_gc.
2690:
2691: * tests/126.html 1.1:
2692: file 126.html was initially added on branch template_gc.
2693:
2694: * tests/127.html 1.1:
2695: file 127.html was initially added on branch template_gc.
2696:
2697: 2003-04-10 paf
2698: * src/doc/string.dox [template_gc] 1.4.22.2:
2699: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
2700: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
2701: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
2702: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
2703: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
2704: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
2705: * tests/123.html [template_gc] 1.1.2.1:
2706: * tests/124.html [template_gc] 1.1.2.1:
2707: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
2708: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
2709: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
2710: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
2711: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
2712: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
2713: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
2714: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
2715: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
2716: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
2717: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
2718: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
2719: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
2720: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
2721: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
2722: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
2723: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
2724: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
2725: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
2726: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
2727: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
2728: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
2729: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
2730: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
2731: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
2732: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
2733: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
2734: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
2735: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
2736: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
2737: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
2738: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
2739: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
2740: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
2741: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
2742: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
2743: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
2744: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
2745: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
2746: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
2747: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
2748: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
2749: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
2750: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
2751: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
2752: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
2753: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
2754: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
2755: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
2756: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
2757: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
2758: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
2759: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
2760: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
2761: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
2762: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
2763: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
2764: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
2765: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
2766: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
2767: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
2768: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
2769: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
2770: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
2771: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
2772: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
2773: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
2774: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
2775: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
2776: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
2777: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
2778: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
2779: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
2780: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
2781: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
2782: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
2783: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
2784: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
2785: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
2786: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
2787: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
2788: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
2789: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
2790: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
2791: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
2792: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
2793: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
2794: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
2795: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
2796: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
2797: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
2798: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
2799: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
2800: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
2801: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
2802: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
2803: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
2804: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
2805: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
2806: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
2807: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
2808: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
2809: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
2810: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
2811: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
2812: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
2813: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
2814: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
2815: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
2816: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
2817: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
2818: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
2819: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
2820: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
2821: * tests/results/121.processed [template_gc] 1.1.2.2:
2822: * tests/results/122.processed [template_gc] 1.1.2.2:
2823: * tests/results/123.processed [template_gc] 1.1.2.1:
2824: * tests/results/124.processed [template_gc] 1.1.2.1:
2825: new convention: char* never 0. assert in cord on that
2826:
2827: * tests/124.html 1.1:
2828: file 124.html was initially added on branch template_gc.
2829:
2830: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
2831: couple more asserts
2832:
2833: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
2834: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
2835: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
2836: found very old xml (dom) bug:
2837: were passing domString objects and later ERROREOUSLY freed them
2838:
2839: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
2840: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
2841: bugfix on memory buffer overrun [but that's memory from
2842: gc_malloc, not from g_malloc :(, but would hope]
2843:
2844: * tests/results/123.processed 1.1:
2845: file 123.processed was initially added on branch template_gc.
2846:
2847: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
2848: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
2849: little transcodes speedup
2850:
2851: * tests/results/124.processed 1.1:
2852: file 124.processed was initially added on branch template_gc.
2853:
2854: * tests/123.html 1.1:
2855: file 123.html was initially added on branch template_gc.
2856:
2857: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
2858: checked custom malloc for returning 0
2859:
2860: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
2861: couple assertions on fantastic situations added [may be those
2862: is the case now?]
2863:
2864: 2003-04-09 paf
2865: * tests/122.html [template_gc] 1.1.2.1:
2866: * tests/results/122.processed [template_gc] 1.1.2.1:
2867: 122 date test <= and == added [after volatile fix. passes on
2868: win&intel-solaris]
2869:
2870: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
2871: custom profiling script:
2872: plist/ST << Sort by function time
2873:
2874: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
2875: merged ^date.roll changes
2876:
2877: * src/classes/date.C 1.44:
2878: ^date.roll bug fix
2879:
2880: * tests/results/122.processed 1.1:
2881: file 122.processed was initially added on branch template_gc.
2882:
2883: * tests/122.html 1.1:
2884: file 122.html was initially added on branch template_gc.
2885:
2886: * src/classes/date.C 1.43:
2887: ^date.roll now throws less errors:
2888: month shifts handles end of month situation by reducing day number
2889: hour-hole shift reduces hour to recover
2890:
2891: * src/targets/cgi/pp3.cmd 1.1:
2892: file pp3.cmd was initially added on branch template_gc.
2893:
2894: * operators.txt [template_gc] 1.109.2.1.2.5:
2895: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
2896: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
2897: http://
2898: $.charset[] param
2899: done
2900:
2901: 2003-04-08 paf
2902: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
2903: CORD_pos_advance turned out to have limit on 'n' param. worked
2904: that around
2905:
2906: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
2907: removed redundant & in CORD_pos param passing [for it's a
2908: pointer really]
2909:
2910: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
2911: merged PA_USE_ALARM bugfix from HEAD
2912:
2913: * src/lib/cord/source.url 1.1:
2914: file source.url was initially added on branch template_gc.
2915:
2916: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
2917: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
2918: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
2919: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
2920: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
2921: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
2922: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
2923: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
2924: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
2925: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
2926: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
2927: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
2928: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
2929: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
2930: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
2931: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
2932: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
2933: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
2934: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
2935: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
2936: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
2937: pa_vform violated String::invariant. started fixing [not
2938: compiled now]
2939:
2940: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
2941: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
2942: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
2943: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
2944: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
2945: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
2946: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
2947: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
2948: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
2949: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
2950: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
2951: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
2952: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
2953: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
2954: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
2955: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
2956: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
2957: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
2958: started http://
2959: $.charset[] param
2960: and
2961: http response charset detection
2962: just compiled.
2963: todo:test
2964:
2965: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
2966: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
2967: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
2968: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
2969: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
2970: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
2971: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
2972: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
2973: this allowed to fix one remaining String("123", 2) case
2974:
2975: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
2976: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
2977: *** empty log message ***
2978:
2979: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
2980: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
2981: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
2982: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
2983: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
2984: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
2985: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
2986: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
2987: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
2988: number of string style improvements & optimizations
2989:
2990: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
2991: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
2992: * src/lib/cord/source.url [template_gc] 1.1.2.1:
2993: From: "Boehm, Hans" <hans_boehm@hp.com>
2994: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
2995: Sent: Tuesday, April 08, 2003 2:16 AM
2996: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
2997:
2998:
2999: Thanks for the bug report and patch.
3000:
3001: I hadn't looked at this code in a while. Reading it now, it seems to me that the tests should also be ">= MAX_DEPTH" to comply with the invariant, though that may not matter a lot. I changed that, too.
3002:
3003: Hans
3004:
3005: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
3006: =0 bug fix [left from autoptr default ctor :(]
3007:
3008: 2003-04-07 paf
3009: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
3010: small style change
3011:
3012: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
3013: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
3014: CORD_cat bugfix
3015:
3016: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
3017: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
3018: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
3019: merged from head:safe mode error message now includes numbers
3020:
3021: * src/include/pa_common.h 1.90:
3022: * src/main/pa_common.C 1.149:
3023: * src/main/pa_exec.C 1.50:
3024: safe mode error message now includes numbers
3025:
3026: * src/main/execute.C 1.296:
3027: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
3028: n-th attempt to make a=a work with double.
3029: problem: as_double returns it's result in fp-register
3030: compiler optimizes access to that register after b->as_double,
3031: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
3032: _SAME_ double values do not match here.
3033: when forced to REload fp-register, values do match.
3034:
3035: tried to make them volatile.
3036:
3037: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
3038: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
3039: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
3040: unknown untaint lang now causes death
3041:
3042: 2003-04-04 paf
3043: * src/types/pa_vmail.C 1.44:
3044: mail receive: .txt attachemnts bug fix
3045: http://i2/tasks/edit/?id=4507350336410850921
3046:
3047: * src/main/pa_globals.C 1.154:
3048: exif mem leak
3049: http://i2/tasks/edit/?id=4480590323629807263
3050:
3051: * src/classes/classes.dsp 1.27:
3052: * src/lib/ltdl/libltdl.dsp 1.5:
3053: * src/lib/md5/md5.dsp 1.4:
3054: * src/lib/pcre/pcre.dsp 1.3:
3055: * src/main/compile.tab.C 1.82:
3056: * src/main/main.dsp 1.163:
3057: * src/main/pa_globals.C 1.153:
3058: * src/targets/cgi/parser3.dsp 1.62:
3059: * src/types/types.dsp 1.38:
3060: links to xml libs made relative, no need to unpack
3061: parser3project to /parser3project.
3062:
3063: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
3064: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
3065: more understandable error message in case @CLASS with more then
3066: one line inside
3067:
3068: * src/classes/classes.dsp 1.28:
3069: * src/main/main.dsp 1.164:
3070: * src/targets/cgi/parser3.dsp 1.63:
3071: * src/types/pa_vmail.C 1.43:
3072: * src/types/types.dsp 1.39:
3073: buf fix http://i2/tasks/edit/?id=4493946731322521294
3074: $.to[billgates@microsoft.com
3075: BCc: send-spam-to@someemails.ru
3076: ]
3077:
3078: * src/classes/file.C 1.110:
3079: * src/include/pa_exec.h 1.12:
3080: * src/main/pa_exec.C 1.49:
3081: incorportated pa_exec patch by
3082: From: "Victor Fedoseev" <vvf_ru@mail.ru>
3083: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
3084: Sent: Thursday, January 23, 2003 9:14 AM
3085:
3086: huge speedup on ^file::cgi with big result
3087:
3088: * configure [template_gc] 1.66.2.5.2.7:
3089: * tests/Makefile [template_gc] 1.1.2.8.2.8:
3090: * tests/Makefile [template_gc] 1.1.2.8.2.9:
3091: *** empty log message ***
3092:
3093: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
3094: more understandable error message in case of errors in @unhandled_exception
3095:
3096: * src/classes/math.C 1.25:
3097: allowed random 1...
3098:
3099: * src/classes/xdoc.C 1.109:
3100: memory allocation func bugfix
3101: http://i2/tasks/edit/?id=4499303470368629745
3102:
1.24 paf 3103: * src/classes/table.C 1.173:
3104: sort table with 0 rows bug fixed
3105:
1.23 paf 3106: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
3107: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
3108: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
3109: error column more precise - tab handling bug fixed
3110:
1.24 paf 3111: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
3112: allowed random 0..
3113:
1.23 paf 3114: * src/classes/hash.C 1.55:
3115: * src/types/pa_vhash.h 1.44:
3116: $hash._default showed in foreach & co bug fix
3117: http://i2/tasks/edit/?id=4493701604654042676
3118:
3119: @main[]
3120: $with_default[
3121: $.a[1]
3122: $._default[default from with_default]
3123: ]
3124: ^show[$with_default]
3125:
3126: $to_add_to[
3127: $.b[2]
3128: ]
3129: ^to_add_to.add[$with_default]
3130: =$to_add_to.xxx=<br>
3131:
3132:
3133: ^show[$to_add_to]
3134:
3135:
3136: $cloned[^hash::create[$with_default]]
3137: =$cloned.xxx=<br>
3138: ^show[$cloned]
3139:
3140:
3141: @show[hash]
3142: ^hash.foreach[k;v]{
3143: $k = $v <br>
3144:
3145: }
3146: <hr>
3147:
3148: 2003-04-03 paf
3149: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
3150: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
3151: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
3152: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
3153: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
3154: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
3155: strack trace reset after handled exception [old bug fixed]
3156:
3157: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
3158: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
3159: parse position old bug fixed.
3160: position reporting made precise [both, in parse erros and runtime errors]
3161:
3162: * operators.txt [template_gc] 1.109.2.1.2.4:
3163: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
3164: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
3165: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
3166: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
3167: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
3168: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
3169: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
3170: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
3171: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
3172: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
3173: * src/classes/memory.C [template_gc] 1.1.2.4:
3174: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
3175: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
3176: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
3177: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
3178: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
3179: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
3180: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
3181: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
3182: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
3183: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
3184: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
3185: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
3186: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
3187: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
3188: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
3189: MethodParams& now [methods without params receive zero
3190: reference, but they are expected not to look there]
3191:
3192: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
3193: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
3194: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
3195: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
3196: slightly improved error messages text:
3197: 1. is '%s', it
3198: 2. method undefined in case of ^void[]
3199:
1.24 paf 3200: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
3201: removed 'patches'
3202:
1.23 paf 3203: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
3204: top limit
3205:
3206: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
3207: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
3208: removed from trace 'a' exception when
3209: ^try{
3210: ^throw[a;1]
3211: }{
3212: ^throw[b;2]
3213: }
3214:
3215: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
3216:
3217:
3218: @main[]
3219: ^try{
3220: ^first[]
3221: }{
3222: ^throw[c;3]
3223: }
3224:
3225: @first[]
3226: ^throw[a;1]
3227:
3228: showed
3229: throw a
3230: first
3231: throw b
3232: try
3233:
3234: which is no good
3235:
3236: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
3237: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
3238: * tests/042.html [template_gc] 1.1.2.1.2.1:
3239: test 042 changed to realities, and passed [bug fixed]
3240:
3241: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
3242: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
3243: *** empty log message ***
3244:
3245: * operators.txt [template_gc] 1.109.2.1.2.3:
3246: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
3247: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
3248: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
3249: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
3250: ^process...[filename]
3251: useful for better error reporting [file/line/col]
3252:
3253: * INSTALL [template_gc] 1.31.6.2:
3254: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
3255: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
3256: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
3257: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
3258: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
3259: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
3260: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
3261: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
3262: debug info format simplified, now it's:
3263: OP_VALUE
3264: Operation::Origin << here
3265: value*
3266:
3267: higher limits:
3268: file number (max: 255)
3269: line number (max: 64535)
3270: column number (max: 255)
3271:
3272: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
3273: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
3274: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
3275: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
3276: precise parse error position in case of
3277:
3278: ^bug
3279: ]
3280:
3281: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
3282: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
3283: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
3284: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
3285: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
3286: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
3287: exception handling done. now we have error columns
3288: todo: test it
3289:
3290: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
3291: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
3292: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
3293: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
3294: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
3295: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
3296: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
3297: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
3298: introducing ^process...[main-method-alias]
3299:
3300: 2003-04-02 paf
3301: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
3302: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
3303: removed ref leak in xdoc::create/load
3304:
3305: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
3306: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
3307: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
3308: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
3309: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
3310: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
3311: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
3312: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
3313: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
3314: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
3315: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
3316: prepared debug info
3317: todo:use it
3318:
3319: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
3320: * tests/Makefile [template_gc] 1.1.2.8.2.6:
3321: replace bug fix [broke Dictionary constructor when moved to gc]
3322:
3323: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
3324: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
3325: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
3326: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
3327: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
3328: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
3329: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
3330: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
3331: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
3332: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
3333: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
3334: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
3335: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
3336: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
3337: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
3338: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
3339: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
3340: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
3341: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
3342: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
3343: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
3344: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
3345: more locally scoped vars in execute (more easily optimizable)
3346:
3347: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
3348: starting in gdome 0.7.4 this is no longer needed [author
3349: applied my patch]
3350:
3351: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
3352: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
3353: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
3354: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
3355: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
3356: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
3357: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
3358: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
3359: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
3360: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
3361: debug info: started using.
3362: todo:complete
3363:
3364: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
3365: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
3366: not patches now
3367:
3368: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
3369: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
3370: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
3371: uncommented http:// file loading
3372:
3373: * tests/Makefile [template_gc] 1.1.2.8.2.7:
3374: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
3375: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
3376: meta considered OK [it's up to coder now to remove it not
3377: needed]
3378:
3379: * configure [template_gc] 1.66.2.5.2.3:
3380: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
3381: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
3382: --enable-assertions autoconf-ed
3383:
3384: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
3385: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
3386: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
3387: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
3388: array::get/put inlined
3389:
3390: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
3391: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
3392: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
3393: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
3394: gif encoder bug fix [gdGrowingBuf]
3395:
3396: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
3397: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
3398: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
3399: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
3400: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
3401: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
3402: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
3403: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
3404: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
3405: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
3406: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
3407: all calls to String::String(str,helper_length) are checked.
3408: found/fixed one place:
3409: $request:body now zero-terminated,
3410:
3411: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
3412: decided against patching -- one can remove that header in @
3413: postprocess, if he/she wants to
3414:
3415: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
3416: strange mistake fixed: forgot to return Operation class->union
3417: after switching from autoptrs.
3418:
3419: * configure.in [template_gc] 1.62.2.5.2.4:
3420: * src/lib/Makefile.am [template_gc] 1.3.10.2:
3421: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
3422: removed patches
3423:
3424: * configure [template_gc] 1.66.2.5.2.4:
3425: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
3426: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
3427: *** empty log message ***
3428:
3429: * configure.in [template_gc] 1.62.2.5.2.3:
3430: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
3431: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
3432: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
3433: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
3434: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
3435: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
3436: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
3437: converted debug hacks to ANSI assertions
3438: started configure.in --enable-assertions
3439:
3440: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
3441: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
3442: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
3443: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
3444: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
3445: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
3446: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
3447: array get/put check become assertion
3448: iterator in methodframe filler
3449:
3450: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
3451: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
3452: globals.c: gc_substitute_memory_management_functions
3453: +installed CORD_oom function
3454:
3455: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
3456: found a way of dealing with charset tables without patching
3457: library [price: imposed limit of 10 user-defined charsets, but
3458: limit can be easily increased]
3459:
3460: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
3461: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
3462: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
3463: few for(size_t i=0...) -> for(Array_iterator... i(..); i
3464: has_next()
3465:
3466: 2003-04-01 paf
3467: * src/lib/gc/Makefile.am 1.1:
3468: * src/lib/gc/include/Makefile.am 1.1:
3469: file Makefile.am was initially added on branch template_gc.
3470:
3471: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
3472: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
3473: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
3474: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
3475: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
3476: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
3477: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
3478: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
3479: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
3480: prepared xml-static configuration
3481:
3482: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
3483: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
3484: xml memory debugging showed no errors. todo: debug parser memory
3485:
3486: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
3487: bug() to set bpt in (memory.c)
3488: some .am changes
3489:
3490: * src/lib/gc/Makefile.in 1.1:
3491: * src/lib/gc/include/Makefile.in 1.1:
3492: file Makefile.in was initially added on branch template_gc.
3493:
3494: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
3495: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
3496: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
3497: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
3498: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
3499: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
3500: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
3501: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
3502: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
3503: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
3504: fixed by remembering xmlDoc from dom object in xdoc.
3505: todo: do something with premature free of xdoc with xnodes/node values referring into it
3506:
3507: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
3508: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
3509: more build configurations
3510:
3511: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
3512: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
3513: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
3514: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
3515: moved memory debugging to global level: to pa_gc_malloc
3516:
3517: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
3518: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
3519: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
3520: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
3521: *** empty log message ***
3522:
3523: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
3524: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
3525: typo fix
3526:
3527: 2003-03-31 paf
3528: * INSTALL [template_gc] 1.31.6.1:
3529: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
3530: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
3531: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
3532: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
3533: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
3534: started xml lib memory debugging, simple checks failed:
3535: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
3536: heap situation changes = everything works fine
3537:
3538: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
3539: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
3540: worked around xmlRegisterCharEncodingHandler limitation [
3541: currently imposed limit of 10 user-defined charsets]
3542:
3543: 2003-03-28 paf
3544: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
3545: execution stack copied to local
3546: register
3547: variable, removed lots [~2e7) of memory accesses
3548:
3549: 2003-03-27 paf
3550: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
3551: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
3552: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
3553: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
3554: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
3555: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
3556: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
3557: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
3558: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
3559: fixed clients of &get():
3560: most to use non-ref version,
3561: some[in tight places] to get_unchecked_ref
3562:
3563: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
3564: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
3565: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
3566: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
3567: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
3568: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
3569: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
3570: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
3571: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
3572: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
3573: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
3574: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
3575: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
3576: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
3577: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
3578: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
3579: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
3580: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
3581: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
3582: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
3583: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
3584: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
3585: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
3586: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
3587: introducing append_help_length [radical improvement here]
3588:
3589: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
3590: GC_java_finalization turned off [was 'not recommened' in gc.h,
3591: on win32 noticed no difference]
3592:
3593: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
3594: returned checked array get [were disabled for debugging]
3595: result:not slower [don't understand that, it were INLINED]
3596: todo: find out a way of inlining it!
3597:
3598: * src/classes/memory.C [template_gc] 1.1.2.3:
3599: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
3600: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
3601: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
3602: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
3603: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
3604: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
3605: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
3606: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
3607: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
3608: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
3609: disabled gc, become even slower
3610:
3611: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
3612: * src/classes/memory.C [template_gc] 1.1.2.2:
3613: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
3614: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
3615: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
3616: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
3617: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
3618: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
3619: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
3620: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
3621: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
3622: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
3623: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
3624: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
3625: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
3626: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
3627: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
3628: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
3629: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
3630: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
3631: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
3632: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
3633: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
3634: Array::put(index, T>>&<< removed
3635: after Stack::pop wiping removed [moved to separate func]
3636: other Array & removed
3637:
3638: * src/lib/gc/include/gc_fake.h 1.1:
3639: file gc_fake.h was initially added on branch template_gc.
3640:
3641: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
3642: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
3643: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
3644: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
3645: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
3646: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
3647: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
3648: convention changed: all resulting strings are zero-terminated
3649:
3650: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
3651: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
3652: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
3653: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
3654: forgot to merge XML memory funcs replacement from gc branch
3655:
3656: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
3657: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
3658: XML memory funcs to GC works in debug, but fails in release
3659: todo: fix that
3660:
3661: * src/doc/memory.dox 1.1:
3662: file memory.dox was initially added on branch template_gc.
3663:
3664: * src/doc/memory.dox [template_gc] 1.1.2.1:
3665: forgot to add
3666:
3667: 2003-03-26 paf
3668: * src/lib/cord/include/private/cord_pos.h 1.1:
3669: file cord_pos.h was initially added on branch template_gc.
3670:
3671: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
3672: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
3673: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
3674: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
3675: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
3676: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
3677: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
3678: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
3679: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
3680: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
3681: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
3682: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
3683: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
3684: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
3685: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
3686: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
3687: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
3688: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
3689: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
3690: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
3691: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
3692: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
3693: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
3694: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
3695: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
3696: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
3697: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
3698: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
3699: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
3700: pre-evaluated .count() in some places
3701:
3702: * src/lib/cord/Makefile.am 1.1:
3703: * src/lib/cord/include/Makefile.am 1.1:
3704: * src/lib/cord/include/private/Makefile.am 1.1:
3705: file Makefile.am was initially added on branch template_gc.
3706:
3707: * src/lib/cord/Makefile.in 1.1:
3708: * src/lib/cord/include/Makefile.in 1.1:
3709: * src/lib/cord/include/private/Makefile.in 1.1:
3710: file Makefile.in was initially added on branch template_gc.
3711:
3712: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
3713: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
3714: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
3715: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
3716: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
3717: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
3718: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
3719: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
3720: .dsp updated to use lib/gc,lib/cord
3721:
3722: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
3723: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
3724: introducing lib/gc
3725:
3726: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
3727: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
3728: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
3729: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
3730: bundled gc includes
3731:
3732: * src/lib/cord/include/cord.h 1.1:
3733: file cord.h was initially added on branch template_gc.
3734:
3735: * src/lib/cord/include/ec.h 1.1:
3736: file ec.h was initially added on branch template_gc.
3737:
3738: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
3739: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
3740: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
3741: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
3742: * src/include/pa_version.h [template_gc] 1.7.16.1:
3743: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
3744: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
3745: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
3746: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
3747: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
3748: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
3749: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
3750: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
3751: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
3752: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
3753: a number of bugfixes [while testing first real site (aval)]
3754:
3755: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
3756: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
3757: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
3758: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
3759: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
3760: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
3761: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
3762: started profiling
3763:
3764: * src/lib/cord/include/gc.h 1.1:
3765: * src/lib/gc/include/gc.h 1.1:
3766: file gc.h was initially added on branch template_gc.
3767:
3768: * acsite.m4 1.1:
3769: file acsite.m4 was initially added on branch template_gc.
3770:
3771: * acsite.m4 [template_gc] 1.1.2.1:
3772: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
3773: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
3774: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
3775: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
3776: * src/classes/Makefile.am [template_gc] 1.40.16.2:
3777: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
3778: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
3779: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
3780: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
3781: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
3782: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
3783: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
3784: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
3785: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
3786: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
3787: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
3788: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
3789: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
3790: * src/include/pa_version.h [template_gc] 1.7.16.2:
3791: * src/lib/Makefile.am [template_gc] 1.3.10.1:
3792: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
3793: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
3794: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
3795: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
3796: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
3797: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
3798: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
3799: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
3800: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
3801: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
3802: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
3803: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
3804: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
3805: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
3806: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
3807: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
3808: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
3809: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
3810: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
3811: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
3812: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
3813: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
3814: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
3815: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
3816: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
3817: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
3818: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
3819: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
3820: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
3821: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
3822: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
3823: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
3824: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
3825: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
3826: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
3827: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
3828: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
3829: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
3830: configured math funcs
3831: ported pa_exec
3832:
3833: * src/classes/classes.dsp 1.26:
3834: * src/lib/ltdl/libltdl.dsp 1.4:
3835: * src/lib/md5/md5.dsp 1.3:
3836: * src/lib/pcre/pcre.dsp 1.2:
3837: * src/main/main.dsp 1.162:
3838: * src/targets/cgi/parser3.dsp 1.61:
3839: * src/types/types.dsp 1.37:
3840: .dsp profiling updated
3841:
3842: 2003-03-25 paf
3843: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
3844: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
3845: memory: new 'new' overloads for structure handling
3846:
1.24 paf 3847: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
3848: it was a bug in parser. updated 109 test result
3849:
1.23 paf 3850: * operators.txt [template_gc] 1.109.2.1.2.2:
3851: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
3852: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
3853: $status.memory
3854: used
3855: free
3856: since_compact
3857: process
3858:
3859: * src/doc/exception.dox 1.1:
3860: file exception.dox was initially added on branch template_gc.
3861:
3862: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
3863: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
3864: untaint.C L_MAIL_HEADER
3865:
3866: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
3867: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
3868: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
3869: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
3870: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
3871: xnode.C compiled, doc/node finalizers isntalled
3872:
3873: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
3874: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
3875: vxnode compiled
3876: xml linked
3877:
3878: * tests/results/121.processed 1.1:
3879: file 121.processed was initially added on branch template_gc.
3880:
3881: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
3882: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
3883: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
3884: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
3885: untaint.C L_SQL
3886:
3887: * src/types/pa_vmemory.h 1.1:
3888: file pa_vmemory.h was initially added on branch template_gc.
3889:
3890: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
3891: fixed transform params
3892:
3893: * operators.txt [template_gc] 1.109.2.1.2.1:
3894: * src/classes/Makefile.am [template_gc] 1.40.16.1:
3895: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
3896: * src/classes/memory.C [template_gc] 1.1.2.1:
3897: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
3898: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
3899: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
3900: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
3901: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
3902: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
3903: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
3904: ^memory:compact[]
3905:
3906: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
3907: vxdoc compiled
3908:
3909: * tests/121.html 1.1:
3910: file 121.html was initially added on branch template_gc.
3911:
3912: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
3913: * tests/Makefile [template_gc] 1.1.2.8.2.5:
3914: fixed transform params2
3915:
3916: * src/doc/string.dox [template_gc] 1.4.22.1:
3917: updated: new string internals
3918:
3919: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
3920: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
3921: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
3922: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
3923: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
3924: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
3925: removed StringBody(0) ambiguilty, introducting static
3926: StringBody::Format(int)
3927:
3928: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
3929: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
3930: * tests/Makefile [template_gc] 1.1.2.8.2.4:
3931: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
3932: fixed dom language [values are now considered tainted.
3933: it was a bug in parser. updated 107 test result
3934:
3935: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
3936: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
3937: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
3938: * src/doc/exception.dox [template_gc] 1.1.2.1:
3939: * src/doc/index.dox [template_gc] 1.4.8.1:
3940: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
3941: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
3942: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
3943: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
3944: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
3945: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
3946: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
3947: xdoc.C compiled
3948: todo: xnode.C / finalizers
3949:
3950: * src/classes/memory.C 1.1:
3951: file memory.C was initially added on branch template_gc.
3952:
3953: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
3954: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
3955: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
3956: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
3957: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
3958: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
3959: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
3960: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
3961: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
3962: * tests/121.html [template_gc] 1.1.2.1:
3963: * tests/results/121.processed [template_gc] 1.1.2.1:
3964: untaint.C L_URI
3965:
3966: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
3967: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
3968: fixed stylesheet caching
3969:
3970: 2003-03-24 paf
3971: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
3972: void.C compiled
3973:
3974: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
3975: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
3976: http://
3977:
3978: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
3979: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
3980: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
3981: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
3982: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
3983: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
3984: introducing string[body]::pos(char)
3985:
3986: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
3987: pa_vstatus.C compiled
3988:
3989: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
3990: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
3991: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
3992: String::ArrayFragment::append_positions fixed
3993:
3994: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
3995: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
3996: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
3997: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
3998: all linked
3999: todo: debug
4000:
4001: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
4002: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
4003: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
4004: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
4005: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
4006: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
4007: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
4008: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
4009: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
4010: image.C compiled
4011:
4012: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
4013: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
4014: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
4015: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
4016: mail.C compiled
4017:
4018: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
4019: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
4020: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
4021: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
4022: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
4023: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
4024: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
4025: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
4026: pa_vstateless_class.C compiled
4027:
4028: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
4029: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
4030: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
4031: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
4032: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
4033: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
4034: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
4035: hash.C compiled
4036:
4037: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
4038: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
4039: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
4040: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
4041: pa_value.C compiled
4042:
4043: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
4044: pa_vtable.C compiled
4045:
4046: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
4047: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
4048: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
4049: classes.lib
4050: main.lib compiled
4051:
4052: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
4053: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
4054: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
4055: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
4056: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
4057: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
4058: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
4059: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
4060: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
4061: * tests/Makefile [template_gc] 1.1.2.8.2.1:
4062: attempt to do gif encoding to CORD_ec [bad]
4063: would rewrite as realloc now
4064:
4065: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
4066: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
4067: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
4068: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
4069: all compiled.
4070: todo:link
4071:
4072: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
4073: pa_vfile.C compiled
4074:
4075: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
4076: * tests/Makefile [template_gc] 1.1.2.8.2.2:
4077: string::pos fixed
4078:
4079: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
4080: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
4081: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
4082: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
4083: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
4084: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
4085: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
4086: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
4087: op.C compiled
4088:
4089: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
4090: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
4091: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
4092: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
4093: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
4094: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
4095: table.C compiled
4096:
4097: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
4098: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
4099: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
4100: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
4101: pa_vcookie.C compiled
4102:
4103: * parser3.dsw [template_gc] 1.7.6.1.2.3:
4104: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
4105: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
4106: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
4107: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
4108: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
4109: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
4110: empty run passed OK
4111:
4112: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
4113: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
4114: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
4115: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
4116: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
4117: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
4118: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
4119: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
4120: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
4121: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
4122: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
4123: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
4124: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
4125: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
4126: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
4127: started XML
4128:
4129: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
4130: pa_vform.C compiled
4131:
4132: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
4133: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
4134: math.C compiled
4135:
4136: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
4137: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
4138: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
4139: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
4140: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
4141: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
4142: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
4143: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
4144: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
4145: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
4146: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
4147: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
4148: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
4149: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
4150: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
4151: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
4152: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
4153: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
4154: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
4155: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
4156: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
4157: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
4158: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
4159: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
4160: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
4161: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
4162: file.C
4163: table.C compiled
4164:
4165: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
4166: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
4167: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
4168: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
4169: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
4170: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
4171: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
4172: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
4173: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
4174: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
4175:
4176: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
4177: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
4178: int.C compiled
4179:
4180: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
4181: pa_wcontext.C compiled
4182:
4183: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
4184: pa_vstring.C compiled
4185:
4186: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
4187: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
4188: * tests/Makefile [template_gc] 1.1.2.8.2.3:
4189: string optimize bit implemented
4190:
4191: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
4192: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
4193: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
4194: hashcode implemented fully, including per-char callback [it can
4195: be - substr CORD node]
4196:
4197: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
4198: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
4199: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
4200: String::this_starts fixed
4201:
4202: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
4203: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
4204: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
4205: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
4206: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
4207: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
4208: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
4209: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
4210: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
4211: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
4212: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
4213: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
4214: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
4215: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
4216: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
4217: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
4218: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
4219: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
4220: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
4221: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
4222: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
4223: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
4224: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
4225: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
4226: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
4227: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
4228: 2*2 worked :)
4229:
4230: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
4231: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
4232: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
4233: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
4234: string.C compiled
4235:
4236: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
4237: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
4238: gif encoding rewritten to rewalloc with 100byte buf ahead
4239:
4240: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
4241: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
4242: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
4243: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
4244: pa_vmail.C compiled
4245:
4246: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
4247: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
4248: pa_vimage.C compiled
4249:
4250: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
4251: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
4252: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
4253: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
4254: main.lib compiled
4255:
4256: 2003-03-21 paf
4257: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
4258: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
4259: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
4260: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
4261: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
4262: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
4263: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
4264: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
4265: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
4266: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
4267: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
4268: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
4269: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
4270: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
4271: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
4272: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
4273: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
4274: pa_request.C 50% compiled
4275:
4276: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
4277: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
4278: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
4279: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
4280: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
4281: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
4282: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
4283: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
4284: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
4285: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
4286: pa_sql_driver_manager.C compiled
4287:
4288: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
4289: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
4290: test14 [bug fixed]
4291:
1.24 paf 4292: * src/classes/file.C 1.108:
4293: ^file::exec/cgi now does not pass post data by default.
4294: use: ^file::exec[...;$.stdin[$request.body]
4295:
1.23 paf 4296: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
4297: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
4298: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
4299: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
4300: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
4301: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
4302: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
4303: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
4304: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
4305: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
4306: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
4307: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
4308: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
4309: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
4310: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
4311: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
4312: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
4313: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
4314: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
4315: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
4316: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
4317: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
4318: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
4319: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
4320: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
4321: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
4322: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
4323: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
4324: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
4325: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
4326: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
4327: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
4328: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
4329: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
4330: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
4331: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
4332: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
4333: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
4334: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
4335: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
4336: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
4337: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
4338: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
4339: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
4340: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
4341: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
4342: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
4343: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
4344: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
4345: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
4346: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
4347: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
4348: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
4349: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
4350: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
4351: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
4352: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
4353: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
4354: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
4355: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
4356: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
4357: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
4358: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
4359: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
4360: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
4361: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
4362: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
4363: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
4364: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
4365: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
4366: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
4367: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
4368: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
4369: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
4370: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
4371: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
4372: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
4373: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
4374: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
4375: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
4376: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
4377: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
4378: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
4379: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
4380: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
4381: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
4382: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
4383: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
4384: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
4385: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
4386: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
4387: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
4388: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
4389: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
4390: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
4391: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
4392: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
4393: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
4394: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
4395: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
4396: introducing StringBody [C++ CORD wrapper]
4397:
4398: * src/main/pa_common.C 1.146:
4399: * src/main/pa_common.C 1.148:
4400: } typo bug fix
4401:
4402: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
4403: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
4404: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
4405: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
4406: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
4407: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
4408: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
4409: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
4410: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
4411: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
4412: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
4413: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
4414: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
4415: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
4416: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
4417: pa_request.C compiled
4418:
4419: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
4420: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
4421: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
4422: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
4423: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
4424: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
4425: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
4426: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
4427: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
4428: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
4429: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
4430: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
4431: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
4432: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
4433: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
4434: execute.C compiled
4435:
4436: * src/main/pa_common.C 1.147:
4437: * src/targets/cgi/parser3.C 1.217:
4438: *** empty log message ***
4439:
4440: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
4441: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
4442: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
4443: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
4444: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
4445: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
4446: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
4447: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
4448: pa_charsets.C compiled
4449:
4450: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
4451: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
4452: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
4453: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
4454: pa_exec.C compiled [win32 only for now] todo: on unix
4455:
4456: * src/classes/file.C 1.109:
4457: * src/include/pa_charset.h 1.21:
4458: * src/main/pa_charset.C 1.34:
4459: $file::exec/cgi[script;
4460: $.charset[this is script's charset]
4461:
4462: command line, env values, input got transcoded before call
4463: stdout, stderr got transcoded after call
4464:
4465: 2003-03-20 paf
4466: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
4467: this_starts fixed
4468:
4469: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
4470: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
4471: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
4472: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
4473: cord bug fix, but still errors
4474: todo: clear out
4475:
4476: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
4477: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
4478: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
4479: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
4480: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
4481: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
4482: test: gc/exit runned OK
4483:
4484: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
4485: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
4486: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
4487: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
4488: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
4489: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
4490: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
4491: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
4492: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
4493: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
4494: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
4495: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
4496: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
4497: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
4498: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
4499: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
4500: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
4501: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
4502: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
4503: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
4504: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
4505: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
4506: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
4507: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
4508: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
4509: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
4510: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
4511: untaint.C 99% [except mail&sql&optimize]
4512:
1.24 paf 4513: * src/types/pa_vmail.C 1.42:
4514: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
4515: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
4516:
4517: todo: find out why so many filters(stream) here. probably wrong?
4518:
1.23 paf 4519: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
4520: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
4521: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
4522: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
4523: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
4524: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
4525: test compiled
4526:
4527: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
4528: more tests
4529:
4530: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
4531: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
4532: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
4533: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
4534: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
4535: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
4536: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
4537: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
4538: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
4539: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
4540: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
4541: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
4542: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
4543: more tests [bugs fixed]
4544:
1.24 paf 4545: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
4546: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
4547: added: assertion on new String ctor & append params convention
4548:
1.23 paf 4549: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
4550: string.pos fixed
4551:
4552: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
4553: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
4554: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
4555: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
4556: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
4557: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
4558: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
4559: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
4560: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
4561: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
4562: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
4563: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
4564: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
4565: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
4566: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
4567: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
4568: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
4569: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
4570: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
4571: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
4572: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
4573: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
4574: more tests OK
4575:
4576: * parser3.dsw [template_gc] 1.7.6.1.2.2:
4577: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
4578: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
4579: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
4580: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
4581: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
4582: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
4583: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
4584: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
4585: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
4586: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
4587: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
4588: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
4589: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
4590: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
4591: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
4592: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
4593: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
4594: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
4595: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
4596: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
4597: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
4598: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
4599: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
4600: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
4601: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
4602: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
4603: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
4604: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
4605: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
4606: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
4607: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
4608: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
4609: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
4610: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
4611: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
4612: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
4613: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
4614: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
4615: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
4616: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
4617: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
4618: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
4619: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
4620: untaint.C 30%,
4621: pa_common.C [done, without http for now]
4622:
4623: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
4624: warning
4625:
4626: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
4627: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
4628: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
4629: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
4630: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
4631: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
4632: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
4633: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
4634: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
4635: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
4636: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
4637: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
4638: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
4639: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
4640: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
4641: undone bad replaces
4642:
4643: 2003-03-19 paf
4644: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
4645: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
4646: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
4647: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
4648: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
4649: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
4650: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
4651: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
4652: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
4653: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
4654: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
4655: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
4656: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
4657: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
4658: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
4659: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
4660: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
4661: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
4662: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
4663: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
4664: string reimplementation with cord+array<fragment>: 70%
4665:
4666: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
4667: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
4668: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
4669: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
4670: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
4671: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
4672: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
4673: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
4674: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
4675: restored bad replaces
4676:
4677: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
4678: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
4679: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
4680: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
4681: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
4682: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
4683: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
4684: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
4685: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
4686: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
4687: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
4688: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
4689: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
4690: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
4691: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
4692: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
4693: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
4694: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
4695: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
4696: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
4697: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
4698: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
4699: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
4700: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
4701: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
4702: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
4703: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
4704: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
4705: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
4706: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
4707: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
4708: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
4709: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
4710: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
4711: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
4712: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
4713: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
4714: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
4715: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
4716: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
4717: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
4718: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
4719: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
4720: started test
4721:
4722: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
4723: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
4724: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
4725: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
4726: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
4727: string compiled
4728: todo: test it
4729:
4730: 2003-03-18 paf
4731: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
4732: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
4733: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
4734: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
4735: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
4736: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
4737: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
4738: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
4739: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
4740: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
4741: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
4742: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
4743: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
4744: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
4745: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
4746: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
4747: lots of replacements,
4748: todo:we can ignore lang in cmp and pos really,
4749: but would split properly!
4750:
4751: * src/include/pa_pool.h [gc] 1.86.4.2:
4752: * src/main/execute.C [gc] 1.295.4.2:
4753: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
4754: gc logging
4755:
4756: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
4757: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
4758: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
4759: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
4760: gc: cord part made parser/src/lib: it's not compiled into libgc
4761: by default
4762:
4763: * src/lib/cord/cordxtra.c 1.1:
4764: file cordxtra.c was initially added on branch template_gc.
4765:
4766: * src/lib/cord/cordbscs.c 1.1:
4767: file cordbscs.c was initially added on branch template_gc.
4768:
4769: * parser3.dsw [template_gc] 1.7.6.1.2.1:
4770: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
4771: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
4772: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
4773: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
4774: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
4775: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
4776: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
4777: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
4778: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
4779: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
4780: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
4781: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
4782: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
4783: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
4784: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
4785: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
4786: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
4787: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
4788: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
4789: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
4790: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
4791: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
4792: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
4793: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
4794: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
4795: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
4796: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
4797: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
4798: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
4799: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
4800: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
4801: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
4802: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
4803: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
4804: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
4805: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
4806: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
4807: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
4808: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
4809: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
4810: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
4811: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
4812: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
4813: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
4814: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
4815: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
4816: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
4817: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
4818: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
4819: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
4820: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
4821: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
4822: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
4823: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
4824: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
4825: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
4826: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
4827: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
4828: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
4829: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
4830: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
4831: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
4832: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
4833: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
4834: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
4835: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
4836: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
4837: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
4838: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
4839: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
4840: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
4841: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
4842: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
4843: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
4844: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
4845: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
4846: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
4847: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
4848: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
4849: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
4850: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
4851: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
4852: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
4853: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
4854: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
4855: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
4856: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
4857: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
4858: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
4859: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
4860: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
4861: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
4862: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
4863: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
4864: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
4865: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
4866: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
4867: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
4868: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
4869: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
4870: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
4871: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
4872: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
4873: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
4874: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
4875: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
4876: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
4877: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
4878: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
4879: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
4880: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
4881: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
4882: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
4883: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
4884: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
4885: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
4886: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
4887: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
4888: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
4889: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
4890: started porting to gc:
4891: PA_Object done
4892: lots of replacements also
4893:
4894: * src/lib/cord/cordprnt.c 1.1:
4895: file cordprnt.c was initially added on branch template_gc.
4896:
4897: * src/lib/cord/cord.dsp 1.1:
4898: file cord.dsp was initially added on branch template_gc.
4899:
4900: 2003-03-17 paf
4901: * src/classes/date.C [gc] 1.42.4.1:
4902: * src/classes/file.C [gc] 1.107.4.1:
4903: * src/classes/form.C [gc] 1.34.4.1:
4904: * src/classes/image.C [gc] 1.90.4.1:
4905: * src/classes/mail.C [gc] 1.88.4.1:
4906: * src/classes/op.C [gc] 1.127.4.1:
4907: * src/classes/table.C [gc] 1.172.4.1:
4908: * src/classes/xdoc.C [gc] 1.108.4.1:
4909: * src/classes/xnode.C [gc] 1.54.4.1:
4910: * src/include/pa_pool.h [gc] 1.86.4.1:
4911: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
4912: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
4913: * src/include/pa_string.h [gc] 1.144.4.1:
4914: * src/include/pa_types.h [gc] 1.44.4.1:
4915: * src/main/compile.C [gc] 1.69.4.1:
4916: * src/main/compile.tab.C [gc] 1.81.4.1:
4917: * src/main/execute.C [gc] 1.295.4.1:
4918: * src/main/pa_charset.C [gc] 1.33.4.1:
4919: * src/main/pa_common.C [gc] 1.145.2.1:
4920: * src/main/pa_exception.C [gc] 1.43.4.1:
4921: * src/main/pa_exec.C [gc] 1.48.4.1:
4922: * src/main/pa_globals.C [gc] 1.152.4.1:
4923: * src/main/pa_pool.C [gc] 1.59.4.1:
4924: * src/main/pa_request.C [gc] 1.245.4.1:
4925: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
4926: * src/main/pa_string.C [gc] 1.172.4.1:
4927: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
4928: * src/main/pa_uue.C [gc] 1.4.4.1:
4929: * src/main/untaint.C [gc] 1.115.4.1:
4930: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
4931: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
4932: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
4933: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
4934: * src/types/pa_vcookie.C [gc] 1.55.4.1:
4935: * src/types/pa_vdouble.h [gc] 1.42.4.1:
4936: * src/types/pa_vfile.C [gc] 1.36.4.1:
4937: * src/types/pa_vform.C [gc] 1.74.4.1:
4938: * src/types/pa_vint.h [gc] 1.38.4.1:
4939: * src/types/pa_vmail.C [gc] 1.41.2.1:
4940: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
4941: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
4942: * src/types/pa_vxnode.C [gc] 1.30.4.1:
4943: * src/types/pa_vxnode.h [gc] 1.22.4.1:
4944: * www/htdocs/.htaccess [gc] 1.12.8.1:
4945: * www/htdocs/auto.p [gc] 1.17.12.1:
4946: libgc attempt
4947:
4948: * src/main/pa_common.C [gc] 1.145.2.2:
4949: * src/main/pa_common.C [gc] 1.145.2.3:
4950: *** empty log message ***
4951:
4952: 2003-03-13 paf
4953: * src/include/pa_request.h [autoptr] 1.160.2.37:
4954: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
4955: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
4956: * src/main/compile.tab.C [autoptr] 1.81.2.13:
4957: * src/main/execute.C [autoptr] 1.295.2.27:
4958: * src/main/pa_request.C [autoptr] 1.245.2.37:
4959: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
4960: * src/types/pa_value.C [autoptr] 1.9.2.15:
4961: * src/types/pa_value.h [autoptr] 1.109.2.25:
4962: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
4963: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
4964: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
4965: * src/types/types.dsp [autoptr] 1.35.10.8:
4966: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
4967: set_base, set_derived simplified [counter leaks fixed]
4968:
4969: * src/include/pa_config_fixed.h 1.55:
4970: * src/types/pa_vstatus.C 1.16:
4971: * src/types/types.dsp 1.36:
4972: incorporated status class patch
4973: From: "Victor Fedoseev" <vvf_ru@mail.ru>
4974: Sent: Thursday, January 23, 2003 8:14 AM
4975:
4976: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
4977: QuotaPeakNonPagedPoolUsage
4978: QuotaPeakPagedPoolUsage
4979: PeakPagefileUsage]
4980:
4981: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
4982: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
4983: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
4984: lt_dlexit called
4985:
4986: 2003-03-12 paf
4987: * Makefile.in [autoptr] 1.48.2.4:
4988: * bin/Makefile.in [autoptr] 1.9.2.3:
4989: * configure [autoptr] 1.66.2.4:
4990: * configure.in [autoptr] 1.62.2.4:
4991: * etc/Makefile.in [autoptr] 1.14.2.3:
4992: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
4993: * src/Makefile.in [autoptr] 1.55.2.3:
4994: * src/classes/Makefile.in [autoptr] 1.53.2.3:
4995: * src/include/Makefile.in [autoptr] 1.11.2.5:
4996: * src/lib/Makefile.in [autoptr] 1.8.2.3:
4997: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
4998: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
4999: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
5000: * src/main/Makefile.in [autoptr] 1.50.2.6:
5001: * src/sql/Makefile.in [autoptr] 1.11.2.3:
5002: * src/targets/Makefile.in [autoptr] 1.42.2.3:
5003: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
5004: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
5005: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
5006: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
5007: * src/types/Makefile.in [autoptr] 1.50.2.4:
5008: libstdc++ linkage fixed for g++ 3.2.2
5009:
5010: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
5011: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
5012: * src/main/compile.tab.C [autoptr] 1.81.2.12:
5013: gcc 3.2 rightliy complained on using privately declared class [
5014: fixed]
5015:
5016: * Makefile.am [autoptr] 1.34.2.3:
5017: * Makefile.in [autoptr] 1.48.2.5:
5018: * src/targets/apache13/Makefile.in 1.45:
5019: * src/targets/apache13/p3runConfigure.in 1.12:
5020: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
5021: * tests/Makefile [autoptr] 1.1.2.8:
5022: *** empty log message ***
5023:
5024: * src/include/pa_request.h [autoptr] 1.160.2.36:
5025: * src/main/compile.tab.C [autoptr] 1.81.2.11:
5026: * src/main/execute.C [autoptr] 1.295.2.26:
5027: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
5028: SIGPIPE now can be intercepted
5029: and does not cause exception in exception handler
5030:
5031: * Makefile.in [autoptr] 1.48.2.3:
5032: * bin/Makefile.in [autoptr] 1.9.2.2:
5033: * configure [autoptr] 1.66.2.3:
5034: * configure.in [autoptr] 1.62.2.3:
5035: * etc/Makefile.in [autoptr] 1.14.2.2:
5036: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
5037: * src/Makefile.in [autoptr] 1.55.2.2:
5038: * src/classes/Makefile.in [autoptr] 1.53.2.2:
5039: * src/include/Makefile.in [autoptr] 1.11.2.4:
5040: * src/lib/Makefile.in [autoptr] 1.8.2.2:
5041: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
5042: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
5043: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
5044: * src/main/Makefile.in [autoptr] 1.50.2.5:
5045: * src/sql/Makefile.in [autoptr] 1.11.2.2:
5046: * src/targets/Makefile.in [autoptr] 1.42.2.2:
5047: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
5048: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
5049: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
5050: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
5051: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
5052: * src/types/Makefile.in [autoptr] 1.50.2.3:
5053: configure now default links libstdc++ statically.
5054: that can be overriden by --with-dynamic-stdcpp
5055:
5056: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
5057: 1. more detailed log on signals.
5058: 2. sigpipe before request constructor now causes death
5059:
5060: * configure [autoptr] 1.66.2.5:
5061: * configure.in [autoptr] 1.62.2.5:
5062: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
5063: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
5064: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
5065: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
5066: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
5067: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
5068: lib/ltdl/Makefile now created by /configure.in only [were by
5069: lib/ltdl/configure.in OVERWRITE]
5070:
5071: 2003-03-11 paf
5072: * src/main/compile.tab.C [autoptr] 1.81.2.10:
5073: * src/main/compile.y [autoptr] 1.204.2.7:
5074: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
5075: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
5076: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
5077: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
5078: removed necessity of libstdc++
5079:
5080: * src/include/pa_request.h 1.161:
5081: * src/include/pa_request.h [autoptr] 1.160.2.35:
5082: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
5083:
5084: 2003-03-08 paf
5085: * tests/117.html 1.1:
5086: file 117.html was initially added on branch autoptr.
5087:
5088: * src/classes/xdoc.C [autoptr] 1.108.2.19:
5089: forgotten: global xdoc when ndef XML
5090:
5091: * src/classes/mail.C [autoptr] 1.88.2.16:
5092: * src/classes/response.C [autoptr] 1.23.2.8:
5093: * src/include/pa_request.h [autoptr] 1.160.2.33:
5094: * src/main/pa_request.C [autoptr] 1.245.2.36:
5095: removing vform,response,cookie.h -> pa_request.h dependency
5096:
5097: * tests/118.html 1.1:
5098: file 118.html was initially added on branch autoptr.
5099:
5100: * tests/results/115.processed 1.1:
5101: file 115.processed was initially added on branch autoptr.
5102:
5103: * tests/119.html 1.1:
5104: file 119.html was initially added on branch autoptr.
5105:
5106: * tests/120.html 1.1:
5107: file 120.html was initially added on branch autoptr.
5108:
5109: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
5110: charsets: see some strange things with old xml lib-- it's
5111: internal memory handling has faults
5112:
5113: * tests/results/117.processed 1.1:
5114: file 117.processed was initially added on branch autoptr.
5115:
5116: * tests/results/109.processed 1.1:
5117: file 109.processed was initially added on branch autoptr.
5118:
5119: * tests/results/110.processed 1.1:
5120: file 110.processed was initially added on branch autoptr.
5121:
5122: * tests/021.html [autoptr] 1.1.2.2:
5123: * tests/031.html [autoptr] 1.1.2.2:
5124: * tests/033.html [autoptr] 1.1.2.2:
5125: * tests/109.html [autoptr] 1.1.2.1:
5126: * tests/110.html [autoptr] 1.1.2.1:
5127: * tests/111.html [autoptr] 1.1.2.1:
5128: * tests/112.html [autoptr] 1.1.2.1:
5129: * tests/113.html [autoptr] 1.1.2.1:
5130: * tests/114.html [autoptr] 1.1.2.1:
5131: * tests/115.html [autoptr] 1.1.2.1:
5132: * tests/116.html [autoptr] 1.1.2.1:
5133: * tests/117.html [autoptr] 1.1.2.1:
5134: * tests/118.html [autoptr] 1.1.2.1:
5135: * tests/119.html [autoptr] 1.1.2.1:
5136: * tests/120.html [autoptr] 1.1.2.1:
5137: * tests/results/109.processed [autoptr] 1.1.2.1:
5138: * tests/results/110.processed [autoptr] 1.1.2.1:
5139: * tests/results/111.processed [autoptr] 1.1.2.1:
5140: * tests/results/112.processed [autoptr] 1.1.2.1:
5141: * tests/results/113.processed [autoptr] 1.1.2.1:
5142: * tests/results/114.processed [autoptr] 1.1.2.1:
5143: * tests/results/115.processed [autoptr] 1.1.2.1:
5144: * tests/results/116.processed [autoptr] 1.1.2.1:
5145: * tests/results/117.processed [autoptr] 1.1.2.1:
5146: * tests/results/118.processed [autoptr] 1.1.2.1:
5147: * tests/results/119.processed [autoptr] 1.1.2.1:
5148: * tests/results/120.processed [autoptr] 1.1.2.1:
5149: xml: tests
5150: 109 dom create/show
5151: 110 xpath selectSingle
5152: 111 xdoc.create from tainted &
5153: 112 xdoc.create/output with russian attr value
5154: 113 xpath selectString/Number
5155: 114 dom attributes.count
5156: 115 xpath selectBool
5157: 116 output media-type change
5158: 117 transform by dom stylesheet
5159: 118 empty transform result
5160: 119 dom setAttribute
5161: 120 nbsp letter output
5162:
5163: =END OF PREPARED XML TESTS=
5164:
5165: * tests/results/119.processed 1.1:
5166: file 119.processed was initially added on branch autoptr.
5167:
5168: * tests/results/120.processed 1.1:
5169: file 120.processed was initially added on branch autoptr.
5170:
5171: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
5172: todo: move to latest xml version on win32 and run memleak tests again
5173:
5174: * src/classes/op.C [autoptr] 1.127.2.21:
5175: * src/include/pa_request.h [autoptr] 1.160.2.34:
5176: removing vclass,object.h -> pa_request.h dependency
5177:
5178: * tests/results/112.processed 1.1:
5179: file 112.processed was initially added on branch autoptr.
5180:
5181: * tests/results/114.processed 1.1:
5182: file 114.processed was initially added on branch autoptr.
5183:
5184: * src/main/pa_request.C [autoptr] 1.245.2.32:
5185: * src/main/pa_request.C [autoptr] 1.245.2.33:
5186: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
5187: forgotten: ifdef XML
5188:
5189: * src/classes/hash.C [autoptr] 1.54.2.13:
5190: * src/classes/mail.C [autoptr] 1.88.2.15:
5191: * src/classes/string.C [autoptr] 1.125.2.15:
5192: * src/classes/table.C [autoptr] 1.172.2.14:
5193: * src/include/pa_array.h [autoptr] 1.57.2.27:
5194: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
5195: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
5196: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
5197: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
5198: * www/htdocs/index.html 1.211:
5199: started full-scale-site-test [~ http://parser.ru sources]
5200:
5201: some fixes
5202:
5203: * tests/110.html 1.1:
5204: file 110.html was initially added on branch autoptr.
5205:
5206: * tests/109.html 1.1:
5207: file 109.html was initially added on branch autoptr.
5208:
5209: * src/include/pa_types.h [autoptr] 1.44.2.3:
5210: * src/main/pa_charset.C [autoptr] 1.33.2.19:
5211: charsets: fixed problems when transcode from charset A to A.
5212:
5213: * tests/results/116.processed 1.1:
5214: file 116.processed was initially added on branch autoptr.
5215:
1.24 paf 5216: * Makefile.in [autoptr] 1.48.2.2:
5217: * src/main/pa_request.C [autoptr] 1.245.2.34:
5218: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
5219: *** empty log message ***
5220:
1.23 paf 5221: * tests/111.html 1.1:
5222: file 111.html was initially added on branch autoptr.
5223:
5224: * src/main/untaint.C [autoptr] 1.115.2.12:
5225: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
5226: mail: transcode fixed.
5227: todo: still problems when transcode from charset A to A.
5228:
5229: * tests/112.html 1.1:
5230: file 112.html was initially added on branch autoptr.
5231:
5232: * tests/results/118.processed 1.1:
5233: file 118.processed was initially added on branch autoptr.
5234:
5235: * tests/113.html 1.1:
5236: file 113.html was initially added on branch autoptr.
5237:
5238: * tests/results/111.processed 1.1:
5239: file 111.processed was initially added on branch autoptr.
5240:
5241: * tests/Makefile [autoptr] 1.1.2.7:
5242: make install & co
5243:
5244: * tests/114.html 1.1:
5245: file 114.html was initially added on branch autoptr.
5246:
5247: * tests/115.html 1.1:
5248: file 115.html was initially added on branch autoptr.
5249:
5250: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
5251: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
5252: yet another return 0; fixed
5253:
5254: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
5255: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
5256: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
5257: vmail.C received just compiled [not tested]
5258:
5259: * tests/results/113.processed 1.1:
5260: file 113.processed was initially added on branch autoptr.
5261:
5262: * tests/116.html 1.1:
5263: file 116.html was initially added on branch autoptr.
5264:
5265: * src/include/pa_request.h [autoptr] 1.160.2.32:
5266: removing vmail.h -> pa_request.h dependency [testing...]
5267:
5268: 2003-03-07 paf
5269: * src/classes/xdoc.C [autoptr] 1.108.2.18:
5270: * src/include/pa_charset.h [autoptr] 1.20.2.18:
5271: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
5272: * tests/108.html [autoptr] 1.1.2.1:
5273: * tests/108.xsl [autoptr] 1.1.2.1:
5274: * tests/results/108.processed [autoptr] 1.1.2.1:
5275: xml: test 108 transform with params [bugs fixed]
5276:
5277: * tests/results/107.processed 1.1:
5278: file 107.processed was initially added on branch autoptr.
5279:
5280: * tests/108.xsl 1.1:
5281: file 108.xsl was initially added on branch autoptr.
5282:
1.24 paf 5283: * src/classes/xdoc.C [autoptr] 1.108.2.15:
5284: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
5285: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
5286: xml: linked
5287:
1.23 paf 5288: * tests/106.html 1.1:
5289: file 106.html was initially added on branch autoptr.
5290:
5291: * src/classes/classes.C [autoptr] 1.18.2.6:
5292: fixed: prevent system classes from modification to lock ALL the
5293: classes, not only directly used
5294:
5295: * tests/107.html 1.1:
5296: file 107.html was initially added on branch autoptr.
5297:
5298: * tests/108.html 1.1:
5299: file 108.html was initially added on branch autoptr.
5300:
5301: * tests/results/106.processed 1.1:
5302: file 106.processed was initially added on branch autoptr.
5303:
5304: * src/include/pa_charset.h [autoptr] 1.20.2.16:
5305: * src/main/pa_charset.C [autoptr] 1.33.2.16:
5306: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
5307: xml: charset two mem alloc functions used for different cases [
5308: libxml, libxsl]
5309:
5310: * src/classes/xdoc.C [autoptr] 1.108.2.17:
5311: * src/include/pa_charset.h [autoptr] 1.20.2.17:
5312: * src/include/pa_request.h [autoptr] 1.160.2.31:
5313: * src/main/execute.C [autoptr] 1.295.2.25:
5314: * src/main/pa_charset.C [autoptr] 1.33.2.17:
5315: * src/main/pa_exception.C [autoptr] 1.43.2.15:
5316: * src/main/pa_globals.C [autoptr] 1.152.2.19:
5317: * src/main/pa_request.C [autoptr] 1.245.2.31:
5318: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
5319: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
5320: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
5321: * tests/107.html [autoptr] 1.1.2.1:
5322: * tests/results/107.processed [autoptr] 1.1.2.1:
5323: xml: test: 107 bug fixes
5324:
5325: * tests/results/108.processed 1.1:
5326: file 108.processed was initially added on branch autoptr.
5327:
5328: * src/classes/xdoc.C [autoptr] 1.108.2.14:
5329: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
5330: xdoc.C compiled
5331:
5332: * tests/106.html [autoptr] 1.1.2.1:
5333: * tests/results/106.processed [autoptr] 1.1.2.1:
5334: test: 106 xdoc create, string
5335:
5336: * src/classes/xdoc.C [autoptr] 1.108.2.16:
5337: * src/classes/xnode.C [autoptr] 1.54.2.10:
5338: * src/classes/xnode.h [autoptr] 1.18.2.6:
5339: * src/types/pa_value.h [autoptr] 1.109.2.24:
5340: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
5341: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
5342: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
5343: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
5344: test: 107 bug fixes
5345:
5346: * src/main/pa_charset.C [autoptr] 1.33.2.18:
5347: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
5348: fixed: mem leak from copy/paste bug
5349:
5350: 2003-03-06 paf
5351: * tests/023.html [autoptr] 1.1.2.2:
5352: in some cases it rounded up badly. postponing solution of that
5353: problem, making more simple test
5354:
5355: * src/include/pa_charset.h [autoptr] 1.20.2.14:
5356: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
5357: * src/include/pa_memory.h [autoptr] 1.1.2.6:
5358: * src/include/pa_pool.h [autoptr] 1.86.2.32:
5359: * src/main/pa_charset.C [autoptr] 1.33.2.14:
5360: * src/main/pa_memory.C [autoptr] 1.1.2.4:
5361: * src/main/pa_pool.C [autoptr] 1.59.2.6:
5362: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
5363: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
5364: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
5365: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
5366: xml: charsets
5367:
5368: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
5369: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
5370: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
5371: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
5372: xml: stylesheet&manager done
5373:
5374: * src/classes/xnode.C [autoptr] 1.54.2.9:
5375: * src/classes/xnode.h [autoptr] 1.18.2.5:
5376: * src/include/pa_charset.h [autoptr] 1.20.2.15:
5377: * src/include/pa_memory.h [autoptr] 1.1.2.8:
5378: * src/include/pa_request.h [autoptr] 1.160.2.30:
5379: * src/include/pa_string.h [autoptr] 1.144.2.28:
5380: * src/main/pa_globals.C [autoptr] 1.152.2.18:
5381: * src/main/pa_request.C [autoptr] 1.245.2.30:
5382: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
5383: xnode.C compiled
5384:
5385: * src/include/pa_memory.h [autoptr] 1.1.2.7:
5386: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
5387: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
5388: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
5389: xml: stylesheet&manager STARTED
5390:
5391: * src/include/pa_globals.h [autoptr] 1.101.2.15:
5392: * src/main/pa_charset.C [autoptr] 1.33.2.15:
5393: * src/main/pa_exception.C [autoptr] 1.43.2.14:
5394: * src/main/pa_globals.C [autoptr] 1.152.2.17:
5395: xml: exceptions
5396:
5397: * src/classes/xdoc.C [autoptr] 1.108.2.13:
5398: xdoc.C 50%
5399:
5400: * src/include/pa_charset.h [autoptr] 1.20.2.13:
5401: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
5402: * src/main/pa_charset.C [autoptr] 1.33.2.13:
5403: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
5404: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
5405: charset_utf8 declaration moved to charsets.C
5406:
5407: * Makefile.am [autoptr] 1.34.2.2:
5408: * tests/Makefile [autoptr] 1.1.2.4:
5409: * tests/Makefile [autoptr] 1.1.2.6:
5410: *** empty log message ***
5411:
5412: * tests/058_paf2000.png [autoptr] 1.1.2.2:
5413: * tests/results/058.processed [autoptr] 1.1.2.2:
5414: .png added with -kb now
5415:
5416: 2003-03-05 paf
5417: * tests/results/105.processed 1.1:
5418: file 105.processed was initially added on branch autoptr.
5419:
5420: * src/classes/math.C [autoptr] 1.24.2.12:
5421: can be: crypt in -lcrypt OK, but crypt.h be missing
5422:
5423: * src/classes/op.C [autoptr] 1.127.2.20:
5424: * src/main/main.dsp [autoptr] 1.161.6.13:
5425: * tests/104.html [autoptr] 1.1.2.1:
5426: * tests/results/104.processed [autoptr] 1.1.2.1:
5427: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
5428: ^bpt operator added [does int3 in debug build on win32]
5429:
5430: * www/htdocs/auto.p [autoptr] 1.17.10.1:
5431: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
5432: * www/htdocs/base.p [autoptr] 1.6.6.1:
5433: * www/htdocs/derived.p [autoptr] 1.24.6.1:
5434: * www/htdocs/font.gif [autoptr] 1.1.6.1:
5435: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
5436: * www/htdocs/index.html [autoptr] 1.210.2.1:
5437: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
5438: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
5439: * www/htdocs/operators.p [autoptr] 1.11.8.1:
5440: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
5441: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
5442: * www/htdocs/some.p [autoptr] 1.2.8.1:
5443: removed old tests
5444:
5445: * tests/104.html 1.1:
5446: file 104.html was initially added on branch autoptr.
5447:
1.24 paf 5448: * tests/105.html 1.1:
5449: file 105.html was initially added on branch autoptr.
5450:
1.23 paf 5451: * src/classes/math.C [autoptr] 1.24.2.11:
5452: * src/classes/op.C [autoptr] 1.127.2.19:
5453: * src/classes/string.C [autoptr] 1.125.2.13:
5454: * src/lib/Makefile.in [autoptr] 1.8.2.1:
5455: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
5456: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
5457: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
5458: * src/main/pa_exec.C [autoptr] 1.48.2.18:
5459: * src/targets/Makefile.in [autoptr] 1.42.2.1:
5460: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
5461: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
5462: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
5463: gcc more happy. todo:make linker happy
5464:
5465: * tests/results/104.processed 1.1:
5466: file 104.processed was initially added on branch autoptr.
5467:
5468: * ltmain.sh [autoptr] 1.5.2.1:
5469: ltmain.sh added
5470:
5471: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
5472: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
5473: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
5474: linker needed more tricks to link OK
5475:
5476: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
5477: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
5478: hash_default_element_name made static
5479:
5480: * src/include/Makefile.am [autoptr] 1.3.14.2:
5481: * src/include/Makefile.in [autoptr] 1.11.2.3:
5482: * src/main/Makefile.am [autoptr] 1.35.6.4:
5483: * src/main/Makefile.in [autoptr] 1.50.2.4:
5484: * src/types/Makefile.am [autoptr] 1.28.10.1:
5485: * src/types/Makefile.in [autoptr] 1.50.2.2:
5486: forgotten files added to Makes
5487:
5488: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
5489: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
5490: hash_default_element_name change undone ;(
5491:
5492: * src/classes/file.C [autoptr] 1.107.2.16:
5493: * src/include/pa_exec.h [autoptr] 1.11.2.6:
5494: * src/main/pa_exec.C [autoptr] 1.48.2.17:
5495: pa_exec env param made optional
5496:
5497: * tests/057.html [autoptr] 1.1.2.3:
5498: * tests/results/057.processed [autoptr] 1.1.2.3:
5499: test bug fixed
5500:
5501: * src/classes/string.C [autoptr] 1.125.2.14:
5502: * src/include/pa_string.h [autoptr] 1.144.2.27:
5503: * src/main/pa_string.C [autoptr] 1.172.2.20:
5504: * tests/105.html [autoptr] 1.1.2.1:
5505: * tests/results/105.processed [autoptr] 1.1.2.1:
5506: String::match bug fixed
5507:
5508: 2003-03-04 paf
5509: * tests/results/060.processed 1.1:
5510: file 060.processed was initially added on branch autoptr.
5511:
5512: * tests/results/059.processed 1.1:
5513: file 059.processed was initially added on branch autoptr.
5514:
5515: * tests/072.html 1.1:
5516: file 072.html was initially added on branch autoptr.
5517:
5518: * tests/results/052.processed 1.1:
5519: file 052.processed was initially added on branch autoptr.
5520:
5521: * tests/074.html 1.1:
5522: file 074.html was initially added on branch autoptr.
5523:
5524: * tests/results/099.processed 1.1:
5525: file 099.processed was initially added on branch autoptr.
5526:
5527: * tests/076.html 1.1:
5528: file 076.html was initially added on branch autoptr.
5529:
5530: * tests/results/092.processed 1.1:
5531: file 092.processed was initially added on branch autoptr.
5532:
5533: * tests/results/102.processed 1.1:
5534: file 102.processed was initially added on branch autoptr.
5535:
5536: * tests/results/084.processed 1.1:
5537: file 084.processed was initially added on branch autoptr.
5538:
5539: * tests/078.html 1.1:
5540: file 078.html was initially added on branch autoptr.
5541:
5542: * tests/results/076.processed 1.1:
5543: file 076.processed was initially added on branch autoptr.
5544:
5545: * tests/081.html 1.1:
5546: file 081.html was initially added on branch autoptr.
5547:
5548: * tests/results/068.processed 1.1:
5549: file 068.processed was initially added on branch autoptr.
5550:
5551: * tests/results/061.processed 1.1:
5552: file 061.processed was initially added on branch autoptr.
5553:
5554: * src/classes/Makefile.in [autoptr] 1.53.2.1:
5555: * src/classes/mail.C [autoptr] 1.88.2.13:
5556: * src/main/Makefile.in [autoptr] 1.50.2.3:
5557: * src/main/pa_exec.C [autoptr] 1.48.2.16:
5558: * src/sql/Makefile.in [autoptr] 1.11.2.1:
5559: * src/types/Makefile.in [autoptr] 1.50.2.1:
5560: *** empty log message ***
5561:
5562: * tests/083.html 1.1:
5563: file 083.html was initially added on branch autoptr.
5564:
5565: * tests/results/053.processed 1.1:
5566: file 053.processed was initially added on branch autoptr.
5567:
5568: * tests/053.html [autoptr] 1.1.2.1:
5569: * tests/054.html [autoptr] 1.1.2.1:
5570: * tests/055.html [autoptr] 1.1.2.1:
5571: * tests/056.html [autoptr] 1.1.2.1:
5572: * tests/057.html [autoptr] 1.1.2.1:
5573: * tests/058.html [autoptr] 1.1.2.1:
5574: * tests/058_paf2000.png [autoptr] 1.1.2.1:
5575: * tests/059.html [autoptr] 1.1.2.1:
5576: * tests/060.html [autoptr] 1.1.2.1:
5577: * tests/results/053.processed [autoptr] 1.1.2.1:
5578: * tests/results/054.processed [autoptr] 1.1.2.1:
5579: * tests/results/055.processed [autoptr] 1.1.2.1:
5580: * tests/results/056.processed [autoptr] 1.1.2.1:
5581: * tests/results/057.processed [autoptr] 1.1.2.1:
5582: * tests/results/058.processed [autoptr] 1.1.2.1:
5583: * tests/results/059.processed [autoptr] 1.1.2.1:
5584: * tests/results/060.processed [autoptr] 1.1.2.1:
5585: test:
5586: 53 string.replace
5587: 54 junctions
5588: 55 table.hash
5589: 56 call indirect
5590: 57 date.create[string]
5591: 58 image.measure[png]
5592:
5593: * src/classes/image.C [autoptr] 1.90.2.14:
5594: * tests/098.html [autoptr] 1.1.2.1:
5595: * tests/098font.gif [autoptr] 1.1.2.1:
5596: * tests/results/098.processed [autoptr] 1.1.2.1:
5597: test:
5598: 98 image font text [bug fixed]
5599:
5600: * tests/085.html 1.1:
5601: file 085.html was initially added on branch autoptr.
5602:
5603: * tests/096_dir/188.jpg 1.1:
5604: file 188.jpg was initially added on branch autoptr.
5605:
5606: * tests/096_dir/163.jpg 1.1:
5607: file 163.jpg was initially added on branch autoptr.
5608:
5609: * tests/087.html 1.1:
5610: file 087.html was initially added on branch autoptr.
5611:
5612: * tests/103paf2001.gif 1.1:
5613: file 103paf2001.gif was initially added on branch autoptr.
5614:
5615: * tests/results/103.processed 1.1:
5616: file 103.processed was initially added on branch autoptr.
5617:
5618: * tests/results/093.processed 1.1:
5619: file 093.processed was initially added on branch autoptr.
5620:
5621: * tests/053.html 1.1:
5622: file 053.html was initially added on branch autoptr.
5623:
5624: * tests/results/085.processed 1.1:
5625: file 085.processed was initially added on branch autoptr.
5626:
5627: * tests/089.html 1.1:
5628: file 089.html was initially added on branch autoptr.
5629:
5630: * tests/090.html 1.1:
5631: file 090.html was initially added on branch autoptr.
5632:
5633: * tests/100.html 1.1:
5634: file 100.html was initially added on branch autoptr.
5635:
5636: * tests/results/077.processed 1.1:
5637: file 077.processed was initially added on branch autoptr.
5638:
5639: * tests/055.html 1.1:
5640: file 055.html was initially added on branch autoptr.
5641:
5642: * src/classes/table.C [autoptr] 1.172.2.12:
5643: * src/main/execute.C [autoptr] 1.295.2.23:
5644: * tests/061.dat [autoptr] 1.1.2.1:
5645: * tests/061.html [autoptr] 1.1.2.1:
5646: * tests/062.html [autoptr] 1.1.2.1:
5647: * tests/063.html [autoptr] 1.1.2.1:
5648: * tests/064.html [autoptr] 1.1.2.1:
5649: * tests/065.html [autoptr] 1.1.2.1:
5650: * tests/066.html [autoptr] 1.1.2.1:
5651: * tests/067.html [autoptr] 1.1.2.1:
5652: * tests/068.html [autoptr] 1.1.2.1:
5653: * tests/069.html [autoptr] 1.1.2.1:
5654: * tests/070.html [autoptr] 1.1.2.1:
5655: * tests/071.html [autoptr] 1.1.2.1:
5656: * tests/072.html [autoptr] 1.1.2.1:
5657: * tests/073.html [autoptr] 1.1.2.1:
5658: * tests/074.html [autoptr] 1.1.2.1:
5659: * tests/075.html [autoptr] 1.1.2.1:
5660: * tests/076.html [autoptr] 1.1.2.1:
5661: * tests/077.html [autoptr] 1.1.2.1:
5662: * tests/078.html [autoptr] 1.1.2.1:
5663: * tests/079.html [autoptr] 1.1.2.1:
5664: * tests/080.html [autoptr] 1.1.2.1:
5665: * tests/081.html [autoptr] 1.1.2.1:
5666: * tests/082.html [autoptr] 1.1.2.1:
5667: * tests/083.html [autoptr] 1.1.2.1:
5668: * tests/084.html [autoptr] 1.1.2.1:
5669: * tests/085.html [autoptr] 1.1.2.1:
5670: * tests/086.html [autoptr] 1.1.2.1:
5671: * tests/087.html [autoptr] 1.1.2.1:
5672: * tests/088.html [autoptr] 1.1.2.1:
5673: * tests/089.html [autoptr] 1.1.2.1:
5674: * tests/090.html [autoptr] 1.1.2.1:
5675: * tests/091.html [autoptr] 1.1.2.1:
5676: * tests/092.html [autoptr] 1.1.2.1:
5677: * tests/093.html [autoptr] 1.1.2.1:
5678: * tests/094.html [autoptr] 1.1.2.1:
5679: * tests/095.html [autoptr] 1.1.2.1:
5680: * tests/results/061.processed [autoptr] 1.1.2.1:
5681: * tests/results/062.processed [autoptr] 1.1.2.1:
5682: * tests/results/063.processed [autoptr] 1.1.2.1:
5683: * tests/results/064.processed [autoptr] 1.1.2.1:
5684: * tests/results/065.processed [autoptr] 1.1.2.1:
5685: * tests/results/066.processed [autoptr] 1.1.2.1:
5686: * tests/results/067.processed [autoptr] 1.1.2.1:
5687: * tests/results/068.processed [autoptr] 1.1.2.1:
5688: * tests/results/069.processed [autoptr] 1.1.2.1:
5689: * tests/results/070.processed [autoptr] 1.1.2.1:
5690: * tests/results/071.processed [autoptr] 1.1.2.1:
5691: * tests/results/072.processed [autoptr] 1.1.2.1:
5692: * tests/results/073.processed [autoptr] 1.1.2.1:
5693: * tests/results/074.processed [autoptr] 1.1.2.1:
5694: * tests/results/075.processed [autoptr] 1.1.2.1:
5695: * tests/results/076.processed [autoptr] 1.1.2.1:
5696: * tests/results/077.processed [autoptr] 1.1.2.1:
5697: * tests/results/078.processed [autoptr] 1.1.2.1:
5698: * tests/results/079.processed [autoptr] 1.1.2.1:
5699: * tests/results/080.processed [autoptr] 1.1.2.1:
5700: * tests/results/081.processed [autoptr] 1.1.2.1:
5701: * tests/results/082.processed [autoptr] 1.1.2.1:
5702: * tests/results/083.processed [autoptr] 1.1.2.1:
5703: * tests/results/084.processed [autoptr] 1.1.2.1:
5704: * tests/results/085.processed [autoptr] 1.1.2.1:
5705: * tests/results/086.processed [autoptr] 1.1.2.1:
5706: * tests/results/087.processed [autoptr] 1.1.2.1:
5707: * tests/results/088.processed [autoptr] 1.1.2.1:
5708: * tests/results/089.processed [autoptr] 1.1.2.1:
5709: * tests/results/090.processed [autoptr] 1.1.2.1:
5710: * tests/results/091.processed [autoptr] 1.1.2.1:
5711: * tests/results/092.processed [autoptr] 1.1.2.1:
5712: * tests/results/093.processed [autoptr] 1.1.2.1:
5713: * tests/results/094.processed [autoptr] 1.1.2.1:
5714: * tests/results/095.processed [autoptr] 1.1.2.1:
5715: tests:
5716: 61 file::stat size
5717: 62 string->int autoconvert
5718: 63 double .int,dec,div,mul
5719: 64 date compare
5720: 65 file: basename,justname,justext
5721: 66 math:crypt
5722: 67 string.match simple on long
5723: 68 string.match normalized simple on long
5724: 69 string.int
5725: 70 file::stat content-type
5726: 71 table.join
5727: 72 hash parameter conditional pass
5728: 73 date daylightsaving,yearday
5729: 74 date arithmetics
5730: 75 response date values/attributes
5731: 76 string.pos of void, void.pos
5732: 77 syntax parsing
5733: 78 cookie tainting
5734: 79 switch with local
5735: 80 scientific numeric literal in string autoconvert
5736: 81 xor: logical and numerical
5737: 82 for delims
5738: 83 menu delims
5739: 84 table.hash distinct
5740: 85 long string replace
5741: 86 throw+catch current language preserve
5742: 87 bit shifts
5743: 88 junction tests + $caller test
5744: 89 hash.foreach selfmodification
5745: 90 int/void to int
5746: 91 $caller test
5747: 92 junction is + def junction tests
5748: 93 $caller test
5749: 94 syntax test
5750: 95 table.hash(keygenerator) [bug fixed]
5751:
5752: * tests/results/070.processed 1.1:
5753: file 070.processed was initially added on branch autoptr.
5754:
5755: * tests/results/069.processed 1.1:
5756: file 069.processed was initially added on branch autoptr.
5757:
5758: * tests/061.dat 1.1:
5759: file 061.dat was initially added on branch autoptr.
5760:
5761: * tests/092.html 1.1:
5762: file 092.html was initially added on branch autoptr.
5763:
5764: * tests/102.html 1.1:
5765: file 102.html was initially added on branch autoptr.
5766:
5767: * tests/results/062.processed 1.1:
5768: file 062.processed was initially added on branch autoptr.
5769:
5770: * tests/057.html 1.1:
5771: file 057.html was initially added on branch autoptr.
5772:
5773: * tests/results/054.processed 1.1:
5774: file 054.processed was initially added on branch autoptr.
5775:
5776: * tests/094.html 1.1:
5777: file 094.html was initially added on branch autoptr.
5778:
5779: * tests/059.html 1.1:
5780: file 059.html was initially added on branch autoptr.
5781:
5782: * tests/060.html 1.1:
5783: file 060.html was initially added on branch autoptr.
5784:
5785: * tests/096.html 1.1:
5786: file 096.html was initially added on branch autoptr.
5787:
5788: * tests/results/094.processed 1.1:
5789: file 094.processed was initially added on branch autoptr.
5790:
5791: * tests/062.html 1.1:
5792: file 062.html was initially added on branch autoptr.
5793:
5794: * tests/results/086.processed 1.1:
5795: file 086.processed was initially added on branch autoptr.
5796:
5797: * tests/098font.gif 1.1:
5798: file 098font.gif was initially added on branch autoptr.
5799:
5800: * tests/098.html 1.1:
5801: file 098.html was initially added on branch autoptr.
5802:
5803: * tests/results/078.processed 1.1:
5804: file 078.processed was initially added on branch autoptr.
5805:
5806: * tests/064.html 1.1:
5807: file 064.html was initially added on branch autoptr.
5808:
5809: * tests/results/071.processed 1.1:
5810: file 071.processed was initially added on branch autoptr.
5811:
5812: * tests/results/063.processed 1.1:
5813: file 063.processed was initially added on branch autoptr.
5814:
5815: * tests/066.html 1.1:
5816: file 066.html was initially added on branch autoptr.
5817:
5818: * tests/results/055.processed 1.1:
5819: file 055.processed was initially added on branch autoptr.
5820:
5821: * tests/068.html 1.1:
5822: file 068.html was initially added on branch autoptr.
5823:
5824: * tests/071.html 1.1:
5825: file 071.html was initially added on branch autoptr.
5826:
5827: * tests/results/095.processed 1.1:
5828: file 095.processed was initially added on branch autoptr.
5829:
5830: * tests/results/087.processed 1.1:
5831: file 087.processed was initially added on branch autoptr.
5832:
5833: * tests/073.html 1.1:
5834: file 073.html was initially added on branch autoptr.
5835:
5836: * tests/results/079.processed 1.1:
5837: file 079.processed was initially added on branch autoptr.
5838:
5839: * tests/results/080.processed 1.1:
5840: file 080.processed was initially added on branch autoptr.
5841:
5842: * tests/results/072.processed 1.1:
5843: file 072.processed was initially added on branch autoptr.
5844:
5845: * tests/075.html 1.1:
5846: file 075.html was initially added on branch autoptr.
5847:
5848: * tests/results/064.processed 1.1:
5849: file 064.processed was initially added on branch autoptr.
5850:
5851: * tests/103.html [autoptr] 1.1.2.1:
5852: * tests/103mark.gif [autoptr] 1.1.2.1:
5853: * tests/103paf2001.gif [autoptr] 1.1.2.1:
5854: * tests/results/103.processed [autoptr] 1.1.2.1:
5855: tests:
5856: 103 image.copy transparence test
5857:
5858: * tests/results/056.processed 1.1:
5859: file 056.processed was initially added on branch autoptr.
5860:
5861: * tests/077.html 1.1:
5862: file 077.html was initially added on branch autoptr.
5863:
5864: * tests/080.html 1.1:
5865: file 080.html was initially added on branch autoptr.
5866:
5867: * tests/079.html 1.1:
5868: file 079.html was initially added on branch autoptr.
5869:
5870: * tests/results/096.processed 1.1:
5871: file 096.processed was initially added on branch autoptr.
5872:
5873: * tests/082.html 1.1:
5874: file 082.html was initially added on branch autoptr.
5875:
5876: * tests/results/088.processed 1.1:
5877: file 088.processed was initially added on branch autoptr.
5878:
5879: * tests/results/081.processed 1.1:
5880: file 081.processed was initially added on branch autoptr.
5881:
5882: * tests/084.html 1.1:
5883: file 084.html was initially added on branch autoptr.
5884:
5885: * tests/results/073.processed 1.1:
5886: file 073.processed was initially added on branch autoptr.
5887:
5888: * tests/058_paf2000.png 1.1:
5889: file 058_paf2000.png was initially added on branch autoptr.
5890:
5891: * tests/results/065.processed 1.1:
5892: file 065.processed was initially added on branch autoptr.
5893:
5894: * tests/086.html 1.1:
5895: file 086.html was initially added on branch autoptr.
5896:
5897: * tests/results/057.processed 1.1:
5898: file 057.processed was initially added on branch autoptr.
5899:
5900: * tests/052.html 1.1:
5901: file 052.html was initially added on branch autoptr.
5902:
5903: * tests/088.html 1.1:
5904: file 088.html was initially added on branch autoptr.
5905:
5906: * tests/054.html 1.1:
5907: file 054.html was initially added on branch autoptr.
5908:
5909: * src/main/pa_common.C [autoptr] 1.143.2.21:
5910: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
5911: * tests/097.html [autoptr] 1.1.2.1:
5912: * tests/results/097.processed [autoptr] 1.1.2.1:
5913: test:
5914: 97 file::load http:// [bugs fixed]
5915:
5916: * tests/101.html 1.1:
5917: file 101.html was initially added on branch autoptr.
5918:
5919: * tests/091.html 1.1:
5920: file 091.html was initially added on branch autoptr.
5921:
5922: * tests/results/097.processed 1.1:
5923: file 097.processed was initially added on branch autoptr.
5924:
5925: * tests/056.html 1.1:
5926: file 056.html was initially added on branch autoptr.
5927:
5928: * tests/results/089.processed 1.1:
5929: file 089.processed was initially added on branch autoptr.
5930:
5931: * tests/results/090.processed 1.1:
5932: file 090.processed was initially added on branch autoptr.
5933:
5934: * src/classes/hash.C [autoptr] 1.54.2.12:
5935: * src/classes/image.C [autoptr] 1.90.2.13:
5936: * src/classes/table.C [autoptr] 1.172.2.13:
5937: * src/include/pa_memory.h [autoptr] 1.1.2.5:
5938: * tests/096.html [autoptr] 1.1.2.1:
5939: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
5940: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
5941: * tests/results/096.processed [autoptr] 1.1.2.1:
5942: tests:
5943: 96 image EXIF [bug fixed]
5944:
5945: * tests/results/100.processed 1.1:
5946: file 100.processed was initially added on branch autoptr.
5947:
5948: * tests/103.html 1.1:
5949: file 103.html was initially added on branch autoptr.
5950:
5951: * tests/093.html 1.1:
5952: file 093.html was initially added on branch autoptr.
5953:
5954: * tests/results/082.processed 1.1:
5955: file 082.processed was initially added on branch autoptr.
5956:
5957: * tests/052.html [autoptr] 1.1.2.1:
5958: * tests/outputs/049.processed [autoptr] 1.1.2.2:
5959: * tests/outputs/050.processed [autoptr] 1.1.2.2:
5960: * tests/outputs/051.processed [autoptr] 1.1.2.2:
5961: * tests/results/052.processed [autoptr] 1.1.2.1:
5962: test:
5963: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
5964:
5965: * tests/058.html 1.1:
5966: file 058.html was initially added on branch autoptr.
5967:
5968: * tests/results/074.processed 1.1:
5969: file 074.processed was initially added on branch autoptr.
5970:
5971: * tests/095.html 1.1:
5972: file 095.html was initially added on branch autoptr.
5973:
5974: * tests/results/066.processed 1.1:
5975: file 066.processed was initially added on branch autoptr.
5976:
5977: * tests/061.html 1.1:
5978: file 061.html was initially added on branch autoptr.
5979:
5980: * tests/results/058.processed 1.1:
5981: file 058.processed was initially added on branch autoptr.
5982:
5983: * tests/103mark.gif 1.1:
5984: file 103mark.gif was initially added on branch autoptr.
5985:
5986: * tests/097.html 1.1:
5987: file 097.html was initially added on branch autoptr.
5988:
5989: * tests/063.html 1.1:
5990: file 063.html was initially added on branch autoptr.
5991:
5992: * src/main/execute.C [autoptr] 1.295.2.22:
5993: * src/main/pa_table.C [autoptr] 1.53.2.10:
5994: test:
5995: 59 table.locate [bug fixed]
5996: 60 string eq string [bug fixed]
5997:
5998: * tests/099.html 1.1:
5999: file 099.html was initially added on branch autoptr.
6000:
6001: * tests/065.html 1.1:
6002: file 065.html was initially added on branch autoptr.
6003:
6004: * tests/results/098.processed 1.1:
6005: file 098.processed was initially added on branch autoptr.
6006:
6007: * tests/results/091.processed 1.1:
6008: file 091.processed was initially added on branch autoptr.
6009:
6010: * tests/results/101.processed 1.1:
6011: file 101.processed was initially added on branch autoptr.
6012:
6013: * tests/057.html [autoptr] 1.1.2.2:
6014: * tests/099.html [autoptr] 1.1.2.1:
6015: * tests/100.html [autoptr] 1.1.2.1:
6016: * tests/results/057.processed [autoptr] 1.1.2.2:
6017: * tests/results/099.processed [autoptr] 1.1.2.1:
6018: * tests/results/100.processed [autoptr] 1.1.2.1:
6019: tests:
6020: 57 date create 2002: added
6021: 99,100 response:body/download
6022:
6023: * tests/067.html 1.1:
6024: file 067.html was initially added on branch autoptr.
6025:
6026: * tests/results/083.processed 1.1:
6027: file 083.processed was initially added on branch autoptr.
6028:
6029: * tests/results/075.processed 1.1:
6030: file 075.processed was initially added on branch autoptr.
6031:
6032: * src/main/execute.C [autoptr] 1.295.2.24:
6033: * tests/101.html [autoptr] 1.1.2.1:
6034: * tests/102.html [autoptr] 1.1.2.1:
6035: * tests/results/101.processed [autoptr] 1.1.2.1:
6036: * tests/results/102.processed [autoptr] 1.1.2.1:
6037: tests:
6038: 101 method/variable name conflict test
6039: 102 form fields change should not not change anything [bug fix]
6040:
6041: * tests/070.html 1.1:
6042: file 070.html was initially added on branch autoptr.
6043:
6044: * tests/069.html 1.1:
6045: file 069.html was initially added on branch autoptr.
6046:
6047: * tests/results/067.processed 1.1:
6048: file 067.processed was initially added on branch autoptr.
6049:
6050: * src/classes/image.C [autoptr] 1.90.2.15:
6051: * src/include/pa_request.h [autoptr] 1.160.2.29:
6052: * src/include/pa_stack.h [autoptr] 1.17.2.6:
6053: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
6054: number of gcc compiler bugs fixed
6055:
6056: 2003-03-03 paf
6057: * tests/037.html 1.1:
6058: file 037.html was initially added on branch autoptr.
6059:
6060: * tests/results/044.processed 1.1:
6061: file 044.processed was initially added on branch autoptr.
6062:
6063: * tests/039.html 1.1:
6064: file 039.html was initially added on branch autoptr.
6065:
6066: * tests/040.html 1.1:
6067: file 040.html was initially added on branch autoptr.
6068:
6069: * tests/results/036.processed 1.1:
6070: file 036.processed was initially added on branch autoptr.
6071:
6072: * tests/042.html 1.1:
6073: file 042.html was initially added on branch autoptr.
6074:
6075: * tests/044.html 1.1:
6076: file 044.html was initially added on branch autoptr.
6077:
6078: * src/main/pa_request.C [autoptr] 1.245.2.29:
6079: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
6080: * tests/033.html [autoptr] 1.1.2.1:
6081: * tests/034.html [autoptr] 1.1.2.1:
6082: * tests/035.html [autoptr] 1.1.2.1:
6083: * tests/036.html [autoptr] 1.1.2.1:
6084: * tests/037.html [autoptr] 1.1.2.1:
6085: * tests/038.html [autoptr] 1.1.2.1:
6086: * tests/results/033.processed [autoptr] 1.1.2.1:
6087: * tests/results/034.processed [autoptr] 1.1.2.1:
6088: * tests/results/035.processed [autoptr] 1.1.2.1:
6089: * tests/results/036.processed [autoptr] 1.1.2.1:
6090: * tests/results/037.processed [autoptr] 1.1.2.1:
6091: * tests/results/038.processed [autoptr] 1.1.2.1:
6092: tests:
6093: 33 string.replace
6094: 34 string.upper
6095: 35 table created
6096: 36 local/global vars with juntions
6097: 37 table clone
6098: 38 math PI & number formatting
6099:
6100: math class registring typo fixed
6101:
6102: * tests/046.html 1.1:
6103: file 046.html was initially added on branch autoptr.
6104:
6105: * tests/040.html [autoptr] 1.1.2.1:
6106: * tests/results/040.processed [autoptr] 1.1.2.1:
6107: test:
6108: 39 method result of type table
6109: 40 method param junction auto evaluate
6110:
6111: * tests/051b.p 1.1:
6112: file 051b.p was initially added on branch autoptr.
6113:
6114: * tests/results/045.processed 1.1:
6115: file 045.processed was initially added on branch autoptr.
6116:
6117: * tests/048.html 1.1:
6118: file 048.html was initially added on branch autoptr.
6119:
6120: * tests/results/037.processed 1.1:
6121: file 037.processed was initially added on branch autoptr.
6122:
6123: * tests/051.html 1.1:
6124: file 051.html was initially added on branch autoptr.
6125:
6126: * tests/results/046.processed 1.1:
6127: file 046.processed was initially added on branch autoptr.
6128:
6129: * tests/results/038.processed 1.1:
6130: file 038.processed was initially added on branch autoptr.
6131:
6132: * tests/041.html [autoptr] 1.1.2.1:
6133: * tests/results/041.processed [autoptr] 1.1.2.1:
6134: test:
6135: 41 table.locate by expression
6136:
6137: * tests/032.html 1.1:
6138: file 032.html was initially added on branch autoptr.
6139:
6140: * tests/results/047.processed 1.1:
6141: file 047.processed was initially added on branch autoptr.
6142:
6143: * tests/034.html 1.1:
6144: file 034.html was initially added on branch autoptr.
6145:
6146: * tests/results/040.processed 1.1:
6147: file 040.processed was initially added on branch autoptr.
6148:
6149: * tests/results/039.processed 1.1:
6150: file 039.processed was initially added on branch autoptr.
6151:
6152: * tests/results/032.processed 1.1:
6153: file 032.processed was initially added on branch autoptr.
6154:
6155: * tests/036.html 1.1:
6156: file 036.html was initially added on branch autoptr.
6157:
6158: * tests/038.html 1.1:
6159: file 038.html was initially added on branch autoptr.
6160:
6161: * tests/parser-unix.sh 1.1:
6162: file parser-unix.sh was initially added on branch autoptr.
6163:
6164: * tests/043.html [autoptr] 1.1.2.1:
6165: * tests/044.html [autoptr] 1.1.2.1:
6166: * tests/045.html [autoptr] 1.1.2.1:
6167: * tests/046.html [autoptr] 1.1.2.1:
6168: * tests/047.html [autoptr] 1.1.2.1:
6169: * tests/048.html [autoptr] 1.1.2.1:
6170: * tests/049.html [autoptr] 1.1.2.1:
6171: * tests/050.html [autoptr] 1.1.2.1:
6172: * tests/051.html [autoptr] 1.1.2.1:
6173: * tests/051b.p [autoptr] 1.1.2.1:
6174: * tests/051t.p [autoptr] 1.1.2.1:
6175: * tests/Makefile [autoptr] 1.1.2.3:
6176: * tests/outputs/049.processed [autoptr] 1.1.2.1:
6177: * tests/outputs/050.processed [autoptr] 1.1.2.1:
6178: * tests/outputs/051.processed [autoptr] 1.1.2.1:
6179: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
6180: * tests/parser-unix.sh [autoptr] 1.1.2.2:
6181: * tests/results/001.processed [autoptr] 1.1.2.2:
6182: * tests/results/002.processed [autoptr] 1.1.2.2:
6183: * tests/results/003.processed [autoptr] 1.1.2.2:
6184: * tests/results/005.processed [autoptr] 1.1.2.2:
6185: * tests/results/006.processed [autoptr] 1.1.2.2:
6186: * tests/results/008.processed [autoptr] 1.1.2.2:
6187: * tests/results/009.processed [autoptr] 1.1.2.2:
6188: * tests/results/011.processed [autoptr] 1.1.2.2:
6189: * tests/results/012.processed [autoptr] 1.1.2.2:
6190: * tests/results/013.processed [autoptr] 1.1.2.2:
6191: * tests/results/014.processed [autoptr] 1.1.2.2:
6192: * tests/results/015.processed [autoptr] 1.1.2.2:
6193: * tests/results/016.processed [autoptr] 1.1.2.2:
6194: * tests/results/017.processed [autoptr] 1.1.2.2:
6195: * tests/results/020.processed [autoptr] 1.1.2.2:
6196: * tests/results/021.processed [autoptr] 1.1.2.2:
6197: * tests/results/022.processed [autoptr] 1.1.2.2:
6198: * tests/results/024.processed [autoptr] 1.1.2.2:
6199: * tests/results/025.processed [autoptr] 1.1.2.2:
6200: * tests/results/026.processed [autoptr] 1.1.2.2:
6201: * tests/results/027.processed [autoptr] 1.1.2.2:
6202: * tests/results/028.processed [autoptr] 1.1.2.2:
6203: * tests/results/029.processed [autoptr] 1.1.2.2:
6204: * tests/results/030.processed [autoptr] 1.1.2.2:
6205: * tests/results/031.processed [autoptr] 1.1.2.2:
6206: * tests/results/043.processed [autoptr] 1.1.2.1:
6207: * tests/results/044.processed [autoptr] 1.1.2.1:
6208: * tests/results/045.processed [autoptr] 1.1.2.1:
6209: * tests/results/046.processed [autoptr] 1.1.2.1:
6210: * tests/results/047.processed [autoptr] 1.1.2.1:
6211: * tests/results/048.processed [autoptr] 1.1.2.1:
6212: * tests/results/049.processed [autoptr] 1.1.2.1:
6213: * tests/results/050.processed [autoptr] 1.1.2.1:
6214: * tests/results/051.processed [autoptr] 1.1.2.1:
6215: * tests/run_parser.sh [autoptr] 1.1.2.1:
6216: tests:
6217: 43,44,45 date rolls
6218: 46 autoevaluating junction
6219: 47 table.select
6220: 48 name with subvar
6221: 49 hash-creating switch
6222: 50 process
6223: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
6224:
6225: * tests/041.html 1.1:
6226: file 041.html was initially added on branch autoptr.
6227:
6228: * src/classes/op.C [autoptr] 1.127.2.18:
6229: * src/include/pa_request.h [autoptr] 1.160.2.28:
6230: * src/include/pa_string.h [autoptr] 1.144.2.25:
6231: * src/main/execute.C [autoptr] 1.295.2.21:
6232: * src/main/pa_request.C [autoptr] 1.245.2.28:
6233: * src/main/pa_string.C [autoptr] 1.172.2.18:
6234: * src/main/untaint.C [autoptr] 1.115.2.11:
6235: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
6236: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
6237: * tests/032.html [autoptr] 1.1.2.1:
6238: * tests/results/032.processed [autoptr] 1.1.2.1:
6239: uchar changed to String_UL in all places [was not everywhere]
6240: untaint test: 032
6241:
6242: * tests/results/048.processed 1.1:
6243: file 048.processed was initially added on branch autoptr.
6244:
6245: * tests/043.html 1.1:
6246: file 043.html was initially added on branch autoptr.
6247:
6248: * tests/results/041.processed 1.1:
6249: file 041.processed was initially added on branch autoptr.
6250:
6251: * tests/results/033.processed 1.1:
6252: file 033.processed was initially added on branch autoptr.
6253:
6254: * tests/045.html 1.1:
6255: file 045.html was initially added on branch autoptr.
6256:
6257: * tests/047.html 1.1:
6258: file 047.html was initially added on branch autoptr.
6259:
6260: * tests/051t.p 1.1:
6261: file 051t.p was initially added on branch autoptr.
6262:
6263: * tests/050.html 1.1:
6264: file 050.html was initially added on branch autoptr.
6265:
6266: * tests/049.html 1.1:
6267: file 049.html was initially added on branch autoptr.
6268:
6269: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
6270: * tests/004.html [autoptr] 1.1.2.2:
6271: * tests/Makefile [autoptr] 1.1.2.2:
6272: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
6273: * tests/parser-unix.sh [autoptr] 1.1.2.1:
6274: * tests/results/004.processed [autoptr] 1.1.2.2:
6275: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
6276: removed -H command line key, now testing using .sh file with
6277: SERVER_SOFTWARE=xxx
6278:
1.24 paf 6279: * tests/042.html [autoptr] 1.1.2.1:
6280: * tests/results/042.processed [autoptr] 1.1.2.1:
6281: test:
6282: 42 exception.handled
6283:
1.23 paf 6284: * tests/outputs/049.processed 1.1:
6285: * tests/results/049.processed 1.1:
6286: file 049.processed was initially added on branch autoptr.
6287:
6288: * tests/outputs/050.processed 1.1:
6289: * tests/results/050.processed 1.1:
6290: file 050.processed was initially added on branch autoptr.
6291:
6292: * tests/results/042.processed 1.1:
6293: file 042.processed was initially added on branch autoptr.
6294:
6295: * tests/results/034.processed 1.1:
6296: file 034.processed was initially added on branch autoptr.
6297:
6298: * tests/039.html [autoptr] 1.1.2.1:
6299: * tests/results/039.processed [autoptr] 1.1.2.1:
6300: test:
6301: 37 method result of type table
6302:
6303: * tests/outputs/051.processed 1.1:
6304: * tests/results/051.processed 1.1:
6305: file 051.processed was initially added on branch autoptr.
6306:
6307: * tests/parser-cygwin.sh 1.1:
6308: file parser-cygwin.sh was initially added on branch autoptr.
6309:
6310: * tests/results/043.processed 1.1:
6311: file 043.processed was initially added on branch autoptr.
6312:
6313: * tests/results/035.processed 1.1:
6314: file 035.processed was initially added on branch autoptr.
6315:
6316: * tests/033.html 1.1:
6317: file 033.html was initially added on branch autoptr.
6318:
6319: * tests/run_parser.sh 1.1:
6320: file run_parser.sh was initially added on branch autoptr.
6321:
6322: * tests/035.html 1.1:
6323: file 035.html was initially added on branch autoptr.
6324:
6325: 2003-02-27 paf
6326: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
6327: *** empty log message ***
6328:
6329: * www/htdocs/maximized.htm 1.1:
6330: file maximized.htm was initially added on branch autoptr.
6331:
6332: 2003-02-26 paf
6333: * tests/001.html 1.1:
6334: file 001.html was initially added on branch autoptr.
6335:
6336: * tests/003.html 1.1:
6337: file 003.html was initially added on branch autoptr.
6338:
6339: * tests/results/028.processed 1.1:
6340: file 028.processed was initially added on branch autoptr.
6341:
6342: * tests/005.html 1.1:
6343: file 005.html was initially added on branch autoptr.
6344:
6345: * tests/results/021.processed 1.1:
6346: file 021.processed was initially added on branch autoptr.
6347:
6348: * tests/results/013.processed 1.1:
6349: file 013.processed was initially added on branch autoptr.
6350:
6351: * src/include/pa_array.h [autoptr] 1.57.2.26:
6352: * src/include/pa_hash.h [autoptr] 1.58.2.17:
6353: * src/include/pa_memory.h [autoptr] 1.1.2.3:
6354: * src/main/pa_charset.C [autoptr] 1.33.2.12:
6355: * tests/001.html [autoptr] 1.1.2.1:
6356: * tests/002.html [autoptr] 1.1.2.1:
6357: * tests/003.html [autoptr] 1.1.2.1:
6358: * tests/004.html [autoptr] 1.1.2.1:
6359: * tests/005.html [autoptr] 1.1.2.1:
6360: * tests/006.html [autoptr] 1.1.2.1:
6361: * tests/007.html [autoptr] 1.1.2.1:
6362: * tests/008.html [autoptr] 1.1.2.1:
6363: * tests/009.html [autoptr] 1.1.2.1:
6364: * tests/010.html [autoptr] 1.1.2.1:
6365: * tests/011.html [autoptr] 1.1.2.1:
6366: * tests/012.html [autoptr] 1.1.2.1:
6367: * tests/013.html [autoptr] 1.1.2.1:
6368: * tests/014.html [autoptr] 1.1.2.1:
6369: * tests/Makefile [autoptr] 1.1.2.1:
6370: * tests/outputs/create-dir [autoptr] 1.1.2.1:
6371: * tests/results/001.processed [autoptr] 1.1.2.1:
6372: * tests/results/002.processed [autoptr] 1.1.2.1:
6373: * tests/results/003.processed [autoptr] 1.1.2.1:
6374: * tests/results/004.processed [autoptr] 1.1.2.1:
6375: * tests/results/005.processed [autoptr] 1.1.2.1:
6376: * tests/results/006.processed [autoptr] 1.1.2.1:
6377: * tests/results/007.processed [autoptr] 1.1.2.1:
6378: * tests/results/008.processed [autoptr] 1.1.2.1:
6379: * tests/results/009.processed [autoptr] 1.1.2.1:
6380: * tests/results/010.processed [autoptr] 1.1.2.1:
6381: * tests/results/011.processed [autoptr] 1.1.2.1:
6382: * tests/results/012.processed [autoptr] 1.1.2.1:
6383: * tests/results/013.processed [autoptr] 1.1.2.1:
6384: * tests/results/014.processed [autoptr] 1.1.2.1:
6385: hash cloning fixed
6386:
6387: * tests/007.html 1.1:
6388: file 007.html was initially added on branch autoptr.
6389:
6390: * tests/results/005.processed 1.1:
6391: file 005.processed was initially added on branch autoptr.
6392:
6393: * tests/010.html 1.1:
6394: file 010.html was initially added on branch autoptr.
6395:
6396: * tests/009.html 1.1:
6397: file 009.html was initially added on branch autoptr.
6398:
6399: * tests/012.html 1.1:
6400: file 012.html was initially added on branch autoptr.
6401:
6402: * tests/014.html 1.1:
6403: file 014.html was initially added on branch autoptr.
6404:
6405: * src/main/execute.C [autoptr] 1.295.2.20:
6406: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
6407: * tests/024.html [autoptr] 1.1.2.1:
6408: * tests/025.html [autoptr] 1.1.2.1:
6409: * tests/026.html [autoptr] 1.1.2.1:
6410: * tests/027.html [autoptr] 1.1.2.1:
6411: * tests/028.html [autoptr] 1.1.2.1:
6412: * tests/029.html [autoptr] 1.1.2.1:
6413: * tests/030.html [autoptr] 1.1.2.1:
6414: * tests/031.html [autoptr] 1.1.2.1:
6415: * tests/results/024.processed [autoptr] 1.1.2.1:
6416: * tests/results/025.processed [autoptr] 1.1.2.1:
6417: * tests/results/026.processed [autoptr] 1.1.2.1:
6418: * tests/results/027.processed [autoptr] 1.1.2.1:
6419: * tests/results/028.processed [autoptr] 1.1.2.1:
6420: * tests/results/029.processed [autoptr] 1.1.2.1:
6421: * tests/results/030.processed [autoptr] 1.1.2.1:
6422: * tests/results/031.processed [autoptr] 1.1.2.1:
6423: fixed bug with name_cstr mutable CharPtr
6424: more tests
6425:
6426: * tests/results/029.processed 1.1:
6427: file 029.processed was initially added on branch autoptr.
6428:
6429: * tests/results/030.processed 1.1:
6430: file 030.processed was initially added on branch autoptr.
6431:
6432: * tests/016.html 1.1:
6433: file 016.html was initially added on branch autoptr.
6434:
6435: * tests/results/022.processed 1.1:
6436: file 022.processed was initially added on branch autoptr.
6437:
6438: * tests/results/014.processed 1.1:
6439: file 014.processed was initially added on branch autoptr.
6440:
6441: * tests/018.html 1.1:
6442: file 018.html was initially added on branch autoptr.
6443:
6444: * tests/results/006.processed 1.1:
6445: file 006.processed was initially added on branch autoptr.
6446:
6447: * tests/022_dir/a.html 1.1:
6448: file a.html was initially added on branch autoptr.
6449:
6450: * tests/021.html 1.1:
6451: file 021.html was initially added on branch autoptr.
6452:
6453: * tests/023.html 1.1:
6454: file 023.html was initially added on branch autoptr.
6455:
6456: * tests/results/031.processed 1.1:
6457: file 031.processed was initially added on branch autoptr.
6458:
6459: * tests/025.html 1.1:
6460: file 025.html was initially added on branch autoptr.
6461:
6462: * tests/results/023.processed 1.1:
6463: file 023.processed was initially added on branch autoptr.
6464:
6465: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
6466: * src/main/pa_globals.C [autoptr] 1.152.2.16:
6467: * src/main/pa_memory.C [autoptr] 1.1.2.3:
6468: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
6469: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
6470: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
6471: SAPI::abort << abort. die now just exits
6472:
6473: * tests/results/015.processed 1.1:
6474: file 015.processed was initially added on branch autoptr.
6475:
6476: * tests/027.html 1.1:
6477: file 027.html was initially added on branch autoptr.
6478:
6479: * tests/results/007.processed 1.1:
6480: file 007.processed was initially added on branch autoptr.
6481:
6482: * tests/030.html 1.1:
6483: file 030.html was initially added on branch autoptr.
6484:
6485: * tests/029.html 1.1:
6486: file 029.html was initially added on branch autoptr.
6487:
6488: * tests/outputs/create-dir 1.1:
6489: file create-dir was initially added on branch autoptr.
6490:
6491: * tests/022_dir/b.txt 1.1:
6492: file b.txt was initially added on branch autoptr.
6493:
6494: * tests/results/024.processed 1.1:
6495: file 024.processed was initially added on branch autoptr.
6496:
6497: * tests/002.html 1.1:
6498: file 002.html was initially added on branch autoptr.
6499:
6500: * tests/results/016.processed 1.1:
6501: file 016.processed was initially added on branch autoptr.
6502:
6503: * tests/results/008.processed 1.1:
6504: file 008.processed was initially added on branch autoptr.
6505:
6506: * tests/004.html 1.1:
6507: file 004.html was initially added on branch autoptr.
6508:
6509: * tests/results/001.processed 1.1:
6510: file 001.processed was initially added on branch autoptr.
6511:
6512: * tests/006.html 1.1:
6513: file 006.html was initially added on branch autoptr.
6514:
6515: * tests/008.html 1.1:
6516: file 008.html was initially added on branch autoptr.
6517:
6518: * tests/011.html 1.1:
6519: file 011.html was initially added on branch autoptr.
6520:
6521: * tests/results/025.processed 1.1:
6522: file 025.processed was initially added on branch autoptr.
6523:
6524: * tests/results/017.processed 1.1:
6525: file 017.processed was initially added on branch autoptr.
6526:
6527: * tests/Makefile 1.1:
6528: file Makefile was initially added on branch autoptr.
6529:
6530: * tests/results/009.processed 1.1:
6531: file 009.processed was initially added on branch autoptr.
6532:
6533: * tests/results/010.processed 1.1:
6534: file 010.processed was initially added on branch autoptr.
6535:
6536: * tests/013.html 1.1:
6537: file 013.html was initially added on branch autoptr.
6538:
6539: * tests/results/002.processed 1.1:
6540: file 002.processed was initially added on branch autoptr.
6541:
6542: * tests/019paf2001.gif 1.1:
6543: file 019paf2001.gif was initially added on branch autoptr.
6544:
6545: * tests/015.html 1.1:
6546: file 015.html was initially added on branch autoptr.
6547:
6548: * tests/017.html 1.1:
6549: file 017.html was initially added on branch autoptr.
6550:
6551: * tests/020.html 1.1:
6552: file 020.html was initially added on branch autoptr.
6553:
6554: * tests/019.html 1.1:
6555: file 019.html was initially added on branch autoptr.
6556:
6557: * tests/results/026.processed 1.1:
6558: file 026.processed was initially added on branch autoptr.
6559:
6560: * tests/results/018.processed 1.1:
6561: file 018.processed was initially added on branch autoptr.
6562:
6563: * tests/022.html 1.1:
6564: file 022.html was initially added on branch autoptr.
6565:
6566: * tests/results/011.processed 1.1:
6567: file 011.processed was initially added on branch autoptr.
6568:
6569: * tests/024.html 1.1:
6570: file 024.html was initially added on branch autoptr.
6571:
6572: * tests/results/003.processed 1.1:
6573: file 003.processed was initially added on branch autoptr.
6574:
6575: * tests/022_dir/c.htm 1.1:
6576: file c.htm was initially added on branch autoptr.
6577:
6578: * tests/026.html 1.1:
6579: file 026.html was initially added on branch autoptr.
6580:
6581: * tests/028.html 1.1:
6582: file 028.html was initially added on branch autoptr.
6583:
6584: * tests/031.html 1.1:
6585: file 031.html was initially added on branch autoptr.
6586:
6587: * tests/results/027.processed 1.1:
6588: file 027.processed was initially added on branch autoptr.
6589:
6590: * tests/results/019.processed 1.1:
6591: file 019.processed was initially added on branch autoptr.
6592:
6593: * tests/results/020.processed 1.1:
6594: file 020.processed was initially added on branch autoptr.
6595:
6596: * src/classes/classes.awk [autoptr] 1.6.6.3:
6597: * src/classes/classes.h [autoptr] 1.23.2.9:
6598: * src/classes/date.C [autoptr] 1.42.2.11:
6599: * src/classes/double.C [autoptr] 1.53.2.8:
6600: * src/classes/file.C [autoptr] 1.107.2.15:
6601: * src/classes/form.C [autoptr] 1.34.2.7:
6602: * src/classes/hash.C [autoptr] 1.54.2.11:
6603: * src/classes/image.C [autoptr] 1.90.2.12:
6604: * src/classes/int.C [autoptr] 1.49.2.7:
6605: * src/classes/mail.C [autoptr] 1.88.2.12:
6606: * src/classes/math.C [autoptr] 1.24.2.10:
6607: * src/classes/op.C [autoptr] 1.127.2.17:
6608: * src/classes/response.C [autoptr] 1.23.2.7:
6609: * src/classes/string.C [autoptr] 1.125.2.12:
6610: * src/classes/table.C [autoptr] 1.172.2.11:
6611: * src/classes/void.C [autoptr] 1.28.2.5:
6612: * src/classes/xdoc.C [autoptr] 1.108.2.12:
6613: * src/classes/xnode.C [autoptr] 1.54.2.8:
6614: * src/include/pa_memory.h [autoptr] 1.1.2.4:
6615: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
6616: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
6617: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
6618: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
6619: * src/types/pa_venv.h [autoptr] 1.28.2.5:
6620: * src/types/pa_vform.C [autoptr] 1.74.2.11:
6621: * tests/015.html [autoptr] 1.1.2.1:
6622: * tests/016.html [autoptr] 1.1.2.1:
6623: * tests/017.html [autoptr] 1.1.2.1:
6624: * tests/018.html [autoptr] 1.1.2.1:
6625: * tests/019.html [autoptr] 1.1.2.1:
6626: * tests/019paf2001.gif [autoptr] 1.1.2.1:
6627: * tests/020.html [autoptr] 1.1.2.1:
6628: * tests/021.html [autoptr] 1.1.2.1:
6629: * tests/022.html [autoptr] 1.1.2.1:
6630: * tests/022_dir/a.html [autoptr] 1.1.2.1:
6631: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
6632: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
6633: * tests/023.html [autoptr] 1.1.2.1:
6634: * tests/results/015.processed [autoptr] 1.1.2.1:
6635: * tests/results/016.processed [autoptr] 1.1.2.1:
6636: * tests/results/017.processed [autoptr] 1.1.2.1:
6637: * tests/results/018.processed [autoptr] 1.1.2.1:
6638: * tests/results/019.processed [autoptr] 1.1.2.1:
6639: * tests/results/020.processed [autoptr] 1.1.2.1:
6640: * tests/results/021.processed [autoptr] 1.1.2.1:
6641: * tests/results/022.processed [autoptr] 1.1.2.1:
6642: * tests/results/023.processed [autoptr] 1.1.2.1:
6643: methoded_array now contains all Mxxx classes
6644: SAPI::get_env now returns info on pool
6645: more tests
6646:
6647: * tests/results/012.processed 1.1:
6648: file 012.processed was initially added on branch autoptr.
6649:
6650: * tests/results/004.processed 1.1:
6651: file 004.processed was initially added on branch autoptr.
6652:
6653: 2003-02-25 paf
6654: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
6655: typo fixed
6656:
6657: 2003-02-24 paf
6658: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
6659: fixed all places with bad get_string(0)
6660: [one remained]
6661:
6662: * src/include/pa_request.h [autoptr] 1.160.2.27:
6663: * src/main/execute.C [autoptr] 1.295.2.19:
6664: few bad get_string(0) [should have been get_string(&pool)]
6665: todo: check other such calls
6666:
6667: * src/types/pa_vmail.C 1.41:
6668: body [text/html] transcoded to
6669: $.charset[specified]
6670: now
6671:
6672: * src/main/compile.tab.C [autoptr] 1.81.2.9:
6673: * src/main/execute.C [autoptr] 1.295.2.18:
6674: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
6675: test10, bad lookups
6676:
6677: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
6678:
6679: * src/main/pa_common.C 1.145:
6680: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
6681: stupid gcc [2.95.4] generated bad code
6682: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
6683: rewritten simplier [though duplicating closesocket code]
6684:
6685: * src/classes/string.C [autoptr] 1.125.2.11:
6686: match bug fixed
6687:
1.22 paf 6688: 2003-02-21 paf
6689: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
6690: MAKE_TEST must be used inside of 'make tests' only
6691: [it's not forcing CGI mode now]
6692: now use -H to output CGI header when parser used in command line [useful for tests also]
6693:
6694: * src/classes/file.C [autoptr] 1.107.2.14:
6695: * src/classes/image.C [autoptr] 1.90.2.11:
6696: * src/classes/mail.C [autoptr] 1.88.2.11:
6697: * src/classes/op.C [autoptr] 1.127.2.16:
6698: * src/classes/xdoc.C [autoptr] 1.108.2.11:
6699: * src/main/pa_charset.C [autoptr] 1.33.2.11:
6700: * src/main/pa_exec.C [autoptr] 1.48.2.14:
6701: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
6702: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
6703: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
6704: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
6705: fixed all cstr's that must use pool [as the one in ^process]
6706:
6707: * src/include/pa_array.h [autoptr] 1.57.2.25:
6708: * src/include/pa_exception.h [autoptr] 1.38.2.15:
6709: * src/include/pa_memory.h [autoptr] 1.1.2.1:
6710: * src/include/pa_pool.h [autoptr] 1.86.2.31:
6711: * src/main/Makefile.am [autoptr] 1.35.6.3:
6712: * src/main/main.dsp [autoptr] 1.161.6.12:
6713: * src/main/pa_array.C [autoptr] 1.54.2.5:
6714: * src/main/pa_memory.C [autoptr] 1.1.2.1:
6715: * src/main/pa_pool.C [autoptr] 1.59.2.5:
6716: reorganized memory handling files
6717:
6718: * src/include/pa_memory.h [autoptr] 1.1.2.2:
6719: * src/main/pa_memory.C [autoptr] 1.1.2.2:
6720: inlined memory handling pa_*
6721:
6722: * src/main/execute.C [autoptr] 1.295.2.17:
6723: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
6724: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
6725: release mode now compiles OK
6726: test to show benefits of free
6727:
6728: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
6729: MAKE_TEST environment variable switches on CGI mode, and is
6730: used in regression tests
6731:
6732: * operators.txt [autoptr] 1.109.2.1:
6733: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
6734: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
6735: $cookie:name[$.expires[date << can be now]]
6736:
6737: written makefile with regression tests [raw]
6738:
6739: * src/include/pa_request.h [autoptr] 1.160.2.26:
6740: * src/main/pa_request.C [autoptr] 1.245.2.27:
6741: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
6742: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
6743: * src/types/pa_venv.h [autoptr] 1.28.2.4:
6744: env fixed
6745:
6746: * src/main/pa_array.C [autoptr] 1.54.2.4:
6747: pool::format_integer terminator fixed
6748:
6749: * src/include/pa_memory.h 1.1:
6750: file pa_memory.h was initially added on branch autoptr.
6751:
6752: * src/main/pa_memory.C 1.1:
6753: file pa_memory.C was initially added on branch autoptr.
6754:
6755: * src/classes/op.C [autoptr] 1.127.2.15:
6756: fixed process.
6757: sould now check for all cstr's -- some must use pool [as the one in ^process]
6758:
6759: 2003-02-20 paf
6760: * www/htdocs/autoptr.html 1.1:
6761: file autoptr.html was initially added on branch autoptr.
6762:
6763: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
6764: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
6765: form values passed OK now
6766:
6767: * src/classes/date.C [autoptr] 1.42.2.10:
6768: * src/classes/double.C [autoptr] 1.53.2.7:
6769: * src/classes/file.C [autoptr] 1.107.2.13:
6770: * src/classes/hash.C [autoptr] 1.54.2.10:
6771: * src/classes/image.C [autoptr] 1.90.2.10:
6772: * src/classes/int.C [autoptr] 1.49.2.6:
6773: * src/classes/mail.C [autoptr] 1.88.2.10:
6774: * src/classes/math.C [autoptr] 1.24.2.9:
6775: * src/classes/op.C [autoptr] 1.127.2.13:
6776: * src/classes/response.C [autoptr] 1.23.2.6:
6777: * src/classes/string.C [autoptr] 1.125.2.10:
6778: * src/classes/table.C [autoptr] 1.172.2.10:
6779: * src/classes/void.C [autoptr] 1.28.2.4:
6780: * src/classes/xdoc.C [autoptr] 1.108.2.10:
6781: * src/classes/xnode.C [autoptr] 1.54.2.7:
6782: * src/main/pa_string.C [autoptr] 1.172.2.17:
6783: * src/types/pa_method.h [autoptr] 1.1.2.4:
6784: * src/types/pa_value.C [autoptr] 1.9.2.14:
6785: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
6786: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
6787: string cmp fixed
6788:
6789: 2003-02-19 paf
6790: * src/classes/form.C [autoptr] 1.34.2.6:
6791: * src/include/pa_charset.h [autoptr] 1.20.2.12:
6792: * src/include/pa_pool.h [autoptr] 1.86.2.30:
6793: * src/main/pa_charset.C [autoptr] 1.33.2.10:
6794: * src/main/pa_exception.C [autoptr] 1.43.2.13:
6795: * src/main/pa_request.C [autoptr] 1.245.2.25:
6796: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
6797: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
6798: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
6799: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
6800: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
6801: * src/types/pa_vform.C [autoptr] 1.74.2.9:
6802: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
6803: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
6804: found&kill all remaning leaks resulted from pooled::malloc calls
6805: [excluding in gd -- planning complete rewrite extremely ugly code]
6806:
6807: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
6808: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
6809: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
6810: removed unneeded files
6811:
6812: 2003-02-17 paf
6813: * src/classes/classes.C [autoptr] 1.18.2.4:
6814: * src/include/pa_array.h [autoptr] 1.57.2.22:
6815: * src/include/pa_hash.h [autoptr] 1.58.2.16:
6816: * src/include/pa_pool.h [autoptr] 1.86.2.29:
6817: * src/include/pa_request.h [autoptr] 1.160.2.23:
6818: * src/main/pa_request.C [autoptr] 1.245.2.20:
6819: * src/main/pa_string.C [autoptr] 1.172.2.16:
6820: * src/main/untaint.C [autoptr] 1.115.2.10:
6821: * src/types/pa_value.h [autoptr] 1.109.2.23:
6822: * src/types/pa_vint.h [autoptr] 1.38.2.10:
6823: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
6824: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
6825: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
6826: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
6827: class fields of simple type not initialized with zeros :(
6828: while class fields of class types initialized with default constructors.
6829: learn C++
6830:
6831: * src/main/execute.C [autoptr] 1.295.2.11:
6832: * src/main/pa_request.C [autoptr] 1.245.2.21:
6833: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
6834: first letters out OK
6835:
6836: * src/classes/classes.awk [autoptr] 1.6.6.2:
6837: * src/classes/double.C [autoptr] 1.53.2.5:
6838: * src/classes/file.C [autoptr] 1.107.2.11:
6839: * src/classes/form.C [autoptr] 1.34.2.5:
6840: * src/classes/image.C [autoptr] 1.90.2.8:
6841: * src/classes/int.C [autoptr] 1.49.2.4:
6842: * src/classes/mail.C [autoptr] 1.88.2.8:
6843: * src/classes/math.C [autoptr] 1.24.2.7:
6844: * src/classes/xdoc.C [autoptr] 1.108.2.7:
6845: * src/classes/xnode.C [autoptr] 1.54.2.5:
6846: * src/include/pa_array.h [autoptr] 1.57.2.21:
6847: * src/include/pa_string.h [autoptr] 1.144.2.24:
6848: * src/main/pa_exec.C [autoptr] 1.48.2.13:
6849: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
6850: parser3.exe - 0 error(s), 0 warning(s)
6851:
6852: * src/classes/date.C [autoptr] 1.42.2.8:
6853: * src/classes/op.C [autoptr] 1.127.2.12:
6854: * src/classes/table.C [autoptr] 1.172.2.8:
6855: * src/classes/xdoc.C [autoptr] 1.108.2.8:
6856: * src/classes/xnode.C [autoptr] 1.54.2.6:
6857: * src/include/pa_array.h [autoptr] 1.57.2.24:
6858: * src/include/pa_charset.h [autoptr] 1.20.2.11:
6859: * src/main/Makefile.am [autoptr] 1.35.6.2:
6860: * src/main/main.dsp [autoptr] 1.161.6.11:
6861: * src/main/pa_charset.C [autoptr] 1.33.2.8:
6862: * src/main/pa_common.C [autoptr] 1.143.2.20:
6863: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
6864: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
6865: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
6866: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
6867: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
6868: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
6869: fixed more leaks resulted from pooled::malloc calls
6870:
6871: * src/include/pa_stack.h [autoptr] 1.17.2.4:
6872: * src/main/compile.C [autoptr] 1.69.2.6:
6873: * src/main/execute.C [autoptr] 1.295.2.13:
6874: * src/main/pa_request.C [autoptr] 1.245.2.23:
6875: stack-stored items need extra .ref to prevent object_ptr from
6876: delete[them]
6877:
6878: * src/main/pa_request.C [autoptr] 1.245.2.22:
6879: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
6880: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
6881: couple mem leaks rusulted from old pooled::malloc usage.
6882: todo:find more like those
6883:
6884: * src/main/execute.C [autoptr] 1.295.2.14:
6885: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
6886: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
6887: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
6888: few bugs in debug output fixed
6889:
6890: * src/include/pa_array.h [autoptr] 1.57.2.23:
6891: * src/include/pa_request.h [autoptr] 1.160.2.24:
6892: * src/main/execute.C [autoptr] 1.295.2.12:
6893: stackItem fixed [there were no string on stack before]
6894:
6895: * src/classes/date.C [autoptr] 1.42.2.9:
6896: * src/classes/double.C [autoptr] 1.53.2.6:
6897: * src/classes/file.C [autoptr] 1.107.2.12:
6898: * src/classes/image.C [autoptr] 1.90.2.9:
6899: * src/classes/int.C [autoptr] 1.49.2.5:
6900: * src/classes/mail.C [autoptr] 1.88.2.9:
6901: * src/classes/math.C [autoptr] 1.24.2.8:
6902: * src/classes/response.C [autoptr] 1.23.2.5:
6903: * src/classes/string.C [autoptr] 1.125.2.9:
6904: * src/classes/table.C [autoptr] 1.172.2.9:
6905: * src/classes/xdoc.C [autoptr] 1.108.2.9:
6906: * src/classes/xnode.h [autoptr] 1.18.2.4:
6907: * src/include/pa_stack.h [autoptr] 1.17.2.5:
6908: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
6909: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
6910: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
6911: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
6912: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
6913: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
6914: * src/types/pa_vform.C [autoptr] 1.74.2.8:
6915: * src/types/pa_vform.h [autoptr] 1.45.2.8:
6916: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
6917: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
6918: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
6919: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
6920: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
6921: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
6922: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
6923: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
6924: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
6925: fixed all remained bugs of unitialized simple-typed field
6926:
6927: * src/classes/classes.C [autoptr] 1.18.2.5:
6928: * src/classes/classes.h [autoptr] 1.23.2.8:
6929: * src/main/execute.C [autoptr] 1.295.2.15:
6930: * src/main/pa_charset.C [autoptr] 1.33.2.9:
6931: * src/main/pa_request.C [autoptr] 1.245.2.24:
6932: another bug of unitialized simple-typed field fixed.
6933: todo: find&kill all like that one
6934:
6935: * src/main/compile.C [autoptr] 1.69.2.5:
6936: * src/main/compile_tools.C [autoptr] 1.54.2.5:
6937: 2*2!
6938:
6939: 2003-02-14 paf
6940: * src/classes/classes.dsp [autoptr] 1.25.10.4:
6941: * src/classes/op.C [autoptr] 1.127.2.10:
6942: * src/classes/string.C [autoptr] 1.125.2.8:
6943: * src/classes/table.C [autoptr] 1.172.2.7:
6944: * src/include/pa_common.h [autoptr] 1.89.2.11:
6945: * src/include/pa_globals.h [autoptr] 1.101.2.14:
6946: * src/include/pa_pool.h [autoptr] 1.86.2.28:
6947: * src/include/pa_request.h [autoptr] 1.160.2.20:
6948: * src/main/pa_globals.C [autoptr] 1.152.2.15:
6949: * src/main/pa_request.C [autoptr] 1.245.2.16:
6950: * src/types/pa_value.h [autoptr] 1.109.2.22:
6951: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
6952: * src/types/pa_vint.h [autoptr] 1.38.2.9:
6953: * src/types/types.dsp [autoptr] 1.35.10.7:
6954: op compiled
6955:
6956: * src/classes/classes.C [autoptr] 1.18.2.3:
6957: * src/classes/classes.awk [autoptr] 1.6.6.1:
6958: * src/classes/file.C [autoptr] 1.107.2.9:
6959: * src/classes/hash.C [autoptr] 1.54.2.9:
6960: * src/classes/mail.C [autoptr] 1.88.2.7:
6961: * src/classes/op.C [autoptr] 1.127.2.11:
6962: * src/include/pa_common.h [autoptr] 1.89.2.12:
6963: * src/include/pa_request.h [autoptr] 1.160.2.21:
6964: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
6965: * src/main/pa_common.C [autoptr] 1.143.2.18:
6966: * src/main/pa_request.C [autoptr] 1.245.2.17:
6967: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
6968: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
6969: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
6970: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
6971: classes.lib - 0 error(s), 0 warning(s)
6972: parser.C compiled
6973:
6974: * src/classes/classes.dsp [autoptr] 1.25.10.3:
6975: * src/classes/response.C [autoptr] 1.23.2.4:
6976: * src/classes/string.C [autoptr] 1.125.2.7:
6977: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
6978: * src/include/pa_string.h [autoptr] 1.144.2.23:
6979: * src/main/pa_string.C [autoptr] 1.172.2.15:
6980: * src/main/untaint.C [autoptr] 1.115.2.9:
6981: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
6982: string, response compiled
6983:
6984: * src/classes/file.C [autoptr] 1.107.2.10:
6985: * src/include/pa_request.h [autoptr] 1.160.2.22:
6986: * src/main/pa_request.C [autoptr] 1.245.2.18:
6987: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
6988: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
6989: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
6990: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
6991: * src/types/pa_vform.C [autoptr] 1.74.2.7:
6992: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
6993: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
6994: all compiled, only 14 link errors :)
6995:
6996: * src/types/pa_vhash.C 1.1:
6997: file pa_vhash.C was initially added on branch autoptr.
6998:
6999: * src/include/pa_common.h [autoptr] 1.89.2.13:
7000: * src/main/pa_common.C [autoptr] 1.143.2.19:
7001: * src/main/pa_request.C [autoptr] 1.245.2.19:
7002: 13 link errors
7003:
7004: 2003-02-07 paf
7005: * src/classes/table.C [autoptr] 1.172.2.6:
7006: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
7007: table compiled
7008:
7009: 2003-02-06 paf
7010: * src/classes/image.C [autoptr] 1.90.2.7:
7011: * src/classes/string.C [autoptr] 1.125.2.6:
7012: * src/classes/xdoc.C [autoptr] 1.108.2.6:
7013: * src/include/pa_common.h [autoptr] 1.89.2.10:
7014: * src/include/pa_hash.h [autoptr] 1.58.2.15:
7015: * src/main/pa_common.C [autoptr] 1.143.2.17:
7016: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
7017: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
7018: image compiled
7019:
7020: * src/classes/mail.C [autoptr] 1.88.2.6:
7021: * src/include/pa_request.h [autoptr] 1.160.2.19:
7022: * src/main/pa_request.C [autoptr] 1.245.2.15:
7023: mail compiled
7024:
7025: * src/classes/hash.C [autoptr] 1.54.2.7:
7026: * src/include/pa_hash.h [autoptr] 1.58.2.14:
7027: * src/include/pa_table.h [autoptr] 1.48.2.11:
7028: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
7029: hash compiled
7030:
7031: * src/classes/classes.dsp [autoptr] 1.25.10.2:
7032: * src/classes/file.C [autoptr] 1.107.2.7:
7033: * src/include/pa_common.h [autoptr] 1.89.2.9:
7034: * src/include/pa_exec.h [autoptr] 1.11.2.5:
7035: * src/main/pa_common.C [autoptr] 1.143.2.16:
7036: * src/main/pa_exec.C [autoptr] 1.48.2.12:
7037: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
7038: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
7039: file compiled
7040:
7041: * src/classes/file.C [autoptr] 1.107.2.8:
7042: * src/classes/form.C [autoptr] 1.34.2.4:
7043: form compiled
7044:
7045: * src/classes/hash.C [autoptr] 1.54.2.8:
7046: * src/classes/math.C [autoptr] 1.24.2.6:
7047: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
7048: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
7049: math compiled [win32]
7050:
7051: 2003-02-04 paf
7052: * src/classes/date.C [autoptr] 1.42.2.5:
7053: * src/classes/double.C [autoptr] 1.53.2.3:
7054: * src/classes/file.C [autoptr] 1.107.2.5:
7055: * src/classes/form.C [autoptr] 1.34.2.3:
7056: * src/classes/hash.C [autoptr] 1.54.2.4:
7057: * src/classes/image.C [autoptr] 1.90.2.5:
7058: * src/classes/int.C [autoptr] 1.49.2.3:
7059: * src/classes/mail.C [autoptr] 1.88.2.4:
7060: * src/classes/math.C [autoptr] 1.24.2.4:
7061: * src/classes/op.C [autoptr] 1.127.2.8:
7062: * src/classes/response.C [autoptr] 1.23.2.3:
7063: * src/classes/string.C [autoptr] 1.125.2.4:
7064: * src/classes/table.C [autoptr] 1.172.2.4:
7065: * src/classes/void.C [autoptr] 1.28.2.3:
7066: * src/classes/xdoc.C [autoptr] 1.108.2.4:
7067: * src/classes/xnode.C [autoptr] 1.54.2.3:
7068: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
7069: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
7070: * src/types/pa_vint.h [autoptr] 1.38.2.8:
7071: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
7072: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
7073: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
7074: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
7075: int compiled
7076:
7077: * src/types/pa_value.C [autoptr] 1.9.2.12:
7078: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
7079: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
7080: trying to remove stupid value_includes.h
7081:
7082: * src/classes/date.C [autoptr] 1.42.2.4:
7083: * src/classes/double.C [autoptr] 1.53.2.2:
7084: * src/classes/file.C [autoptr] 1.107.2.4:
7085: * src/classes/hash.C [autoptr] 1.54.2.3:
7086: * src/classes/image.C [autoptr] 1.90.2.4:
7087: * src/classes/int.C [autoptr] 1.49.2.2:
7088: * src/classes/mail.C [autoptr] 1.88.2.3:
7089: * src/classes/math.C [autoptr] 1.24.2.3:
7090: * src/classes/op.C [autoptr] 1.127.2.7:
7091: * src/classes/response.C [autoptr] 1.23.2.2:
7092: * src/classes/string.C [autoptr] 1.125.2.3:
7093: * src/classes/table.C [autoptr] 1.172.2.3:
7094: * src/classes/void.C [autoptr] 1.28.2.2:
7095: * src/classes/xdoc.C [autoptr] 1.108.2.3:
7096: * src/classes/xnode.C [autoptr] 1.54.2.2:
7097: * src/classes/xnode.h [autoptr] 1.18.2.3:
7098: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
7099: void compiled :)
7100:
7101: * src/classes/date.C [autoptr] 1.42.2.7:
7102: * src/classes/hash.C [autoptr] 1.54.2.6:
7103: * src/include/pa_exec.h [autoptr] 1.11.2.4:
7104: * src/include/pa_hash.h [autoptr] 1.58.2.13:
7105: * src/include/pa_request.h [autoptr] 1.160.2.18:
7106: * src/include/pa_string.h [autoptr] 1.144.2.22:
7107: * src/include/pa_table.h [autoptr] 1.48.2.10:
7108: * src/main/pa_common.C [autoptr] 1.143.2.15:
7109: * src/main/pa_exec.C [autoptr] 1.48.2.11:
7110: * src/main/pa_string.C [autoptr] 1.172.2.14:
7111: * src/types/pa_method.h [autoptr] 1.1.2.3:
7112: * src/types/pa_vform.C [autoptr] 1.74.2.6:
7113: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
7114: hash 50% compiled
7115:
7116: * src/types/pa_method.h 1.1:
7117: file pa_method.h was initially added on branch autoptr.
7118:
7119: * src/include/pa_globals.h [autoptr] 1.101.2.13:
7120: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
7121: * src/main/pa_charset.C [autoptr] 1.33.2.7:
7122: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
7123: * src/main/pa_common.C [autoptr] 1.143.2.14:
7124: * src/main/pa_dir.C [autoptr] 1.14.2.3:
7125: * src/main/pa_exception.C [autoptr] 1.43.2.12:
7126: * src/main/pa_exec.C [autoptr] 1.48.2.10:
7127: * src/main/pa_globals.C [autoptr] 1.152.2.13:
7128: * src/main/pa_pool.C [autoptr] 1.59.2.4:
7129: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
7130: * src/main/pa_string.C [autoptr] 1.172.2.12:
7131: * src/main/pa_uue.C [autoptr] 1.4.2.5:
7132: * src/main/untaint.C [autoptr] 1.115.2.8:
7133: * src/types/pa_value.C [autoptr] 1.9.2.13:
7134: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
7135: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
7136: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
7137: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
7138: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
7139: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
7140: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
7141: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
7142: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
7143: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
7144: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
7145: * src/types/types.dsp [autoptr] 1.35.10.6:
7146: removed stupid value_includes.h
7147:
7148: * src/main/pa_exec.C [autoptr] 1.48.2.8:
7149: libmain.a compiled on six [unix]
7150:
7151: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
7152: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
7153: * src/main/pa_common.C [autoptr] 1.143.2.13:
7154: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
7155: * src/main/pa_exec.C [autoptr] 1.48.2.7:
7156: * src/main/pa_socks.C [autoptr] 1.18.2.5:
7157: libmain.a gcc
7158: and
7159: mail.lib msvc++
7160: compiled
7161:
7162: * src/include/pa_globals.h [autoptr] 1.101.2.12:
7163: * src/include/pa_request.h [autoptr] 1.160.2.16:
7164: * src/types/pa_value.C [autoptr] 1.9.2.11:
7165: * src/types/pa_value.h [autoptr] 1.109.2.21:
7166: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
7167: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
7168: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
7169: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
7170: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
7171: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
7172: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
7173: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
7174: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
7175: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
7176: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
7177: libtypes.a compiled gcc
7178:
1.24 paf 7179: * src/include/pa_array.h [autoptr] 1.57.2.20:
7180: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
7181: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
7182: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
7183: * src/main/pa_exec.C [autoptr] 1.48.2.6:
7184: * src/main/pa_socks.C [autoptr] 1.18.2.4:
7185: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
7186: gcc libmain.a compiled
7187:
1.22 paf 7188: * src/classes/classes.dsp [autoptr] 1.25.10.1:
7189: * src/classes/double.C [autoptr] 1.53.2.4:
7190: double compiled
7191:
7192: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
7193: merged changes from 1.149-1.150 (stupid name conflicts)
7194:
7195: * src/include/pa_array.h [autoptr] 1.57.2.19:
7196: * src/include/pa_pool.h [autoptr] 1.86.2.27:
7197: * src/main/Makefile.am [autoptr] 1.35.6.1:
7198: * src/main/Makefile.in [autoptr] 1.50.2.2:
7199: * src/main/compile.tab.C [autoptr] 1.81.2.7:
7200: * src/main/compile.y [autoptr] 1.204.2.6:
7201: * src/main/execute.C [autoptr] 1.295.2.10:
7202: * src/main/pa_request.C [autoptr] 1.245.2.14:
7203: * src/main/untaint.C [autoptr] 1.115.2.7:
7204: * src/types/pa_junction.h [autoptr] 1.1.2.2:
7205: * src/types/pa_method.h [autoptr] 1.1.2.2:
7206: * src/types/pa_value.h [autoptr] 1.109.2.20:
7207: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
7208: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
7209: *** empty log message ***
7210:
7211: * src/main/pa_exec.C [autoptr] 1.48.2.9:
7212: pa_exec compiled on win32
7213:
7214: * src/classes/date.C [autoptr] 1.42.2.6:
7215: * src/classes/file.C [autoptr] 1.107.2.6:
7216: * src/classes/hash.C [autoptr] 1.54.2.5:
7217: * src/classes/image.C [autoptr] 1.90.2.6:
7218: * src/classes/mail.C [autoptr] 1.88.2.5:
7219: * src/classes/math.C [autoptr] 1.24.2.5:
7220: * src/classes/op.C [autoptr] 1.127.2.9:
7221: * src/classes/string.C [autoptr] 1.125.2.5:
7222: * src/classes/table.C [autoptr] 1.172.2.5:
7223: * src/classes/xdoc.C [autoptr] 1.108.2.5:
7224: * src/classes/xnode.C [autoptr] 1.54.2.4:
7225: * src/include/pa_request.h [autoptr] 1.160.2.17:
7226: * src/main/pa_globals.C [autoptr] 1.152.2.14:
7227: * src/main/pa_string.C [autoptr] 1.172.2.13:
7228: date compiled
7229:
7230: * src/types/pa_junction.h 1.1:
7231: file pa_junction.h was initially added on branch autoptr.
7232:
7233: * src/main/compile_tools.h [autoptr] 1.67.2.8:
7234: * src/main/execute.C [autoptr] 1.295.2.9:
7235: * src/main/pa_table.C [autoptr] 1.53.2.9:
7236: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
7237: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
7238: yuk: gcc on cygwin yelds "virtual memory exhausted" while
7239: trying to compile execute.C [eating up to 127MB]
7240:
7241: 2003-02-03 paf
7242: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
7243: vstateless_class compiled
7244:
7245: * src/include/pa_request.h [autoptr] 1.160.2.13:
7246: * src/main/execute.C [autoptr] 1.295.2.7:
7247: * src/main/pa_request.C [autoptr] 1.245.2.8:
7248: * src/types/pa_value.h [autoptr] 1.109.2.16:
7249: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
7250: execute compiled
7251:
7252: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
7253: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
7254: vresponse compiled
7255:
7256: * src/types/pa_value.C [autoptr] 1.9.2.9:
7257: * src/types/pa_value.h [autoptr] 1.109.2.18:
7258: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
7259: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
7260: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
7261: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
7262: vobject compiled
7263:
7264: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
7265: vtable compiled
7266:
7267: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
7268: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
7269: vmath compiled
7270:
7271: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
7272: * src/include/pa_hash.h [autoptr] 1.58.2.12:
7273: * src/include/pa_operation.h [autoptr] 1.1.2.6:
7274: * src/include/pa_pool.h [autoptr] 1.86.2.26:
7275: * src/include/pa_string.h [autoptr] 1.144.2.21:
7276: * src/main/pa_common.C [autoptr] 1.143.2.12:
7277: * src/types/pa_value.C [autoptr] 1.9.2.10:
7278: * src/types/pa_value.h [autoptr] 1.109.2.19:
7279: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
7280: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
7281: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
7282: * src/types/pa_vint.h [autoptr] 1.38.2.7:
7283: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
7284: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
7285: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
7286: * src/types/types.dsp [autoptr] 1.35.10.5:
7287: started gcc compiling
7288: pa_common compiled
7289:
7290: * src/include/pa_pool.h [autoptr] 1.86.2.23:
7291: * src/main/pa_request.C [autoptr] 1.245.2.10:
7292: * src/types/pa_value.C [autoptr] 1.9.2.8:
7293: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
7294: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
7295: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
7296: * src/types/pa_vform.C [autoptr] 1.74.2.4:
7297: * src/types/pa_vform.h [autoptr] 1.45.2.7:
7298: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
7299: vform compiled
7300:
7301: * src/include/Makefile.am [autoptr] 1.3.14.1:
7302: * src/include/Makefile.in [autoptr] 1.11.2.1:
7303: * src/include/pa_hash.h [autoptr] 1.58.2.11:
7304: * src/include/pa_pool.h [autoptr] 1.86.2.24:
7305: gcc refused to compile _P identifier. it replaced it to some
7306: strange 0x0000040
7307:
7308: * configure [autoptr] 1.66.2.2:
7309: * configure.in [autoptr] 1.62.2.2:
7310: * src/Makefile.in [autoptr] 1.55.2.1:
7311: * src/include/Makefile.in [autoptr] 1.11.2.2:
7312: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
7313: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
7314: * src/include/pa_string.h [autoptr] 1.144.2.20:
7315: * src/main/Makefile.in [autoptr] 1.50.2.1:
7316: *** empty log message ***
7317:
7318: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
7319: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
7320: vstring compiled
7321:
7322: * src/include/pa_request.h [autoptr] 1.160.2.14:
7323: * src/main/execute.C [autoptr] 1.295.2.8:
7324: * src/main/pa_request.C [autoptr] 1.245.2.9:
7325: main.lib - 0 error(s), 0 warning(s)
7326:
7327: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
7328: vrequest compiled
7329:
7330: * src/classes/form.C [autoptr] 1.34.2.2:
7331: * src/classes/mail.C [autoptr] 1.88.2.2:
7332: * src/include/pa_request.h [autoptr] 1.160.2.15:
7333: * src/main/pa_globals.C [autoptr] 1.152.2.12:
7334: * src/main/pa_request.C [autoptr] 1.245.2.11:
7335: * src/types/pa_value.h [autoptr] 1.109.2.17:
7336: * src/types/pa_vform.C [autoptr] 1.74.2.5:
7337: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
7338: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
7339: vmail compiled
7340:
7341: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
7342: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
7343: vimage compiled
7344:
7345: * src/include/pa_exception.h [autoptr] 1.38.2.14:
7346: * src/include/pa_pool.h [autoptr] 1.86.2.25:
7347: * src/main/pa_exception.C [autoptr] 1.43.2.11:
7348: exception gcc change #1
7349:
7350: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
7351: * src/main/pa_request.C [autoptr] 1.245.2.12:
7352: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
7353: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
7354: vstatus compiled
7355:
7356: 2003-01-31 paf
7357: * src/classes/classes.C [autoptr] 1.18.2.2:
7358: * src/classes/classes.h [autoptr] 1.23.2.7:
7359: * src/classes/date.C [autoptr] 1.42.2.3:
7360: * src/classes/double.C [autoptr] 1.53.2.1:
7361: * src/classes/file.C [autoptr] 1.107.2.3:
7362: * src/classes/form.C [autoptr] 1.34.2.1:
7363: * src/classes/hash.C [autoptr] 1.54.2.2:
7364: * src/classes/image.C [autoptr] 1.90.2.3:
7365: * src/classes/int.C [autoptr] 1.49.2.1:
7366: * src/classes/mail.C [autoptr] 1.88.2.1:
7367: * src/classes/math.C [autoptr] 1.24.2.2:
7368: * src/classes/op.C [autoptr] 1.127.2.5:
7369: * src/classes/response.C [autoptr] 1.23.2.1:
7370: * src/classes/string.C [autoptr] 1.125.2.1:
7371: * src/classes/table.C [autoptr] 1.172.2.2:
7372: * src/classes/void.C [autoptr] 1.28.2.1:
7373: * src/classes/xdoc.C [autoptr] 1.108.2.2:
7374: * src/classes/xnode.C [autoptr] 1.54.2.1:
7375: * src/classes/xnode.h [autoptr] 1.18.2.2:
7376: * src/include/pa_array.h [autoptr] 1.57.2.16:
7377: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
7378: * src/include/pa_charset.h [autoptr] 1.20.2.10:
7379: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
7380: * src/include/pa_common.h [autoptr] 1.89.2.7:
7381: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
7382: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
7383: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
7384: * src/include/pa_dir.h [autoptr] 1.13.2.1:
7385: * src/include/pa_exception.h [autoptr] 1.38.2.13:
7386: * src/include/pa_exec.h [autoptr] 1.11.2.3:
7387: * src/include/pa_globals.h [autoptr] 1.101.2.10:
7388: * src/include/pa_hash.h [autoptr] 1.58.2.10:
7389: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
7390: * src/include/pa_operation.h [autoptr] 1.1.2.4:
7391: * src/include/pa_pool.h [autoptr] 1.86.2.22:
7392: * src/include/pa_request.h [autoptr] 1.160.2.9:
7393: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
7394: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
7395: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
7396: * src/include/pa_socks.h [autoptr] 1.11.2.2:
7397: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
7398: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
7399: * src/include/pa_stack.h [autoptr] 1.17.2.3:
7400: * src/include/pa_string.h [autoptr] 1.144.2.18:
7401: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
7402: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
7403: * src/include/pa_table.h [autoptr] 1.48.2.9:
7404: * src/include/pa_threads.h [autoptr] 1.26.2.1:
7405: * src/include/pa_types.h [autoptr] 1.44.2.2:
7406: * src/include/pa_uue.h [autoptr] 1.4.2.3:
7407: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
7408: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
7409: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
7410: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
7411: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
7412: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
7413: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
7414: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
7415: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
7416: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
7417: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
7418: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
7419: * src/main/compile.C [autoptr] 1.69.2.4:
7420: * src/main/compile.tab.C [autoptr] 1.81.2.4:
7421: * src/main/compile.y [autoptr] 1.204.2.3:
7422: * src/main/compile_tools.C [autoptr] 1.54.2.4:
7423: * src/main/compile_tools.h [autoptr] 1.67.2.6:
7424: * src/main/execute.C [autoptr] 1.295.2.4:
7425: * src/main/main.dsp [autoptr] 1.161.6.8:
7426: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
7427: * src/main/pa_charset.C [autoptr] 1.33.2.6:
7428: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
7429: * src/main/pa_common.C [autoptr] 1.143.2.10:
7430: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
7431: * src/main/pa_dir.C [autoptr] 1.14.2.2:
7432: * src/main/pa_exception.C [autoptr] 1.43.2.10:
7433: * src/main/pa_exec.C [autoptr] 1.48.2.5:
7434: * src/main/pa_globals.C [autoptr] 1.152.2.10:
7435: * src/main/pa_pool.C [autoptr] 1.59.2.3:
7436: * src/main/pa_request.C [autoptr] 1.245.2.5:
7437: * src/main/pa_socks.C [autoptr] 1.18.2.3:
7438: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
7439: * src/main/pa_string.C [autoptr] 1.172.2.11:
7440: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
7441: * src/main/pa_table.C [autoptr] 1.53.2.8:
7442: * src/main/pa_uue.C [autoptr] 1.4.2.4:
7443: * src/main/untaint.C [autoptr] 1.115.2.6:
7444: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
7445: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
7446: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
7447: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
7448: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
7449: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
7450: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
7451: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
7452: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
7453: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
7454: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
7455: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
7456: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
7457: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
7458: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
7459: * src/types/pa_value.C [autoptr] 1.9.2.7:
7460: * src/types/pa_value.h [autoptr] 1.109.2.14:
7461: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
7462: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
7463: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
7464: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
7465: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
7466: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
7467: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
7468: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
7469: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
7470: * src/types/pa_venv.h [autoptr] 1.28.2.3:
7471: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
7472: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
7473: * src/types/pa_vform.C [autoptr] 1.74.2.3:
7474: * src/types/pa_vform.h [autoptr] 1.45.2.5:
7475: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
7476: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
7477: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
7478: * src/types/pa_vint.h [autoptr] 1.38.2.6:
7479: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
7480: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
7481: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
7482: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
7483: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
7484: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
7485: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
7486: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
7487: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
7488: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
7489: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
7490: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
7491: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
7492: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
7493: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
7494: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
7495: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
7496: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
7497: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
7498: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
7499: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
7500: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
7501: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
7502: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
7503: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
7504: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
7505: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
7506: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
7507: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
7508: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
7509: grammar compiled
7510:
7511: * src/classes/op.C [autoptr] 1.127.2.6:
7512: * src/classes/string.C [autoptr] 1.125.2.2:
7513: * src/include/pa_common.h [autoptr] 1.89.2.8:
7514: * src/include/pa_globals.h [autoptr] 1.101.2.11:
7515: * src/include/pa_request.h [autoptr] 1.160.2.10:
7516: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
7517: * src/main/compile.tab.C [autoptr] 1.81.2.5:
7518: * src/main/compile.y [autoptr] 1.204.2.4:
7519: * src/main/execute.C [autoptr] 1.295.2.5:
7520: * src/main/main.dsp [autoptr] 1.161.6.9:
7521: * src/main/pa_common.C [autoptr] 1.143.2.11:
7522: * src/main/pa_globals.C [autoptr] 1.152.2.11:
7523: * src/main/pa_request.C [autoptr] 1.245.2.6:
7524: * src/types/pa_value.h [autoptr] 1.109.2.15:
7525: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
7526: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
7527: * src/types/pa_vform.h [autoptr] 1.45.2.6:
7528: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
7529: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
7530: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
7531: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
7532: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
7533: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
7534: * src/types/types.dsp [autoptr] 1.35.10.4:
7535: most pa_request compiled
7536:
7537: * src/include/pa_array.h [autoptr] 1.57.2.17:
7538: * src/include/pa_operation.h [autoptr] 1.1.2.5:
7539: * src/include/pa_request.h [autoptr] 1.160.2.12:
7540: * src/main/execute.C [autoptr] 1.295.2.6:
7541: * src/main/main.dsp [autoptr] 1.161.6.10:
7542: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
7543: started last file from main library: execute
7544:
7545: * src/include/pa_request.h [autoptr] 1.160.2.11:
7546: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
7547: * src/main/compile.tab.C [autoptr] 1.81.2.6:
7548: * src/main/compile.y [autoptr] 1.204.2.5:
7549: * src/main/compile_tools.h [autoptr] 1.67.2.7:
7550: * src/main/pa_request.C [autoptr] 1.245.2.7:
7551: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
7552: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
7553: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
7554: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
7555: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
7556: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
7557: pa_request compiled
7558:
7559: * src/classes/classes.h [autoptr] 1.23.2.6:
7560: * src/classes/op.C [autoptr] 1.127.2.4:
7561: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
7562: * src/include/pa_charset.h [autoptr] 1.20.2.9:
7563: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
7564: * src/include/pa_common.h [autoptr] 1.89.2.6:
7565: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
7566: * src/include/pa_exception.h [autoptr] 1.38.2.12:
7567: * src/include/pa_exec.h [autoptr] 1.11.2.2:
7568: * src/include/pa_pool.h [autoptr] 1.86.2.21:
7569: * src/include/pa_request.h [autoptr] 1.160.2.8:
7570: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
7571: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
7572: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
7573: * src/include/pa_string.h [autoptr] 1.144.2.17:
7574: * src/include/pa_table.h [autoptr] 1.48.2.8:
7575: * src/include/pa_uue.h [autoptr] 1.4.2.2:
7576: * src/main/compile.C [autoptr] 1.69.2.3:
7577: * src/main/compile.tab.C [autoptr] 1.81.2.3:
7578: * src/main/compile_tools.C [autoptr] 1.54.2.3:
7579: * src/main/compile_tools.h [autoptr] 1.67.2.5:
7580: * src/main/main.dsp [autoptr] 1.161.6.7:
7581: * src/main/pa_charset.C [autoptr] 1.33.2.5:
7582: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
7583: * src/main/pa_common.C [autoptr] 1.143.2.9:
7584: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
7585: * src/main/pa_exception.C [autoptr] 1.43.2.9:
7586: * src/main/pa_exec.C [autoptr] 1.48.2.4:
7587: * src/main/pa_request.C [autoptr] 1.245.2.4:
7588: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
7589: * src/main/pa_string.C [autoptr] 1.172.2.10:
7590: * src/main/pa_table.C [autoptr] 1.53.2.7:
7591: * src/main/pa_uue.C [autoptr] 1.4.2.3:
7592: * src/main/untaint.C [autoptr] 1.115.2.5:
7593: * src/types/pa_value.C [autoptr] 1.9.2.6:
7594: * src/types/pa_value.h [autoptr] 1.109.2.13:
7595: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
7596: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
7597: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
7598: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
7599: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
7600: * src/types/pa_venv.h [autoptr] 1.28.2.2:
7601: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
7602: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
7603: * src/types/pa_vform.h [autoptr] 1.45.2.4:
7604: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
7605: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
7606: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
7607: * src/types/pa_vint.h [autoptr] 1.38.2.5:
7608: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
7609: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
7610: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
7611: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
7612: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
7613: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
7614: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
7615: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
7616: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
7617: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
7618: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
7619: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
7620: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
7621: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
7622: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
7623: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
7624: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
7625: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
7626: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
7627: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
7628: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
7629: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
7630: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
7631: ConstStringPtr died, long live StringPtr
7632:
7633: 2003-01-30 paf
7634: * src/classes/classes.h [autoptr] 1.23.2.5:
7635: * src/include/pa_pool.h [autoptr] 1.86.2.20:
7636: * src/main/compile.C [autoptr] 1.69.2.2:
7637: * src/main/compile.tab.C [autoptr] 1.81.2.1:
7638: * src/types/pa_value.h [autoptr] 1.109.2.12:
7639: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
7640: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
7641: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
7642: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
7643: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
7644: * src/types/types.dsp [autoptr] 1.35.10.3:
7645: vstateless_class compiled
7646:
7647: * src/include/pa_charset.h [autoptr] 1.20.2.8:
7648: * src/include/pa_request.h [autoptr] 1.160.2.7:
7649: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
7650: * src/main/compile.tab.C [autoptr] 1.81.2.2:
7651: * src/main/compile.y [autoptr] 1.204.2.2:
7652: * src/main/compile_tools.h [autoptr] 1.67.2.4:
7653: * src/main/pa_request.C [autoptr] 1.245.2.3:
7654: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
7655: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
7656: grammar compiled
7657:
7658: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
7659: * src/main/compile_tools.h [autoptr] 1.67.2.1:
7660: * src/main/execute.C [autoptr] 1.295.2.3:
7661: * src/main/main.dsp [autoptr] 1.161.6.6:
7662: * src/types/pa_value.C [autoptr] 1.9.2.5:
7663: * src/types/pa_value.h [autoptr] 1.109.2.11:
7664: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
7665: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
7666: value compiled
7667:
7668: * src/types/pa_vmethod_frame.C 1.1:
7669: file pa_vmethod_frame.C was initially added on branch autoptr.
7670:
7671: * src/include/pa_array.h [autoptr] 1.57.2.15:
7672: * src/include/pa_operation.h [autoptr] 1.1.2.3:
7673: * src/include/pa_table.h [autoptr] 1.48.2.7:
7674: * src/main/compile_tools.C [autoptr] 1.54.2.2:
7675: * src/main/compile_tools.h [autoptr] 1.67.2.3:
7676: * src/main/pa_table.C [autoptr] 1.53.2.6:
7677: compile_tools compiled
7678:
7679: * src/main/compile.C [autoptr] 1.69.2.1:
7680: compile compiled
7681:
7682: * ltmain.sh 1.5:
7683: *** empty log message ***
7684:
7685: * src/include/pa_operation.h [autoptr] 1.1.2.2:
7686: * src/main/compile.y [autoptr] 1.204.2.1:
7687: * src/main/compile_tools.C [autoptr] 1.54.2.1:
7688: * src/main/compile_tools.h [autoptr] 1.67.2.2:
7689: started compile_tools. vagues ideas of how to free compiled code
7690:
7691: * src/include/pa_operation.h 1.1:
7692: file pa_operation.h was initially added on branch autoptr.
7693:
7694: 2003-01-29 paf
7695: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
7696: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
7697: * src/main/main.dsp [autoptr] 1.161.6.5:
7698: * src/main/untaint.C [autoptr] 1.115.2.4:
7699: more compiled
7700:
7701: * src/include/pa_globals.h [autoptr] 1.101.2.9:
7702: * src/include/pa_request.h [autoptr] 1.160.2.6:
7703: * src/main/pa_globals.C [autoptr] 1.152.2.9:
7704: * src/main/pa_request.C [autoptr] 1.245.2.2:
7705: * src/types/pa_value.h [autoptr] 1.109.2.10:
7706: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
7707: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
7708: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
7709: * src/types/types.dsp [autoptr] 1.35.10.2:
7710: vmethodframe, pa_request.h compiled
7711:
7712: * src/classes/file.C [autoptr] 1.107.2.2:
7713: * src/include/pa_globals.h [autoptr] 1.101.2.8:
7714: * src/main/pa_globals.C [autoptr] 1.152.2.8:
7715: * src/types/pa_value.C [autoptr] 1.9.2.4:
7716: * src/types/pa_value.h [autoptr] 1.109.2.9:
7717: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
7718: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
7719: vfile compiled
7720:
7721: * src/classes/classes.h [autoptr] 1.23.2.3:
7722: * src/classes/math.C [autoptr] 1.24.2.1:
7723: * src/include/pa_pool.h [autoptr] 1.86.2.17:
7724: * src/include/pa_request.h [autoptr] 1.160.2.3:
7725: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
7726: * src/include/pa_string.h [autoptr] 1.144.2.13:
7727: * src/main/main.dsp [autoptr] 1.161.6.3:
7728: * src/types/pa_value.h [autoptr] 1.109.2.5:
7729: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
7730: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
7731: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
7732: * src/types/pa_venv.h [autoptr] 1.28.2.1:
7733: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
7734: * src/types/pa_vform.C [autoptr] 1.74.2.1:
7735: * src/types/pa_vform.h [autoptr] 1.45.2.1:
7736: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
7737: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
7738: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
7739: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
7740: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
7741: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
7742: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
7743: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
7744: * src/types/types.dsp [autoptr] 1.35.10.1:
7745: vmath compiled
7746:
7747: * src/types/pa_vmath.C 1.1:
7748: file pa_vmath.C was initially added on branch autoptr.
7749:
7750: * src/include/pa_common.h [autoptr] 1.89.2.5:
7751: * src/include/pa_globals.h [autoptr] 1.101.2.7:
7752: * src/include/pa_string.h [autoptr] 1.144.2.16:
7753: * src/main/pa_globals.C [autoptr] 1.152.2.7:
7754: * src/types/pa_value.C [autoptr] 1.9.2.3:
7755: * src/types/pa_value.h [autoptr] 1.109.2.8:
7756: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
7757: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
7758: * src/types/pa_vform.C [autoptr] 1.74.2.2:
7759: * src/types/pa_vform.h [autoptr] 1.45.2.3:
7760: vcookie compiled
7761:
1.24 paf 7762: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
7763: libltdl compiled without warnings now
7764:
1.22 paf 7765: * src/include/pa_request_info.h 1.1:
7766: file pa_request_info.h was initially added on branch autoptr.
7767:
7768: * src/include/pa_array.h [autoptr] 1.57.2.14:
7769: * src/include/pa_exception.h [autoptr] 1.38.2.11:
7770: * src/include/pa_pool.h [autoptr] 1.86.2.19:
7771: * src/main/pa_exception.C [autoptr] 1.43.2.8:
7772: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
7773: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
7774: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
7775: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
7776: gd compiled
7777:
7778: * src/include/pa_exception.h [autoptr] 1.38.2.10:
7779: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
7780: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
7781: * src/main/pa_common.C [autoptr] 1.143.2.8:
7782: * src/main/pa_dir.C [autoptr] 1.14.2.1:
7783: * src/main/pa_exception.C [autoptr] 1.43.2.7:
7784: * src/main/pa_exec.C [autoptr] 1.48.2.3:
7785: * src/main/pa_pool.C [autoptr] 1.59.2.2:
7786: * src/main/pa_socks.C [autoptr] 1.18.2.2:
7787: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
7788: * src/main/pa_string.C [autoptr] 1.172.2.9:
7789: * src/main/pa_uue.C [autoptr] 1.4.2.2:
7790: #include "pa_value_includes.h"
7791: everywhere in main
7792:
7793: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
7794: * src/include/pa_request.h [autoptr] 1.160.2.5:
7795: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
7796: * src/include/pa_string.h [autoptr] 1.144.2.15:
7797: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
7798: * src/types/pa_value.h [autoptr] 1.109.2.7:
7799: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
7800: * src/types/pa_vform.h [autoptr] 1.45.2.2:
7801: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
7802: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
7803: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
7804: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
7805: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
7806: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
7807: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
7808: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
7809: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
7810: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
7811: vrequest compiled
7812:
7813: * src/types/pa_value_includes.h 1.1:
7814: file pa_value_includes.h was initially added on branch autoptr.
7815:
7816: * src/classes/classes.h [autoptr] 1.23.2.4:
7817: * src/include/pa_charset.h [autoptr] 1.20.2.7:
7818: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
7819: * src/include/pa_globals.h [autoptr] 1.101.2.6:
7820: * src/include/pa_pool.h [autoptr] 1.86.2.18:
7821: * src/include/pa_request.h [autoptr] 1.160.2.4:
7822: * src/include/pa_string.h [autoptr] 1.144.2.14:
7823: * src/main/main.dsp [autoptr] 1.161.6.4:
7824: * src/main/pa_charset.C [autoptr] 1.33.2.4:
7825: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
7826: * src/main/pa_globals.C [autoptr] 1.152.2.6:
7827: * src/main/untaint.C [autoptr] 1.115.2.3:
7828: * src/types/pa_value.h [autoptr] 1.109.2.6:
7829: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
7830: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
7831: * src/types/pa_vint.h [autoptr] 1.38.2.4:
7832: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
7833: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
7834: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
7835: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
7836: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
7837: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
7838: vrequest,vdouble,vint compiled
7839:
7840: * src/include/pa_request_charsets.h 1.1:
7841: file pa_request_charsets.h was initially added on branch
7842: autoptr.
7843:
7844: 2003-01-28 paf
7845: * src/include/pa_charset.h [autoptr] 1.20.2.6:
7846: * src/include/pa_exception.h [autoptr] 1.38.2.9:
7847: * src/include/pa_request.h [autoptr] 1.160.2.2:
7848: * src/include/pa_string.h [autoptr] 1.144.2.12:
7849: * src/main/untaint.C [autoptr] 1.115.2.2:
7850: untaint compiled
7851:
7852: * src/include/pa_charset.h [autoptr] 1.20.2.5:
7853: * src/main/pa_charset.C [autoptr] 1.33.2.3:
7854: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
7855: charset/s simplified [charset::pool_for_load introduced]
7856:
7857: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
7858: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
7859: * src/main/pa_globals.C [autoptr] 1.152.2.5:
7860: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
7861: globals compiled
7862:
7863: * src/include/pa_array.h [autoptr] 1.57.2.11:
7864: * src/include/pa_charset.h [autoptr] 1.20.2.3:
7865: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
7866: * src/include/pa_pool.h [autoptr] 1.86.2.13:
7867: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
7868: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
7869: * src/include/pa_stack.h [autoptr] 1.17.2.2:
7870: * src/include/pa_string.h [autoptr] 1.144.2.9:
7871: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
7872: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
7873: * src/types/pa_vint.h [autoptr] 1.38.2.3:
7874: sql_driver_manager compiled
7875:
7876: * src/classes/date.C [autoptr] 1.42.2.1:
7877: * src/include/pa_charset.h [autoptr] 1.20.2.4:
7878: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
7879: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
7880: * src/include/pa_globals.h [autoptr] 1.101.2.5:
7881: * src/main/pa_charset.C [autoptr] 1.33.2.2:
7882: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
7883: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
7884: * src/main/pa_globals.C [autoptr] 1.152.2.4:
7885: * src/main/pa_request.C [autoptr] 1.245.2.1:
7886: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
7887: pa_charsets compiled
7888:
1.24 paf 7889: * src/include/pa_pool.h [autoptr] 1.86.2.14:
7890: * src/main/pa_common.C [autoptr] 1.143.2.7:
7891: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
7892: common compiled
7893:
1.22 paf 7894: * etc/parser3.charsets/koi8-r.cfg 1.3:
7895: * etc/parser3.charsets/windows-1251.cfg 1.7:
7896: ukranian letter i with two dots added to koi,
7897: all ukranian letters added to win1251.
7898:
7899: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
7900:
7901: * src/classes/classes.h [autoptr] 1.23.2.2:
7902: * src/classes/date.C [autoptr] 1.42.2.2:
7903: * src/classes/file.C [autoptr] 1.107.2.1:
7904: * src/classes/hash.C [autoptr] 1.54.2.1:
7905: * src/classes/image.C [autoptr] 1.90.2.2:
7906: * src/classes/table.C [autoptr] 1.172.2.1:
7907: * src/classes/xdoc.C [autoptr] 1.108.2.1:
7908: * src/classes/xnode.h [autoptr] 1.18.2.1:
7909: * src/main/execute.C [autoptr] 1.295.2.2:
7910: * src/main/main.dsp [autoptr] 1.161.6.2:
7911: * src/types/pa_value.h [autoptr] 1.109.2.4:
7912: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
7913: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
7914: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
7915: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
7916: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
7917: started main: compile_tools
7918:
7919: * src/include/pa_array.h [autoptr] 1.57.2.13:
7920: * src/include/pa_string.h [autoptr] 1.144.2.11:
7921: * src/main/execute.C [autoptr] 1.295.2.1:
7922: * src/main/untaint.C [autoptr] 1.115.2.1:
7923: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
7924: more compiled.
7925: struck with string::store_to needing to know source/client charsets
7926:
7927: * src/include/pa_exception.h [autoptr] 1.38.2.8:
7928: * src/include/pa_uue.h [autoptr] 1.4.2.1:
7929: * src/main/pa_uue.C [autoptr] 1.4.2.1:
7930: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
7931: uue compiled
7932:
7933: * src/include/pa_table.h [autoptr] 1.48.2.6:
7934: * src/main/pa_string.C [autoptr] 1.172.2.8:
7935: * src/main/pa_table.C [autoptr] 1.53.2.5:
7936: table compiled
7937:
7938: * src/include/pa_array.h [autoptr] 1.57.2.12:
7939: * src/include/pa_exec.h [autoptr] 1.11.2.1:
7940: * src/include/pa_hash.h [autoptr] 1.58.2.9:
7941: * src/include/pa_pool.h [autoptr] 1.86.2.15:
7942: * src/main/pa_exec.C [autoptr] 1.48.2.2:
7943: pa_exec win32 compiled
7944:
7945: 2003-01-27 paf
7946: * src/include/pa_array.h [autoptr] 1.57.2.9:
7947: * src/include/pa_common.h [autoptr] 1.89.2.4:
7948: * src/include/pa_hash.h [autoptr] 1.58.2.7:
7949: * src/include/pa_pool.h [autoptr] 1.86.2.9:
7950: * src/include/pa_string.h [autoptr] 1.144.2.7:
7951: * src/main/pa_common.C [autoptr] 1.143.2.4:
7952: * src/main/pa_string.C [autoptr] 1.172.2.6:
7953: * src/types/pa_value.C [autoptr] 1.9.2.2:
7954: * src/types/pa_value.h [autoptr] 1.109.2.3:
7955: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
7956: * src/types/pa_vint.h [autoptr] 1.38.2.2:
7957: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
7958: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
7959: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
7960: wcontext compiled
7961:
7962: * src/include/pa_exception.h [autoptr] 1.38.2.6:
7963: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
7964: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
7965: * src/include/pa_string.h [autoptr] 1.144.2.8:
7966: * src/main/pa_common.C [autoptr] 1.143.2.6:
7967: * src/main/pa_exec.C [autoptr] 1.48.2.1:
7968: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
7969: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
7970: paused on sql_manager
7971:
7972: * src/classes/op.C [autoptr] 1.127.2.3:
7973: * src/include/pa_globals.h [autoptr] 1.101.2.4:
7974: * src/include/pa_hash.h [autoptr] 1.58.2.8:
7975: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
7976: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
7977: * src/include/pa_table.h [autoptr] 1.48.2.5:
7978: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
7979: * src/main/pa_table.C [autoptr] 1.53.2.4:
7980: table compiled
7981:
7982: * src/include/pa_pool.h [autoptr] 1.86.2.10:
7983: * src/main/pa_common.C [autoptr] 1.143.2.5:
7984: common compiled
7985:
7986: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
7987: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
7988: cache_managers compiled
7989:
7990: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
7991: * src/include/pa_pool.h [autoptr] 1.86.2.12:
7992: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
7993: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
7994: * src/include/pa_stack.h [autoptr] 1.17.2.1:
7995: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
7996: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
7997: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
7998: vtable compiled
7999:
8000: * src/include/pa_array.h [autoptr] 1.57.2.10:
8001: * src/include/pa_charset.h [autoptr] 1.20.2.2:
8002: * src/include/pa_pool.h [autoptr] 1.86.2.11:
8003: * src/main/pa_charset.C [autoptr] 1.33.2.1:
8004: charset compiled
8005:
8006: 2003-01-24 paf
8007: * src/classes/classes.C [autoptr] 1.18.2.1:
8008: * src/classes/classes.h [autoptr] 1.23.2.1:
8009: * src/include/pa_array.h [autoptr] 1.57.2.8:
8010: * src/include/pa_common.h [autoptr] 1.89.2.3:
8011: * src/include/pa_globals.h [autoptr] 1.101.2.3:
8012: * src/include/pa_hash.h [autoptr] 1.58.2.6:
8013: * src/include/pa_pool.h [autoptr] 1.86.2.8:
8014: * src/include/pa_string.h [autoptr] 1.144.2.6:
8015: * src/main/pa_common.C [autoptr] 1.143.2.3:
8016: * src/main/pa_globals.C [autoptr] 1.152.2.3:
8017: * src/main/pa_string.C [autoptr] 1.172.2.5:
8018: * src/types/pa_value.h [autoptr] 1.109.2.2:
8019: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
8020: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
8021: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
8022: * src/types/pa_vint.h [autoptr] 1.38.2.1:
8023: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
8024: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
8025: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
8026: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
8027: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
8028: more patched
8029:
8030: * src/classes/op.C [autoptr] 1.127.2.2:
8031: * src/include/pa_array.h [autoptr] 1.57.2.7:
8032: * src/include/pa_exception.h [autoptr] 1.38.2.5:
8033: * src/include/pa_hash.h [autoptr] 1.58.2.5:
8034: * src/include/pa_pool.h [autoptr] 1.86.2.7:
8035: * src/include/pa_string.h [autoptr] 1.144.2.5:
8036: * src/include/pa_table.h [autoptr] 1.48.2.4:
8037: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
8038: * src/main/pa_exception.C [autoptr] 1.43.2.5:
8039: * src/main/pa_string.C [autoptr] 1.172.2.4:
8040: * src/main/pa_table.C [autoptr] 1.53.2.3:
8041: string compiled
8042:
8043: * src/include/pa_array.h [autoptr] 1.57.2.6:
8044: * src/include/pa_common.h [autoptr] 1.89.2.2:
8045: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
8046: * src/include/pa_exception.h [autoptr] 1.38.2.4:
8047: * src/include/pa_pool.h [autoptr] 1.86.2.6:
8048: * src/include/pa_string.h [autoptr] 1.144.2.4:
8049: * src/include/pa_table.h [autoptr] 1.48.2.3:
8050: * src/main/pa_common.C [autoptr] 1.143.2.2:
8051: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
8052: * src/main/pa_exception.C [autoptr] 1.43.2.4:
8053: * src/main/pa_string.C [autoptr] 1.172.2.3:
8054: dictionary compiled
8055:
8056: 2003-01-23 paf
8057: * src/include/pa_array.h [autoptr] 1.57.2.4:
8058: * src/include/pa_exception.h [autoptr] 1.38.2.2:
8059: * src/include/pa_hash.h [autoptr] 1.58.2.4:
8060: * src/include/pa_pool.h [autoptr] 1.86.2.4:
8061: * src/include/pa_table.h [autoptr] 1.48.2.2:
8062: * src/main/pa_exception.C [autoptr] 1.43.2.2:
8063: * src/main/pa_table.C [autoptr] 1.53.2.2:
8064: table compiled
8065:
8066: * src/include/pa_array.h [autoptr] 1.57.2.2:
8067: * src/include/pa_hash.h [autoptr] 1.58.2.2:
8068: * src/include/pa_pool.h [autoptr] 1.86.2.2:
8069: * src/main/main.dsp [autoptr] 1.161.6.1:
8070: continued with Hash
8071:
8072: * src/include/pa_array.h [autoptr] 1.57.2.5:
8073: * src/include/pa_common.h [autoptr] 1.89.2.1:
8074: * src/include/pa_exception.h [autoptr] 1.38.2.3:
8075: * src/include/pa_globals.h [autoptr] 1.101.2.2:
8076: * src/include/pa_pool.h [autoptr] 1.86.2.5:
8077: * src/include/pa_request.h [autoptr] 1.160.2.1:
8078: * src/include/pa_string.h [autoptr] 1.144.2.3:
8079: * src/main/pa_common.C [autoptr] 1.143.2.1:
8080: * src/main/pa_exception.C [autoptr] 1.43.2.3:
8081: * src/main/pa_globals.C [autoptr] 1.152.2.2:
8082: * src/types/pa_value.C [autoptr] 1.9.2.1:
8083: * src/types/pa_value.h [autoptr] 1.109.2.1:
8084: resurrected pool in new sense: now it's factory, producing
8085: accounting memory chunks for read[autofree] buffers
8086:
8087: * src/classes/image.C [autoptr] 1.90.2.1:
8088: * src/classes/op.C [autoptr] 1.127.2.1:
8089: * src/include/pa_array.h [autoptr] 1.57.2.3:
8090: * src/include/pa_exception.h [autoptr] 1.38.2.1:
8091: * src/include/pa_globals.h [autoptr] 1.101.2.1:
8092: * src/include/pa_hash.h [autoptr] 1.58.2.3:
8093: * src/include/pa_pool.h [autoptr] 1.86.2.3:
8094: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
8095: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
8096: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
8097: * src/include/pa_string.h [autoptr] 1.144.2.2:
8098: * src/include/pa_table.h [autoptr] 1.48.2.1:
8099: * src/include/pa_types.h [autoptr] 1.44.2.1:
8100: * src/main/pa_exception.C [autoptr] 1.43.2.1:
8101: * src/main/pa_globals.C [autoptr] 1.152.2.1:
8102: * src/main/pa_string.C [autoptr] 1.172.2.2:
8103: * src/main/pa_table.C [autoptr] 1.53.2.1:
8104: aint that easy
8105:
8106: * src/main/pa_common.C 1.144:
8107: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
8108: c with that stack]
8109:
8110: * src/lib/pcre/8859-1.ucm 1.1:
8111: file 8859-1.ucm was initially added on branch autoptr.
8112:
8113: 2003-01-22 paf
8114: * src/include/pa_array.h [autoptr] 1.57.2.1:
8115: * src/include/pa_charset.h [autoptr] 1.20.2.1:
8116: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
8117: * src/include/pa_hash.h [autoptr] 1.58.2.1:
8118: * src/include/pa_pool.h [autoptr] 1.86.2.1:
8119: * src/include/pa_string.h [autoptr] 1.144.2.1:
8120: * src/main/pa_array.C [autoptr] 1.54.2.1:
8121: * src/main/pa_hash.C [autoptr] 1.53.2.1:
8122: * src/main/pa_pool.C [autoptr] 1.59.2.1:
8123: * src/main/pa_string.C [autoptr] 1.172.2.1:
8124: started auto_ptr.
8125: PA_Object is base: contains references_count.
8126: auto_ptr template calls add_ref/release
8127:
8128: 2003-01-21 paf
8129: * src/classes/classes.C 1.18:
8130: * src/classes/classes.h 1.23:
8131: * src/classes/date.C 1.42:
8132: * src/classes/double.C 1.53:
8133: * src/classes/file.C 1.107:
8134: * src/classes/form.C 1.34:
8135: * src/classes/hash.C 1.54:
8136: * src/classes/image.C 1.90:
8137: * src/classes/int.C 1.49:
8138: * src/classes/mail.C 1.88:
8139: * src/classes/math.C 1.24:
8140: * src/classes/op.C 1.127:
8141: * src/classes/response.C 1.23:
8142: * src/classes/string.C 1.125:
8143: * src/classes/table.C 1.172:
8144: * src/classes/void.C 1.28:
8145: * src/classes/xdoc.C 1.108:
8146: * src/classes/xnode.C 1.54:
8147: * src/classes/xnode.h 1.18:
8148: * src/include/pa_array.h 1.57:
8149: * src/include/pa_cache_managers.h 1.9:
8150: * src/include/pa_charset.h 1.20:
8151: * src/include/pa_charsets.h 1.8:
8152: * src/include/pa_common.h 1.89:
8153: * src/include/pa_config_fixed.h 1.54:
8154: * src/include/pa_config_includes.h 1.23:
8155: * src/include/pa_dictionary.h 1.13:
8156: * src/include/pa_dir.h 1.13:
8157: * src/include/pa_exception.h 1.38:
8158: * src/include/pa_exec.h 1.11:
8159: * src/include/pa_globals.h 1.101:
8160: * src/include/pa_hash.h 1.58:
8161: * src/include/pa_opcode.h 1.24:
8162: * src/include/pa_pool.h 1.86:
8163: * src/include/pa_pragma_pack_begin.h 1.6:
8164: * src/include/pa_pragma_pack_end.h 1.6:
8165: * src/include/pa_request.h 1.160:
8166: * src/include/pa_sapi.h 1.22:
8167: * src/include/pa_socks.h 1.11:
8168: * src/include/pa_sql_connection.h 1.30:
8169: * src/include/pa_sql_driver_manager.h 1.26:
8170: * src/include/pa_stack.h 1.17:
8171: * src/include/pa_string.h 1.144:
8172: * src/include/pa_stylesheet_connection.h 1.32:
8173: * src/include/pa_stylesheet_manager.h 1.15:
8174: * src/include/pa_table.h 1.48:
8175: * src/include/pa_threads.h 1.26:
8176: * src/include/pa_types.h 1.44:
8177: * src/include/pa_uue.h 1.4:
8178: * src/lib/md5/pa_md5.h 1.5:
8179: * src/lib/md5/pa_md5c.c 1.6:
8180: * src/lib/pcre/pcre_parser_ctype.c 1.3:
8181: * src/main/compile.C 1.69:
8182: * src/main/compile.tab.C 1.80:
8183: * src/main/compile.y 1.204:
8184: * src/main/compile_tools.C 1.54:
8185: * src/main/compile_tools.h 1.67:
8186: * src/main/execute.C 1.295:
8187: * src/main/pa_array.C 1.54:
8188: * src/main/pa_cache_managers.C 1.7:
8189: * src/main/pa_charset.C 1.33:
8190: * src/main/pa_charsets.C 1.11:
8191: * src/main/pa_common.C 1.143:
8192: * src/main/pa_dictionary.C 1.17:
8193: * src/main/pa_dir.C 1.14:
8194: * src/main/pa_exception.C 1.43:
8195: * src/main/pa_exec.C 1.48:
8196: * src/main/pa_globals.C 1.152:
8197: * src/main/pa_hash.C 1.53:
8198: * src/main/pa_pool.C 1.59:
8199: * src/main/pa_request.C 1.245:
8200: * src/main/pa_socks.C 1.18:
8201: * src/main/pa_sql_driver_manager.C 1.69:
8202: * src/main/pa_string.C 1.172:
8203: * src/main/pa_stylesheet_manager.C 1.16:
8204: * src/main/pa_table.C 1.53:
8205: * src/main/pa_uue.C 1.4:
8206: * src/main/untaint.C 1.115:
8207: * src/sql/pa_sql_driver.h 1.34:
8208: * src/targets/apache13/mod_parser3.C 1.28:
8209: * src/targets/apache13/pa_md5c.c 1.5:
8210: * src/targets/apache13/pa_pool.C 1.8:
8211: * src/targets/apache13/pa_threads.C 1.11:
8212: * src/targets/cgi/pa_pool.C 1.41:
8213: * src/targets/cgi/pa_threads.C 1.12:
8214: * src/targets/cgi/parser3.C 1.216:
8215: * src/targets/cgi/pool_storage.h 1.13:
8216: * src/targets/isapi/pa_pool.C 1.16:
8217: * src/targets/isapi/pa_threads.C 1.13:
8218: * src/targets/isapi/parser3isapi.C 1.82:
8219: * src/targets/isapi/pool_storage.h 1.19:
8220: * src/types/pa_value.C 1.9:
8221: * src/types/pa_value.h 1.109:
8222: * src/types/pa_vbool.h 1.21:
8223: * src/types/pa_vclass.C 1.16:
8224: * src/types/pa_vclass.h 1.39:
8225: * src/types/pa_vcode_frame.h 1.24:
8226: * src/types/pa_vcookie.C 1.55:
8227: * src/types/pa_vcookie.h 1.23:
8228: * src/types/pa_vdate.h 1.24:
8229: * src/types/pa_vdouble.h 1.42:
8230: * src/types/pa_venv.h 1.28:
8231: * src/types/pa_vfile.C 1.36:
8232: * src/types/pa_vfile.h 1.52:
8233: * src/types/pa_vform.C 1.74:
8234: * src/types/pa_vform.h 1.45:
8235: * src/types/pa_vhash.h 1.43:
8236: * src/types/pa_vimage.C 1.22:
8237: * src/types/pa_vimage.h 1.34:
8238: * src/types/pa_vint.h 1.38:
8239: * src/types/pa_vjunction.h 1.19:
8240: * src/types/pa_vmail.C 1.40:
8241: * src/types/pa_vmail.h 1.9:
8242: * src/types/pa_vmath.h 1.14:
8243: * src/types/pa_vmethod_frame.h 1.45:
8244: * src/types/pa_vobject.C 1.12:
8245: * src/types/pa_vobject.h 1.38:
8246: * src/types/pa_vrequest.C 1.27:
8247: * src/types/pa_vrequest.h 1.25:
8248: * src/types/pa_vresponse.C 1.17:
8249: * src/types/pa_vresponse.h 1.32:
8250: * src/types/pa_vstateless_class.C 1.19:
8251: * src/types/pa_vstateless_class.h 1.42:
8252: * src/types/pa_vstateless_object.h 1.28:
8253: * src/types/pa_vstatus.C 1.15:
8254: * src/types/pa_vstatus.h 1.15:
8255: * src/types/pa_vstring.C 1.22:
8256: * src/types/pa_vstring.h 1.54:
8257: * src/types/pa_vtable.C 1.21:
8258: * src/types/pa_vtable.h 1.48:
8259: * src/types/pa_vvoid.h 1.17:
8260: * src/types/pa_vxdoc.C 1.23:
8261: * src/types/pa_vxdoc.h 1.31:
8262: * src/types/pa_vxnode.C 1.30:
8263: * src/types/pa_vxnode.h 1.22:
8264: * src/types/pa_wcontext.C 1.24:
8265: * src/types/pa_wcontext.h 1.42:
8266: * src/types/pa_wwrapper.h 1.28:
8267: 2002->2003
8268:
8269: 2003-01-16 paf
8270: * operators.txt 1.108:
8271: * src/include/pa_config_fixed.h 1.53:
8272: * src/main/pa_common.C 1.141:
8273: * www/htdocs/index.html 1.208:
8274: http request now return status. and not fail on status!=200
8275:
8276: * operators.txt 1.109:
8277: * src/include/pa_globals.h 1.100:
8278: * src/main/pa_common.C 1.142:
8279: * src/main/pa_globals.C 1.151:
8280: * www/htdocs/index.html 1.209:
8281: http://
8282: introducing
8283: $.any-status(1)
8284:
8285: * www/htdocs/index.html 1.210:
8286: image.copy fixed transparent resampling
8287:
8288: * bin/Makefile.in 1.9:
8289: * etc/Makefile.in 1.14:
8290: * etc/parser3.charsets/Makefile.in 1.17:
8291: * src/Makefile.in 1.55:
8292: * src/classes/Makefile.in 1.53:
8293: * src/include/Makefile.in 1.11:
8294: * src/lib/Makefile.in 1.8:
8295: * src/lib/md5/Makefile.in 1.6:
8296: * src/lib/patches/Makefile.in 1.10:
8297: * src/lib/pcre/Makefile.in 1.8:
8298: * src/main/Makefile.in 1.50:
8299: * src/sql/Makefile.in 1.11:
8300: * src/targets/Makefile.in 1.42:
8301: * src/targets/cgi/Makefile.in 1.62:
8302: * src/targets/isapi/Makefile.in 1.11:
8303: * src/types/Makefile.in 1.50:
8304: proper AC_LANG_ switching to fix qsort detection bug
8305:
8306: 2003-01-15 paf
8307: * src/main/pa_globals.C 1.150:
8308: localized pa_xmlFileRead/Close
8309:
8310: 2003-01-14 paf
8311: * src/lib/ltdl/config.guess 1.2:
8312: * src/lib/ltdl/config.sub 1.2:
8313: * src/lib/ltdl/install-sh 1.2:
8314: * src/lib/ltdl/missing 1.2:
8315: * src/lib/ltdl/mkinstalldirs 1.2:
8316: removed some ancient files [they in / really]
8317:
8318: * src/lib/ltdl/config_fixed.h 1.2:
8319: * src/lib/ltdl/libltdl.dsp 1.3:
8320: * src/lib/ltdl/ltdl.c 1.3:
8321: ltdl.c regretfully needed patch in two places.
8322: in config_fixed.h made stubs for lib to compile in MSVC
8323:
8324: * src/lib/ltdl/aclocal.m4 1.1:
8325: *** empty log message ***
8326:
8327: 2003-01-13 paf
8328: * config.guess 1.3:
8329: * config.sub 1.4:
8330: * ltmain.sh 1.4:
8331: * src/targets/apache13/Makefile.in 1.44:
8332: removed last piece of configure.in(libtool) hacks
8333:
8334: * src/lib/ltdl/COPYING.LIB 1.1:
8335: * src/lib/ltdl/Makefile.in 1.4:
8336: * src/lib/ltdl/acinclude.m4 1.2:
8337: * src/lib/ltdl/config.h 1.2:
8338: * src/lib/ltdl/config_auto.h.in 1.3:
8339: * src/lib/ltdl/configure 1.4:
8340: * src/lib/ltdl/configure.in 1.4:
8341: * src/lib/ltdl/libltdl.dsp 1.2:
8342: * src/lib/ltdl/ltdl.c 1.2:
8343: * src/lib/ltdl/ltdl.h 1.2:
8344: moved to latest libtool (1.4.3)
8345:
8346: 2003-01-10 paf
8347: * src/lib/patches/Makefile.am 1.3:
8348: * src/lib/patches/Makefile.in 1.9:
8349: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
8350: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
8351: * src/lib/patches/libgdome_morestatic.patch 1.2:
8352: * src/lib/patches/libxml_error_column_tab.patch 1.2:
8353: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
8354: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
8355: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
8356: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
8357: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
8358: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
8359: * src/main/pa_globals.C 1.149:
8360: moved to latest xml lib versions, changed patches.
8361: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8362: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8363: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8364:
8365: * INSTALL 1.31:
8366: moved to latest versions of xml libs
8367: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8368: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8369: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8370:
8371: * src/lib/patches/libxml2.patch 1.1:
8372: moved to libxml2 2.5.1, only these patches left:
8373: * fixing \t chars to spaces in error position reporting
8374: * adding context to conversion functions
8375:
8376: * src/lib/patches/gdome2.patch 1.1:
8377: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
8378: Paolo said that he would incorporate this patch in upcoming version of gdome.
8379:
8380: * src/lib/ltdl/configure 1.3:
8381: * src/lib/ltdl/configure.in 1.3:
8382: PROG_NM
8383:
8384: * src/lib/patches/libxslt.patch 1.1:
8385: moved to libxslt 1.0.23. still need a patch which suppresses
8386: htmlSetMetaEncoding calls
8387:
8388: 2003-01-09 paf
8389: * bin/Makefile.in 1.8:
8390: * config.guess 1.2:
8391: * config.sub 1.3:
8392: * etc/Makefile.in 1.13:
8393: * etc/parser3.charsets/Makefile.in 1.16:
8394: * missing 1.2:
8395: * mkinstalldirs 1.2:
8396: * src/Makefile.in 1.54:
8397: * src/classes/Makefile.in 1.52:
8398: * src/include/Makefile.in 1.10:
8399: * src/include/pa_config_auto.h.in 1.37:
8400: * src/lib/Makefile.in 1.7:
8401: * src/lib/ltdl/Makefile.in 1.3:
8402: * src/lib/ltdl/config_auto.h.in 1.2:
8403: * src/lib/ltdl/configure 1.2:
8404: * src/lib/ltdl/configure.in 1.2:
8405: * src/lib/md5/Makefile.in 1.5:
8406: * src/lib/patches/Makefile.in 1.8:
8407: * src/lib/pcre/Makefile.in 1.7:
8408: * src/main/Makefile.in 1.49:
8409: * src/sql/Makefile.in 1.10:
8410: * src/targets/Makefile.in 1.41:
8411: * src/targets/apache13/Makefile.in 1.43:
8412: * src/targets/cgi/Makefile.am 1.46:
8413: * src/targets/cgi/Makefile.in 1.61:
8414: * src/targets/isapi/Makefile.in 1.10:
8415: * src/types/Makefile.in 1.49:
8416: moved to autoconf 2.57 & automake 1.7.2
8417:
8418: * depcomp 1.1:
8419: moving to automake 1.7.2
8420:
8421: * INSTALL 1.30:
8422: xml,xslt,gdome lib urls updated
8423:
8424: * Makefile.am 1.30:
8425: * Makefile.in 1.44:
8426: * src/lib/ltdl/missing 1.1:
8427: * src/lib/ltdl/mkinstalldirs 1.1:
8428: *** empty log message ***
8429:
1.21 paf 8430: 2002-12-27 paf
8431: * src/doc/aliased.dox 1.5:
8432: * src/doc/index.dox 1.4:
8433: * src/doc/module.dox 1.4:
8434: * src/doc/pooled.dox 1.4:
8435: * www/htdocs/index.html 1.207:
8436: removed outdated parts, made links to language docs
8437:
8438: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
8439: 0007
8440:
8441: * src/include/pa_config_auto.h.in 1.36:
8442: comment
8443:
8444: 2002-12-26 paf
8445: * INSTALL 1.29:
8446: * src/include/pa_config_auto.h.in 1.35:
8447: * src/main/pa_common.C 1.140:
8448: * src/main/pa_exec.C 1.47:
8449: changing SAFE_MODE politics
8450:
8451: * src/classes/file.C 1.106:
8452: file:fullpath[a.gif] when document root did not contain
8453: trailing / fixed.
8454:
8455: 2002-12-25 paf
8456: * src/main/pa_globals.C 1.147:
8457: optimized-as-is
8458:
8459: * src/main/pa_globals.C 1.148:
8460: optimized-xml
8461:
8462: 2002-12-24 paf
8463: * src/main/pa_common.C 1.139:
8464: * src/main/pa_pool.C 1.58:
8465: pool::copy on zero size|ptr fixed [were really called with zero
8466: size when .html?a=&b=]
8467:
8468: * src/main/pa_exec.C 1.46:
8469: * www/htdocs/index.html 1.206:
8470: fork/pipe error now [old always-pipe-error fixed]
8471:
8472: * src/classes/mail.C 1.86:
8473: $MAIL in @conf now invalid when configured with --with-sendmail
8474:
8475: 2002-12-23 paf
8476: * src/types/pa_vcookie.C 1.54:
8477: cookie:field[put value] fixed [were ignoring parameters & were
8478: storing only string with default expires
8479:
8480: * src/main/pa_charset.C 1.32:
8481: From: "Victor Fedoseev" <vvf_ru@mail.ru>
8482: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
8483: Sent: Monday, December 23, 2002 4:22 AM
8484: Subject: bug â Charset::transcode_buf2xchar
8485:
8486: 2002-12-20 paf
8487: * src/targets/cgi/parser3.C 1.215:
8488: removed last \n appending in non-win32 non-cgi [script] runs
8489:
8490: 2002-12-19 paf
8491: * operators.txt 1.107:
8492: * src/include/pa_globals.h 1.99:
8493: * src/include/pa_request.h 1.159:
8494: * src/main/pa_globals.C 1.146:
8495: * src/main/pa_request.C 1.244:
8496: * www/htdocs/index.html 1.205:
8497: $response:download
8498:
8499: * src/classes/mail.C 1.85:
8500: 'to' check bugfix [now checked only on ms compiler [win32]].
8501:
8502: * INSTALL 1.28:
8503: --without-iconv recommended [it crashes on some systems [tested on elik]]
8504: moreover, it's not needed there [parser registers charsets itself]
8505:
8506: * INSTALL 1.27:
8507: -without-iconv recommended [it crashes on some systems [tested
8508: on elik]]
8509:
8510: 2002-12-18 paf
8511: * src/classes/xdoc.C 1.107:
8512: doc->URL on xdoc.load set correctly now
8513:
8514: 2002-12-17 paf
8515: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
8516: 1. on win32 in die: abort() reverted to exit(1)
8517: 2. more flexible iilegal call check
8518:
8519: * src/targets/cgi/parser3.C 1.214:
8520: merged die&iis changes
8521:
8522: 2002-12-16 paf
8523: * src/main/untaint.C 1.114:
8524: filespec russian small 'r' changed to latin 'p' bug fix
8525:
8526: * Makefile.in 1.38:
8527: ltmain.sh silly required for stupid automake added
8528:
8529: * ltmain.sh 1.3:
8530: *** empty log message ***
8531:
8532: * ltmain.sh [release_3_0_0006] 1.2.2.1:
8533: some automakes silly insist on having this handy
8534:
1.20 paf 8535: 2002-12-15 paf
1.21 paf 8536: * src/main/untaint.C 1.113:
8537: filespec russian small 'r' changed to latin 'p'
8538:
8539: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
8540: ftruncate having checked
8541:
8542: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
8543: removed warning
8544:
1.20 paf 8545: * configure.in [release_3_0_0006] 1.52.2.1:
8546: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
8547: new version
8548:
1.21 paf 8549: * configure.in [release_3_0_0006] 1.52.2.2:
8550: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
8551: *** empty log message ***
8552:
8553: * configure.in 1.53:
8554: * src/include/pa_config_auto.h.in 1.34:
8555: * src/main/compile.C 1.68:
8556: * src/main/pa_common.C 1.138:
8557: merged small changes from branch 6 to HEAD
8558:
1.20 paf 8559: 2002-12-14 paf
8560: * src/sql/pa_sql_driver.h 1.33:
8561: * www/htdocs/index.html 1.204:
8562: exception type fixed
8563:
8564: * src/classes/table.C 1.171:
8565: removed unnecessary code
8566:
8567: 2002-12-09 paf
8568: * src/classes/hash.C 1.53:
8569: * src/classes/string.C 1.124:
8570: * src/classes/table.C 1.170:
8571: * src/classes/void.C 1.27:
8572: * src/main/pa_sql_driver_manager.C 1.68:
8573: * src/sql/pa_sql_driver.h 1.32:
8574: changed exception handling mech in sql handlers #2
8575:
8576: * bin/Makefile.in 1.7:
8577: * configure.in 1.52:
8578: * etc/Makefile.in 1.12:
8579: * etc/parser3.charsets/Makefile.in 1.15:
8580: * src/Makefile.in 1.53:
8581: * src/classes/Makefile.in 1.51:
8582: * src/include/Makefile.in 1.9:
8583: * src/lib/Makefile.in 1.6:
8584: * src/lib/ltdl/Makefile.in 1.2:
8585: * src/lib/md5/Makefile.in 1.4:
8586: * src/lib/patches/Makefile.in 1.7:
8587: * src/lib/pcre/Makefile.in 1.6:
8588: * src/main/Makefile.in 1.48:
8589: * src/sql/Makefile.in 1.9:
8590: * src/targets/Makefile.in 1.40:
8591: * src/targets/apache13/Makefile.in 1.42:
8592: * src/targets/cgi/Makefile.in 1.60:
8593: * src/targets/isapi/Makefile.in 1.9:
8594: * src/types/Makefile.in 1.48:
8595: removed configure.in:AC_LIBTOOL, it caused automake to write
8596: makefile which used libtool to install things, which is not needed
8597:
8598: * src/targets/apache13/mod_parser3.C 1.27:
8599: * src/targets/cgi/parser3.C 1.211:
8600: * src/targets/cgi/parser3.C 1.212:
8601: * src/targets/cgi/parser3.C 1.213:
8602: * src/targets/isapi/parser3isapi.C 1.81:
8603: ::die now tries to write core dump
8604:
8605: * src/types/pa_vvoid.h 1.16:
8606: * www/htdocs/index.html 1.203:
8607: $void.store[now] error
8608:
8609: * src/classes/hash.C 1.52:
8610: * src/classes/string.C 1.123:
8611: * src/classes/table.C 1.169:
8612: * src/classes/void.C 1.26:
8613: * src/main/pa_sql_driver_manager.C 1.66:
8614: * src/main/pa_sql_driver_manager.C 1.67:
8615: * src/sql/pa_sql_driver.h 1.29:
8616: * src/sql/pa_sql_driver.h 1.30:
8617: * src/sql/pa_sql_driver.h 1.31:
8618: changed exception handling mech in sql handlers
8619:
8620: 2002-12-06 paf
8621: * operators.txt 1.106:
8622: * src/main/compile.tab.C 1.78:
8623: * src/types/pa_vhash.h 1.42:
8624: $hash.fields -- pseudo field to make 'hash' more like 'table'
8625:
8626: 2002-12-05 paf
8627: * src/main/pa_array.C 1.53:
8628: * src/main/pa_table.C 1.51:
8629: * www/htdocs/index.html 1.199:
8630: wow! found/fixed bug in lowlevel proc
8631:
8632: * src/main/pa_common.C 1.137:
8633: * src/main/untaint.C 1.111:
8634: * src/types/pa_vmail.C 1.38:
8635: * www/htdocs/index.html 1.200:
8636: mail header ',' allowed.
8637: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
8638:
8639: [strncpy killed, memnchr used]
8640:
8641: * src/main/pa_table.C 1.52:
8642: table-copy now current=0
8643:
8644: * src/targets/cgi/parser3.C 1.209:
8645: * src/targets/cgi/parser3.C 1.210:
8646: more checks on http://domain/parser.cgi start [maybe some
8647: getenv returns "", checked that now
8648:
8649: * src/targets/cgi/parser3.C 1.208:
8650: * www/htdocs/index.html 1.198:
8651: error logging made unbuffered [so that out-of-mem errors
8652: reached log]
8653:
8654: * src/main/main.dsp 1.161:
8655: pa_version included into main.dsp
8656:
8657: * www/htdocs/index.html 1.196:
8658: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
8659: win32] leave \n intact, and some clients [bat] fail to show
8660: letter correctly
8661:
8662: * src/classes/mail.C 1.83:
8663: * src/targets/cgi/parser3.C 1.207:
8664: * src/types/pa_vmail.C 1.37:
8665: * www/htdocs/index.html 1.197:
8666: mail:send MIME-Version default
8667:
8668: * src/main/untaint.C 1.112:
8669: * www/htdocs/index.html 1.201:
8670: mail header closed properly
8671:
8672: * src/classes/mail.C 1.84:
8673: * src/types/pa_vmail.C 1.39:
8674: * src/types/pa_vmail.h 1.8:
8675: * www/htdocs/index.html 1.202:
8676: smtp cc/bcc OK now
8677:
8678: 2002-12-04 paf
8679: * gnu.dsp 1.3:
8680: restored
8681:
8682: * src/types/pa_vform.C 1.73:
8683: $form:field string value cut by premature 0
8684:
8685: * parser3.dsw 1.6:
8686: * src/main/compile.tab.C 1.77:
8687: * src/main/main.dsp 1.160:
8688: * www/htdocs/.htaccess 1.12:
8689: * www/htdocs/index.html 1.195:
8690: lib/libltdl -> lib/ltdl Win32 changes. s
8691:
8692: * bin/Makefile.in 1.6:
8693: * configure.in 1.51:
8694: * etc/Makefile.in 1.11:
8695: * etc/parser3.charsets/Makefile.in 1.14:
8696: * gnu.dsp 1.2:
8697: * src/Makefile.in 1.52:
8698: * src/classes/Makefile.in 1.50:
8699: * src/include/Makefile.in 1.8:
8700: * src/lib/Makefile.am 1.3:
8701: * src/lib/Makefile.in 1.5:
8702: * src/lib/ltdl/Makefile.am 1.1:
8703: * src/lib/ltdl/Makefile.in 1.1:
8704: * src/lib/ltdl/README 1.1:
8705: * src/lib/ltdl/acinclude.m4 1.1:
8706: * src/lib/ltdl/config.guess 1.1:
8707: * src/lib/ltdl/config.h 1.1:
8708: * src/lib/ltdl/config.sub 1.1:
8709: * src/lib/ltdl/config_auto.h.in 1.1:
8710: * src/lib/ltdl/config_fixed.h 1.1:
8711: * src/lib/ltdl/configure 1.1:
8712: * src/lib/ltdl/configure.in 1.1:
8713: * src/lib/ltdl/install-sh 1.1:
8714: * src/lib/ltdl/libltdl.dsp 1.1:
8715: * src/lib/ltdl/ltdl.c 1.1:
8716: * src/lib/ltdl/ltdl.h 1.1:
8717: * src/lib/md5/Makefile.in 1.3:
8718: * src/lib/patches/Makefile.in 1.6:
8719: * src/lib/pcre/Makefile.in 1.5:
8720: * src/main/Makefile.in 1.47:
8721: * src/sql/Makefile.in 1.8:
8722: * src/targets/Makefile.in 1.39:
8723: * src/targets/apache13/Makefile.in 1.41:
8724: * src/targets/cgi/Makefile.in 1.59:
8725: * src/targets/isapi/Makefile.in 1.8:
8726: * src/types/Makefile.in 1.47:
8727: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
8728: so it does have no problems with automake.
8729: ltdl/configure AC_OUTPUT(Makefile<<removed)
8730:
8731: * src/classes/classes.awk 1.6:
8732: more strict *.C$
8733:
8734: 2002-12-02 paf
8735: * operators.txt 1.105:
8736: removed outdated status:db
8737:
8738: * src/classes/mail.C 1.82:
8739: * src/include/pa_common.h 1.88:
8740: * src/main/pa_common.C 1.136:
8741: * src/main/pa_request.C 1.243:
8742: * src/types/pa_vcookie.C 1.53:
8743: * src/types/pa_vmail.C 1.36:
8744: * www/htdocs/index.html 1.194:
8745: http header lang of tainted parts becomes http-header
8746:
1.19 paf 8747: 2002-11-29 paf
8748: * src/include/pa_common.h 1.87:
8749: * src/main/pa_common.C 1.135:
8750: * src/types/pa_vresponse.C 1.16:
8751: * src/types/pa_vresponse.h 1.31:
8752: * www/htdocs/index.html 1.192:
8753: http:// param values now handled exactly like $response:header values.
8754: e.g. can be hash [can have subattributes] & contain date values.
8755:
8756: * operators.txt 1.104:
8757: * src/classes/date.C 1.41:
8758: * src/classes/image.C 1.89:
8759: * www/htdocs/index.html 1.193:
8760: exif dates now objects of type date
8761:
8762: * src/main/pa_common.C 1.133:
8763: * www/htdocs/index.html 1.190:
8764: http:// tainted partes now %xx
8765:
8766: * src/main/pa_common.C 1.134:
8767: * www/htdocs/index.html 1.191:
8768: http:// param values lang forced URI
8769:
8770: * src/classes/image.C 1.88:
8771: file.seek removed [it were used in image.C only, and for parser user this means that jpeg image has bad size in fragment's header]
8772: now used image.format
8773:
8774: 2002-11-28 paf
8775: * src/classes/op.C 1.126:
8776: * www/htdocs/index.html 1.185:
8777: ^cache bug fixed.
8778: stupid compiler allowed 'false' to go into (Hash *) parameter
8779:
8780: * src/classes/image.C 1.85:
8781: * www/htdocs/index.html 1.186:
8782: image.text now outputs one pixel HIGHER chars [one top
8783: horizontal line of 1pixel height were missing]
8784:
8785: * www/htdocs/index.html 1.187:
8786: regexp syntax xxx$ speed-up experiments
8787:
8788: * operators.txt 1.102:
8789: http.timeout
8790:
8791: * www/htdocs/font.gif 1.1:
8792: *** empty log message ***
8793:
8794: * configure.in 1.50:
8795: stopped double libltdl/Makefile generation
8796:
8797: * src/classes/image.C 1.87:
8798: * www/htdocs/index.html 1.188:
8799: image.length now counts interchar space. plus space after last char
8800:
8801: * www/htdocs/index.html 1.189:
8802: doc samples
8803:
8804: * src/main/pa_string.C 1.171:
8805: PCRE_DOLLAR_ENDONLY
8806:
8807: * src/classes/image.C 1.86:
8808: ^image.font width measurer now scans full height [were -1]
8809:
8810: 2002-11-27 paf
8811: * src/classes/image.C 1.84:
8812: * www/htdocs/index.html 1.183:
8813: ^image.font << bad font file-size now properly reported
8814:
8815: * src/include/pa_globals.h 1.98:
8816: * src/main/pa_globals.C 1.145:
8817: * src/main/pa_request.C 1.242:
8818: * src/types/pa_vmail.C 1.35:
8819: * www/htdocs/index.html 1.184:
8820: response:body[file] if file nows it's name
8821: now returns content-disposition: >>attachment<<
8822:
1.18 paf 8823: 2002-11-26 paf
8824: * operators.txt 1.101:
8825: * src/main/pa_common.C 1.130:
8826: * www/htdocs/index.html 1.182:
8827: http:// response status!=200 made exception: http.status with
8828: source=bad status#
8829:
8830: * src/main/pa_common.C 1.131:
8831: * www/htdocs/.htaccess 1.11:
8832: utf8 prefix ignored @read text
8833:
8834: * src/main/pa_request.C 1.241:
8835: fixed lang in reponse header
8836:
8837: 2002-11-25 paf
8838: * operators.txt 1.99:
8839: * src/main/pa_common.C 1.128:
8840: * www/htdocs/index.html 1.181:
8841: http fields now UPPERCASE
8842:
8843: $file[^file::load[http://there]]
8844: $file.SERVER
8845:
8846: * configure.in 1.49:
8847: * src/classes/image.C 1.83:
8848: * src/include/pa_config_auto.h.in 1.33:
8849: * src/include/pa_config_includes.h 1.22:
8850: * src/main/Makefile.am 1.35:
8851: * src/main/Makefile.in 1.46:
8852: * src/main/pa_common.C 1.129:
8853: * src/main/pa_globals.C 1.142:
8854: http://
8855: and image const void related probs fixed
8856:
8857: * operators.txt 1.98:
8858: * src/classes/file.C 1.104:
8859: * src/classes/table.C 1.168:
8860: * src/classes/xdoc.C 1.105:
8861: * src/include/pa_common.h 1.85:
8862: * src/include/pa_globals.h 1.97:
8863: * src/main/pa_common.C 1.126:
8864: * src/main/pa_globals.C 1.141:
8865: * src/main/pa_request.C 1.239:
8866: * src/types/pa_vfile.C 1.35:
8867: * src/types/pa_vfile.h 1.51:
8868: * www/htdocs/index.html 1.179:
8869: table/xdoc/file::load now understand http:// prefix and additional params, sample:
8870: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
8871: $.USER-AGENT[parser3]
8872: ]]
8873:
8874: * src/classes/file.C 1.105:
8875: * src/classes/image.C 1.82:
8876: * src/classes/xdoc.C 1.106:
8877: * src/include/pa_common.h 1.86:
8878: * src/main/pa_common.C 1.127:
8879: * src/main/pa_request.C 1.240:
8880: * www/htdocs/index.html 1.180:
8881: checked http options [invalid onces now reported]
8882: made default
8883: user-agent: paf
8884:
8885: 2002-11-22 paf
8886: * operators.txt 1.97:
8887: * src/classes/image.C 1.80:
8888: * src/include/pa_globals.h 1.96:
8889: * src/main/execute.C 1.294:
8890: * src/main/pa_globals.C 1.140:
8891: * src/types/pa_vimage.C 1.21:
8892: * src/types/pa_vimage.h 1.33:
8893: * www/htdocs/.htaccess 1.10:
8894: * www/htdocs/index.html 1.178:
8895: $image.exif support
8896: $image.exif.DateTime & co
8897:
8898: 2002-11-21 paf
8899: * src/classes/image.C 1.78:
8900: jpeg size measure fixed: were badly skipping EXIF information [
8901: were big block and it's size were considered negative :(]
8902:
8903: * operators.txt 1.96:
8904: * src/classes/image.C 1.77:
8905: * src/include/pa_common.h 1.83:
8906: * src/main/pa_common.C 1.123:
8907: * src/types/pa_vmail.C 1.34:
8908: * www/htdocs/index.html 1.177:
8909: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
8910: [now we fail to measure files with EXIF info]
8911:
8912: * src/main/pa_common.C 1.122:
8913: O_TRUNCATE killed, ftruncate used instead:
8914: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
8915:
8916: * src/main/pa_exec.C 1.44:
8917: * src/main/untaint.C 1.110:
8918: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
8919:
8920: 2002-11-20 paf
8921: * src/main/pa_exec.C 1.41:
8922: pa_exec: data written only if size>0
8923:
8924: * src/targets/cgi/parser3.C 1.205:
8925: logging @signal += query_string
8926:
8927: * src/include/pa_config_fixed.h 1.52:
8928: * src/main/pa_common.C 1.121:
8929: * src/main/pa_exec.C 1.40:
8930: * src/targets/cgi/parser3.C 1.200:
8931: ^file:exec/cgi [pa_exec] pipe read errors now checked
8932:
8933: * src/main/pa_exec.C 1.43:
8934: *** empty log message ***
8935:
8936: * operators.txt 1.95:
8937: * src/classes/file.C 1.103:
8938: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
8939:
8940: * src/include/pa_request.h 1.158:
8941: * src/main/execute.C 1.293:
8942: * src/main/pa_request.C 1.238:
8943: * src/targets/cgi/parser3.C 1.201:
8944: SIGUSR1 >> writes to error_log uri of currently processed document
8945: SIGPIPE >> interrupts request processing [exception = DB rollback]
8946:
8947: * src/targets/cgi/parser3.C 1.203:
8948: SIGNALS overriden @ main top
8949:
8950: * configure.in 1.48:
8951: * src/include/pa_config_auto.h.in 1.32:
8952: * src/include/pa_config_includes.h 1.21:
8953: * src/main/pa_exec.C 1.42:
8954: * src/targets/cgi/parser3.C 1.204:
8955: comment
8956:
8957: 2002-11-19 paf
8958: * src/targets/cgi/parser3.C 1.199:
8959: removed #ifdef WIN32 around check of CGI: Illegal call
8960:
8961: 2002-11-01 paf
8962: * src/main/execute.C 1.292:
8963: comment
8964:
8965: 2002-10-31 paf
8966: * src/types/pa_vobject.C 1.11:
8967: * src/types/pa_vstateless_object.h 1.27:
8968: object put replaces static parent if any
8969:
8970: * src/main/execute.C 1.291:
8971: found out why, checked that for now.
8972: todo: find out a way for that user could do that
8973:
8974: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
8975: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
8976: realized that one can't remember derivates in base class: there's so many of them.
8977: also there can be no virtual method calls in static classes
8978:
8979: * src/classes/op.C 1.124:
8980: * src/types/pa_value.h 1.107:
8981: * src/types/pa_vobject.h 1.36:
8982: * www/htdocs/base.p 1.4:
8983: * www/htdocs/derived.p 1.22:
8984: * www/htdocs/index.html 1.174:
8985: * www/htdocs/operators.p 1.11:
8986: * www/htdocs/some.p 1.2:
8987: ^process[$caller.self]{...}
8988: now compiles to last derived object part of that 'self'
8989:
8990: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
8991: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
8992: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
8993: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
8994: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
8995: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
8996: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
8997: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
8998: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
8999: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
9000: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
9001: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
9002: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
9003: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
9004: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
9005: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
9006: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
9007: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
9008: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
9009: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
9010: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
9011: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
9012: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
9013: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
9014: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
9015: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
9016: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
9017: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
9018: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
9019: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
9020: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
9021: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
9022: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
9023: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
9024: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
9025: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
9026: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
9027: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
9028: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
9029: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
9030: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
9031: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
9032: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
9033: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
9034: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
9035: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
9036: static call $self fixed
9037:
9038: * www/htdocs/base.p 1.6:
9039: * www/htdocs/derived.p 1.24:
9040: * www/htdocs/index.html 1.176:
9041: this example creates base object, which is wrong, todo: find
9042: out why
9043:
9044: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
9045: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
9046: killed $virtual_fields in dynamic, but one can reach derived
9047: static[class] variable from base
9048:
9049: * src/classes/form.C 1.33:
9050: * src/classes/mail.C 1.81:
9051: * src/classes/op.C 1.125:
9052: * src/classes/xnode.h 1.17:
9053: * src/main/compile.tab.C 1.76:
9054: * src/main/execute.C 1.290:
9055: * src/main/pa_request.C 1.237:
9056: * src/types/pa_value.h 1.108:
9057: * src/types/pa_vclass.C 1.15:
9058: * src/types/pa_vclass.h 1.38:
9059: * src/types/pa_vcode_frame.h 1.23:
9060: * src/types/pa_vcookie.C 1.52:
9061: * src/types/pa_vcookie.h 1.22:
9062: * src/types/pa_vdate.h 1.23:
9063: * src/types/pa_venv.h 1.27:
9064: * src/types/pa_vfile.h 1.50:
9065: * src/types/pa_vform.C 1.71:
9066: * src/types/pa_vform.h 1.44:
9067: * src/types/pa_vhash.h 1.41:
9068: * src/types/pa_vimage.h 1.32:
9069: * src/types/pa_vmail.C 1.33:
9070: * src/types/pa_vmail.h 1.7:
9071: * src/types/pa_vmath.h 1.13:
9072: * src/types/pa_vmethod_frame.h 1.44:
9073: * src/types/pa_vobject.C 1.10:
9074: * src/types/pa_vobject.h 1.37:
9075: * src/types/pa_vrequest.C 1.26:
9076: * src/types/pa_vrequest.h 1.24:
9077: * src/types/pa_vresponse.C 1.15:
9078: * src/types/pa_vresponse.h 1.30:
9079: * src/types/pa_vstateless_class.C 1.18:
9080: * src/types/pa_vstateless_class.h 1.41:
9081: * src/types/pa_vstateless_object.h 1.26:
9082: * src/types/pa_vstatus.C 1.14:
9083: * src/types/pa_vstatus.h 1.14:
9084: * src/types/pa_vstring.h 1.53:
9085: * src/types/pa_vtable.C 1.20:
9086: * src/types/pa_vtable.h 1.47:
9087: * src/types/pa_vvoid.h 1.15:
9088: * src/types/pa_vxdoc.C 1.22:
9089: * src/types/pa_vxdoc.h 1.30:
9090: * src/types/pa_vxnode.C 1.29:
9091: * src/types/pa_vxnode.h 1.21:
9092: * src/types/pa_wwrapper.h 1.27:
9093: * www/htdocs/base.p 1.5:
9094: * www/htdocs/derived.p 1.23:
9095: * www/htdocs/index.html 1.175:
9096: static fix merged
9097:
9098: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
9099: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
9100: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
9101: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
9102: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
9103: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
9104: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
9105: fixed statics, left $virtual_fields in dynamic
9106:
9107: * src/main/execute.C 1.288:
9108: comment
9109:
9110: 2002-10-30 paf
9111: * www/htdocs/derived.p 1.21:
9112: * www/htdocs/some.p 1.1:
9113: include method overriding tested OK
9114:
9115: 2002-10-29 paf
9116: * src/targets/isapi/parser3isapi.C 1.80:
9117: comment on 404 bad status re-passing [iis to blame]
9118:
9119: * src/classes/string.C 1.122:
9120: changed string.save to pass current sql connection to cstr
9121: thus one can
9122: ^connect[some server]{
9123: $s[insert into table x (x) values (^taint[sql]{value})]
9124: ^s.save[some.sql]
9125: }
9126: and he'd get in some.sql file code with properly escaped.
9127: [tried in mssql->mysql export->import of binary data]
9128:
9129: 2002-10-28 paf
9130: * www/htdocs/index.html 1.172:
9131: * www/htdocs/index.html 1.173:
9132: bad email handling test
9133:
9134: 2002-10-25 paf
9135: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
9136: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
9137: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
9138: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
9139: saving for maybe-future
9140:
9141: * src/types/pa_vresponse.C 1.14:
9142: case insensitive response user fields get/put
9143:
9144: 2002-10-23 paf
9145: * src/types/pa_vmail.C 1.32:
9146: * www/htdocs/index.html 1.171:
9147: email whitespace trimBoth-ed
9148:
9149: * operators.txt 1.94:
9150: * src/classes/table.C 1.166:
9151: ^table.hash{code}...
9152: ^table.hash(expr)...
9153:
9154: 2002-10-22 paf
9155: * src/types/pa_vform.C 1.70:
9156: * src/types/pa_vform.h 1.43:
9157: removed needless VForm::Append...(...Value)
9158:
9159: * src/main/execute.C 1.287:
9160: $.name outside of $name[...]
9161: checked
9162:
9163: * src/main/compile.tab.C 1.75:
9164: * src/main/compile.y 1.203:
9165: lexer changed to fix ^call[]^#HH bug [that situation yelded no
9166: EON, which whas wrong]
9167:
9168: 2002-10-21 paf
9169: * operators.txt 1.91:
9170: * src/types/pa_vform.C 1.67:
9171: $form:image-map
9172:
9173: * operators.txt 1.92:
9174: * src/types/pa_vform.C 1.68:
9175: $form:nameless = "?value&...", "...&value&...", "...&value"
9176:
9177: * operators.txt 1.93:
9178: * src/types/pa_vform.C 1.69:
9179: * src/types/pa_vform.h 1.42:
9180: $form:qtail
9181: $form:imap.x/y
9182:
9183: * operators.txt 1.90:
9184: * src/classes/file.C 1.102:
9185: * www/htdocs/index.html 1.170:
9186: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
9187:
9188: 2002-10-17 paf
9189: * src/classes/op.C 1.123:
9190: exception handling fixed [were bad with contexts]
9191:
9192: * src/main/compile.tab.C 1.74:
9193: * src/main/compile.y 1.202:
9194: operators precedence changed a little:
9195: logical not and bitwise negation precedence made highest,
9196: << and >> bitshits precedence made equal [were << higher than >>]
9197:
1.17 paf 9198: 2002-10-16 paf
9199: * src/classes/op.C 1.122:
9200: * src/include/pa_request.h 1.157:
9201: * src/main/execute.C 1.285:
9202: * src/main/execute.C 1.286:
9203: * src/main/pa_request.C 1.236:
9204: * www/htdocs/derived.p 1.20:
9205: * www/htdocs/index.html 1.167:
9206: * www/htdocs/index.html 1.168:
9207: Request::self considered equal to VMethodFrame::self, and removed,
9208: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 9209:
9210: * www/htdocs/index.html 1.169:
9211: bad compile to system class test
1.17 paf 9212:
9213: * src/classes/op.C 1.121:
9214: * src/main/pa_request.C 1.235:
9215: VMainClass now has name = $hash in open field now gives old
9216: good error meesage
9217:
1.15 paf 9218: 2002-10-15 paf
1.17 paf 9219: * www/htdocs/derived.p 1.17:
9220: * www/htdocs/index.html 1.162:
9221: test of ^process from operator called from user class
9222:
9223: * src/types/pa_vjunction.h 1.18:
9224: * www/htdocs/index.html 1.166:
9225: ^if(def $junction){was true}{now false}
9226: use
9227: ^if($junction is junction){was and now true}
9228:
9229: * src/types/pa_vjunction.C 1.2:
9230: ident
9231:
9232: * src/classes/op.C 1.119:
9233: * src/main/compile.tab.C 1.72:
9234: * src/main/compile.y 1.200:
9235: * src/types/pa_vmethod_frame.h 1.42:
9236: process[self] objects also considered [were only classes]
9237:
1.15 paf 9238: * src/main/execute.C 1.283:
9239: * src/targets/cgi/parser3.C 1.198:
9240: * src/types/pa_vstateless_class.C 1.17:
9241: * src/types/pa_vstateless_class.h 1.40:
9242: * www/htdocs/operators.p 1.9:
9243: compiling to system classes disabled
9244:
1.17 paf 9245: * operators.txt 1.88:
9246: * src/classes/op.C 1.116:
9247: * www/htdocs/operators.p 1.8:
9248: ^process[$caller.CLASS]{code-string} added
9249:
9250: * src/types/Makefile.in 1.46:
9251: *** empty log message ***
1.15 paf 9252:
1.17 paf 9253: * src/classes/op.C 1.120:
9254: * src/include/pa_opcode.h 1.23:
9255: * src/include/pa_request.h 1.156:
9256: * src/main/compile.tab.C 1.73:
9257: * src/main/compile.y 1.201:
9258: * src/main/execute.C 1.284:
9259: * src/types/pa_vmethod_frame.h 1.43:
9260: * www/htdocs/derived.p 1.19:
9261: removed last pieces of old code allowing $junction.xxx at
9262: compile time
1.15 paf 9263:
9264: * operators.txt 1.87:
9265: * src/classes/op.C 1.115:
9266: * src/main/compile.tab.C 1.71:
9267: * src/main/compile.y 1.199:
9268: * src/main/execute.C 1.282:
9269: * src/main/pa_request.C 1.234:
9270: * src/types/Makefile.am 1.28:
9271: * src/types/pa_vjunction.C 1.3:
9272: * src/types/pa_vjunction.h 1.17:
9273: * src/types/pa_vmethod_frame.h 1.40:
9274: * src/types/types.dsp 1.35:
9275: * www/htdocs/operators.p 1.7:
9276: removed $junction.get $junction.set[]
9277: introducing $caller
9278:
9279: * src/classes/op.C 1.118:
9280: * src/include/pa_request.h 1.155:
9281: * src/types/pa_vmethod_frame.h 1.41:
9282: * www/htdocs/derived.p 1.18:
9283: * www/htdocs/index.html 1.164:
9284: ^process[CLASS]{body} now executed with CLASS self.
9285: [ (request&method_frame).self temporarily changed ]
9286:
1.17 paf 9287: * src/classes/xdoc.C 1.104:
9288: * src/classes/xnode.C 1.53:
9289: * src/include/pa_charset.h 1.19:
9290: * src/include/pa_pool.h 1.85:
9291: * src/main/pa_charset.C 1.31:
9292: * src/main/pa_pool.C 1.57:
9293: * src/types/pa_vxnode.C 1.28:
9294: * www/htdocs/index.html 1.165:
9295: xml->parser strings now have origin, which points to place
9296: where value left xml library and came to parser: place of dom
9297: field extraction/call
1.16 paf 9298:
1.24 paf 9299: * src/types/pa_value.h 1.106:
9300: removed outdated comments. doxygen would find them lower by
9301: inheritance tree
9302:
1.15 paf 9303: * src/classes/hash.C 1.51:
9304: * src/classes/op.C 1.117:
9305: * www/htdocs/index.html 1.163:
9306: * www/htdocs/operators.p 1.10:
9307: method_frame now always changed, with no exception to native calls.
9308: for&foreach changed to use method_frame.caller for their var's name context
9309:
9310: 2002-10-14 paf
9311: * src/classes/form.C 1.32:
9312: * src/classes/mail.C 1.80:
9313: * src/classes/op.C 1.113:
9314: * src/include/pa_request.h 1.154:
9315: * src/main/compile.C 1.67:
9316: * src/main/compile.tab.C 1.70:
9317: * src/main/compile.y 1.198:
9318: * src/main/execute.C 1.281:
9319: * src/main/pa_request.C 1.233:
9320: * src/types/pa_vstateless_class.h 1.39:
9321: * www/htdocs/index.html 1.161:
9322: operators now main-class-methods
9323:
9324: * src/include/pa_request.h 1.152:
9325: * src/main/execute.C 1.280:
9326: * src/main/pa_request.C 1.232:
9327: operators @auto now executed in MAIN context
9328:
9329: * src/types/pa_vclass.C 1.14:
9330: * src/types/pa_vobject.h 1.35:
9331: * src/types/pa_vstateless_class.C 1.16:
9332: * src/types/pa_vstateless_class.h 1.38:
9333: * www/htdocs/index.html 1.158:
9334: * www/htdocs/operators.p 1.5:
9335: $form:CLASS resurrected [wes killed in action]
9336:
9337: * configure 1.49:
9338: * configure.in 1.47:
9339: * operators.txt 1.86:
9340: * src/include/pa_config_auto.h.in 1.31:
9341: * src/types/pa_vstatus.C 1.13:
9342: * www/htdocs/index.html 1.157:
9343: $status:rusage.tv_secs/usecs introduced
9344:
9345: * src/types/pa_vxnode.C 1.27:
9346: misreplace fixed
9347:
9348: * src/classes/op.C 1.112:
9349: * src/include/pa_request.h 1.153:
9350: * www/htdocs/index.html 1.160:
9351: * www/htdocs/operators.p 1.6:
9352: ^try{^call{}} now has better stack trace [has "call" & co there]
9353:
9354: * src/main/execute.C 1.279:
9355: operator execution context now = MAIN, not closest stack frame
9356:
9357: @touchit[]
9358: $i[after]
9359:
9360: ----t.html
9361: $i[before] << local
9362: ^touchit[]
9363: $i << now 'before', were 'after'
9364:
9365: ---t.html
9366: $i[before] << notlocal [main]
9367: ^touchit[]
9368: $i << now 'after'
9369:
9370: * src/main/execute.C 1.278:
9371: comment
9372:
9373: * src/classes/op.C 1.114:
9374: process compiles to code's class class
9375:
9376: 2002-10-09 paf
9377: * src/classes/double.C 1.52:
9378: * src/classes/int.C 1.48:
9379: * src/classes/string.C 1.121:
9380: * www/htdocs/derived.p 1.16:
9381: * www/htdocs/index.html 1.156:
9382: ^string.int[] now failes on empty string [or uses (default)]
9383:
9384: 2002-10-08 paf
9385: * src/lib/patches/Makefile.am 1.2:
9386: * src/lib/patches/Makefile.in 1.5:
9387: forgot libgdome_morestatic.patch
9388:
9389: * src/types/pa_vxnode.C 1.26:
9390: misreplace
9391:
9392: * src/main/untaint.C 1.109:
9393: mail header quoted printable changed after RFC reread
9394:
9395: * operators.txt 1.85:
9396: plan on ^if(method
9397:
9398: 2002-09-24 paf
9399: * src/targets/cgi/Makefile.am 1.45:
9400: * src/targets/cgi/Makefile.in 1.58:
9401: LIBS were bad name in .am
9402:
9403: * acconfig.h 1.5:
9404: * configure 1.47:
9405: * configure.in 1.46:
9406: * src/include/pa_config_auto.h.in 1.30:
9407: * src/include/pa_config_fixed.h 1.51:
9408: * src/targets/cgi/Makefile.am 1.44:
9409: * src/targets/cgi/Makefile.in 1.57:
9410: * src/types/pa_vmail.C 1.30:
9411: * src/types/pa_vmail.C 1.31:
9412: HAVE_TIMEZONE & co now checked and mailreceive would compile on
9413: freebsd now
9414:
9415: * src/classes/file.C 1.101:
9416: * src/main/untaint.C 1.108:
9417: * www/htdocs/index.html 1.155:
9418: 1.
9419: file spec language changed:
9420: now there are only few chars are untainted:
9421: * ? ' " < > |
9422: and, on unix, : \ ~
9423: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
9424:
9425: 2.
9426: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
9427:
9428: @russianindex[]
9429: #dir with files with russian-lang names
9430: $where[dir]
9431:
9432: $dir[^file:list[$where;\.txt^$]]
9433: ^dir.menu{
9434: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
9435: }
9436:
9437: 2002-09-23 paf
9438: * src/classes/date.C 1.38:
9439: * src/classes/date.C 1.39:
9440: date bug fix, now round(floatDays*secondsPerDay)
9441:
9442: * src/targets/cgi/Makefile.in 1.56:
9443: *** empty log message ***
9444:
9445: * src/types/pa_vdouble.h 1.41:
9446: double->int round added
9447:
9448: 2002-09-20 paf
9449: * src/types/pa_vhash.h 1.40:
9450: * www/htdocs/operators.p 1.4:
9451: hash.foreach modification of existing keys allowed
9452:
9453: * src/main/compile.tab.C 1.69:
9454: * src/main/compile.y 1.197:
9455: * www/htdocs/index.html 1.153:
9456: changed grammer on junction expanding to include ^junction.method
9457:
9458: * src/classes/xdoc.C 1.102:
9459: empty transform result, being taken as file now returns empty
9460: file, not raises stupid error about "stat-ed file"
9461:
9462: * src/main/execute.C 1.276:
9463: * www/htdocs/index.html 1.154:
9464: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
9465:
9466: this now error:
9467: @badjunctioncall[]
9468: ^badjunctioncallinside{code}
9469:
9470: @badjunctioncallinside[code]
9471: ^code[]
9472:
9473: * src/targets/apache13/Makefile.am 1.15:
9474: * src/targets/apache13/Makefile.in 1.40:
9475: * src/targets/cgi/Makefile.am 1.43:
9476: * src/targets/cgi/Makefile.in 1.55:
9477: binaries now depend on makefiles, thus taking linking options
9478: configure changes into account [were: ignoring]
9479:
9480: * src/classes/xdoc.C 1.103:
9481: * www/htdocs/index.html 1.152:
9482: xdoc::create[name] now sets $request:charset as internal xdoc
9483: encoding, and after decoding attributes set by dom functions
9484: now encoded OK, not as digital entities
9485:
9486: * src/types/Makefile.in 1.45:
9487: *** empty log message ***
9488:
9489: * src/include/pa_opcode.h 1.22:
9490: * src/include/pa_request.h 1.150:
9491: * src/main/compile.tab.C 1.68:
9492: * src/main/compile.y 1.196:
9493: * src/main/execute.C 1.275:
9494: * src/main/main.dsp 1.159:
9495: * src/targets/cgi/parser3.dsp 1.60:
9496: * src/types/Makefile.am 1.27:
9497: * src/types/pa_vjunction.C 1.1:
9498: * src/types/pa_vjunction.h 1.16:
9499: * src/types/types.dsp 1.34:
9500: * www/htdocs/.htaccess 1.8:
9501: * www/htdocs/index.html 1.151:
9502: introducing $junction.get/put(1)
9503: one can write iterators now:
9504:
9505: ^user-foreach[key;value]{$key=$value<br>}
9506:
9507: @user-foreach[key;value;code]
9508: ^for[i](1;10){
9509: $code.key($i)
9510: $code.value($i*2)
9511: $code
9512: }
9513:
9514: * src/main/pa_common.C 1.120:
9515: -d "DIR/" now true
9516:
9517: * src/main/compile_tools.h 1.66:
9518: mistype
9519:
9520: 2002-09-19 paf
9521: * Makefile.am 1.8:
9522: * Makefile.in 1.21:
9523: * aclocal.m4 1.5:
9524: *** empty log message ***
9525:
9526: * aclocal.m4 1.3:
9527: forced to be older
9528:
9529: * Makefile.am 1.12:
9530: * Makefile.in 1.25:
9531: new: make commit
9532:
9533: 2002-09-18 paf
9534: * parser3.dsw 1.4:
9535: * src/include/pa_opcode.h 1.21:
9536: * src/main/compile.tab.C 1.67:
9537: * src/main/compile.y 1.195:
9538: * src/main/execute.C 1.274:
9539: * www/htdocs/index.html 1.150:
9540: << >> int shifts
9541:
9542: * src/classes/file.C 1.100:
9543: * www/htdocs/index.html 1.149:
9544: * www/htdocs/mailreceive.eml 1.3:
9545: ^file::exec/cgi $.stdin[can be file now]
9546: so that one can pass binary data there
9547:
9548: * src/include/pa_common.h 1.82:
9549: * src/include/pa_request.h 1.149:
9550: * src/main/pa_common.C 1.119:
9551: * src/main/pa_request.C 1.230:
9552: auto.p exists but unreadable - now this - fatal error
9553:
9554: * src/classes/date.C 1.37:
9555: * src/classes/double.C 1.51:
9556: * src/classes/file.C 1.99:
9557: * src/classes/hash.C 1.50:
9558: * src/classes/image.C 1.76:
9559: * src/classes/int.C 1.47:
9560: * src/classes/mail.C 1.79:
9561: * src/classes/op.C 1.111:
9562: * src/classes/response.C 1.22:
9563: * src/classes/string.C 1.120:
9564: * src/classes/table.C 1.165:
9565: * src/classes/void.C 1.25:
9566: * src/classes/xdoc.C 1.101:
9567: * src/classes/xnode.C 1.52:
9568: * src/include/pa_request.h 1.148:
9569: * www/htdocs/index.html 1.148:
9570: pa_request contexts made privated, plus get_{self/method_frame} to read.
9571: Request_context_saver used in ^try to save flang too.
9572: [were not saved]
9573:
9574: * src/types/pa_vresponse.C 1.13:
9575: header value chains joined before output, this should help
9576: $.subject[$var $var]
9577: from being converted to
9578: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
9579:
9580: 2002-09-17 paf
9581: * src/classes/op.C 1.109:
9582: * www/htdocs/index.html 1.147:
9583: * www/htdocs/operators.p 1.2:
9584: made place for ^process to compile it's code to in case of no self
9585:
9586: * src/classes/op.C 1.110:
9587: * src/main/execute.C 1.272:
9588: * src/main/pa_request.C 1.229:
9589: * src/types/pa_value.C 1.8:
9590: * src/types/pa_value.h 1.104:
9591: * src/types/pa_vmethod_frame.h 1.38:
9592: * src/types/pa_vstateless_class.h 1.37:
9593: * www/htdocs/operators.p 1.3:
9594: operators now executed with MAIN self.
9595: it's for ^include sake, too strong a change
9596:
9597: * src/classes/hash.C 1.47:
9598: foreach delims bug fixed [were ,2,3]
9599:
9600: * src/classes/hash.C 1.48:
9601: * src/classes/table.C 1.162:
9602: * src/include/pa_sql_connection.h 1.29:
9603: * www/htdocs/index.html 1.141:
9604: table.sql hash::sql duplicate keys now errors
9605:
9606: * src/main/execute.C 1.273:
9607: * src/types/pa_value.h 1.105:
9608: * src/types/pa_vmethod_frame.h 1.39:
9609: removed changes, operators executed with calling self.
9610: lots of code with ^include code relies on defined/defining self variables
9611:
9612: $a[1]
9613: ^include[print_a.p]
9614: print_a.p: $a
9615:
9616: ^include[set_a.p]
9617: a=$a
9618: set_a.p:
9619: $a[1]
9620:
9621: * operators.txt 1.83:
9622: * operators.txt 1.84:
9623: * src/classes/hash.C 1.49:
9624: * src/classes/table.C 1.163:
9625: * src/include/pa_globals.h 1.95:
9626: * src/main/pa_globals.C 1.139:
9627: * www/htdocs/index.html 1.142:
9628: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
9629: first record taken [were last]
9630:
9631: * src/main/execute.C 1.270:
9632: * src/main/execute.C 1.271:
9633: * src/types/pa_value.C 1.7:
9634: * src/types/pa_value.h 1.103:
9635: * src/types/pa_vstateless_class.h 1.36:
9636: * www/htdocs/index.html 1.146:
9637: found ancient param to Junction, removed.
9638: allowed passing self to native_code_operators [for ^process to work, she needs self]
9639:
9640: * Makefile.in 1.20:
9641: * bin/Makefile.in 1.5:
9642: * bin/auto.p.dist.in 1.8:
9643: * configure 1.40:
9644: * configure 1.41:
9645: * configure.in 1.40:
9646: * configure.in 1.41:
9647: * etc/Makefile.in 1.10:
9648: * etc/parser3.charsets/Makefile.in 1.13:
9649: * src/Makefile.in 1.51:
9650: * src/classes/Makefile.in 1.49:
9651: * src/include/Makefile.in 1.7:
9652: * src/lib/Makefile.in 1.4:
9653: * src/lib/md5/Makefile.in 1.2:
9654: * src/lib/patches/Makefile.in 1.4:
9655: * src/lib/pcre/Makefile.in 1.4:
9656: * src/main/Makefile.in 1.45:
9657: * src/sql/Makefile.in 1.7:
9658: * src/targets/Makefile.in 1.38:
9659: * src/targets/apache13/Makefile.in 1.39:
9660: * src/targets/cgi/Makefile.in 1.54:
9661: * src/targets/isapi/Makefile.in 1.7:
9662: * src/types/Makefile.in 1.44:
9663: so now detected [can be .sl on hpux, .dll on cygwin, .so in
9664: other cases)
9665:
9666: * bin/auto.p.dist.in 1.9:
9667: strange \n
9668:
9669: * src/classes/table.C 1.164:
9670: * src/classes/xdoc.C 1.100:
9671: * www/htdocs/index.html 1.144:
9672: table::sql options
9673: table::create copy options
9674: options checked, wrong option now fatal error
9675:
9676: * src/main/pa_string.C 1.170:
9677: * www/htdocs/index.html 1.143:
9678: string.replace fixed [were missing words on pieces boundaries]
9679:
9680: * src/main/execute.C 1.269:
9681: * src/main/pa_request.C 1.228:
9682: * src/types/pa_value.C 1.6:
9683: * src/types/pa_value.h 1.102:
9684: * src/types/pa_vmethod_frame.h 1.37:
9685: * src/types/pa_vstateless_class.h 1.35:
9686: * www/htdocs/index.html 1.145:
9687: * www/htdocs/operators.p 1.1:
9688: allowed Request.self to be 0, checked that in VMethodFrame get
9689: put and $self.
9690:
9691: * src/classes/op.C 1.108:
9692: * src/classes/table.C 1.161:
9693: * www/htdocs/index.html 1.140:
9694: menu/for delims bug fixed [were ,2,3]
9695:
9696: 2002-09-16 paf
9697: * src/classes/file.C 1.98:
9698: * www/htdocs/index.html 1.139:
9699: file::cgi line ends can be both unix & dos. and they can be unix [\n\n] on win when 'use CGI' used, it causes stdout to be binary.
9700: now detected closest header break.
9701:
9702: * src/main/untaint.C 1.107:
9703: * src/types/pa_vmail.C 1.29:
9704: mail:send closing ?= now closed right
9705:
9706: 2002-09-13 paf
9707: * operators.txt 1.81:
9708: * src/main/compile.tab.C 1.65:
9709: * src/main/compile.y 1.193:
9710: * www/htdocs/index.html 1.137:
9711: !| bitwise
9712: !|| numerical
9713: xor now
9714: [preparing for expression #comments]
9715:
9716: * src/main/compile.tab.C 1.63:
9717: * src/main/compile.y 1.191:
9718: * src/types/pa_vresponse.C 1.12:
9719: * www/htdocs/index.html 1.135:
9720: cookie date now clean [were mistakenly tainted & that worked
9721: bad with opera -- 'happily' that worked OK with msie]
9722:
9723: * src/main/compile.tab.C 1.64:
9724: * src/main/compile.y 1.192:
9725: * www/htdocs/index.html 1.136:
9726: @method[$name]
9727: now parse error
9728:
9729: * operators.txt 1.82:
9730: * src/main/compile.tab.C 1.66:
9731: * src/main/compile.y 1.194:
9732: * src/main/compile_tools.h 1.65:
9733: * www/htdocs/index.html 1.138:
9734: (expression #comment)
9735:
9736: (multiline expression #comment
9737: line2 #comment
9738: )
9739:
9740: (expression #comment with (brackets) comment) << OK
9741:
9742: * Makefile.in 1.19:
9743: * configure 1.39:
9744: * configure.in 1.39:
9745: * src/include/pa_config_auto.h.in 1.29:
9746: HAVE_WINSOCK_H created in configure.in
9747:
9748: * src/include/pa_config_fixed.h 1.50:
9749: * src/main/pa_socks.C 1.17:
9750: HAVE_WINSOCK_H cheched in pa_socks.C
9751:
9752: 2002-09-12 paf
9753: * src/main/untaint.C 1.105:
9754: * www/htdocs/index.html 1.134:
9755: quoted printable ' ' now =20
9756: and encoding stops before <...>$
9757:
9758: * src/types/pa_vclass.C 1.13:
9759: * src/types/pa_vmail.C 1.28:
9760: * src/types/pa_vobject.C 1.8:
9761: VObject & VClass
9762: get_element
9763: now first looks to fields, next to methods & co
9764: todo: the rest
9765: reason: more speed
9766:
9767: * src/main/untaint.C 1.106:
9768: quoted printable encoding stops before \s*<...>$
9769:
9770: 2002-09-11 paf
9771: * src/main/pa_charset.C 1.30:
9772: * src/targets/cgi/parser3.dsp 1.59:
9773: * www/htdocs/index.html 1.133:
9774: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
9775: forgot to check users of those funcs. not all were using that return value convention
9776:
9777: * etc/parser3.charsets/windows-1254.cfg 1.1:
9778: * src/lib/pcre/ibm-1254.ucm 1.1:
9779: windows-1254 added
9780:
9781: 2002-09-10 paf
9782: * src/classes/op.C 1.106:
9783: * src/main/execute.C 1.265:
9784: * src/types/pa_value.C 1.5:
9785: * src/types/pa_value.h 1.100:
9786: * src/types/pa_vcode_frame.h 1.22:
9787: * src/types/pa_vmethod_frame.h 1.36:
9788: * src/types/pa_wcontext.C 1.23:
9789: * src/types/pa_wcontext.h 1.39:
9790: * src/types/pa_wwrapper.h 1.25:
9791: moved junction kill responsibility to wcontext
9792:
9793: * src/main/execute.C 1.267:
9794: * src/types/pa_value.h 1.101:
9795: * src/types/pa_wwrapper.h 1.26:
9796: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
9797: now has parent, wich helps code in hash to survivi
9798:
9799: * src/include/pa_request.h 1.147:
9800: * src/main/execute.C 1.266:
9801: removed redundant param to execute [stack said 'thanks']
9802:
9803: * src/classes/file.C 1.97:
9804: decided not to log exec's with stderr, that could be warnings,
9805: and it's up to scritper to log/show them
9806:
9807: * src/main/pa_charset.C 1.29:
9808: * src/types/pa_vmail.C 1.27:
9809: * www/htdocs/index.html 1.131:
9810: xmlCharEncodingInput/OutputFunc callbacks returned bad value in case of unfinished in buffer processing, causing accidental transcode stop [in case that source enc != utf-8 & there is incomplete utf-8 sequence at the end of 16000block iside of libxml lib]
9811: tfm readed & code updated
9812:
9813: * src/classes/op.C 1.107:
9814: * src/main/execute.C 1.268:
9815: * src/types/pa_wcontext.h 1.40:
9816: * src/types/pa_wcontext.h 1.41:
9817: VCodeFrame parent param were specified badly
9818:
9819: * src/classes/double.C 1.50:
9820: * src/main/execute.C 1.264:
9821: * www/htdocs/index.html 1.132:
9822: double:sql badly called write_assign_lang, not write_no_lang,
9823: thus doing unnecessary double/string converstion, which were loosing time&precesion
9824:
9825: 2002-09-04 paf
9826: * src/types/pa_vxnode.C 1.25:
9827: * www/htdocs/index.html 1.129:
9828: removed too strong checks of xnode.elements.
9829: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
9830:
9831: * configure 1.37:
9832: * configure.in 1.38:
9833: introducing --with-sjlj-exceptions
9834: [hpux can not work with longjump/throw pair, and one must switch that on there.
9835: todo: detect that automatically]
9836:
9837: * configure 1.38:
9838: makes with sjlj
9839:
9840: * src/include/pa_config_auto.h.in 1.28:
9841: sjlj define
9842:
9843: * INSTALL 1.26:
9844: * src/include/pa_config_fixed.h 1.49:
9845: * src/include/pa_sql_connection.h 1.28:
9846: * src/main/pa_sql_driver_manager.C 1.65:
9847: * www/htdocs/index.html 1.130:
9848: -with-sjlj-exceptions define checked.
9849: on win32 it made default
9850:
9851: 2002-09-02 paf
9852: * Makefile.am 1.7:
9853: * Makefile.in 1.18:
9854: * src/types/pa_vdate.h 1.20:
9855: happy now only install-exec
9856:
9857: * src/types/pa_vdate.h 1.21:
9858: removed debug
9859:
9860: * operators.txt 1.80:
9861: * src/main/execute.C 1.263:
9862: * src/targets/cgi/parser3.dsp 1.58:
9863: * www/htdocs/index.html 1.128:
9864: removed double_result, didn't help
9865:
9866: * src/types/pa_vdate.h 1.22:
9867: *** empty log message ***
9868:
9869: * src/main/execute.C 1.258:
9870: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
9871: this works fine on solaris/intel for still unknown reason.
9872:
9873: * src/main/execute.C 1.261:
9874: double_result made to move that var away from hungry g++ optimizer (-O2),
9875: before: it were optimized and comparison operators worked badly
9876:
9877: 2002-08-29 paf
9878: * parser3.dsw 1.3:
9879: * src/classes/classes.dsp 1.25:
9880: * src/classes/hash.C 1.46:
9881: * src/classes/op.C 1.105:
9882: * src/classes/string.C 1.119:
9883: * src/include/pa_request.h 1.146:
9884: * src/lib/md5/md5.dsp 1.2:
9885: * src/main/execute.C 1.257:
9886: * src/main/main.dsp 1.158:
9887: * src/main/pa_request.C 1.227:
9888: * src/targets/cgi/parser3.dsp 1.57:
9889: * src/types/pa_value.C 1.4:
9890: * src/types/pa_value.h 1.99:
9891: * src/types/pa_vmail.C 1.26:
9892: * src/types/pa_vmethod_frame.h 1.35:
9893: * src/types/pa_wcontext.h 1.38:
9894: * src/types/types.dsp 1.33:
9895: * www/htdocs/index.html 1.127:
9896: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
9897: request.root renamed to method_frame [more easyreading]
9898: ancient {...PUSH/POPs...} changed to stack vars [speed up]
9899:
9900: 2002-08-28 paf
9901: * operators.txt 1.79:
9902: * src/classes/string.C 1.118:
9903: * www/htdocs/derived.p 1.15:
9904: * www/htdocs/index.html 1.124:
9905: ^string.split[delim[;options]]
9906:
9907: * src/types/pa_vcookie.C 1.50:
9908: * www/htdocs/index.html 1.125:
9909: fixed cookie delete when
9910: $cookie:name[$.value[]]
9911:
9912: * src/types/pa_vcookie.C 1.51:
9913: * www/htdocs/index.html 1.126:
9914: $cookie:name[&]
9915: $cookie:name << now tainted
9916:
9917: 2002-08-27 paf
9918: * etc/parser3.charsets/Makefile.am 1.4:
9919: * etc/parser3.charsets/Makefile.in 1.12:
9920: merged from 3.0.0005
9921:
9922: * INSTALL 1.25:
9923: recommended latest gmime 1.0.5
9924:
9925: * operators.txt 1.78:
9926: * src/main/compile.tab.C 1.62:
9927: * src/main/compile.y 1.190:
9928: * www/htdocs/index.html 1.123:
9929: * www/htdocs/mailreceive.eml 1.2:
9930: # now delimiter
9931:
9932: 2002-08-26 paf
9933: * configure 1.36:
9934: * configure.in 1.37:
9935: * src/targets/apache13/Makefile.am 1.14:
9936: * src/targets/apache13/Makefile.in 1.38:
9937: apache13/hook added to make dist.
9938:
9939: 2002-08-23 paf
9940: * src/include/pa_common.h 1.81:
9941: * src/main/pa_common.C 1.118:
9942: * src/targets/cgi/parser3.C 1.197:
9943: * src/targets/isapi/parser3isapi.C 1.79:
9944: * www/htdocs/index.html 1.122:
9945: when auto.p beside binary [cgi, isapi] not accessible [due to
9946: bad rights or whatever] it's error now
9947:
9948: 2002-08-21 paf
9949: * src/main/pa_string.C 1.169:
9950: * www/htdocs/index.html 1.121:
9951: fixed bad language bug, [were wrong string cloning constructor]
9952:
9953: * src/main/compile.tab.C 1.61:
9954: * src/main/compile.y 1.189:
9955: * src/main/compile_tools.C 1.53:
9956: * src/main/compile_tools.h 1.64:
9957: * www/htdocs/derived.p 1.13:
9958: * www/htdocs/derived.p 1.14:
9959: "BASE:"
9960: "BASE::"
9961: syntax allowed, means "base class".
9962: compiled as if here they named base class
9963:
9964: * bin/auto.p.dist.in 1.7:
9965: * src/targets/cgi/parser3.C 1.196:
9966: * src/types/pa_vfile.C 1.34:
9967: * src/types/pa_vmail.C 1.23:
9968: * www/htdocs/mailreceive.eml 1.1:
9969: * www/htdocs/mailreceive.html 1.1:
9970: $mail.received.file.value.content-type fixed
9971:
9972: * Makefile.am 1.6:
9973: * Makefile.in 1.17:
9974: can use:
9975: make happy
9976: equals to
9977: make update install
9978:
9979: * src/main/execute.C 1.256:
9980: * src/types/pa_vobject.h 1.34:
9981: * www/htdocs/base.p 1.3:
9982: * www/htdocs/derived.p 1.12:
9983: * www/htdocs/index.html 1.120:
9984: fixed virtual calls
9985:
9986: 2002-08-20 paf
9987: * operators.txt 1.76:
9988: * src/classes/void.C 1.23:
9989: * www/htdocs/index.html 1.117:
9990: ^void.length[] = 0 merged from 3.0.0005
9991:
9992: * operators.txt 1.77:
9993: * src/classes/void.C 1.24:
9994: * www/htdocs/index.html 1.118:
9995: ^void.pos[...] = -1 merged from 3.0.0005
9996:
9997: * operators.txt [release_3_0_0005] 1.59.2.3:
9998: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
9999: ^void.length[] = 0
10000:
10001: * operators.txt [release_3_0_0005] 1.59.2.4:
10002: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
10003: ^void.pos[...] = -1
10004:
10005: * src/classes/file.C 1.96:
10006: * www/htdocs/index.html 1.119:
10007: fixed language of file:file result
10008:
10009: 2002-08-19 paf
10010: * src/classes/xnode.C 1.49:
10011: * src/classes/xnode.C 1.50:
10012: * src/classes/xnode.C 1.51:
10013: * src/types/pa_vxdoc.C 1.21:
10014: xdoc.fields fixed [were error in xnode, which were not catched
10015: in xdoc]
10016:
10017: * src/classes/xdoc.C 1.99:
10018: xdoc getElementsByTagName, ...NS
10019: overriden, work now
10020:
10021: * src/include/pa_stylesheet_connection.h 1.31:
10022: * src/main/pa_globals.C 1.138:
10023: prepared:
10024: // validate each document after load/create (?)
10025: //xmlDoValidityCheckingDefaultValue = 1;
10026:
10027: 2002-08-15 paf
10028: * src/types/pa_vrequest.C 1.25:
10029: * www/htdocs/index.html 1.113:
10030: $request:body unprecessed POST request
10031:
10032: * operators.txt 1.71:
10033: * src/classes/form.C 1.31:
10034: * src/include/pa_pool.h 1.84:
10035: * src/include/pa_request.h 1.145:
10036: * src/main/pa_pool.C 1.56:
10037: * src/types/pa_vform.C 1.66:
10038: * src/types/pa_vform.h 1.41:
10039: * www/htdocs/.htaccess 1.7:
10040: planning/preparing_to $request:body
10041: r.post_data now const
10042:
10043: * src/classes/image.C 1.75:
10044: * src/classes/op.C 1.104:
10045: * src/classes/xdoc.C 1.98:
10046: * src/classes/xnode.C 1.48:
10047: * src/main/execute.C 1.255:
10048: * src/types/pa_value.h 1.97:
10049: * src/types/pa_vhash.h 1.39:
10050: * src/types/pa_vobject.C 1.7:
10051: * src/types/pa_vobject.h 1.33:
10052: * src/types/pa_vtable.h 1.46:
10053: * www/htdocs/index.html 1.111:
10054: instead of type() checking everywhere used Value.as
10055: now user descendants can be used in params.
10056:
10057: VObject::as_*, is_defined now taken from bases.
10058: xtable(table)
10059: ^if($xtable) now OK
10060:
10061: * operators.txt 1.73:
10062: * src/include/pa_common.h 1.80:
10063: * src/main/pa_common.C 1.117:
10064: * src/types/pa_vcookie.C 1.49:
10065: * src/types/pa_vdate.h 1.19:
10066: * src/types/pa_vresponse.C 1.11:
10067: * src/types/pa_vresponse.h 1.29:
10068: * www/htdocs/index.html 1.115:
10069: $response:field[date]
10070: $response:field[$.xxx[date]]
10071:
10072: * src/types/pa_value.h 1.98:
10073: * src/types/pa_vdate.h 1.18:
10074: * src/types/pa_vrequest.C 1.24:
10075: * src/types/pa_vxdoc.C 1.20:
10076: * src/types/pa_vxnode.C 1.24:
10077: * www/htdocs/index.html 1.112:
10078: few barks:
10079: bark("%s field not found", 0, &aname)
10080:
10081: * src/classes/hash.C 1.45:
10082: * src/classes/string.C 1.117:
10083: * src/classes/table.C 1.160:
10084: * src/classes/void.C 1.22:
10085: * src/include/pa_sql_connection.h 1.27:
10086: * www/htdocs/index.html 1.114:
10087: fixed source of ^hash::sql{bad}
10088:
10089: * src/classes/classes.h 1.22:
10090: * www/htdocs/index.html 1.116:
10091: write to static var caused useless Exception, introduced
10092: Methoded::put_element wich consumes those
10093:
10094: * src/main/execute.C 1.254:
10095: * src/types/pa_value.h 1.96:
10096: * src/types/pa_vclass.C 1.12:
10097: * src/types/pa_vclass.h 1.37:
10098: * src/types/pa_vobject.C 1.6:
10099: * src/types/pa_vobject.h 1.32:
10100: * src/types/pa_vxdoc.C 1.19:
10101: * src/types/pa_vxdoc.h 1.29:
10102: is->as
10103:
10104: * operators.txt 1.72:
10105: $request:body unprecessed POST request body
10106:
10107: 2002-08-14 paf
10108: * src/targets/cgi/Makefile.am 1.41:
10109: * src/targets/cgi/fixopt.C 1.1:
10110: * src/targets/cgi/fixopt.C 1.2:
10111: * src/targets/cgi/fixopt.h 1.1:
10112: * src/targets/cgi/parser3.C 1.194:
10113: * src/targets/cgi/parser3.dsp 1.55:
10114: fixopt now preprocesses command line params, splitting them by
10115: space, excluding argv[0], argv[argc-1]
10116:
10117: * src/classes/xnode.h 1.16:
10118: * src/main/execute.C 1.253:
10119: * src/targets/cgi/parser3.dsp 1.56:
10120: * src/types/pa_value.h 1.95:
10121: * src/types/pa_vclass.C 1.11:
10122: * src/types/pa_vclass.h 1.36:
10123: * src/types/pa_vcode_frame.h 1.21:
10124: * src/types/pa_vcookie.C 1.48:
10125: * src/types/pa_vcookie.h 1.21:
10126: * src/types/pa_vdate.h 1.17:
10127: * src/types/pa_venv.h 1.26:
10128: * src/types/pa_vfile.h 1.49:
10129: * src/types/pa_vform.C 1.65:
10130: * src/types/pa_vform.h 1.40:
10131: * src/types/pa_vhash.h 1.38:
10132: * src/types/pa_vimage.h 1.31:
10133: * src/types/pa_vmail.C 1.22:
10134: * src/types/pa_vmail.h 1.6:
10135: * src/types/pa_vmath.h 1.12:
10136: * src/types/pa_vmethod_frame.h 1.34:
10137: * src/types/pa_vobject.C 1.5:
10138: * src/types/pa_vobject.h 1.31:
10139: * src/types/pa_vrequest.C 1.23:
10140: * src/types/pa_vrequest.h 1.23:
10141: * src/types/pa_vresponse.C 1.10:
10142: * src/types/pa_vresponse.h 1.28:
10143: * src/types/pa_vstateless_class.h 1.34:
10144: * src/types/pa_vstateless_object.h 1.25:
10145: * src/types/pa_vstatus.C 1.12:
10146: * src/types/pa_vstatus.h 1.13:
10147: * src/types/pa_vstring.h 1.52:
10148: * src/types/pa_vtable.C 1.19:
10149: * src/types/pa_vtable.h 1.45:
10150: * src/types/pa_vvoid.h 1.14:
10151: * src/types/pa_vxdoc.C 1.18:
10152: * src/types/pa_vxdoc.h 1.28:
10153: * src/types/pa_vxnode.C 1.23:
10154: * src/types/pa_vxnode.h 1.20:
10155: * src/types/pa_wwrapper.h 1.24:
10156: * www/htdocs/index.html 1.110:
10157: is now works with VObject & VClass
10158:
10159: * src/types/pa_vmail.C 1.21:
10160: mail: turned off utf8 to source transcoding
10161:
10162: * src/targets/cgi/parser3.C 1.193:
10163: -f config file
10164:
10165: * src/targets/cgi/Makefile.am 1.42:
10166: * src/targets/cgi/fixopt.C 1.3:
10167: * src/targets/cgi/fixopt.h 1.2:
10168: * src/targets/cgi/parser3.C 1.195:
10169: removed fixopt stupidity. on stupid linux use
10170: cd /document/root
10171: ../cgi/parser3 script
10172:
10173: * src/targets/cgi/Makefile.in 1.52:
10174: * src/targets/cgi/Makefile.in 1.53:
10175: *** empty log message ***
10176:
10177: * src/targets/cgi/parser3.C 1.192:
10178: * www/htdocs/auto.p 1.17:
10179: * www/htdocs/derived.p 1.11:
10180: * www/htdocs/index.html 1.109:
10181: fixed .log file dir
10182:
10183: 2002-08-13 paf
10184: * www/htdocs/derived.p 1.7:
10185: sample: dont convinient that table fields can be overridden
10186:
10187: * src/types/Makefile.in 1.43:
10188: added vobject.c & vclass
10189:
10190: * src/types/Makefile.in 1.42:
10191: VAliased removed
10192:
10193: * src/types/pa_vclass.C 1.9:
10194: * www/htdocs/derived.p 1.9:
10195: checked: form[vclass]fields can be overwritten in derived(table)
10196:
10197: * src/types/Makefile.am 1.26:
10198: * src/types/pa_vclass.C 1.7:
10199: * src/types/pa_vclass.h 1.34:
10200: * src/types/pa_vobject.C 1.1:
10201: * src/types/pa_vobject.h 1.29:
10202: * src/types/types.dsp 1.32:
10203: reorganized modules
10204: todo: fix bug with put endless recoursion
10205: todo: check 'as'
10206:
10207: * src/types/pa_vclass.C 1.10:
10208: * www/htdocs/index.html 1.107:
10209: allow override parent variables, useful for form descendants
10210:
10211: * src/types/pa_vobject.C 1.4:
10212: * www/htdocs/derived.p 1.10:
10213: * www/htdocs/index.html 1.108:
10214: allow override parent variables, useful for form descendants [
10215: in vobject too, were in vclass]
10216:
10217: * src/classes/form.C 1.30:
10218: * src/classes/mail.C 1.78:
10219: * src/classes/op.C 1.103:
10220: * src/classes/xnode.h 1.15:
10221: * src/include/pa_request.h 1.144:
10222: * src/main/execute.C 1.252:
10223: * src/main/pa_request.C 1.226:
10224: * src/types/pa_value.h 1.94:
10225: * src/types/pa_vclass.C 1.8:
10226: * src/types/pa_vclass.h 1.35:
10227: * src/types/pa_vcode_frame.h 1.20:
10228: * src/types/pa_vcookie.C 1.47:
10229: * src/types/pa_vcookie.h 1.20:
10230: * src/types/pa_vdate.h 1.16:
10231: * src/types/pa_venv.h 1.25:
10232: * src/types/pa_vfile.h 1.48:
10233: * src/types/pa_vform.C 1.64:
10234: * src/types/pa_vform.h 1.39:
10235: * src/types/pa_vhash.h 1.37:
10236: * src/types/pa_vimage.h 1.30:
10237: * src/types/pa_vmail.C 1.20:
10238: * src/types/pa_vmail.h 1.5:
10239: * src/types/pa_vmath.h 1.11:
10240: * src/types/pa_vmethod_frame.h 1.33:
10241: * src/types/pa_vobject.C 1.3:
10242: * src/types/pa_vobject.h 1.30:
10243: * src/types/pa_vrequest.C 1.22:
10244: * src/types/pa_vrequest.h 1.22:
10245: * src/types/pa_vresponse.C 1.9:
10246: * src/types/pa_vresponse.h 1.27:
10247: * src/types/pa_vstateless_class.h 1.33:
10248: * src/types/pa_vstateless_object.h 1.24:
10249: * src/types/pa_vstatus.C 1.11:
10250: * src/types/pa_vstatus.h 1.12:
10251: * src/types/pa_vstring.h 1.51:
10252: * src/types/pa_vtable.C 1.18:
10253: * src/types/pa_vtable.h 1.44:
10254: * src/types/pa_vvoid.h 1.13:
10255: * src/types/pa_vxdoc.C 1.17:
10256: * src/types/pa_vxdoc.h 1.27:
10257: * src/types/pa_vxnode.C 1.22:
10258: * src/types/pa_vxnode.h 1.19:
10259: * src/types/pa_wwrapper.h 1.23:
10260: introduced Value::get_element(..., bool looking_down) [needed
10261: to exclude endless recoursion]
10262:
10263: * src/classes/table.C 1.159:
10264: * src/types/pa_vtable.C 1.17:
10265: * src/types/pa_vtable.h 1.43:
10266: * www/htdocs/derived.p 1.5:
10267: fixed error message on using non-created table
10268:
10269: * src/classes/form.C 1.29:
10270: * src/classes/hash.C 1.44:
10271: * src/classes/mail.C 1.77:
10272: * src/classes/op.C 1.102:
10273: * src/classes/xnode.h 1.14:
10274: * src/include/pa_request.h 1.143:
10275: * src/main/compile.C 1.66:
10276: * src/main/compile.tab.C 1.60:
10277: * src/main/execute.C 1.251:
10278: * src/main/pa_request.C 1.225:
10279: * src/types/pa_value.h 1.93:
10280: * src/types/pa_vclass.h 1.33:
10281: * src/types/pa_vcode_frame.h 1.19:
10282: * src/types/pa_vcookie.C 1.46:
10283: * src/types/pa_vcookie.h 1.19:
10284: * src/types/pa_vdate.h 1.15:
10285: * src/types/pa_venv.h 1.24:
10286: * src/types/pa_vfile.h 1.47:
10287: * src/types/pa_vform.C 1.63:
10288: * src/types/pa_vform.h 1.38:
10289: * src/types/pa_vhash.h 1.36:
10290: * src/types/pa_vimage.C 1.20:
10291: * src/types/pa_vimage.h 1.29:
10292: * src/types/pa_vmail.C 1.19:
10293: * src/types/pa_vmail.h 1.4:
10294: * src/types/pa_vmath.h 1.10:
10295: * src/types/pa_vmethod_frame.h 1.32:
10296: * src/types/pa_vobject.h 1.26:
10297: * src/types/pa_vrequest.C 1.20:
10298: * src/types/pa_vrequest.h 1.20:
10299: * src/types/pa_vresponse.C 1.8:
10300: * src/types/pa_vresponse.h 1.26:
10301: * src/types/pa_vstateless_class.h 1.32:
10302: * src/types/pa_vstateless_object.h 1.23:
10303: * src/types/pa_vstatus.C 1.10:
10304: * src/types/pa_vstatus.h 1.11:
10305: * src/types/pa_vstring.h 1.50:
10306: * src/types/pa_vtable.C 1.16:
10307: * src/types/pa_vtable.h 1.42:
10308: * src/types/pa_vvoid.h 1.12:
10309: * src/types/pa_vxdoc.C 1.16:
10310: * src/types/pa_vxdoc.h 1.26:
10311: * src/types/pa_vxnode.C 1.21:
10312: * src/types/pa_vxnode.h 1.18:
10313: * src/types/pa_wwrapper.h 1.22:
10314: * www/htdocs/derived.p 1.4:
10315: VObject.get/out now looking down/up tree
10316: todo: fix error message on non-constructed parents
10317:
10318: * src/types/pa_vobject.h 1.28:
10319: * www/htdocs/derived.p 1.8:
10320: checked: table fields can be overwritten in derived(table)
10321:
10322: * src/types/pa_vobject.h 1.27:
10323: * www/htdocs/derived.p 1.6:
10324: * www/htdocs/index.html 1.106:
10325: derived classes can have fields of their own now
10326:
10327: 2002-08-12 paf
10328: * src/main/compile.tab.C 1.59:
10329: * src/main/compile.y 1.188:
10330: * src/main/execute.C 1.249:
10331: * src/main/execute.C 1.250:
10332: * src/main/pa_request.C 1.224:
10333: * src/types/Makefile.am 1.25:
10334: * src/types/pa_valiased.C 1.17:
10335: * src/types/pa_valiased.h 1.23:
10336: * src/types/pa_value.h 1.92:
10337: * src/types/pa_vclass.h 1.32:
10338: * src/types/pa_vobject.h 1.25:
10339: * src/types/pa_vstateless_class.h 1.30:
10340: * src/types/pa_vstateless_object.h 1.21:
10341: * src/types/pa_wcontext.h 1.37:
10342: ^base:create[] dynamic call rewritten
10343: todo: thorough testing
10344:
10345: * src/types/pa_value.h 1.91:
10346: * src/types/pa_vclass.h 1.31:
10347: * src/types/pa_vobject.h 1.24:
10348: * www/htdocs/base.p 1.1:
10349: * www/htdocs/derived.p 1.1:
10350: VObject ctor now instantates base class, remembers it and saves child in parent
10351: VObject.get_class now returns last child = downward virtual calls OK
10352:
10353: * src/types/pa_vstateless_class.h 1.31:
10354: * src/types/pa_vstateless_object.h 1.22:
10355: * www/htdocs/derived.p 1.3:
10356: table derived OK
10357:
10358: * src/main/pa_request.C 1.223:
10359: response:body[file] content-type check fixed [were bad when
10360: content-type is hash]
10361:
10362: * bin/auto.p.dist.in 1.5:
10363: fixed sendmail default comment
10364:
10365: * src/main/execute.C 1.248:
10366: * src/types/pa_value.h 1.90:
10367: * src/types/pa_vclass.h 1.30:
10368: * src/types/pa_vdate.h 1.14:
10369: * src/types/pa_vdouble.h 1.40:
10370: * src/types/pa_vfile.h 1.46:
10371: * src/types/pa_vimage.h 1.28:
10372: * src/types/pa_vint.h 1.37:
10373: * src/types/pa_vmethod_frame.h 1.31:
10374: * src/types/pa_vobject.h 1.23:
10375: * src/types/pa_vresponse.h 1.25:
10376: * src/types/pa_vstateless_class.h 1.29:
10377: * src/types/pa_vstateless_object.h 1.20:
10378: * src/types/pa_vstring.h 1.49:
10379: * src/types/pa_vtable.h 1.41:
10380: * src/types/pa_vxdoc.h 1.25:
10381: * src/types/pa_vxnode.h 1.17:
10382: * src/types/pa_wcontext.h 1.36:
10383: * src/types/types.dsp 1.31:
10384: * www/htdocs/index.html 1.105:
10385: killed VAliased [redundant], moved $CLASS to VObject only [
10386: parser class instance]
10387:
10388: * bin/auto.p.dist.in 1.6:
10389: more like in dist on parser.ru
10390:
10391: * www/htdocs/base.p 1.2:
10392: * www/htdocs/derived.p 1.2:
10393: not good - along upward-virtual call self eq child
10394:
10395: 2002-08-09 paf
10396: * src/main/execute.C 1.247:
10397: * src/types/pa_value.h 1.89:
10398: * src/types/pa_vclass.h 1.29:
10399: * src/types/pa_vobject.h 1.22:
10400: * src/types/pa_vxdoc.h 1.24:
10401: * www/htdocs/index.html 1.104:
10402: started as()
10403:
10404: 2002-08-08 paf
10405: * src/classes/mail.C 1.76:
10406: * src/types/pa_vmail.C 1.18:
10407: * www/htdocs/auto.p 1.16:
10408: * www/htdocs/index.html 1.98:
10409: in letter texts one can use tainted data now. only she must specify the language.
10410:
10411: ^mail:send[
10412: $.from[paf@mail.design.ru]
10413: $.to[paf@mail.design.ru]
10414: $.subject[^taint[uri][ìîñêâà]=2]
10415: $.text[^taint[uri][ìîñêâà]=]
10416: ]
10417:
10418: * operators.txt 1.67:
10419: * src/include/pa_string.h 1.142:
10420: * src/include/pa_string.h 1.143:
10421: * src/main/pa_string.C 1.168:
10422: * www/htdocs/index.html 1.95:
10423: String::first_char now not fails on empty strings
10424: ^if(-f '') now ok and in 3 other places.
10425:
10426: * src/classes/file.C 1.95:
10427: * src/classes/op.C 1.101:
10428: * src/types/pa_vfile.C 1.33:
10429: * www/htdocs/index.html 1.96:
10430: * www/htdocs/index.html 1.97:
10431: ^process now prints more precise origin
10432:
10433: * operators.txt 1.68:
10434: * src/types/pa_vdate.h 1.13:
10435: * www/htdocs/index.html 1.99:
10436: $date.yearday
10437: $date.daylightsaving
10438:
10439: * src/main/execute.C 1.246:
10440: * www/htdocs/index.html 1.100:
10441: error reporting on object writes to MAIN improved [were ruind
10442: with fixing $obj[^if(1){$obj}] ]
10443:
10444: * operators.txt 1.69:
10445: * operators.txt 1.70:
10446: * src/classes/date.C 1.36:
10447: * src/include/pa_globals.h 1.94:
10448: * src/main/pa_globals.C 1.137:
10449: * www/htdocs/index.html 1.101:
10450: * www/htdocs/index.html 1.102:
10451: year column in month calendar [week year]
10452:
10453: 2002-08-07 paf
10454: * src/classes/classes.dsp 1.24:
10455: * src/classes/table.C 1.158:
10456: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
10457: * src/main/pa_array.C 1.52:
10458: * src/types/types.dsp 1.30:
10459: * www/htdocs/index.html 1.91:
10460: all Debug dirs in .dsp now named 'Debug'
10461:
10462: * src/classes/string.C 1.116:
10463: * src/main/pa_string.C 1.166:
10464: * src/main/pa_string.C 1.167:
10465: * www/htdocs/index.html 1.93:
10466: * www/htdocs/index.html 1.94:
10467: ^string.mid(0;bad) fixed
10468:
10469: * operators.txt 1.66:
10470: * src/classes/op.C 1.100:
10471: cache...{...^cache<<to past...} now erasing cache file [there
10472: were bad check on that]
10473:
10474: * operators.txt 1.65:
10475: * src/classes/mail.C 1.75:
10476: exception_type email.send
10477:
10478: * src/types/pa_vmail.C 1.16:
10479: * www/htdocs/global.xsl 1.8:
10480: * www/htdocs/index.html 1.89:
10481: mail:send empty email checked
10482:
10483: * src/main/execute.C 1.245:
10484: * src/types/pa_vcode_frame.h 1.17:
10485: * src/types/pa_vcode_frame.h 1.18:
10486: * src/types/pa_vmethod_frame.h 1.30:
10487: * src/types/pa_wcontext.C 1.22:
10488: * src/types/pa_wcontext.h 1.35:
10489: * src/types/pa_wwrapper.h 1.21:
10490: * www/htdocs/index.html 1.92:
10491: vcodeframe were mistakenly not completely transparent to object writes.
10492: $hash[^if(1){$hash}] now works
10493:
10494: * operators.txt 1.64:
10495: * src/types/pa_vmail.C 1.17:
10496: * www/htdocs/index.html 1.90:
10497: exception_type email.format
10498:
10499: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
10500: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
10501: all included into dist
10502:
10503: 2002-08-06 paf
10504: * src/classes/file.C 1.93:
10505: * src/include/pa_globals.h 1.93:
10506: * src/main/pa_globals.C 1.136:
10507: * src/main/pa_request.C 1.222:
10508: * src/types/pa_vfile.C 1.32:
10509: * src/types/pa_vfile.h 1.45:
10510: * www/htdocs/index.html 1.85:
10511: $file.content-type [instead of .mime-type]
10512: now works for file::stat also
10513:
10514: * src/main/pa_request.C 1.221:
10515: * www/htdocs/index.html 1.84:
10516: case insensitive mime_type_of
10517:
10518: * src/classes/file.C 1.94:
10519: * www/htdocs/index.html 1.86:
10520: $f[file::cgi]
10521: $f.UPPER case fields
10522:
10523: * operators.txt 1.62:
10524: * operators.txt 1.63:
10525: * src/classes/table.C 1.157:
10526: * src/include/pa_array.h 1.56:
10527: * src/include/pa_table.h 1.47:
10528: * src/main/pa_array.C 1.51:
10529: * src/main/pa_table.C 1.50:
10530: * www/htdocs/index.html 1.88:
10531: ^table::create[$source;$.options]
10532: ^table::join[$source;$.options]
10533:
10534: * bin/auto.p.dist.in 1.4:
10535: jpeg
10536:
10537: * operators.txt 1.61:
10538: * src/classes/hash.C 1.43:
10539: * src/classes/string.C 1.115:
10540: * src/classes/table.C 1.156:
10541: * www/htdocs/index.html 1.87:
10542: sql options can be string now
10543: ^xxx:sql{...}[
10544: # $.default()
10545: }
10546:
10547: 2002-08-05 paf
10548: * src/classes/date.C 1.34:
10549: * src/include/pa_globals.h 1.92:
10550: * src/main/pa_globals.C 1.135:
10551: month calendar week column [ISO 8601 Week Numbers]
10552:
10553: * operators.txt 1.60:
10554: comment on date:calendar week column
10555:
10556: * src/types/pa_vxnode.C 1.20:
10557: xnode.childNodes now 0... [were 1...]
10558:
10559: * src/main/pa_common.C 1.113:
10560: * src/main/pa_common.C 1.114:
10561: * src/main/pa_common.C 1.115:
10562: * src/main/pa_common.C 1.116:
10563: write checked
10564:
10565: * src/types/pa_vmail.C 1.15:
10566: file buffer relocated to parser heap
10567:
10568: * src/classes/date.C 1.35:
10569: +1 buf size for stupid snprintfs
10570:
10571: 2002-08-02 paf
10572: * operators.txt 1.59:
10573: * src/main/pa_request.C 1.220:
10574: * src/types/pa_vform.C 1.61:
10575: * www/htdocs/index.html 1.83:
10576: response transcoded source->client only when text/* or simple
10577: onoverridden $response:body
10578:
10579: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
10580: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
10581: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
10582: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
10583: removed #define DEBUG*
10584:
10585: * src/Makefile.in 1.50:
10586: * src/classes/Makefile.in 1.48:
10587: * src/main/Makefile.in 1.44:
10588: * src/targets/apache13/Makefile.in 1.37:
10589: * src/targets/cgi/Makefile.in 1.51:
10590: * src/types/Makefile.in 1.41:
10591: *** empty log message ***
10592:
10593: * src/types/pa_vclass.h 1.28:
10594: * src/types/pa_vform.C 1.62:
10595: * src/types/pa_vobject.h 1.21:
10596: opera multipart post fixed
10597:
10598: * configure [release_3_0_0005] 1.35.2.1:
10599: * configure.in [release_3_0_0005] 1.36.2.1:
10600: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
10601: release 3_0_0005
10602:
10603: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
10604: unhandled_exception comments
10605:
10606: 2002-08-01 paf
10607: * src/classes/classes.C 1.17:
10608: * src/classes/classes.h 1.21:
10609: * src/classes/date.C 1.33:
10610: * src/classes/double.C 1.49:
10611: * src/classes/file.C 1.92:
10612: * src/classes/form.C 1.28:
10613: * src/classes/hash.C 1.42:
10614: * src/classes/image.C 1.74:
10615: * src/classes/int.C 1.46:
10616: * src/classes/mail.C 1.74:
10617: * src/classes/math.C 1.23:
10618: * src/classes/op.C 1.99:
10619: * src/classes/response.C 1.21:
10620: * src/classes/string.C 1.114:
10621: * src/classes/table.C 1.155:
10622: * src/classes/void.C 1.21:
10623: * src/classes/xdoc.C 1.97:
10624: * src/classes/xnode.C 1.47:
10625: * src/classes/xnode.h 1.13:
10626: * src/include/pa_array.h 1.55:
10627: * src/include/pa_cache_managers.h 1.8:
10628: * src/include/pa_charset.h 1.18:
10629: * src/include/pa_charsets.h 1.7:
10630: * src/include/pa_common.h 1.79:
10631: * src/include/pa_config_fixed.h 1.48:
10632: * src/include/pa_dictionary.h 1.12:
10633: * src/include/pa_dir.h 1.12:
10634: * src/include/pa_exception.h 1.37:
10635: * src/include/pa_exec.h 1.10:
10636: * src/include/pa_globals.h 1.91:
10637: * src/include/pa_hash.h 1.57:
10638: * src/include/pa_opcode.h 1.20:
10639: * src/include/pa_pool.h 1.83:
10640: * src/include/pa_request.h 1.142:
10641: * src/include/pa_sapi.h 1.21:
10642: * src/include/pa_socks.h 1.10:
10643: * src/include/pa_sql_connection.h 1.26:
10644: * src/include/pa_sql_driver_manager.h 1.25:
10645: * src/include/pa_stack.h 1.16:
10646: * src/include/pa_string.h 1.141:
10647: * src/include/pa_stylesheet_connection.h 1.30:
10648: * src/include/pa_stylesheet_manager.h 1.14:
10649: * src/include/pa_table.h 1.46:
10650: * src/include/pa_threads.h 1.25:
10651: * src/include/pa_types.h 1.43:
10652: * src/include/pa_uue.h 1.3:
10653: * src/lib/md5/pa_md5.h 1.4:
10654: * src/lib/md5/pa_md5c.c 1.5:
10655: * src/lib/pcre/pcre_parser_ctype.c 1.2:
10656: * src/main/compile.C 1.65:
10657: * src/main/compile.tab.C 1.58:
10658: * src/main/compile_tools.C 1.52:
10659: * src/main/compile_tools.h 1.63:
10660: * src/main/execute.C 1.244:
10661: * src/main/pa_array.C 1.50:
10662: * src/main/pa_cache_managers.C 1.6:
10663: * src/main/pa_charset.C 1.28:
10664: * src/main/pa_charsets.C 1.10:
10665: * src/main/pa_common.C 1.112:
10666: * src/main/pa_dictionary.C 1.16:
10667: * src/main/pa_dir.C 1.13:
10668: * src/main/pa_exception.C 1.42:
10669: * src/main/pa_exec.C 1.39:
10670: * src/main/pa_globals.C 1.134:
10671: * src/main/pa_hash.C 1.52:
10672: * src/main/pa_pool.C 1.55:
10673: * src/main/pa_request.C 1.219:
10674: * src/main/pa_socks.C 1.16:
10675: * src/main/pa_sql_driver_manager.C 1.64:
10676: * src/main/pa_string.C 1.165:
10677: * src/main/pa_stylesheet_manager.C 1.15:
10678: * src/main/pa_table.C 1.49:
10679: * src/main/pa_uue.C 1.3:
10680: * src/main/untaint.C 1.104:
10681: * src/sql/pa_sql_driver.h 1.28:
10682: * src/targets/apache13/mod_parser3.C 1.26:
10683: * src/targets/apache13/pa_md5c.c 1.4:
10684: * src/targets/apache13/pa_pool.C 1.7:
10685: * src/targets/apache13/pa_threads.C 1.10:
10686: * src/targets/cgi/pa_pool.C 1.40:
10687: * src/targets/cgi/pa_threads.C 1.11:
10688: * src/targets/cgi/parser3.C 1.190:
10689: * src/targets/cgi/pool_storage.h 1.12:
10690: * src/targets/isapi/pa_pool.C 1.15:
10691: * src/targets/isapi/pa_threads.C 1.12:
10692: * src/targets/isapi/parser3isapi.C 1.78:
10693: * src/targets/isapi/pool_storage.h 1.18:
10694: * src/types/pa_valiased.C 1.16:
10695: * src/types/pa_valiased.h 1.22:
10696: * src/types/pa_value.C 1.3:
10697: * src/types/pa_value.h 1.88:
10698: * src/types/pa_vbool.h 1.20:
10699: * src/types/pa_vclass.h 1.27:
10700: * src/types/pa_vcode_frame.h 1.16:
10701: * src/types/pa_vcookie.C 1.45:
10702: * src/types/pa_vcookie.h 1.18:
10703: * src/types/pa_vdate.h 1.12:
10704: * src/types/pa_vdouble.h 1.39:
10705: * src/types/pa_venv.h 1.23:
10706: * src/types/pa_vfile.C 1.31:
10707: * src/types/pa_vfile.h 1.44:
10708: * src/types/pa_vform.C 1.60:
10709: * src/types/pa_vform.h 1.37:
10710: * src/types/pa_vhash.h 1.35:
10711: * src/types/pa_vimage.C 1.19:
10712: * src/types/pa_vimage.h 1.27:
10713: * src/types/pa_vint.h 1.36:
10714: * src/types/pa_vjunction.h 1.15:
10715: * src/types/pa_vmail.C 1.14:
10716: * src/types/pa_vmail.h 1.3:
10717: * src/types/pa_vmath.h 1.9:
10718: * src/types/pa_vmethod_frame.h 1.29:
10719: * src/types/pa_vobject.h 1.20:
10720: * src/types/pa_vrequest.C 1.19:
10721: * src/types/pa_vrequest.h 1.19:
10722: * src/types/pa_vresponse.C 1.7:
10723: * src/types/pa_vresponse.h 1.24:
10724: * src/types/pa_vstateless_class.C 1.15:
10725: * src/types/pa_vstateless_class.h 1.28:
10726: * src/types/pa_vstateless_object.h 1.19:
10727: * src/types/pa_vstatus.C 1.9:
10728: * src/types/pa_vstatus.h 1.10:
10729: * src/types/pa_vstring.C 1.21:
10730: * src/types/pa_vstring.h 1.48:
10731: * src/types/pa_vtable.C 1.15:
10732: * src/types/pa_vtable.h 1.40:
10733: * src/types/pa_vvoid.h 1.11:
10734: * src/types/pa_vxdoc.C 1.15:
10735: * src/types/pa_vxdoc.h 1.23:
10736: * src/types/pa_vxnode.C 1.19:
10737: * src/types/pa_vxnode.h 1.16:
10738: * src/types/pa_wcontext.C 1.21:
10739: * src/types/pa_wcontext.h 1.34:
10740: * src/types/pa_wwrapper.h 1.20:
1.26 paf 10741: $Date: now$
1.15 paf 10742:
10743: * src/Makefile.am 1.17:
10744: * src/classes/Makefile.am 1.40:
10745: * src/classes/classes.C 1.16:
10746: * src/classes/classes.dsp 1.23:
10747: * src/classes/classes.h 1.20:
10748: * src/classes/date.C 1.32:
10749: * src/classes/double.C 1.48:
10750: * src/classes/file.C 1.91:
10751: * src/classes/form.C 1.27:
10752: * src/classes/hash.C 1.41:
10753: * src/classes/image.C 1.73:
10754: * src/classes/int.C 1.45:
10755: * src/classes/mail.C 1.73:
10756: * src/classes/math.C 1.22:
10757: * src/classes/op.C 1.98:
10758: * src/classes/response.C 1.20:
10759: * src/classes/string.C 1.113:
10760: * src/classes/table.C 1.154:
10761: * src/classes/void.C 1.20:
10762: * src/classes/xdoc.C 1.96:
10763: * src/classes/xnode.C 1.46:
10764: * src/classes/xnode.h 1.12:
10765: * src/include/pa_array.h 1.54:
10766: * src/include/pa_cache_managers.h 1.7:
10767: * src/include/pa_charset.h 1.17:
10768: * src/include/pa_charsets.h 1.6:
10769: * src/include/pa_common.h 1.78:
10770: * src/include/pa_config_fixed.h 1.47:
10771: * src/include/pa_config_includes.h 1.20:
10772: * src/include/pa_dictionary.h 1.11:
10773: * src/include/pa_dir.h 1.11:
10774: * src/include/pa_exception.h 1.36:
10775: * src/include/pa_exec.h 1.9:
10776: * src/include/pa_globals.h 1.90:
10777: * src/include/pa_hash.h 1.56:
10778: * src/include/pa_opcode.h 1.19:
10779: * src/include/pa_pool.h 1.82:
10780: * src/include/pa_pragma_pack_begin.h 1.5:
10781: * src/include/pa_pragma_pack_end.h 1.5:
10782: * src/include/pa_request.h 1.141:
10783: * src/include/pa_sapi.h 1.20:
10784: * src/include/pa_socks.h 1.9:
10785: * src/include/pa_sql_connection.h 1.25:
10786: * src/include/pa_sql_driver_manager.h 1.24:
10787: * src/include/pa_stack.h 1.15:
10788: * src/include/pa_string.h 1.140:
10789: * src/include/pa_stylesheet_connection.h 1.29:
10790: * src/include/pa_stylesheet_manager.h 1.13:
10791: * src/include/pa_table.h 1.45:
10792: * src/include/pa_threads.h 1.24:
10793: * src/include/pa_types.h 1.42:
10794: * src/include/pa_uue.h 1.2:
10795: * src/lib/md5/pa_md5.h 1.3:
10796: * src/lib/md5/pa_md5c.c 1.4:
10797: * src/main/Makefile.am 1.34:
10798: * src/main/compile.C 1.64:
10799: * src/main/compile_tools.C 1.51:
10800: * src/main/compile_tools.h 1.62:
10801: * src/main/execute.C 1.243:
10802: * src/main/main.dsp 1.157:
10803: * src/main/pa_array.C 1.49:
10804: * src/main/pa_cache_managers.C 1.5:
10805: * src/main/pa_charset.C 1.27:
10806: * src/main/pa_charsets.C 1.9:
10807: * src/main/pa_common.C 1.111:
10808: * src/main/pa_dictionary.C 1.15:
10809: * src/main/pa_dir.C 1.12:
10810: * src/main/pa_exception.C 1.41:
10811: * src/main/pa_exec.C 1.38:
10812: * src/main/pa_globals.C 1.133:
10813: * src/main/pa_hash.C 1.51:
10814: * src/main/pa_pool.C 1.54:
10815: * src/main/pa_request.C 1.218:
10816: * src/main/pa_socks.C 1.15:
10817: * src/main/pa_sql_driver_manager.C 1.63:
10818: * src/main/pa_string.C 1.164:
10819: * src/main/pa_stylesheet_manager.C 1.14:
10820: * src/main/pa_table.C 1.48:
10821: * src/main/pa_uue.C 1.2:
10822: * src/main/untaint.C 1.103:
10823: * src/sql/pa_sql_driver.h 1.27:
10824: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
10825: * src/targets/apache13/Makefile.am 1.13:
10826: * src/targets/apache13/mod_parser3.C 1.25:
10827: * src/targets/apache13/pa_md5c.c 1.3:
10828: * src/targets/apache13/pa_pool.C 1.6:
10829: * src/targets/apache13/pa_threads.C 1.9:
10830: * src/targets/cgi/Makefile.am 1.40:
10831: * src/targets/cgi/pa_pool.C 1.39:
10832: * src/targets/cgi/pa_threads.C 1.10:
10833: * src/targets/cgi/parser3.C 1.189:
10834: * src/targets/cgi/parser3.dsp 1.54:
10835: * src/targets/cgi/pool_storage.h 1.11:
10836: * src/targets/isapi/pa_pool.C 1.14:
10837: * src/targets/isapi/pa_threads.C 1.11:
10838: * src/targets/isapi/parser3isapi.C 1.77:
10839: * src/targets/isapi/parser3isapi.dsp 1.41:
10840: * src/targets/isapi/pool_storage.h 1.17:
10841: * src/types/Makefile.am 1.24:
10842: * src/types/pa_valiased.C 1.15:
10843: * src/types/pa_valiased.h 1.21:
10844: * src/types/pa_value.C 1.2:
10845: * src/types/pa_value.h 1.87:
10846: * src/types/pa_vbool.h 1.19:
10847: * src/types/pa_vclass.h 1.26:
10848: * src/types/pa_vcode_frame.h 1.15:
10849: * src/types/pa_vcookie.C 1.44:
10850: * src/types/pa_vcookie.h 1.17:
10851: * src/types/pa_vdate.h 1.11:
10852: * src/types/pa_vdouble.h 1.38:
10853: * src/types/pa_venv.h 1.22:
10854: * src/types/pa_vfile.C 1.30:
10855: * src/types/pa_vfile.h 1.43:
10856: * src/types/pa_vform.C 1.59:
10857: * src/types/pa_vform.h 1.36:
10858: * src/types/pa_vhash.h 1.34:
10859: * src/types/pa_vimage.C 1.18:
10860: * src/types/pa_vimage.h 1.26:
10861: * src/types/pa_vint.h 1.35:
10862: * src/types/pa_vjunction.h 1.14:
10863: * src/types/pa_vmail.C 1.13:
10864: * src/types/pa_vmail.h 1.2:
10865: * src/types/pa_vmath.h 1.8:
10866: * src/types/pa_vmethod_frame.h 1.28:
10867: * src/types/pa_vobject.h 1.19:
10868: * src/types/pa_vrequest.C 1.18:
10869: * src/types/pa_vrequest.h 1.18:
10870: * src/types/pa_vresponse.C 1.6:
10871: * src/types/pa_vresponse.h 1.23:
10872: * src/types/pa_vstateless_class.C 1.14:
10873: * src/types/pa_vstateless_class.h 1.27:
10874: * src/types/pa_vstateless_object.h 1.18:
10875: * src/types/pa_vstatus.C 1.8:
10876: * src/types/pa_vstatus.h 1.9:
10877: * src/types/pa_vstring.C 1.20:
10878: * src/types/pa_vstring.h 1.47:
10879: * src/types/pa_vtable.C 1.14:
10880: * src/types/pa_vtable.h 1.39:
10881: * src/types/pa_vvoid.h 1.10:
10882: * src/types/pa_vxdoc.C 1.14:
10883: * src/types/pa_vxdoc.h 1.22:
10884: * src/types/pa_vxnode.C 1.18:
10885: * src/types/pa_vxnode.h 1.15:
10886: * src/types/pa_wcontext.C 1.20:
10887: * src/types/pa_wcontext.h 1.33:
10888: * src/types/pa_wwrapper.h 1.19:
10889: * src/types/types.dsp 1.29:
10890: ident.C* removed
10891:
10892: * operators.txt 1.58:
10893: * src/classes/file.C 1.90:
10894: * src/main/pa_request.C 1.217:
1.24 paf 10895: * www/cgi-bin/parser3.log 1.78:
1.15 paf 10896: file:find[/can/do/this/now.txt]
10897:
10898: * src/targets/cgi/parser3.C 1.188:
10899: usage to stdout now
10900:
10901: 2002-07-31 paf
10902: * src/classes/mail.C 1.72:
10903: * src/types/pa_vmail.C 1.10:
10904: * src/types/pa_vmail.C 1.11:
10905: * src/types/pa_vmail.C 1.12:
10906: mail:
10907: errors-to: now default "postmaster"
10908:
10909: * src/classes/mail.C 1.70:
10910: * src/types/pa_vmail.C 1.9:
1.24 paf 10911: * www/cgi-bin/parser3.log 1.77:
1.15 paf 10912: mail from/to now must be.
10913: -f postmaster now default sendmail key
10914: word "postmaster" replaced to $.from
10915:
10916: * src/classes/mail.C 1.71:
10917: *** empty log message ***
10918:
10919: 2002-07-30 paf
10920: * src/main/pa_charset.C 1.25:
1.24 paf 10921: * www/cgi-bin/parser3.log 1.76:
1.15 paf 10922: * www/htdocs/auto.p 1.15:
10923: UTF-8 to 1byte charset convert, no char in table, &#decimal;
10924:
10925: * Makefile.in 1.16:
10926: * configure 1.35:
10927: * configure.in 1.36:
10928: * src/targets/cgi/Makefile.in 1.50:
10929: * src/targets/cgi/pa_config_paths.h.in 1.2:
10930: * src/targets/cgi/parser3.C 1.187:
10931: removed pa_config_paths.h
10932:
10933: * src/main/pa_charset.C 1.26:
10934: * src/main/pa_request.C 1.216:
10935: comment
10936:
10937: * etc/parser3.charsets/windows-1251.cfg 1.6:
10938: section sign [russian paragraf]
10939:
10940: 2002-07-11 paf
10941: * src/classes/mail.C 1.69:
10942: $MAIL[
10943: # xxx
10944: ]
10945:
10946: now ok
10947:
10948: * operators.txt 1.57:
10949: plan: sql detailed exception
10950:
10951: * src/main/pa_exec.C 1.36:
10952: invalid .exe caused error message with params wich parser did not provide = reported badly.
10953: fixed that.
10954:
10955: * src/main/pa_exec.C 1.37:
10956: build command line badly added params twice [and first time
10957: without ' ']. double wrong. fixed.
10958:
10959: 2002-07-01 paf
10960: * src/classes/form.C 1.26:
10961: * src/main/pa_request.C 1.215:
10962: conf bug fixed [MForm.configure_admin were called when request
10963: main_class ==0
10964:
10965: * src/classes/form.C 1.24:
10966: content_length type fix
10967:
10968: * src/classes/form.C 1.25:
10969: 10*0x400*400 bug fix [4M not 10M]
10970:
10971: 2002-06-30 paf
10972: * src/classes/mail.C 1.68:
10973: merged from 4
10974:
10975: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
10976: restored $MAIL
10977:
10978: 2002-06-28 paf
10979: * configure 1.32:
10980: * operators.txt 1.56:
10981: * src/classes/xdoc.C 1.95:
10982: * src/include/pa_charset.h 1.16:
10983: * src/include/pa_config_fixed.h 1.46:
10984: * src/include/pa_pool.h 1.81:
10985: * src/include/pa_version.h 1.6:
10986: * src/main/pa_charset.C 1.24:
10987: * src/main/pa_pool.C 1.53:
10988: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
10989: * src/targets/cgi/parser3.dsp 1.53:
10990: * src/targets/isapi/parser3isapi.dsp 1.40:
10991: * src/types/pa_vmail.C 1.8:
1.24 paf 10992: * www/cgi-bin/parser3.log 1.75:
1.15 paf 10993: * www/htdocs/index.html 1.82:
10994: merged latest updates to head
10995:
10996: * configure 1.34:
10997: * configure.in [release_3_0_0004] 1.35.2.2:
10998: removed paths.h
10999:
11000: * Makefile.in 1.15:
11001: * configure 1.33:
11002: * src/include/pa_version.h 1.7:
11003: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
11004: lates changes from 4 build merged, makes updated
11005:
11006: 2002-06-27 paf
11007: * src/classes/xdoc.C 1.94:
11008: * www/htdocs/index.html 1.81:
11009: xsltParseStylesheetDoc bug workaround
11010:
11011: * operators.txt [release_3_0_0004] 1.55.2.1:
11012: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
11013: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
11014: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
11015: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
11016: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
11017: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 11018: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 11019: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
11020: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
11021: default uri=path_translated
11022:
11023: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
11024: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
11025: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
11026: post-build not error now
11027:
11028: 2002-06-26 paf
11029: * configure [release_3_0_0004] 1.31.2.1:
11030: * configure.in [release_3_0_0004] 1.35.2.1:
11031: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
11032: release_3_0_0004
11033:
11034: * src/main/pa_string.C 1.162:
11035: blank string '', ' <whitespace>' considered 0 now
11036:
11037: * src/lib/md5/Makefile.in 1.1:
11038: *** empty log message ***
11039:
11040: * src/targets/cgi/parser3.C 1.186:
1.24 paf 11041: * www/cgi-bin/parser3.log 1.74:
1.15 paf 11042: /cgi-bin/parser empty filename checked
11043:
11044: 2002-06-25 paf
11045: * operators.txt 1.55:
11046: * src/classes/xdoc.C 1.93:
1.24 paf 11047: * www/cgi-bin/parser3.log 1.71:
11048: * www/cgi-bin/parser3.log 1.72:
1.15 paf 11049: * www/htdocs/index.html 1.78:
11050: * www/htdocs/index.html 1.79:
11051: ^xdoc.transform[xdoc <<can be now
11052:
11053: * bin/auto.p.dist.in 1.3:
11054: * operators.txt 1.53:
11055: * src/classes/math.C 1.20:
11056: * src/types/pa_vmail.C 1.6:
1.24 paf 11057: * www/cgi-bin/parser3.log 1.70:
1.15 paf 11058: * www/htdocs/index.html 1.76:
11059: math:crypt updated to generate random salt when needed and to
11060: call system crypt() if not $apr1$ prefix
11061:
11062: * configure 1.31:
11063: * configure.in 1.35:
11064: * src/include/pa_config_auto.h.in 1.27:
11065: crypt library configured
11066:
11067: * operators.txt 1.54:
11068: * src/classes/string.C 1.112:
11069: * www/htdocs/index.html 1.77:
11070: ^string.normalize [old name: optimize
11071:
11072: * src/main/pa_string.C 1.161:
1.24 paf 11073: * www/cgi-bin/parser3.log 1.73:
1.15 paf 11074: * www/htdocs/index.html 1.80:
11075: emtpy string, or string of whitespaces considered bad number now
11076:
11077: * src/main/pa_request.C 1.214:
11078: configure_admin forced if no @conf
11079:
11080: 2002-06-24 paf
11081: * Makefile.in 1.14:
11082: * bin/Makefile.in 1.4:
11083: * configure 1.29:
11084: * configure.in 1.33:
11085: * etc/Makefile.in 1.9:
11086: * etc/parser3.charsets/Makefile.in 1.11:
11087: * src/Makefile.in 1.49:
11088: * src/classes/Makefile.in 1.47:
11089: * src/include/Makefile.in 1.6:
11090: * src/include/pa_config_auto.h.in 1.25:
11091: * src/lib/Makefile.in 1.3:
11092: * src/lib/patches/Makefile.in 1.3:
11093: * src/lib/pcre/Makefile.in 1.3:
11094: * src/main/Makefile.in 1.43:
11095: * src/sql/Makefile.in 1.6:
11096: * src/targets/Makefile.in 1.37:
11097: * src/targets/apache13/Makefile.in 1.36:
11098: * src/targets/apache13/p3runConfigure.in 1.11:
11099: * src/targets/cgi/Makefile.am 1.39:
11100: * src/targets/cgi/Makefile.in 1.49:
11101: * src/targets/isapi/Makefile.in 1.6:
11102: * src/types/Makefile.am 1.23:
11103: * src/types/Makefile.in 1.40:
11104: * src/types/pa_vmail.C 1.4:
11105: $mail:received makes update
11106:
11107: * src/targets/cgi/getopt.c 1.1:
11108: * src/targets/cgi/getopt.h 1.1:
11109: introducing parser -m option, for $mail:receive
11110:
11111: * src/include/pa_config_fixed.h 1.45:
11112: ssize_t fixed
11113:
11114: * INSTALL 1.24:
11115: --with-static/shared-mailreceive described
11116:
11117: * operators.txt 1.51:
11118: * src/classes/mail.C 1.67:
11119: * src/include/Makefile.am 1.3:
11120: * src/include/pa_charset.h 1.15:
11121: * src/include/pa_config_fixed.h 1.43:
11122: * src/include/pa_request.h 1.140:
11123: * src/include/pa_string.h 1.139:
11124: * src/include/pa_uue.h 1.1:
11125: * src/main/Makefile.am 1.33:
11126: * src/main/main.dsp 1.155:
11127: * src/main/pa_globals.C 1.131:
11128: * src/main/pa_request.C 1.213:
11129: * src/main/pa_string.C 1.160:
11130: * src/main/pa_uue.C 1.1:
11131: * src/targets/apache13/mod_parser3.C 1.24:
11132: * src/targets/cgi/Makefile.am 1.38:
11133: * src/targets/cgi/parser3.C 1.184:
11134: * src/targets/cgi/parser3.dsp 1.51:
11135: * src/targets/isapi/parser3isapi.C 1.76:
11136: * src/types/pa_vform.C 1.57:
11137: * src/types/pa_vform.h 1.35:
11138: * src/types/pa_vmail.C 1.1:
11139: * src/types/pa_vmail.h 1.1:
11140: * src/types/types.dsp 1.27:
1.24 paf 11141: * www/cgi-bin/parser3.log 1.68:
1.15 paf 11142: * www/htdocs/index.html 1.74:
11143: uue to separate file
11144: introducting $message:received
11145: ^mail:send rewritten with backward comp
11146:
11147: * src/classes/classes.dsp 1.22:
11148: * src/main/main.dsp 1.156:
11149: * src/main/pa_globals.C 1.132:
11150: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
11151: * src/targets/cgi/parser3.dsp 1.52:
11152: * src/targets/isapi/parser3isapi.dsp 1.39:
11153: * src/types/types.dsp 1.28:
11154: win32xml win32mailreceive pseudomodules paths now
11155:
11156: * src/include/pa_config_fixed.h 1.44:
11157: * src/targets/cgi/parser3.C 1.185:
11158: * src/types/pa_vmail.C 1.3:
11159: #ifdef WITH_MAILRECEIVE
11160:
11161: * acconfig.h 1.2:
11162: * configure 1.30:
11163: * configure.in 1.34:
11164: * src/include/pa_config_auto.h.in 1.26:
11165: *** empty log message ***
11166:
11167: 2002-06-21 paf
11168: * Makefile.in 1.13:
11169: * configure 1.28:
11170: * configure.in 1.32:
11171: * src/Makefile.in 1.48:
11172: * src/classes/Makefile.in 1.46:
11173: * src/lib/Makefile.in 1.1:
11174: * src/lib/md5/Makefile.am 1.2:
11175: * src/lib/md5/pa_md5c.c 1.2:
11176: * src/lib/patches/Makefile.in 1.2:
11177: * src/lib/pcre/Makefile.in 1.2:
11178: * src/main/Makefile.in 1.42:
11179: * src/targets/apache13/Makefile.in 1.35:
11180: * src/targets/cgi/Makefile.am 1.37:
11181: * src/targets/cgi/Makefile.in 1.48:
11182: * src/types/Makefile.in 1.39:
11183: lib restructure .in and .am files appropriate changes
11184:
11185: * src/lib/Makefile.am 1.2:
11186: * src/lib/Makefile.in 1.2:
11187: * src/lib/md5/pa_md5.h 1.2:
11188: * src/targets/apache13/p3runConfigure.in 1.10:
11189: * src/targets/apache13/pa_md5c.c 1.2:
11190: lib restructure apache .am & co changes
11191:
11192: * INSTALL 1.23:
11193: * configure.in 1.31:
11194: * operators.txt 1.50:
11195: * parser3.dsw 1.2:
11196: * src/Makefile.am 1.16:
11197: * src/classes/Makefile.am 1.39:
11198: * src/classes/classes.dsp 1.21:
11199: * src/classes/math.C 1.19:
11200: * src/lib/Makefile.am 1.1:
11201: * src/lib/md5/Makefile.am 1.1:
11202: * src/lib/md5/md5.dsp 1.1:
11203: * src/lib/md5/pa_md5.h 1.1:
11204: * src/lib/md5/pa_md5c.c 1.1:
11205: * src/lib/patches/Makefile.am 1.1:
11206: * src/lib/patches/Makefile.in 1.1:
11207: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
11208: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
11209: * src/lib/patches/libgdome_morestatic.patch 1.1:
11210: * src/lib/patches/libxml_error_column_tab.patch 1.1:
11211: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
11212: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
11213: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
11214: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
11215: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
11216: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
11217: * src/lib/pcre/LICENCE 1.1:
11218: * src/lib/pcre/Makefile.am 1.1:
11219: * src/lib/pcre/Makefile.in 1.1:
11220: * src/lib/pcre/README 1.1:
11221: * src/lib/pcre/Tech.Notes 1.1:
11222: * src/lib/pcre/dftables.c 1.1:
11223: * src/lib/pcre/get.c 1.1:
11224: * src/lib/pcre/ibm-1250.ucm 1.1:
11225: * src/lib/pcre/ibm-1251.ucm 1.1:
11226: * src/lib/pcre/ibm-1257.ucm 1.1:
11227: * src/lib/pcre/internal.h 1.1:
11228: * src/lib/pcre/maketables.c 1.1:
11229: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
11230: * src/lib/pcre/pcre.3 1.1:
11231: * src/lib/pcre/pcre.3.html 1.1:
11232: * src/lib/pcre/pcre.3.txt 1.1:
11233: * src/lib/pcre/pcre.c 1.1:
11234: * src/lib/pcre/pcre.dsp 1.1:
11235: * src/lib/pcre/pcre.h 1.1:
11236: * src/lib/pcre/pcre_dftables.dsp 1.1:
11237: * src/lib/pcre/pcre_parser_ctype.c 1.1:
11238: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
11239: * src/lib/pcre/ruspart_win2koi.pl 1.1:
11240: * src/lib/pcre/study.c 1.1:
11241: * src/lib/pcre/win-koi.tab 1.1:
11242: * src/main/Makefile.am 1.32:
11243: * src/main/compile.tab.C 1.57:
11244: * src/main/main.dsp 1.154:
11245: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
11246: * src/targets/apache13/Makefile.am 1.12:
11247: * src/targets/apache13/pa_md5c.c 1.1:
11248: * src/targets/cgi/Makefile.am 1.36:
11249: * src/targets/cgi/parser3.dsp 1.50:
11250: * src/targets/isapi/parser3isapi.dsp 1.38:
11251: * src/types/Makefile.am 1.22:
11252: * src/types/types.dsp 1.26:
1.24 paf 11253: * www/cgi-bin/parser3.log 1.67:
1.15 paf 11254: * www/htdocs/.htaccess 1.5:
11255: * www/htdocs/index.html 1.73:
11256: moved libltdl and pcre to libs/
11257: added libs/md5 which is linked to non-apache targets
11258: ^math:crypt[password;$apr1$salt]
11259:
11260: 2002-06-20 paf
11261: * INSTALL [release_3_0_0003] 1.21.2.1:
11262: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
11263: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
11264: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
11265: * configure [release_3_0_0003] 1.26.2.2:
11266: * configure.in [release_3_0_0003] 1.29.2.2:
11267: * operators.txt [release_3_0_0003] 1.47.2.1:
11268: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
11269: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
11270: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
11271: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
11272: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
11273: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
11274: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
11275: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
11276: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
11277: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
11278: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
11279: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
11280: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
11281: marged latest HEAD updates, mainly file:justname&co & @auto
11282: conf[filespec
11283:
11284: * INSTALL 1.22:
11285: * bin/Makefile.am 1.3:
11286: * bin/auto.p.dist.in 1.1:
11287: * configure.in 1.30:
11288: * operators.txt 1.48:
11289: * src/doc/doxygen.cfg 1.23:
11290: * src/include/pa_globals.h 1.89:
11291: * src/targets/apache13/mod_parser3.C 1.23:
11292: * src/targets/cgi/parser3.C 1.183:
11293: * src/targets/isapi/parser3isapi.C 1.75:
11294: * www/htdocs/auto.p 1.12:
11295: * www/htdocs/index.html 1.70:
11296: parser3.conf renamed to auto.p
11297:
11298: * operators.txt 1.49:
11299: * src/classes/file.C 1.89:
1.24 paf 11300: * www/cgi-bin/parser3.log 1.66:
1.15 paf 11301: * www/htdocs/auto.p 1.14:
11302: * www/htdocs/index.html 1.72:
11303: !^file:dirname[/a/some.tar.gz]=/a
11304: !^file:dirname[/a/b/]=/a
11305: !^file:basename[/a/some.tar.gz]=some.tar.gz
11306: !^file:justname[/a/some.tar.gz]=some.tar
11307: !^file:justext[/a/some.tar.gz]=gz
11308:
11309: * bin/Makefile.in 1.3:
11310: * configure 1.27:
11311: parser3.conf renamed to auto.p autoconf changes
11312:
11313: * src/classes/op.C 1.97:
11314: * src/include/pa_request.h 1.139:
11315: * src/main/execute.C 1.242:
11316: * src/main/pa_request.C 1.212:
11317: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 11318: * www/cgi-bin/parser3.log 1.65:
1.15 paf 11319: * www/htdocs/auto.p 1.13:
11320: * www/htdocs/index.html 1.71:
11321: introducing @conf/auto[filespec]
11322:
11323: * bin/auto.p.dist.in 1.2:
11324: <noindex>
11325:
11326: 2002-06-18 paf
11327: * bin/Makefile.am 1.1:
11328: * bin/Makefile.in 1.1:
11329: * etc/Makefile.am 1.4:
11330: * www/htdocs/index.html 1.69:
11331: bin/parser3.conf.dist [moved from etc
11332:
1.24 paf 11333: * src/classes/file.C 1.86:
11334: * www/cgi-bin/parser3.log 1.64:
11335: ^file::exec[script;$.bad error case insensitive check now
11336:
1.15 paf 11337: * configure [release_3_0_0003] 1.26.2.1:
11338: * configure.in [release_3_0_0003] 1.29.2.1:
11339: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
11340: version to configure.in
11341:
11342: * src/classes/file.C 1.85:
1.24 paf 11343: * www/cgi-bin/parser3.log 1.63:
1.15 paf 11344: * www/htdocs/index.html 1.68:
11345: ^file::exec[script;$.bad now error, not skip
11346:
11347: * Makefile.am 1.5:
11348: * Makefile.in 1.12:
11349: * bin/Makefile.am 1.2:
11350: * bin/Makefile.in 1.2:
11351: * configure 1.26:
11352: * configure.in 1.29:
11353: * etc/Makefile.in 1.8:
11354: * etc/parser3.charsets/Makefile.am 1.3:
11355: * etc/parser3.charsets/Makefile.in 1.10:
11356: * src/targets/apache13/Makefile.in 1.34:
11357: parser3.conf.dist moved to bin, .in & *.am updated
11358:
11359: * src/classes/file.C 1.87:
11360: strcasecmp
11361:
11362: * INSTALL 1.21:
11363: reflected .conf.dist dir change
11364:
11365: * configure 1.25:
11366: * configure.in 1.28:
11367: * src/include/pa_pool.h 1.80:
11368: * src/include/pa_types.h 1.41:
11369: pack configure.in detection simplified.
11370: figured out that gcc on sparc not that stupid as thought previously:
11371: on sparc: when it sees packed class it modifies it's field-access-code to byte operations [stb, ldub] instead of 4byte operations [st, lduh]
11372: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
11373: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
11374:
11375: * src/classes/file.C 1.88:
11376: strncasecmp
11377:
11378: 2002-06-14 paf
11379: * operators.txt 1.47:
11380: more precise xml-to-text options
11381:
11382: * operators.txt 1.46:
11383: * src/types/pa_vxnode.C 1.17:
11384: xnode attribute_node.name/value
11385: xnode pi.node.data
11386:
11387: 2002-06-12 paf
11388: * Makefile.in 1.11:
11389: * configure 1.24:
11390: * configure.in 1.27:
11391: * etc/Makefile.in 1.7:
11392: * etc/parser3.charsets/Makefile.in 1.9:
11393: * src/Makefile.in 1.47:
11394: * src/classes/Makefile.in 1.45:
11395: * src/include/Makefile.in 1.5:
11396: * src/main/Makefile.in 1.41:
11397: * src/sql/Makefile.in 1.5:
11398: * src/targets/Makefile.in 1.36:
11399: * src/targets/cgi/Makefile.am 1.35:
11400: * src/targets/cgi/Makefile.in 1.47:
11401: * src/targets/cgi/parser3.C 1.182:
11402: * src/targets/isapi/Makefile.in 1.5:
11403: * src/types/Makefile.in 1.38:
11404: removed root conf define creation
11405:
11406: * src/classes/mail.C 1.66:
11407: sendmail -ti [default now]
11408:
11409: * src/include/pa_globals.h 1.86:
11410: * src/include/pa_request.h 1.136:
11411: * src/main/main.dsp 1.153:
11412: * src/main/pa_globals.C 1.128:
11413: * src/main/pa_request.C 1.208:
1.24 paf 11414: * www/cgi-bin/parser3.log 1.60:
1.15 paf 11415: @conf
11416:
1.24 paf 11417: * src/include/pa_globals.h 1.87:
11418: * src/include/pa_request.h 1.137:
11419: * src/main/execute.C 1.241:
11420: * src/main/pa_globals.C 1.129:
11421: * src/main/pa_request.C 1.209:
11422: * www/cgi-bin/parser3.log 1.61:
11423: @rootconf [were @conf]
11424:
1.15 paf 11425: * INSTALL 1.20:
11426: * configure.in 1.26:
11427: * etc/Makefile.am 1.3:
11428: * operators.txt 1.43:
11429: * src/include/pa_globals.h 1.88:
11430: * src/include/pa_request.h 1.138:
11431: * src/main/compile.tab.C 1.56:
11432: * src/main/pa_globals.C 1.130:
11433: * src/main/pa_request.C 1.211:
11434: * src/targets/apache13/mod_parser3.C 1.22:
11435: * src/targets/cgi/parser3.C 1.181:
11436: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 11437: * www/cgi-bin/parser3.log 1.62:
1.15 paf 11438: parser3.conf now one and only
11439:
11440: * src/classes/mail.C 1.65:
11441: * src/main/pa_request.C 1.210:
11442: $MAIL $CHARSETS allowed to be strings. for convinient #ing
11443:
11444: 2002-06-11 paf
11445: * src/classes/file.C 1.83:
11446: * src/targets/cgi/parser3.dsp 1.49:
11447: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 11448: * www/cgi-bin/parser3.log 1.59:
1.15 paf 11449: * www/htdocs/.htaccess 1.4:
11450: * www/htdocs/index.html 1.66:
11451: suexec env keys filter plus CGI_ as valid prefix
11452:
11453: * src/classes/file.C 1.84:
11454: check simplified
11455:
11456: * src/classes/file.C 1.82:
11457: * src/include/pa_request.h 1.135:
11458: * src/include/pa_sapi.h 1.19:
11459: * src/targets/apache13/mod_parser3.C 1.21:
11460: * src/targets/cgi/parser3.C 1.180:
11461: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 11462: * www/cgi-bin/parser3.log 1.58:
1.15 paf 11463: * www/htdocs/index.html 1.65:
11464: file::exec/cgi to pass HTTP_ vars
11465: introducing SAPI::environment
11466:
11467: 2002-06-10 paf
11468: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
11469: fixed -d (bug)
11470:
11471: * configure 1.20:
11472: * configure [release_3_0_0002] 1.19.2.1:
11473: * configure.in [release_3_0_0002] 1.21.2.1:
11474: * src/include/pa_version.h 1.5:
11475: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
11476: makes
11477:
11478: * operators.txt 1.41:
11479: old merge conflict removed
11480:
11481: * src/types/pa_vform.C 1.56:
11482: * src/types/pa_vform.h 1.34:
11483: * www/htdocs/index.html 1.62:
11484: $form: not determined yet check
11485:
11486: * src/main/pa_common.C 1.109:
11487: merged fixed -d (bug)
11488:
11489: * src/main/compile.tab.C 1.55:
11490: * src/main/pa_string.C 1.159:
1.24 paf 11491: * www/cgi-bin/parser3.log 1.56:
1.15 paf 11492: * www/htdocs/index.html 1.63:
11493: whitespace after number in autoconvert now ignored
11494:
11495: * operators.txt 1.42:
11496: * src/classes/op.C 1.96:
11497: * src/include/pa_common.h 1.77:
11498: * src/main/pa_common.C 1.110:
11499: lock failures reported now
11500:
11501: * configure 1.21:
11502: * configure.in 1.23:
11503: pack even address access on sparc&co arch checked in configure
11504:
11505: * configure 1.23:
11506: * configure.in 1.25:
11507: *** empty log message ***
11508:
11509: * src/main/compile_tools.C 1.50:
1.24 paf 11510: * www/cgi-bin/parser3.log 1.57:
1.15 paf 11511: * www/htdocs/index.html 1.64:
11512: ^if(" 1 "){y} bug fixed
11513: optimization string->double @ compile time were not-enough-checking...
11514:
11515: * configure 1.22:
11516: * configure.in 1.24:
11517: hpux check, nsl link, no socket
11518:
11519: * src/classes/mail.C 1.64:
11520: mail netscape attachment name fixed. todo: $response:body
11521: content-type:name
11522:
11523: * src/main/untaint.C 1.102:
11524: bug#2) mail subject got always prepended with charset even when
11525: all letters were 7bit one
11526:
11527: 2002-06-04 paf
11528: * src/targets/apache13/mod_parser3.C 1.20:
11529: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
11530: fixed .dsp-s along with reorganized cvs modules dirs structure
11531:
11532: 2002-06-03 paf
11533: * etc/parser3.charsets/windows-1251.cfg 1.5:
11534: * operators.txt 1.40:
11535: * src/classes/classes.dsp 1.20:
11536: * src/main/compile.tab.C 1.54:
11537: * src/main/main.dsp 1.152:
11538: * src/main/pa_globals.C 1.127:
11539: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
11540: * src/targets/cgi/parser3.C 1.179:
11541: * src/targets/cgi/parser3.dsp 1.48:
11542: * src/targets/isapi/parser3isapi.dsp 1.37:
11543: * src/types/types.dsp 1.25:
11544: * www/htdocs/index.html 1.60:
11545: fixed .dsp-s along with reorganized cvs modules dirs structure
11546:
11547: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
11548: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
11549: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
11550: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
11551: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
11552: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
11553: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
11554: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
11555: reorganized cvs modules
11556:
11557: 2002-05-28 paf
11558: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
11559: info.uri now ""
11560:
11561: 2002-05-17 paf
11562: * src/classes/table.C 1.153:
11563: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
11564: ^table.save << checked empty pre/match/post columns
11565:
11566: 2002-05-16 paf
11567: * src/classes/image.C 1.72:
1.24 paf 11568: * www/cgi-bin/parser3.log 1.55:
1.15 paf 11569: * www/htdocs/index.html 1.59:
11570: image::measure can png now
11571:
11572: 2002-05-15 paf
11573: * operators.txt 1.38:
11574: * src/classes/date.C 1.31:
1.24 paf 11575: * www/cgi-bin/parser3.log 1.54:
1.15 paf 11576: * www/htdocs/index.html 1.58:
11577: ^date::create[%H:%M[:%S]] added
11578:
11579: * etc/parser3.charsets/windows-1251.cfg 1.4:
11580: 0x forgot, fixed
11581:
11582: * operators.txt 1.37:
11583: * src/classes/date.C 1.30:
1.24 paf 11584: * www/cgi-bin/parser3.log 1.53:
1.15 paf 11585: * www/htdocs/.htaccess 1.3:
11586: * www/htdocs/auto.p 1.10:
11587: * www/htdocs/index.html 1.57:
11588: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
11589: [-%m now
11590:
11591: 2002-05-14 paf
11592: * etc/parser3.charsets/windows-1251.cfg 1.3:
11593: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
11594: added 3 quotes
11595:
11596: 2002-05-07 paf
11597: * src/classes/classes.dsp 1.19:
11598: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
11599: * src/classes/op.C 1.95:
11600: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
11601: * src/include/pa_globals.h 1.85:
11602: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
11603: * src/include/pa_request.h 1.134:
11604: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
11605: * src/include/pa_table.h 1.44:
11606: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
11607: * src/main/compile.tab.C 1.53:
11608: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
11609: * src/main/compile.y 1.187:
11610: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
11611: * src/main/main.dsp 1.151:
11612: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
11613: * src/main/pa_globals.C 1.126:
11614: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
11615: * src/main/pa_request.C 1.207:
11616: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
11617: * src/main/pa_table.C 1.47:
11618: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
11619: * src/targets/isapi/pa_pool.C 1.13:
11620: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
11621: * src/targets/isapi/parser3isapi.C 1.71:
11622: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
11623: * src/targets/isapi/parser3isapi.dsp 1.36:
11624: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
11625: * src/targets/isapi/pool_storage.h 1.16:
11626: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
11627: * src/types/types.dsp 1.24:
11628: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
11629: * www/htdocs/parser-status.html 1.2:
11630: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
11631: Table name2number field now &.
11632: main_method_name now on Request pool rather on global_pool [Junction+VJunction created on same pool as name = were created on global pool, causing mem leaks]
11633:
11634: 2002-05-06 paf
11635: * src/main/pa_globals.C 1.125:
11636: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
11637: * src/targets/cgi/parser3.C 1.178:
11638: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
11639: * src/targets/cgi/pool_storage.h 1.10:
11640: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
11641: * src/targets/isapi/parser3isapi.C 1.70:
11642: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
11643: removed 100*40 bytes per request memory leak [nonpool malloc in
11644: globals]
11645:
11646: 2002-04-30 paf
11647: * configure 1.19:
11648: * src/include/pa_version.h 1.4:
11649: version now not b
11650:
11651: * src/targets/cgi/parser3.C 1.177:
1.24 paf 11652: * www/cgi-bin/parser3.log 1.52:
1.15 paf 11653: * www/htdocs/global.xsl 1.7:
11654: * www/htdocs/index.html 1.56:
11655: request.uri now never 0
11656:
11657: 2002-04-29 paf
11658: * configure.in 1.21:
11659: removed b
11660:
11661: * src/doc/ClassExample1.dox 1.4:
11662: * src/doc/ClassExample3.dox 1.4:
11663: * src/doc/aliased.dox 1.4:
11664: * src/doc/methoded.dox 1.3:
11665: * src/doc/string.dox 1.4:
11666: * src/doc/value.dox 1.3:
11667: * src/include/pa_exception.h 1.34:
11668: * src/main/pa_request.C 1.205:
11669: * src/targets/cgi/parser3.C 1.176:
11670: merged from 0001
11671:
11672: * src/classes/op.C 1.94:
11673: * src/include/pa_exception.h 1.35:
11674: * src/main/pa_request.C 1.206:
11675: Exception::comment/type checked in (), no there's no empty type
11676: comment by default
11677:
11678: 2002-04-26 paf
11679: * src/doc/doxygen.cfg 1.22:
11680: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
11681: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 11682: * www/cgi-bin/parser3.log 1.51:
1.15 paf 11683: * www/htdocs/index.html 1.55:
11684: doxygen dot image size reduced
11685:
11686: 2002-04-25 paf
11687: * src/classes/table.C 1.152:
1.24 paf 11688: * www/cgi-bin/parser3.log 1.47:
1.15 paf 11689: * www/htdocs/.htaccess 1.1:
11690: * www/htdocs/index.html 1.51:
11691: removed restriction on column count to ^table.hash to work, now
11692: must be >0 [were >1]
11693:
11694: * src/targets/cgi/parser3.C 1.175:
11695: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
11696: setenv in .htaccess when cgi is not under that dir got
11697: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
11698: into account
11699:
1.24 paf 11700: * www/cgi-bin/parser3.log 1.48:
1.15 paf 11701: * www/htdocs/index.html 1.52:
11702: sample of 'using junction out of context'
11703:
11704: * operators.txt 1.35:
11705: * operators.txt 1.36:
11706: * src/classes/date.C 1.28:
11707: * src/classes/date.C 1.29:
1.24 paf 11708: * www/cgi-bin/parser3.log 1.49:
1.15 paf 11709: * www/htdocs/index.html 1.53:
11710: ^date::create[2002-12-33 01:03:04]
11711:
11712: 2002-04-24 paf
11713: * src/classes/classes.dsp 1.18:
11714: * src/main/compile.tab.C 1.52:
11715: * src/main/main.dsp 1.150:
11716: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
11717: * src/targets/cgi/parser3.C 1.174:
11718: * src/targets/cgi/parser3.dsp 1.46:
11719: * src/targets/isapi/parser3isapi.dsp 1.34:
11720: * src/types/types.dsp 1.23:
11721: MSVC profile targets
11722:
11723: 2002-04-23 paf
11724: * operators.txt 1.34:
11725: * src/classes/string.C 1.110:
1.24 paf 11726: * www/cgi-bin/parser3.log 1.46:
1.15 paf 11727: * www/htdocs/index.html 1.50:
11728: int/double/string:sql{}[$.default{code}]
11729: fixed [were barking: "junction used outside of context"]
11730:
11731: 2002-04-22 paf
11732: * src/classes/string.C 1.109:
11733: * src/include/pa_string.h 1.138:
11734: * src/main/pa_string.C 1.158:
11735: * src/types/pa_vstring.C 1.19:
11736: * src/types/pa_vstring.h 1.46:
11737: * types.txt 1.2:
11738: ^string.optimize[]
11739:
11740: * src/main/execute.C 1.238:
1.24 paf 11741: * www/cgi-bin/parser3.log 1.43:
1.15 paf 11742: * www/htdocs/index.html 1.48:
11743: junctions to local contexts got cleanized&checked later
11744:
1.24 paf 11745: * src/main/execute.C 1.240:
11746: * www/cgi-bin/parser3.log 1.45:
11747: rolled back to before_killing_userjunction_contexts
11748:
1.15 paf 11749: * src/include/pa_globals.h 1.84:
11750: * src/include/pa_table.h 1.43:
11751: * src/main/pa_globals.C 1.124:
11752: * src/main/pa_string.C 1.157:
11753: * src/main/pa_table.C 1.46:
11754: fixed match table template
11755:
11756: * src/classes/string.C 1.107:
11757: * src/classes/string.C 1.108:
11758: optimize removed from string .left/right/pos
11759:
11760: * src/main/execute.C 1.239:
1.24 paf 11761: * www/cgi-bin/parser3.log 1.44:
1.15 paf 11762: * www/htdocs/index.html 1.49:
11763: user junctions context killed
11764:
11765: 2002-04-19 paf
11766: * src/classes/string.C 1.106:
11767: * src/include/pa_request.h 1.133:
11768: * src/include/pa_string.h 1.137:
11769: * src/main/pa_request.C 1.204:
11770: * src/main/pa_string.C 1.156:
11771: * src/types/pa_vstring.C 1.18:
11772: * src/types/pa_vstring.h 1.45:
1.24 paf 11773: * www/cgi-bin/parser3.log 1.42:
1.15 paf 11774: * www/htdocs/index.html 1.47:
11775: string now optimized prior to .left .right .mid .pos .match when that is profitable,
11776: and always before .replace
11777: when $ORIGINS(1) optimization disabled
11778: economy from not wasting mem on lots of strings which occur by lots of String:mid calls to get parts of source string between found_occurances
11779:
11780: * src/classes/op.C 1.93:
11781: * src/classes/string.C 1.105:
11782: * src/types/pa_value.h 1.86:
11783: VTable removed from each String::match replace iteration, and made stacked
11784: sizeof(VTable)=12bytes economy on each replace code
11785:
11786: * src/include/pa_globals.h 1.83:
11787: * src/include/pa_table.h 1.42:
11788: * src/main/pa_globals.C 1.123:
11789: * src/main/pa_string.C 1.155:
11790: String::match table columns globalized, not created @ each ^match anymore
11791: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
11792:
11793: * src/classes/file.C 1.81:
11794: ovector now local
11795: economy: 16 bytes per ^file:list
11796:
11797: * src/classes/string.C 1.104:
11798: * src/include/pa_string.h 1.136:
11799: * src/main/pa_string.C 1.154:
11800: * www/htdocs/index.html 1.46:
11801: string.match[]['] option enables generation of $match.prematch
11802: .match .postmatch columns
11803:
11804: * src/main/pa_string.C 1.153:
11805: String::match options analized without cstr-ing them now
11806:
11807: * src/doc/chmhelper.pl 1.1:
11808: * src/doc/doxygen.cfg 1.21:
11809: * src/doc/footer.htm 1.1:
11810: * src/doc/html2chm.cmd 1.6:
11811: * src/doc/postbuild.txt 1.3:
11812: * src/doc/sources2html.cmd 1.5:
11813: * src/doc/view_chm.cmd 1.2:
11814: * src/doc/view_html.cmd 1.2:
11815: config updated to doxygen 1.2.15,
11816: created helper which fixes minor bugs in chm project files & htm tree.
11817: changed extension to .htm
11818:
11819: * src/doc/footer.htm 1.2:
11820: 2001,
11821:
11822: 2002-04-18 paf
11823: * src/classes/classes.h 1.18:
11824: * src/classes/hash.C 1.40:
11825: * src/types/pa_value.h 1.85:
11826: * src/types/pa_vbool.h 1.18:
11827: * src/types/pa_vcookie.h 1.16:
11828: * src/types/pa_vdate.h 1.10:
11829: * src/types/pa_vdouble.h 1.37:
11830: * src/types/pa_venv.h 1.21:
11831: * src/types/pa_vfile.h 1.42:
11832: * src/types/pa_vhash.h 1.33:
11833: * src/types/pa_vimage.h 1.25:
11834: * src/types/pa_vint.h 1.34:
11835: * src/types/pa_vjunction.h 1.13:
11836: * src/types/pa_vobject.h 1.18:
11837: * src/types/pa_vrequest.h 1.17:
11838: * src/types/pa_vresponse.h 1.22:
11839: * src/types/pa_vstateless_class.h 1.26:
11840: * src/types/pa_vstateless_object.h 1.17:
11841: * src/types/pa_vstatus.h 1.8:
11842: * src/types/pa_vstring.h 1.44:
11843: * src/types/pa_vtable.h 1.38:
11844: * src/types/pa_vvoid.h 1.9:
11845: * src/types/pa_vxdoc.h 1.21:
11846: * src/types/pa_vxnode.h 1.14:
11847: fclass_real lowered from VStateless_class to VObject
11848:
11849: * src/types/pa_value.C 1.1:
11850: forced to cut that from .h because of VStateless_class usage [
11851: undefined in .h]
11852:
11853: * src/classes/classes.h 1.17:
11854: * src/classes/date.C 1.27:
11855: * src/classes/double.C 1.47:
11856: * src/classes/file.C 1.80:
11857: * src/classes/form.C 1.23:
11858: * src/classes/hash.C 1.39:
11859: * src/classes/image.C 1.71:
11860: * src/classes/int.C 1.44:
11861: * src/classes/mail.C 1.63:
11862: * src/classes/math.C 1.18:
11863: * src/classes/op.C 1.91:
11864: * src/classes/response.C 1.19:
11865: * src/classes/string.C 1.103:
11866: * src/classes/table.C 1.151:
11867: * src/classes/void.C 1.19:
11868: * src/classes/xnode.C 1.44:
11869: * src/include/pa_globals.h 1.82:
11870: * src/include/pa_request.h 1.132:
11871: * src/main/execute.C 1.236:
11872: * src/main/pa_globals.C 1.122:
11873: * src/main/pa_request.C 1.201:
11874: * src/types/Makefile.am 1.21:
11875: * src/types/pa_value.h 1.84:
11876: * src/types/pa_vdouble.h 1.36:
11877: * src/types/pa_vform.C 1.55:
11878: * src/types/pa_vhash.h 1.32:
11879: * src/types/pa_vint.h 1.33:
11880: * src/types/pa_vmath.h 1.7:
11881: * src/types/pa_vmethod_frame.h 1.25:
11882: * src/types/pa_vstateless_class.h 1.24:
11883: * src/types/pa_wcontext.C 1.18:
11884: * src/types/pa_wcontext.h 1.32:
11885: * src/types/pa_wwrapper.h 1.18:
11886: * src/types/types.dsp 1.22:
1.24 paf 11887: * www/cgi-bin/parser3.log 1.36:
1.15 paf 11888: * www/htdocs/index.html 1.40:
11889: removed Value::fname
11890:
11891: * src/include/pa_opcode.h 1.18:
11892: * src/main/compile.tab.C 1.51:
11893: * src/main/compile.y 1.186:
11894: * src/main/compile_tools.C 1.49:
11895: * src/main/compile_tools.h 1.61:
11896: * src/main/execute.C 1.237:
11897: * src/main/pa_request.C 1.202:
11898: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 11899: * www/cgi-bin/parser3.log 1.37:
1.15 paf 11900: * www/htdocs/index.html 1.41:
11901: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
11902: stack [no more heap waste on each CALL]
11903:
11904: * src/types/pa_valiased.C 1.14:
11905: * src/types/pa_valiased.h 1.19:
11906: * src/types/pa_vclass.h 1.25:
11907: * src/types/pa_vobject.h 1.17:
11908: * src/types/pa_wcontext.C 1.19:
1.24 paf 11909: * www/cgi-bin/parser3.log 1.38:
1.15 paf 11910: * www/htdocs/index.html 1.42:
11911: VAliased get/set alias now virtual and implemented down in
11912: VClass, fclass_alias removed,
11913:
11914: * src/main/pa_request.C 1.203:
11915: * src/types/pa_valiased.h 1.20:
11916: * src/types/pa_vstateless_class.h 1.25:
11917: * src/types/pa_vstateless_object.h 1.16:
11918: * src/types/pa_vstring.h 1.43:
1.24 paf 11919: * www/cgi-bin/parser3.log 1.39:
1.15 paf 11920: * www/htdocs/index.html 1.43:
11921: VStateless_string_object speicalized light version of VStateless_object
11922:
11923: * src/types/Makefile.in 1.37:
11924: *** empty log message ***
11925:
11926: * src/doc/doxygen.cfg 1.20:
11927: .chi generation disabled
11928:
11929: * src/classes/classes.h 1.19:
11930: * src/classes/xdoc.C 1.92:
11931: * src/classes/xnode.C 1.45:
11932: * src/classes/xnode.h 1.11:
11933: * src/types/pa_vxdoc.C 1.13:
1.24 paf 11934: * www/cgi-bin/parser3.log 1.40:
11935: * www/cgi-bin/parser3.log 1.41:
1.15 paf 11936: * www/htdocs/index.html 1.44:
11937: * www/htdocs/index.html 1.45:
11938: xdoc(xnode) now fully - fields&methods
11939:
11940: * src/classes/op.C 1.92:
11941: ^throw comment param made optional
11942:
11943: 2002-04-17 paf
11944: * src/types/pa_vhash.h 1.31:
11945: vstring wrong parent fixed
11946:
11947: * src/classes/op.C 1.90:
11948: taint local result var bug fixed
11949:
11950: * src/doc/ClassExample1.dox 1.3:
11951: * src/doc/ClassExample2.dox 1.4:
11952: * src/doc/ClassExample3.dox 1.3:
11953: * src/doc/compiler.dox 1.3:
11954: * src/doc/module.dox 1.3:
11955: * src/doc/pooled.dox 1.3:
11956: * src/doc/string.dox 1.3:
11957: * src/doc/targets.dox 1.3:
11958: * src/include/pa_pool.h 1.79:
11959: * src/include/pa_types.h 1.40:
11960: dox updated to current state, PTHROW freshen to throw & co
11961:
11962: 2002-04-16 paf
11963: * src/classes/op.C 1.89:
11964: exception2vhash file now tainted
11965:
11966: * src/include/pa_opcode.h 1.17:
11967: * src/main/compile.tab.C 1.49:
11968: * src/main/compile.y 1.185:
11969: * src/main/execute.C 1.232:
11970: * src/targets/cgi/parser3.C 1.172:
1.24 paf 11971: * www/cgi-bin/parser3.log 1.30:
1.15 paf 11972: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
11973:
11974: * src/doc/postbuild.txt 1.2:
11975: * src/main/execute.C 1.234:
1.24 paf 11976: * www/cgi-bin/parser3.log 1.34:
1.15 paf 11977: * www/htdocs/index.html 1.37:
11978: result in @postprocess & @unhandled_exception now taken into
11979: account as in usual functions
11980:
11981: * src/doc/postbuild.txt 1.1:
11982: instructions on post .html build
11983:
11984: * asm.txt 1.2:
11985: * form.txt 1.2:
11986: * lang.txt 1.2:
11987: * sql.txt 1.2:
1.24 paf 11988: * www/cgi-bin/parser3.log 1.35:
1.15 paf 11989: removed outdated. see in Attic asm.txt as most interesting
11990:
11991: * src/classes/op.C 1.87:
1.24 paf 11992: * www/cgi-bin/parser3.log 1.28:
1.15 paf 11993: * www/htdocs/auto.p 1.8:
11994: extra check on empty file in origin in _execute
11995:
11996: * src/classes/date.C 1.26:
11997: * src/main/compile.tab.C 1.50:
11998: * src/targets/cgi/parser3.C 1.173:
1.24 paf 11999: * www/cgi-bin/parser3.log 1.31:
12000: * www/cgi-bin/parser3.log 1.32:
1.15 paf 12001: cheched date:create(days) param for validity [later were
12002: assumed valid and crashed on invalid onces]
12003:
12004: * src/classes/file.C 1.79:
12005: * src/main/pa_exec.C 1.35:
1.24 paf 12006: * www/cgi-bin/parser3.log 1.33:
1.15 paf 12007: * www/htdocs/index.html 1.36:
12008: stderr of execs mark as tainted
12009:
12010: * src/main/execute.C 1.235:
12011: * www/htdocs/index.html 1.38:
12012: $result in @main now taken into account as in usual functions
12013:
1.24 paf 12014: * src/classes/op.C 1.88:
12015: * www/cgi-bin/parser3.log 1.29:
12016: _process pseudo origin copied from local var to heap
12017:
1.23 paf 12018: * src/main/pa_request.C 1.199:
12019: uri in error log
12020:
1.15 paf 12021: * src/main/pa_request.C 1.200:
12022: * src/targets/isapi/parser3isapi.C 1.69:
12023: * www/htdocs/index.html 1.39:
12024: removed check, preventing content-length: 0 from appearing
12025:
12026: * src/doc/doxygen.cfg 1.19:
12027: * src/doc/html2chm.cmd 1.5:
12028: .chm file only now, no .chi
12029:
12030: 2002-04-15 paf
12031: * src/classes/image.C 1.70:
12032: * src/classes/op.C 1.83:
12033: * src/classes/op.C 1.84:
12034: * src/classes/string.C 1.101:
12035: * src/classes/table.C 1.149:
12036: * src/include/pa_request.h 1.129:
12037: * src/main/execute.C 1.228:
12038: * src/types/pa_value.h 1.81:
12039: * src/types/pa_vmethod_frame.h 1.24:
12040: * src/types/pa_wcontext.h 1.29:
1.24 paf 12041: * www/cgi-bin/parser3.log 1.25:
1.15 paf 12042: StringOrValue wcontext result, now ready for dual writes
12043:
1.24 paf 12044: * src/classes/file.C 1.78:
12045: * src/classes/op.C 1.86:
12046: * src/classes/table.C 1.150:
12047: * www/cgi-bin/parser3.log 1.26:
12048: finished dual write_xxx_lang functions
12049:
1.15 paf 12050: * src/main/execute.C 1.231:
12051: * src/types/pa_value.h 1.83:
1.24 paf 12052: * www/cgi-bin/parser3.log 1.27:
1.15 paf 12053: fixed name update
12054:
12055: * src/main/execute.C 1.229:
12056: CodeFrame soul fixed [mistakenly killed by prev changes]
12057:
12058: * src/classes/date.C 1.25:
12059: * src/classes/file.C 1.76:
12060: * src/classes/mail.C 1.62:
12061: * src/classes/string.C 1.102:
12062: * src/classes/xnode.C 1.43:
12063: * src/include/pa_request.h 1.130:
12064: * src/types/pa_value.h 1.82:
12065: * src/types/pa_wcontext.h 1.30:
12066: removed absolutely unnecessary VString shells
12067:
12068: * src/classes/op.C 1.82:
12069: * src/include/pa_globals.h 1.81:
12070: * src/include/pa_opcode.h 1.16:
12071: * src/include/pa_request.h 1.128:
12072: * src/main/compile.tab.C 1.47:
12073: * src/main/compile.y 1.183:
12074: * src/main/compile_tools.C 1.47:
12075: * src/main/compile_tools.h 1.59:
12076: * src/main/execute.C 1.226:
12077: * src/main/pa_globals.C 1.121:
12078: * src/main/pa_request.C 1.198:
12079: * src/targets/cgi/parser3.C 1.170:
1.24 paf 12080: * www/cgi-bin/parser3.log 1.24:
1.15 paf 12081: * www/htdocs/index.html 1.35:
12082: switch in hash constructor fixed [were problems with using of
12083: stacked wwrapper after it's death]
12084:
12085: * src/classes/file.C 1.77:
12086: * src/classes/hash.C 1.38:
12087: * src/classes/op.C 1.85:
12088: * src/include/pa_request.h 1.131:
12089: * src/main/execute.C 1.230:
12090: * src/types/pa_wcontext.h 1.31:
12091: started dual write_xxx_lang functions, if checked & works
12092:
12093: * src/targets/cgi/parser3.C 1.171:
12094: ctime sometimes can be just "", checked that
12095:
12096: * src/main/compile.tab.C 1.48:
12097: * src/main/compile.y 1.184:
12098: * src/main/compile_tools.C 1.48:
12099: * src/main/compile_tools.h 1.60:
12100: * src/main/execute.C 1.227:
12101: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
12102: changed to OP_WRITE_VALUE
12103: in var get cases
12104:
12105: 2002-04-12 paf
12106: * operators.txt 1.33:
12107: * src/classes/table.C 1.148:
1.24 paf 12108: * www/cgi-bin/parser3.log 1.23:
1.15 paf 12109: * www/htdocs/index.html 1.34:
12110: table.select(expression) 0
12111:
12112: 2002-04-11 paf
12113: * src/classes/string.C 1.100:
12114: * src/include/pa_request.h 1.127:
12115: * src/main/execute.C 1.225:
12116: Request::process_internal codeFrame & wwrapper stacked [not
12117: wasting heap anymore]
12118:
12119: 2002-04-10 paf
12120: * src/include/pa_string.h 1.135:
12121: * src/main/pa_string.C 1.151:
12122: * src/main/untaint.C 1.101:
1.24 paf 12123: * www/cgi-bin/parser3.log 1.22:
1.15 paf 12124: * www/htdocs/index.html 1.33:
12125: killed 8 bytes from String.head
12126:
12127: * src/classes/double.C 1.46:
12128: * src/classes/file.C 1.75:
12129: * src/classes/hash.C 1.37:
12130: * src/classes/image.C 1.69:
12131: * src/classes/int.C 1.43:
12132: * src/classes/math.C 1.17:
12133: * src/classes/op.C 1.81:
12134: * src/classes/string.C 1.99:
12135: * src/classes/table.C 1.147:
12136: * src/classes/void.C 1.18:
12137: * src/classes/xdoc.C 1.91:
12138: * src/include/pa_request.h 1.126:
12139: * src/main/execute.C 1.224:
12140: * src/main/pa_string.C 1.152:
12141: killed Request::process() wrapping VString(String) in case we
12142: need only String
12143:
12144: 2002-04-09 paf
12145: * src/main/pa_common.C 1.108:
12146: * src/targets/cgi/parser3.C 1.168:
12147: * src/types/pa_vdouble.h 1.35:
12148: * src/types/pa_vint.h 1.32:
12149: int/double get_string now not pool.malloc(MAX_NUMBER) but
12150: really neaded
12151:
12152: * etc/Makefile.in 1.6:
12153: * etc/parser3.charsets/Makefile.in 1.8:
12154: * src/classes/Makefile.in 1.44:
12155: * src/sql/Makefile.in 1.4:
12156: * src/targets/Makefile.in 1.35:
12157: * src/targets/apache13/Makefile.in 1.33:
12158: * src/targets/cgi/Makefile.in 1.46:
12159: * src/targets/isapi/Makefile.in 1.4:
12160: * src/types/Makefile.in 1.36:
12161: makse
12162:
12163: * operators.txt 1.31:
12164: * src/classes/double.C 1.45:
12165: * src/classes/int.C 1.42:
12166: * www/htdocs/global.xsl 1.5:
12167: int/double.int/double(default)
12168:
12169: * src/main/compile.tab.C 1.46:
12170: * src/targets/cgi/parser3.C 1.169:
12171: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 12172: * www/cgi-bin/parser3.log 1.21:
1.15 paf 12173: removed
12174: {
12175: char *a;
12176: {
12177: /*sub local*/char b[...];
12178: a=b;
12179: situations
12180:
12181: * src/classes/xdoc.C 1.89:
1.24 paf 12182: * www/cgi-bin/parser3.log 1.19:
1.15 paf 12183: * www/htdocs/global.xsl 1.6:
12184: * www/htdocs/index.html 1.32:
12185: xslt params fixed
12186:
12187: * operators.txt 1.32:
12188: * src/classes/xdoc.C 1.90:
1.24 paf 12189: * www/cgi-bin/parser3.log 1.20:
1.15 paf 12190: xslt params made literal
12191:
12192: 2002-04-04 paf
12193: * src/include/pa_string.h 1.134:
12194: * src/main/pa_string.C 1.150:
1.24 paf 12195: * www/cgi-bin/parser3.log 1.18:
1.15 paf 12196: * www/htdocs/index.html 1.31:
12197: fixed string.replace [when reconstructing pieces were split by
12198: max_integral(piece.size), thus some strings to replace happen
12199: to be split into two = not replaced)
12200:
12201: * src/targets/cgi/parser3.C 1.166:
12202: * src/targets/cgi/parser3.C 1.167:
12203: * src/targets/cgi/parser3.dsp 1.44:
12204: * src/targets/cgi/parser3.dsp 1.45:
12205: document root in standalone version = current dir
12206:
12207: 2002-04-03 paf
12208: * INSTALL 1.18:
12209: * Makefile.in 1.10:
12210: * configure 1.17:
12211: * configure.in 1.19:
12212: * etc/Makefile.in 1.5:
12213: * etc/parser3.charsets/Makefile.in 1.7:
12214: * src/Makefile.in 1.46:
12215: * src/include/Makefile.in 1.4:
12216: * src/main/Makefile.in 1.40:
12217: root config configure options
12218:
12219: * configure 1.18:
12220: * configure.in 1.20:
12221: more checks on nonexistent charset
12222:
12223: 2002-04-02 paf
12224: * src/main/compile.C 1.63:
12225: parser.compile [exception name more like in doc]
12226:
12227: 2002-04-01 paf
12228: * src/classes/mail.C 1.61:
12229: * src/include/pa_string.h 1.133:
12230: * src/main/untaint.C 1.100:
12231: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 12232: * www/cgi-bin/parser3.log 1.17:
1.15 paf 12233: mail subject encoding taken from .content-type.charset, not .charset
12234:
12235: 2002-03-29 paf
12236: * operators.txt 1.30:
12237: * src/classes/date.C 1.24:
1.24 paf 12238: * www/cgi-bin/parser3.log 1.16:
1.15 paf 12239: * www/htdocs/index.html 1.30:
12240: ^date::create now may not supply day, default 1.
12241: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
12242:
12243: * etc/parser3.charsets/koi8-r.cfg 1.2:
12244: koi8-r += ukranian letters
12245:
12246: 2002-03-28 paf
12247: * operators.txt 1.29:
12248: * src/classes/date.C 1.23:
12249: * src/classes/op.C 1.79:
12250: * src/include/pa_globals.h 1.80:
12251: * src/include/pa_hash.h 1.55:
12252: * src/main/pa_globals.C 1.120:
12253: * src/types/pa_vdate.h 1.9:
12254: * www/htdocs/index.html 1.29:
12255: ^cache[file][date]{
12256: ^cache(seconds)
12257: ^cache[date]
12258: }
12259:
12260: * src/classes/xdoc.C 1.88:
12261: * src/classes/xnode.C 1.42:
12262: * src/classes/xnode.h 1.10:
12263: removed redundant pool param
12264:
12265: 2002-03-27 paf
12266: * operators.txt 1.27:
12267: * src/classes/op.C 1.77:
12268: * src/include/pa_config_fixed.h 1.42:
12269: * src/include/pa_request.h 1.124:
12270: * src/main/execute.C 1.222:
12271: * src/main/pa_request.C 1.196:
1.24 paf 12272: * www/cgi-bin/parser3.log 1.14:
1.15 paf 12273: decided agains resetting exception_trace, just changed name
12274:
12275: * operators.txt 1.28:
12276: * src/classes/date.C 1.22:
12277: * src/classes/double.C 1.44:
12278: * src/classes/file.C 1.74:
12279: * src/classes/form.C 1.22:
12280: * src/classes/hash.C 1.36:
12281: * src/classes/image.C 1.68:
12282: * src/classes/int.C 1.41:
12283: * src/classes/mail.C 1.60:
12284: * src/classes/math.C 1.16:
12285: * src/classes/op.C 1.78:
12286: * src/classes/string.C 1.98:
12287: * src/classes/table.C 1.146:
12288: * src/classes/void.C 1.17:
12289: * src/classes/xdoc.C 1.87:
12290: * src/classes/xnode.C 1.41:
12291: * src/include/pa_exception.h 1.33:
12292: * src/include/pa_request.h 1.125:
12293: * src/include/pa_stylesheet_connection.h 1.28:
12294: * src/main/compile.C 1.62:
12295: * src/main/compile_tools.C 1.46:
12296: * src/main/execute.C 1.223:
12297: * src/main/pa_array.C 1.48:
12298: * src/main/pa_charset.C 1.23:
12299: * src/main/pa_charsets.C 1.8:
12300: * src/main/pa_common.C 1.106:
12301: * src/main/pa_dictionary.C 1.14:
12302: * src/main/pa_exception.C 1.40:
12303: * src/main/pa_exec.C 1.34:
12304: * src/main/pa_pool.C 1.52:
12305: * src/main/pa_request.C 1.197:
12306: * src/main/pa_socks.C 1.14:
12307: * src/main/pa_sql_driver_manager.C 1.62:
12308: * src/main/pa_string.C 1.149:
12309: * src/main/pa_table.C 1.45:
12310: * src/main/untaint.C 1.99:
12311: * src/targets/apache13/mod_parser3.C 1.19:
12312: * src/targets/cgi/parser3.C 1.165:
12313: * src/targets/isapi/parser3isapi.C 1.67:
12314: * src/types/pa_value.h 1.80:
12315: * src/types/pa_vcookie.C 1.43:
12316: * src/types/pa_vfile.h 1.41:
12317: * src/types/pa_vform.C 1.54:
12318: * src/types/pa_vhash.h 1.30:
12319: * src/types/pa_vmethod_frame.h 1.23:
12320: * src/types/pa_vstatus.C 1.7:
12321: * src/types/pa_vtable.C 1.13:
12322: * src/types/pa_vxdoc.h 1.20:
12323: * src/types/pa_vxnode.h 1.13:
12324: * src/types/pa_wcontext.C 1.17:
12325: * src/types/pa_wwrapper.h 1.17:
1.24 paf 12326: * www/cgi-bin/parser3.log 1.15:
1.15 paf 12327: * www/htdocs/index.html 1.28:
12328: assigned exception types
12329:
12330: 2002-03-26 paf
12331: * operators.txt 1.24:
12332: * src/classes/date.C 1.20:
12333: * www/htdocs/index.html 1.25:
12334: fixed date roll on daylightsaving days
12335: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
12336:
12337: * src/classes/op.C 1.76:
12338: * www/htdocs/index.html 1.27:
12339: forced language of $source field of exception to 'tainted',
12340: so that sql-langed-frags could be outputed outside of connect
12341:
12342: * src/include/pa_common.h 1.76:
12343: * src/main/pa_exec.C 1.33:
12344: windows exec chdir fixed
12345:
12346: * operators.txt 1.25:
12347: * src/classes/date.C 1.21:
12348: * www/htdocs/index.html 1.26:
12349: removed date.roll limit of +-1 offset
12350:
12351: 2002-03-25 paf
12352: * INSTALL 1.13:
12353: comment on --disable-link-stdcpp
12354:
12355: * INSTALL 1.12:
12356: * configure 1.15:
12357: * configure.in 1.17:
12358: * src/targets/cgi/Makefile.am 1.33:
12359: * src/targets/cgi/Makefile.in 1.44:
12360: libstdc++ link skipping configure option
12361:
12362: * src/classes/file.C 1.73:
12363: * src/classes/mail.C 1.56:
12364: * src/include/pa_exec.h 1.8:
12365: * src/main/pa_exec.C 1.32:
12366: f(!forced_allow)
12367: to allow
12368: --with-sendmail to work with any/both
12369: --disable-foreign-group-files --disable-execs
12370:
12371: * src/classes/op.C 1.75:
12372: * src/include/pa_sql_connection.h 1.24:
12373: sql connection with error were put to cache with '
12374: marked_to_rollback' flag, all consequent even OK requests
12375: rolled back
12376:
12377: * INSTALL 1.16:
12378: "--with=sendmail=COMMAND"
12379: comment
12380:
12381: * INSTALL 1.15:
12382: * configure 1.16:
12383: * configure.in 1.18:
12384: * src/classes/mail.C 1.55:
12385: * src/include/pa_config_auto.h.in 1.24:
12386: * src/main/pa_exec.C 1.31:
12387: * src/targets/cgi/Makefile.am 1.34:
12388: * src/targets/cgi/Makefile.in 1.45:
12389: --disable-foreign-group-files now disables execs also.
12390: introducing --sendmail
12391:
12392: * INSTALL 1.14:
12393: * INSTALL 1.17:
12394: * src/classes/mail.C 1.57:
12395: * src/classes/mail.C 1.58:
12396: *** empty log message ***
12397:
12398: * operators.txt 1.22:
12399: pgsql options comment
12400:
12401: * operators.txt 1.23:
12402: * src/targets/cgi/parser3.C 1.164:
12403: http_site_config_filespec
12404:
12405: 2002-03-22 paf
12406: * operators.txt 1.21:
12407: few comments on sets
12408:
12409: * src/main/pa_exec.C 1.30:
12410: createprocess nowindow flag
12411: check on readfile false return
12412:
12413: 2002-03-18 paf
12414: * src/main/pa_charset.C 1.22:
12415: * src/targets/isapi/pa_threads.C 1.10:
12416: * src/types/pa_vdouble.h 1.34:
12417: removed some tested @tests
12418:
12419: * operators.txt 1.20:
12420: * src/classes/op.C 1.74:
12421: * src/include/pa_exception.h 1.32:
12422: * src/include/pa_globals.h 1.79:
12423: * src/include/pa_request.h 1.123:
12424: * src/include/pa_stack.h 1.14:
12425: * src/main/pa_globals.C 1.119:
12426: * src/main/pa_request.C 1.195:
1.24 paf 12427: * www/cgi-bin/parser3.log 1.12:
12428: * www/cgi-bin/parser3.log 1.13:
1.15 paf 12429: * www/htdocs/index.html 1.22:
12430: * www/htdocs/index.html 1.23:
12431: introducing ^try
12432:
12433: 2002-03-15 paf
12434: * operators.txt 1.19:
12435: * src/classes/table.C 1.145:
12436: * www/htdocs/index.html 1.21:
12437: ^table.locate(logical expr)
12438:
12439: 2002-03-13 paf
12440: * src/main/pa_exception.C 1.39:
12441: checked not-pooled malloc
12442:
12443: 2002-03-11 paf
12444: * src/types/pa_vfile.C 1.29:
12445: $file.text now 0A linebreaks,
12446: file::exec/cgi linebreaks "0D0A" changed to 0A onces
12447:
12448: * INSTALL 1.10:
12449: * configure 1.13:
12450: * configure.in 1.15:
12451: * src/include/pa_config_auto.h.in 1.22:
12452: * src/include/pa_config_fixed.h 1.40:
12453: * src/main/pa_exec.C 1.28:
12454: * src/main/pa_exec.C 1.29:
12455: * www/htdocs/index.html 1.18:
12456: * www/htdocs/index.html 1.19:
12457: * www/htdocs/index.html 1.20:
12458: --disable-execs
12459:
12460: * INSTALL 1.11:
12461: * configure 1.14:
12462: * configure.in 1.16:
12463: * src/include/pa_config_auto.h.in 1.23:
12464: * src/main/pa_common.C 1.105:
12465: --disable-foreign-group-files
12466:
12467: 2002-03-05 paf
12468: * src/targets/isapi/parser3isapi.C 1.66:
12469: * src/targets/isapi/parser3isapi.dsp 1.32:
12470: iis5 now requires headers to be terminated with \r\n manually [
12471: refuses to separate header/body itself]
12472:
12473: * operators.txt 1.17:
12474: * operators.txt 1.18:
12475: * src/classes/date.C 1.18:
12476: * src/classes/date.C 1.19:
12477: date week calendar columns named
12478:
12479: * src/main/pa_globals.C 1.118:
12480: * src/targets/cgi/parser3.C 1.163:
12481: * src/targets/isapi/parser3isapi.C 1.65:
12482: * www/htdocs/index.html 1.17:
12483: isapi site config beside .dll
12484:
12485: 2002-03-04 paf
12486: * src/targets/isapi/pa_threads.C 1.9:
12487: * src/targets/isapi/parser3isapi.C 1.64:
12488: * src/targets/isapi/parser3isapi.dsp 1.31:
12489: isapi updated
12490:
12491: * src/classes/op.C 1.73:
12492: * src/types/pa_vfile.C 1.28:
1.24 paf 12493: * www/cgi-bin/parser3.log 1.11:
1.15 paf 12494: * www/htdocs/index.html 1.16:
12495: process body now evaluated in PASS language
12496:
12497: * src/classes/op.C 1.72:
12498: * src/include/pa_string.h 1.132:
12499: * src/main/pa_string.C 1.148:
12500: string deserialize checks on broken file
12501:
12502: 2002-03-01 paf
12503: * src/main/pa_exec.C 1.27:
12504: execle -> execve, now argc OK
12505:
12506: 2002-02-28 paf
12507: * src/main/pa_string.C 1.147:
12508: origin by first piece preferred before last piece
12509:
12510: * src/main/pa_charsets.C 1.7:
12511: when placing charset to cache using global name now [were
12512: request]
12513:
12514: * configure 1.12:
12515: * configure.in 1.14:
12516: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
12517: * src/targets/apache13/mod_parser3.C 1.18:
12518: * src/targets/apache13/p3runConfigure.in 1.9:
12519: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 12520: * www/cgi-bin/parser3.log 1.10:
1.15 paf 12521: * www/htdocs/auto.p 1.7:
12522: apache module updated
12523:
12524: * src/main/untaint.C 1.98:
12525: removed some debug comments
12526:
12527: 2002-02-27 paf
12528: * src/main/pa_charset.C 1.21:
12529: size_t
12530:
12531: * INSTALL 1.9:
12532: shared/static-xml
12533: with-pathlink
12534:
12535: * operators.txt 1.15:
12536: * operators.txt 1.16:
12537: SMTP comment
12538:
12539: 2002-02-26 paf
12540: * src/classes/xnode.C 1.40:
1.24 paf 12541: * www/cgi-bin/parser3.log 1.9:
1.15 paf 12542: * www/htdocs/auto.p 1.6:
12543: * www/htdocs/global.xsl 1.4:
12544: * www/htdocs/index.html 1.15:
12545: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
12546: checked that
12547:
12548: * src/main/pa_exec.C 1.26:
12549: more precise names for vars, cosmetic
12550:
12551: 2002-02-22 paf
12552: * operators.txt 1.14:
12553: * src/types/pa_vcookie.C 1.41:
12554: * src/types/pa_vcookie.C 1.42:
1.24 paf 12555: * www/cgi-bin/parser3.log 1.5:
1.15 paf 12556: cookie "expires=0" = "session"
12557:
12558: * src/include/pa_string.h 1.131:
12559: * src/main/pa_string.C 1.144:
12560: * src/main/pa_string.C 1.145:
12561: * src/main/pa_string.C 1.146:
1.24 paf 12562: * www/cgi-bin/parser3.log 1.6:
12563: * www/cgi-bin/parser3.log 1.7:
12564: * www/cgi-bin/parser3.log 1.8:
1.15 paf 12565: * www/htdocs/auto.p 1.5:
12566: * www/htdocs/index.html 1.14:
12567: string iterators fixed again, so were String::join_chain
12568:
12569: * configure 1.11:
12570: * configure.in 1.13:
12571: glib###.a detection fixed
12572:
12573: * Makefile.in 1.7:
12574: * configure 1.9:
12575: * configure.in 1.11:
12576: * etc/Makefile.in 1.4:
12577: * etc/parser3.charsets/Makefile.in 1.6:
12578: * src/Makefile.in 1.45:
12579: * src/classes/Makefile.am 1.38:
12580: * src/classes/Makefile.in 1.43:
12581: * src/classes/hashfile.C 1.23:
12582: * src/include/Makefile.am 1.2:
12583: * src/include/Makefile.in 1.3:
12584: * src/include/pa_config_auto.h.in 1.20:
12585: * src/include/pa_db_connection.h 1.22:
12586: * src/include/pa_db_manager.h 1.15:
12587: * src/include/pa_db_table.h 1.16:
12588: * src/main/Makefile.am 1.31:
12589: * src/main/Makefile.in 1.39:
12590: * src/main/pa_db_connection.C 1.38:
12591: * src/main/pa_db_manager.C 1.23:
12592: * src/main/pa_db_table.C 1.21:
12593: * src/main/pa_globals.C 1.117:
12594: * src/sql/Makefile.in 1.3:
12595: * src/targets/Makefile.in 1.34:
12596: * src/targets/apache13/Makefile.in 1.32:
12597: * src/targets/apache13/p3runConfigure.in 1.8:
12598: * src/targets/cgi/Makefile.am 1.32:
12599: * src/targets/cgi/Makefile.in 1.43:
12600: * src/targets/isapi/Makefile.in 1.3:
12601: * src/types/Makefile.am 1.20:
12602: * src/types/Makefile.in 1.35:
12603: * src/types/pa_vhashfile.C 1.21:
12604: * src/types/pa_vhashfile.h 1.16:
12605: removed hashfile support for now
12606:
12607: * acconfig.h 1.1:
12608: acconfig move in cvs[from src/libltdl to /]
12609:
12610: * etc/parser3.charsets/windows-1251.cfg 1.2:
12611: °
12612:
12613: * Makefile.am 1.4:
12614: * Makefile.in 1.9:
12615: make update
12616:
12617: * INSTALL 1.7:
12618: hashfile removed from INSTALL
12619:
12620: * Makefile.in 1.8:
12621: * configure 1.10:
12622: * configure.in 1.12:
12623: * src/include/pa_config_auto.h.in 1.21:
12624: --with-shared-xml
12625: --with-static-xml
12626:
12627: * INSTALL 1.8:
12628: without-zlib comment
12629:
12630: * operators.txt 1.13:
12631: * src/classes/classes.dsp 1.16:
12632: * src/main/main.dsp 1.148:
12633: * src/types/types.dsp 1.20:
12634: removed hashfile support from sources for now
12635:
12636: * src/classes/classes.dsp 1.17:
12637: * src/main/compile.tab.C 1.45:
12638: * src/main/main.dsp 1.149:
12639: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
12640: * src/targets/cgi/parser3.dsp 1.43:
12641: * src/targets/isapi/parser3isapi.dsp 1.30:
12642: * src/types/types.dsp 1.21:
12643: *.dsp: removed refereces to win32db & ancient xalan&xml
12644:
12645: 2002-02-21 paf
12646: * Makefile.am 1.3:
12647: * Makefile.in 1.6:
12648: make cvsupdate
12649:
12650: * src/main/untaint.C 1.97:
1.24 paf 12651: * www/cgi-bin/parser3.log 1.4:
1.15 paf 12652: removed debug code, activated commented-for debug parts
12653:
12654: * src/include/pa_string.h 1.130:
12655: * src/include/pa_types.h 1.39:
12656: * src/main/pa_string.C 1.143:
12657: * src/main/untaint.C 1.96:
1.24 paf 12658: * www/cgi-bin/parser3.log 1.3:
1.15 paf 12659: STRING_*FOREACH_ROW
12660: changed to stop at append_row, not at link zero
12661: now string to string appending works
12662:
12663: 2002-02-20 paf
12664: * src/include/pa_string.h 1.129:
12665: * src/main/execute.C 1.221:
12666: * src/main/untaint.C 1.95:
12667: * src/targets/cgi/pa_pool.C 1.38:
12668: * src/targets/cgi/parser3.C 1.162:
12669: * www/htdocs/index.html 1.13:
12670: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
12671:
12672: * src/include/pa_string.h 1.128:
12673: * src/main/pa_string.C 1.142:
12674: * src/main/untaint.C 1.94:
1.24 paf 12675: * www/cgi-bin/parser3.log 1.2:
1.15 paf 12676: economy: 22%
12677:
12678: * operators.txt 1.12:
12679: * src/include/pa_common.h 1.75:
12680: * src/include/pa_config_fixed.h 1.39:
12681: * src/include/pa_string.h 1.125:
12682: * src/include/pa_types.h 1.38:
12683: * src/main/compile.tab.C 1.44:
12684: * src/main/execute.C 1.220:
12685: * src/main/pa_string.C 1.139:
12686: * src/main/untaint.C 1.91:
12687: * src/targets/cgi/pa_pool.C 1.37:
12688: * src/targets/cgi/parser3.C 1.160:
12689: * www/htdocs/auto.p 1.4:
12690: * www/htdocs/global.xsl 1.3:
12691: * www/htdocs/index.html 1.11:
12692: strign to string append optimiziation idea and estimates
12693:
12694: * src/include/pa_string.h 1.126:
12695: * src/include/pa_stylesheet_connection.h 1.27:
12696: * src/main/pa_db_manager.C 1.22:
12697: * src/main/pa_dictionary.C 1.13:
12698: * src/main/pa_string.C 1.140:
12699: * src/main/untaint.C 1.92:
12700: * src/targets/cgi/parser3.C 1.161:
12701: * src/types/pa_vcookie.C 1.40:
12702: * src/types/pa_vstring.h 1.42:
12703: * www/htdocs/index.html 1.12:
12704: speed uptimized: string::is_empty
12705:
12706: * src/include/pa_string.h 1.127:
12707: * src/main/pa_string.C 1.141:
12708: * src/main/untaint.C 1.93:
1.24 paf 12709: * www/cgi-bin/parser3.log 1.1:
1.15 paf 12710: space uptimized: string::link_row removed
12711:
12712: 2002-02-19 paf
12713: * src/classes/xdoc.C 1.86:
12714: * src/classes/xnode.C 1.39:
12715: getElementsByTagName and *NS moved to node [element]
12716:
12717: * src/classes/math.C 1.15:
12718: not used directly [but erroreously reported that 'is', thus
12719: registering twice&other probs]
12720:
12721: * src/main/compile.C 1.59:
12722: * src/main/compile.C 1.60:
12723: without string_origins not worked
12724:
12725: * src/main/compile.C 1.61:
12726: without string_origins parse error file+line+col possible
12727:
12728: 2002-02-18 paf
12729: * src/types/pa_vdouble.h 1.33:
12730: since we have in_expression
12731: removed that trick i've installed into double::as_string
12732:
12733: * INSTALL 1.6:
12734: local install comment
12735:
12736: * src/main/compile.tab.C 1.41:
12737: * src/main/compile.y 1.181:
12738: * www/htdocs/global.xsl 1.2:
12739: * www/htdocs/index.html 1.7:
12740: integer division stops name
12741:
12742: * Makefile.in 1.4:
12743: * acinclude.m4 1.2:
12744: * aclocal.m4 1.2:
12745: * configure 1.8:
12746: * configure.in 1.10:
12747: * etc/Makefile.in 1.3:
12748: * etc/parser3.charsets/Makefile.in 1.5:
12749: * src/Makefile.in 1.44:
12750: * src/classes/Makefile.in 1.42:
12751: * src/include/Makefile.in 1.2:
12752: * src/include/pa_config_auto.h.in 1.19:
12753: * src/include/pa_config_includes.h 1.19:
12754: * src/main/Makefile.in 1.38:
12755: * src/sql/Makefile.in 1.2:
12756: * src/targets/Makefile.in 1.33:
12757: * src/targets/apache13/Makefile.in 1.31:
12758: * src/targets/apache13/p3runConfigure.in 1.7:
12759: * src/targets/cgi/Makefile.am 1.30:
12760: * src/targets/cgi/Makefile.in 1.41:
12761: * src/targets/cgi/parser3.C 1.157:
12762: * src/targets/isapi/Makefile.in 1.2:
12763: * src/types/Makefile.in 1.34:
12764: removed libtool usage from build mech
12765:
1.24 paf 12766: * src/classes/math.C 1.14:
12767: * www/htdocs/index.html 1.8:
12768: math:random range check fixed
12769:
1.15 paf 12770: * operators.txt 1.10:
12771: * src/classes/date.C 1.17:
12772: date::create [were date::set, with backward comp
12773:
12774: * src/main/compile.tab.C 1.42:
12775: bison env set so one could compile without cygwin installed
12776:
12777: * src/targets/cgi/Makefile.am 1.31:
12778: * src/targets/cgi/Makefile.in 1.42:
12779: * src/targets/cgi/parser3.C 1.158:
12780: *** empty log message ***
12781:
12782: * src/main/pa_globals.C 1.116:
12783: extern "C" was removed too fast
12784:
12785: * Makefile.in 1.5:
12786: * ltconfig 1.2:
12787: * ltmain.sh 1.2:
12788: removed libtool subpart files
12789:
12790: * src/main/main.dsp 1.147:
12791: * src/main/pa_globals.C 1.115:
12792: removed unneded
12793: #ifdef __cplusplus
12794: }
12795: #endif
12796:
12797: * src/include/pa_opcode.h 1.15:
12798: * src/include/pa_request.h 1.122:
12799: * src/main/compile.tab.C 1.43:
12800: * src/main/compile.y 1.182:
12801: * src/main/execute.C 1.219:
12802: * src/types/pa_wcontext.h 1.28:
12803: * www/htdocs/index.html 1.10:
12804: * www/htdocs/index.html 1.9:
12805: in_expression
12806: aimed to solve old problem with string/nonstring values,
12807: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
12808:
12809: * operators.txt 1.11:
12810: * src/targets/cgi/parser3.C 1.159:
12811: PARSER_ROOT_CONFIG
12812:
12813: * src/classes/classes.dsp 1.15:
12814: * src/main/main.dsp 1.146:
12815: * src/main/pa_globals.C 1.114:
12816: * src/targets/cgi/parser3.dsp 1.42:
12817: * src/types/types.dsp 1.19:
12818: win32xml now contains gnome xml libs
12819: parser .dsp-s changed accordingly
12820:
12821: * operators.txt 1.9:
12822: \ comment
12823:
12824: 2002-02-13 paf
12825: * INSTALL 1.5:
12826: * configure 1.7:
12827: * configure.in 1.9:
12828: * src/targets/cgi/Makefile.am 1.29:
12829: * src/targets/cgi/Makefile.in 1.40:
12830: --with-glib-config
12831: CXXLINK=$(CC) for targets/cgi/parser3
12832:
12833: * src/include/pa_config_includes.h 1.18:
12834: sys/time time both included now.
12835: vaguely remember confilicts on this on some system [not on six|ablv]
12836: so when would see them again would think up proper check
12837:
12838: * etc/parser3.charsets/windows-1257.cfg 1.1:
12839: * src/targets/cgi/parser3.C 1.156:
12840: baltic charset file generated, in generation script ispunct
12841: check added
12842:
12843: * src/main/pa_common.C 1.103:
12844: strnchr: sanity check added
12845:
12846: * src/main/pa_common.C 1.104:
12847: truncation never occured when writing files on unix [since i've changed cache mech]
12848: fix
12849:
12850: * etc/parser3.charsets/windows-1257.cfg 1.2:
12851: id added
12852:
12853: 2002-02-08 paf
12854: * src/classes/classes.C 1.14:
12855: * src/classes/classes.h 1.15:
12856: * src/classes/date.C 1.15:
12857: * src/classes/double.C 1.42:
12858: * src/classes/file.C 1.71:
12859: * src/classes/form.C 1.20:
12860: * src/classes/hash.C 1.34:
12861: * src/classes/hashfile.C 1.21:
12862: * src/classes/image.C 1.65:
12863: * src/classes/int.C 1.39:
12864: * src/classes/mail.C 1.53:
12865: * src/classes/math.C 1.12:
12866: * src/classes/op.C 1.70:
12867: * src/classes/response.C 1.17:
12868: * src/classes/string.C 1.96:
12869: * src/classes/table.C 1.143:
12870: * src/classes/void.C 1.15:
12871: * src/classes/xdoc.C 1.84:
12872: * src/classes/xnode.C 1.37:
12873: * src/classes/xnode.h 1.8:
12874: * src/include/pa_array.h 1.52:
12875: * src/include/pa_cache_managers.h 1.5:
12876: * src/include/pa_charset.h 1.13:
12877: * src/include/pa_charsets.h 1.4:
12878: * src/include/pa_common.h 1.73:
12879: * src/include/pa_config_fixed.h 1.37:
12880: * src/include/pa_config_includes.h 1.16:
12881: * src/include/pa_db_connection.h 1.20:
12882: * src/include/pa_db_manager.h 1.13:
12883: * src/include/pa_db_table.h 1.14:
12884: * src/include/pa_dictionary.h 1.9:
12885: * src/include/pa_dir.h 1.9:
12886: * src/include/pa_exception.h 1.30:
12887: * src/include/pa_exec.h 1.6:
12888: * src/include/pa_globals.h 1.77:
12889: * src/include/pa_hash.h 1.53:
12890: * src/include/pa_opcode.h 1.13:
12891: * src/include/pa_pool.h 1.77:
12892: * src/include/pa_pragma_pack_begin.h 1.3:
12893: * src/include/pa_pragma_pack_end.h 1.3:
12894: * src/include/pa_request.h 1.120:
12895: * src/include/pa_sapi.h 1.17:
12896: * src/include/pa_socks.h 1.7:
12897: * src/include/pa_sql_connection.h 1.22:
12898: * src/include/pa_sql_driver_manager.h 1.22:
12899: * src/include/pa_stack.h 1.12:
12900: * src/include/pa_string.h 1.123:
12901: * src/include/pa_stylesheet_connection.h 1.25:
12902: * src/include/pa_stylesheet_manager.h 1.11:
12903: * src/include/pa_table.h 1.40:
12904: * src/include/pa_threads.h 1.22:
12905: * src/include/pa_types.h 1.36:
12906: * src/main/compile.C 1.57:
12907: * src/main/compile.tab.C 1.40:
12908: * src/main/compile_tools.C 1.44:
12909: * src/main/compile_tools.h 1.57:
12910: * src/main/execute.C 1.217:
12911: * src/main/pa_array.C 1.46:
12912: * src/main/pa_cache_managers.C 1.3:
12913: * src/main/pa_charset.C 1.19:
12914: * src/main/pa_charsets.C 1.5:
12915: * src/main/pa_common.C 1.100:
12916: * src/main/pa_db_connection.C 1.36:
12917: * src/main/pa_db_manager.C 1.20:
12918: * src/main/pa_db_table.C 1.19:
12919: * src/main/pa_dictionary.C 1.11:
12920: * src/main/pa_dir.C 1.10:
12921: * src/main/pa_exception.C 1.37:
12922: * src/main/pa_exec.C 1.24:
12923: * src/main/pa_globals.C 1.112:
12924: * src/main/pa_hash.C 1.49:
12925: * src/main/pa_pool.C 1.50:
12926: * src/main/pa_request.C 1.193:
12927: * src/main/pa_socks.C 1.12:
12928: * src/main/pa_sql_driver_manager.C 1.60:
12929: * src/main/pa_status_provider.C 1.3:
12930: * src/main/pa_string.C 1.137:
12931: * src/main/pa_stylesheet_manager.C 1.12:
12932: * src/main/pa_table.C 1.43:
12933: * src/main/untaint.C 1.88:
12934: * src/sql/pa_sql_driver.h 1.25:
12935: * src/targets/apache13/mod_parser3.C 1.16:
12936: * src/targets/apache13/pa_pool.C 1.4:
12937: * src/targets/apache13/pa_threads.C 1.6:
12938: * src/targets/cgi/pa_pool.C 1.35:
12939: * src/targets/cgi/pa_threads.C 1.8:
12940: * src/targets/cgi/parser3.C 1.153:
12941: * src/targets/cgi/pool_storage.h 1.8:
12942: * src/targets/isapi/pa_pool.C 1.11:
12943: * src/targets/isapi/pa_threads.C 1.7:
12944: * src/targets/isapi/parser3isapi.C 1.62:
12945: * src/targets/isapi/pool_storage.h 1.14:
12946: * src/types/pa_valiased.C 1.12:
12947: * src/types/pa_valiased.h 1.17:
12948: * src/types/pa_value.h 1.78:
12949: * src/types/pa_vbool.h 1.16:
12950: * src/types/pa_vclass.h 1.23:
12951: * src/types/pa_vcode_frame.h 1.13:
12952: * src/types/pa_vcookie.C 1.33:
12953: * src/types/pa_vcookie.h 1.14:
12954: * src/types/pa_vdate.h 1.7:
12955: * src/types/pa_vdouble.h 1.31:
12956: * src/types/pa_venv.h 1.19:
12957: * src/types/pa_vfile.C 1.25:
12958: * src/types/pa_vfile.h 1.39:
12959: * src/types/pa_vform.C 1.51:
12960: * src/types/pa_vform.h 1.32:
12961: * src/types/pa_vhash.h 1.28:
12962: * src/types/pa_vhashfile.C 1.18:
12963: * src/types/pa_vhashfile.h 1.14:
12964: * src/types/pa_vimage.C 1.15:
12965: * src/types/pa_vimage.h 1.23:
12966: * src/types/pa_vint.h 1.30:
12967: * src/types/pa_vjunction.h 1.11:
12968: * src/types/pa_vmath.h 1.5:
12969: * src/types/pa_vmethod_frame.h 1.21:
12970: * src/types/pa_vobject.h 1.15:
12971: * src/types/pa_vrequest.C 1.15:
12972: * src/types/pa_vrequest.h 1.15:
12973: * src/types/pa_vresponse.C 1.3:
12974: * src/types/pa_vresponse.h 1.20:
12975: * src/types/pa_vstateless_class.C 1.12:
12976: * src/types/pa_vstateless_class.h 1.22:
12977: * src/types/pa_vstateless_object.h 1.14:
12978: * src/types/pa_vstatus.C 1.5:
12979: * src/types/pa_vstatus.h 1.6:
12980: * src/types/pa_vstring.C 1.15:
12981: * src/types/pa_vstring.h 1.40:
12982: * src/types/pa_vtable.C 1.10:
12983: * src/types/pa_vtable.h 1.36:
12984: * src/types/pa_vvoid.h 1.7:
12985: * src/types/pa_vxdoc.C 1.10:
12986: * src/types/pa_vxdoc.h 1.18:
12987: * src/types/pa_vxnode.C 1.14:
12988: * src/types/pa_vxnode.h 1.11:
12989: * src/types/pa_wcontext.C 1.14:
12990: * src/types/pa_wcontext.h 1.26:
12991: * src/types/pa_wwrapper.h 1.15:
12992: 2002
12993:
12994: * src/types/pa_vcookie.C 1.36:
12995: * src/types/pa_vcookie.C 1.37:
12996: * src/types/pa_vcookie.C 1.38:
12997: * src/types/pa_vcookie.C 1.39:
12998: VCookie::fill_fields one check forgotten
12999:
13000: * src/include/Makefile.am 1.1:
13001: * src/include/Makefile.in 1.1:
13002: * src/sql/Makefile.am 1.3:
13003: * src/sql/Makefile.in 1.1:
13004: * src/targets/isapi/Makefile.am 1.1:
13005: * src/targets/isapi/Makefile.in 1.1:
13006: forgotten makes
13007:
13008: * AUTHORS 1.2:
13009: * COPYING 1.2:
13010: * INSTALL 1.3:
13011: * INSTALL 1.4:
13012: * README 1.2:
13013: install&others updated
13014:
13015: * Makefile.am 1.2:
13016: * Makefile.in 1.3:
13017: * configure 1.6:
13018: * configure.in 1.8:
13019: * etc/parser3.charsets/Makefile.am 1.2:
13020: * etc/parser3.charsets/Makefile.in 1.4:
13021: * src/Makefile.am 1.15:
13022: * src/Makefile.in 1.43:
13023: * src/classes/Makefile.am 1.37:
13024: * src/classes/Makefile.in 1.41:
13025: * src/main/Makefile.am 1.30:
13026: * src/main/Makefile.in 1.37:
13027: * src/main/pa_status_provider.C 1.5:
13028: * src/targets/Makefile.am 1.9:
13029: * src/targets/Makefile.in 1.32:
13030: * src/targets/apache13/Makefile.am 1.11:
13031: * src/targets/apache13/Makefile.in 1.30:
13032: * src/targets/cgi/Makefile.am 1.28:
13033: * src/targets/cgi/Makefile.in 1.39:
13034: * src/types/Makefile.am 1.19:
13035: * src/types/Makefile.in 1.33:
13036: 'make dist' works
13037:
13038: * src/classes/classes.C 1.15:
13039: * src/classes/classes.h 1.16:
13040: * src/classes/date.C 1.16:
13041: * src/classes/double.C 1.43:
13042: * src/classes/file.C 1.72:
13043: * src/classes/form.C 1.21:
13044: * src/classes/hash.C 1.35:
13045: * src/classes/hashfile.C 1.22:
13046: * src/classes/image.C 1.66:
13047: * src/classes/image.C 1.67:
13048: * src/classes/int.C 1.40:
13049: * src/classes/mail.C 1.54:
13050: * src/classes/math.C 1.13:
13051: * src/classes/op.C 1.71:
13052: * src/classes/response.C 1.18:
13053: * src/classes/string.C 1.97:
13054: * src/classes/table.C 1.144:
13055: * src/classes/void.C 1.16:
13056: * src/classes/xdoc.C 1.85:
13057: * src/classes/xnode.C 1.38:
13058: * src/classes/xnode.h 1.9:
13059: * src/include/pa_array.h 1.53:
13060: * src/include/pa_cache_managers.h 1.6:
13061: * src/include/pa_charset.h 1.14:
13062: * src/include/pa_charsets.h 1.5:
13063: * src/include/pa_common.h 1.74:
13064: * src/include/pa_config_fixed.h 1.38:
13065: * src/include/pa_config_includes.h 1.17:
13066: * src/include/pa_db_connection.h 1.21:
13067: * src/include/pa_db_manager.h 1.14:
13068: * src/include/pa_db_table.h 1.15:
13069: * src/include/pa_dictionary.h 1.10:
13070: * src/include/pa_dir.h 1.10:
13071: * src/include/pa_exception.h 1.31:
13072: * src/include/pa_exec.h 1.7:
13073: * src/include/pa_globals.h 1.78:
13074: * src/include/pa_hash.h 1.54:
13075: * src/include/pa_opcode.h 1.14:
13076: * src/include/pa_pool.h 1.78:
13077: * src/include/pa_pragma_pack_begin.h 1.4:
13078: * src/include/pa_pragma_pack_end.h 1.4:
13079: * src/include/pa_request.h 1.121:
13080: * src/include/pa_sapi.h 1.18:
13081: * src/include/pa_socks.h 1.8:
13082: * src/include/pa_sql_connection.h 1.23:
13083: * src/include/pa_sql_driver_manager.h 1.23:
13084: * src/include/pa_stack.h 1.13:
13085: * src/include/pa_string.h 1.124:
13086: * src/include/pa_stylesheet_connection.h 1.26:
13087: * src/include/pa_stylesheet_manager.h 1.12:
13088: * src/include/pa_table.h 1.41:
13089: * src/include/pa_threads.h 1.23:
13090: * src/include/pa_types.h 1.37:
13091: * src/main/compile.C 1.58:
13092: * src/main/compile_tools.C 1.45:
13093: * src/main/compile_tools.h 1.58:
13094: * src/main/execute.C 1.218:
13095: * src/main/pa_array.C 1.47:
13096: * src/main/pa_cache_managers.C 1.4:
13097: * src/main/pa_charset.C 1.20:
13098: * src/main/pa_charsets.C 1.6:
13099: * src/main/pa_common.C 1.101:
13100: * src/main/pa_common.C 1.102:
13101: * src/main/pa_db_connection.C 1.37:
13102: * src/main/pa_db_manager.C 1.21:
13103: * src/main/pa_db_table.C 1.20:
13104: * src/main/pa_dictionary.C 1.12:
13105: * src/main/pa_dir.C 1.11:
13106: * src/main/pa_exception.C 1.38:
13107: * src/main/pa_exec.C 1.25:
13108: * src/main/pa_globals.C 1.113:
13109: * src/main/pa_hash.C 1.50:
13110: * src/main/pa_pool.C 1.51:
13111: * src/main/pa_request.C 1.194:
13112: * src/main/pa_socks.C 1.13:
13113: * src/main/pa_sql_driver_manager.C 1.61:
13114: * src/main/pa_status_provider.C 1.4:
13115: * src/main/pa_string.C 1.138:
13116: * src/main/pa_stylesheet_manager.C 1.13:
13117: * src/main/pa_table.C 1.44:
13118: * src/main/untaint.C 1.89:
13119: * src/main/untaint.C 1.90:
13120: * src/sql/pa_sql_driver.h 1.26:
13121: * src/targets/apache13/mod_parser3.C 1.17:
13122: * src/targets/apache13/pa_pool.C 1.5:
13123: * src/targets/apache13/pa_threads.C 1.7:
13124: * src/targets/cgi/pa_pool.C 1.36:
13125: * src/targets/cgi/pa_threads.C 1.9:
13126: * src/targets/cgi/parser3.C 1.154:
13127: * src/targets/cgi/parser3.C 1.155:
13128: * src/targets/cgi/pool_storage.h 1.9:
13129: * src/targets/isapi/pa_pool.C 1.12:
13130: * src/targets/isapi/pa_threads.C 1.8:
13131: * src/targets/isapi/parser3isapi.C 1.63:
13132: * src/targets/isapi/pool_storage.h 1.15:
13133: * src/types/pa_valiased.C 1.13:
13134: * src/types/pa_valiased.h 1.18:
13135: * src/types/pa_value.h 1.79:
13136: * src/types/pa_vbool.h 1.17:
13137: * src/types/pa_vclass.h 1.24:
13138: * src/types/pa_vcode_frame.h 1.14:
13139: * src/types/pa_vcookie.C 1.34:
13140: * src/types/pa_vcookie.C 1.35:
13141: * src/types/pa_vcookie.h 1.15:
13142: * src/types/pa_vdate.h 1.8:
13143: * src/types/pa_vdouble.h 1.32:
13144: * src/types/pa_venv.h 1.20:
13145: * src/types/pa_vfile.C 1.26:
13146: * src/types/pa_vfile.C 1.27:
13147: * src/types/pa_vfile.h 1.40:
13148: * src/types/pa_vform.C 1.52:
13149: * src/types/pa_vform.C 1.53:
13150: * src/types/pa_vform.h 1.33:
13151: * src/types/pa_vhash.h 1.29:
13152: * src/types/pa_vhashfile.C 1.19:
13153: * src/types/pa_vhashfile.C 1.20:
13154: * src/types/pa_vhashfile.h 1.15:
13155: * src/types/pa_vimage.C 1.16:
13156: * src/types/pa_vimage.C 1.17:
13157: * src/types/pa_vimage.h 1.24:
13158: * src/types/pa_vint.h 1.31:
13159: * src/types/pa_vjunction.h 1.12:
13160: * src/types/pa_vmath.h 1.6:
13161: * src/types/pa_vmethod_frame.h 1.22:
13162: * src/types/pa_vobject.h 1.16:
13163: * src/types/pa_vrequest.C 1.16:
13164: * src/types/pa_vrequest.C 1.17:
13165: * src/types/pa_vrequest.h 1.16:
13166: * src/types/pa_vresponse.C 1.4:
13167: * src/types/pa_vresponse.C 1.5:
13168: * src/types/pa_vresponse.h 1.21:
13169: * src/types/pa_vstateless_class.C 1.13:
13170: * src/types/pa_vstateless_class.h 1.23:
13171: * src/types/pa_vstateless_object.h 1.15:
13172: * src/types/pa_vstatus.C 1.6:
13173: * src/types/pa_vstatus.h 1.7:
13174: * src/types/pa_vstring.C 1.16:
13175: * src/types/pa_vstring.C 1.17:
13176: * src/types/pa_vstring.h 1.41:
13177: * src/types/pa_vtable.C 1.11:
13178: * src/types/pa_vtable.C 1.12:
13179: * src/types/pa_vtable.h 1.37:
13180: * src/types/pa_vvoid.h 1.8:
13181: * src/types/pa_vxdoc.C 1.11:
13182: * src/types/pa_vxdoc.C 1.12:
13183: * src/types/pa_vxdoc.h 1.19:
13184: * src/types/pa_vxnode.C 1.15:
13185: * src/types/pa_vxnode.C 1.16:
13186: * src/types/pa_vxnode.h 1.12:
13187: * src/types/pa_wcontext.C 1.15:
13188: * src/types/pa_wcontext.h 1.27:
13189: * src/types/pa_wwrapper.h 1.16:
13190: name spelling
13191:
13192: 2002-02-07 paf
13193: * src/main/compile.C 1.56:
13194: * src/main/compile.tab.C 1.39:
13195: * src/main/compile.y 1.180:
13196: * src/main/compile_tools.h 1.56:
13197: disabled $if reference due to conflicts with local variables
13198:
13199: * configure 1.5:
13200: * configure.in 1.7:
13201: * src/classes/Makefile.in 1.39:
13202: * src/include/pa_config_auto.h.in 1.18:
13203: * src/main/Makefile.in 1.35:
13204: * src/main/pa_common.C 1.99:
13205: * src/main/pa_socks.C 1.10:
13206: * src/targets/Makefile.in 1.30:
13207: * src/targets/cgi/Makefile.in 1.37:
13208: * src/types/Makefile.in 1.31:
13209: compiled under cygwin
13210: added yet another locking function: fcntl
13211:
13212: * src/classes/Makefile.in 1.40:
13213: * src/main/Makefile.in 1.36:
13214: * src/targets/Makefile.in 1.31:
13215: * src/targets/apache13/Makefile.in 1.29:
13216: * src/targets/cgi/Makefile.in 1.38:
13217: * src/types/Makefile.in 1.32:
13218: makes
13219:
13220: * src/include/pa_array.h 1.50:
13221: * src/main/compile.C 1.55:
13222: * src/main/compile.tab.C 1.37:
13223: * src/main/compile.y 1.179:
13224: * src/main/compile_tools.C 1.43:
13225: * src/main/compile_tools.h 1.55:
13226: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
13227: OP_VALUE+string+OP_GET_ELEMENT.
13228: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
13229: to form
13230: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
13231: code
13232:
13233: * operators.txt 1.6:
13234: * src/classes/string.C 1.95:
13235: * src/include/pa_config_fixed.h 1.35:
13236: * src/main/compile.tab.C 1.38:
13237: ^int/double/string.format
13238: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
13239: retaining backward compatibility due to some already-implemented servers
13240:
13241: * config.sub 1.2:
13242: on cygwin configure passes it with strange i1586 const, hacked
13243: it to mean i586
13244:
13245: * src/main/pa_socks.C 1.11:
13246: swapped headers to avoid compiler warnings
13247:
13248: * operators.txt 1.7:
13249: * src/classes/table.C 1.142:
13250: * src/include/pa_array.h 1.51:
13251: * src/include/pa_table.h 1.39:
13252: * src/main/pa_array.C 1.45:
13253: * src/main/pa_table.C 1.42:
13254: * www/htdocs/auto.p 1.3:
13255: * www/htdocs/index.html 1.6:
13256: table::create now // 'set' name obsolete now
13257: table clone.
13258:
13259: * operators.txt 1.8:
13260: * src/classes/xdoc.C 1.83:
13261: * src/include/pa_config_fixed.h 1.36:
13262: xdoc::set obsolete now, now xdoc::create, with both sences
13263:
13264: 2002-02-06 paf
13265: * src/classes/mail.C 1.52:
13266: *** empty log message ***
13267:
13268: * configure 1.4:
13269: * configure.in 1.6:
13270: prefix expanded, grr
13271:
13272: * operators.txt 1.5:
13273: * src/classes/mail.C 1.51:
13274: mail:send config changed
13275:
13276: 2002-02-05 paf
13277: * configure.in 1.3:
13278: * operators.txt 1.2:
13279: * src/classes/file.C 1.70:
13280: * src/classes/op.C 1.69:
13281: * src/include/pa_common.h 1.72:
13282: * src/include/pa_config_includes.h 1.15:
13283: * src/main/compile.tab.C 1.36:
13284: * src/main/pa_common.C 1.98:
13285: * www/htdocs/index.html 1.5:
13286: rewritten ^cache to use non-blocking-exclusive-caches
13287:
13288: * src/types/pa_vstatus.C 1.4:
13289: status:rusage 3
13290:
13291: * src/main/pa_common.C 1.97:
13292: text file read mode on win32 adjusted [speed impact. was off
13293: for debugging purpose, but forgotten afterwards]
13294:
13295: * operators.txt 1.3:
13296: status:rusage described int operators
13297:
13298: * configure.in 1.4:
13299: * src/types/Makefile.am 1.18:
13300: * src/types/pa_vstatus.h 1.5:
13301: * src/types/types.dsp 1.18:
13302: status:rusage
13303:
13304: * src/types/pa_vstatus.C 1.1:
13305: status:rusage 1
13306:
13307: * configure 1.3:
13308: * configure.in 1.5:
13309: * src/include/pa_config_auto.h.in 1.17:
13310: * src/types/Makefile.in 1.30:
13311: * src/types/pa_vstatus.C 1.2:
13312: *** empty log message ***
13313:
13314: * src/main/pa_exec.C 1.22.14.1:
13315: * src/main/pa_exec.C 1.23:
13316: argv0 now correct
13317:
13318: * src/types/pa_vstatus.C 1.3:
13319: status:rusage 2
13320:
13321: * operators.txt 1.4:
13322: regex options commented
13323:
13324: 2002-02-01 paf
13325: * src/classes/op.C 1.62.2.1.2.3:
13326: file_write does EX lock after create,
13327: while file_read does SH after open,
13328: so there's a moment after create but before EX lock when read can sneak into, and read just-created-for-writing-and-not-yet-locked file,
13329: added a check for that in ^cache...read
13330:
13331: 2002-01-31 paf
13332: * src/main/execute.C 1.210:
13333: * www/htdocs/index.html 1.3:
13334: operators check, thay mistakenly seen in
13335: $class:operator
13336: $object.operators
13337: contexts
13338:
13339: * INSTALL 1.2:
13340: * Makefile.in 1.2:
13341: * configure 1.2:
13342: * configure.in 1.2:
13343: * etc/Makefile.am 1.2:
13344: * etc/Makefile.in 1.2:
13345: * etc/parser3.charsets/Makefile.in 1.3:
13346: * ident.awk 1.2:
13347: * src/Makefile.in 1.42:
13348: * src/classes/Makefile.am 1.36:
13349: * src/classes/Makefile.in 1.38:
13350: * src/main/Makefile.am 1.29:
13351: * src/main/Makefile.in 1.34:
13352: * src/targets/Makefile.in 1.29:
13353: * src/targets/apache13/Makefile.am 1.10:
13354: * src/targets/cgi/Makefile.am 1.27:
13355: * src/targets/cgi/Makefile.in 1.36:
13356: * src/targets/cgi/pa_config_paths.h.in 1.1:
13357: * src/targets/cgi/parser3.C 1.152:
13358: * src/types/Makefile.am 1.17:
13359: * src/types/Makefile.in 1.29:
13360: lowered indent.awk back to src/
13361:
13362: * src/classes/xdoc.C 1.82:
13363: * src/targets/cgi/parser3.dsp 1.41:
13364: * www/htdocs/index.html 1.2:
13365: now compiles under win32
13366:
13367: * src/main/compile.tab.C 1.35:
13368: * src/main/compile.y 1.178:
13369: disabled operator call after ^xxx:
13370:
13371: * AUTHORS 1.1:
13372: * COPYING 1.1:
13373: * INSTALL 1.1:
13374: * Makefile.am 1.1:
13375: * Makefile.in 1.1:
13376: * NEWS 1.1:
13377: * README 1.1:
13378: * acinclude.m4 1.1:
13379: * aclocal.m4 1.1:
13380: * asm.txt 1.1:
13381: * config.guess 1.1:
13382: * config.sub 1.1:
13383: * configure 1.1:
13384: * configure.in 1.1:
13385: * etc/Makefile.am 1.1:
13386: * etc/Makefile.in 1.1:
13387: * etc/parser3.charsets/Makefile.am 1.1:
13388: * etc/parser3.charsets/Makefile.in 1.1:
13389: * etc/parser3.charsets/koi8-r.cfg 1.1:
13390: * etc/parser3.charsets/windows-1250.cfg 1.1:
13391: * etc/parser3.charsets/windows-1251.cfg 1.1:
13392: * form.txt 1.1:
13393: * ident.awk 1.1:
13394: * install-sh 1.1:
13395: * lang.txt 1.1:
13396: * ltconfig 1.1:
13397: * ltmain.sh 1.1:
13398: * missing 1.1:
13399: * mkinstalldirs 1.1:
13400: * operators.txt 1.1:
13401: * parser3.dsw 1.1:
13402: * sql.txt 1.1:
13403: * src/Makefile.am 1.14:
13404: * src/Makefile.in 1.41:
13405: * src/classes/Makefile.am 1.35:
13406: * src/classes/Makefile.in 1.37:
13407: * src/include/pa_config_auto.h.in 1.16:
13408: * src/main/Makefile.am 1.28:
13409: * src/main/Makefile.in 1.33:
13410: * src/targets/Makefile.in 1.28:
13411: * src/targets/apache13/Makefile.am 1.9:
13412: * src/targets/apache13/Makefile.in 1.28:
13413: * src/targets/cgi/Makefile.am 1.26:
13414: * src/targets/cgi/Makefile.in 1.35:
13415: * src/targets/cgi/parser3.C 1.151:
13416: * src/types/Makefile.am 1.16:
13417: * src/types/Makefile.in 1.28:
13418: * types.txt 1.1:
13419: * www/Makefile.am 1.1:
13420: * www/Makefile.in 1.1:
13421: * www/htdocs/auto.p 1.1:
13422: * www/htdocs/global.xsl 1.1:
13423: * www/htdocs/index.html 1.1:
13424: * www/htdocs/parser-status.html 1.1:
13425: * www/htdocs/people.dtd 1.1:
13426: moved etc&www out of src, moved configure&co out of src
13427: added windows-1250.cfg
13428: straightened installation scripts procedure
13429: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
13430:
13431: * src/include/pa_opcode.h 1.12:
13432: * src/include/pa_request.h 1.119:
13433: * src/main/compile.C 1.54:
13434: * src/main/compile.tab.C 1.33:
13435: * src/main/compile.y 1.177:
13436: * src/main/compile_tools.C 1.42:
13437: * src/main/compile_tools.h 1.54:
13438: * src/main/execute.C 1.215:
13439: * src/types/pa_wcontext.h 1.25:
13440: operators check 6.1
13441: rewritten. now check is done at compile time
13442:
13443: * src/main/execute.C 1.214:
13444: operators check 5
13445: floated up old error of staying in 'entered class/object' state after $a($a..)
13446: it prevented operators from being called thereafter
13447:
13448: * src/main/compile.tab.C 1.34:
13449: * src/main/execute.C 1.216:
13450: made operators lookup first in ^xxx situation.
13451: so that one could not do
13452: $if[1]
13453: ^if[xxx]
13454:
1.24 paf 13455: * etc/parser3.charsets/Makefile.in 1.2:
13456: *** empty log message ***
13457:
1.15 paf 13458: * src/main/execute.C 1.211:
13459: * src/types/pa_wcontext.h 1.24:
13460: * www/htdocs/auto.p 1.2:
13461: * www/htdocs/index.html 1.4:
13462: operators check 2
13463: floated up old error of staying in 'entered class' state after $a:a[a]
13464: it prevented operators from being called thereafter
13465:
13466: * src/main/execute.C 1.212:
13467: operators check 3
13468: floated up old error of staying in 'entered class' state after $a:a(a)
13469: it prevented operators from being called thereafter
13470:
13471: * src/include/pa_opcode.h 1.11:
13472: * src/main/compile.tab.C 1.32:
13473: * src/main/compile.y 1.176:
13474: * src/main/execute.C 1.213:
13475: operators check 4
13476: floated up old error of staying in 'entered object' state after ^a.a(a)
13477: it prevented operators from being called thereafter
13478:
13479: 2002-01-30 paf
13480: * src/classes/xdoc.C 1.81:
13481: acconfig.h changed [comments before #undefs removed]
13482: those comments were a mistake, and prevented libltdl from function properly
13483:
13484: 2002-01-29 paf
13485: * src/Makefile.am 1.13:
13486: * src/Makefile.in 1.40:
13487: * src/classes/Makefile.am 1.34:
13488: * src/classes/Makefile.in 1.36:
13489: * src/main/Makefile.in 1.32:
13490: * src/targets/Makefile.in 1.27:
13491: * src/targets/apache13/Makefile.in 1.27:
13492: * src/targets/cgi/Makefile.in 1.34:
13493: * src/types/Makefile.in 1.27:
13494: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
13495: added default system config&charsetts
13496: prepared 'make install', now it installs
13497: targets/cgi/parser3 into bin directory
13498: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
13499:
13500: * src/classes/xdoc.C 1.80:
13501: * src/include/pa_charset.h 1.12:
13502: * src/include/pa_globals.h 1.76:
13503: * src/main/pa_globals.C 1.111:
13504: few forgotten ifdef XML added
13505:
13506: 2002-01-28 paf
13507: * src/classes/xdoc.C 1.79:
13508: * src/classes/xnode.h 1.7:
13509: * src/main/pa_exception.C 1.35:
13510: xdoc.importNode 0
13511:
13512: * src/classes/xdoc.C 1.78:
13513: xdoc::set now untaints OK
13514:
13515: * src/Makefile.in 1.39:
13516: stupid make runs automake on ths
13517:
13518: * src/classes/xnode.C 1.34:
13519: * src/types/pa_vxdoc.h 1.17:
13520: xdoc.importNode 1 [fixed as_node helper func to accept docs]
13521:
13522: * src/classes/Makefile.am 1.33:
13523: * src/classes/Makefile.in 1.35:
13524: * src/targets/cgi/Makefile.am 1.25:
13525: * src/targets/cgi/Makefile.in 1.33:
13526: xalan-patch removed
13527:
13528: * src/main/pa_exception.C 1.36:
13529: dom|generic error output fix
13530:
13531: * src/classes/xnode.C 1.35:
13532: xdoc.importNode 2 [mistype err]
13533:
13534: * src/classes/xnode.C 1.36:
13535: xdoc.importNode 3 [check err]
13536:
13537: 2002-01-25 paf
13538: * src/include/pa_charset.h 1.11:
13539: * src/main/pa_globals.C 1.110:
13540: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
13541:
13542: * src/classes/hash.C 1.33:
13543: unified hash::sql, now
13544: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
13545:
13546: * src/classes/file.C 1.68:
13547: * src/classes/op.C 1.68:
13548: * src/classes/string.C 1.94:
13549: * src/classes/table.C 1.141:
13550: * src/classes/xdoc.C 1.77:
13551: * src/include/pa_common.h 1.70:
13552: * src/main/pa_common.C 1.95:
13553: * src/types/pa_vfile.h 1.38:
13554: removed redundant pool param to some pa_common funcs
13555:
13556: * src/classes/file.C 1.69:
13557: * src/include/pa_common.h 1.71:
13558: * src/main/pa_common.C 1.96:
13559: ^file:lock[filename]{code}
13560:
13561: * src/include/pa_charset.h 1.10:
13562: * src/include/pa_charset.h 1.2.2.1:
13563: * src/include/pa_config_fixed.h 1.34.6.1:
13564: * src/main/compile.tab.C 1.27.6.3:
13565: * src/main/pa_charset.C 1.18:
13566: typedef XMLCh... not stupid illegal define
13567:
13568: * src/main/compile.tab.C 1.31:
13569: * src/main/compile.y 1.175:
13570: #comment before @ after @SPECIAL
13571: now works OK
13572:
13573: * src/main/pa_exec.C 1.20:
13574: max arg count now 10, and proper message on violation that added
13575:
13576: * src/main/pa_exec.C 1.21:
13577: * src/main/pa_exec.C 1.22:
13578: unix: exec now does chdir to script dir
13579:
13580: 2002-01-24 paf
13581: * src/classes/hashfile.C 1.20:
13582: * src/include/pa_db_table.h 1.13:
13583: * src/include/pa_opcode.h 1.10:
13584: * src/main/compile.tab.C 1.30:
13585: * src/main/compile.y 1.174:
13586: * src/main/compile_tools.C 1.41:
13587: * src/main/compile_tools.h 1.53:
13588: * src/main/execute.C 1.209:
13589: * src/main/pa_db_connection.C 1.35:
13590: * src/main/pa_db_table.C 1.18:
13591: * src/types/pa_vhashfile.C 1.17:
13592: * src/types/pa_vhashfile.h 1.13:
13593: merged from r17 - hashfile without logfiles
13594:
13595: * src/classes/xnode.C 1.31:
13596: xnode.select returns array always now, in case 'nothing found'
13597: returns empty array
13598:
13599: * src/include/pa_version.h 1.3:
13600: changed version number
13601:
13602: * src/classes/xdoc.C 1.74:
13603: checked empty response
13604:
13605: * src/classes/hashfile.C 1.19.2.1:
13606: * src/include/pa_db_table.h 1.12.6.1:
13607: * src/main/compile.tab.C 1.27.6.2:
13608: * src/main/pa_db_connection.C 1.34.6.1:
13609: * src/main/pa_db_table.C 1.17.2.1:
13610: * src/types/pa_vhashfile.C 1.16.6.1:
13611: * src/types/pa_vhashfile.h 1.12.14.1:
13612: hashfile:
13613: removed use of transactions
13614: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
13615: thus got rid of huge log files, which cluttered disk without huge need]
13616:
13617: * src/classes/xdoc.C 1.76:
13618: * src/classes/xnode.C 1.33:
13619: * src/classes/xnode.h 1.6:
13620: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
13621: in dome lib
13622:
13623: * src/classes/xnode.C 1.30:
13624: xpath nodes select bug [0] instead of [i], be more tender with
13625: ctrl/c/v
13626:
13627: * src/classes/xdoc.C 1.75:
13628: xsltSaveResultTo checked <0 response
13629:
13630: * src/classes/xnode.C 1.32:
13631: xdoc.select fixed context node [were always /, not self node]
13632:
13633: 2002-01-23 paf
13634: * src/classes/xdoc.C 1.72:
13635: * src/main/pa_globals.C 1.108:
13636: * src/types/pa_vdouble.h 1.29:
13637: %.20E now default float format
13638: this is for regretful twice-converting here:
13639: $a(double value) when they write double falue they convert it to string first,
13640: thus %g were losing precesion.
13641:
13642: todo: think up some way to remove double->string string->double twice-converting
13643:
13644: * src/main/pa_globals.C 1.105:
13645: removed debug xslt messages
13646:
13647: * src/main/pa_globals.C 1.106:
13648: xslt linked dynamically. [mistekenly were statically linked]
13649:
13650: * src/include/pa_exception.h 1.29:
13651: * src/main/compile.tab.C 1.29:
13652: * src/main/pa_exception.C 1.34:
13653: removed exception va_list constructor.
13654: 1. not needed anymore
13655: 2. there were a conflict[causing errors] between
13656: ctor(, va_list)
13657: ctor(, ...)
13658: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
13659: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
13660:
13661: * src/types/pa_vdouble.h 1.30:
13662: %.20E now float format when %g produced 'e' in output
13663: this is for regretful twice-converting here:
13664: $a(double value) when they write double falue they convert it to string first,
13665: thus %g were losing precesion.
13666:
13667: todo: think up some way to remove double->string string->double twice-converting
13668:
13669: * src/types/pa_vdouble.h 1.28.14.1:
13670: double prec. todo: get rid of twice-converting
13671:
13672: * src/classes/xdoc.C 1.71:
13673: * src/include/pa_stylesheet_connection.h 1.24:
13674: * src/main/pa_globals.C 1.107:
13675: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
13676:
13677: * src/classes/xdoc.C 1.73:
13678: * src/main/pa_globals.C 1.109:
13679: xdoc::load/set entities substituted.
13680: // 2. when dom tree with entites goes under transform text nodes
13681: // got [erroreosly] cut on first entity occurance
13682:
13683: 2002-01-22 paf
13684: * src/classes/table.C 1.140:
13685: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
13686: replaced them with empty strings
13687:
13688: * src/classes/xdoc.C 1.70:
13689: * src/include/pa_stylesheet_connection.h 1.23:
13690: * src/main/pa_globals.C 1.104:
13691: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
13692: example:
13693: this refused to work,
13694: <b>«<xsl:value-of select="@title" />»</b>
13695: stranly worked only this way:
13696: <b>«<xsl:value-of select="@title" />»</b>
13697:
13698: docs says "set it to 1", never going into details, so I decided to try NOT to do that
13699:
13700: 2002-01-21 paf
13701: * src/include/pa_stylesheet_connection.h 1.20:
13702: * src/main/pa_exception.C 1.32:
13703: xml generic message 1
13704:
13705: * src/main/pa_charset.C 1.17:
13706: checked empty transcoders in transcode_cstr|buf
13707:
13708: * src/classes/Makefile.in 1.34:
13709: * src/classes/xdoc.C 1.67:
13710: * src/classes/xnode.C 1.29:
13711: * src/include/pa_stylesheet_connection.h 1.22:
13712: * src/main/pa_charset.C 1.16:
13713: * src/main/pa_globals.C 1.103:
13714: * src/main/pa_sql_driver_manager.C 1.59:
13715: * src/main/pa_stylesheet_manager.C 1.11:
13716: * src/targets/cgi/Makefile.am 1.24:
13717: * src/targets/cgi/Makefile.in 1.32:
13718: autoconf gnome
13719:
13720: * src/classes/xdoc.C 1.69:
13721: xdoc::load error source = filespec
13722:
13723: * src/classes/table.C 1.139:
13724: ^table::load
13725: empty lines or #comments before headline
13726:
13727: * src/include/pa_array.h 1.49:
13728: * src/include/pa_globals.h 1.74:
13729: * src/include/pa_request.h 1.118:
13730: * src/include/pa_threads.h 1.21:
13731: * src/main/pa_array.C 1.44:
13732: * src/main/pa_exception.C 1.31:
13733: * src/main/pa_globals.C 1.101:
13734: * src/main/pa_request.C 1.192:
13735: * src/targets/apache13/pa_threads.C 1.4:
13736: * src/targets/cgi/pa_threads.C 1.6:
13737: * src/targets/isapi/pa_threads.C 1.6:
13738: xml generic errors 0
13739:
13740: * src/classes/xdoc.C 1.66:
13741: * src/classes/xnode.C 1.28:
13742: * src/include/pa_exception.h 1.28:
13743: * src/include/pa_globals.h 1.75:
13744: * src/include/pa_stylesheet_connection.h 1.21:
13745: * src/main/pa_exception.C 1.33:
13746: * src/main/pa_globals.C 1.102:
13747: * src/targets/apache13/pa_threads.C 1.5:
13748: * src/targets/cgi/pa_threads.C 1.7:
13749: xslt generic error 1
13750:
13751: * src/classes/xdoc.C 1.68:
13752: transform error source now stylesheet_filespec
13753:
13754: 2002-01-16 paf
13755: * src/classes/xdoc.C 1.64:
13756: few comments
13757:
13758: * src/classes/hash.C 1.32:
13759: * src/classes/op.C 1.67:
13760: * src/classes/string.C 1.93:
13761: * src/classes/table.C 1.138:
13762: * src/classes/void.C 1.14:
13763: * src/classes/xdoc.C 1.65:
13764: * src/include/pa_db_connection.h 1.19:
13765: * src/include/pa_request.h 1.117:
13766: * src/include/pa_sql_connection.h 1.21:
13767: * src/include/pa_sql_driver_manager.h 1.21:
13768: * src/include/pa_stylesheet_connection.h 1.19:
13769: * src/include/pa_stylesheet_manager.h 1.10:
13770: * src/main/pa_request.C 1.191:
13771: * src/main/pa_sql_driver_manager.C 1.58:
13772: * src/main/pa_stylesheet_manager.C 1.10:
13773: * src/targets/cgi/pool_storage.h 1.7:
13774: auto closers to sql_connection, stylesheet_connection
13775: auto destroyers to remaining gnome objects
13776:
13777: 2002-01-15 paf
13778: * src/classes/xdoc.C 1.61:
13779: * src/include/pa_charset.h 1.9:
13780: * src/main/pa_charset.C 1.15:
13781: started output options parsing
13782:
13783: * src/classes/xdoc.C 1.63:
13784: xdoc
13785: file
13786: save
13787: string
13788:
13789: ready.
13790: todo: error handling
13791:
13792: * src/classes/xdoc.C 1.62:
13793: xdoc save rewritten using xmlAllocOutputBuffer
13794: less mallocs, more reallocs. less fragmented result
13795:
13796: 2002-01-14 paf
13797: * src/classes/xdoc.C 1.60:
13798: method
13799:
13800: * src/classes/xdoc.C 1.59:
13801: * src/classes/xnode.C 1.27:
13802: * src/include/pa_charset.h 1.8:
13803: * src/include/pa_pool.h 1.76:
13804: * src/include/pa_stylesheet_connection.h 1.18:
13805: * src/main/main.dsp 1.145:
13806: * src/main/pa_charset.C 1.14:
13807: * src/main/pa_globals.C 1.100:
13808: * src/main/pa_pool.C 1.49:
13809: * src/main/pa_stylesheet_manager.C 1.9:
13810: * src/types/pa_vxdoc.h 1.16:
13811: xslt transform0.
13812: TODO:
13813: use output options
13814: handle errors
13815:
13816: * src/classes/xdoc.C 1.58:
13817: * src/classes/xnode.C 1.26:
13818: ^xdoc.file
13819:
13820: 2002-01-11 paf
13821: * src/classes/xnode.C 1.22:
13822: * src/include/pa_charset.h 1.6:
13823: * src/main/pa_charset.C 1.13:
13824: xpath selectNode 1
13825:
13826: * src/include/pa_opcode.h 1.9.6.1:
13827: * src/main/compile.tab.C 1.27.6.1:
13828: * src/main/compile.y 1.173.14.1:
13829: * src/main/compile_tools.C 1.40.14.1:
13830: * src/main/compile_tools.h 1.52.6.1:
13831: * src/main/execute.C 1.208.2.1:
13832: partial logical && || evaluation
13833:
13834: * src/classes/xnode.C 1.23:
13835: xpath selectNode 2
13836:
13837: * src/classes/xnode.C 1.24:
13838: * src/include/pa_charset.h 1.7:
13839: xpath selectNode 3: string/number/bool
13840:
13841: * src/classes/xnode.C 1.25:
13842: xpath selectNodes
13843:
13844: 2002-01-10 paf
13845: * src/classes/xnode.C 1.21:
13846: xpath selectNode -100 [just written]
13847:
13848: * src/classes/xdoc.C 1.57:
13849: * src/classes/xnode.C 1.20:
13850: * src/include/pa_charset.h 1.5:
13851: * src/include/pa_exception.h 1.27:
13852: * src/include/pa_pool.h 1.75:
13853: * src/main/pa_charset.C 1.12:
13854: * src/main/pa_pool.C 1.48:
13855: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
13856:
13857: 2001-12-29 paf
13858: * src/classes/xdoc.C 1.56:
13859: * src/include/pa_exception.h 1.26:
13860: * src/main/pa_charset.C 1.11:
13861: * src/main/pa_exception.C 1.30:
13862: * src/main/pa_globals.C 1.99:
13863: xdoc
13864: ^set
13865: ^string with glib works 0
13866:
13867: 2001-12-28 paf
13868: * src/main/pa_globals.C 1.98:
13869: renamed gdome to libgdome.dll
13870:
13871: * src/classes/classes.dsp 1.14:
13872: * src/classes/mail.C 1.50:
13873: * src/classes/xdoc.C 1.54:
13874: * src/classes/xnode.C 1.19:
13875: * src/classes/xnode.h 1.5:
13876: * src/include/pa_exception.h 1.25:
13877: * src/include/pa_globals.h 1.73:
13878: * src/main/compile.tab.C 1.28:
13879: * src/main/main.dsp 1.144:
13880: * src/main/pa_charset.C 1.9:
13881: * src/main/pa_dir.C 1.9:
13882: * src/main/pa_exception.C 1.28:
13883: * src/main/pa_exec.C 1.19:
13884: * src/main/pa_globals.C 1.97:
13885: * src/main/pa_socks.C 1.9:
13886: * src/targets/cgi/parser3.C 1.150:
13887: * src/targets/cgi/parser3.dsp 1.40:
13888: * src/types/pa_vxdoc.C 1.9:
13889: * src/types/pa_vxdoc.h 1.15:
13890: * src/types/pa_vxnode.C 1.13:
13891: * src/types/pa_vxnode.h 1.10:
13892: gnome libs just compiled in.
13893: no refcounting
13894: no xpath
13895: no xslt
13896: yet
13897:
13898: * src/classes/xdoc.C 1.55:
13899: * src/include/pa_charset.h 1.4:
13900: * src/main/pa_charset.C 1.10:
13901: * src/main/pa_exception.C 1.29:
13902: started glib transcoders
13903:
13904: 2001-12-27 paf
13905: * src/include/pa_charset.h 1.3:
13906: * src/include/pa_common.h 1.69:
13907: * src/include/pa_exception.h 1.24:
13908: * src/include/pa_globals.h 1.72:
13909: * src/include/pa_pool.h 1.74:
13910: * src/main/main.dsp 1.143:
13911: * src/main/pa_charset.C 1.8:
13912: * src/main/pa_charsets.C 1.4:
13913: * src/main/pa_globals.C 1.96:
13914: * src/main/pa_pool.C 1.47:
13915: * src/targets/cgi/parser3.C 1.149:
13916: * src/targets/cgi/parser3.dsp 1.39:
13917: * src/types/pa_vxdoc.C 1.8:
13918: * src/types/pa_vxdoc.h 1.14:
13919: * src/types/pa_vxnode.C 1.12:
13920: * src/types/pa_vxnode.h 1.9:
13921: * src/types/types.dsp 1.17:
13922: going away from xalan&xerces, started the process.
13923: globals [initialization
13924: pool [charset update
13925: charset [transcodings
13926: vxnode vxdoc [DOM calls
13927:
13928: * src/classes/Makefile.am 1.32:
13929: going away from xalan&xerces, not needed anymore
13930:
13931: 2001-12-26 paf
13932: * src/include/pa_charset.h 1.2:
13933: * src/include/pa_charsets.h 1.3:
13934: * src/main/pa_charset.C 1.7:
13935: * src/main/pa_charsets.C 1.3:
13936: * src/main/pa_request.C 1.190:
13937: charset key globalized [bug]
13938:
13939: 2001-12-25 paf
13940: * src/classes/mail.C 1.49:
13941: * src/classes/table.C 1.137:
13942: * src/include/pa_string.h 1.122:
13943: * src/main/pa_string.C 1.136:
13944: table set & append changed splitting languages, separators now can be clean AND as-is
13945: same to mail command line $MAIN:MAIL.progX arguments
13946:
13947: 2001-12-24 paf
13948: * src/classes/hashfile.C 1.19:
13949: * src/classes/op.C 1.66:
13950: * src/main/pa_db_table.C 1.17:
13951: * src/main/pa_string.C 1.135:
13952: read from cache size check updated
13953:
13954: * src/main/pa_string.C 1.133:
13955: * src/main/pa_string.C 1.134:
13956: String::join_chain another ugly bug :(
13957:
13958: * src/classes/mail.C 1.48:
13959: one parted text messages - no multipart mime-type anymore.
13960: for convinient if $.attach-ments
13961:
13962: 2001-12-21 paf
13963: * src/main/pa_request.C 1.189:
13964: $result in @main actually not working, to hell with it for now
13965:
13966: * src/main/execute.C 1.207:
13967: junction evaluation canceled - endless recursion detected
13968:
13969: * src/classes/date.C 1.14:
13970: date:sql-string now returns localtime
13971:
13972: * src/include/pa_request.h 1.116:
13973: * src/main/execute.C 1.208:
13974: * src/main/pa_request.C 1.188:
13975: * src/types/pa_vmethod_frame.h 1.20:
13976: * src/types/pa_wcontext.h 1.23:
13977: $result in @main @postprocess @exception
13978:
13979: 2001-12-19 paf
13980: * src/main/pa_request.C 1.187:
13981: CLASS_PATH now / = DOCUMENT_ROOT
13982:
13983: * src/classes/op.C 1.65:
13984: ^cache keypath now relative
13985:
13986: * src/classes/hashfile.C 1.18:
13987: ^hashfile.open DB_HOME now relative
13988:
13989: * src/main/pa_charset.C 1.6:
13990: charset->charset transcoding via unicode intermediate
13991:
13992: * src/classes/mail.C 1.46:
13993: * src/include/pa_config_fixed.h 1.34:
13994: to/from 0 check were missing
13995:
13996: * src/classes/mail.C 1.47:
13997: changed weighting prior to sort
13998:
13999: 2001-12-17 paf
14000: * src/classes/mail.C 1.45:
14001: * src/include/pa_charsets.h 1.2:
14002: * src/include/pa_string.h 1.121:
14003: * src/main/pa_charsets.C 1.2:
14004: * src/main/untaint.C 1.87:
14005: * src/types/pa_vrequest.C 1.14:
14006: * src/types/pa_vresponse.C 1.2:
14007: ^mail:send[
14008: $.charset[zzz]
14009: addded
14010:
14011: * src/include/pa_db_table.h 1.12:
14012: * src/main/pa_db_table.C 1.16:
14013: db_table used outdated unset services_pool
14014:
14015: * src/main/pa_charset.C 1.5:
14016: ifndef XML were bad type
14017:
14018: * src/classes/image.C 1.63:
14019: govno
14020:
14021: * src/main/untaint.C 1.86:
14022: allowed space in filespec
14023:
14024: * src/classes/image.C 1.64:
14025: no govno
14026:
14027: * src/targets/apache13/mod_parser3.C 1.15:
14028: test r->finfo.st_mode check seems to work only on win32
14029:
14030: * src/main/pa_charset.C 1.4:
14031: empty bufs transcode [forgot check :(]
14032:
14033: 2001-12-15 paf
14034: * src/classes/file.C 1.67:
14035: * src/classes/math.C 1.11:
14036: * src/classes/op.C 1.64:
14037: * src/classes/string.C 1.92:
14038: * src/classes/table.C 1.136:
14039: * src/classes/xdoc.C 1.53:
14040: * src/include/pa_array.h 1.48:
14041: * src/include/pa_cache_managers.h 1.4:
14042: * src/include/pa_charset_connection.h 1.6:
14043: * src/include/pa_charset_manager.h 1.8:
14044: * src/include/pa_common.h 1.68:
14045: * src/include/pa_db_connection.h 1.18:
14046: * src/include/pa_db_manager.h 1.12:
14047: * src/include/pa_db_table.h 1.11:
14048: * src/include/pa_dictionary.h 1.8:
14049: * src/include/pa_exception.h 1.23:
14050: * src/include/pa_exec.h 1.5:
14051: * src/include/pa_globals.h 1.71:
14052: * src/include/pa_hash.h 1.52:
14053: * src/include/pa_opcode.h 1.9:
14054: * src/include/pa_pool.h 1.73:
14055: * src/include/pa_request.h 1.115:
14056: * src/include/pa_sapi.h 1.16:
14057: * src/include/pa_socks.h 1.6:
14058: * src/include/pa_sql_connection.h 1.20:
14059: * src/include/pa_sql_driver_manager.h 1.20:
14060: * src/include/pa_string.h 1.120:
14061: * src/include/pa_stylesheet_connection.h 1.17:
14062: * src/include/pa_stylesheet_manager.h 1.9:
14063: * src/include/pa_table.h 1.38:
14064: * src/include/pa_transcoder.h 1.3:
14065: * src/main/compile_tools.h 1.52:
14066: * src/main/main.dsp 1.142:
14067: * src/main/pa_charset.C 1.1:
14068: * src/main/pa_charset_connection.C 1.13:
14069: * src/main/pa_charset_manager.C 1.10:
14070: * src/main/pa_charsets.C 1.1:
14071: * src/main/pa_globals.C 1.95:
14072: * src/main/pa_pool.C 1.46:
14073: * src/main/pa_request.C 1.186:
14074: * src/main/pa_string.C 1.132:
14075: * src/main/pa_transcoder.C 1.4:
14076: * src/main/untaint.C 1.84:
14077: * src/types/pa_vfile.C 1.24:
14078: * src/types/pa_vform.C 1.50:
14079: * src/types/pa_vform.h 1.31:
14080: * src/types/pa_vrequest.C 1.13:
14081: * src/types/pa_vrequest.h 1.14:
14082: * src/types/pa_vresponse.C 1.1:
14083: * src/types/pa_vresponse.h 1.19:
14084: * src/types/types.dsp 1.16:
14085: introducing Charset
14086:
14087: * src/main/pa_charset.C 1.2:
14088: name_cstr 0
14089:
14090: * src/main/Makefile.in 1.31:
14091: * src/targets/apache13/Makefile.in 1.26:
14092: * src/targets/cgi/Makefile.in 1.31:
14093: * src/types/Makefile.in 1.26:
14094: makes
14095:
14096: * src/include/pa_charset.h 1.1:
14097: * src/include/pa_charsets.h 1.1:
14098: forgot to add
14099:
14100: * src/main/Makefile.am 1.27:
14101: * src/main/pa_charset.C 1.3:
14102: * src/types/Makefile.am 1.15:
14103: charset_connection&manager replaced by charset&charsets
14104:
14105: * src/main/untaint.C 1.85:
14106: uri lang now knows about client/source charsets
14107:
14108: 2001-12-14 paf
14109: * src/include/pa_request.h 1.114:
14110: * src/include/pa_transcoder.h 1.2:
14111: * src/main/pa_request.C 1.185:
14112: * src/main/pa_transcoder.C 1.3:
14113: * src/types/pa_vform.C 1.49:
14114: * src/types/pa_vform.h 1.30:
14115: transcodeToUTF8[were FromUTF8] for forms
14116: todo: uri lang
14117:
14118: * src/targets/apache13/Makefile.am 1.8:
14119: * src/targets/cgi/Makefile.am 1.23:
14120: -I../../pcre to .am
14121:
14122: * src/include/pa_charset_connection.h 1.5:
14123: * src/include/pa_pool.h 1.72:
14124: * src/include/pa_request.h 1.113:
14125: * src/include/pa_transcoder.h 1.1:
14126: * src/main/Makefile.am 1.26:
14127: * src/main/main.dsp 1.141:
14128: * src/main/pa_charset_connection.C 1.12:
14129: * src/main/pa_charset_manager.C 1.9:
14130: * src/main/pa_request.C 1.184:
14131: * src/main/pa_transcoder.C 1.1:
14132: * src/types/Makefile.am 1.14:
14133: * src/types/pa_vrequest.C 1.12:
14134: * src/types/pa_vrequest.h 1.13:
14135: * src/types/pa_vresponse.h 1.18:
14136: * src/types/types.dsp 1.15:
14137: changed charset model.
14138: now important:
14139: $request:charset
14140: $response:charset
14141: while
14142: $response:content-type.charset
14143: become unimportant [informational]
14144:
14145: * src/include/pa_globals.h 1.70:
14146: * src/main/pa_globals.C 1.94:
14147: removed unused defalts_name global
14148:
14149: * src/main/pa_transcoder.C 1.2:
14150: transcodeToUTF8,
14151: now form&uri lang
14152:
14153: 2001-12-13 paf
14154: * src/include/pa_types.h 1.35:
14155: msvc head debugging flag
14156:
14157: * src/classes/xdoc.C 1.49:
14158: freed up listener
14159:
14160: * src/classes/xdoc.C 1.51:
14161: * src/main/pa_sql_driver_manager.C 1.57:
14162: rewritten auto_ptr part other way, because of stupid gcc 2.96
14163: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14164: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14165: FormatterListener]
14166: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14167: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14168: FormatterListener, _Tp = FormatterListener]
14169:
14170: * src/include/pa_config_fixed.h 1.32:
14171: * src/main/pa_common.C 1.94:
14172: * src/main/pa_string.C 1.131:
14173: removed signed mismatch warnings
14174:
14175: * src/classes/xdoc.C 1.52:
14176: rewritten auto_ptr part other way2, because of stupid gcc 2.96
14177: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14178: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14179: FormatterListener]
14180: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14181: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14182: FormatterListener, _Tp = FormatterListener]
14183:
14184: * src/main/pa_string.C 1.130:
14185: string::recustruct erroreusly used outdated row ptr
14186:
14187: * src/include/pa_cache_managers.h 1.3:
14188: * src/include/pa_charset_manager.h 1.7:
14189: * src/include/pa_config_fixed.h 1.33:
14190: * src/include/pa_db_manager.h 1.11:
14191: * src/include/pa_sql_driver_manager.h 1.19:
14192: * src/include/pa_stylesheet_manager.h 1.8:
14193: * src/main/pa_cache_managers.C 1.2:
14194: * src/main/pa_globals.C 1.93:
14195: ~Cache_managers
14196:
14197: * src/classes/string.C 1.91:
14198: change msg '... code is not code'
14199:
14200: * src/classes/xdoc.C 1.50:
14201: removed extra inc
14202:
14203: * src/targets/apache13/mod_parser3.C 1.14:
14204: * src/targets/cgi/parser3.C 1.147:
14205: * src/targets/isapi/parser3isapi.C 1.61:
14206: removed 'expires' from header outputs
14207:
14208: * src/targets/cgi/pa_pool.C 1.34:
14209: * src/targets/isapi/pa_pool.C 1.10:
14210: EOL@EOF
14211:
14212: * src/main/pa_db_connection.C 1.34:
14213: * src/main/pa_db_manager.C 1.19:
14214: * src/main/pa_sql_driver_manager.C 1.56:
14215: * src/main/pa_stylesheet_manager.C 1.8:
14216: * src/targets/cgi/pool_storage.h 1.6:
14217: couple cache expiratiors were wrong [past/future prob]
14218:
14219: * src/classes/xdoc.C 1.48:
14220: lang list updated
14221:
14222: * src/targets/cgi/pa_pool.C 1.33:
14223: * src/targets/cgi/parser3.C 1.148:
14224: msvc heap debugging flag
14225:
14226: * src/classes/file.C 1.66:
14227: file::cgi bug, request_method were passed to SERVER_PROTOCOL
14228: but SERVER_PROTOCOL were forgotten
14229:
14230: 2001-12-10 paf
14231: * src/main/untaint.C 1.83:
14232: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
14233: introducing
14234: // theoretical problem with, for instance, "_2B" and "." fragments,
14235: // they would yield the same
14236: // because need_file_encode('_')=false
14237: // but we need to delete such files somehow, getting names from ^index
14238:
14239: * src/main/pa_string.C 1.129:
14240: ^string.replace bug fixed [bad string::join_chank break]
14241:
14242: * src/classes/math.C 1.10:
14243: ^math:random(n) now yields[0;n) not [0;n]
14244:
14245: 2001-12-07 paf
14246: * src/main/pa_string.C 1.125.2.1.2.2:
14247: stupid sparc architecture failed to access short at odd address
14248: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
14249:
14250: bus error,
14251: fixed that
14252:
14253: * src/include/pa_config_auto.h.in 1.14.6.1:
14254: makes
14255:
14256: * src/main/pa_string.C 1.125.2.1.2.1:
14257: strange string deserialize bug on client[pmts], a bit shortened,
14258:
14259: * src/include/pa_common.h 1.66.6.2:
14260: * src/include/pa_config_fixed.h 1.30.8.2:
14261: * src/include/pa_config_includes.h 1.13.6.1:
14262: * src/main/pa_common.C 1.91.4.1.2.2:
14263: exclusive lock file write
14264: shared lock file read
14265:
14266: * src/classes/hashfile.C 1.17:
14267: * src/classes/op.C 1.63:
14268: * src/classes/table.C 1.135:
14269: * src/include/pa_common.h 1.67:
14270: * src/include/pa_config_auto.h.in 1.15:
14271: * src/include/pa_config_fixed.h 1.31:
14272: * src/include/pa_config_includes.h 1.14:
14273: * src/include/pa_db_table.h 1.10:
14274: * src/include/pa_request.h 1.112:
14275: * src/main/pa_common.C 1.93:
14276: * src/main/pa_db_table.C 1.15:
14277: * src/main/pa_request.C 1.183:
14278: * src/main/pa_string.C 1.128:
14279: * src/types/pa_vhashfile.C 1.16:
14280: merged from r14_simple_cache
14281:
14282: 2001-12-06 paf
14283: * src/main/compile.tab.C 1.27:
14284: * src/targets/cgi/parser3.C 1.146:
14285: removed debug info
14286:
14287: * src/classes/op.C 1.62.2.1.2.1:
14288: * src/classes/table.C 1.133.2.2.2.1:
14289: * src/include/pa_request.h 1.111.2.1.2.1:
14290: * src/main/pa_request.C 1.182.2.1.2.1:
14291: #ifdef RESOURCES_DEBUG
14292:
14293: * src/classes/op.C 1.62.2.1.2.2:
14294: * src/include/pa_common.h 1.66.6.1:
14295: * src/include/pa_config_fixed.h 1.30.8.1:
14296: * src/main/pa_common.C 1.91.4.1.2.1:
14297: ^cache operator
14298:
14299: * src/classes/hashfile.C 1.15.6.2:
14300: removed transaction from ^cache
14301:
14302: 2001-12-05 paf
14303: * src/targets/cgi/parser3.C 1.144:
14304: * src/targets/cgi/parser3.C 1.145:
14305: fatal error reporting fixed.
14306: in IIS5 there were a prob with illegal call check
14307:
14308: 2001-12-04 paf
14309: * src/classes/op.C 1.62.2.1:
14310: * src/classes/table.C 1.133.2.2:
14311: * src/include/pa_request.h 1.111.2.1:
14312: * src/main/pa_request.C 1.182.2.1:
14313: measures to log
14314:
14315: 2001-11-26 paf
14316: * src/targets/apache13/mod_parser3.C 1.13:
14317: merge dir config now works OK with parser_root_config_filespec
14318:
14319: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
14320:
14321: 2001-11-23 paf
14322: * src/classes/hashfile.C 1.16:
14323: * src/classes/table.C 1.134:
14324: * src/include/pa_db_table.h 1.9:
14325: * src/main/pa_common.C 1.92:
14326: * src/main/pa_db_table.C 1.14:
14327: * src/main/pa_string.C 1.127:
14328: * src/types/pa_vhashfile.C 1.15:
14329: merged from _0014, 1
14330:
14331: * src/classes/hashfile.C 1.15.6.1:
14332: * src/classes/table.C 1.133.2.1:
14333: * src/include/pa_db_table.h 1.8.6.1:
14334: * src/main/pa_common.C 1.91.4.1:
14335: * src/main/pa_db_table.C 1.12.6.2:
14336: * src/types/pa_vhashfile.C 1.14.6.1:
14337: hashfile bugfix2 more wrong sizes.
14338: ^cache behaviour changed: if ^cache(33) would change
14339:
14340: 0660 bits in file_write & hashfile create
14341:
14342: * src/main/pa_db_table.C 1.12.6.1:
14343: * src/main/pa_db_table.C 1.13:
14344: * src/main/pa_string.C 1.125.2.1:
14345: * src/main/pa_string.C 1.126:
14346: cache bugfix [wrong types after pa_string optimization]
14347:
14348: 2001-11-22 paf
14349: * src/main/untaint.C 1.82:
14350: ORIGINS mode removed UHTML
14351:
14352: * src/classes/op.C 1.62:
14353: process cstr(,connection)
14354:
14355: * src/Makefile.in 1.38:
14356: * src/classes/xdoc.C 1.47:
14357: * src/targets/Makefile.in 1.26:
14358: * src/targets/apache13/Makefile.in 1.25:
14359: * src/targets/cgi/Makefile.in 1.30:
14360: cached xslt [removed nocache forcing]
14361:
14362: * src/classes/op.C 1.61:
14363: process now gets its body on current language, not as-is
14364:
14365: * src/main/untaint.C 1.81:
14366: ORIGINS mode was bad - forgot about optimize bit
14367:
14368: * src/classes/table.C 1.133:
14369: * src/include/pa_table.h 1.37:
14370: * src/main/pa_table.C 1.41:
14371: table.offset[whence]
14372:
14373: 2001-11-21 paf
14374: * src/classes/table.C 1.132:
14375: * src/main/pa_string.C 1.124:
14376: * src/main/untaint.C 1.78:
14377: * src/targets/cgi/parser3.C 1.141:
14378: table.append bug fixed: forgot to switch default language for {
14379: code}, it happen to change it's language from CLEAN, so later
14380: refused to split by CLEAN \t
14381:
14382: * src/classes/xdoc.C 1.46:
14383: * src/types/pa_vxdoc.C 1.7:
14384: * src/types/pa_vxdoc.h 1.13:
14385: <xsl:output
14386: output options made identical to xsl:output attributes
14387: exclusion:
14388: cdata-section-elements
14389: what xalan can do but that not used now:
14390: it can escape and remove CDATA sections
14391:
14392: * src/targets/cgi/parser3.C 1.142:
14393: removed debug cgi||1
14394:
14395: * src/main/untaint.C 1.80:
14396: * src/targets/cgi/parser3.C 1.143:
14397: optimized \r produced by xslt
14398:
14399: * src/main/pa_string.C 1.125:
14400: * src/main/untaint.C 1.79:
14401: cached some string::size() es
14402:
14403: 2001-11-20 paf
14404: * src/classes/Makefile.am 1.31:
14405: * src/classes/Makefile.in 1.33:
14406: * src/classes/table.C 1.131:
14407: * src/main/Makefile.am 1.25:
14408: * src/main/Makefile.in 1.30:
14409: * src/main/pa_exception.C 1.27:
14410: * src/types/Makefile.am 1.13:
14411: * src/types/Makefile.in 1.25:
14412: moved ident.C & co to bottom of dependeces, so that errors
14413: would popup quicklier, fixed line numbering in table::sql
14414:
14415: 2001-11-19 paf
14416: * src/classes/op.C 1.60:
14417: * src/include/pa_request.h 1.111:
14418: * src/include/pa_string.h 1.119:
14419: * src/include/pa_types.h 1.34:
14420: * src/main/pa_globals.C 1.92:
14421: * src/main/pa_request.C 1.182:
14422: * src/main/pa_string.C 1.123:
14423: * src/main/untaint.C 1.77:
14424: * src/targets/apache13/mod_parser3.C 1.12:
14425: * src/targets/cgi/parser3.C 1.140:
14426: * src/targets/isapi/parser3isapi.C 1.60:
14427: * src/types/pa_wcontext.C 1.13:
14428: * src/types/pa_wcontext.h 1.22:
14429: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
14430:
14431: * src/classes/Makefile.in 1.32:
14432: * src/main/Makefile.in 1.29:
14433: * src/targets/Makefile.am 1.8:
14434: * src/targets/Makefile.in 1.25:
14435: * src/targets/apache13/Makefile.in 1.24:
14436: * src/targets/apache13/mod_parser3.C 1.11:
14437: * src/targets/cgi/Makefile.in 1.29:
14438: * src/targets/cgi/parser3.C 1.139:
14439: * src/types/Makefile.in 1.24:
14440: #if _MSC_VER _set_new_handler
14441:
14442: * src/Makefile.in 1.37:
14443: * src/targets/apache13/mod_parser3.C 1.10:
14444: * src/targets/cgi/parser3.C 1.138:
14445: * src/targets/isapi/parser3isapi.C 1.59:
14446: set_new_handler in apache&isapi
14447:
14448: 2001-11-16 paf
14449: * src/include/pa_string.h 1.117:
14450: * src/main/pa_string.C 1.120:
14451: * src/main/pa_string.C 1.121:
14452: * src/main/untaint.C 1.76:
14453: * src/types/pa_vstring.C 1.14:
14454: removed 1+4 bytes from String
14455:
14456: * src/include/pa_string.h 1.118:
14457: * src/include/pa_types.h 1.33:
14458: * src/main/pa_string.C 1.122:
14459: removed 8 bytes from String, 2 bytes from string::chunk::row::item
14460:
14461: * src/include/pa_globals.h 1.69:
14462: * src/include/pa_string.h 1.116:
14463: * src/include/pa_types.h 1.32:
14464: * src/main/pa_globals.C 1.91:
14465: * src/main/pa_pool.C 1.44:
14466: * src/main/pa_pool.C 1.45:
14467: * src/main/pa_request.C 1.181:
14468: * src/main/untaint.C 1.75:
14469: * src/sql/pa_sql_driver.h 1.24:
14470: * src/targets/cgi/parser3.C 1.136:
14471: introducing estimating String::cstr_bufsize, 0
14472:
14473: * src/include/pa_pool.h 1.70:
14474: * src/include/pa_pool.h 1.71:
14475: * src/main/execute.C 1.206:
14476: * src/main/pa_pool.C 1.41:
14477: * src/main/pa_pool.C 1.42:
14478: * src/main/pa_pool.C 1.43:
14479: * src/targets/cgi/parser3.C 1.134:
14480: * src/targets/cgi/parser3.C 1.135:
14481: die in pool::fail
14482:
14483: * src/targets/cgi/parser3.C 1.137:
14484: pool debug @ die
14485:
14486: 2001-11-15 paf
14487: * src/Makefile.in 1.36:
14488: configure set_new_handler check added
14489:
14490: * src/targets/cgi/parser3.C 1.131:
14491: set_new_handler started
14492:
14493: * src/include/pa_exception.h 1.22:
14494: * src/main/execute.C 1.205:
14495: * src/main/main.dsp 1.140:
14496: * src/main/pa_exception.C 1.26:
14497: * src/targets/cgi/parser3.C 1.133:
14498: exception with dynamic buffer re-back
14499: now with counter
14500:
14501: * src/include/pa_config_auto.h.in 1.13:
14502: * src/main/Makefile.in 1.28:
14503: makes
14504:
14505: * src/include/pa_exception.h 1.21:
14506: * src/main/pa_exception.C 1.25:
14507: exception with static buffer back
14508:
14509: * src/classes/classes.awk 1.5:
14510: * src/include/pa_config_auto.h.in 1.14:
14511: * src/include/pa_config_includes.h 1.13:
14512: setnewhandler check
14513:
14514: * src/targets/cgi/parser3.C 1.132:
14515: std::
14516:
14517: 2001-11-14 paf
14518: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
14519: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
14520: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
14521: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
14522: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
14523: fixed this:
14524: $bred[^string::length[]]
14525: $bred[^response::clear[]]
14526: $bred[^int::int[]]
14527:
14528: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
14529:
14530: * src/include/pa_common.h 1.64:
14531: * src/include/pa_common.h 1.65:
14532: * src/include/pa_common.h 1.66:
14533: * src/main/pa_common.C 1.90:
14534: * src/main/pa_common.C 1.91:
14535: snprintf replacement was wrong
14536:
14537: * src/main/execute.C 1.204:
14538: * src/types/pa_vclass.h 1.22:
14539: * src/types/pa_vobject.h 1.14:
14540: * src/types/pa_vstateless_class.h 1.21:
14541: * src/types/pa_vstateless_object.h 1.13:
14542: merged with no_bad_constructors_try
14543:
14544: * src/classes/op.C 1.59:
14545: ^untaint{body} as-is default now
14546:
14547: * src/main/pa_request.C 1.180:
14548: z
14549:
14550: * src/include/pa_common.h 1.63:
14551: * src/main/pa_common.C 1.88:
14552: * src/main/pa_common.C 1.89:
14553: snprintf on buffer full returns
14554: win32 -1
14555: solaris >buffer_size
14556:
14557: checked all that
14558:
14559: 2001-11-13 paf
14560: * src/classes/classes.C 1.13:
14561: returned accedently removed if in foreach callbacks [when hash
14562: no-0-restructure]
14563:
14564: 2001-11-12 paf
14565: * src/classes/classes.C 1.12:
14566: * src/classes/hash.C 1.31:
14567: * src/classes/xdoc.C 1.45:
14568: * src/include/pa_hash.h 1.51:
14569: * src/main/pa_db_connection.C 1.33:
14570: * src/main/pa_db_manager.C 1.18:
14571: * src/main/pa_dictionary.C 1.10:
14572: * src/main/pa_hash.C 1.48:
14573: * src/main/pa_sql_driver_manager.C 1.55:
14574: * src/main/pa_stylesheet_manager.C 1.7:
14575: hash now does not containt 0 values. put 0 actullay removes.
14576: no check on 0 value in foreach now required
14577:
14578: * src/classes/date.C 1.13:
14579: date.roll parser2 alg used
14580:
14581: * src/main/pa_pool.C 1.40:
14582: changed xdoc createXXX politics, now string passed as-is to
14583: method, xalan makes & into & itself
14584:
14585: 2001-11-11 paf
14586: * src/main/pa_sql_driver_manager.C 1.53:
14587: * src/sql/pa_sql_driver.h 1.21:
14588: sql driver initialize not const
14589:
14590: * src/sql/pa_sql_driver.h 1.23:
14591: removed extra constructor, doc
14592:
14593: * src/main/pa_sql_driver_manager.C 1.54:
14594: * src/sql/pa_sql_driver.h 1.22:
14595: CRLF
14596:
14597: 2001-11-10 paf
14598: * src/main/pa_exec.C 1.18:
14599: doc
14600:
14601: 2001-11-09 paf
14602: * src/main/pa_common.C 1.87:
14603: line endings fixing fixed last piece[was still cstr oriented]
14604:
14605: * src/include/pa_common.h 1.62:
14606: * src/main/pa_common.C 1.86:
14607: * src/types/pa_vform.C 1.48:
14608: line endings fixing got rid of cstr, now must work ok with post multipart
14609:
14610: * src/classes/string.C 1.90:
14611: * src/classes/xdoc.C 1.44:
14612: xdoc::set{code} now untaints param properly
14613:
14614: * src/types/pa_vform.C 1.47:
14615: line endings fixed at post / multipart / not file also now
14616:
14617: * src/classes/string.C 1.89:
14618: string.save now does untainting before saving
14619:
14620: 2001-11-08 paf
14621: * src/include/pa_request.h 1.110:
14622: * src/main/pa_request.C 1.179:
14623: * src/targets/apache13/mod_parser3.C 1.9:
14624: * src/targets/cgi/parser3.C 1.130:
14625: * src/targets/isapi/parser3isapi.C 1.58:
14626: apache 'status' class enabler
14627:
14628: <Location /parser-status.html>
14629: ParserStatusAllowed
14630: </Location>
14631:
14632: * src/Makefile.in 1.35:
14633: * src/include/pa_common.h 1.61:
14634: * src/main/Makefile.am 1.24:
14635: * src/main/Makefile.in 1.27:
14636: * src/targets/cgi/pa_pool.C 1.32:
14637: makes
14638:
14639: * src/include/pa_cache_managers.h 1.2:
14640: * src/include/pa_charset_manager.h 1.6:
14641: * src/include/pa_db_manager.h 1.10:
14642: * src/include/pa_sql_driver_manager.h 1.18:
14643: * src/include/pa_stylesheet_manager.h 1.7:
14644: * src/main/pa_charset_manager.C 1.8:
14645: * src/main/pa_db_manager.C 1.17:
14646: * src/main/pa_sql_driver_manager.C 1.52:
14647: * src/main/pa_stylesheet_manager.C 1.6:
14648: restructured Cache manager to be simple parent, not second
14649: parent [gcc 2.96 strangly refused to call virtual from second
14650: parent]
14651:
14652: * src/include/pa_cache_managers.h 1.1:
14653: * src/include/pa_charset_manager.h 1.5:
14654: * src/include/pa_db_manager.h 1.9:
14655: * src/include/pa_sql_driver_manager.h 1.17:
14656: * src/include/pa_stylesheet_manager.h 1.6:
14657: * src/main/main.dsp 1.139:
14658: * src/main/pa_cache_managers.C 1.1:
14659: * src/main/pa_charset_manager.C 1.7:
14660: * src/main/pa_db_manager.C 1.16:
14661: * src/main/pa_globals.C 1.90:
14662: * src/main/pa_request.C 1.178:
14663: * src/main/pa_sql_driver_manager.C 1.51:
14664: * src/main/pa_stylesheet_manager.C 1.5:
14665: * src/types/pa_vstatus.h 1.4:
14666: cache_managers, maybe-expiring every request
14667: todo: apache 'status' class enabler
14668:
14669: 2001-11-05 paf
14670: * src/classes/xdoc.C 1.42:
14671: * src/include/pa_db_connection.h 1.16:
14672: * src/include/pa_stylesheet_connection.h 1.15:
14673: * src/include/pa_stylesheet_manager.h 1.4:
14674: * src/main/pa_stylesheet_manager.C 1.3:
14675: * src/types/pa_vstatus.h 1.2:
14676: $status:stylesheet
14677:
14678: * src/targets/cgi/parser3.C 1.129:
14679: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
14680: checked that in cgi, on apache already done :)
14681:
14682: * src/main/pa_db_connection.C 1.31:
14683: * src/main/pa_db_manager.C 1.14:
14684: * src/main/pa_request.C 1.177:
14685: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
14686:
14687: expiring to 0 time was wrong, changed to 'now' time
14688:
14689: * src/main/pa_db_connection.C 1.30:
14690: * src/main/pa_db_manager.C 1.13:
14691: hence i removed skipping 0 values in hash::for_each-es we need
14692: to check cleaned cache items manually
14693:
14694: * src/include/pa_charset_connection.h 1.3:
14695: * src/main/pa_charset_manager.C 1.5:
14696: $status:charset
14697:
14698: * src/classes/classes.C 1.11:
14699: * src/classes/classes.h 1.14:
14700: * src/classes/date.C 1.12:
14701: * src/classes/double.C 1.41:
14702: * src/classes/file.C 1.65:
14703: * src/classes/form.C 1.19:
14704: * src/classes/hash.C 1.30:
14705: * src/classes/hashfile.C 1.15:
14706: * src/classes/image.C 1.62:
14707: * src/classes/int.C 1.38:
14708: * src/classes/mail.C 1.44:
14709: * src/classes/math.C 1.9:
14710: * src/classes/op.C 1.58:
14711: * src/classes/response.C 1.16:
14712: * src/classes/string.C 1.88:
14713: * src/classes/table.C 1.130:
14714: * src/classes/void.C 1.13:
14715: * src/classes/xdoc.C 1.43:
14716: * src/classes/xnode.C 1.18:
14717: * src/classes/xnode.h 1.4:
14718: * src/include/pa_array.h 1.47:
14719: * src/include/pa_charset_connection.h 1.4:
14720: * src/include/pa_charset_manager.h 1.4:
14721: * src/include/pa_common.h 1.60:
14722: * src/include/pa_config_fixed.h 1.30:
14723: * src/include/pa_config_includes.h 1.12:
14724: * src/include/pa_db_connection.h 1.17:
14725: * src/include/pa_db_manager.h 1.8:
14726: * src/include/pa_db_table.h 1.8:
14727: * src/include/pa_dictionary.h 1.7:
14728: * src/include/pa_dir.h 1.8:
14729: * src/include/pa_exception.h 1.20:
14730: * src/include/pa_exec.h 1.4:
14731: * src/include/pa_globals.h 1.68:
14732: * src/include/pa_hash.h 1.50:
14733: * src/include/pa_opcode.h 1.8:
14734: * src/include/pa_pool.h 1.69:
14735: * src/include/pa_pragma_pack_begin.h 1.2:
14736: * src/include/pa_pragma_pack_end.h 1.2:
14737: * src/include/pa_request.h 1.109:
14738: * src/include/pa_sapi.h 1.15:
14739: * src/include/pa_socks.h 1.5:
14740: * src/include/pa_sql_connection.h 1.19:
14741: * src/include/pa_sql_driver_manager.h 1.16:
14742: * src/include/pa_stack.h 1.11:
14743: * src/include/pa_string.h 1.115:
14744: * src/include/pa_stylesheet_connection.h 1.16:
14745: * src/include/pa_stylesheet_manager.h 1.5:
14746: * src/include/pa_table.h 1.36:
14747: * src/include/pa_threads.h 1.20:
14748: * src/include/pa_types.h 1.31:
14749: * src/main/compile.C 1.53:
14750: * src/main/compile.tab.C 1.26:
14751: * src/main/compile_tools.C 1.40:
14752: * src/main/compile_tools.h 1.51:
14753: * src/main/execute.C 1.203:
14754: * src/main/pa_array.C 1.43:
14755: * src/main/pa_charset_connection.C 1.11:
14756: * src/main/pa_charset_manager.C 1.6:
14757: * src/main/pa_common.C 1.85:
14758: * src/main/pa_db_connection.C 1.28:
14759: * src/main/pa_db_manager.C 1.12:
14760: * src/main/pa_db_table.C 1.11:
14761: * src/main/pa_dictionary.C 1.9:
14762: * src/main/pa_dir.C 1.8:
14763: * src/main/pa_exception.C 1.24:
14764: * src/main/pa_exec.C 1.17:
14765: * src/main/pa_globals.C 1.89:
14766: * src/main/pa_hash.C 1.47:
14767: * src/main/pa_pool.C 1.39:
14768: * src/main/pa_request.C 1.176:
14769: * src/main/pa_socks.C 1.8:
14770: * src/main/pa_sql_driver_manager.C 1.50:
14771: * src/main/pa_status_provider.C 1.2:
14772: * src/main/pa_string.C 1.119:
14773: * src/main/pa_stylesheet_manager.C 1.4:
14774: * src/main/pa_table.C 1.40:
14775: * src/main/untaint.C 1.74:
14776: * src/sql/pa_sql_driver.h 1.20:
14777: * src/targets/apache13/mod_parser3.C 1.8:
14778: * src/targets/apache13/pa_pool.C 1.3:
14779: * src/targets/apache13/pa_threads.C 1.3:
14780: * src/targets/cgi/pa_pool.C 1.31:
14781: * src/targets/cgi/pa_threads.C 1.5:
14782: * src/targets/cgi/parser3.C 1.128:
14783: * src/targets/cgi/pool_storage.h 1.5:
14784: * src/targets/isapi/pa_pool.C 1.9:
14785: * src/targets/isapi/pa_threads.C 1.5:
14786: * src/targets/isapi/parser3isapi.C 1.57:
14787: * src/targets/isapi/pool_storage.h 1.13:
14788: * src/types/pa_valiased.C 1.11:
14789: * src/types/pa_valiased.h 1.16:
14790: * src/types/pa_value.h 1.77:
14791: * src/types/pa_vbool.h 1.15:
14792: * src/types/pa_vclass.h 1.21:
14793: * src/types/pa_vcode_frame.h 1.12:
14794: * src/types/pa_vcookie.C 1.32:
14795: * src/types/pa_vcookie.h 1.13:
14796: * src/types/pa_vdate.h 1.6:
14797: * src/types/pa_vdouble.h 1.28:
14798: * src/types/pa_venv.h 1.18:
14799: * src/types/pa_vfile.C 1.23:
14800: * src/types/pa_vfile.h 1.37:
14801: * src/types/pa_vform.C 1.46:
14802: * src/types/pa_vform.h 1.29:
14803: * src/types/pa_vhash.h 1.27:
14804: * src/types/pa_vhashfile.C 1.14:
14805: * src/types/pa_vhashfile.h 1.12:
14806: * src/types/pa_vimage.C 1.14:
14807: * src/types/pa_vimage.h 1.22:
14808: * src/types/pa_vint.h 1.29:
14809: * src/types/pa_vjunction.h 1.10:
14810: * src/types/pa_vmath.h 1.4:
14811: * src/types/pa_vmethod_frame.h 1.19:
14812: * src/types/pa_vobject.h 1.13:
14813: * src/types/pa_vrequest.C 1.11:
14814: * src/types/pa_vrequest.h 1.12:
14815: * src/types/pa_vresponse.h 1.17:
14816: * src/types/pa_vstateless_class.C 1.11:
14817: * src/types/pa_vstateless_class.h 1.20:
14818: * src/types/pa_vstateless_object.h 1.12:
14819: * src/types/pa_vstatus.h 1.3:
14820: * src/types/pa_vstring.C 1.13:
14821: * src/types/pa_vstring.h 1.39:
14822: * src/types/pa_vtable.C 1.9:
14823: * src/types/pa_vtable.h 1.35:
14824: * src/types/pa_vvoid.h 1.6:
14825: * src/types/pa_vxdoc.C 1.6:
14826: * src/types/pa_vxdoc.h 1.12:
14827: * src/types/pa_vxnode.C 1.11:
14828: * src/types/pa_vxnode.h 1.8:
14829: * src/types/pa_wcontext.C 1.12:
14830: * src/types/pa_wcontext.h 1.21:
14831: * src/types/pa_wwrapper.h 1.14:
14832: $status:db
14833: fixed used not initialized in db_connection & db_table
14834:
14835: * src/include/pa_charset_manager.h 1.3:
14836: * src/include/pa_db_manager.h 1.7:
14837: * src/include/pa_request.h 1.108:
14838: * src/include/pa_sql_connection.h 1.18:
14839: * src/include/pa_sql_driver_manager.h 1.15:
14840: * src/include/pa_stylesheet_manager.h 1.3:
14841: * src/main/main.dsp 1.138:
14842: * src/main/pa_charset_manager.C 1.4:
14843: * src/main/pa_common.C 1.84:
14844: * src/main/pa_db_manager.C 1.11:
14845: * src/main/pa_globals.C 1.88:
14846: * src/main/pa_request.C 1.175:
14847: * src/main/pa_sql_driver_manager.C 1.49:
14848: * src/main/pa_status_provider.C 1.1:
14849: * src/main/pa_stylesheet_manager.C 1.2:
14850: * src/types/pa_vstatus.h 1.1:
14851: * src/types/pa_vxnode.C 1.10:
14852: * src/types/types.dsp 1.14:
14853: started status parser class
14854:
14855: * src/main/pa_db_connection.C 1.29:
14856: * src/main/pa_db_table.C 1.12:
14857: parser_multithreaded check was wrong
14858:
14859: * src/main/pa_db_connection.C 1.32:
14860: * src/main/pa_db_manager.C 1.15:
14861: expiration from debug to normal
14862:
14863: 2001-11-01 paf
14864: * src/classes/hash.C 1.26:
14865: * src/classes/op.C 1.54:
14866: * src/types/pa_vmethod_frame.h 1.18:
14867: * src/types/pa_vstring.C 1.12:
14868: * src/types/pa_vstring.h 1.38:
14869: ^foreach[key|value]{body}[[separator]|{separator}]
14870:
14871: * src/classes/hash.C 1.25:
14872: * src/include/pa_hash.h 1.48:
14873: * src/main/pa_hash.C 1.44:
14874: * src/types/pa_vcookie.C 1.31:
14875: ^hash.delete[key]
14876:
14877: * src/classes/math.C 1.8:
14878: * src/include/pa_common.h 1.59:
14879: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
14880:
14881: * src/classes/op.C 1.57:
14882: ^for endless loop check strightened
14883:
14884: * src/Makefile.in 1.34:
14885: * src/classes/Makefile.in 1.31:
14886: * src/include/pa_config_auto.h.in 1.12:
14887: * src/main/Makefile.in 1.26:
14888: * src/targets/Makefile.in 1.24:
14889: * src/targets/apache13/Makefile.in 1.23:
14890: * src/targets/cgi/Makefile.in 1.28:
14891: * src/types/Makefile.in 1.23:
14892: makes
14893:
14894: * src/main/pa_hash.C 1.46:
14895: removed old extra include
14896:
14897: * src/classes/hash.C 1.28:
14898: * src/classes/xdoc.C 1.41:
14899: * src/classes/xnode.C 1.17:
14900: * src/include/pa_hash.h 1.49:
14901: * src/main/pa_hash.C 1.45:
14902: * src/main/pa_request.C 1.174:
14903: * src/types/pa_vhash.h 1.26:
14904: * src/types/pa_vxnode.C 1.9:
14905: hash locking
14906: disabled changing of hash inside of foreach
14907:
14908: * src/classes/hash.C 1.27:
14909: * src/classes/hashfile.C 1.14:
14910: * src/types/pa_vhashfile.C 1.13:
14911: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
14912: prev were hash.foreach
14913:
14914: * src/classes/hash.C 1.29:
14915: * src/classes/op.C 1.56:
14916: * src/main/execute.C 1.202:
14917: changed root behavior in native calls.
14918: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
14919:
14920: * src/classes/op.C 1.55:
14921: detected for var storage bug, fixed. todo:foreach
14922:
14923: 2001-10-31 paf
14924: * src/main/pa_sql_driver_manager.C 1.47:
14925: hiding passwords and addresses from accidental show [imagine
14926: user forgot @exception]
14927:
14928: * src/main/pa_db_connection.C 1.26:
14929: * src/main/pa_sql_driver_manager.C 1.48:
14930: // lockdetector flags
14931: dbenv.lk_detect=DB_LOCK_RANDOM;
14932:
14933: * src/include/pa_opcode.h 1.7:
14934: * src/main/compile.tab.C 1.25:
14935: * src/main/compile.y 1.173:
14936: * src/main/execute.C 1.201:
14937: \ in expression: int divide 10/3=3
14938:
14939: * src/main/pa_common.C 1.81:
14940: typing bug in common - bad ifdeff
14941:
14942: * src/types/pa_vhashfile.h 1.11:
14943: hashfile ^delete to do something only inside of ^cache
14944:
14945: * src/include/pa_threads.h 1.19:
14946: * src/main/pa_db_connection.C 1.25:
14947: * src/main/pa_db_table.C 1.10:
14948: * src/targets/apache13/pa_threads.C 1.2:
14949: * src/targets/cgi/pa_threads.C 1.4:
14950: * src/targets/isapi/pa_threads.C 1.4:
14951: libdb DB_THREAD flag only when really needed
14952:
14953: * src/main/pa_db_connection.C 1.27:
14954: z
14955:
14956: * src/classes/file.C 1.64:
14957: * src/classes/image.C 1.61:
14958: * src/classes/mail.C 1.43:
14959: * src/classes/string.C 1.87:
14960: * src/classes/xnode.C 1.16:
14961: * src/include/pa_common.h 1.58:
14962: * src/main/pa_common.C 1.80:
14963: ^string.save[[append;]path]
14964:
14965: * src/main/compile.C 1.52:
14966: * src/main/pa_common.C 1.83:
14967: completely empty file now considered "read", not ignored [not
14968: perfect trick used]
14969:
14970: * src/classes/table.C 1.129:
14971: ^table.save[[nameless|+append;]path]
14972:
14973: * src/main/pa_common.C 1.82:
14974: simplier common ifdefs
14975:
14976: 2001-10-30 paf
14977: * src/include/pa_common.h 1.57:
14978: * src/main/pa_common.C 1.79:
14979: * src/types/pa_vform.C 1.45:
14980: form post data line endings not reformatted now.
14981:
14982: * src/classes/xdoc.C 1.40:
14983: rolled back {} in xdoc.createTextNode for now
14984:
14985: * src/classes/classes.dsp 1.13:
14986: * src/main/main.dsp 1.137:
14987: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
14988: * src/targets/cgi/parser3.dsp 1.38:
14989: * src/targets/isapi/parser3isapi.dsp 1.29:
14990: * src/types/types.dsp 1.13:
14991: enabled debug incremental compile
14992:
14993: * src/main/pa_db_connection.C 1.24:
14994: * src/main/pa_db_manager.C 1.10:
14995: * src/main/pa_db_table.C 1.9:
14996: * src/main/pa_exec.C 1.16:
14997: * src/main/pa_request.C 1.173:
14998: * src/main/pa_sql_driver_manager.C 1.46:
14999: * src/main/pa_string.C 1.118:
15000: cstr(asis) default param removed
15001:
15002: * src/types/pa_vform.C 1.44:
15003: * src/types/pa_vform.h 1.28:
15004: AppendFormEntry length param now required [had bug when file=
15005: has no value]
15006:
15007: * src/types/pa_vform.C 1.43:
15008: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
15009:
15010: * src/include/pa_dir.h 1.7:
15011: LOAD_DIR fixed
15012:
15013: * src/include/pa_config_fixed.h 1.29:
15014: * src/include/pa_pragma_pack_begin.h 1.1:
15015: * src/include/pa_pragma_pack_end.h 1.1:
15016: * src/include/pa_string.h 1.114:
15017: * src/include/pa_types.h 1.30:
15018: String & Origin packed with #pragma pack
15019:
15020: * src/Makefile.in 1.33:
15021: * src/include/pa_config_auto.h.in 1.11:
15022: pragma detection
15023:
15024: * src/classes/xdoc.C 1.39:
15025: rolled back {} in xdoc.createElement for now
15026:
15027: 2001-10-29 paf
15028: * src/types/pa_wcontext.h 1.20:
15029: bitfield syntax stricter
15030:
15031: * src/include/pa_string.h 1.111:
15032: * src/main/pa_string.C 1.115:
15033: * src/targets/cgi/pa_pool.C 1.27:
15034: debugging memory
15035: String::fused_rows func now
15036:
15037: [Mon Oct 29 17:55:45 2001] total 5917436/158731
15038: [Mon Oct 29 18:11:53 2001] total 5796092/158731
15039:
15040: * src/classes/file.C 1.61:
15041: * src/classes/image.C 1.60:
15042: * src/classes/string.C 1.86:
15043: * src/classes/xdoc.C 1.38:
15044: * src/include/pa_pool.h 1.68:
15045: * src/include/pa_string.h 1.109:
15046: * src/main/execute.C 1.199:
15047: * src/main/pa_array.C 1.41:
15048: * src/main/pa_common.C 1.78:
15049: * src/main/pa_hash.C 1.43:
15050: * src/main/pa_sql_driver_manager.C 1.45:
15051: * src/main/pa_string.C 1.114:
15052: * src/main/untaint.C 1.70:
15053: * src/targets/cgi/pa_pool.C 1.25:
15054: * src/targets/cgi/parser3.C 1.126:
15055: * src/types/pa_vcookie.C 1.30:
15056: * src/types/pa_vstring.h 1.37:
15057: debuggging memory.
15058: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
15059: VString(String&) not copies reference [29M -> 17M]
15060:
15061: * src/include/pa_sql_connection.h 1.17:
15062: SQL_CONNECTION_FUNC_GUARDED name
15063:
15064: * src/targets/isapi/pa_pool.C 1.8:
15065: added isapi&apache real_malloc debug param.someday either ifdef
15066: or remove it
15067:
15068: * src/targets/apache13/pa_pool.C 1.2:
15069: * src/targets/cgi/pa_pool.C 1.30:
15070: * src/targets/cgi/parser3.C 1.127:
15071: removed debug defines
15072:
15073: * src/Makefile.am 1.12:
15074: .am order
15075:
15076: * src/main/pa_sql_driver_manager.C 1.44:
15077: ping to have services [old hiding bug]
15078:
15079: * src/main/untaint.C 1.73:
15080: optimizing returned after debugging
15081:
15082: * src/include/pa_array.h 1.45:
15083: * src/include/pa_charset_manager.h 1.2:
15084: * src/include/pa_db_connection.h 1.15:
15085: * src/include/pa_db_manager.h 1.6:
15086: * src/include/pa_db_table.h 1.7:
15087: * src/include/pa_hash.h 1.46:
15088: * src/include/pa_request.h 1.107:
15089: * src/include/pa_sql_driver_manager.h 1.14:
15090: * src/include/pa_stylesheet_manager.h 1.2:
15091: * src/include/pa_threads.h 1.18:
15092: * src/types/pa_valiased.h 1.15:
15093: * src/types/pa_vhashfile.h 1.10:
15094: * src/types/pa_vstateless_class.h 1.19:
15095: * src/types/pa_wcontext.h 1.18:
15096: gcc 3.0.1 required "friend class"
15097:
15098: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
15099: class Temp_lang'
15100:
15101: * src/include/pa_string.h 1.112:
15102: * src/main/pa_string.C 1.116:
15103: * src/main/untaint.C 1.71:
15104: * src/targets/cgi/pa_pool.C 1.29:
15105: String size_t replace to uint in proper places [todo:Array]
15106:
15107: * src/classes/file.C 1.62:
15108: * src/include/pa_hash.h 1.47:
15109: * src/include/pa_string.h 1.110:
15110: * src/main/pa_globals.C 1.87:
15111: * src/targets/cgi/pa_pool.C 1.26:
15112: debugging memory
15113: hash key ref now
15114:
15115: [Mon Oct 29 16:01:17 2001] total 17050496/202647
15116: [Mon Oct 29 17:11:17 2001] total 16867948/202658
15117:
15118: * src/classes/file.C 1.63:
15119: * src/types/pa_vimage.C 1.13:
15120: image&file couple stack string hash.puts
15121:
15122: * src/main/execute.C 1.200:
15123: * src/targets/cgi/pa_pool.C 1.28:
15124: * src/targets/cgi/parser3.dsp 1.37:
15125: * src/types/pa_wcontext.h 1.19:
15126: * src/types/pa_wwrapper.h 1.13:
15127: debugging memory
15128: WContext
15129: flags to bits
15130:
15131: total 5 652 652/158731
15132: total 5 469 332/158731
15133:
15134: * src/include/pa_sql_connection.h 1.16:
15135: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
15136:
15137: * src/include/pa_exception.h 1.19:
15138: * src/include/pa_sql_connection.h 1.15:
15139: * src/main/pa_exception.C 1.23:
15140: * src/main/pa_sql_driver_manager.C 1.43:
15141: * src/sql/pa_sql_driver.h 1.19:
15142: sql driver impl changed in _throw part.
15143:
15144: the idea is to #1 jump to C++ some function to main body, where
15145: every function stack frame has exception unwind information
15146: and from there... #2 propagate_exception()
15147:
15148: * src/include/pa_array.h 1.46:
15149: * src/main/pa_array.C 1.42:
15150: debugging memory
15151: Array:: without cache in get/put now
15152:
15153: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
15154: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
15155:
15156: * src/include/pa_string.h 1.113:
15157: * src/include/pa_types.h 1.29:
15158: * src/main/pa_string.C 1.117:
15159: * src/main/untaint.C 1.72:
15160: memory hunging
15161: #pragma pack(1)
15162:
15163: 16 419 844
15164: 13 169 394
15165:
15166: 2001-10-28 paf
15167: * src/include/pa_config_auto.h.in 1.10:
15168: * src/include/pa_config_fixed.h 1.28:
15169: * src/include/pa_db_connection.h 1.14:
15170: * src/include/pa_db_manager.h 1.5:
15171: * src/include/pa_db_table.h 1.6:
15172: * src/main/pa_db_connection.C 1.20:
15173: * src/main/pa_db_table.C 1.6:
15174: db2 on linux with DB 2.4.14: (6/2/98)
15175:
15176: * src/main/pa_db_connection.C 1.21:
15177: * src/main/pa_db_table.C 1.8:
15178: exception translation
15179:
15180: * src/main/pa_db_connection.C 1.22:
15181: expire table [was accidently pasted with wrong type/cast]
15182:
15183: * src/classes/Makefile.am 1.30:
15184: * src/classes/Makefile.in 1.30:
15185: * src/targets/apache13/p3runConfigure.in 1.6:
15186: * src/targets/cgi/Makefile.am 1.22:
15187: * src/targets/cgi/Makefile.in 1.27:
15188: db makes. remember to build DB2 with -fexceptions!!!
15189:
15190: * src/main/pa_db_table.C 1.7:
15191: DB_RMW defed
15192:
15193: * src/main/pa_db_connection.C 1.23:
15194: removed old consts
15195:
15196: 2001-10-27 paf
15197: * src/classes/hashfile.C 1.13:
15198: * src/include/pa_db_connection.h 1.13:
15199: * src/include/pa_db_table.h 1.5:
15200: * src/main/pa_db_connection.C 1.19:
15201: * src/main/pa_db_manager.C 1.9:
15202: * src/main/pa_db_table.C 1.5:
15203: * src/main/pa_globals.C 1.86:
15204: * src/types/pa_vhashfile.C 1.12:
15205: DB2 ifdefs
15206:
15207: * src/Makefile.in 1.32:
15208: * src/classes/Makefile.am 1.29:
15209: * src/classes/Makefile.in 1.29:
15210: * src/include/pa_config_fixed.h 1.27:
15211: * src/main/Makefile.am 1.23:
15212: * src/main/Makefile.in 1.25:
15213: * src/targets/Makefile.in 1.23:
15214: * src/targets/apache13/Makefile.in 1.22:
15215: * src/targets/apache13/p3runConfigure.in 1.5:
15216: * src/targets/cgi/Makefile.am 1.21:
15217: * src/targets/cgi/Makefile.in 1.26:
15218: * src/types/Makefile.am 1.12:
15219: * src/types/Makefile.in 1.22:
15220: makes with DB2
15221:
15222: * src/classes/classes.awk 1.4:
15223: no $ in var names
15224:
15225: * src/main/pa_globals.C 1.85:
15226: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
15227: * src/targets/cgi/parser3.dsp 1.36:
15228: * src/targets/isapi/parser3isapi.dsp 1.28:
15229: vc projects libdb ifdefed into globals.C
15230:
15231: * src/main/pa_db_connection.C 1.17:
15232: * src/main/pa_db_manager.C 1.8:
15233: db expiration connection&table [forgotten calls]
15234:
15235: * src/Makefile.in 1.31:
15236: * src/classes/Makefile.in 1.28:
15237: * src/include/pa_config_auto.h.in 1.9:
15238: * src/main/Makefile.am 1.22:
15239: * src/main/Makefile.in 1.24:
15240: * src/targets/Makefile.in 1.22:
15241: * src/targets/apache13/p3runConfigure.in 1.4:
15242: * src/targets/cgi/Makefile.in 1.25:
15243: * src/types/Makefile.am 1.11:
15244: * src/types/Makefile.in 1.21:
15245: makes db
15246:
15247: * src/classes/hashfile.C 1.12:
15248: * src/include/pa_db_connection.h 1.12:
15249: * src/include/pa_db_table.h 1.4:
15250: * src/main/pa_db_connection.C 1.18:
15251: * src/main/pa_db_table.C 1.4:
15252: ^hashfile.clear[]
15253:
15254: 2001-10-26 paf
15255: * src/classes/xdoc.C 1.35:
15256: * src/classes/xdoc.C 1.36:
15257: * src/types/pa_vxdoc.h 1.11:
15258: transform2 for parsed_source
15259:
15260: * src/classes/hashfile.C 1.11:
15261: * src/include/pa_db_connection.h 1.10:
15262: * src/include/pa_db_manager.h 1.4:
15263: * src/include/pa_db_table.h 1.3:
15264: * src/include/pa_hash.h 1.45:
15265: * src/main/pa_db_connection.C 1.13:
15266: * src/main/pa_db_manager.C 1.7:
15267: * src/main/pa_db_table.C 1.3:
15268: * src/main/pa_hash.C 1.42:
15269: * src/types/pa_vhashfile.C 1.11:
15270: * src/types/pa_vhashfile.h 1.9:
15271: db connections & tables now cached at create time & multithreaded
15272:
15273: * src/classes/xdoc.C 1.37:
15274: xdoc createTextNode createElement UL_XML default. but entities
15275: still reparsed. todo: tothink
15276:
15277: * src/classes/hashfile.C 1.10:
15278: * src/include/pa_db_table.h 1.2:
15279: * src/main/pa_db_table.C 1.2:
15280: db: child transaction commit/rollback responsibility left to
15281: parent [as it sould - else there were a bug with double free]
15282:
15283: * src/include/pa_db_connection.h 1.11:
15284: * src/main/pa_db_connection.C 1.15:
15285: * src/main/pa_db_connection.C 1.16:
15286: db checkpoints
15287:
15288: * src/main/pa_db_connection.C 1.12:
15289: about to remove connection from vhashfile
15290:
15291: * src/main/pa_db_connection.C 1.14:
15292: db recover mech 2
15293:
15294: 2001-10-25 paf
15295: * src/classes/hashfile.C 1.9:
15296: * src/include/pa_common.h 1.56:
15297: * src/include/pa_db_connection.h 1.9:
15298: * src/include/pa_db_manager.h 1.3:
15299: * src/include/pa_db_table.h 1.1:
15300: * src/main/main.dsp 1.136:
15301: * src/main/pa_db_connection.C 1.11:
15302: * src/main/pa_db_manager.C 1.6:
15303: * src/main/pa_db_table.C 1.1:
15304: * src/types/pa_vhashfile.C 1.10:
15305: * src/types/pa_vhashfile.h 1.8:
15306: started db_home [multiple, cached]
15307: todo: autorecover [tried, but not succeded, yet]
15308:
15309: * src/include/pa_db_connection.h 1.8:
15310: * src/main/pa_db_manager.C 1.5:
15311: transaction parent passed
15312:
15313: * src/include/pa_dir.h 1.6:
15314: ancient gpf on dir not found fixed
15315:
15316: 2001-10-24 parser
15317: * src/classes/Makefile.am 1.26:
15318: * src/classes/Makefile.am 1.27:
15319: * src/classes/Makefile.am 1.28:
15320: * src/classes/Makefile.in 1.26:
15321: * src/classes/Makefile.in 1.27:
15322: * src/main/Makefile.in 1.23:
15323: * src/targets/cgi/Makefile.am 1.20:
15324: * src/targets/cgi/Makefile.in 1.24:
15325: * src/targets/cgi/pool_storage.h 1.2:
15326: * src/targets/cgi/pool_storage.h 1.3:
15327: makes
15328:
15329: * src/include/pa_db_connection.h 1.6:
15330: * src/main/pa_db_connection.C 1.6:
15331: * src/types/pa_vhashfile.C 1.6:
15332: db_cursor constructor public now
15333:
15334: * src/include/pa_common.h 1.54:
15335: * src/main/Makefile.am 1.21:
15336: * src/main/pa_common.C 1.76:
15337: * src/types/pa_vform.C 1.41:
15338: * src/types/pa_vform.h 1.26:
15339: .am
15340:
15341: * src/classes/hashfile.C 1.7:
15342: * src/include/pa_request.h 1.106:
15343: hashfile.cache 0
15344:
15345: * src/main/pa_db_connection.C 1.7:
15346: * src/types/pa_vhashfile.C 1.7:
15347: db_connection not bothers with key when not returning expired data
15348:
15349: * src/targets/cgi/pool_storage.h 1.4:
15350: * src/targets/isapi/parser3isapi.C 1.56:
15351: * src/targets/isapi/pool_storage.h 1.12:
15352: pool_storage fixed
15353:
15354: * src/include/pa_common.h 1.55:
15355: * src/main/pa_common.C 1.77:
15356: * src/types/pa_vform.C 1.42:
15357: * src/types/pa_vform.h 1.27:
15358: form fix_line_breaks
15359:
15360: * src/types/pa_vhashfile.C 1.8:
15361: * src/types/pa_vhashfile.h 1.6:
15362: hashfile expiring 0
15363:
15364: * src/main/pa_db_connection.C 1.8:
15365: * src/types/pa_vhashfile.C 1.9:
15366: hashfile expiring 1
15367:
15368: * src/classes/hashfile.C 1.6:
15369: * src/include/pa_db_connection.h 1.7:
15370: * src/main/pa_db_connection.C 1.9:
15371: hashfile expired deleted from db when get & iterate
15372:
15373: * src/classes/hashfile.C 1.8:
15374: * src/types/pa_vhashfile.h 1.7:
15375: hashfile 1
15376:
1.24 paf 15377: * src/sql/pa_sql_driver.h 1.18:
15378: version
15379:
1.15 paf 15380: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
15381: * src/targets/isapi/parser3isapi.dsp 1.27:
15382: doc
15383:
15384: * src/include/pa_db_connection.h 1.5:
15385: * src/main/pa_db_connection.C 1.5:
15386: * src/types/pa_vhashfile.C 1.5:
15387: * src/types/pa_vhashfile.h 1.5:
15388: hashfile data stamped, todo: put_element analize
15389:
15390: * src/include/pa_db_connection.h 1.4:
15391: * src/include/pa_string.h 1.108:
15392: * src/main/pa_db_connection.C 1.4:
15393: * src/main/pa_string.C 1.113:
15394: hashfile pieced serialize. todo stamp
15395:
15396: * src/main/pa_db_connection.C 1.10:
15397: * src/main/pa_db_manager.C 1.4:
15398: hashfile setted this:
15399: DB_RMW
15400: Acquire write locks instead of read locks when doing the retrieval. Setting this flag may decrease the likelihood of deadlock during a read-modify-write cycle by immediately acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock
15401:
15402: 2001-10-23 parser
15403: * src/classes/file.C 1.60:
15404: * src/classes/hash.C 1.24:
15405: * src/classes/hashfile.C 1.5:
15406: * src/classes/image.C 1.59:
15407: * src/classes/mail.C 1.42:
15408: * src/classes/response.C 1.15:
15409: * src/classes/string.C 1.85:
15410: * src/classes/table.C 1.128:
15411: * src/classes/xdoc.C 1.34:
15412: * src/include/pa_config_fixed.h 1.26:
15413: * src/include/pa_db_connection.h 1.3:
15414: * src/main/pa_common.C 1.75:
15415: * src/main/pa_db_connection.C 1.3:
15416: * src/main/pa_request.C 1.172:
15417: * src/types/pa_value.h 1.76:
15418: * src/types/pa_vcookie.C 1.29:
15419: * src/types/pa_vhash.h 1.25:
15420: * src/types/pa_vhashfile.C 1.4:
15421: * src/types/pa_vhashfile.h 1.4:
15422: * src/types/pa_vresponse.h 1.16:
15423: * src/types/pa_vtable.C 1.8:
15424: ^hashfile.hash[]
15425:
15426: * src/classes/hashfile.C 1.3:
15427: * src/include/pa_db_connection.h 1.2:
15428: * src/include/pa_db_manager.h 1.2:
15429: * src/main/pa_db_connection.C 1.2:
15430: * src/main/pa_db_manager.C 1.2:
15431: * src/types/pa_vhashfile.h 1.3:
15432: ^hashfile.transaction{code}
15433: ^hashfile:clear[filename]
15434: ^hashfile.delete[key]
15435:
15436: * src/classes/hashfile.C 1.4:
15437: * src/classes/xdoc.C 1.33:
15438: * src/include/pa_config_fixed.h 1.25:
15439: * src/main/pa_db_manager.C 1.3:
15440: * src/main/pa_globals.C 1.84:
15441: ifdefs so it compiled without db
15442:
15443: 2001-10-22 parser
15444: * src/classes/classes.dsp 1.12:
15445: * src/classes/hashfile.C 1.2:
15446: * src/classes/xdoc.C 1.32:
15447: * src/classes/xnode.C 1.15:
15448: * src/include/pa_charset_connection.h 1.2:
15449: * src/include/pa_db_connection.h 1.1:
15450: * src/include/pa_db_manager.h 1.1:
15451: * src/include/pa_exception.h 1.18:
15452: * src/include/pa_sapi.h 1.14:
15453: * src/include/pa_sql_connection.h 1.14:
15454: * src/include/pa_sql_driver_manager.h 1.13:
15455: * src/include/pa_stylesheet_connection.h 1.14:
15456: * src/include/pa_stylesheet_manager.h 1.1:
15457: * src/include/pa_xslt_stylesheet_manager.h 1.5:
15458: * src/main/main.dsp 1.135:
15459: * src/main/pa_db_connection.C 1.1:
15460: * src/main/pa_db_manager.C 1.1:
15461: * src/main/pa_exception.C 1.22:
15462: * src/main/pa_globals.C 1.83:
15463: * src/main/pa_pool.C 1.38:
15464: * src/main/pa_sql_driver_manager.C 1.42:
15465: * src/main/pa_stylesheet_manager.C 1.1:
15466: * src/main/pa_xslt_stylesheet_manager.C 1.5:
15467: * src/targets/apache13/mod_parser3.C 1.7:
15468: * src/targets/cgi/parser3.C 1.124:
15469: * src/targets/isapi/parser3isapi.C 1.55:
15470: * src/types/pa_vhashfile.C 1.3:
15471: * src/types/pa_vhashfile.h 1.2:
15472: * src/types/pa_vxdoc.C 1.5:
15473: * src/types/pa_vxnode.C 1.8:
15474: * src/types/types.dsp 1.12:
15475: hashfile 0
15476:
15477: * src/targets/cgi/pa_pool.C 1.24:
15478: * src/targets/cgi/parser3.C 1.125:
15479: * src/targets/cgi/parser3.dsp 1.35:
15480: * src/targets/cgi/pool_storage.h 1.1:
15481: * src/targets/isapi/pool_storage.h 1.11:
15482: cgi += pool cleanups
15483:
15484: * src/targets/apache13/mod_parser3.C 1.5:
15485: * src/targets/isapi/parser3isapi.C 1.54:
15486: SEH minor ifdef changes
15487:
15488: * src/targets/apache13/mod_parser3.C 1.6:
15489: html
15490:
15491: * src/classes/classes.dsp 1.11:
15492: * src/classes/hashfile.C 1.1:
15493: * src/include/pa_config_fixed.h 1.24:
15494: * src/main/execute.C 1.198:
15495: * src/targets/cgi/parser3.dsp 1.34:
15496: * src/types/pa_vhashfile.C 1.1:
15497: * src/types/pa_vhashfile.h 1.1:
15498: * src/types/types.dsp 1.11:
15499: hashfile -100
15500:
15501: * src/include/pa_exception.h 1.17:
15502: * src/include/pa_request.h 1.105:
15503: * src/main/execute.C 1.197:
15504: * src/main/pa_exception.C 1.21:
15505: * src/main/pa_request.C 1.171:
15506: * src/targets/cgi/parser3.C 1.123:
15507: * src/targets/cgi/parser3.dsp 1.33:
15508: * src/types/pa_vclass.h 1.20:
15509: * src/types/pa_vobject.h 1.12:
15510: stack backtrace
15511:
15512: * src/types/pa_vhashfile.C 1.2:
15513: z
15514:
15515: 2001-10-19 parser
15516: * src/main/pa_request.C 1.170:
15517: * src/targets/apache13/mod_parser3.C 1.4:
15518: pool:: context - get_context
15519:
15520: * src/main/pa_pool.C 1.37:
15521: auto compiled on gcc
15522:
15523: * src/classes/classes.h 1.13:
15524: * src/classes/date.C 1.11:
15525: * src/classes/double.C 1.40:
15526: * src/classes/file.C 1.59:
15527: * src/classes/form.C 1.18:
15528: * src/classes/hash.C 1.23:
15529: * src/classes/image.C 1.57:
15530: * src/classes/int.C 1.37:
15531: * src/classes/mail.C 1.41:
15532: * src/classes/math.C 1.7:
15533: * src/classes/op.C 1.53:
15534: * src/classes/string.C 1.84:
15535: * src/classes/table.C 1.127:
15536: * src/classes/void.C 1.12:
15537: * src/include/pa_config_fixed.h 1.22:
15538: * src/include/pa_exception.h 1.15:
15539: * src/include/pa_pool.h 1.64:
15540: * src/include/pa_request.h 1.104:
15541: * src/include/pa_types.h 1.27:
15542: * src/main/compile.C 1.51:
15543: * src/main/compile_tools.C 1.39:
15544: * src/main/execute.C 1.196:
15545: * src/main/pa_array.C 1.40:
15546: * src/main/pa_common.C 1.73:
15547: * src/main/pa_dictionary.C 1.8:
15548: * src/main/pa_exception.C 1.19:
15549: * src/main/pa_exec.C 1.15:
15550: * src/main/pa_pool.C 1.34:
15551: * src/main/pa_request.C 1.169:
15552: * src/main/pa_socks.C 1.7:
15553: * src/main/pa_sql_driver_manager.C 1.41:
15554: * src/main/pa_string.C 1.112:
15555: * src/main/pa_table.C 1.39:
15556: * src/main/untaint.C 1.69:
15557: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
15558: * src/targets/apache13/mod_parser3.C 1.3:
15559: * src/targets/cgi/parser3.C 1.122:
15560: * src/targets/isapi/parser3isapi.C 1.53:
15561: * src/types/pa_value.h 1.75:
15562: * src/types/pa_vbool.h 1.14:
15563: * src/types/pa_vdouble.h 1.27:
15564: * src/types/pa_vfile.h 1.36:
15565: * src/types/pa_vform.C 1.40:
15566: * src/types/pa_vhash.h 1.24:
15567: * src/types/pa_vint.h 1.28:
15568: * src/types/pa_vjunction.h 1.9:
15569: * src/types/pa_vmethod_frame.h 1.17:
15570: * src/types/pa_vstateless_class.h 1.18:
15571: * src/types/pa_vtable.C 1.7:
15572: * src/types/pa_wcontext.C 1.11:
15573: * src/types/pa_wwrapper.h 1.12:
15574: switched to c++ exceptions 0
15575:
15576: * src/Makefile.in 1.30:
15577: * src/classes/Makefile.in 1.25:
15578: * src/include/pa_pool.h 1.66:
15579: * src/main/Makefile.in 1.22:
15580: * src/main/pa_common.C 1.74:
15581: * src/targets/Makefile.in 1.21:
15582: * src/targets/apache13/Makefile.in 1.21:
15583: * src/targets/cgi/Makefile.in 1.23:
15584: * src/types/Makefile.in 1.20:
15585: makes
15586:
15587: * src/include/pa_pool.h 1.67:
15588: header
15589:
15590: * src/classes/xdoc.C 1.30:
15591: * src/classes/xnode.C 1.13:
15592: * src/include/pa_pool.h 1.65:
15593: * src/include/pa_types.h 1.28:
15594: * src/main/pa_pool.C 1.36:
15595: first c++ exceptions result: can free up xalandomstring
15596: resulting from pool::transcode
15597:
15598: * src/classes/classes.awk 1.3.6.1:
15599: $ removed
15600:
15601: * src/classes/Makefile.am 1.25:
15602: * src/classes/xdoc.C 1.29:
15603: * src/classes/xnode.C 1.12:
15604: * src/include/pa_config_fixed.h 1.23:
15605: * src/include/pa_exception.h 1.16:
15606: * src/include/pa_stylesheet_connection.h 1.13:
15607: * src/main/pa_charset_connection.C 1.10:
15608: * src/main/pa_exception.C 1.20:
15609: * src/main/pa_pool.C 1.35:
15610: * src/types/pa_vxdoc.C 1.3:
15611: * src/types/pa_vxdoc.h 1.9:
15612: * src/types/pa_vxnode.C 1.6:
15613: * src/types/pa_vxnode.h 1.6:
15614: switched to c++ exceptions 1xml
15615: configure fixed to exclude xalan-patch from non-xml compile
15616:
15617: * src/classes/xdoc.C 1.31:
15618: * src/classes/xnode.C 1.14:
15619: * src/classes/xnode.h 1.3:
15620: * src/types/pa_vxdoc.C 1.4:
15621: * src/types/pa_vxdoc.h 1.10:
15622: * src/types/pa_vxnode.C 1.7:
15623: * src/types/pa_vxnode.h 1.7:
15624: xnode clone got freed
15625:
15626: * src/classes/image.C 1.58:
15627: comment
15628:
15629: 2001-10-18 parser
15630: * src/classes/xdoc.C 1.28:
15631: * src/types/pa_vxdoc.h 1.8:
15632: * src/types/pa_vxnode.C 1.5:
15633: vxdoc set_document & ctor question "who owns document" solved
15634:
15635: * src/classes/xdoc.C 1.26:
15636: * src/classes/xnode.C 1.11:
15637: * src/include/pa_pool.h 1.63:
15638: * src/main/pa_pool.C 1.32:
15639: encoding in dom creating funcs
15640:
15641: * src/include/pa_stylesheet_connection.h 1.12:
15642: prev stylesheet destroyed @ recompile
15643:
15644: * src/classes/xdoc.C 1.22:
15645: comment
15646:
15647: * src/classes/xdoc.C 1.21:
15648: * src/classes/xnode.C 1.10:
15649: * src/main/compile.tab.C 1.24:
15650: xdoc create now uses XercesDocumentBridge, appendChild&co now works
15651:
15652: * src/classes/xdoc.C 1.27:
15653: * src/main/pa_pool.C 1.33:
15654: extra free removed
15655:
15656: * src/classes/xdoc.C 1.24:
15657: * src/classes/xdoc.C 1.25:
15658: * src/types/pa_vxdoc.h 1.7:
15659: dom created by create can be transformed now
15660:
15661: * src/classes/xdoc.C 1.23:
15662: z
15663:
15664: * src/types/pa_vcookie.C 1.28:
15665: cookie:CLASS
15666:
15667: * src/classes/classes.dsp 1.10:
15668: * src/classes/xdoc.C 1.19:
15669: * src/types/types.dsp 1.10:
15670: fiew leechy-found bugs in code&doc fixed
15671:
15672: * src/classes/xdoc.C 1.20:
15673: * src/classes/xnode.C 1.9:
15674: xdoc::create[] now. and all dom tag names forced to XML lang
15675:
15676: * src/main/main.dsp 1.134:
15677: project
15678:
15679: * src/main/compile.tab.C 1.23:
15680: * src/main/compile.y 1.172:
15681: * src/main/pa_request.C 1.168:
15682: ^:
15683: no colon in $origin @exception[
15684:
15685: 2001-10-17 parser
15686: * src/types/pa_vimage.h 1.21:
15687: removed unused vimage::save
15688:
15689: * src/classes/classes.dsp 1.9:
15690: * src/classes/string.C 1.83:
15691: * src/main/pa_string.C 1.111:
15692: * src/types/pa_vxnode.h 1.5:
15693: * src/types/types.dsp 1.9:
15694: string::mid fixed, string.mid n functionality preserved
15695:
15696: 2001-10-16 parser
15697: * src/classes/classes.dsp 1.8:
15698: * src/main/main.dsp 1.133:
15699: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
15700: * src/targets/cgi/parser3.dsp 1.32:
15701: * src/targets/isapi/parser3isapi.dsp 1.26:
15702: * src/types/types.dsp 1.8:
15703: ident >nul 2>&1
15704:
1.28 paf 15705: * src/classes/xnode.C 1.7:
15706: * src/classes/xnode.C 1.8:
15707: removed few dom returns & changed op.txt
15708:
15709: * src/classes/image.C 1.54:
15710: gd size/resize bugfix
1.15 paf 15711:
1.28 paf 15712: * src/classes/image.C 1.55:
15713: :CopyResampled made gd2beta+my hands, very ineffective, but
15714: works for small paleted image
1.15 paf 15715:
15716: * src/classes/string.C 1.82:
15717: * src/main/pa_string.C 1.110:
15718: $string.mid(p[;n])
15719:
1.28 paf 15720: * src/classes/image.C 1.56:
15721: image.copy tolerance
15722:
15723: * src/types/pa_vhash.h 1.23:
15724: * src/types/pa_vtable.h 1.34:
15725: hash can be used as boolean
15726:
1.15 paf 15727: * src/main/pa_common.C 1.72:
15728: \r\n -> \n DOS
15729: \r -> \n Macintosh
15730: on all systems
15731:
15732: * src/classes/image.C 1.53:
15733: * src/types/pa_vimage.h 1.20:
15734: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
15735: ;dest h]])
15736:
1.28 paf 15737: * src/types/pa_vimage.C 1.12:
15738: comment
15739:
1.15 paf 15740: 2001-10-15 parser
15741: * src/Makefile.in 1.29:
15742: * src/types/pa_vcode_frame.h 1.11:
15743: * src/types/pa_wcontext.C 1.10:
15744: code_frame fixed - ::write badly passed string too
15745: transparently [failed to intercept it]
15746:
15747: * src/types/pa_vxnode.C 1.4:
15748: document_type_node.
15749: !readonly attribute DOMString name
15750: !notation_node.
15751: !readonly attribute DOMString publicId
15752: !readonly attribute DOMString systemId
15753:
15754: * src/classes/xdoc.C 1.16:
15755: * src/classes/xnode.C 1.6:
15756: * src/include/pa_config_fixed.h 1.21:
15757: * src/include/pa_request.h 1.103:
15758: * src/main/pa_sql_driver_manager.C 1.40:
15759: * src/types/pa_vxdoc.C 1.2:
15760: * src/types/pa_vxdoc.h 1.6:
15761: * src/types/pa_vxnode.C 1.3:
15762: * src/types/pa_vxnode.h 1.4:
15763: DOM1 major addtion, only few attributes/methods left
15764:
15765: * src/main/execute.C 1.195:
15766: z
15767:
15768: * src/classes/xdoc.C 1.17:
15769: * src/classes/xdoc.C 1.18:
15770: !::create{qualifiedName}
15771:
15772: 2001-10-13 parser
15773: * src/main/execute.C 1.194:
15774: * src/types/pa_vcode_frame.h 1.9:
15775: vcodeframe made transparent enough to handle hash if creation&passing
15776:
15777: * src/include/pa_config_fixed.h 1.20:
15778: * src/main/execute.C 1.193:
15779: * src/main/pa_exception.C 1.18:
15780: noticed that vcodeframe not transparent enough, would change now
15781:
15782: * src/types/pa_vcode_frame.h 1.10:
15783: couple comments
15784:
15785: * src/targets/isapi/pool_storage.h 1.10:
15786: isapi pool storage reverse cleanups & frees order
15787:
15788: * src/main/pa_sql_driver_manager.C 1.39:
15789: * src/targets/cgi/parser3.C 1.121:
15790: * src/targets/isapi/parser3isapi.C 1.52:
15791: isapi&cgi couple non-pooled mallocs in main handler
15792:
15793: 2001-10-12 parser
15794: * src/classes/double.C 1.39:
15795: * src/classes/int.C 1.36:
15796: * src/classes/string.C 1.81:
15797: sql{}[$.default[({})]] handling changed:
15798: now type of default param analized always, not only at problem time,
15799: thus helping early problem spotting
15800:
15801: * src/classes/classes.dsp 1.7:
15802: * src/classes/xdoc.C 1.15:
15803: * src/main/compile.tab.C 1.22:
15804: * src/main/main.dsp 1.132:
15805: * src/main/pa_globals.C 1.82:
15806: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
15807: * src/targets/apache13/mod_parser3.C 1.2:
15808: * src/targets/cgi/parser3.C 1.120:
15809: * src/targets/cgi/parser3.dsp 1.31:
15810: * src/targets/isapi/parser3isapi.C 1.50:
15811: * src/targets/isapi/parser3isapi.C 1.51:
15812: * src/targets/isapi/parser3isapi.dsp 1.25:
15813: * src/types/types.dsp 1.7:
15814: xalan&xerces multithread bug fixed. initialization&free on each
15815: thread!
15816:
15817: 2001-10-11 parser
15818: * src/targets/apache13/Makefile.am 1.6:
15819: started restructuring
15820:
15821: * src/Makefile.in 1.25:
15822: * src/Makefile.in 1.26:
15823: * src/Makefile.in 1.28:
15824: * src/classes/Makefile.in 1.22:
15825: * src/classes/Makefile.in 1.23:
15826: * src/include/pa_config_auto.h.in 1.8:
15827: * src/main/Makefile.in 1.20:
15828: * src/main/Makefile.in 1.21:
15829: * src/targets/Makefile.in 1.19:
15830: * src/targets/Makefile.in 1.20:
15831: * src/targets/apache13/Makefile.in 1.19:
15832: * src/targets/apache13/Makefile.in 1.20:
15833: * src/targets/apache13/p3runConfigure.in 1.3:
15834: * src/targets/cgi/Makefile.in 1.21:
15835: * src/targets/cgi/Makefile.in 1.22:
15836: * src/types/Makefile.in 1.18:
15837: * src/types/Makefile.in 1.19:
15838: makes
15839:
15840: * src/classes/xnode.C 1.5:
15841: xnode.selectSingle now
15842:
15843: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
15844: .dsp fixed due to relocate
15845:
15846: * src/classes/xdoc.C 1.14:
15847: * src/classes/xnode.C 1.4:
15848: * src/include/pa_exception.h 1.14:
15849: * src/include/pa_pool.h 1.62:
15850: * src/include/pa_stylesheet_connection.h 1.11:
15851: * src/main/pa_exception.C 1.17:
15852: * src/main/pa_pool.C 1.31:
15853: moved xslt exceptions convertors out of Pool into Exception
15854:
15855: * src/Makefile.in 1.27:
15856: * src/classes/Makefile.in 1.24:
15857: makes. stdc++ lib added to apache libraries
15858:
15859: * src/classes/hash.C 1.22:
15860: !^hash.add[addme]
15861: !^hash.sub[subme]
15862: !^a.union[b] = new
15863: !^a.intersection[b] = new
15864: !^a.intersects[b] = bool
15865:
15866: * src/main/pa_string.C 1.109:
15867: const
15868:
15869: * src/classes/hash.C 1.20:
15870: * src/types/pa_vhash.h 1.22:
15871: !^hash::create[[copy_from]]
15872:
15873: * src/targets/apache13/Makefile.am 1.7:
15874: * src/targets/apache13/p3runConfigure.in 1.2:
15875: added
15876:
1.28 paf 15877: * src/classes/hash.C 1.21:
15878: !^hash::append[append_from]
15879:
1.15 paf 15880: * src/include/pa_string.h 1.107:
15881: * src/main/pa_string.C 1.108:
15882: restructured string: linked pieces of same language together
15883: prior to String::replace
15884:
15885: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
15886: * src/targets/apache13/mod_parser3.C 1.1:
15887: * src/targets/apache13/p3runConfigure.in 1.1:
15888: * src/targets/apache13/pa_pool.C 1.1:
15889: * src/targets/apache13/pa_threads.C 1.1:
15890: restructured
15891:
15892: * src/classes/string.C 1.80:
15893: * src/classes/table.C 1.126:
15894: * src/include/pa_globals.h 1.67:
15895: * src/include/pa_string.h 1.106:
15896: * src/main/pa_globals.C 1.81:
15897: * src/main/pa_string.C 1.107:
15898: * src/main/untaint.C 1.68:
15899: * src/types/pa_vvoid.h 1.5:
15900: untaint lang origins table fixed.
15901: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
15902:
15903: 2001-10-10 parser
15904: * src/main/compile.tab.C 1.19:
15905: * src/main/compile.y 1.170:
15906: ^a[^b] more informative compile error
15907:
15908: * src/main/compile.tab.C 1.20:
15909: * src/main/compile.y 1.171:
15910: ^a[
15911:
15912: @next_method << now unclosed ] would be reported here
15913:
15914: * src/classes/op.C 1.52:
15915: * src/main/compile.tab.C 1.21:
15916: ^error[msg]
15917:
15918: 2001-10-09 parser
15919: * src/classes/classes.dsp 1.6:
15920: * src/classes/xdoc.C 1.13:
15921: * src/include/pa_stylesheet_connection.h 1.10:
15922: * src/main/main.dsp 1.131:
15923: * src/targets/cgi/parser3.C 1.118:
15924: * src/targets/isapi/parser3isapi.C 1.48:
15925: * src/types/pa_vxdoc.h 1.5:
15926: * src/types/pa_vxnode.h 1.3:
15927: * src/types/types.dsp 1.6:
15928: xalan patches starting
15929:
15930: * src/classes/op.C 1.49:
15931: * src/classes/table.C 1.121:
15932: * src/types/pa_vfile.h 1.35:
15933: * src/types/pa_vimage.h 1.19:
15934: * src/types/pa_vjunction.h 1.8:
15935: * src/types/pa_vxdoc.h 1.4:
15936: * src/types/pa_vxnode.h 1.2:
15937: table:menu & op for delims made allowed not to be code [be
15938: string..]
15939:
15940: * src/Makefile.in 1.23:
15941: * src/Makefile.in 1.24:
15942: * src/classes/Makefile.am 1.23:
15943: * src/classes/Makefile.am 1.24:
15944: * src/classes/Makefile.in 1.20:
15945: * src/classes/Makefile.in 1.21:
15946: * src/main/Makefile.am 1.20:
15947: * src/main/Makefile.in 1.18:
15948: * src/main/Makefile.in 1.19:
15949: * src/targets/Makefile.in 1.17:
15950: * src/targets/Makefile.in 1.18:
15951: * src/targets/apache13/Makefile.in 1.17:
15952: * src/targets/apache13/Makefile.in 1.18:
15953: * src/targets/cgi/Makefile.am 1.19:
15954: * src/targets/cgi/Makefile.in 1.19:
15955: * src/targets/cgi/Makefile.in 1.20:
15956: * src/types/Makefile.am 1.10:
15957: * src/types/Makefile.in 1.16:
15958: * src/types/Makefile.in 1.17:
15959: makes
15960:
15961: * src/targets/cgi/parser3.C 1.119:
15962: * src/targets/isapi/parser3isapi.C 1.49:
15963: xml transform win32 errors intercepted [xalan transformer
15964: patched and incorporated]
15965:
15966: * src/classes/double.C 1.38:
15967: * src/classes/file.C 1.58:
15968: * src/classes/image.C 1.52:
15969: * src/classes/int.C 1.35:
15970: * src/classes/op.C 1.48:
15971: * src/classes/string.C 1.78:
15972: * src/classes/table.C 1.120:
15973: lots of params->as_int/double/as_string/as_junction
15974: as_no_junction messages added
15975:
15976: * src/classes/op.C 1.51:
15977: * src/classes/table.C 1.123:
15978: table.hash[key field;value field(s) string/table] now
15979:
15980: * src/classes/op.C 1.50:
15981: * src/classes/table.C 1.122:
15982: z
15983:
15984: * src/classes/date.C 1.10:
15985: * src/classes/table.C 1.124:
15986: calendar moved to date
15987:
15988: * src/classes/string.C 1.79:
15989: * src/classes/table.C 1.125:
15990: ^string.save[file]
15991:
15992: 2001-10-08 parser
15993: * src/classes/image.C 1.49:
15994: * src/types/pa_vcookie.C 1.27:
15995: * src/types/pa_vimage.C 1.11:
15996: image:sector
15997: removed image:html internal "line-*" attribs
15998:
1.28 paf 15999: * src/types/pa_vcookie.C 1.25:
16000: removing cookie made more netscape-like way
16001:
1.15 paf 16002: * src/classes/file.C 1.57:
16003: * src/classes/form.C 1.17:
16004: * src/main/pa_common.C 1.70:
16005: * src/main/untaint.C 1.67:
16006: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
16007: nonforced [only tainted pieces]
16008:
1.28 paf 16009: * src/classes/xdoc.C 1.12:
16010: xdoc:load exceptions intercepted [like in set]
16011:
1.15 paf 16012: * src/classes/image.C 1.50:
16013: image:circle [and round arc] uses Bresenham
16014:
16015: * src/main/untaint.C 1.65:
16016: \r to ' ' in origins mode
16017:
16018: * src/classes/date.C 1.9:
16019: * src/classes/image.C 1.51:
16020: * src/classes/string.C 1.77:
16021: * src/classes/table.C 1.119:
16022: * src/classes/void.C 1.11:
16023: * src/include/pa_request.h 1.102:
16024: params->as_int/double message added
16025:
16026: * src/classes/xdoc.C 1.11:
16027: * src/include/pa_config_fixed.h 1.19:
16028: * src/main/compile.tab.C 1.18:
16029: * src/types/pa_vxdoc.h 1.3:
16030: parsedSource produced by nonstandard liaison freed up
16031:
1.28 paf 16032: * src/classes/image.C 1.48:
16033: * src/include/pa_common.h 1.53:
16034: * src/main/pa_common.C 1.71:
16035: * src/types/pa_vcookie.C 1.26:
16036: cookie urlencoded [netscape doc reread]
16037:
1.15 paf 16038: * src/include/pa_common.h 1.52:
16039: * src/main/pa_common.C 1.69:
16040: * src/main/untaint.C 1.66:
16041: * src/targets/cgi/parser3.C 1.117:
16042: * src/targets/isapi/parser3isapi.C 1.47:
16043: remove_crlf @ SAPI::log
16044:
16045: 2001-10-07 parser
16046: * src/include/pa_config_fixed.h 1.18:
16047: * src/main/compile.tab.C 1.17:
16048: restored project
16049:
16050: 2001-10-05 parser
16051: * src/classes/xdoc.C 1.9:
16052: * src/include/pa_dictionary.h 1.6:
16053: * src/main/main.dsp 1.129:
16054: * src/main/pa_dictionary.C 1.7:
16055: * src/main/pa_string.C 1.106:
16056: * src/types/pa_vxdoc.h 1.2:
16057: started xml errorhandler.
16058: fixed string.replace a little, read @test
16059:
16060: * src/main/pa_charset_connection.C 1.7:
16061: unicode zero pair at the beging of totable appered to be vital
16062:
16063: * src/classes/xdoc.C 1.8:
16064: * src/main/compile.tab.C 1.16:
16065: xdoc.transform now
16066:
16067: * src/doc/doxygen.cfg 1.18:
16068: * src/doc/html2chm.cmd 1.4:
16069: * src/doc/sources2html.cmd 1.4:
16070: paths
16071:
16072: * src/classes/xdoc.C 1.10:
16073: * src/include/pa_pool.h 1.61:
16074: * src/main/main.dsp 1.130:
16075: * src/main/pa_pool.C 1.30:
16076: changed xdoc:set to prevent SAXParseException from outputing to cerr.
16077: lots of "todos"
16078:
16079: * src/main/pa_charset_connection.C 1.8:
16080: * src/main/pa_charset_connection.C 1.9:
16081: ctype another mem clear bugfix
16082:
16083: * src/main/untaint.C 1.64:
16084: http_header tainting more gentle with enquoting now
16085:
16086: * src/main/pa_string.C 1.105:
16087: found replace bug - first_that_starts(char *) does not have
16088: limit, and looks further eos, fixing....
16089:
16090: * src/include/pa_hash.h 1.44:
16091: * src/main/pa_hash.C 1.41:
16092: Hash::size() calculated wrong. fixed it
16093:
16094: * src/Makefile.in 1.22:
16095: * src/main/compile.tab.C 1.15:
16096: * src/main/compile.y 1.169:
16097: disabled ^literals in names
16098: $result[^[$p^]z]
16099: now works fine
16100:
16101: 2001-10-04 parser
16102: * src/classes/image.C 1.47:
16103: ^image.length[text]
16104:
16105: 2001-10-03 parser
16106: * src/main/pa_request.C 1.166:
16107: restored pcre defaulting in request [mindlessly "optimized" yesterday]
16108: comment left
16109:
16110: * src/main/pa_request.C 1.167:
16111: DEFAULT...charset was ignored when !XML
16112:
16113: 2001-10-02 parser
16114: * src/include/pa_request.h 1.101:
16115: * src/main/pa_charset_connection.C 1.4:
16116: * src/main/pa_charset_connection.C 1.5:
16117: * src/main/pa_request.C 1.165:
16118: * src/types/pa_vstring.h 1.36:
16119: pcre tables now const inside
16120: removed default - pcre handles that internally
16121: fixed bug on not-cleaning tables [previously was calloced, now member]
16122:
16123: * src/Makefile.in 1.21:
16124: * src/classes/Makefile.in 1.19:
16125: * src/main/Makefile.in 1.17:
16126: * src/targets/Makefile.in 1.16:
16127: * src/targets/apache13/Makefile.in 1.16:
16128: * src/targets/cgi/Makefile.in 1.18:
16129: * src/types/Makefile.in 1.15:
16130: makes
16131:
16132: * src/include/pa_config_fixed.h 1.17:
16133: * src/main/pa_charset_connection.C 1.3:
16134: tested charset reload on file change @ apache version = OK
16135: tested freeing up prev encoding on adding new = OK
16136:
16137: * src/classes/table.C 1.117:
16138: * src/main/pa_charset_connection.C 1.6:
16139: table:load & charset_connection
16140: #comment now
16141:
16142: * src/classes/classes.dsp 1.5:
16143: * src/types/types.dsp 1.5:
16144: release projects options fixed to use release msvcrt lib
16145:
16146: * src/include/pa_pool.h 1.60:
16147: * src/include/pa_stylesheet_connection.h 1.8:
16148: * src/include/pa_stylesheet_connection.h 1.9:
16149: * src/main/pa_charset_manager.C 1.2:
16150: * src/main/pa_charset_manager.C 1.3:
16151: * src/main/pa_pool.C 1.29:
16152: * src/types/pa_vresponse.h 1.15:
16153: forgot non-xml pool.*charset needed
16154:
16155: * src/classes/table.C 1.118:
16156: # config comments fixed
16157:
16158: 2001-10-01 parser
16159: * src/include/pa_charset_connection.h 1.1:
16160: * src/include/pa_charset_manager.h 1.1:
16161: * src/include/pa_xslt_stylesheet_manager.h 1.4:
16162: * src/main/main.dsp 1.128:
16163: * src/main/pa_charset_connection.C 1.1:
16164: * src/main/pa_charset_manager.C 1.1:
16165: * src/main/pa_request.C 1.164:
16166: charset loading & caching mech 0
16167:
16168: * src/include/pa_stylesheet_connection.h 1.7:
16169: * src/include/pa_xslt_stylesheet_manager.h 1.3:
16170: * src/main/main.dsp 1.127:
16171: * src/main/pa_globals.C 1.80:
16172: * src/main/pa_request.C 1.163:
16173: would make charset loading & caching mech now
16174:
16175: * src/main/pa_charset_connection.C 1.2:
16176: removed entitify external hack [internal installed]
16177:
16178: * src/main/Makefile.am 1.19:
16179: * src/main/Makefile.in 1.16:
16180: makes+removed dtd
16181:
16182: 2001-09-30 parser
16183: * src/classes/xdoc.C 1.7:
16184: * src/include/pa_request.h 1.100:
16185: * src/main/pa_request.C 1.159:
16186: ctype with unicode 1. todo: no П entities on output somehow
16187:
16188: * src/include/pa_globals.h 1.66:
16189: * src/main/pa_globals.C 1.79:
16190: * src/main/pa_request.C 1.160:
16191: now charsets table configuration variable is: CHARSETS
16192:
16193: * src/main/pa_request.C 1.162:
16194: forgot to fill toTable
16195:
16196: * src/classes/file.C 1.56:
16197: * src/classes/op.C 1.47:
16198: * src/classes/string.C 1.76:
16199: * src/include/pa_request.h 1.99:
16200: * src/main/pa_request.C 1.158:
16201: started ctype with unicode values
16202:
16203: * src/include/pa_config_fixed.h 1.16:
16204: * src/main/pa_request.C 1.161:
16205: started hack_s_maximumCharacterValues to
16206: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
16207:
16208: 2001-09-28 parser
16209: * src/classes/xdoc.C 1.5:
16210: * src/classes/xnode.C 1.3:
16211: xdoc addencoding works! invented a way of user-configuring...
16212: todo: implement
16213:
16214: * src/classes/mail.C 1.40:
16215: * src/classes/op.C 1.46:
16216: * src/classes/xdoc.C 1.6:
16217: * src/include/pa_stylesheet_connection.h 1.6:
16218: * src/main/pa_request.C 1.157:
16219: letter body string passed AS-IS now
16220:
16221: 2001-09-27 parser
16222: * src/classes/classes.dsp 1.4:
16223: * src/classes/xdoc.C 1.3:
16224: * src/main/main.dsp 1.126:
16225: * src/targets/cgi/parser3.dsp 1.30:
16226: * src/targets/isapi/parser3isapi.dsp 1.23:
16227: * src/types/types.dsp 1.4:
16228: win32 ident make system so not to rebuild library [ident.C.new]
16229:
16230: * src/classes/table.C 1.116:
16231: table.sort changed to sort table itself
16232:
16233: * src/classes/xdoc.C 1.4:
16234: * src/targets/isapi/parser3isapi.dsp 1.24:
16235: X^.getElementsByTagName[tagname] = array of xnode
16236: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
16237: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
16238:
16239: win32build system: solved long waiting anti-non-started-apache problem
16240:
16241: 2001-09-26 parser
16242: * src/Makefile.am 1.11:
16243: * src/classes/Makefile.am 1.22:
16244: * src/classes/Makefile.in 1.18:
16245: * src/main/Makefile.am 1.18:
16246: * src/main/Makefile.in 1.15:
16247: * src/targets/Makefile.in 1.15:
16248: * src/targets/apache13/Makefile.in 1.15:
16249: * src/targets/cgi/Makefile.am 1.18:
16250: * src/targets/cgi/Makefile.in 1.17:
16251: * src/types/Makefile.am 1.9:
16252: * src/types/Makefile.in 1.14:
16253: makes with clases.awk
16254:
16255: * src/include/pa_config_fixed.h 1.14:
16256: * src/targets/cgi/parser3.C 1.114:
16257: * src/targets/isapi/parser3isapi.C 1.45:
16258: #ifdef SMTP
16259:
16260: * src/classes/classes.C 1.9:
16261: * src/classes/classes.awk 1.3:
16262: * src/classes/classes.dsp 1.1:
16263: * src/classes/classes.h 1.12:
16264: * src/classes/date.C 1.8:
16265: * src/classes/dnode.C 1.6:
16266: * src/classes/dnode.h 1.2:
16267: * src/classes/dom.C 1.35:
16268: * src/classes/double.C 1.37:
16269: * src/classes/file.C 1.55:
16270: * src/classes/form.C 1.16:
16271: * src/classes/hash.C 1.19:
16272: * src/classes/image.C 1.46:
16273: * src/classes/int.C 1.34:
16274: * src/classes/mail.C 1.39:
16275: * src/classes/math.C 1.6:
16276: * src/classes/op.C 1.45:
16277: * src/classes/response.C 1.14:
16278: * src/classes/string.C 1.75:
16279: * src/classes/table.C 1.115:
16280: * src/classes/void.C 1.10:
16281: * src/include/pa_array.h 1.44:
16282: * src/include/pa_common.h 1.51:
16283: * src/include/pa_config_fixed.h 1.13:
16284: * src/include/pa_config_includes.h 1.11:
16285: * src/include/pa_dictionary.h 1.5:
16286: * src/include/pa_dir.h 1.5:
16287: * src/include/pa_exception.h 1.13:
16288: * src/include/pa_exec.h 1.3:
16289: * src/include/pa_globals.h 1.65:
16290: * src/include/pa_request.h 1.98:
16291: * src/include/pa_sapi.h 1.13:
16292: * src/include/pa_socks.h 1.4:
16293: * src/include/pa_sql_connection.h 1.13:
16294: * src/include/pa_sql_driver_manager.h 1.12:
16295: * src/include/pa_stack.h 1.10:
16296: * src/include/pa_string.h 1.105:
16297: * src/include/pa_stylesheet_connection.h 1.5:
16298: * src/include/pa_table.h 1.35:
16299: * src/include/pa_threads.h 1.17:
16300: * src/include/pa_types.h 1.26:
16301: * src/include/pa_xslt_stylesheet_manager.h 1.2:
16302: * src/main/compile.C 1.50:
16303: * src/main/compile.y 1.168:
16304: * src/main/compile_tools.C 1.38:
16305: * src/main/compile_tools.h 1.50:
16306: * src/main/execute.C 1.192:
16307: * src/main/main.dsp 1.124:
16308: * src/main/pa_array.C 1.39:
16309: * src/main/pa_common.C 1.68:
16310: * src/main/pa_dictionary.C 1.6:
16311: * src/main/pa_dir.C 1.7:
16312: * src/main/pa_exception.C 1.16:
16313: * src/main/pa_exec.C 1.14:
16314: * src/main/pa_globals.C 1.78:
16315: * src/main/pa_hash.C 1.40:
16316: * src/main/pa_pool.C 1.28:
16317: * src/main/pa_request.C 1.156:
16318: * src/main/pa_socks.C 1.6:
16319: * src/main/pa_sql_driver_manager.C 1.38:
16320: * src/main/pa_string.C 1.104:
16321: * src/main/pa_table.C 1.38:
16322: * src/main/pa_xslt_stylesheet_manager.C 1.4:
16323: * src/main/untaint.C 1.63:
16324: * src/sql/pa_sql_driver.h 1.17:
16325: * src/targets/cgi/pa_pool.C 1.23:
16326: * src/targets/cgi/pa_threads.C 1.3:
16327: * src/targets/cgi/parser3.C 1.113:
16328: * src/targets/cgi/parser3.dsp 1.29:
16329: * src/targets/isapi/pa_pool.C 1.7:
16330: * src/targets/isapi/pa_threads.C 1.3:
16331: * src/targets/isapi/parser3isapi.C 1.44:
16332: * src/targets/isapi/parser3isapi.dsp 1.22:
16333: * src/targets/isapi/pool_storage.h 1.9:
16334: * src/types/pa_valiased.C 1.10:
16335: * src/types/pa_valiased.h 1.14:
16336: * src/types/pa_value.h 1.74:
16337: * src/types/pa_vbool.h 1.13:
16338: * src/types/pa_vclass.h 1.19:
16339: * src/types/pa_vcode_frame.h 1.8:
16340: * src/types/pa_vcookie.C 1.24:
16341: * src/types/pa_vcookie.h 1.12:
16342: * src/types/pa_vdate.h 1.5:
16343: * src/types/pa_vdnode.C 1.8:
16344: * src/types/pa_vdnode.h 1.3:
16345: * src/types/pa_vdom.C 1.3:
16346: * src/types/pa_vdom.h 1.14:
16347: * src/types/pa_vdouble.h 1.26:
16348: * src/types/pa_venv.h 1.17:
16349: * src/types/pa_vfile.C 1.22:
16350: * src/types/pa_vfile.h 1.34:
16351: * src/types/pa_vform.C 1.39:
16352: * src/types/pa_vform.h 1.25:
16353: * src/types/pa_vimage.C 1.10:
16354: * src/types/pa_vimage.h 1.18:
16355: * src/types/pa_vint.h 1.27:
16356: * src/types/pa_vjunction.h 1.7:
16357: * src/types/pa_vmath.h 1.3:
16358: * src/types/pa_vmethod_frame.h 1.16:
16359: * src/types/pa_vobject.h 1.11:
16360: * src/types/pa_vrequest.C 1.10:
16361: * src/types/pa_vrequest.h 1.11:
16362: * src/types/pa_vresponse.h 1.14:
16363: * src/types/pa_vstateless_class.C 1.10:
16364: * src/types/pa_vstateless_class.h 1.17:
16365: * src/types/pa_vstateless_object.h 1.11:
16366: * src/types/pa_vstring.C 1.11:
16367: * src/types/pa_vstring.h 1.35:
16368: * src/types/pa_vtable.C 1.6:
16369: * src/types/pa_vtable.h 1.33:
16370: * src/types/pa_vvoid.h 1.4:
16371: * src/types/pa_wcontext.C 1.9:
16372: * src/types/pa_wcontext.h 1.17:
16373: * src/types/pa_wwrapper.h 1.11:
16374: * src/types/types.dsp 1.1:
16375: added ident.awk and main.dsp splitted to main+classes+types
16376: along to .am
16377:
16378: * src/classes/classes.dsp 1.2:
16379: * src/classes/dnode.C 1.7:
16380: * src/classes/dnode.h 1.3:
16381: * src/classes/dom.C 1.36:
16382: * src/classes/xdoc.C 1.1:
16383: * src/classes/xnode.C 1.1:
16384: * src/classes/xnode.h 1.1:
16385: * src/main/compile.tab.C 1.14:
16386: * src/types/pa_vdnode.C 1.9:
16387: * src/types/pa_vdnode.h 1.4:
16388: * src/types/pa_vdom.C 1.4:
16389: * src/types/pa_vdom.h 1.15:
16390: * src/types/pa_vxdoc.C 1.1:
16391: * src/types/pa_vxdoc.h 1.1:
16392: * src/types/pa_vxnode.C 1.1:
16393: * src/types/pa_vxnode.h 1.1:
16394: * src/types/types.dsp 1.2:
16395: xdoc&xnode now
16396:
16397: * src/classes/classes.dsp 1.3:
16398: * src/classes/xdoc.C 1.2:
16399: * src/classes/xnode.C 1.2:
16400: * src/classes/xnode.h 1.2:
16401: * src/include/pa_config_fixed.h 1.15:
16402: * src/main/main.dsp 1.125:
16403: * src/targets/cgi/parser3.C 1.115:
16404: * src/targets/cgi/parser3.C 1.116:
16405: * src/targets/isapi/parser3isapi.C 1.46:
16406: * src/types/pa_vxnode.C 1.2:
16407: * src/types/types.dsp 1.3:
16408: z
16409:
16410: * src/classes/classes.cmd 1.4:
16411: * src/main/main.dsp 1.123:
16412: * src/targets/cgi/parser3.dsp 1.28:
16413: moved classes.inc generation on win32 to main.dsp
16414:
16415: * src/classes/classes.C 1.10:
16416: forgot one non-xml check
16417:
16418: * src/classes/Makefile.am 1.21:
16419: removed useless var
16420:
16421: 2001-09-25 parser
16422: * src/Makefile.am 1.10:
16423: * src/Makefile.in 1.20:
16424: * src/classes/Makefile.am 1.20:
16425: * src/classes/Makefile.in 1.17:
16426: * src/classes/dom.C 1.34:
16427: * src/include/pa_stylesheet_connection.h 1.4:
16428: * src/main/Makefile.am 1.17:
16429: * src/main/Makefile.in 1.14:
16430: * src/main/pa_pool.C 1.27:
16431: * src/targets/Makefile.in 1.14:
16432: * src/targets/apache13/Makefile.in 1.14:
16433: * src/targets/cgi/Makefile.am 1.17:
16434: * src/targets/cgi/Makefile.in 1.16:
16435: * src/types/Makefile.am 1.8:
16436: * src/types/Makefile.in 1.13:
16437: * src/types/pa_vdom.h 1.13:
16438: xml configure makes
16439:
16440: * src/include/pa_config_auto.h.in 1.7:
16441: xml on linux[elik] works! no 1251 though, todo ICU
16442:
16443: 2001-09-24 parser
16444: * src/types/pa_vfile.h 1.33:
16445: * src/types/pa_vimage.h 1.17:
16446: * src/types/pa_vstring.h 1.34:
16447: fiew wrong resolved conflicts fixed [const]
16448:
16449: * src/Makefile.in 1.19:
16450: * src/classes/Makefile.am 1.19:
16451: * src/classes/Makefile.in 1.16:
16452: * src/include/pa_config_auto.h.in 1.6:
16453: * src/main/Makefile.in 1.13:
16454: * src/targets/Makefile.in 1.13:
16455: * src/targets/apache13/Makefile.in 1.13:
16456: * src/types/Makefile.am 1.7:
16457: * src/types/Makefile.in 1.12:
16458: makes
16459:
16460: * src/targets/cgi/Makefile.am 1.16:
16461: * src/targets/cgi/Makefile.in 1.15:
16462: makefiles
16463:
16464: * src/types/pa_value.h 1.73:
16465: * src/types/pa_vdnode.C 1.7:
16466: * src/types/pa_vtable.C 1.5:
16467: * src/types/pa_vvoid.h 1.3:
16468: z
16469:
16470: * src/types/pa_vclass.h 1.18:
16471: * src/types/pa_vhash.h 1.20:
16472: * src/types/pa_vhash.h 1.21:
16473: * src/types/pa_vtable.h 1.32:
16474: fixed small bugs with usinge hash/table in expressions
16475:
16476: * src/classes/classes.cmd 1.3:
16477: * src/classes/image.C 1.45:
16478: * src/classes/op.C 1.44:
16479: * src/classes/table.C 1.114:
16480: * src/include/pa_request.h 1.97:
16481: * src/include/pa_sapi.h 1.12:
16482: * src/main/compile.C 1.49:
16483: * src/main/compile.tab.C 1.13:
16484: * src/main/compile.y 1.167:
16485: * src/main/compile_tools.h 1.49:
16486: * src/main/main.dsp 1.122:
16487: * src/main/pa_common.C 1.67:
16488: * src/main/pa_sql_driver_manager.C 1.37:
16489: * src/targets/cgi/parser3.C 1.112:
16490: * src/targets/cgi/parser3.dsp 1.27:
16491: * src/types/pa_value.h 1.72:
16492: * src/types/pa_vbool.h 1.12:
16493: * src/types/pa_vdate.h 1.4:
16494: * src/types/pa_vdouble.h 1.25:
16495: * src/types/pa_vform.C 1.38:
16496: * src/types/pa_vhash.h 1.19:
16497: * src/types/pa_vimage.h 1.16:
16498: * src/types/pa_vint.h 1.26:
16499: * src/types/pa_vstring.h 1.33:
16500: * src/types/pa_vtable.h 1.31:
16501: * src/types/pa_vvoid.h 1.2:
16502: merged3 with before_xml
16503: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
16504:
16505: * src/Makefile.am 1.7:
16506: * src/Makefile.am 1.8:
16507: * src/Makefile.am 1.9:
16508: * src/main/Makefile.am 1.16:
16509: * src/targets/Makefile.am 1.7:
16510: * src/targets/apache13/Makefile.am 1.5:
16511: * src/targets/cgi/Makefile.am 1.15:
16512: * src/targets/cgi/pa_pool.C 1.22:
16513: started unix makes update
16514:
16515: 2001-09-21 parser
16516: * src/main/main.dsp 1.121:
16517: * src/targets/cgi/parser3.dsp 1.26:
16518: * src/targets/isapi/parser3isapi.dsp 1.21:
16519: updated project files [/ sadly produced "" in make file and
16520: sadly wrong interpreted on load]
16521:
16522: * src/include/pa_pool.h 1.56:
16523: * src/main/pa_pool.C 1.24:
16524: checked whether transcoder were created right
16525: "unsupported encoding" message.
16526: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
16527:
16528: reduced transcode buffer size to 60
16529: fixed pool cleanup - no registration needed, pools are officially destructured
16530:
16531: * src/classes/dom.C 1.29:
16532: * src/classes/dom.C 1.30:
16533: * src/classes/dom.C 1.31:
16534: * src/classes/dom.C 1.32:
16535: * src/include/pa_pool.h 1.57:
16536: * src/include/pa_pool.h 1.58:
16537: * src/main/pa_pool.C 1.25:
16538: * src/types/pa_vdnode.C 1.5:
16539: * src/types/pa_vresponse.h 1.12:
16540: defaulted dom writing methods encoding to pool.get_charset
16541:
16542: * src/classes/classes.C 1.8:
16543: * src/classes/date.C 1.7:
16544: * src/classes/dnode.C 1.5:
16545: * src/classes/dom.C 1.33:
16546: * src/classes/file.C 1.54:
16547: * src/classes/form.C 1.15:
16548: * src/classes/int.C 1.33:
16549: * src/classes/mail.C 1.38:
16550: * src/doc/doxygen.cfg 1.16:
16551: * src/include/pa_config_fixed.h 1.12:
16552: * src/include/pa_pool.h 1.59:
16553: * src/main/main.dsp 1.119:
16554: * src/main/pa_globals.C 1.76:
16555: * src/main/pa_pool.C 1.26:
16556: * src/main/pa_request.C 1.155:
16557: * src/main/pa_xslt_stylesheet_manager.C 1.3:
16558: * src/targets/cgi/pa_pool.C 1.21:
16559: * src/targets/cgi/pa_threads.C 1.2:
16560: * src/targets/cgi/parser3.dsp 1.24:
16561: * src/targets/isapi/pa_pool.C 1.6:
16562: * src/targets/isapi/pa_threads.C 1.2:
16563: * src/targets/isapi/parser3isapi.dsp 1.19:
16564: * src/types/pa_valiased.C 1.9:
16565: * src/types/pa_vcookie.C 1.23:
16566: * src/types/pa_vdnode.C 1.6:
16567: * src/types/pa_vdom.C 1.2:
16568: * src/types/pa_vfile.C 1.21:
16569: * src/types/pa_vform.C 1.37:
16570: * src/types/pa_vimage.C 1.9:
16571: * src/types/pa_vrequest.C 1.9:
16572: * src/types/pa_vresponse.h 1.13:
16573: * src/types/pa_vstateless_class.C 1.9:
16574: * src/types/pa_vstring.C 1.10:
16575: * src/types/pa_vtable.C 1.4:
16576: * src/types/pa_wcontext.C 1.8:
16577: zillions of #ifdef XML
16578: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
16579: first, will join latest changes
16580:
16581: * src/Makefile.in 1.18:
16582: * src/classes/classes.h 1.11:
16583: * src/classes/hash.C 1.18:
16584: * src/classes/op.C 1.43:
16585: * src/classes/table.C 1.113:
16586: * src/doc/doxygen.cfg 1.17:
16587: * src/include/pa_common.h 1.50:
16588: * src/include/pa_globals.h 1.64:
16589: * src/include/pa_request.h 1.96:
16590: * src/include/pa_sapi.h 1.11:
16591: * src/include/pa_sql_driver_manager.h 1.11:
16592: * src/include/pa_string.h 1.104:
16593: * src/main/compile.tab.C 1.12:
16594: * src/main/main.dsp 1.120:
16595: * src/main/pa_common.C 1.66:
16596: * src/main/pa_exec.C 1.13:
16597: * src/main/pa_globals.C 1.77:
16598: * src/targets/cgi/parser3.dsp 1.25:
16599: * src/targets/isapi/parser3isapi.dsp 1.20:
16600: merged with before_xml
16601:
16602: 2001-09-20 parser
16603: * src/classes/dnode.C 1.3:
16604: * src/classes/dom.C 1.26:
16605: * src/targets/cgi/parser3.dsp 1.22:
16606: * src/types/pa_vstring.h 1.32:
16607: dnode .file .string .save moved back to dom due to strange
16608: xalan bug
16609:
16610: * src/main/pa_pool.C 1.23:
16611: * src/main/pa_request.C 1.154:
16612: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
16613: charset[here]]
16614:
16615: * src/classes/dom.C 1.27:
16616: dom. string save file
16617: moved output xml options to last param and made it optional
16618:
16619: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
16620: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
16621: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
16622: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
16623: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
16624: table/hash can be used in expression context now, there value = size
16625: and boolean value size!=0
16626:
16627: * src/classes/dnode.C 1.4:
16628: * src/classes/dom.C 1.28:
16629: * src/include/pa_config_includes.h 1.10:
16630: * src/include/pa_globals.h 1.63:
16631: * src/include/pa_pool.h 1.55:
16632: * src/main/main.dsp 1.118:
16633: * src/main/pa_globals.C 1.75:
16634: * src/main/pa_pool.C 1.22:
16635: * src/targets/cgi/parser3.dsp 1.23:
16636: * src/targets/isapi/parser3isapi.C 1.43:
16637: * src/targets/isapi/parser3isapi.dsp 1.18:
16638: * src/types/pa_vdnode.C 1.4:
16639: * src/types/pa_vdnode.h 1.2:
16640: * src/types/pa_vresponse.h 1.11:
16641: Pool::transcode 0
16642:
16643: * src/types/pa_vdnode.C 1.3:
16644: !$elementnode.attributes = hash of dnodes
16645: !$attributenode.specified = boolean
16646: true if the attribute received its value explicitly in the XML document,
16647: or if a value was assigned programatically with the setValue function.
16648: false if the attribute value came from the default value declared in the document's DTD.
16649: !$pinode.target = target of this processing instruction
16650: XML defines this as being the first token following the markup
16651: that begins the processing instruction.
16652: XPath:
16653: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
16654: !^node.select-single[xpath/query/expression] = first node if any
16655:
16656: * src/classes/image.C [before_xml] 1.40.4.4:
16657: 20K preload on jpg measure [image::measure]
16658:
16659: * src/types/pa_value.h [before_xml] 1.70.4.2:
16660: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
16661: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
16662: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
16663: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
16664: * src/types/pa_vint.h [before_xml] 1.25.4.1:
16665: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
16666: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
16667: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
16668: some 'const's added
16669:
16670: 2001-09-18 parser
16671: * src/classes/dnode.C 1.2:
16672: * src/classes/dom.C 1.25:
16673: * src/classes/hash.C 1.17:
16674: * src/classes/image.C 1.44:
16675: * src/classes/op.C 1.42:
16676: * src/classes/table.C 1.112:
16677: * src/include/pa_common.h 1.49:
16678: * src/include/pa_globals.h 1.62:
16679: * src/include/pa_request.h 1.95:
16680: * src/include/pa_sql_driver_manager.h 1.10:
16681: * src/main/compile.C 1.48:
16682: * src/main/compile.tab.C 1.11:
16683: * src/main/compile.y 1.166:
16684: * src/main/compile_tools.h 1.48:
16685: * src/main/execute.C 1.191:
16686: * src/main/pa_common.C 1.65:
16687: * src/main/pa_request.C 1.153:
16688: * src/main/pa_sql_driver_manager.C 1.36:
16689: * src/main/pa_string.C 1.103:
16690: * src/main/pa_table.C 1.37:
16691: * src/targets/cgi/parser3.C 1.111:
16692: * src/targets/cgi/parser3.dsp 1.21:
16693: * src/targets/isapi/parser3isapi.C 1.42:
16694: * src/types/pa_value.h 1.71:
16695: * src/types/pa_vform.C 1.36:
16696: * src/types/pa_vform.h 1.24:
16697: * src/types/pa_vhash.h 1.18:
16698: * src/types/pa_vimage.C 1.8:
16699: * src/types/pa_vimage.h 1.15:
16700: * src/types/pa_vtable.h 1.30:
16701: merged latest bugfixes from before_xml branch
16702: ^if(def $hash) now true only when ^hash:_count[]!=0
16703: moved
16704: .string .save .file from dom to dnode
16705:
16706: * src/classes/dnode.C 1.1:
16707: * src/classes/dnode.h 1.1:
16708: * src/main/main.dsp 1.117:
16709: * src/types/pa_vdnode.C 1.1:
16710: * src/types/pa_vdnode.h 1.1:
16711: dom, dnode 0
16712:
16713: * src/types/pa_vdnode.C 1.2:
16714: * src/types/pa_vdom.h 1.12:
16715: * src/types/pa_vhash.h 1.17:
16716: * src/types/pa_vtable.h 1.29:
16717: dom, dnode 1
16718:
16719: * src/classes/image.C [before_xml] 1.40.4.3:
16720: * src/main/pa_string.C [before_xml] 1.102.2.2:
16721: * src/main/pa_table.C [before_xml] 1.36.2.1:
16722: image: poly* fixed
16723:
16724: * src/classes/op.C [before_xml] 1.41.4.2:
16725: * src/main/execute.C [before_xml] 1.190.4.2:
16726: operators self changed to root
16727: ^for variable context changed to self
16728:
16729: 2001-09-17 parser
16730: * src/classes/classes.h 1.10:
16731: * src/classes/dom.C 1.23:
16732: * src/classes/hash.C 1.16:
16733: * src/include/pa_stylesheet_connection.h 1.3:
16734: * src/main/main.dsp 1.115:
16735: * src/targets/cgi/pa_pool.C 1.20:
16736: * src/types/pa_vdom.h 1.10:
16737: * src/types/pa_vfile.h 1.32:
16738: * src/types/pa_vimage.h 1.14:
16739: started
16740: dnode
16741: DOM:
16742: $node.name
16743: $node.value
16744: ...others...
16745: ^node.xpath[/rates/USD] = hash
16746: dom(dnode)
16747:
16748: * src/classes/dom.C 1.24:
16749: * src/main/main.dsp 1.116:
16750: * src/main/pa_globals.C 1.74:
16751: * src/types/pa_vdom.h 1.11:
16752: started dnode+dom
16753:
16754: dnode
16755: DOM methods:
16756: $node.name
16757: $node.value
16758: ...others...
16759:
16760: ^node.xpath[/rates/USD] = hash
16761: $hash[
16762: $.0[node0]
16763: $.1[node1]
16764: ]
16765:
16766: * src/classes/image.C [before_xml] 1.40.4.2:
16767: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
16768: $image.line-style
16769: now applies to all linear primitives
16770:
16771: * src/classes/hash.C [before_xml] 1.15.4.1:
16772: * src/main/compile.C [before_xml] 1.47.4.1:
16773: * src/main/compile.tab.C [before_xml] 1.10.4.2:
16774: * src/main/compile.y [before_xml] 1.165.4.2:
16775: * src/main/compile_tools.h [before_xml] 1.47.4.2:
16776: * src/main/execute.C [before_xml] 1.190.4.1:
16777: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
16778: expressions unary+
16779: ^hash.count[]
16780: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
16781:
16782: 2001-09-15 parser
16783: * src/classes/image.C [before_xml] 1.40.4.1:
16784: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
16785: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
16786: image: $line-width ^line(...)[**** style]
16787:
16788: * src/classes/dom.C 1.21:
16789: * src/classes/image.C 1.43:
16790: * src/include/pa_pool.h 1.53:
16791: * src/include/pa_stylesheet_connection.h 1.2:
16792: * src/main/main.dsp 1.114:
16793: * src/targets/cgi/pa_pool.C 1.18:
16794: * src/targets/isapi/pa_pool.C 1.4:
16795: * src/targets/isapi/pool_storage.h 1.5:
16796: * src/types/pa_vdom.C 1.1:
16797: * src/types/pa_vdom.h 1.8:
16798: xalan objects freed up [introducing Pool::register_cleanup]
16799:
16800: * src/doc/doxygen.cfg 1.15:
16801: * src/include/pa_sapi.h 1.10:
16802: * src/types/pa_vdom.h 1.7:
16803: comments
16804:
16805: * src/classes/dom.C 1.22:
16806: * src/targets/isapi/parser3isapi.C 1.41:
16807: * src/targets/isapi/pool_storage.h 1.8:
16808: * src/types/pa_vdom.h 1.9:
16809: fixed bug in isapi pool_storage -
16810: cleanups first, allocations second.
16811: apache wisely does just like that
16812:
16813: * src/targets/isapi/parser3isapi.C 1.40:
16814: * src/targets/isapi/pool_storage.h 1.7:
16815: pool_storage rewritten using template, no bugs now
16816:
16817: * src/include/pa_pool.h 1.54:
16818: * src/main/pa_pool.C 1.21:
16819: * src/targets/cgi/pa_pool.C 1.19:
16820: * src/targets/isapi/pa_pool.C 1.5:
16821: * src/targets/isapi/parser3isapi.C 1.39:
16822: * src/targets/isapi/parser3isapi.dsp 1.17:
16823: * src/targets/isapi/pool_storage.h 1.6:
16824: poorly started isapi pool_storage, would rewrite using template now
16825:
16826: 2001-09-14 parser
16827: * src/classes/dom.C 1.20:
16828: * src/classes/file.C 1.53:
16829: * src/classes/image.C 1.42:
16830: * src/classes/mail.C 1.37:
16831: * src/include/pa_common.h 1.48:
16832: * src/include/pa_sql_driver_manager.h 1.9:
16833: * src/include/pa_string.h 1.103:
16834: * src/include/pa_stylesheet_connection.h 1.1:
16835: * src/include/pa_xslt_stylesheet_manager.h 1.1:
16836: * src/main/main.dsp 1.113:
16837: * src/main/pa_common.C 1.64:
16838: * src/main/pa_exec.C 1.12:
16839: * src/main/pa_globals.C 1.73:
16840: * src/main/pa_sql_driver_manager.C 1.34:
16841: * src/main/pa_xslt_stylesheet_manager.C 1.1:
16842: * src/main/untaint.C 1.62:
16843: * src/types/pa_vfile.C 1.20:
16844: dom.xslt stylesheet compiled&cached
16845:
16846: * src/main/pa_sql_driver_manager.C 1.35:
16847: * src/main/pa_xslt_stylesheet_manager.C 1.2:
16848: z
16849:
16850: 2001-09-13 parser
16851: * src/classes/dom.C 1.18:
16852: dom:file content-type(.method)
16853:
16854: * src/classes/dom.C 1.19:
16855: * src/classes/file.C 1.52:
16856: * src/classes/image.C 1.41:
16857: * src/types/pa_vfile.C 1.19:
16858: * src/types/pa_vfile.h 1.31:
16859: ^dom.file[] charset
16860:
16861: * src/include/pa_globals.h [before_xml] 1.61.4.1:
16862: * src/include/pa_request.h [before_xml] 1.94.4.1:
16863: * src/main/pa_request.C [before_xml] 1.152.4.2:
16864: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
16865: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
16866: ParserRootConfig .../parser3.conf
16867: ParserSiteConfig .../parser3.conf
16868:
16869: cgi&isapi looks for {configure|c:\windows}/parser3.conf
16870:
16871: * src/include/pa_common.h [before_xml] 1.47.4.1:
16872: * src/include/pa_globals.h [before_xml] 1.61.4.2:
16873: * src/main/pa_common.C [before_xml] 1.63.4.1:
16874: * src/main/pa_request.C [before_xml] 1.152.4.3:
16875: $MAIN:CLASS_PATH now
16876: can be string now
16877: more informative error messages
16878:
16879: 2001-09-12 parser
16880: * src/main/compile.y [before_xml] 1.165.4.1:
16881: * src/main/compile_tools.h [before_xml] 1.47.4.1:
16882: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
16883: introduced special LS_NAME_SQUARE_PART state
16884:
16885: * src/main/compile.tab.C [before_xml] 1.10.4.1:
16886: fixed - subname code parts actually [] braced
16887:
16888: * src/classes/op.C [before_xml] 1.41.4.1:
16889: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
16890: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
16891: ^connect[]
16892: ^connect[aaa]
16893: more precise error reporting:
16894: "connection string must start with protocol://"
16895: now
16896:
16897: 2001-09-11 parser
16898: * src/types/pa_vdom.h 1.5:
16899: messages
16900:
16901: * src/classes/dom.C 1.16:
16902: * src/types/pa_vdom.h 1.6:
16903: ^dom:set[<some>xml</some>]
16904:
16905: * src/classes/dom.C 1.17:
16906: * src/include/pa_string.h 1.102:
16907: * src/main/pa_globals.C 1.72:
16908: * src/main/untaint.C 1.61:
16909: ^dom:set{<some>xml</some>} default language XML
16910: languages+=xml
16911:
16912: * src/classes/dom.C 1.14:
16913: * src/classes/dom.C 1.15:
16914: ^dom:save/string/file[output options]
16915: output options:
16916: $.method[xml|html|text] detection fixed
16917:
16918: 2001-09-10 parser
16919: * src/classes/dom.C 1.4:
16920: * src/main/main.dsp 1.110:
16921: * src/types/pa_vform.C 1.35:
16922: * src/types/pa_vform.h 1.23:
16923: ^dom.save[b.xml] 0
16924:
16925: * src/classes/dom.C 1.9:
16926: ^dom.file[encoding] = file
16927:
16928: * src/classes/dom.C 1.12:
16929: ^dom.xslt[stylesheet filename][params hash added]
16930:
16931: * src/classes/dom.C 1.10:
16932: * src/main/main.dsp 1.111:
16933: * src/types/pa_vdom.h 1.3:
16934: ^dom.xslt[stylesheet filename] -1 doc is lying
16935:
16936: * src/classes/dom.C 1.11:
16937: * src/main/main.dsp 1.112:
16938: * src/types/pa_vdom.h 1.4:
16939: ^dom.xslt[stylesheet filename] 0
16940:
16941: * src/classes/dom.C 1.5:
16942: ^dom.save[b.xml] 1:error handling
16943:
16944: * src/classes/dom.C 1.13:
16945: ^dom:save/string/file[output options]
16946: output options:
16947: $.method[xml|html|text] $.encoding[windows-1251|...]
16948:
16949: * src/classes/dom.C 1.6:
16950: ^dom.string[] 0
16951:
16952: * src/classes/dom.C 1.7:
16953: * src/classes/dom.C 1.8:
16954: ^dom.string[encoding] 1
16955: ^dom.save[encoding;filename]
16956:
16957: 2001-09-08 parser
16958: * src/types/pa_vform.C [before_xml] 1.33.2.3:
16959: $form:tables.name.field
16960:
16961: 2001-09-07 parser
16962: * src/classes/dom.C 1.3:
16963: * src/types/pa_value.h [before_xml] 1.70.4.1:
16964: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
16965: (def $table) is false when table is empty
16966:
16967: * src/main/pa_request.C [before_xml] 1.152.4.1:
16968: * src/types/pa_vform.C [before_xml] 1.33.2.2:
16969: * src/types/pa_vform.h [before_xml] 1.22.2.2:
16970: !$form:tables
16971: $atable[$form:tables.a]
16972: ^atable.menu{a=$atable.element}[,]
16973:
16974: * src/classes/dom.C 1.1:
16975: file dom.C was initially added on branch xalan1_2.
16976:
16977: * src/main/pa_exception.C 1.15:
16978: * src/types/pa_vform.C 1.32:
16979: getting FIRST form element [not last]
16980:
16981: * src/classes/table.C [before_xml] 1.110.4.1:
16982: table:empty removed, superceded by ^if(def $table)...
16983:
16984: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
16985: * src/types/pa_vform.C [before_xml] 1.33.2.1:
16986: * src/types/pa_vform.h [before_xml] 1.22.2.1:
16987: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
16988: !$form:fields
16989:
16990: * src/include/pa_hash.h 1.43:
16991: * src/main/pa_hash.C 1.39:
16992: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
16993: * src/types/pa_vfile.h 1.30:
16994: * src/types/pa_vform.C 1.33:
16995: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
16996: * src/types/pa_vform.h 1.22:
16997: z
16998:
16999: * src/Makefile.in [xalan1_2] 1.16.2.1:
17000: * src/classes/dom.C [xalan1_2] 1.1.2.1:
17001: * src/classes/table.C [xalan1_2] 1.110.2.1:
17002: * src/main/main.dsp [xalan1_2] 1.108.2.1:
17003: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
17004: introducing dom. dom:load[a.xml]
17005:
17006: * src/main/pa_string.C [before_xml] 1.102.2.1:
17007: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
17008: is 0]
17009:
17010: * src/Makefile.in 1.17:
17011: * src/classes/dom.C 1.2:
17012: * src/classes/table.C 1.111:
17013: * src/main/main.dsp 1.109:
17014: * src/types/pa_vdom.h 1.2:
17015: * src/types/pa_vform.C 1.34:
17016: merged with successful start of dom
17017:
17018: * src/types/pa_vdom.h 1.1:
17019: file pa_vdom.h was initially added on branch xalan1_2.
17020:
17021: 2001-09-06 parser
17022: * src/doc/doxygen.cfg 1.14:
17023: merged new default options from 1.2.10 doxygen
17024:
17025: * src/classes/hash.C 1.15:
17026: * src/include/pa_globals.h 1.61:
17027: * src/main/pa_globals.C 1.71:
17028: * src/types/pa_vhash.h 1.16:
17029: now there's special hash key '_default' [instead of ^_default method]
17030: $hash[
17031: $.a[1]
17032: $.b[2]
17033: $._default[xx]
17034: ]
17035: $hash.c
17036:
17037: * src/types/pa_vform.C 1.30:
17038: * src/types/pa_vform.C 1.31:
17039: a=1&a=2 would result in $form:a being a table with one column '
17040: element' and two rows: 1 and 2
17041:
17042: * src/classes/image.C 1.40:
17043: * src/classes/op.C 1.41:
17044: * src/classes/string.C 1.74:
17045: * src/classes/table.C 1.110:
17046: * src/doc/doxygen.cfg 1.13:
17047: * src/targets/isapi/parser3isapi.C 1.38:
17048: * src/types/pa_vtable.C 1.3:
17049: few #ifndef DOXYGEN
17050:
17051: * src/classes/void.C 1.9:
17052: * src/main/pa_string.C 1.102:
17053: * src/main/pa_table.C 1.36:
17054: fixed up bad int/double conversions, and now $form:nonexistent
17055: int(88) would return 88
17056:
17057: * src/main/compile.tab.C 1.10:
17058: * src/main/compile.y 1.165:
17059: ^if(0){}{ ^if(1){}^; }
17060: bug fixed [thanks, fif], ^; were treated there non-literally
17061:
17062: 2001-09-05 parser
17063: * src/classes/string.C 1.73:
17064: * src/classes/table.C 1.109:
17065: sql options can be void [same as image:html the other day]
17066:
17067: * src/classes/mail.C 1.36:
17068: MAIN:MAIL check fixed
17069:
17070: * src/Makefile.in 1.16:
17071: * src/classes/Makefile.in 1.15:
17072: * src/main/Makefile.in 1.12:
17073: * src/targets/cgi/Makefile.in 1.14:
17074: * src/types/Makefile.in 1.11:
17075: makes
17076:
17077: * src/main/pa_sql_driver_manager.C 1.33:
17078: * src/sql/pa_sql_driver.h 1.16:
17079: * src/targets/cgi/parser3.C 1.110:
17080: #define STRINGIZE(name) #name
17081: does not macro expantion on param, simply qoutes whatever passed, undone
17082:
17083: * src/main/pa_sql_driver_manager.C 1.30:
17084: * src/sql/pa_sql_driver.h 1.14:
17085: SQL_DRIVER_CREATE_FUNC_NAME
17086:
17087: * src/main/pa_sql_driver_manager.C 1.32:
17088: * src/sql/pa_sql_driver.h 1.15:
17089: * src/targets/cgi/Makefile.am 1.13:
17090: * src/targets/cgi/parser3.C 1.109:
17091: #define STRINGIZE(name) #name
17092: invented
17093:
17094: * src/targets/cgi/Makefile.am 1.14:
17095: .am undo
17096:
17097: * src/classes/op.C 1.40:
17098: * src/include/pa_sql_driver_manager.h 1.8:
17099: * src/main/pa_sql_driver_manager.C 1.31:
17100: #define MAIN_SQL_NAME "SQL"
17101: #define MAIN_SQL_DRIVERS_NAME "drivers"
17102:
17103: moved to be availible to all users
17104:
17105: 2001-09-04 parser
17106: * src/targets/cgi/parser3.C 1.106:
17107: zz
17108:
17109: * src/include/pa_config_auto.h.in 1.5:
17110: * src/targets/Makefile.in 1.12:
17111: * src/targets/apache13/Makefile.in 1.12:
17112: * src/targets/cgi/Makefile.am 1.12:
17113: * src/targets/cgi/Makefile.in 1.13:
17114: * src/targets/cgi/parser3.C 1.102:
17115: configure --sysconfdir=sysadmin-controlled auto.p location for
17116: targets/cgi/parser3, default[/usr/local/etc]
17117:
17118: * src/Makefile.in 1.15:
17119: * src/include/pa_config_auto.h.in 1.4:
17120: * src/targets/apache13/Makefile.in 1.11:
17121: * src/targets/cgi/Makefile.in 1.12:
17122: makes
17123:
17124: * src/targets/isapi/parser3isapi.C 1.37:
17125: z
17126:
17127: * src/targets/cgi/parser3.C 1.104:
17128: zzz
17129:
17130: * src/targets/cgi/parser3.C 1.108:
17131: full_file_spec bug
17132:
17133: * src/classes/image.C 1.39:
17134: image.html now can accept void params
17135:
17136: * src/classes/date.C 1.5:
17137: date:sql-string is now without ''
17138:
17139: * src/classes/date.C 1.6:
17140: date
17141:
17142: * src/targets/cgi/parser3.C 1.107:
17143: getenvcheck
17144:
17145: 2001-09-03 parser
17146: * src/targets/cgi/parser3.C 1.101:
17147: /configure cgi SYSCONFDIR
17148:
17149: 2001-09-01 parser
17150: * src/classes/image.C 1.38:
17151: letter_spacing
17152:
17153: * src/classes/image.C 1.36:
17154: image: as_int as_string used
17155:
17156: * src/classes/image.C 1.37:
17157: image: font params changed
17158:
17159: * src/types/pa_vmethod_frame.h 1.15:
17160: $result[] now gets properly analized
17161:
17162: 2001-08-31 parser
17163: * src/Makefile.in 1.14:
17164: * src/include/pa_dir.h 1.4:
17165: * src/targets/Makefile.in 1.11:
17166: * src/targets/cgi/parser3.C 1.99:
17167: compiled under cygwin
17168:
17169: * src/targets/cgi/parser3.C 1.100:
17170: z
17171:
17172: * src/classes/void.C 1.8:
17173: void:int/double += (default)
17174:
17175: * src/classes/string.C 1.72:
17176: * src/classes/table.C 1.108:
17177: string:int/double (defaults)
17178:
17179: * src/classes/image.C 1.35:
17180: image:font added space param
17181: image:font changed charwidth alg, added kerning const[for now]
17182:
17183: 2001-08-29 parser
17184: * src/main/pa_exception.C 1.14:
17185: exception redundant debug info
17186:
17187: 2001-08-28 parser
17188: * src/classes/table.C 1.107:
17189: NO_STRING_ORIGIN check
17190:
17191: * src/classes/string.C 1.71:
17192: * src/include/pa_dictionary.h 1.2:
17193: * src/include/pa_string.h 1.101:
17194: * src/main/pa_dictionary.C 1.4:
17195: * src/main/pa_string.C 1.101:
17196: * src/main/untaint.C 1.59:
17197: pa_directory speeded up. moved zero 'from' check to directory constructor.
17198: string:replace
17199:
17200: * src/Makefile.in 1.13:
17201: makes
17202:
17203: * src/Makefile.in 1.12:
17204: * src/classes/Makefile.in 1.13:
17205: * src/main/Makefile.in 1.10:
17206: * src/targets/Makefile.in 1.10:
17207: * src/targets/apache13/Makefile.in 1.9:
17208: * src/targets/cgi/Makefile.in 1.10:
17209: * src/types/Makefile.in 1.9:
17210: makefiles
17211:
17212: * src/classes/file.C 1.51:
17213: * src/main/pa_common.C 1.63:
17214: file:move autocreate/remove dest/src dir
17215:
17216: * src/main/compile.C 1.47:
17217: NO_STRING_ORIGIN check2
17218:
17219: * src/classes/image.C 1.33:
17220: image: gifsize little endian
17221:
17222: * src/targets/apache13/Makefile.am 1.4:
17223: COMPILE_APACHE13_MODULE
17224:
17225: * src/include/pa_dictionary.h 1.4:
17226: * src/main/pa_dictionary.C 1.5:
17227: * src/main/pa_sql_driver_manager.C 1.29:
17228: NO_STRING_ORIGIN check3
17229:
17230: * src/include/pa_dictionary.h 1.3:
17231: gcc: ../include/pa_dictionary.h:19: storage class specifiers
17232: invalid in friend function declarations
17233:
17234: * src/targets/apache13/Makefile.am 1.3:
17235: configure to skip apache
17236:
17237: * src/classes/Makefile.in 1.14:
17238: * src/main/Makefile.in 1.11:
17239: * src/targets/apache13/Makefile.in 1.10:
17240: * src/targets/cgi/Makefile.in 1.11:
17241: * src/types/Makefile.in 1.10:
17242: make.ins
17243:
17244: * src/classes/op.C 1.39:
17245: * src/main/compile.tab.C 1.9:
17246: * src/main/pa_dir.C 1.6:
17247: * src/main/untaint.C 1.60:
17248: * src/targets/cgi/parser3.C 1.98:
17249: * src/targets/isapi/parser3isapi.C 1.36:
17250: strncpy forced with zero ending in case of limit
17251:
17252: * src/classes/image.C 1.34:
17253: image error msgs
17254:
17255: * src/classes/Makefile.am 1.18:
17256: * src/main/Makefile.am 1.15:
17257: * src/targets/cgi/Makefile.am 1.11:
17258: * src/types/Makefile.am 1.6:
17259: .am-s
17260:
17261: * src/doc/doxygen.cfg 1.12:
17262: doxygen conf removed some garbage from under doxygeneration
17263:
17264: 2001-08-27 parser
17265: * src/Makefile.in 1.11:
17266: * src/classes/Makefile.in 1.12:
17267: * src/main/Makefile.in 1.9:
17268: * src/main/pa_common.C 1.61:
17269: * src/main/pa_exception.C 1.12:
17270: * src/main/pa_sql_driver_manager.C 1.28:
17271: * src/targets/Makefile.in 1.9:
17272: * src/targets/apache13/Makefile.in 1.8:
17273: * src/targets/cgi/Makefile.am 1.10:
17274: * src/targets/cgi/Makefile.in 1.9:
17275: * src/types/Makefile.in 1.8:
17276: configure for solaris -lsocket
17277:
17278: * src/classes/image.C 1.31:
17279: * src/classes/image.C 1.32:
17280: fixed jpgsize alg
17281:
17282: * src/main/pa_request.C 1.152:
17283: * src/targets/cgi/parser3.C 1.97:
17284: parser3 test.html [auto.p from current dir loading]
17285:
17286: * src/main/pa_exception.C 1.13:
17287: z
17288:
17289: * src/main/pa_common.C 1.62:
17290: removed debug info from pa_common
17291:
17292: 2001-08-24 parser
17293: * src/targets/cgi/parser3.C 1.95:
17294: not cgi extra \n 2
17295:
17296: * src/classes/file.C 1.50:
17297: * src/classes/form.C 1.14:
17298: * src/classes/mail.C 1.35:
17299: * src/classes/table.C 1.106:
17300: fiew non-pool mallocs fixed
17301:
17302: * src/targets/cgi/parser3.C 1.96:
17303: not cgi extra \n 3
17304:
17305: * src/sql/pa_sql_driver.h 1.13:
17306: sql* removed services from disconnect - cross-request ideological probs.
17307: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
17308:
17309: * src/targets/cgi/parser3.C 1.94:
17310: not cgi extra \n
17311:
17312: * src/main/pa_sql_driver_manager.C 1.27:
17313: z
17314:
17315: * src/include/pa_sql_connection.h 1.12:
17316: * src/main/pa_sql_driver_manager.C 1.26:
17317: sql* removed services from disconnect - cross-request
17318: ideological probs.
17319:
17320: 2001-08-23 parser
17321: * src/main/pa_sql_driver_manager.C 1.25:
17322: oracle: dlink
17323:
17324: * src/classes/file.C 1.49:
17325: minor bug in file:save fixed
17326:
17327: 2001-08-22 parser
17328: * src/classes/file.C 1.48:
17329: * src/main/compile.tab.C 1.8:
17330: * src/types/pa_vfile.C 1.18:
17331: * src/types/pa_vfile.h 1.29:
17332: file:load|save[text|binary;
17333:
17334: * src/main/compile.tab.C 1.7:
17335: * src/main/compile.y 1.164:
17336: ^method[]^[^] literals []
17337:
17338: 2001-08-21 parser
17339: * src/classes/file.C 1.47:
17340: * src/classes/table.C 1.105:
17341: ^file:list
17342:
17343: 2001-08-20 parser
17344: * src/main/compile.tab.C 1.6:
17345: * src/main/compile.y 1.163:
17346: * src/main/pa_sql_driver_manager.C 1.24:
17347: * src/types/pa_value.h 1.70:
17348: * src/types/pa_vbool.h 1.11:
17349: * src/types/pa_vdouble.h 1.24:
17350: * src/types/pa_vint.h 1.25:
17351: var(123) ^var.inc[] recousively caused problems: inc incremeted
17352: 123 literal!! fixed
17353:
17354: 2001-08-10 parser
17355: * src/classes/table.C 1.101:
17356: * src/include/pa_table.h 1.34:
17357: * src/main/pa_table.C 1.35:
17358: table.sort now creates new sorted table
17359:
17360: * src/main/compile.tab.C 1.3:
17361: * src/main/compile.tab.C 1.4:
17362: * src/main/compile.y 1.160:
17363: * src/main/compile.y 1.161:
17364: (codes) name part syntax added
17365:
17366: * src/main/compile.tab.C 1.5:
17367: * src/main/compile.y 1.162:
17368: [codes] name part syntax now
17369:
17370: * src/main/pa_string.C 1.100:
17371: string.match hanged on. there were a hang check but it weren't wise enough
17372:
17373: @parse[dateString][tmp]
17374: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
17375: $tmp.1 $tmp.2
17376: #end
17377:
17378: @main[]
17379: ^parse[2001-02-03]
17380:
17381: * src/classes/table.C 1.102:
17382: * src/classes/table.C 1.103:
17383: table:sort now default desc
17384:
17385: * src/types/pa_value.h 1.69:
17386: * src/types/pa_vstring.h 1.30:
17387: * src/types/pa_vstring.h 1.31:
17388: string now def only when ne ''
17389:
17390: * src/main/pa_request.C 1.150:
17391: * src/main/pa_request.C 1.151:
17392: wanted to make
17393: const int MAX_EXECUTE_SECONDS=1;
17394:
17395: but couldnt, set_callback_and_alarm appeared to be not exported :(
17396:
17397: * src/classes/table.C 1.104:
17398: table:sort restored [it was bad test :(]
17399:
17400: 2001-08-09 parser
17401: * src/main/pa_string.C 1.99:
17402: $a[010] now ^if($a==10){true}
17403: were octal
17404:
17405: * src/main/Makefile.am 1.14:
17406: .am
17407:
17408: * src/classes/void.C 1.6:
17409: * src/classes/void.C 1.7:
17410: void: int double copy/paste from int: bug fixed
17411:
17412: * src/classes/hash.C 1.14:
17413: hash:_default now [was hash:default]
17414:
17415: * src/types/pa_vcookie.C 1.22:
17416: cookie name&value origins added, more precise $ORIGINS(1)
17417:
17418: * src/classes/op.C 1.38:
17419: case without switch check added
17420:
17421: * src/main/Makefile.in 1.8:
17422: make.in
17423:
17424: 2001-08-07 parser
17425: * src/classes/math.C 1.5:
17426: * src/main/pa_request.C 1.149:
17427: math:random fixed. win32 srand made working
17428:
17429: * src/classes/double.C 1.36:
17430: * src/classes/int.C 1.32:
17431: * src/classes/string.C 1.70:
17432: * src/classes/table.C 1.100:
17433: * src/include/pa_globals.h 1.60:
17434: * src/main/pa_globals.C 1.70:
17435: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
17436: string, table
17437:
17438: 2001-08-06 parser
17439: * src/classes/hash.C 1.13:
17440: hash:keys renamed to hash:_keys :(
17441:
17442: * src/main/pa_exec.C 1.10:
17443: exec win32 real filename
17444:
17445: * src/classes/file.C 1.46:
17446: exec stderr out
17447:
17448: * src/classes/mail.C 1.34:
17449: * src/classes/op.C 1.37:
17450: * src/include/pa_array.h 1.43:
17451: * src/include/pa_globals.h 1.59:
17452: * src/include/pa_hash.h 1.42:
17453: * src/include/pa_request.h 1.94:
17454: * src/main/compile.tab.C 1.2:
17455: * src/main/compile.y 1.159:
17456: * src/main/pa_array.C 1.38:
17457: * src/main/pa_dictionary.C 1.3:
17458: * src/main/pa_exec.C 1.11:
17459: * src/main/pa_globals.C 1.69:
17460: * src/main/pa_hash.C 1.38:
17461: * src/main/pa_request.C 1.148:
17462: * src/main/pa_string.C 1.98:
17463: class_path
17464:
17465: 2001-08-03 parser
17466: * src/classes/table.C 1.99:
17467: * src/types/pa_vtable.h 1.28:
17468: vtable.locks killed
17469:
17470: 2001-08-02 parser
17471: * src/classes/classes.h 1.9:
17472: * src/classes/op.C 1.36:
17473: * src/include/pa_globals.h 1.58:
17474: * src/main/execute.C 1.188:
17475: * src/main/pa_globals.C 1.66:
17476: * src/main/pa_globals.C 1.67:
17477: found another multithread bug in op.C (last, last global var
17478: killed) :)
17479:
17480: * src/main/pa_dictionary.C 1.2:
17481: * src/main/pa_globals.C 1.68:
17482: memset dictionary minor bug fixed
17483:
17484: * src/classes/string.C 1.69:
17485: * src/classes/table.C 1.98:
17486: * src/include/pa_array.h 1.42:
17487: * src/main/execute.C 1.190:
17488: * src/main/pa_exec.C 1.9:
17489: introducing Array_iter
17490:
17491: * src/main/execute.C 1.189:
17492: detected quick_get recursion bug. changed to get@execute, but
17493: needs array iterator, separate from array to avoid it & use caching
17494:
17495: 2001-08-01 parser
17496: * src/include/pa_dictionary.h 1.1:
17497: * src/include/pa_globals.h 1.57:
17498: * src/include/pa_string.h 1.100:
17499: * src/main/main.dsp 1.107:
17500: * src/main/pa_dictionary.C 1.1:
17501: * src/main/pa_globals.C 1.65:
17502: * src/main/pa_request.C 1.147:
17503: * src/main/pa_string.C 1.97:
17504: * src/main/untaint.C 1.58:
17505: speeded up typo-html replacements. introducing Dictionary with
17506: first-char caching
17507:
17508: 2001-07-31 parser
17509: * src/types/Makefile.am 1.5:
17510: pa_vtable.C added to .am
17511:
17512: * src/main/compile.tab.C 1.1:
17513: added, so that could be compiled even on non-bison-enabled platforms
17514:
17515: 2001-07-28 parser
17516: * src/main/compile.y 1.158:
17517: * src/main/untaint.C 1.57:
17518: bug fix @ untaint when \r skipped \n
17519:
17520: * src/classes/table.C 1.97:
17521: table:hash always produces hash, when can't - empty
17522:
17523: 2001-07-27 parser
17524: * src/classes/double.C 1.35:
17525: * src/classes/int.C 1.31:
17526: * src/classes/string.C 1.68:
17527: provided meaningful msg on int/double/string :sql without
17528: result and default
17529:
17530: 2001-07-26 parser
17531: * src/include/pa_opcode.h 1.6:
17532: * src/main/compile.y 1.156:
17533: * src/main/execute.C 1.187:
17534: hash creation syntax problem persists. restored $: for a while.
17535: thinking of $man[$.age[zzz]] syntax now
17536:
17537: * src/classes/op.C 1.35:
17538: fixed bad multithread bug with strangly global OP
17539:
17540: * src/main/compile.y 1.157:
17541: $man[$.age[zzz]] 0
17542:
17543: * src/include/pa_opcode.h 1.4:
17544: * src/main/compile.C 1.45:
17545: * src/main/compile.y 1.154:
17546: * src/main/compile_tools.h 1.46:
17547: * src/main/execute.C 1.185:
17548: * src/main/pa_request.C 1.146:
17549: * src/types/pa_vmethod_frame.h 1.13:
17550: introducing ::
17551: this is constructor call prefix.
17552: ordinary : remains for static accesses
17553:
17554: * src/classes/double.C 1.34:
17555: * src/classes/int.C 1.30:
17556: * src/classes/string.C 1.67:
17557: * src/include/pa_opcode.h 1.5:
17558: * src/main/compile.C 1.46:
17559: * src/main/compile.y 1.155:
17560: * src/main/compile_tools.h 1.47:
17561: * src/main/execute.C 1.186:
17562: * src/types/pa_vcode_frame.h 1.7:
17563: * src/types/pa_vmethod_frame.h 1.14:
17564: * src/types/pa_wcontext.h 1.16:
17565: * src/types/pa_wwrapper.h 1.10:
17566: fixing :: realization #1
17567:
17568: 2001-07-25 parser
17569: * src/classes/table.C 1.95:
17570: * src/main/main.dsp 1.106:
17571: * src/types/pa_vtable.C 1.1:
17572: * src/types/pa_vtable.h 1.27:
17573: ^table.record[] now $table.fields
17574:
17575: * src/types/pa_vtable.C 1.2:
17576: table: get_element order changeed. now:
17577: 1. fields
17578: 2. methods
17579: 3. columns
17580:
17581: * src/types/pa_vdouble.h 1.23:
17582: * src/types/pa_vint.h 1.24:
17583: odbc: no result queries; quote.
17584: optimized double&int tostring-s
17585:
17586: * src/classes/string.C 1.66:
17587: * src/include/pa_globals.h 1.56:
17588: * src/main/execute.C 1.183:
17589: * src/main/pa_globals.C 1.64:
17590: match replace code context moved to implicit $match context
17591:
17592: * src/main/compile.C 1.44:
17593: * src/main/compile.y 1.153:
17594: * src/main/compile_tools.h 1.45:
17595: allowed whitespace before first method decl
17596:
17597: * src/include/pa_opcode.h 1.3:
17598: * src/main/compile.y 1.149:
17599: * src/main/compile_tools.C 1.37:
17600: * src/main/compile_tools.h 1.43:
17601: * src/main/execute.C 1.182:
17602: with killed, code storage introduced with former 'with' syntax
17603:
17604: * src/main/compile.y 1.150:
17605: * src/main/compile.y 1.151:
17606: * src/main/execute.C 1.184:
17607: $var[] is now empty string, not void
17608:
17609: * src/main/compile.C 1.43:
17610: * src/main/compile.y 1.152:
17611: * src/main/compile_tools.h 1.44:
17612: allowed empty lines before first method decl
17613:
17614: * src/classes/table.C 1.96:
17615: allowed nontable result in table:sql, results in empty table
17616:
17617: 2001-07-24 parser
17618: * src/main/compile.C 1.42:
17619: * src/main/execute.C 1.181:
17620: * src/main/pa_string.C 1.96:
17621: * src/types/pa_value.h 1.68:
17622: first get_element, next get operator
17623:
17624: * src/classes/file.C 1.45:
17625: * src/include/pa_common.h 1.47:
17626: * src/main/pa_common.C 1.60:
17627: file:move
17628:
17629: * src/main/compile.y 1.148:
17630: removed @end handling
17631:
17632: * src/main/pa_common.C 1.59:
17633: file_read close @ eof when imgsize bug fixed
17634:
17635: * src/main/compile.C 1.41:
17636: * src/main/compile.y 1.147:
17637: @end handling method2
17638:
17639: 2001-07-23 parser
17640: * src/main/pa_sql_driver_manager.C 1.23:
17641: * src/sql/pa_sql_driver.h 1.12:
17642: sql odbc driver
17643:
17644: * src/classes/hash.C 1.11:
17645: * src/classes/hash.C 1.12:
17646: * src/classes/string.C 1.65:
17647: * src/classes/table.C 1.94:
17648: * src/classes/void.C 1.5:
17649: * src/include/pa_sql_connection.h 1.11:
17650: * src/sql/pa_sql_driver.h 1.11:
17651: changed sql driver query interface
17652:
17653: 2001-07-20 parser
17654: * src/types/pa_vrequest.C 1.8:
17655: X!$browser:type
17656:
17657: * src/classes/file.C 1.44:
17658: * src/classes/string.C 1.64:
17659: * src/include/pa_string.h 1.99:
17660: * src/main/execute.C 1.180:
17661: * src/main/pa_string.C 1.95:
17662: * src/types/pa_valiased.C 1.8:
17663: * src/types/pa_valiased.h 1.13:
17664: * src/types/pa_value.h 1.67:
17665: * src/types/pa_vclass.h 1.17:
17666: * src/types/pa_vcookie.h 1.11:
17667: * src/types/pa_vdate.h 1.3:
17668: * src/types/pa_vfile.h 1.28:
17669: * src/types/pa_vform.h 1.21:
17670: * src/types/pa_vhash.h 1.15:
17671: * src/types/pa_vmath.h 1.2:
17672: * src/types/pa_vobject.h 1.10:
17673: * src/types/pa_vrequest.C 1.7:
17674: * src/types/pa_vstateless_class.h 1.16:
17675: * src/types/pa_vstateless_object.h 1.10:
17676: only ^class:method dynamic calls allowed.
17677: ^BASE.method call disabled.
17678: BASE element globally removed
17679:
17680: 2001-07-18 parser
17681: * src/Makefile.am 1.6:
17682: * src/Makefile.in 1.10:
17683: * src/classes/Makefile.am 1.17:
17684: * src/main/Makefile.am 1.13:
17685: * src/targets/Makefile.am 1.6:
17686: * src/targets/apache13/Makefile.am 1.2:
17687: * src/targets/cgi/Makefile.am 1.9:
17688: * src/types/Makefile.am 1.4:
17689: removed $id from *.in *.am
17690:
17691: * src/classes/file.C 1.43:
17692: file:exec/cgi msg
17693:
17694: * src/main/pa_request.C 1.145:
17695: * src/main/untaint.C 1.56:
17696: ORIGINS langs name abbrevations
17697:
17698: * src/classes/file.C 1.42:
17699: $file:exit-code renamed to 'status'
17700:
17701: * src/classes/date.C 1.4:
17702: * src/classes/mail.C 1.33:
17703: * src/classes/math.C 1.4:
17704: * src/classes/string.C 1.63:
17705: * src/classes/table.C 1.93:
17706: * src/include/pa_globals.h 1.55:
17707: * src/include/pa_string.h 1.98:
17708: * src/main/execute.C 1.179:
17709: * src/main/pa_globals.C 1.63:
17710: * src/main/pa_request.C 1.144:
17711: * src/main/pa_string.C 1.94:
17712: * src/main/untaint.C 1.55:
17713: * src/types/pa_value.h 1.66:
17714: * src/types/pa_vdouble.h 1.22:
17715: * src/types/pa_vfile.h 1.27:
17716: * src/types/pa_vint.h 1.23:
17717: * src/types/pa_vstring.C 1.9:
17718: * src/types/pa_vstring.h 1.29:
17719: $ORIGINS(1) output tracing mode
17720:
17721: * src/classes/Makefile.in 1.11:
17722: * src/main/Makefile.in 1.7:
17723: * src/targets/Makefile.in 1.8:
17724: * src/targets/apache13/Makefile.in 1.7:
17725: * src/targets/cgi/Makefile.in 1.8:
17726: * src/types/Makefile.in 1.7:
17727: $id in .in's from .am's removed
17728:
17729: * src/classes/file.C 1.41:
17730: * src/main/pa_exec.C 1.8:
17731: file:exec
17732:
17733: 2001-07-17 parser
17734: * src/Makefile.in 1.9:
17735: * src/classes/Makefile.in 1.10:
17736: == wrong
17737:
17738: 2001-07-13 parser
17739: * src/main/execute.C 1.175:
17740: * src/main/pa_request.C 1.142:
17741: order of MAIN parents was wrong, fixed
17742:
17743: * src/classes/double.C 1.33:
17744: * src/classes/int.C 1.29:
17745: * src/classes/string.C 1.62:
17746: * src/include/pa_request.h 1.92:
17747: * src/include/pa_request.h 1.93:
17748: * src/main/execute.C 1.176:
17749: * src/main/execute.C 1.177:
17750: * src/main/execute.C 1.178:
17751: * src/main/pa_request.C 1.143:
17752: auto.p[@auto], /news/auto.p[no @auto], so that initializing
17753: second would not call first @auto
17754:
17755: 2001-07-12 parser
17756: * src/types/pa_value.h 1.65:
17757: pa_value.putelement modification of system classes prevented
17758:
17759: 2001-07-11 parser
17760: * src/classes/string.C 1.61:
17761: * src/doc/sources2html.cmd 1.3:
17762: lr split now yelds table $piece
17763:
17764: * src/classes/file.C 1.40:
17765: * src/include/pa_common.h 1.46:
17766: * src/main/pa_common.C 1.58:
17767: * src/types/pa_vstateless_class.h 1.15:
17768: $file created by file:state += .atime .mtime .ctime
17769: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
17770:
17771: 2001-07-09 parser
17772: * src/main/untaint.C 1.54:
17773: qp wrong name
17774:
17775: * src/classes/date.C 1.3:
17776: * src/classes/string.C 1.60:
17777: * src/classes/table.C 1.92:
17778: * src/main/compile.y 1.146:
17779: date format 0
17780:
17781: 2001-07-07 parser
17782: * src/classes/Makefile.am 1.16:
17783: * src/classes/date.C 1.1:
17784: * src/classes/file.C 1.39:
17785: * src/classes/hash.C 1.10:
17786: * src/classes/image.C 1.30:
17787: * src/classes/mail.C 1.32:
17788: * src/classes/math.C 1.3:
17789: * src/classes/op.C 1.34:
17790: * src/classes/string.C 1.59:
17791: * src/classes/table.C 1.90:
17792: * src/classes/void.C 1.4:
17793: * src/include/pa_request.h 1.91:
17794: * src/main/main.dsp 1.105:
17795: * src/types/pa_value.h 1.64:
17796: * src/types/pa_vdate.h 1.1:
17797: * src/types/pa_wcontext.C 1.7:
17798: date now set $fields roll string. todo: sql, calendar
17799:
17800: * src/classes/date.C 1.2:
17801: * src/classes/table.C 1.91:
17802: * src/include/pa_common.h 1.45:
17803: * src/include/pa_string.h 1.97:
17804: * src/main/pa_common.C 1.57:
17805: * src/types/pa_vdate.h 1.2:
17806: date roll
17807: table calendar
17808:
17809: 2001-07-06 parser
17810: * src/classes/math.C 1.2:
17811: * src/include/pa_request.h 1.90:
17812: * src/main/execute.C 1.174:
17813: * src/main/main.dsp 1.104:
17814: * src/main/pa_request.C 1.141:
17815: * src/types/pa_vmath.h 1.1:
17816: math 0
17817:
17818: 2001-07-03 parser
17819: * src/classes/Makefile.am 1.15:
17820: * src/classes/math.C 1.1:
17821: * src/classes/op.C 1.33:
17822: * src/classes/random.C 1.15:
17823: * src/main/main.dsp 1.103:
17824: class random renamed to math, operators became methods
17825:
17826: * src/classes/op.C 1.32:
17827: pow sqrt
17828:
17829: * src/classes/op.C 1.31:
17830: * src/main/execute.C 1.173:
17831: sin asin cos acos tan atan
17832:
17833: 2001-07-02 parser
17834: * src/classes/hash.C 1.9:
17835: ^hash.keys[]
17836:
17837: * src/classes/table.C 1.88:
17838: * src/main/pa_table.C 1.34:
17839: ^table:columns[]
17840:
17841: * src/classes/table.C 1.89:
17842: ^table.columns column renamed from 'name' to 'column'
17843:
17844: * src/main/compile.y 1.145:
17845: * src/main/compile_tools.h 1.42:
17846: in expressions now allowed 'strings'
17847:
17848: 2001-06-29 parser
17849: * src/main/execute.C 1.171:
17850: * src/main/execute.C 1.172:
17851: /0 %0 checkes ver 2
17852:
17853: * src/classes/table.C 1.87:
17854: empty strings @ sql
17855:
17856: * src/Makefile.in 1.8:
17857: * src/classes/Makefile.in 1.9:
17858: makes
17859:
17860: * src/classes/Makefile.am 1.14:
17861: nothing - void
17862:
17863: * src/main/execute.C 1.170:
17864: /0 %0 checke
17865:
17866: 2001-06-28 parser
17867: * src/classes/double.C 1.32:
17868: * src/classes/file.C 1.38:
17869: * src/classes/form.C 1.13:
17870: * src/classes/hash.C 1.8:
17871: * src/classes/image.C 1.29:
17872: * src/classes/int.C 1.28:
17873: * src/classes/mail.C 1.31:
17874: * src/classes/op.C 1.30:
17875: * src/classes/random.C 1.14:
17876: * src/classes/response.C 1.13:
17877: * src/classes/string.C 1.58:
17878: * src/classes/table.C 1.86:
17879: * src/classes/void.C 1.3:
17880: * src/main/compile.C 1.40:
17881: * src/main/compile.y 1.144:
17882: * src/main/compile_tools.C 1.36:
17883: * src/main/execute.C 1.169:
17884: * src/main/pa_array.C 1.37:
17885: * src/main/pa_common.C 1.56:
17886: * src/main/pa_dir.C 1.5:
17887: * src/main/pa_exception.C 1.11:
17888: * src/main/pa_exec.C 1.7:
17889: * src/main/pa_globals.C 1.62:
17890: * src/main/pa_hash.C 1.37:
17891: * src/main/pa_pool.C 1.20:
17892: * src/main/pa_request.C 1.140:
17893: * src/main/pa_socks.C 1.5:
17894: * src/main/pa_sql_driver_manager.C 1.22:
17895: * src/main/pa_string.C 1.93:
17896: * src/main/pa_table.C 1.33:
17897: * src/main/untaint.C 1.53:
17898: * src/targets/cgi/parser3.C 1.93:
17899: * src/targets/isapi/parser3isapi.C 1.35:
17900: */
1.26 paf 17901: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 17902:
17903: * src/main/compile.y 1.142:
17904: * src/main/compile_tools.h 1.41:
17905: $:name: == ${name}:
17906: $class:name: == ${class:name}:
17907:
17908: * src/classes/string.C 1.56:
17909: exactly one
17910:
17911: * src/classes/double.C 1.31:
17912: * src/classes/file.C 1.37:
17913: * src/classes/form.C 1.12:
17914: * src/classes/hash.C 1.7:
17915: * src/classes/image.C 1.28:
17916: * src/classes/int.C 1.27:
17917: * src/classes/mail.C 1.30:
17918: * src/classes/op.C 1.29:
17919: * src/classes/random.C 1.13:
17920: * src/classes/response.C 1.12:
17921: * src/classes/string.C 1.57:
17922: * src/classes/table.C 1.85:
17923: * src/classes/void.C 1.2:
17924: * src/main/compile.C 1.39:
17925: * src/main/compile.y 1.143:
17926: * src/main/compile_tools.C 1.35:
17927: * src/main/execute.C 1.168:
17928: * src/main/pa_array.C 1.36:
17929: * src/main/pa_common.C 1.55:
17930: * src/main/pa_dir.C 1.4:
17931: * src/main/pa_exception.C 1.10:
17932: * src/main/pa_exec.C 1.6:
17933: * src/main/pa_globals.C 1.61:
17934: * src/main/pa_hash.C 1.36:
17935: * src/main/pa_pool.C 1.19:
17936: * src/main/pa_request.C 1.139:
17937: * src/main/pa_socks.C 1.4:
17938: * src/main/pa_sql_driver_manager.C 1.21:
17939: * src/main/pa_string.C 1.92:
17940: * src/main/pa_table.C 1.32:
17941: * src/main/untaint.C 1.52:
17942: * src/targets/cgi/parser3.C 1.92:
17943: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 17944: static char *RCSId="$Id$";
1.15 paf 17945:
17946: 2001-06-27 parser
17947: * src/classes/hash.C 1.6:
17948: * src/classes/nothing.C 1.5:
17949: * src/classes/table.C 1.84:
17950: * src/classes/void.C 1.1:
17951: * src/main/compile.y 1.140:
17952: * src/main/compile.y 1.141:
17953: * src/main/execute.C 1.167:
17954: * src/main/main.dsp 1.102:
17955: * src/main/pa_request.C 1.138:
17956: * src/targets/cgi/pa_pool.C 1.17:
17957: * src/types/pa_value.h 1.63:
17958: * src/types/pa_vcode_frame.h 1.6:
17959: * src/types/pa_vmethod_frame.h 1.12:
17960: * src/types/pa_vnothing.h 1.2:
17961: * src/types/pa_vtable.h 1.26:
17962: * src/types/pa_vvoid.h 1.1:
17963: nothing renamed to void
17964:
17965: * src/classes/op.C 1.28:
17966: ^switch ^case
17967:
17968: * src/main/compile.y 1.139:
17969: lexer: $zzzz^zzzz were name part
17970:
17971: 2001-05-28 parser
17972: * src/main/main.dsp 1.101:
17973: * src/targets/isapi/parser3isapi.dsp 1.15:
17974: release project options [some bugs]
17975:
17976: * src/classes/classes.C 1.7:
17977: * src/main/compile.C 1.38:
17978: * src/main/compile.y 1.138:
17979: * src/main/execute.C 1.166:
17980: operators are not in root class again
17981:
17982: * src/doc/html2chm.cmd 1.3:
17983: removed >a
17984:
17985: * src/doc/sources2html.cmd 1.2:
17986: z
17987:
17988: 2001-05-24 parser
17989: * src/Makefile.in 1.7:
17990: * src/classes/Makefile.in 1.8:
17991: * src/main/Makefile.in 1.6:
17992: * src/targets/Makefile.in 1.7:
17993: * src/targets/apache13/Makefile.in 1.6:
17994: * src/targets/cgi/Makefile.in 1.7:
17995: * src/types/Makefile.in 1.6:
17996: makes
17997:
17998: * src/main/pa_request.C 1.135:
17999: * src/main/pa_request.C 1.136:
18000: * src/targets/cgi/parser3.C 1.90:
18001: // no _ conversions in @exception[params]
18002:
18003: * src/targets/cgi/parser3.dsp 1.19:
18004: project file
18005:
18006: * src/classes/op.C 1.27:
18007: * src/main/pa_request.C 1.137:
18008: * src/targets/cgi/parser3.C 1.91:
18009: ^log ^exp
18010:
18011: 2001-05-23 parser
18012: * src/classes/op.C 1.25:
18013: * src/main/compile.y 1.137:
18014: allow one empty line before LS_DEF_NAME
18015:
18016: * src/main/pa_string.C 1.91:
18017: string cmp bug
18018:
18019: * src/classes/mail.C 1.29:
18020: * src/classes/op.C 1.26:
18021: rem max 1000
18022:
18023: 2001-05-22 parser
18024: * src/classes/op.C 1.24:
18025: if params code-required
18026:
18027: 2001-05-21 parser
18028: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
18029: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
18030: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
18031: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
18032: 0
18033:
18034: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
18035: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
18036: 1
18037:
18038: * src/Makefile.in 1.6:
18039: * src/classes/Makefile.in 1.6:
18040: * src/classes/Makefile.in 1.7:
18041: * src/main/Makefile.in 1.5:
18042: * src/targets/Makefile.in 1.6:
18043: * src/targets/apache13/Makefile.in 1.5:
18044: * src/targets/cgi/Makefile.in 1.6:
18045: * src/types/Makefile.in 1.5:
18046: makes
18047:
18048: * src/classes/double.C 1.30:
18049: * src/classes/hash.C 1.4:
18050: * src/classes/hash.C 1.5:
18051: * src/classes/nothing.C 1.1:
18052: * src/classes/nothing.C 1.2:
18053: * src/classes/nothing.C 1.3:
18054: * src/classes/op.C 1.23:
18055: * src/classes/string.C 1.55:
18056: * src/classes/table.C 1.83:
18057: * src/classes/unknown.C 1.8:
18058: * src/main/compile.y 1.136:
18059: * src/main/execute.C 1.164:
18060: * src/main/execute.C 1.165:
18061: * src/main/main.dsp 1.100:
18062: * src/main/pa_request.C 1.134:
18063: * src/targets/cgi/pa_pool.C 1.15:
18064: * src/targets/cgi/pa_pool.C 1.16:
18065: * src/types/pa_value.h 1.62:
18066: * src/types/pa_vcode_frame.h 1.5:
18067: * src/types/pa_vmethod_frame.h 1.10:
18068: * src/types/pa_vmethod_frame.h 1.11:
18069: * src/types/pa_vnothing.h 1.1:
18070: * src/types/pa_vtable.h 1.24:
18071: * src/types/pa_vtable.h 1.25:
18072: * src/types/pa_vunknown.h 1.14:
18073: 'unknown' renamed to 'nothing'
18074:
18075: * src/Makefile.in 1.5:
18076: * src/classes/Makefile.in 1.5:
18077: * src/main/Makefile.in 1.4:
18078: * src/targets/Makefile.in 1.5:
18079: * src/targets/apache13/Makefile.in 1.4:
18080: * src/targets/cgi/Makefile.in 1.5:
18081: * src/types/Makefile.in 1.4:
18082: make system timestamps
18083:
18084: * src/classes/nothing.C 1.4:
18085: resultless ^sql moved to nothing:
18086:
18087: * src/classes/Makefile.am 1.13:
18088: .AM
18089:
18090: * src/main/pa_request.C 1.133:
18091: .am
18092:
18093: * src/Makefile.in 1.4:
18094: file stamps to remove autoreconf
18095:
18096: * src/targets/cgi/parser3.C 1.88:
18097: argv can be just "parser3". made site_auto_path "." in that case
18098:
18099: * src/types/pa_vstring.C 1.8:
18100: eoleof
18101:
18102: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
18103: * src/main/execute.C 1.162:
18104: * src/targets/cgi/Makefile.in 1.4:
18105: * src/targets/cgi/parser3.C 1.86:
18106: * src/targets/cgi/parser3.C 1.87:
18107: * src/targets/cgi/parser3.C 1.89:
18108: z
18109:
18110: * src/main/pa_request.C 1.132:
18111: * src/targets/cgi/parser3.C 1.85:
18112: pcre_tables=pcre_default_tables;
18113:
18114: * src/classes/hash.C 1.3:
18115: * src/classes/int.C 1.25:
18116: * src/classes/string.C 1.53:
18117: * src/classes/table.C 1.82:
18118: * src/include/pa_string.h 1.95:
18119: * src/include/pa_string.h 1.96:
18120: * src/main/pa_string.C 1.89:
18121: * src/main/pa_string.C 1.90:
18122: * src/types/pa_vstring.C 1.6:
18123: * src/types/pa_vstring.h 1.27:
18124: started int:sql
18125:
18126: * src/types/pa_vstring.C 1.7:
18127: * src/types/pa_vstring.h 1.28:
18128: removed unnecessary vstring::set_string
18129:
18130: * src/classes/double.C 1.29:
18131: * src/classes/int.C 1.26:
18132: * src/classes/string.C 1.54:
18133: int,double;sql
18134:
18135: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
18136: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
18137: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
18138: hash:sql
18139:
18140: * src/classes/classes.C 1.6:
18141: * src/classes/hash.C 1.2:
18142: * src/classes/op.C 1.22:
18143: * src/classes/table.C 1.81:
18144: * src/main/compile.C 1.37:
18145: * src/main/compile.y 1.135:
18146: * src/main/execute.C 1.163:
18147: hash:sql moved to main trunc. operators.txt updated
18148:
18149: 2001-05-19 parser
18150: * src/types/pa_value.h 1.61:
18151: parameter # 1 based
18152:
18153: * src/main/pa_common.C 1.54:
18154: common: actual filename '%s'
18155:
18156: * src/classes/string.C 1.52:
18157: root context in match replace body now unchanged
18158:
18159: * src/classes/Makefile.am 1.10:
18160: * src/classes/Makefile.am 1.11:
18161: * src/classes/Makefile.am 1.12:
18162: * src/classes/Makefile.am 1.9:
18163: * src/main/pa_sql_driver_manager.C 1.20:
18164: * src/targets/cgi/pa_pool.C 1.12:
18165: classes/.am
18166:
18167: * src/main/untaint.C 1.50:
18168: * src/targets/cgi/pa_pool.C 1.13:
18169: * src/targets/cgi/parser3.C 1.84:
18170: fixed bug in pre html untaint, wrong size used, 4* mem wasted
18171:
18172: * src/classes/string.C 1.51:
18173: * src/main/pa_string.C 1.88:
18174: z
18175:
18176: * src/include/pa_string.h 1.94:
18177: * src/main/untaint.C 1.51:
18178: * src/targets/cgi/pa_pool.C 1.14:
18179: introducing String::cstr_bufsize, returns just size+1 for as_is
18180: target.
18181:
18182: * src/classes/Makefile.in 1.4:
18183: clean
18184:
18185: 2001-05-18 parser
18186: * src/Makefile.in 1.3:
18187: * src/classes/Makefile.in 1.3:
18188: * src/include/pa_config_auto.h.in 1.3:
18189: * src/main/Makefile.in 1.3:
18190: * src/targets/Makefile.in 1.4:
18191: * src/targets/apache13/Makefile.in 1.3:
18192: * src/targets/cgi/Makefile.in 1.3:
18193: * src/targets/cgi/pa_pool.C 1.11:
18194: * src/types/Makefile.in 1.3:
18195: .am pa_threads.C ins
18196:
18197: * src/targets/cgi/Makefile.am 1.8:
18198: .am pa_threads.C added
18199:
18200: 2001-05-17 parser
18201: * src/include/pa_hash.h 1.40:
18202: * src/main/execute.C 1.158:
18203: removed /*SYNCHRONIZED*/ from hash.h
18204:
18205: * src/include/pa_array.h 1.41:
18206: * src/include/pa_common.h 1.44:
18207: * src/include/pa_config_fixed.h 1.8:
18208: * src/include/pa_config_includes.h 1.8:
18209: * src/include/pa_exception.h 1.12:
18210: * src/include/pa_exec.h 1.2:
18211: * src/include/pa_globals.h 1.54:
18212: * src/include/pa_hash.h 1.41:
18213: * src/include/pa_opcode.h 1.2:
18214: * src/include/pa_pool.h 1.52:
18215: * src/include/pa_request.h 1.88:
18216: * src/include/pa_sapi.h 1.9:
18217: * src/include/pa_socks.h 1.3:
18218: * src/include/pa_sql_connection.h 1.7:
18219: * src/include/pa_stack.h 1.9:
18220: * src/include/pa_string.h 1.93:
18221: * src/include/pa_table.h 1.33:
18222: * src/include/pa_threads.h 1.14:
18223: #include "pa_config_includes.h"
18224: in all headers
18225:
18226: * src/include/pa_request.h 1.89:
18227: * src/main/execute.C 1.159:
18228: * src/main/pa_request.C 1.131:
18229: ANTI_ENDLESS_EXECUTE_RECOURSION
18230:
18231: * src/classes/op.C 1.20:
18232: * src/include/pa_config_fixed.h 1.10:
18233: * src/include/pa_sql_connection.h 1.8:
18234: * src/include/pa_sql_driver_manager.h 1.5:
18235: * src/main/pa_sql_driver_manager.C 1.15:
18236: found problem at last: 2connections own 1driver and
18237: set_services fight for driver::fservices. before fix
18238:
18239: * src/main/execute.C 1.160:
18240: * src/types/pa_vmethod_frame.h 1.9:
18241: endless recursion line no
18242:
18243: * src/classes/classes.h 1.8:
18244: * src/include/pa_sql_connection.h 1.10:
18245: * src/include/pa_sql_driver_manager.h 1.7:
18246: * src/main/pa_sql_driver_manager.C 1.17:
18247: cache expiration[use SQL_Driver::disconnect]
18248:
18249: * src/include/pa_config_fixed.h 1.9:
18250: * src/include/pa_threads.h 1.16:
18251: * src/targets/cgi/pa_threads.C 1.1:
18252: * src/targets/cgi/parser3.dsp 1.18:
18253: * src/targets/isapi/pa_threads.C 1.1:
18254: * src/targets/isapi/parser3isapi.dsp 1.14:
18255: added pa_threads.C
18256:
18257: * src/classes/image.C 1.27:
18258: * src/include/pa_sql_driver_manager.h 1.4:
18259: * src/main/pa_sql_driver_manager.C 1.14:
18260: * src/main/pa_string.C 1.87:
18261: wrong includes order prevented sqlmanager to see MULTYTHREAD define
18262:
18263: * src/main/pa_table.C 1.31:
18264: table.locate current restored on "not found"
18265:
18266: * src/include/pa_threads.h 1.15:
18267: removed targets/parser
18268:
18269: * src/classes/op.C 1.19:
18270: * src/include/pa_sql_connection.h 1.6:
18271: * src/main/pa_sql_driver_manager.C 1.12:
18272: * src/sql/pa_sql_driver.h 1.9:
18273: connection from cache ->set_services(&services);
18274:
18275: * src/include/pa_config_fixed.h 1.7:
18276: * src/include/pa_threads.h 1.13:
18277: * src/main/pa_sql_driver_manager.C 1.13:
18278: SYNCHRONIZED moved closer to caches put/gets
18279:
18280: * src/classes/string.C 1.50:
18281: * src/include/pa_config_fixed.h 1.11:
18282: * src/include/pa_config_includes.h 1.9:
18283: * src/main/compile.y 1.134:
18284: * src/main/compile_tools.h 1.40:
18285: * src/main/execute.C 1.161:
18286: * src/main/pa_array.C 1.35:
18287: * src/main/pa_common.C 1.53:
18288: * src/main/pa_dir.C 1.3:
18289: * src/main/pa_hash.C 1.35:
18290: * src/main/pa_pool.C 1.18:
18291: * src/main/untaint.C 1.49:
18292: * src/types/pa_vcookie.C 1.21:
18293: * src/types/pa_vfile.C 1.17:
18294: * src/types/pa_vform.C 1.29:
18295: #include "pa_config_includes.h"
18296: removed from most .C
18297:
18298: * src/doc/html2chm.cmd 1.2:
18299: z
18300:
18301: * src/doc/chm.cmd 1.7:
18302: * src/doc/doxygen.cmd 1.7:
18303: * src/doc/html2chm.cmd 1.1:
18304: * src/doc/sources2html.cmd 1.1:
18305: * src/doc/view.cmd 1.3:
18306: * src/doc/view_chm.cmd 1.1:
18307: * src/doc/view_html.cmd 1.1:
18308: doc cmds
18309:
18310: * src/main/pa_sql_driver_manager.C 1.19:
18311: moved expiration to get_connection_from_cache
18312:
18313: * src/main/pa_sql_driver_manager.C 1.18:
18314: cache expiration bf
18315:
18316: * src/classes/op.C 1.21:
18317: * src/include/pa_sql_connection.h 1.9:
18318: * src/include/pa_sql_driver_manager.h 1.6:
18319: * src/main/pa_sql_driver_manager.C 1.16:
18320: * src/sql/pa_sql_driver.h 1.10:
18321: fixed problem at last: 2connections own 1driver and
18322: set_services fight for driver::fservices. before fix
18323:
18324: 2001-05-16 parser
18325: * src/include/pa_array.h 1.39:
18326: * src/include/pa_string.h 1.92:
18327: * src/main/execute.C 1.157:
18328: * src/main/pa_array.C 1.33:
18329: * src/targets/cgi/pa_pool.C 1.9:
18330: * src/targets/cgi/parser3.C 1.81:
18331: array debugged; adjusted
18332:
18333: * src/include/pa_array.h 1.40:
18334: * src/main/pa_array.C 1.34:
18335: * src/targets/cgi/parser3.C 1.82:
18336: removed array debug. before vstring rebasing
18337:
18338: * src/main/pa_sql_driver_manager.C 1.11:
18339: * src/main/pa_string.C 1.86:
18340: SQL_Driver_manager line no for connect/charset errors
18341:
18342: * src/targets/cgi/parser3.C 1.83:
18343: z
18344:
18345: * src/include/pa_pool.h 1.51:
18346: * src/targets/cgi/pa_pool.C 1.10:
18347: removed pool debug, #ifdefed some.
18348: would debug later, on more precise sample than stupid:
18349: @main[]
18350: $name[$z[]]
18351: ^for[i](0;10000-2){
18352: $tail[9994]
18353: $name.$tail[$tail!]
18354: $name.$tail
18355: }
18356: ok3
18357:
18358: 2001-05-15 parser
18359: * src/targets/cgi/pa_pool.C 1.6:
18360: * src/targets/cgi/parser3.C 1.78:
18361: main loss here: 5673321/ 70041= 81
18362:
18363: * src/include/pa_pool.h 1.50:
18364: * src/include/pa_string.h 1.89:
18365: * src/main/pa_string.C 1.83:
18366: * src/targets/cgi/pa_pool.C 1.7:
18367: * src/targets/cgi/parser3.C 1.79:
18368: string fixed bug with fullchunk cmps
18369:
18370: * src/include/pa_string.h 1.90:
18371: * src/main/pa_string.C 1.84:
18372: * src/targets/cgi/pa_pool.C 1.8:
18373: * src/targets/cgi/parser3.C 1.80:
18374: think that all must grow lineary, not exponentialy
18375:
18376: * src/include/pa_array.h 1.38:
18377: * src/include/pa_string.h 1.91:
18378: * src/main/pa_array.C 1.32:
18379: * src/main/pa_string.C 1.85:
18380: string+array made linear grows
18381:
18382: * src/include/pa_string.h 1.88:
18383: * src/targets/cgi/pa_pool.C 1.5:
18384: * src/targets/cgi/parser3.C 1.77:
18385: detected huge mem allocation: size/times malloc 27809390/368771
18386: calloc 3232/83. would test now
18387:
18388: * src/classes/random.C 1.12:
18389: * src/main/compile.y 1.133:
18390: * src/main/execute.C 1.156:
18391: * src/main/pa_request.C 1.130:
18392: * src/types/pa_value.h 1.60:
18393: * src/types/pa_vmethod_frame.h 1.8:
18394: numbered params had wrong name - for instance: bad error
18395: message in ^for[] bad body type. fixed
18396:
18397: 2001-05-14 parser
18398: * src/classes/string.C 1.49:
18399: * src/include/pa_string.h 1.87:
18400: * src/main/pa_string.C 1.82:
18401: * src/main/untaint.C 1.48:
18402: ^string.upper|lower[]
18403:
18404: 2001-05-11 paf
18405: * src/classes/classes.cmd 1.2:
18406: * src/classes/gawk.exe 1.2:
18407: * src/classes/ls.exe 1.2:
18408: * src/main/bison.exe 1.2:
18409: * src/targets/isapi/KILL.EXE 1.2:
18410: * src/targets/isapi/PSTAT.EXE 1.2:
18411: * src/targets/isapi/istart.cmd 1.2:
18412: * src/targets/isapi/istop.cmd 1.2:
18413: * src/targets/isapi/kill.pl 1.2:
18414: moved win32 helpers to /win32tools
18415:
18416: 2001-05-11 parser
18417: * src/main/main.dsp 1.99:
18418: * src/targets/isapi/parser3isapi.dsp 1.13:
18419: fixed some .dsp for win32tools
18420:
18421: * src/classes/double.C 1.28:
18422: * src/classes/image.C 1.26:
18423: * src/classes/op.C 1.18:
18424: * src/classes/string.C 1.48:
18425: * src/classes/table.C 1.80:
18426: * src/classes/unknown.C 1.7:
18427: * src/main/execute.C 1.155:
18428: * src/types/pa_value.h 1.59:
18429: * src/types/pa_vbool.h 1.10:
18430: * src/types/pa_vdouble.h 1.21:
18431: * src/types/pa_vint.h 1.22:
18432: * src/types/pa_vstring.h 1.26:
18433: * src/types/pa_vunknown.h 1.13:
18434: op: MAX_LOOPS
18435: as_int
18436:
18437: 2001-05-10 paf
18438: * src/doc/doxygen.cmd 1.5:
18439: * src/main/compile.y 1.131:
18440: * src/types/pa_vobject.h 1.9:
18441: grammar: priorities changes [lowerd && prior]
18442: vobject: now first fields, next methods
18443:
18444: * src/main/pa_request.C 1.129:
18445: * src/types/pa_vrequest.C 1.6:
18446: op configured
18447:
18448: * src/Makefile.in 1.2:
18449: * src/classes/Makefile.in 1.2:
18450: * src/include/pa_config_auto.h.in 1.2:
18451: * src/include/pa_config_fixed.h 1.6:
18452: * src/include/pa_config_includes.h 1.6:
18453: * src/main/Makefile.in 1.2:
18454: * src/targets/Makefile.in 1.3:
18455: * src/targets/apache13/Makefile.in 1.2:
18456: * src/targets/cgi/Makefile.in 1.2:
18457: * src/types/Makefile.in 1.2:
18458: inline wonders
18459:
18460: * src/main/compile.y 1.132:
18461: @end grammar: allowed zero strings in control menthod
18462:
18463: * src/types/pa_value.h 1.58:
18464: * src/types/pa_vclass.h 1.16:
18465: * src/types/pa_vstateless_class.h 1.14:
18466: * src/types/pa_vstateless_object.h 1.9:
18467: changed priority: field before method lookup in vclass & vobject
18468:
18469: * src/include/pa_common.h 1.43:
18470: * src/include/pa_config_includes.h 1.7:
18471: inline undefed for C++, that's all
18472:
18473: * src/classes/Makefile.am 1.8:
18474: * src/classes/hash.C 1.1:
18475: * src/doc/doxygen.cfg 1.11:
18476: * src/doc/doxygen.cmd 1.6:
18477: hash.C added
18478:
18479: 2001-05-08 paf
18480: * src/classes/table.C 1.76:
18481: table:hash always hash of hash now
18482:
18483: * src/classes/op.C 1.15:
18484: * src/classes/table.C 1.72:
18485: * src/main/main.dsp 1.97:
18486: * src/types/pa_vtable.h 1.21:
18487: removed table:find. table:locate and op:eval now return bool
18488:
18489: * src/classes/table.C 1.75:
18490: table:empty return bool now
18491:
18492: * src/classes/table.C 1.79:
18493: * src/types/pa_value.h 1.57:
18494: * src/types/pa_vhash.h 1.14:
18495: * src/types/pa_vmethod_frame.h 1.7:
18496: hash:default works at last!
18497:
18498: * src/main/pa_table.C 1.30:
18499: table columnname2item on nameless ignored bark=false. fixed
18500:
18501: * src/classes/op.C 1.17:
18502: * src/types/pa_vtable.h 1.22:
18503: allowed $table.2342734 returns vunknown
18504:
18505: * src/classes/table.C 1.74:
18506: * src/doc/chm.cmd 1.6:
18507: * src/include/pa_array.h 1.37:
18508: * src/include/pa_table.h 1.32:
18509: * src/main/pa_table.C 1.29:
18510: * src/types/pa_value.h 1.56:
18511: * src/types/pa_vtable.h 1.23:
18512: table:hash
18513:
18514: * src/doc/chm.cmd 1.5:
18515: * src/main/execute.C 1.154:
18516: * src/types/pa_value.h 1.55:
18517: wrong pool in method checkparams again. fixed
18518:
18519: * src/classes/double.C 1.27:
18520: * src/classes/int.C 1.24:
18521: * src/classes/op.C 1.16:
18522: * src/classes/string.C 1.47:
18523: int,double,string:int[] double[] string:length[] results now
18524: have hames
18525:
18526: * src/classes/table.C 1.77:
18527: z
18528:
18529: * src/classes/mail.C 1.28:
18530: * src/classes/table.C 1.78:
18531: * src/doc/doxygen.cmd 1.4:
18532: * src/main/main.dsp 1.98:
18533: * src/types/pa_vhash.h 1.13:
18534: * src/types/pa_vstateless_class.h 1.13:
18535: hash:default
18536:
18537: * src/classes/table.C 1.73:
18538: table:record have name
18539:
18540: 2001-05-07 paf
18541: * src/types/pa_value.h 1.51:
18542: * src/types/pa_vtable.h 1.17:
18543: table: fields, then methods. so to enable 'dir' fields & co.
18544:
18545: * src/main/execute.C 1.153:
18546: ^var[^class:var.method[]] is not constructor now
18547:
18548: * src/main/compile.y 1.130:
18549: grammar: @end
18550:
18551: * src/doc/chm.cmd 1.4:
18552: cmd
18553:
18554: * src/doc/ClassExample2.dox 1.3:
18555: * src/doc/aliased.dox 1.3:
18556: * src/doc/chm.cmd 1.2:
18557: * src/include/code.h 1.29:
18558: * src/include/pa_opcode.h 1.1:
18559: * src/main/compile.C 1.36:
18560: * src/main/compile_tools.h 1.39:
18561: * src/main/execute.C 1.152:
18562: * src/types/pa_value.h 1.53:
18563: * src/types/pa_vbool.h 1.9:
18564: * src/types/pa_vclass.h 1.15:
18565: * src/types/pa_vcode_frame.h 1.4:
18566: * src/types/pa_vcookie.h 1.10:
18567: * src/types/pa_vdouble.h 1.20:
18568: * src/types/pa_venv.h 1.16:
18569: * src/types/pa_vfile.h 1.26:
18570: * src/types/pa_vform.h 1.20:
18571: * src/types/pa_vhash.h 1.12:
18572: * src/types/pa_vimage.h 1.13:
18573: * src/types/pa_vint.h 1.21:
18574: * src/types/pa_vjunction.h 1.6:
18575: * src/types/pa_vmethod_frame.h 1.6:
18576: * src/types/pa_vobject.h 1.8:
18577: * src/types/pa_vrequest.h 1.10:
18578: * src/types/pa_vresponse.h 1.10:
18579: * src/types/pa_vstateless_class.h 1.12:
18580: * src/types/pa_vstring.h 1.25:
18581: * src/types/pa_vtable.h 1.20:
18582: * src/types/pa_vunknown.h 1.12:
18583: * src/types/pa_wcontext.h 1.15:
18584: * src/types/pa_wwrapper.h 1.9:
18585: pa_code.h
18586:
18587: * src/include/pa_table.h 1.30:
18588: * src/main/pa_table.C 1.27:
18589: * src/types/pa_value.h 1.52:
18590: * src/types/pa_vtable.h 1.18:
18591: table: fields, then methods. so to enable 'dir' fields & co. more
18592:
18593: * src/classes/string.C 1.45:
18594: * src/classes/table.C 1.71:
18595: * src/doc/ClassExample1.dox 1.2:
18596: * src/doc/ClassExample2.dox 1.2:
18597: * src/doc/ClassExample3.dox 1.2:
18598: * src/doc/aliased.dox 1.2:
18599: * src/doc/class.dox 1.2:
18600: * src/doc/compiler.dox 1.2:
18601: * src/doc/doxygen.cfg 1.10:
18602: * src/doc/doxygen.cmd 1.2:
18603: * src/doc/executor.dox 1.2:
18604: * src/doc/index.dox 1.3:
18605: * src/doc/methoded.dox 1.2:
18606: * src/doc/module.dox 1.2:
18607: * src/doc/object.dox 1.2:
18608: * src/doc/pooled.dox 1.2:
18609: * src/doc/string.dox 1.2:
18610: * src/doc/targets.dox 1.2:
18611: * src/doc/value.dox 1.2:
18612: * src/include/code.h 1.28:
18613: * src/include/pa_hash.h 1.39:
18614: * src/include/pa_string.h 1.86:
18615: * src/main/pa_request.C 1.128:
18616: * src/main/pa_sql_driver_manager.C 1.10:
18617: * src/types/pa_vjunction.h 1.5:
18618: * src/types/pa_vtable.h 1.19:
18619: dox, split by not clean parts also
18620:
18621: * src/classes/image.C 1.25:
18622: * src/classes/mail.C 1.27:
18623: * src/classes/string.C 1.46:
18624: * src/doc/chm.cmd 1.3:
18625: * src/include/pa_table.h 1.31:
18626: * src/main/pa_table.C 1.28:
18627: * src/types/pa_value.h 1.54:
18628: method reported errors on wrong pool
18629:
18630: * src/doc/chm.cmd 1.1:
18631: * src/doc/doxygen.cmd 1.3:
18632: * src/doc/view.cmd 1.2:
18633: dox cmd
18634:
18635: 2001-05-04 paf
18636: * src/classes/classes.h 1.7:
18637: * src/classes/double.C 1.26:
18638: * src/classes/file.C 1.36:
18639: * src/classes/form.C 1.11:
18640: * src/classes/image.C 1.24:
18641: * src/classes/int.C 1.23:
18642: * src/classes/mail.C 1.26:
18643: * src/classes/op.C 1.14:
18644: * src/classes/random.C 1.11:
18645: * src/classes/response.C 1.11:
18646: * src/classes/string.C 1.44:
18647: * src/classes/table.C 1.70:
18648: * src/classes/unknown.C 1.6:
18649: * src/doc/doxygen.cfg 1.9:
18650: * src/doc/index.dox 1.2:
18651: * src/main/pa_string.C 1.81:
18652: removed m- method dox
18653:
18654: * src/doc/ClassExample1.dox 1.1:
18655: * src/doc/ClassExample2.dox 1.1:
18656: * src/doc/ClassExample3.dox 1.1:
18657: * src/main/execute.C 1.151:
18658: dox: example1 updated
18659:
18660: 2001-05-03 paf
18661: * src/classes/classes.h 1.6:
18662: * src/classes/double.C 1.25:
18663: * src/doc/aliased.dox 1.1:
18664: * src/doc/class.dox 1.1:
18665: * src/doc/compiler.dox 1.1:
18666: * src/doc/doxygen.cfg 1.8:
18667: * src/doc/doxygen.txt 1.6:
18668: * src/doc/executor.dox 1.1:
18669: * src/doc/index.dox 1.1:
18670: * src/doc/methoded.dox 1.1:
18671: * src/doc/module.dox 1.1:
18672: * src/doc/object.dox 1.1:
18673: * src/doc/pooled.dox 1.1:
18674: * src/doc/string.dox 1.1:
18675: * src/doc/targets.dox 1.1:
18676: * src/doc/value.dox 1.1:
18677: * src/main/pa_request.C 1.127:
18678: dox splitted .dox files and added some
18679:
18680: * src/classes/Makefile.am 1.7:
18681: * src/doc/doxygen.txt 1.5:
18682: classes/am
18683:
18684: 2001-05-02 paf
18685: * src/classes/image.C 1.23:
18686: * src/classes/table.C 1.69:
18687: table:dir result are not tainted by file_name language now
18688:
18689: 2001-04-28 paf
18690: * src/classes/classes.inc 1.5:
18691: removed classes.inc
18692:
18693: * src/classes/classes.C 1.3:
18694: * src/classes/classes.h 1.3:
18695: * src/classes/file.C 1.33:
18696: * src/classes/form.C 1.5:
18697: * src/classes/mail.C 1.24:
18698: * src/include/pa_request.h 1.85:
18699: * src/main/pa_request.C 1.124:
18700: configure started
18701:
18702: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
18703: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
18704: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
18705: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
18706: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
18707: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
18708: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
18709: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
18710: removed ^a.menu{$name} ability. now
18711: $a{^menu{$name}}
18712: or
18713: ^a.menu{$a.name}
18714:
18715: * src/classes/_double.h 1.8:
18716: * src/classes/_file.h 1.5:
18717: * src/classes/_form.h 1.4:
18718: * src/classes/_image.h 1.4:
18719: * src/classes/_int.h 1.8:
18720: * src/classes/_mail.h 1.4:
18721: * src/classes/_op.h 1.6:
18722: * src/classes/_random.h 1.4:
18723: * src/classes/_response.h 1.5:
18724: * src/classes/_string.h 1.10:
18725: * src/classes/_table.h 1.7:
18726: * src/classes/_unknown.h 1.3:
18727: * src/classes/classes.C 1.2:
18728: * src/classes/classes.h 1.2:
18729: * src/classes/classes.inc 1.1:
18730: * src/classes/double.C 1.22:
18731: * src/classes/exec.C 1.4:
18732: * src/classes/file.C 1.32:
18733: * src/classes/form.C 1.4:
18734: * src/classes/image.C 1.22:
18735: * src/classes/int.C 1.20:
18736: * src/classes/mail.C 1.23:
18737: * src/classes/op.C 1.10:
18738: * src/classes/random.C 1.10:
18739: * src/classes/response.C 1.8:
18740: * src/classes/string.C 1.41:
18741: * src/classes/table.C 1.66:
18742: * src/classes/unknown.C 1.3:
18743: * src/include/pa_globals.h 1.51:
18744: * src/include/pa_request.h 1.84:
18745: * src/main/compile.y 1.129:
18746: * src/main/execute.C 1.149:
18747: * src/main/main.dsp 1.93:
18748: * src/main/pa_globals.C 1.57:
18749: * src/main/pa_request.C 1.123:
18750: * src/targets/cgi/parser3.C 1.73:
18751: * src/targets/isapi/parser3isapi.C 1.32:
18752: * src/types/pa_value.h 1.50:
18753: * src/types/pa_vcookie.h 1.9:
18754: * src/types/pa_vdouble.h 1.17:
18755: * src/types/pa_venv.h 1.15:
18756: * src/types/pa_vfile.h 1.23:
18757: * src/types/pa_vform.C 1.28:
18758: * src/types/pa_vform.h 1.17:
18759: * src/types/pa_vimage.h 1.10:
18760: * src/types/pa_vint.h 1.18:
18761: * src/types/pa_vrequest.h 1.9:
18762: * src/types/pa_vresponse.h 1.9:
18763: * src/types/pa_vstateless_class.h 1.11:
18764: * src/types/pa_vstring.h 1.24:
18765: * src/types/pa_vtable.h 1.16:
18766: * src/types/pa_vunknown.h 1.11:
18767: * src/types/pa_wcontext.h 1.13:
18768: Methoded reorganized. todo: methoded-configure
18769:
18770: * src/classes/classes.inc 1.4:
18771: * src/main/Makefile.am 1.12:
18772: removed pa_methoded from .am
18773:
18774: * src/main/execute.C 1.150:
18775: * src/types/pa_wcontext.h 1.14:
18776: Methoded reorganized 2. todo: methoded-configure
18777:
18778: * src/classes/Makefile.am 1.4:
18779: * src/classes/classes.awk 1.1:
18780: * src/classes/classes.cmd 1.1:
18781: * src/classes/classes.inc 1.2:
18782: * src/classes/gawk.exe 1.1:
18783: * src/classes/ls.exe 1.1:
18784: * src/main/bison.exe 1.1:
18785: classes.inc autogenerator
18786:
18787: * src/classes/form.C 1.6:
18788: * src/include/pa_request.h 1.86:
18789: * src/main/pa_request.C 1.125:
18790: about to move configured data to special request hash
18791:
18792: * src/classes/form.C 1.7:
18793: * src/classes/mail.C 1.25:
18794: * src/classes/op.C 1.11:
18795: * src/include/pa_globals.h 1.52:
18796: * src/include/pa_request.h 1.87:
18797: * src/main/pa_globals.C 1.58:
18798: * src/main/pa_request.C 1.126:
18799: moved some configured data to request::classes_conf
18800: moved some string crations from globals to M...
18801:
1.24 paf 18802: * src/classes/Makefile.am 1.5:
18803: * src/main/main.dsp 1.95:
18804: classes/Makefile.am
18805:
1.15 paf 18806: * src/classes/classes.C 1.4:
18807: * src/classes/classes.h 1.4:
18808: * src/classes/double.C 1.23:
18809: * src/classes/file.C 1.34:
18810: * src/classes/form.C 1.9:
18811: * src/classes/int.C 1.21:
18812: * src/classes/op.C 1.12:
18813: * src/classes/response.C 1.9:
18814: * src/classes/string.C 1.42:
18815: * src/classes/table.C 1.67:
18816: * src/classes/unknown.C 1.4:
18817: * src/include/pa_methoded.h 1.1:
18818: * src/main/Makefile.am 1.11:
18819: * src/main/main.dsp 1.94:
18820: * src/main/pa_methoded.C 1.1:
18821: * src/targets/cgi/parser3.C 1.75:
18822: * src/types/pa_vdouble.h 1.18:
18823: * src/types/pa_vfile.h 1.24:
18824: * src/types/pa_vform.h 1.18:
18825: * src/types/pa_vimage.h 1.11:
18826: * src/types/pa_vint.h 1.19:
18827: classes/classes renamet to include|main/pa_methoded
18828:
18829: * src/include/pa_string.h 1.85:
18830: * src/main/pa_globals.C 1.60:
18831: * src/main/untaint.C 1.47:
18832: * src/targets/cgi/parser3.C 1.74:
18833: * src/targets/isapi/parser3isapi.C 1.33:
18834: z
18835:
18836: * src/classes/Makefile.am 1.6:
18837: * src/classes/classes.C 1.5:
18838: * src/classes/classes.h 1.5:
18839: * src/classes/classes.inc 1.3:
18840: * src/classes/double.C 1.24:
18841: * src/classes/file.C 1.35:
18842: * src/classes/form.C 1.10:
18843: * src/classes/int.C 1.22:
18844: * src/classes/op.C 1.13:
18845: * src/classes/response.C 1.10:
18846: * src/classes/string.C 1.43:
18847: * src/classes/table.C 1.68:
18848: * src/classes/unknown.C 1.5:
18849: * src/include/pa_methoded.h 1.2:
18850: * src/main/main.dsp 1.96:
18851: * src/main/pa_methoded.C 1.2:
18852: * src/targets/cgi/parser3.C 1.76:
18853: * src/types/pa_vdouble.h 1.19:
18854: * src/types/pa_vfile.h 1.25:
18855: * src/types/pa_vform.h 1.19:
18856: * src/types/pa_vimage.h 1.12:
18857: * src/types/pa_vint.h 1.20:
18858: renamed pa_methoded back to classes/classes.h
18859:
18860: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
18861: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
18862: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
18863: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
18864: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
18865: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
18866: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
18867: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
18868: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
18869: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
18870: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
18871: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
18872: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
18873: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
18874: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
18875: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
18876: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
18877: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
18878: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
18879: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
18880: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
18881: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
18882: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
18883: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
18884: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
18885: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
18886: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
18887: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
18888: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
18889: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
18890: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
18891: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
18892: beautifying just compiled. todo: debug, configure
18893:
18894: * src/classes/classes.awk 1.2:
18895: skipped classes in .awk
18896:
18897: * src/classes/form.C 1.8:
18898: * src/include/pa_globals.h 1.53:
18899: * src/main/pa_globals.C 1.59:
18900: moved some configured data to request::classes_conf
18901: moved some string crations from globals to M...
18902: [works]
18903:
18904: 2001-04-27 paf
18905: * src/main/compile.y 1.128:
18906: serge@ found @CLASS bug. fixed
18907:
18908: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
18909: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
18910: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
18911: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
18912: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
18913: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
18914: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
18915: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
18916: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
18917: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
18918: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
18919: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
18920: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
18921: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
18922: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
18923: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
18924: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
18925: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
18926: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
18927: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
18928: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
18929: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
18930: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
18931: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
18932: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
18933: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
18934: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
18935: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
18936: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
18937: beautifying -100
18938:
18939: * src/classes/classes.C 1.1:
18940: file classes.C was initially added on branch
18941: reorganize_user_classes.
18942:
18943: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
18944: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
18945: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
18946: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
18947: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
18948: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
18949: beautifying -99
18950:
18951: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
18952: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
18953: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
18954: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
18955: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
18956: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
18957: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
18958: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
18959: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
18960: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
18961: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
18962: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
18963: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
18964: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
18965: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
18966: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
18967: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
18968: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
18969: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
18970: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
18971: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
18972: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
18973: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
18974: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
18975: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
18976: started beautifying
18977:
18978: * src/classes/classes.h 1.1:
18979: file classes.h was initially added on branch
18980: reorganize_user_classes.
18981:
18982: 2001-04-26 paf
18983: * src/main/pa_request.C 1.121:
18984: * src/main/pa_string.C 1.80:
18985: z
18986:
18987: * src/classes/_exec.h 1.4:
18988: * src/classes/_image.h 1.3:
18989: * src/classes/image.C 1.21:
18990: * src/classes/mail.C 1.22:
18991: * src/classes/op.C 1.9:
18992: * src/classes/random.C 1.9:
18993: * src/classes/string.C 1.40:
18994: * src/classes/table.C 1.65:
18995: * src/doc/doxygen.cfg 1.5:
18996: * src/doc/doxygen.cfg 1.6:
18997: * src/doc/doxygen.cfg 1.7:
18998: * src/doc/doxygen.txt 1.4:
18999: * src/include/pa_array.h 1.36:
19000: * src/include/pa_config_fixed.h 1.5:
19001: * src/include/pa_config_includes.h 1.5:
19002: * src/include/pa_dir.h 1.3:
19003: * src/include/pa_socks.h 1.2:
19004: * src/include/pa_string.h 1.84:
19005: * src/main/compile_tools.h 1.38:
19006: * src/main/pa_common.C 1.52:
19007: * src/main/pa_request.C 1.122:
19008: * src/main/pa_socks.C 1.3:
19009: * src/sql/pa_sql_driver.h 1.8:
19010: * src/targets/cgi/pa_pool.C 1.4:
19011: * src/types/pa_vbool.h 1.7:
19012: * src/types/pa_vbool.h 1.8:
19013: * src/types/pa_vclass.h 1.13:
19014: * src/types/pa_vclass.h 1.14:
19015: * src/types/pa_vcode_frame.h 1.2:
19016: * src/types/pa_vcode_frame.h 1.3:
19017: * src/types/pa_vcookie.h 1.8:
19018: * src/types/pa_vdouble.h 1.16:
19019: * src/types/pa_venv.h 1.14:
19020: * src/types/pa_vfile.h 1.22:
19021: * src/types/pa_vform.C 1.27:
19022: * src/types/pa_vform.h 1.16:
19023: * src/types/pa_vhash.h 1.11:
19024: * src/types/pa_vimage.C 1.7:
19025: * src/types/pa_vimage.h 1.9:
19026: * src/types/pa_vint.h 1.17:
19027: * src/types/pa_vjunction.h 1.3:
19028: * src/types/pa_vjunction.h 1.4:
19029: * src/types/pa_vmethod_frame.h 1.4:
19030: * src/types/pa_vmethod_frame.h 1.5:
19031: * src/types/pa_vobject.h 1.6:
19032: * src/types/pa_vobject.h 1.7:
19033: * src/types/pa_vrequest.C 1.5:
19034: * src/types/pa_vrequest.h 1.8:
19035: * src/types/pa_vstateless_class.C 1.8:
19036: * src/types/pa_vstateless_class.h 1.10:
19037: * src/types/pa_vstateless_object.h 1.8:
19038: * src/types/pa_vstring.C 1.5:
19039: * src/types/pa_vstring.h 1.23:
19040: * src/types/pa_vtable.h 1.15:
19041: * src/types/pa_vunknown.h 1.10:
19042: * src/types/pa_wcontext.C 1.6:
19043: * src/types/pa_wcontext.h 1.12:
19044: * src/types/pa_wwrapper.h 1.7:
19045: * src/types/pa_wwrapper.h 1.8:
19046: code documentation ++
19047:
19048: * src/include/pa_common.h 1.42:
19049: * src/include/pa_types.h 1.25:
19050: * src/main/pa_sql_driver_manager.C 1.9:
19051: module [and, guess, isapi] connection caching fixed.
19052: request-pooled-url were stored into global connectioncache
19053:
19054: 2001-04-25 paf
19055: * src/doc/doxygen.cfg 1.4:
19056: * src/doc/doxygen.txt 1.3:
19057: * src/targets/isapi/parser3isapi.C 1.31:
19058: started doc / [doxygen.txt]
19059:
19060: * src/include/code.h 1.27:
19061: * src/include/pa_common.h 1.41:
19062: * src/main/compile.y 1.127:
19063: * src/main/execute.C 1.148:
19064: * src/main/pa_common.C 1.51:
19065: -d
19066:
19067: * src/classes/file.C 1.31:
19068: * src/main/pa_exec.C 1.5:
19069: * src/targets/cgi/parser3.C 1.72:
19070: illegal call check a bit improved, but still under iis no
19071: mapping of dir with parser allowed!
19072:
19073: 2001-04-24 paf
19074: * src/targets/Makefile.in 1.2:
19075: * src/targets/apache13/Makefile.in 1.1:
19076: apache makefile.in s
19077:
19078: * src/targets/Makefile.am 1.5:
19079: * src/targets/apache13/Makefile.am 1.1:
19080: apache module lib .am
19081:
19082: * src/main/pa_exec.C 1.4:
19083: windows32 buildCommand
19084:
19085: 2001-04-23 paf
19086: * src/classes/image.C 1.20:
19087: * src/classes/mail.C 1.21:
19088: * src/include/pa_globals.h 1.50:
19089: * src/include/pa_string.h 1.83:
19090: * src/main/pa_exec.C 1.3:
19091: * src/main/pa_request.C 1.119:
19092: * src/main/untaint.C 1.44:
19093: untaint - @test optimize whitespaces for all but 'html'
19094:
19095: * src/main/untaint.C 1.46:
19096: untaint without charset
19097:
19098: * src/targets/cgi/parser3.C 1.68:
19099: cgi /// @test disable /cgi-bin/parser3/auto.p
19100:
19101: * src/classes/random.C 1.8:
19102: * src/targets/cgi/parser3.C 1.71:
19103: redo failed
19104: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
19105:
19106: * src/main/untaint.C 1.45:
19107: mail header only once to =?
19108:
19109: * src/classes/mail.C 1.20:
19110: * src/include/pa_hash.h 1.38:
19111: * src/include/pa_string.h 1.82:
19112: * src/main/pa_common.C 1.49:
19113: * src/main/pa_hash.C 1.34:
19114: * src/main/pa_request.C 1.118:
19115: * src/main/untaint.C 1.43:
19116: untaint - @test mail-header
19117:
19118: * src/include/pa_config_auto.h.in 1.1:
19119: .h.in
19120:
19121: * src/targets/cgi/parser3.C 1.69:
19122: cgi cmdline ver
19123:
19124: * src/main/pa_request.C 1.120:
19125: * src/targets/cgi/parser3.C 1.70:
19126: // @test with commandline start "parser3 a.html" so that ^load
19127: a.cfg] worked! [now doesnt]
19128:
19129: * src/main/execute.C 1.147:
19130: operators first!
19131: so that ^table.menu{^rem{}} would not be 'unknown column'
19132:
19133: * src/include/pa_array.h 1.35:
19134: * src/main/pa_array.C 1.31:
19135: * src/types/pa_vfile.h 1.20:
19136: * src/types/pa_vfile.h 1.21:
19137: vfile fields return type
19138:
19139: * src/Makefile.in 1.1:
19140: * src/classes/Makefile.in 1.1:
19141: * src/main/Makefile.in 1.1:
19142: * src/targets/cgi/Makefile.in 1.1:
19143: * src/types/Makefile.in 1.1:
19144: makefile ins
19145:
19146: * src/main/pa_string.C 1.78:
19147: tested OK
19148: /// @test really @b test: s x m [tested: i & g ]
19149:
19150: * src/targets/Makefile.in 1.1:
19151: makefiles&co
19152:
19153: * src/classes/Makefile 1.2:
19154: * src/main/Makefile 1.2:
19155: * src/targets/cgi/Makefile 1.2:
19156: * src/types/Makefile 1.2:
19157: makefiles removed
19158:
19159: * src/classes/Makefile 1.1:
19160: * src/main/Makefile 1.1:
19161: * src/main/pa_string.C 1.79:
19162: * src/targets/cgi/Makefile 1.1:
19163: * src/types/Makefile 1.1:
19164: configure.in + makefiles
19165:
19166: * src/classes/table.C 1.64:
19167: * src/types/pa_vform.C 1.26:
19168: * src/types/pa_vtable.h 1.14:
19169: /// @test $a.menu{ $a[123] }
19170: and $a.menu{^table:set[]...}
19171:
19172: * src/targets/cgi/Makefile.am 1.5:
19173: liblink
19174:
19175: * src/targets/cgi/Makefile.am 1.6:
19176: * src/targets/cgi/Makefile.am 1.7:
19177: win32 conditional
19178:
19179: * src/include/pa_config_fixed.h 1.4:
19180: * src/include/pa_config_includes.h 1.4:
19181: * src/main/pa_common.C 1.50:
19182: common: file_write /// @test mkdirs file_delete rmdirs
19183:
19184: 2001-04-20 paf
19185: * src/main/untaint.C 1.41:
19186: * src/targets/cgi/parser3.C 1.66:
19187: fixed header "a/a"
19188:
19189: * src/main/untaint.C 1.42:
19190: z
19191:
19192: * src/classes/string.C 1.39:
19193: * src/classes/table.C 1.63:
19194: * src/include/pa_globals.h 1.49:
19195: * src/include/pa_request.h 1.83:
19196: * src/include/pa_string.h 1.81:
19197: * src/main/compile.y 1.126:
19198: * src/main/pa_globals.C 1.56:
19199: * src/main/pa_request.C 1.117:
19200: * src/main/pa_string.C 1.77:
19201: * src/targets/cgi/parser3.C 1.67:
19202: $MAIN:LOCALE
19203:
19204: 2001-04-19 paf
19205: * src/main/compile_tools.h 1.37:
19206: $a$b bugfix
19207:
19208: * src/classes/file.C 1.30:
19209: * src/targets/cgi/parser3.C 1.65:
19210: z
19211:
19212: * src/include/pa_common.h 1.39:
19213: * src/main/pa_common.C 1.48:
19214: * src/main/pa_request.C 1.116:
19215: * src/main/untaint.C 1.40:
19216: * src/targets/isapi/parser3isapi.C 1.30:
19217: * src/types/pa_vcookie.C 1.19:
19218: changed urlencode here and in untaint.C to HTTP standard's "
19219: and \" mech
19220:
19221: * src/classes/file.C 1.29:
19222: * src/include/pa_common.h 1.40:
19223: * src/types/pa_vcookie.C 1.20:
19224: done: header to $fields. waits for header '\' tricks
19225:
19226: * src/main/pa_request.C 1.115:
19227: * src/targets/isapi/parser3isapi.C 1.29:
19228: fixed http://alx/~paf/ doesnt load /auto.p
19229:
19230: 2001-04-18 paf
19231: * src/main/Makefile.am 1.10:
19232: * src/main/main.dsp 1.92:
19233: * src/targets/cgi/Makefile.am 1.4:
19234: linux @alx
19235:
19236: * src/main/pa_request.C 1.114:
19237: 1
19238:
19239: 2001-04-17 paf
19240: * src/classes/file.C 1.28:
19241: * src/classes/image.C 1.19:
19242: * src/doc/doxygen.cfg 1.3:
19243: * src/include/pa_sql_connection.h 1.5:
19244: * src/main/pa_sql_driver_manager.C 1.8:
19245: * src/sql/pa_sql_driver.h 1.7:
19246: SQL_Driver_services renamed. doxygen statics enabled
19247:
19248: * src/Makefile.am 1.5:
19249: * src/classes/Makefile.am 1.3:
19250: * src/classes/_double.h 1.7:
19251: * src/classes/_exec.h 1.3:
19252: * src/classes/_file.h 1.4:
19253: * src/classes/_form.h 1.3:
19254: * src/classes/_image.h 1.2:
19255: * src/classes/_int.h 1.7:
19256: * src/classes/_mail.h 1.3:
19257: * src/classes/_op.h 1.5:
19258: * src/classes/_random.h 1.3:
19259: * src/classes/_response.h 1.4:
19260: * src/classes/_string.h 1.9:
19261: * src/classes/_table.h 1.6:
19262: * src/classes/_unknown.h 1.2:
19263: * src/classes/file.C 1.27:
19264: * src/classes/image.C 1.18:
19265: * src/classes/mail.C 1.19:
19266: * src/classes/op.C 1.8:
19267: * src/classes/random.C 1.7:
19268: * src/include/pa_config_fixed.h 1.3:
19269: * src/include/pa_config_includes.h 1.3:
19270: * src/include/pa_hash.h 1.37:
19271: * src/include/pa_sql_driver_manager.h 1.3:
19272: * src/include/pa_version.h 1.2:
19273: * src/main/Makefile.am 1.9:
19274: * src/main/compile.y 1.125:
19275: * src/main/pa_common.C 1.47:
19276: * src/main/pa_exec.C 1.2:
19277: * src/main/pa_socks.C 1.2:
19278: * src/main/pa_sql_driver_manager.C 1.7:
19279: * src/sql/Makefile.am 1.2:
19280: * src/sql/pa_sql_driver.h 1.6:
19281: * src/targets/cgi/Makefile.am 1.3:
19282: * src/targets/cgi/parser3.C 1.64:
19283: * src/types/Makefile.am 1.3:
19284: * src/types/pa_vcookie.C 1.18:
19285: * src/types/pa_vform.C 1.25:
19286: * src/types/pa_vimage.h 1.8:
19287: exec @jav
19288:
19289: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
19290: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
19291: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
19292: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
19293: sql driver interface now has initialize(client .so)
19294:
19295: 2001-04-16 paf
19296: * src/Makefile.am [gcc0415] 1.4.2.2:
19297: compile2 cygwin
19298:
19299: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
19300: compile0 jav
19301:
19302: * src/Makefile.am [gcc0415] 1.4.2.1:
19303: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
19304: * src/classes/_double.h [gcc0415] 1.6.2.1:
19305: * src/classes/_exec.h [gcc0415] 1.2.2.1:
19306: * src/classes/_file.h [gcc0415] 1.3.2.1:
19307: * src/classes/_form.h [gcc0415] 1.2.2.1:
19308: * src/classes/_image.h [gcc0415] 1.1.2.1:
19309: * src/classes/_int.h [gcc0415] 1.6.2.1:
19310: * src/classes/_mail.h [gcc0415] 1.2.2.1:
19311: * src/classes/_op.h [gcc0415] 1.4.2.1:
19312: * src/classes/_random.h [gcc0415] 1.2.2.1:
19313: * src/classes/_response.h [gcc0415] 1.3.2.1:
19314: * src/classes/_string.h [gcc0415] 1.8.2.1:
19315: * src/classes/_table.h [gcc0415] 1.5.2.1:
19316: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
19317: * src/classes/image.C [gcc0415] 1.17.2.1:
19318: * src/classes/mail.C [gcc0415] 1.18.2.1:
19319: * src/classes/op.C [gcc0415] 1.7.2.1:
19320: * src/classes/random.C [gcc0415] 1.6.2.1:
19321: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
19322: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
19323: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
19324: * src/include/pa_version.h [gcc0415] 1.1.2.1:
19325: * src/main/Makefile.am [gcc0415] 1.8.2.1:
19326: * src/main/compile.y [gcc0415] 1.124.2.1:
19327: * src/main/pa_common.C [gcc0415] 1.46.2.1:
19328: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
19329: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
19330: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
19331: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
19332: * src/types/Makefile.am [gcc0415] 1.2.2.1:
19333: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
19334: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
19335: compile-1
19336:
19337: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
19338: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
19339: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
19340: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
19341: compile1 cygwin
19342:
19343: 2001-04-15 paf
19344: * src/classes/op.C 1.5:
19345: * src/include/pa_request.h 1.82:
19346: * src/types/pa_value.h 1.48:
19347: * src/types/pa_vmethod_frame.h 1.3:
19348: MethodParams in op.C
19349:
19350: * src/types/pa_value.h 1.49:
19351: MethodParams !junction
19352:
19353: * src/classes/table.C 1.62:
19354: table:empty +=process
19355:
19356: * src/classes/op.C 1.7:
19357: z
19358:
19359: * src/classes/_string.h 1.8:
19360: * src/classes/double.C 1.21:
19361: * src/classes/file.C 1.26:
19362: * src/classes/image.C 1.17:
19363: * src/classes/int.C 1.19:
19364: * src/classes/mail.C 1.18:
19365: * src/classes/op.C 1.6:
19366: * src/classes/random.C 1.6:
19367: * src/classes/response.C 1.7:
19368: * src/classes/string.C 1.38:
19369: * src/classes/table.C 1.61:
19370: * src/classes/unknown.C 1.2:
19371: * src/main/pa_request.C 1.113:
19372: MethodParams everywhere
19373:
19374: 2001-04-12 paf
19375: * src/classes/_unknown.h 1.1:
19376: * src/classes/unknown.C 1.1:
19377: * src/include/pa_globals.h 1.48:
19378: * src/main/main.dsp 1.91:
19379: * src/main/pa_globals.C 1.55:
19380: * src/types/pa_vunknown.h 1.9:
19381: ^unknown:int[]=0 double[]=0
19382:
19383: * src/classes/image.C 1.13:
19384: image:line/fill/rectangle/bar/replace/polygon/polybar
19385:
19386: * src/classes/image.C 1.15:
19387: * src/main/pa_hash.C 1.33:
19388: hash bug fixed
19389:
19390: * src/classes/image.C 1.12:
19391: * src/classes/op.C 1.4:
19392: * src/main/execute.C 1.146:
19393: * src/types/pa_value.h 1.47:
19394: * src/types/pa_vmethod_frame.h 1.2:
19395: * src/types/pa_wcontext.h 1.11:
19396: for var now written not to r.wcontext, but to r.root
19397: cleared "entered_object" state
19398:
19399: * src/classes/image.C 1.16:
19400: * src/types/pa_vimage.h 1.7:
19401: image:font :text
19402:
19403: * src/classes/image.C 1.14:
19404: image:gif now does not have params
19405:
19406: 2001-04-11 paf
19407: * src/classes/mail.C 1.17:
19408: * src/classes/op.C 1.3:
19409: * src/targets/cgi/parser3.C 1.63:
19410: * src/types/pa_value.h 1.46:
19411: * src/types/pa_vfile.C 1.15:
19412: * src/types/pa_vfile.h 1.19:
19413: * src/types/pa_vform.C 1.24:
19414: * src/types/pa_vstring.C 1.3:
19415: * src/types/pa_vstring.h 1.22:
19416: forced UL_FILE_NAME of posted file name
19417:
19418: * src/classes/image.C 1.7:
19419: * src/main/execute.C 1.145:
19420: * src/main/main.dsp 1.89:
19421: * src/main/pa_request.C 1.112:
19422: * src/types/pa_vcframe.h 1.4:
19423: * src/types/pa_vcode_frame.h 1.1:
19424: * src/types/pa_vimage.C 1.4:
19425: * src/types/pa_vimage.h 1.4:
19426: * src/types/pa_vmethod_frame.h 1.1:
19427: * src/types/pa_vmframe.h 1.13:
19428: libimaging dead end: pil parses header in .py
19429:
19430: * src/classes/image.C 1.8:
19431: * src/types/pa_vimage.C 1.5:
19432: * src/types/pa_vimage.h 1.5:
19433: gd started porting to Pooled descendant
19434:
19435: * src/classes/image.C 1.5:
19436: * src/main/pa_request.C 1.110:
19437: * src/types/pa_vform.C 1.23:
19438: fixed post [broke when moved post read to core]
19439:
19440: * src/main/main.dsp 1.87:
19441: gd+smtp made separate libs
19442:
19443: * src/classes/image.C 1.9:
19444: * src/types/pa_vimage.C 1.6:
19445: * src/types/pa_vimage.h 1.6:
19446: gd todo: gif without file
19447:
19448: * src/include/pa_globals.h 1.46:
19449: * src/include/pa_string.h 1.80:
19450: * src/main/pa_common.C 1.46:
19451: * src/main/pa_request.C 1.111:
19452: * src/main/untaint.C 1.39:
19453: * src/types/pa_vfile.C 1.16:
19454: * src/types/pa_vstring.C 1.4:
19455: fixed vstring:as_vfile length
19456:
19457: * src/classes/image.C 1.6:
19458: * src/include/pa_globals.h 1.47:
19459: * src/main/main.dsp 1.88:
19460: * src/main/pa_globals.C 1.54:
19461: * src/types/pa_vimage.C 1.3:
19462: * src/types/pa_vimage.h 1.3:
19463: gd dead end. switching to python imaging lib
19464:
19465: * src/classes/image.C 1.10:
19466: * src/main/main.dsp 1.90:
19467: gd with mem write + image just compiled
19468:
19469: * src/classes/image.C 1.11:
19470: image:create image:load
19471:
19472: 2001-04-10 paf
19473: * src/classes/_double.h 1.6:
19474: * src/classes/_file.h 1.3:
19475: * src/classes/_form.h 1.2:
19476: * src/classes/_int.h 1.6:
19477: * src/classes/_mail.h 1.2:
19478: * src/classes/_op.h 1.4:
19479: * src/classes/_random.h 1.2:
19480: * src/classes/_response.h 1.3:
19481: * src/classes/_string.h 1.7:
19482: * src/classes/_table.h 1.5:
19483: * src/classes/file.C 1.25:
19484: * src/classes/mail.C 1.16:
19485: * src/include/pa_common.h 1.37:
19486: * src/include/pa_globals.h 1.45:
19487: * src/main/execute.C 1.144:
19488: * src/main/main.dsp 1.86:
19489: * src/main/pa_common.C 1.44:
19490: * src/main/pa_globals.C 1.53:
19491: * src/targets/isapi/parser3isapi.C 1.28:
19492: * src/types/pa_value.h 1.45:
19493: * src/types/pa_vfile.C 1.14:
19494: * src/types/pa_vfile.h 1.18:
19495: * src/types/pa_vhash.h 1.10:
19496: * src/types/pa_vimage.h 1.1:
19497: * src/types/pa_vresponse.h 1.8:
19498: * src/types/pa_vstring.h 1.21:
19499: image:measure -100 just compiled
19500:
19501: * src/classes/_image.h 1.1:
19502: * src/classes/image.C 1.1:
19503: * src/types/pa_vimage.C 1.1:
19504: image forgotten!
19505:
19506: * src/classes/image.C 1.3:
19507: * src/types/pa_vimage.C 1.2:
19508: jpg measure bugs fixed
19509:
19510: * src/classes/image.C 1.4:
19511: image:html done
19512:
19513: * src/classes/table.C 1.60:
19514: * src/include/pa_common.h 1.38:
19515: * src/main/pa_common.C 1.45:
19516: * src/main/pa_request.C 1.109:
19517: * src/main/pa_string.C 1.76:
19518: * src/main/untaint.C 1.38:
19519: * src/types/pa_vimage.h 1.2:
19520: image:measure -90
19521:
19522: * src/classes/mail.C 1.11:
19523: * src/main/pa_globals.C 1.52:
19524: smtp some consts
19525:
19526: * src/classes/mail.C 1.12:
19527: unix sendmail compiled. todo:testing
19528:
19529: * src/classes/mail.C 1.14:
19530: sendmail unix skipping defaults
19531:
19532: * src/classes/image.C 1.2:
19533: z
19534:
19535: * src/classes/mail.C 1.13:
19536: * src/include/pa_common.h 1.36:
19537: * src/main/pa_common.C 1.43:
19538: sendmail unix added defaults
19539:
19540: * src/classes/mail.C 1.15:
19541: minor bug with unclear from/to
19542:
19543: 2001-04-09 paf
19544: * src/classes/_exec.h 1.2:
19545: * src/main/execute.C 1.142:
19546: * src/main/pa_globals.C 1.50:
19547: * src/main/pa_request.C 1.106:
19548: * src/types/pa_vcookie.C 1.17:
19549: * src/types/pa_vfile.C 1.12:
19550: exec -2
19551:
19552: * src/classes/file.C 1.24:
19553: * src/include/pa_exec.h 1.1:
19554: * src/include/pa_sapi.h 1.8:
19555: * src/main/main.dsp 1.85:
19556: * src/main/pa_exec.C 1.1:
19557: * src/targets/cgi/parser3.C 1.62:
19558: * src/targets/cgi/parser3.dsp 1.17:
19559: * src/targets/isapi/parser3isapi.C 1.27:
19560: * src/targets/isapi/parser3isapi.dsp 1.12:
19561: all targets exec
19562:
19563: * src/classes/exec.C 1.2:
19564: * src/include/pa_common.h 1.35:
19565: * src/main/pa_common.C 1.42:
19566: * src/main/untaint.C 1.37:
19567: exec3. decided exec:cgi to move to file:cgi
19568:
19569: * src/include/pa_sapi.h 1.7:
19570: * src/include/pa_string.h 1.79:
19571: * src/targets/cgi/parser3.C 1.61:
19572: * src/targets/isapi/parser3isapi.C 1.26:
19573: * src/targets/isapi/parser3isapi.dsp 1.11:
19574: sapi exec dead end. badly parsed args in apache:util.script
19575:
19576: * src/classes/file.C 1.23:
19577: * src/main/main.dsp 1.84:
19578: * src/main/pa_request.C 1.108:
19579: * src/targets/cgi/parser3.C 1.60:
19580: exec win32 env
19581:
19582: * src/classes/exec.C 1.3:
19583: * src/classes/file.C 1.21:
19584: * src/include/pa_globals.h 1.44:
19585: * src/main/execute.C 1.143:
19586: * src/main/main.dsp 1.83:
19587: * src/main/pa_globals.C 1.51:
19588: * src/main/pa_request.C 1.107:
19589: * src/types/pa_vfile.C 1.13:
19590: * src/types/pa_vfile.h 1.17:
19591: * src/types/pa_vform.C 1.22:
19592: * src/types/pa_vstring.C 1.2:
19593: exec4. todo env
19594:
19595: * src/classes/_exec.h 1.1:
19596: * src/classes/exec.C 1.1:
19597: * src/include/pa_common.h 1.34:
19598: * src/include/pa_request.h 1.81:
19599: * src/include/pa_sapi.h 1.6:
19600: * src/include/pa_string.h 1.77:
19601: * src/main/pa_common.C 1.41:
19602: * src/main/pa_request.C 1.105:
19603: * src/main/pa_string.C 1.75:
19604: * src/targets/cgi/parser3.C 1.59:
19605: * src/targets/cgi/parser3.dsp 1.16:
19606: * src/targets/isapi/parser3isapi.C 1.25:
19607: * src/types/pa_vform.C 1.21:
19608: * src/types/pa_vform.h 1.15:
19609: exec class just compiled. moved post read to request core
19610:
19611: * src/classes/file.C 1.22:
19612: * src/include/pa_hash.h 1.36:
19613: * src/main/pa_hash.C 1.32:
19614: exec env 0
19615:
19616: * src/classes/_op.h 1.3:
19617: * src/include/pa_dir.h 1.2:
19618: * src/include/pa_globals.h 1.43:
19619: * src/include/pa_sapi.h 1.5:
19620: * src/main/main.dsp 1.82:
19621: * src/main/pa_dir.C 1.2:
19622: * src/main/pa_globals.C 1.49:
19623: * src/targets/cgi/parser3.C 1.58:
19624: * src/targets/cgi/parser3.dsp 1.15:
19625: problems with ^exec:cgi post data. they are already read by vform
19626:
19627: * src/include/pa_string.h 1.78:
19628: written but not tested exec with env for unix
19629:
19630: 2001-04-08 paf
19631: * src/classes/file.C 1.20:
19632: * src/classes/mail.C 1.10:
19633: * src/classes/string.C 1.37:
19634: * src/include/pa_request.h 1.80:
19635: * src/include/pa_string.h 1.76:
19636: * src/main/pa_request.C 1.104:
19637: uuencode. string<<
19638:
19639: 2001-04-07 paf
19640: * src/classes/_mail.h 1.1:
19641: * src/classes/mail.C 1.1:
19642: * src/include/pa_common.h 1.33:
19643: * src/include/pa_globals.h 1.41:
19644: * src/include/pa_string.h 1.74:
19645: * src/main/main.dsp 1.79:
19646: * src/main/pa_common.C 1.40:
19647: * src/main/pa_globals.C 1.47:
19648: * src/main/pa_request.C 1.101:
19649: * src/main/untaint.C 1.36:
19650: * src/types/pa_vcookie.C 1.16:
19651: mail:send -10 just compiled
19652:
19653: * src/include/pa_socks.h 1.1:
19654: * src/main/main.dsp 1.81:
19655: * src/main/pa_socks.C 1.1:
19656: * src/targets/cgi/parser3.C 1.57:
19657: * src/targets/cgi/parser3.dsp 1.14:
19658: * src/targets/isapi/parser3isapi.C 1.24:
19659: mail:send 1
19660:
19661: * src/classes/mail.C 1.3:
19662: +=
19663:
19664: * src/classes/mail.C 1.6:
19665: ^attach dead end
19666:
19667: * src/classes/mail.C 1.2:
19668: * src/include/pa_string.h 1.75:
19669: mail:send -1 text prepared
19670:
19671: * src/classes/mail.C 1.7:
19672: ^mail[$attach
19673:
19674: * src/classes/mail.C 1.5:
19675: * src/classes/mail.C 1.8:
19676: * src/classes/mail.C 1.9:
19677: * src/main/pa_request.C 1.103:
19678: z
19679:
19680: * src/classes/mail.C 1.4:
19681: * src/include/pa_globals.h 1.42:
19682: * src/include/pa_request.h 1.79:
19683: * src/main/main.dsp 1.80:
19684: * src/main/pa_globals.C 1.48:
19685: * src/main/pa_request.C 1.102:
19686: smtp just compiled
19687:
19688: 2001-04-06 paf
19689: * src/types/pa_valiased.C 1.7:
19690: another root inherititance skipped
19691:
19692: * src/classes/random.C 1.5:
19693: * src/classes/table.C 1.57:
19694: * src/main/pa_globals.C 1.44:
19695: @office
19696:
19697: * src/classes/table.C 1.58:
19698: * src/include/pa_dir.h 1.1:
19699: * src/main/execute.C 1.141:
19700: * src/main/main.dsp 1.78:
19701: * src/main/pa_dir.C 1.1:
19702: table:dir 0 [without regexp]
19703:
19704: * src/main/compile.C 1.34:
19705: * src/main/compile.y 1.124:
19706: * src/main/execute.C 1.139:
19707: operators are now not root methods of parent class. just 'ROOT
19708: class
19709:
19710: * src/classes/table.C 1.59:
19711: * src/include/pa_globals.h 1.40:
19712: * src/main/pa_globals.C 1.46:
19713: * src/main/pa_string.C 1.74:
19714: table:dir 1
19715:
19716: * src/classes/_op.h 1.2:
19717: * src/classes/_root.h 1.5:
19718: * src/classes/op.C 1.2:
19719: * src/classes/root.C 1.62:
19720: * src/include/pa_globals.h 1.39:
19721: * src/include/pa_request.h 1.78:
19722: * src/main/compile.C 1.35:
19723: * src/main/execute.C 1.140:
19724: * src/main/main.dsp 1.77:
19725: * src/main/pa_globals.C 1.45:
19726: * src/main/pa_request.C 1.100:
19727: renamed 'root' to 'op'
19728:
19729: * src/classes/_op.h 1.1:
19730: * src/classes/op.C 1.1:
19731: renamed from 'root'
19732:
19733: 2001-04-05 paf
19734: * src/classes/root.C 1.59:
19735: * src/include/pa_sql_connection.h 1.1:
19736: * src/include/pa_sql_driver.h 1.5:
19737: * src/main/main.dsp 1.76:
19738: * src/main/pa_sql_driver_manager.C 1.3:
19739: * src/sql/pa_sql_driver.h 1.1:
19740: sql driver services for conv memory & error reporting
19741:
19742: * src/main/execute.C 1.138:
19743: * src/main/pa_request.C 1.98:
19744: * src/main/pa_string.C 1.73:
19745: * src/types/pa_value.h 1.44:
19746: * src/types/pa_vmframe.h 1.12:
19747: * src/types/pa_wcontext.h 1.10:
19748: constructor flag dropped at get_method_frame and remembered
19749: into method_frame
19750:
19751: * src/include/pa_globals.h 1.38:
19752: * src/main/pa_globals.C 1.43:
19753: * src/main/pa_request.C 1.96:
19754: * src/main/pa_string.C 1.72:
19755: * src/targets/isapi/parser3isapi.dsp 1.10:
19756: $LOCALE:ctype[Russian_Russia.1251]
19757:
19758: * src/main/pa_request.C 1.99:
19759: * src/sql/pa_sql_driver.h 1.5:
19760: mysql limit
19761:
19762: * src/classes/table.C 1.52:
19763: select * from hren error contains statement
19764:
19765: * src/classes/random.C 1.4:
19766: * src/classes/root.C 1.60:
19767: * src/classes/table.C 1.54:
19768: * src/include/pa_sql_connection.h 1.4:
19769: * src/include/pa_string.h 1.71:
19770: * src/main/execute.C 1.137:
19771: * src/main/pa_sql_driver_manager.C 1.6:
19772: * src/main/pa_string.C 1.70:
19773: * src/main/untaint.C 1.34:
19774: * src/sql/pa_sql_driver.h 1.4:
19775: * src/types/pa_vmframe.h 1.11:
19776: * src/types/pa_wcontext.C 1.5:
19777: * src/types/pa_wcontext.h 1.9:
19778: sql quote. string untaint UL_SQL
19779:
19780: * src/classes/table.C 1.51:
19781: * src/include/pa_sql_connection.h 1.2:
19782: * src/include/pa_types.h 1.24:
19783: * src/main/pa_sql_driver_manager.C 1.4:
19784: * src/main/untaint.C 1.33:
19785: * src/sql/pa_sql_driver.h 1.2:
19786: * src/targets/cgi/parser3.dsp 1.13:
19787: mysql 0
19788:
19789: * src/classes/table.C 1.53:
19790: * src/include/pa_sql_connection.h 1.3:
19791: * src/main/pa_sql_driver_manager.C 1.5:
19792: * src/sql/pa_sql_driver.h 1.3:
19793: sql ping
19794:
19795: * src/classes/table.C 1.55:
19796: * src/include/pa_string.h 1.72:
19797: * src/main/pa_string.C 1.71:
19798: * src/main/untaint.C 1.35:
19799: z
19800:
19801: * src/classes/file.C 1.19:
19802: * src/classes/root.C 1.61:
19803: * src/classes/string.C 1.36:
19804: * src/classes/table.C 1.56:
19805: * src/main/pa_request.C 1.97:
19806: junction to code&expression in errors
19807:
19808: * src/include/pa_config_fixed.h 1.2:
19809: * src/include/pa_config_includes.h 1.2:
19810: * src/include/pa_hash.h 1.35:
19811: * src/include/pa_string.h 1.73:
19812: * src/main/pa_hash.C 1.31:
19813: * src/main/pa_table.C 1.26:
19814: hash now not thread-safe.
19815:
19816: 2001-04-04 paf
19817: * src/include/pa_sql_driver.h 1.4:
19818: mysql connect
19819:
19820: * src/classes/random.C 1.3:
19821: * src/classes/root.C 1.56:
19822: * src/classes/table.C 1.49:
19823: * src/include/pa_globals.h 1.36:
19824: * src/include/pa_pool.h 1.48:
19825: * src/include/pa_request.h 1.76:
19826: * src/main/pa_request.C 1.94:
19827: * src/types/pa_vclass.h 1.12:
19828: sql frame -10
19829:
19830: * src/Makefile.am 1.4:
19831: * src/classes/root.C 1.57:
19832: * src/classes/string.C 1.35:
19833: * src/classes/table.C 1.50:
19834: * src/include/pa_globals.h 1.37:
19835: * src/include/pa_hash.h 1.34:
19836: * src/include/pa_pool.h 1.49:
19837: * src/include/pa_request.h 1.77:
19838: * src/include/pa_sapi.h 1.4:
19839: * src/include/pa_string.h 1.70:
19840: * src/include/pa_table.h 1.29:
19841: * src/main/main.dsp 1.74:
19842: * src/main/pa_globals.C 1.42:
19843: * src/main/pa_hash.C 1.30:
19844: * src/main/pa_request.C 1.95:
19845: * src/main/pa_string.C 1.69:
19846: * src/main/pa_table.C 1.25:
19847: * src/main/untaint.C 1.32:
19848: connect&sql -1000 just compiled
19849:
19850: * src/sql/Makefile.am 1.1:
19851: forgot to add mysql client
19852:
19853: * src/classes/root.C 1.58:
19854: * src/include/pa_sql_driver.h 1.2:
19855: * src/include/pa_sql_driver_manager.h 1.2:
19856: * src/main/main.dsp 1.75:
19857: * src/main/pa_sql_driver_manager.C 1.2:
19858: more manager&connection&driver
19859:
19860: * src/include/pa_sql_driver.h 1.3:
19861: mysql info
19862:
19863: * src/doc/doxygen.cfg 1.2:
19864: z
19865:
19866: * src/include/pa_sql_driver.h 1.1:
19867: * src/include/pa_sql_driver_manager.h 1.1:
19868: * src/main/pa_sql_driver_manager.C 1.1:
19869: connect&sql -1000 just compiled [forgot to add libltdl, added]
19870:
19871: 2001-04-03 paf
19872: * src/classes/file.C 1.18:
19873: * src/classes/string.C 1.32:
19874: * src/classes/table.C 1.48:
19875: * src/include/pa_string.h 1.69:
19876: * src/main/pa_common.C 1.39:
19877: * src/main/pa_string.C 1.68:
19878: * src/main/untaint.C 1.31:
19879: string:match replace 2. string.cstr(forced lang)
19880:
19881: * src/classes/string.C 1.30:
19882: string:match replace 0
19883:
19884: * src/classes/string.C 1.34:
19885: * src/types/pa_vform.C 1.19:
19886: string:match replace assigned lang
19887:
19888: * src/classes/string.C 1.31:
19889: * src/include/pa_string.h 1.68:
19890: * src/main/pa_string.C 1.67:
19891: string:match replace strange matches
19892:
19893: * src/classes/table.C 1.46:
19894: table:append now uses string::split
19895:
19896: * src/include/pa_globals.h 1.33:
19897: * src/include/pa_hash.h 1.33:
19898: * src/main/pa_globals.C 1.39:
19899: * src/main/pa_request.C 1.92:
19900: * src/targets/cgi/parser3.C 1.55:
19901: * src/targets/isapi/parser3isapi.C 1.22:
19902: * src/types/pa_vfile.C 1.11:
19903: content-disposition
19904:
19905: * src/classes/string.C 1.25:
19906: * src/include/pa_globals.h 1.34:
19907: * src/include/pa_string.h 1.64:
19908: * src/main/main.dsp 1.73:
19909: * src/main/pa_globals.C 1.40:
19910: * src/main/pa_string.C 1.62:
19911: string:match [search] -1 just compiled
19912:
19913: * src/classes/string.C 1.26:
19914: * src/include/pa_globals.h 1.35:
19915: * src/include/pa_string.h 1.65:
19916: * src/include/pa_threads.h 1.12:
19917: * src/main/pa_globals.C 1.41:
19918: * src/main/pa_string.C 1.63:
19919: * src/targets/isapi/parser3isapi.dsp 1.9:
19920: string:match 0
19921:
19922: * src/main/pa_common.C 1.37:
19923: * src/main/untaint.C 1.30:
19924: * src/targets/cgi/parser3.C 1.56:
19925: * src/targets/isapi/parser3isapi.C 1.23:
19926: * src/targets/isapi/pool_storage.h 1.4:
19927: todo/tests
19928:
19929: * src/classes/file.C 1.15:
19930: * src/classes/root.C 1.54:
19931: * src/classes/string.C 1.23:
19932: * src/classes/table.C 1.44:
19933: * src/doc/doxygen.cmd 1.1:
19934: * src/doc/doxygen.txt 1.2:
19935: * src/doc/generate.cmd 1.2:
19936: * src/include/pa_array.h 1.34:
19937: * src/include/pa_request.h 1.74:
19938: * src/include/pa_string.h 1.62:
19939: * src/main/execute.C 1.136:
19940: * src/main/pa_string.C 1.60:
19941: * src/main/untaint.C 1.29:
19942: * src/targets/cgi/parser3.C 1.52:
19943: * src/types/pa_vcookie.C 1.15:
19944: string::pos & cmp & piece bugs fixed.
19945: string::split new
19946: table:load separated from set
19947: table:set implemented with clean \n \t searches
19948:
19949: * src/include/pa_common.h 1.31:
19950: * src/include/pa_globals.h 1.32:
19951: * src/main/pa_globals.C 1.38:
19952: * src/main/pa_request.C 1.91:
19953: * src/targets/cgi/parser3.C 1.54:
19954: * src/targets/isapi/parser3isapi.C 1.21:
19955: * src/types/pa_value.h 1.43:
19956: main:post-process
19957:
1.24 paf 19958: * src/classes/string.C 1.27:
19959: * src/include/pa_string.h 1.66:
19960: * src/main/pa_string.C 1.64:
19961: string:match replace -11
19962:
1.15 paf 19963: * src/classes/file.C 1.16:
19964: * src/classes/table.C 1.45:
19965: * src/include/pa_common.h 1.32:
19966: * src/main/compile_tools.C 1.34:
19967: * src/main/pa_common.C 1.38:
19968: * src/main/pa_request.C 1.93:
19969: * src/types/pa_vform.C 1.20:
19970: * src/types/pa_vstring.C 1.1:
19971: z
19972:
19973: * src/include/pa_common.h 1.30:
19974: * src/include/pa_request.h 1.75:
19975: * src/include/pa_sapi.h 1.3:
19976: * src/main/main.dsp 1.72:
19977: * src/main/pa_common.C 1.36:
19978: * src/main/pa_request.C 1.90:
19979: * src/targets/cgi/parser3.C 1.53:
19980: * src/types/pa_value.h 1.42:
19981: * src/types/pa_vfile.C 1.10:
19982: * src/types/pa_vfile.h 1.16:
19983: * src/types/pa_vstring.h 1.20:
19984: vfile in response:body
19985:
19986: * src/classes/string.C 1.28:
19987: * src/include/pa_string.h 1.67:
19988: * src/main/pa_string.C 1.65:
19989: string:match replace prepared
19990:
19991: * src/classes/string.C 1.33:
19992: * src/main/compile.y 1.123:
19993: grammar: fixed to allow {}[]< empty []
19994:
19995: * src/classes/double.C 1.20:
19996: * src/classes/file.C 1.17:
19997: * src/classes/form.C 1.3:
19998: * src/classes/int.C 1.18:
19999: * src/classes/response.C 1.6:
20000: * src/classes/root.C 1.55:
20001: * src/classes/string.C 1.24:
20002: * src/classes/table.C 1.47:
20003: * src/include/pa_string.h 1.63:
20004: * src/main/pa_string.C 1.61:
20005: string:match -10 [frame]
20006:
20007: * src/classes/string.C 1.29:
20008: * src/main/pa_string.C 1.66:
20009: string:match replace prepared 2
20010:
20011: 2001-04-02 paf
20012: * src/classes/_random.h 1.1:
20013: * src/classes/random.C 1.1:
20014: * src/include/pa_globals.h 1.31:
20015: * src/main/main.dsp 1.71:
20016: * src/main/pa_globals.C 1.37:
20017: * src/main/pa_request.C 1.89:
20018: * src/types/pa_value.h 1.40:
20019: random:generate
20020:
20021: * src/classes/table.C 1.42:
20022: * src/include/pa_array.h 1.33:
20023: * src/include/pa_string.h 1.60:
20024: * src/include/pa_table.h 1.28:
20025: * src/main/execute.C 1.135:
20026: * src/types/pa_value.h 1.41:
20027: table:join
20028:
20029: * src/classes/table.C 1.43:
20030: * src/include/pa_string.h 1.61:
20031: * src/main/pa_string.C 1.59:
20032: * src/types/pa_valiased.C 1.6:
20033: * src/types/pa_valiased.h 1.12:
20034: * src/types/pa_vdouble.h 1.15:
20035: * src/types/pa_vfile.h 1.15:
20036: * src/types/pa_vint.h 1.16:
20037: * src/types/pa_vresponse.h 1.7:
20038: * src/types/pa_vstring.h 1.19:
20039: * src/types/pa_vtable.h 1.13:
20040: string::pos. about to use it in table:set/load
20041:
20042: * src/classes/random.C 1.2:
20043: random:generate 1
20044:
20045: 2001-03-30 paf
20046: * src/classes/double.C 1.19:
20047: * src/classes/file.C 1.14:
20048: * src/classes/int.C 1.17:
20049: * src/classes/response.C 1.5:
20050: * src/classes/root.C 1.53:
20051: * src/classes/string.C 1.22:
20052: * src/classes/table.C 1.40:
20053: * src/main/compile.y 1.122:
20054: * src/main/execute.C 1.134:
20055: * src/types/pa_value.h 1.39:
20056: * src/types/pa_vstateless_class.C 1.7:
20057: * src/types/pa_vstateless_class.h 1.9:
20058: static|dynamic|any method registration
20059:
20060: * src/classes/table.C 1.41:
20061: * src/include/pa_string.h 1.59:
20062: * src/main/pa_string.C 1.58:
20063: todo: table flip and append. string::pos
20064:
20065: 2001-03-29 paf
20066: * src/classes/string.C 1.14:
20067: * src/main/compile.y 1.120:
20068: * src/main/compile_tools.C 1.33:
20069: * src/main/compile_tools.h 1.36:
20070: * src/main/main.dsp 1.70:
20071: * src/types/pa_value.h 1.38:
20072: * src/types/pa_vstring.h 1.17:
20073: * src/types/pa_vunknown.h 1.8:
20074: empty params allowed. [] and [;] are different now.
20075:
20076: * src/include/pa_pool.h 1.46:
20077: * src/include/pa_request.h 1.72:
20078: * src/main/pa_request.C 1.86:
20079: * src/main/untaint.C 1.25:
20080: pool.request
20081:
20082: * src/classes/string.C 1.21:
20083: string:xsplit forgot that they must result in 1 row N column [
20084: not vice versa]
20085:
20086: * src/classes/string.C 1.17:
20087: * src/include/pa_string.h 1.57:
20088: * src/main/execute.C 1.133:
20089: * src/main/pa_array.C 1.30:
20090: * src/main/pa_string.C 1.56:
20091: * src/types/pa_vtable.h 1.12:
20092: string: lsplit -1
20093:
20094: * src/classes/string.C 1.16:
20095: * src/include/pa_string.h 1.55:
20096: * src/main/pa_string.C 1.54:
20097: string: pos -1
20098:
20099: * src/classes/string.C 1.18:
20100: * src/include/pa_string.h 1.58:
20101: * src/main/pa_string.C 1.57:
20102: string: lsplit
20103:
20104: * src/include/pa_pool.h 1.47:
20105: * src/include/pa_request.h 1.73:
20106: * src/main/pa_request.C 1.87:
20107: * src/main/untaint.C 1.26:
20108: pool.request undone
20109:
20110: * src/classes/string.C 1.20:
20111: z
20112:
20113: * src/include/pa_string.h 1.56:
20114: * src/main/pa_string.C 1.55:
20115: * src/main/untaint.C 1.28:
20116: string: pos
20117:
20118: * src/classes/string.C 1.15:
20119: * src/classes/table.C 1.38:
20120: * src/include/pa_string.h 1.54:
20121: * src/main/compile.y 1.121:
20122: * src/main/pa_request.C 1.88:
20123: * src/main/pa_string.C 1.53:
20124: * src/main/untaint.C 1.27:
20125: string: left right mid
20126:
20127: * src/classes/file.C 1.13:
20128: * src/classes/table.C 1.39:
20129: * src/include/pa_table.h 1.27:
20130: * src/main/pa_table.C 1.24:
20131: * src/types/pa_vstring.h 1.18:
20132: * src/types/pa_wwrapper.h 1.6:
20133: table:flip
20134:
20135: * src/classes/string.C 1.19:
20136: string: rsplit
20137:
20138: 2001-03-28 paf
20139: * src/classes/file.C 1.12:
20140: * src/include/pa_globals.h 1.30:
20141: * src/include/pa_request.h 1.71:
20142: * src/targets/cgi/parser3.C 1.51:
20143: * src/targets/isapi/parser3isapi.C 1.20:
20144: * src/types/pa_value.h 1.37:
20145: * src/types/pa_vrequest.C 1.4:
20146: * src/types/pa_vunknown.h 1.7:
20147: $request:browser [.type .version]; unknown.get_double now = 0.
20148:
20149: * src/classes/table.C 1.36:
20150: * src/include/pa_array.h 1.32:
20151: * src/include/pa_hash.h 1.32:
20152: * src/include/pa_table.h 1.24:
20153: * src/main/pa_array.C 1.29:
20154: * src/main/pa_table.C 1.21:
20155: * src/types/pa_vtable.h 1.11:
20156: table:locate just compiled
20157:
20158: * src/classes/file.C 1.9:
20159: * src/include/pa_common.h 1.29:
20160: * src/main/pa_common.C 1.34:
20161: * src/types/pa_vfile.C 1.7:
20162: * src/types/pa_vfile.h 1.12:
20163: started file:load. wrong write. must be self.set
20164:
20165: * src/classes/file.C 1.8:
20166: * src/classes/root.C 1.52:
20167: * src/classes/table.C 1.37:
20168: * src/include/pa_table.h 1.25:
20169: * src/main/pa_table.C 1.22:
20170: table:locate1, file:test
20171:
20172: * src/classes/file.C 1.10:
20173: * src/main/execute.C 1.132:
20174: * src/main/pa_common.C 1.35:
20175: * src/main/untaint.C 1.24:
20176: * src/targets/cgi/parser3.C 1.50:
20177: * src/types/pa_vfile.C 1.8:
20178: * src/types/pa_vfile.h 1.13:
20179: * src/types/pa_vform.C 1.17:
20180: file:load 1. tainted
20181:
20182: * src/classes/file.C 1.11:
20183: * src/include/pa_globals.h 1.29:
20184: * src/include/pa_request.h 1.70:
20185: * src/include/pa_table.h 1.26:
20186: * src/main/pa_globals.C 1.36:
20187: * src/main/pa_request.C 1.85:
20188: * src/main/pa_table.C 1.23:
20189: * src/types/pa_vfile.C 1.9:
20190: * src/types/pa_vfile.h 1.14:
20191: * src/types/pa_vform.C 1.18:
20192: file:load autodetection of mime-type by user-file-name
20193:
20194: 2001-03-27 paf
20195: * src/classes/double.C 1.18:
20196: * src/classes/int.C 1.16:
20197: * src/classes/root.C 1.51:
20198: * src/classes/string.C 1.13:
20199: * src/classes/table.C 1.34:
20200: * src/main/compile_tools.C 1.32:
20201: * src/main/execute.C 1.128:
20202: * src/main/pa_request.C 1.84:
20203: * src/main/untaint.C 1.23:
20204: * src/types/pa_value.h 1.35:
20205: * src/types/pa_vbool.h 1.6:
20206: * src/types/pa_vcookie.C 1.14:
20207: * src/types/pa_vdouble.h 1.14:
20208: * src/types/pa_vfile.h 1.11:
20209: * src/types/pa_vint.h 1.15:
20210: * src/types/pa_vmframe.h 1.9:
20211: * src/types/pa_vstring.h 1.16:
20212: * src/types/pa_vtable.h 1.10:
20213: * src/types/pa_vunknown.h 1.6:
20214: sort 0
20215:
20216: * src/classes/table.C 1.31:
20217: * src/include/pa_common.h 1.27:
20218: * src/main/compile.y 1.117:
20219: * src/main/execute.C 1.127:
20220: * src/main/pa_common.C 1.31:
20221: * src/main/pa_table.C 1.20:
20222: table:save decided to have as it were. stepped back.
20223: grammar: added 'in' 'is' 'lt'&co follow-space check
20224:
20225: * src/main/compile.y 1.119:
20226: fixed minor bug in @mn[][] ...^{
20227:
20228: * src/main/execute.C 1.130:
20229: * src/types/pa_value.h 1.36:
20230: * src/types/pa_vmframe.h 1.10:
20231: * src/types/pa_wcontext.h 1.8:
20232: fixed r/w context of code-params
20233:
20234: * src/classes/table.C 1.33:
20235: * src/main/pa_common.C 1.32:
20236: * src/main/pa_request.C 1.83:
20237: * src/targets/cgi/parser3.C 1.49:
20238: * src/types/pa_value.h 1.34:
20239: * src/types/pa_vbool.h 1.5:
20240: * src/types/pa_vdouble.h 1.12:
20241: * src/types/pa_vfile.h 1.9:
20242: * src/types/pa_vint.h 1.13:
20243: * src/types/pa_vstring.h 1.14:
20244: * src/types/pa_vunknown.h 1.5:
20245: continue on sort
20246:
20247: * src/types/pa_valiased.C 1.5:
20248: * src/types/pa_valiased.h 1.11:
20249: * src/types/pa_vdouble.h 1.13:
20250: * src/types/pa_vfile.h 1.10:
20251: * src/types/pa_vint.h 1.14:
20252: * src/types/pa_vresponse.h 1.6:
20253: * src/types/pa_vstring.h 1.15:
20254: * src/types/pa_vtable.h 1.9:
20255: renamed to are_static_calls_disabled
20256:
20257: * src/main/execute.C 1.131:
20258: * src/main/pa_common.C 1.33:
20259: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
20260:
20261: * src/classes/table.C 1.35:
20262: * src/main/execute.C 1.129:
20263: about to change junction rcontext!!
20264:
20265: * src/classes/table.C 1.32:
20266: * src/include/pa_common.h 1.28:
20267: * src/main/compile.y 1.118:
20268: started table:sort
20269: fixed minor bug in #...^{
20270:
20271: 2001-03-26 paf
20272: * src/classes/file.C 1.7:
20273: * src/classes/root.C 1.50:
20274: * src/classes/table.C 1.30:
20275: * src/include/pa_common.h 1.26:
20276: * src/include/pa_globals.h 1.28:
20277: * src/include/pa_table.h 1.23:
20278: * src/main/pa_common.C 1.30:
20279: * src/main/pa_globals.C 1.35:
20280: * src/main/pa_request.C 1.82:
20281: * src/main/pa_table.C 1.19:
20282: moved ::save to pa_table.
20283: disabled @auto invocation in ^process
20284:
20285: * src/classes/table.C 1.29:
20286: * src/include/pa_array.h 1.31:
20287: * src/include/pa_table.h 1.22:
20288: * src/main/pa_array.C 1.28:
20289: table:record
20290:
20291: * src/main/untaint.C 1.22:
20292: * src/targets/cgi/parser3.C 1.48:
20293: * src/targets/isapi/parser3isapi.C 1.19:
20294: * src/targets/isapi/parser3isapi.dsp 1.8:
20295: * src/targets/isapi/pool_storage.h 1.3:
20296: * src/types/pa_valiased.h 1.10:
20297: * src/types/pa_vcookie.C 1.13:
20298: * src/types/pa_vdouble.h 1.11:
20299: * src/types/pa_vfile.h 1.8:
20300: * src/types/pa_vint.h 1.12:
20301: * src/types/pa_vresponse.h 1.5:
20302: * src/types/pa_vstring.h 1.13:
20303: * src/types/pa_vtable.h 1.8:
20304: z
20305:
20306: * src/main/compile.y 1.116:
20307: grammar: [] 0params [;] 2 params (was 0)
20308:
20309: * src/include/pa_pool.h 1.45:
20310: * src/main/execute.C 1.126:
20311: * src/types/pa_valiased.C 1.4:
20312: * src/types/pa_valiased.h 1.9:
20313: * src/types/pa_value.h 1.33:
20314: * src/types/pa_vdouble.h 1.10:
20315: * src/types/pa_vfile.h 1.7:
20316: * src/types/pa_vint.h 1.11:
20317: * src/types/pa_vresponse.h 1.4:
20318: * src/types/pa_vstring.h 1.12:
20319: * src/types/pa_vtable.h 1.7:
20320: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
20321: allowed no checks in native method realisations on 'self' validity -
20322: they now can simply assume that 'self' is V{Proper} .
20323:
20324: 2001-03-25 paf
20325: * src/classes/table.C 1.26:
20326: * src/include/pa_globals.h 1.27:
20327: * src/include/pa_string.h 1.52:
20328: * src/include/pa_table.h 1.20:
20329: * src/main/compile.y 1.114:
20330: * src/main/compile_tools.C 1.31:
20331: * src/main/compile_tools.h 1.35:
20332: * src/main/pa_globals.C 1.32:
20333: * src/main/pa_request.C 1.79:
20334: * src/main/pa_string.C 1.52:
20335: * src/main/pa_table.C 1.17:
20336: * src/main/untaint.C 1.15:
20337: * src/types/pa_vcookie.h 1.7:
20338: typo & typo-default
20339:
20340: * src/main/pa_globals.C 1.34:
20341: * src/main/untaint.C 1.19:
20342: html-typo - moved all processing to table [except preliminary \
20343: \n \r \n replacements to "\n"]
20344:
20345: * src/main/untaint.C 1.16:
20346: typo \r \r\n \n properly handled
20347:
20348: * src/classes/table.C 1.27:
20349: * src/include/pa_table.h 1.21:
20350: * src/main/pa_globals.C 1.33:
20351: * src/main/pa_table.C 1.18:
20352: * src/main/untaint.C 1.17:
20353: returned table originating. useful for reporting typo table
20354: problems origin. think would be useful somewhere else
20355:
20356: * src/classes/table.C 1.28:
20357: * src/main/untaint.C 1.18:
20358: html-typo - decided to move all the processing to table
20359:
20360: * src/main/pa_request.C 1.80:
20361: table empty lines ignored. system-default content type assigned
20362: in output:result [can fail in main:auto and skipped normal
20363: defaults extraction]
20364:
20365: * src/include/pa_string.h 1.53:
20366: * src/main/compile.y 1.115:
20367: #comment fixed minor bug
20368:
20369: * src/main/pa_request.C 1.81:
20370: * src/main/untaint.C 1.20:
20371: moved default typo-table to lowlevel - it initialization could
20372: be skipped if failed in @auto. so that exception report would
20373: use some table
20374:
20375: * src/main/untaint.C 1.21:
20376: z
20377:
20378: 2001-03-24 paf
20379: * src/main/pa_globals.C 1.28:
20380: * src/types/pa_vclass.C 1.6:
20381: * src/types/pa_vclass.h 1.11:
20382: * src/types/pa_vstateless_class.C 1.6:
20383: * src/types/pa_vstateless_class.h 1.8:
20384: thrown away freeze mech.
20385: no danger now for you can't do ^request:process[@new-method[]
20386: body]
20387: trick anymore.
20388: still remains $some_instance.process[@new-method[]
20389: possibility]
20390: but would leave it as a feature.
20391: see index for sample
20392:
20393: * src/include/pa_string.h 1.51:
20394: * src/main/pa_string.C 1.51:
20395: * src/main/untaint.C 1.14:
20396: * src/targets/cgi/parser3.C 1.47:
20397: html-typo 2
20398:
20399: * src/include/pa_array.h 1.29:
20400: * src/include/pa_hash.h 1.31:
20401: * src/include/pa_request.h 1.67:
20402: * src/main/compile.y 1.110:
20403: * src/main/pa_array.C 1.26:
20404: * src/main/pa_common.C 1.25:
20405: * src/main/pa_hash.C 1.29:
20406: * src/main/pa_request.C 1.73:
20407: * src/types/pa_vcookie.C 1.12:
20408: cyclic uses ignored. defaulted default content-type
20409:
20410: * src/doc/doxygen.cfg 1.1:
20411: * src/doc/doxygen.txt 1.1:
20412: * src/doc/generate.cmd 1.1:
20413: * src/doc/view.cmd 1.1:
20414: * src/include/pa_array.h 1.30:
20415: * src/include/pa_globals.h 1.26:
20416: * src/include/pa_pool.h 1.44:
20417: * src/include/pa_string.h 1.50:
20418: * src/include/pa_table.h 1.19:
20419: * src/main/execute.C 1.125:
20420: * src/main/pa_array.C 1.27:
20421: * src/main/pa_globals.C 1.31:
20422: * src/main/pa_request.C 1.78:
20423: * src/main/pa_string.C 1.50:
20424: * src/main/untaint.C 1.13:
20425: * src/targets/cgi/parser3.C 1.46:
20426: * src/targets/isapi/parser3isapi.C 1.18:
20427: * src/types/pa_value.h 1.32:
20428: * src/types/pa_vtable.h 1.6:
20429: html-typo 0
20430: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
20431: html-typo sample. detected << problem: they become ltlt too fast
20432:
20433: * src/classes/file.C 1.6:
20434: * src/classes/root.C 1.49:
20435: * src/classes/table.C 1.25:
20436: * src/include/pa_common.h 1.25:
20437: * src/include/pa_request.h 1.69:
20438: * src/main/compile.y 1.111:
20439: * src/main/pa_common.C 1.28:
20440: * src/main/pa_request.C 1.77:
20441: * src/main/pa_string.C 1.49:
20442: * src/targets/isapi/parser3isapi.C 1.17:
20443: * src/types/pa_vfile.h 1.6:
20444: file_read stringified
20445:
20446: * src/include/pa_sapi.h 1.2:
20447: * src/main/pa_common.C 1.27:
20448: * src/main/pa_request.C 1.76:
20449: * src/targets/cgi/parser3.C 1.44:
20450: * src/targets/isapi/nt_log_events.mc 1.1:
20451: * src/targets/isapi/parser3isapi.C 1.16:
20452: * src/targets/isapi/parser3isapi.dsp 1.6:
20453: nt error log experiments failed - cgi under iis got no access to log. registereventsource simply failed with 5(illegal call) code, while worked OK as standalone executable.
20454: isapi: used HSE_APPEND_LOG_PARAMETER feature
20455:
20456: * src/types/pa_valiased.C 1.3:
20457: decided to String-ify file_read
20458:
20459: * src/targets/cgi/parser3.C 1.45:
20460: * src/targets/isapi/nt_log_events.mc 1.2:
20461: * src/targets/isapi/parser3isapi.dsp 1.7:
20462: cgi: sapi::log
20463:
20464: * src/main/compile.y 1.109:
20465: * src/main/execute.C 1.124:
20466: * src/main/main.dsp 1.69:
20467: @CLASS equals @BASE. sanity
20468:
20469: * src/include/pa_common.h 1.22:
20470: * src/main/pa_common.C 1.23:
20471: * src/main/pa_request.C 1.72:
20472: * src/targets/cgi/parser3.C 1.42:
20473: * src/targets/isapi/pool_storage.h 1.2:
20474: * src/types/pa_vform.C 1.16:
20475: * src/types/pa_vform.h 1.14:
20476: auto.p monkey
20477:
20478: * src/include/pa_common.h 1.24:
20479: * src/include/pa_globals.h 1.25:
20480: * src/main/pa_common.C 1.26:
20481: * src/main/pa_globals.C 1.30:
20482: * src/main/pa_request.C 1.75:
20483: * src/targets/isapi/parser3isapi.C 1.15:
20484: fixed default content-type allocation storage
20485:
1.24 paf 20486: * src/include/pa_globals.h 1.24:
20487: * src/include/pa_request.h 1.68:
20488: * src/main/compile.y 1.113:
20489: * src/main/pa_common.C 1.29:
20490: * src/main/pa_globals.C 1.29:
20491: * src/main/pa_request.C 1.74:
20492: z
20493:
1.15 paf 20494: * src/include/pa_common.h 1.23:
20495: * src/main/pa_common.C 1.24:
20496: * src/targets/cgi/parser3.C 1.43:
20497: * src/targets/isapi/parser3isapi.C 1.14:
20498: auto.p monkey every target
20499:
20500: * src/main/compile.y 1.112:
20501: * src/main/compile_tools.h 1.34:
20502: #comment
20503:
20504: 2001-03-23 paf
20505: * src/classes/root.C 1.48:
20506: * src/classes/table.C 1.24:
20507: * src/include/pa_common.h 1.21:
20508: * src/include/pa_config_fixed.h 1.1:
20509: * src/include/pa_config_includes.h 1.1:
20510: * src/include/pa_string.h 1.49:
20511: * src/include/pa_threads.h 1.11:
20512: * src/include/pa_types.h 1.23:
20513: * src/include/pa_version.h 1.1:
20514: * src/main/compile.y 1.108:
20515: * src/main/execute.C 1.123:
20516: * src/main/pa_array.C 1.25:
20517: * src/main/pa_common.C 1.22:
20518: * src/main/pa_hash.C 1.28:
20519: * src/main/pa_pool.C 1.17:
20520: * src/main/pa_request.C 1.70:
20521: * src/main/pa_string.C 1.48:
20522: * src/main/untaint.C 1.12:
20523: * src/targets/cgi/parser3.C 1.40:
20524: * src/targets/isapi/parser3isapi.C 1.10:
20525: * src/types/pa_vfile.C 1.6:
20526: * src/types/pa_vform.C 1.15:
20527: cgi: reinvent document_root and request_uri under iis. autoconf
20528: updated. introducing ap_config_includes
20529:
20530: * src/targets/cgi/parser3.C 1.41:
20531: * src/targets/isapi/parser3isapi.C 1.12:
20532: isapi: think it would be better to rewrite as filter then to
20533: deal with pool
20534:
20535: * src/targets/cgi/parser3.C 1.39:
20536: cgi: reinvent document_root under iis
20537:
20538: * src/include/pa_globals.h 1.22:
20539: * src/main/pa_request.C 1.68:
20540: * src/targets/cgi/parser3.C 1.36:
20541: * src/targets/cgi/parser3.dsp 1.12:
20542: * src/targets/isapi/parser3isapi.C 1.8:
20543: * src/types/pa_vcookie.C 1.10:
20544: * src/types/pa_venv.h 1.12:
20545: * src/types/pa_vform.C 1.13:
20546: all: sapi beauty
20547:
20548: * src/main/pa_request.C 1.67:
20549: * src/targets/cgi/parser3.C 1.35:
20550: * src/targets/isapi/parser3isapi.C 1.7:
20551: * src/targets/isapi/parser3isapi.dsp 1.4:
20552: isapi minor env beauty
20553:
20554: * src/include/pa_globals.h 1.23:
20555: * src/include/pa_sapi.h 1.1:
20556: * src/main/main.dsp 1.67:
20557: * src/main/pa_globals.C 1.27:
20558: * src/main/pa_request.C 1.69:
20559: * src/targets/cgi/parser3.C 1.37:
20560: * src/targets/isapi/parser3isapi.C 1.9:
20561: * src/types/pa_vcookie.C 1.11:
20562: * src/types/pa_venv.h 1.13:
20563: * src/types/pa_vform.C 1.14:
20564: sapi made object
20565:
20566: * src/include/pa_pool.h 1.43:
20567: * src/main/pa_request.C 1.71:
20568: * src/targets/cgi/pa_pool.C 1.3:
20569: * src/targets/isapi/pa_pool.C 1.3:
20570: * src/targets/isapi/parser3isapi.C 1.13:
20571: * src/targets/isapi/parser3isapi.dsp 1.5:
20572: * src/targets/isapi/pool_storage.h 1.1:
20573: isapi: dumb pool storage
20574:
20575: * src/main/main.dsp 1.68:
20576: * src/targets/isapi/parser3isapi.C 1.11:
20577: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
20578:
20579: * src/targets/isapi/pa_pool.C 1.2:
20580: decided to continue with extension
20581:
20582: * src/targets/cgi/parser3.C 1.38:
20583: cgi: only one pool now
20584:
20585: 2001-03-22 paf
20586: * src/main/pa_request.C 1.66:
20587: * src/targets/cgi/parser3.C 1.34:
20588: * src/targets/isapi/parser3isapi.C 1.6:
20589: * src/targets/isapi/parser3isapi.dsp 1.3:
20590: isapi document_root 0
20591:
20592: * src/types/pa_vcookie.C 1.8:
20593: cookie attr decoded
20594:
20595: * src/include/pa_pool.h 1.40:
20596: * src/targets/cgi/pa_pool.C 1.2:
20597: * src/targets/cgi/parser3.C 1.31:
20598: * src/targets/cgi/parser3.dsp 1.11:
20599: * src/targets/isapi/pa_pool.C 1.1:
20600: * src/targets/isapi/parser3isapi.C 1.1:
20601: * src/targets/isapi/parser3isapi.def 1.1:
20602: * src/targets/isapi/parser3isapi.dsp 1.1:
20603: started isapi
20604:
20605: * src/targets/isapi/parser3isapi.C 1.5:
20606: isapi keep-alive
20607:
20608: * src/targets/isapi/KILL.EXE 1.1:
20609: * src/targets/isapi/PSTAT.EXE 1.1:
20610: * src/targets/isapi/istart.cmd 1.1:
20611: * src/targets/isapi/istop.cmd 1.1:
20612: * src/targets/isapi/kill.pl 1.1:
20613: isapi added utils
20614:
20615: * src/include/pa_pool.h 1.41:
20616: * src/main/pa_pool.C 1.16:
20617: * src/targets/cgi/parser3.C 1.32:
20618: * src/targets/isapi/parser3isapi.C 1.2:
20619: * src/targets/isapi/parser3isapi.dsp 1.2:
20620: * src/types/pa_vform.C 1.12:
20621: isapi 0
20622:
20623: * src/include/pa_globals.h 1.20:
20624: * src/include/pa_request.h 1.66:
20625: * src/include/pa_types.h 1.22:
20626: * src/main/pa_globals.C 1.26:
20627: * src/main/pa_request.C 1.63:
20628: * src/targets/cgi/parser3.C 1.30:
20629: * src/types/pa_vcookie.C 1.9:
20630: config of auto.p path: parser_root_auto_path parser_site_auto_path
20631:
20632: * src/targets/cgi/vform_fields_fill.C 1.2:
20633: * src/targets/cgi/vform_fields_fill.h 1.2:
20634: * src/targets/isapi/parser3isapi.C 1.4:
20635: z
20636:
20637: * src/include/pa_globals.h 1.21:
20638: * src/main/pa_common.C 1.21:
20639: * src/main/pa_request.C 1.64:
20640: some comments
20641:
20642: * src/include/pa_pool.h 1.42:
20643: * src/main/pa_request.C 1.65:
20644: * src/targets/cgi/parser3.C 1.33:
20645: * src/targets/isapi/parser3isapi.C 1.3:
20646: isapi 1
20647:
20648: 2001-03-21 paf
20649: * src/include/pa_globals.h 1.18:
20650: * src/targets/cgi/parser3.C 1.28:
20651: * src/types/pa_venv.h 1.11:
20652: in cookie & env. todo:post
20653:
20654: * src/Makefile.am 1.3:
20655: * src/classes/Makefile.am 1.2:
20656: * src/classes/file.C 1.5:
20657: * src/classes/root.C 1.47:
20658: * src/classes/table.C 1.23:
20659: * src/include/pa_array.h 1.28:
20660: * src/include/pa_common.h 1.20:
20661: * src/include/pa_globals.h 1.17:
20662: * src/include/pa_pool.h 1.39:
20663: * src/include/pa_request.h 1.65:
20664: * src/include/pa_string.h 1.48:
20665: * src/main/Makefile.am 1.8:
20666: * src/main/compile.y 1.107:
20667: * src/main/execute.C 1.122:
20668: * src/main/main.dsp 1.66:
20669: * src/main/pa_common.C 1.20:
20670: * src/main/pa_globals.C 1.25:
20671: * src/main/pa_request.C 1.62:
20672: * src/main/pa_string.C 1.47:
20673: * src/main/pa_table.C 1.16:
20674: * src/main/untaint.C 1.11:
20675: * src/targets/Makefile.am 1.4:
20676: * src/targets/cgi/Makefile.am 1.2:
20677: * src/targets/cgi/parser3.C 1.27:
20678: * src/targets/cgi/parser3.dsp 1.10:
20679: * src/types/Makefile.am 1.2:
20680: * src/types/pa_vcookie.C 1.7:
20681: * src/types/pa_vform.C 1.11:
20682: * src/types/pa_vstring.h 1.11:
20683: * src/types/pa_wwrapper.h 1.5:
20684: shifted apache branch on main trunc
20685:
20686: * src/targets/cgi/parser3.C 1.29:
20687: z
20688:
20689: * src/include/pa_common.h [automake_update] 1.19.2.2:
20690: * src/include/pa_globals.h [automake_update] 1.16.2.1:
20691: * src/include/pa_pool.h [automake_update] 1.38.2.1:
20692: * src/include/pa_request.h [automake_update] 1.64.2.4:
20693: * src/main/main.dsp [automake_update] 1.65.2.1:
20694: * src/main/pa_common.C [automake_update] 1.19.2.5:
20695: * src/main/pa_request.C [automake_update] 1.61.2.3:
20696: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
20697: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
20698: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
20699: * src/types/pa_vform.C [automake_update] 1.10.2.1:
20700: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
20701: starting mod_parser3
20702:
20703: * src/include/pa_globals.h 1.19:
20704: post. todo: config of auto.p path
20705:
20706: 2001-03-20 paf
20707: * src/classes/Makefile.am 1.1:
20708: * src/types/Makefile.am 1.1:
20709: file Makefile.am was initially added on branch automake_update.
20710:
20711: * src/main/pa_common.C [automake_update] 1.19.2.4:
20712: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
20713: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
20714: automake compiled and works. todo:make win32 ifdefs work and
20715: add ifdef unistd
20716:
20717: * src/classes/Makefile.am [automake_update] 1.1.2.1:
20718: * src/classes/file.C 1.4:
20719: * src/classes/table.C 1.21:
20720: * src/classes/table.C [automake_update] 1.22.2.2:
20721: * src/include/pa_array.h 1.27:
20722: * src/include/pa_common.h 1.18:
20723: * src/include/pa_common.h [automake_update] 1.19.2.1:
20724: * src/include/pa_request.h 1.64:
20725: * src/include/pa_request.h [automake_update] 1.64.2.3:
20726: * src/include/pa_string.h 1.47:
20727: * src/include/pa_table.h 1.18:
20728: * src/include/pa_threads.h 1.10:
20729: * src/main/Makefile.am [automake_update] 1.7.16.3:
20730: * src/main/pa_common.C [automake_update] 1.19.2.3:
20731: * src/main/pa_globals.C 1.24:
20732: * src/main/pa_request.C [automake_update] 1.61.2.2:
20733: * src/main/pa_table.C [automake_update] 1.15.2.1:
20734: * src/main/untaint.C 1.10:
20735: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
20736: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
20737: * src/types/Makefile.am [automake_update] 1.1.2.1:
20738: * src/types/pa_valiased.h 1.8:
20739: * src/types/pa_value.h 1.31:
20740: * src/types/pa_vform.h 1.13:
20741: z
20742:
20743: * src/include/pa_request.h [automake_update] 1.64.2.2:
20744: * src/main/Makefile.am [automake_update] 1.7.16.2:
20745: * src/main/compile.y [automake_update] 1.106.2.1:
20746: * src/main/execute.C [automake_update] 1.121.2.2:
20747: * src/main/pa_common.C [automake_update] 1.19.2.2:
20748: * src/types/Makefile.am [automake_update] 1.1.2.2:
20749: removing locking
20750:
20751: * src/Makefile.am [automake_update] 1.2.16.1:
20752: * src/classes/file.C [automake_update] 1.4.2.1:
20753: * src/classes/root.C [automake_update] 1.46.2.1:
20754: * src/classes/table.C [automake_update] 1.22.2.1:
20755: * src/include/pa_array.h [automake_update] 1.27.2.1:
20756: * src/include/pa_request.h [automake_update] 1.64.2.1:
20757: * src/include/pa_string.h [automake_update] 1.47.2.1:
20758: * src/main/Makefile.am [automake_update] 1.7.16.1:
20759: * src/main/execute.C [automake_update] 1.121.2.1:
20760: * src/main/pa_common.C [automake_update] 1.19.2.1:
20761: * src/main/pa_globals.C [automake_update] 1.24.2.1:
20762: * src/main/pa_request.C [automake_update] 1.61.2.1:
20763: * src/main/pa_string.C [automake_update] 1.46.2.1:
20764: * src/main/untaint.C [automake_update] 1.10.2.1:
20765: * src/targets/Makefile.am [automake_update] 1.3.16.1:
20766: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
20767: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
20768: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
20769: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
20770: String::UL_
20771:
20772: * src/classes/table.C 1.22:
20773: * src/include/pa_common.h 1.19:
20774: * src/main/pa_common.C 1.19:
20775: * src/main/pa_request.C 1.61:
20776: * src/types/pa_vfile.h 1.5:
20777: ^table:save
20778:
20779: 2001-03-19 paf
20780: * src/classes/file.C 1.2:
20781: * src/classes/request.C 1.4:
20782: * src/classes/table.C 1.19:
20783: * src/include/pa_string.h 1.45:
20784: * src/main/main.dsp 1.61:
20785: * src/main/pa_pool.C 1.15:
20786: * src/main/pa_request.C 1.58:
20787: * src/main/untaint.C 1.9:
20788: * src/types/pa_value.h 1.27:
20789: * src/types/pa_vfile.C 1.2:
20790: * src/types/pa_vfile.h 1.2:
20791: * src/types/pa_vform.C 1.10:
20792: file 1
20793:
20794: * src/classes/table.C 1.17:
20795: * src/include/pa_pool.h 1.38:
20796: * src/include/pa_request.h 1.63:
20797: * src/include/pa_table.h 1.16:
20798: * src/include/pa_types.h 1.20:
20799: * src/main/execute.C 1.119:
20800: * src/main/pa_request.C 1.57:
20801: * src/targets/cgi/parser3.C 1.25:
20802: * src/types/pa_value.h 1.25:
20803: * src/types/pa_vclass.h 1.10:
20804: * src/types/pa_vform.C 1.8:
20805: * src/types/pa_vstateless_class.h 1.5:
20806: * src/types/pa_vstateless_object.h 1.4:
20807: ^table:set{default level: TABLE}
20808:
20809: * src/classes/_request.h 1.3:
20810: * src/classes/request.C 1.5:
20811: * src/main/pa_globals.C 1.22:
20812: * src/types/pa_vrequest.C 1.2:
20813: * src/types/pa_vrequest.h 1.6:
20814: VRequest moved to :VStateless_object
20815:
20816: * src/classes/_request.h 1.4:
20817: * src/classes/request.C 1.6:
20818: * src/main/main.dsp 1.65:
20819: * src/main/pa_globals.C 1.23:
20820: * src/types/pa_value.h 1.30:
20821: * src/types/pa_vform.h 1.12:
20822: * src/types/pa_vrequest.C 1.3:
20823: * src/types/pa_vrequest.h 1.7:
20824: VRequest moved to :Value
20825:
20826: * src/types/pa_valiased.h 1.4:
20827: * src/types/pa_vbool.h 1.4:
20828: doc: Value and it's derivates somehow unlinked. don't know why yet
20829:
20830: * src/classes/_env.h 1.6:
20831: * src/classes/_table.h 1.4:
20832: * src/classes/env.C 1.8:
20833: * src/classes/table.C 1.20:
20834: * src/main/execute.C 1.121:
20835: * src/main/main.dsp 1.63:
20836: * src/main/pa_globals.C 1.20:
20837: * src/main/pa_request.C 1.60:
20838: * src/types/pa_value.h 1.28:
20839: * src/types/pa_vcookie.C 1.6:
20840: * src/types/pa_vcookie.h 1.6:
20841: * src/types/pa_venv.h 1.10:
20842: VEnv is now :Value
20843:
20844: * src/targets/cgi/pa_vform.C 1.3:
20845: * src/types/pa_valiased.C 1.1:
20846: * src/types/pa_valiased.h 1.7:
20847: * src/types/pa_value.h 1.29:
20848: * src/types/pa_vstateless_class.C 1.5:
20849: * src/types/pa_vstateless_class.h 1.7:
20850: * src/types/pa_vstateless_object.h 1.7:
20851: moved common get_element part from stateless object&class into VAliased
20852:
20853: * src/classes/_file.h 1.2:
20854: * src/classes/file.C 1.3:
20855: * src/include/pa_types.h 1.21:
20856: * src/main/pa_globals.C 1.18:
20857: * src/main/pa_request.C 1.59:
20858: * src/targets/cgi/parser3.C 1.26:
20859: * src/types/pa_valiased.h 1.6:
20860: * src/types/pa_vfile.C 1.4:
20861: * src/types/pa_vfile.h 1.3:
20862: * src/types/pa_vstateless_class.h 1.6:
20863: * src/types/pa_vstateless_object.h 1.5:
20864: \ to / and ^file:save
20865:
20866: * src/classes/root.C 1.46:
20867: * src/classes/table.C 1.16:
20868: * src/main/pa_exception.C 1.7:
20869: * src/main/pa_request.C 1.53:
20870: * src/targets/cgi/parser3.C 1.24:
20871: * src/types/pa_vbool.h 1.3:
20872: * src/types/pa_vcookie.C 1.3:
20873: * src/types/pa_vcookie.h 1.3:
20874: * src/types/pa_vdouble.h 1.9:
20875: * src/types/pa_venv.h 1.8:
20876: * src/types/pa_vform.h 1.8:
20877: * src/types/pa_vint.h 1.10:
20878: * src/types/pa_vrequest.h 1.4:
20879: doc: detected Value derivates prob
20880:
20881: * src/include/code.h 1.25:
20882: * src/include/pa_array.h 1.25:
20883: * src/include/pa_pool.h 1.35:
20884: * src/include/pa_string.h 1.42:
20885: * src/include/pa_threads.h 1.8:
20886: * src/main/compile.C 1.32:
20887: * src/main/compile.y 1.105:
20888: * src/main/compile_tools.C 1.29:
20889: * src/main/compile_tools.h 1.32:
20890: * src/main/execute.C 1.117:
20891: * src/main/pa_array.C 1.23:
20892: * src/main/pa_common.C 1.15:
20893: * src/main/pa_exception.C 1.8:
20894: * src/main/pa_globals.C 1.15:
20895: * src/main/pa_hash.C 1.25:
20896: * src/main/pa_pool.C 1.13:
20897: * src/main/pa_request.C 1.54:
20898: * src/main/pa_string.C 1.45:
20899: * src/main/pa_table.C 1.14:
20900: * src/main/untaint.C 1.7:
20901: * src/types/pa_value.h 1.23:
20902: auto @brief
20903:
20904: * src/classes/_file.h 1.1:
20905: * src/classes/file.C 1.1:
20906: * src/classes/table.C 1.18:
20907: * src/include/pa_common.h 1.17:
20908: * src/include/pa_globals.h 1.16:
20909: * src/include/pa_string.h 1.44:
20910: * src/include/pa_table.h 1.17:
20911: * src/main/main.dsp 1.60:
20912: * src/main/pa_common.C 1.18:
20913: * src/main/pa_globals.C 1.17:
20914: * src/types/pa_value.h 1.26:
20915: * src/types/pa_vcookie.h 1.4:
20916: * src/types/pa_venv.h 1.9:
20917: * src/types/pa_vfile.C 1.1:
20918: * src/types/pa_vfile.h 1.1:
20919: * src/types/pa_vform.C 1.9:
20920: * src/types/pa_vform.h 1.9:
20921: * src/types/pa_vrequest.h 1.5:
20922: * src/types/pa_vtable.h 1.5:
20923: file class just compiled
20924:
20925: * src/types/pa_vfile.C 1.5:
20926: * src/types/pa_vfile.h 1.4:
20927: * src/types/pa_vstateless_object.h 1.6:
20928: vfile doxx
20929:
20930: * src/classes/_response.h 1.2:
20931: * src/classes/response.C 1.4:
20932: * src/main/pa_globals.C 1.21:
20933: * src/types/pa_vform.h 1.11:
20934: * src/types/pa_vresponse.h 1.3:
20935: VResponse moved to :VStateless_object
20936:
20937: * src/classes/_request.h 1.2:
20938: * src/classes/request.C 1.3:
20939: * src/include/code.h 1.24:
20940: * src/include/pa_array.h 1.24:
20941: * src/include/pa_common.h 1.15:
20942: * src/include/pa_exception.h 1.10:
20943: * src/include/pa_globals.h 1.13:
20944: * src/include/pa_hash.h 1.28:
20945: * src/include/pa_pool.h 1.34:
20946: * src/include/pa_request.h 1.61:
20947: * src/include/pa_stack.h 1.7:
20948: * src/include/pa_string.h 1.41:
20949: * src/include/pa_table.h 1.14:
20950: * src/include/pa_threads.h 1.7:
20951: * src/include/pa_types.h 1.17:
20952: * src/main/execute.C 1.116:
20953: * src/main/pa_pool.C 1.12:
20954: * src/main/pa_request.C 1.52:
20955: * src/main/pa_string.C 1.44:
20956: * src/main/untaint.C 1.6:
20957: * src/targets/cgi/parser3.C 1.23:
20958: * src/types/pa_value.h 1.22:
20959: * src/types/pa_vform.C 1.7:
20960: doxygen include/, Value
20961:
20962: * src/include/code.h 1.26:
20963: * src/include/pa_array.h 1.26:
20964: * src/include/pa_common.h 1.16:
20965: * src/include/pa_exception.h 1.11:
20966: * src/include/pa_globals.h 1.14:
20967: * src/include/pa_globals.h 1.15:
20968: * src/include/pa_hash.h 1.29:
20969: * src/include/pa_pool.h 1.36:
20970: * src/include/pa_pool.h 1.37:
20971: * src/include/pa_request.h 1.62:
20972: * src/include/pa_stack.h 1.8:
20973: * src/include/pa_string.h 1.43:
20974: * src/include/pa_string.h 1.46:
20975: * src/include/pa_table.h 1.15:
20976: * src/include/pa_threads.h 1.9:
20977: * src/include/pa_types.h 1.18:
20978: * src/main/compile.C 1.33:
20979: * src/main/compile.y 1.106:
20980: * src/main/compile_tools.C 1.30:
20981: * src/main/compile_tools.h 1.33:
20982: * src/main/execute.C 1.118:
20983: * src/main/pa_array.C 1.24:
20984: * src/main/pa_common.C 1.16:
20985: * src/main/pa_exception.C 1.9:
20986: * src/main/pa_globals.C 1.16:
20987: * src/main/pa_hash.C 1.26:
20988: * src/main/pa_pool.C 1.14:
20989: * src/main/pa_request.C 1.55:
20990: * src/main/pa_string.C 1.46:
20991: * src/main/pa_table.C 1.15:
20992: * src/main/untaint.C 1.8:
20993: * src/types/pa_valiased.h 1.5:
20994: * src/types/pa_value.h 1.24:
20995: * src/types/pa_vfile.C 1.3:
20996: z
20997:
20998: * src/include/pa_hash.h 1.30:
20999: * src/include/pa_types.h 1.19:
21000: * src/main/pa_common.C 1.17:
21001: * src/main/pa_hash.C 1.27:
21002: * src/main/pa_request.C 1.56:
21003: * src/types/pa_vcookie.C 1.4:
21004: renamed Hash::Value to Val so to doxygen would finlly stop
21005: confusing those Value-s
21006:
21007: * src/main/main.dsp 1.64:
21008: * src/targets/cgi/parser3.dsp 1.9:
21009: * src/types/pa_valiased.C 1.2:
21010: * src/types/pa_vform.h 1.10:
21011: commented VForm
21012:
21013: * src/classes/_cookie.h 1.2:
21014: * src/classes/_table.h 1.3:
21015: * src/classes/cookie.C 1.3:
21016: * src/main/execute.C 1.120:
21017: * src/main/main.dsp 1.62:
21018: * src/main/pa_globals.C 1.19:
21019: * src/types/pa_vcookie.C 1.5:
21020: * src/types/pa_vcookie.h 1.5:
21021: VCookie is now :Value
21022:
21023: 2001-03-18 paf
21024: * src/classes/_cookie.h 1.1:
21025: * src/classes/cookie.C 1.1:
21026: * src/include/pa_common.h 1.14:
21027: * src/include/pa_globals.h 1.12:
21028: * src/include/pa_request.h 1.60:
21029: * src/include/pa_string.h 1.40:
21030: * src/include/pa_types.h 1.16:
21031: * src/main/main.dsp 1.59:
21032: * src/main/pa_common.C 1.14:
21033: * src/main/pa_globals.C 1.14:
21034: * src/main/pa_hash.C 1.24:
21035: * src/main/pa_request.C 1.51:
21036: * src/main/pa_string.C 1.43:
21037: * src/main/untaint.C 1.5:
21038: * src/targets/cgi/parser3.C 1.21:
21039: * src/types/pa_value.h 1.21:
21040: * src/types/pa_vcookie.C 1.1:
21041: * src/types/pa_vcookie.h 1.1:
21042: * src/types/pa_vform.C 1.6:
21043: * src/types/pa_vform.h 1.7:
21044: * src/types/pa_vhash.h 1.9:
21045: * src/types/pa_vunknown.h 1.4:
21046: cookie class
21047:
21048: * src/include/pa_hash.h 1.26:
21049: * src/main/pa_hash.C 1.22:
21050: * src/targets/cgi/parser3.C 1.17:
21051: response fields to header
21052:
21053: * src/classes/root.C 1.41:
21054: * src/classes/string.C 1.12:
21055: * src/include/pa_string.h 1.37:
21056: * src/main/pa_globals.C 1.11:
21057: * src/main/pa_request.C 1.44:
21058: * src/main/pa_string.C 1.41:
21059: * src/types/pa_vdouble.h 1.8:
21060: * src/types/pa_vform.C 1.5:
21061: * src/types/pa_vint.h 1.9:
21062: * src/types/pa_vstateless_class.C 1.4:
21063: convinient string(pool, char *src, bool tainted) ctor
21064:
21065: * src/include/pa_hash.h 1.27:
21066: * src/include/pa_request.h 1.58:
21067: * src/include/pa_string.h 1.36:
21068: * src/main/pa_globals.C 1.10:
21069: * src/main/pa_hash.C 1.23:
21070: * src/main/pa_request.C 1.43:
21071: * src/main/pa_string.C 1.40:
21072: * src/main/untaint.C 1.3:
21073: * src/targets/cgi/parser3.C 1.18:
21074: proper @exceptions params tainting
21075:
21076: * src/classes/_response.h 1.1:
21077: * src/classes/response.C 1.1:
21078: * src/include/pa_globals.h 1.8:
21079: * src/include/pa_hash.h 1.25:
21080: * src/include/pa_request.h 1.57:
21081: * src/main/compile.C 1.31:
21082: * src/main/compile.y 1.104:
21083: * src/main/execute.C 1.114:
21084: * src/main/main.dsp 1.58:
21085: * src/main/pa_globals.C 1.8:
21086: * src/main/pa_hash.C 1.21:
21087: * src/main/pa_request.C 1.41:
21088: * src/targets/cgi/parser3.C 1.16:
21089: * src/targets/cgi/parser3.dsp 1.8:
21090: * src/types/pa_value.h 1.18:
21091: * src/types/pa_vhash.h 1.6:
21092: * src/types/pa_vrequest.h 1.3:
21093: * src/types/pa_vresponse.h 1.1:
21094: $response: 0 request::core exception rethrow
21095:
21096: * src/classes/request.C 1.2:
21097: * src/classes/response.C 1.2:
21098: * src/classes/root.C 1.42:
21099: * src/include/pa_common.h 1.13:
21100: * src/include/pa_globals.h 1.10:
21101: * src/include/pa_request.h 1.59:
21102: * src/include/pa_string.h 1.38:
21103: * src/main/pa_common.C 1.13:
21104: * src/main/pa_globals.C 1.12:
21105: * src/main/pa_request.C 1.45:
21106: * src/targets/cgi/parser3.C 1.19:
21107: ^taint 0
21108:
21109: * src/classes/cookie.C 1.2:
21110: * src/types/pa_vcookie.C 1.2:
21111: * src/types/pa_vcookie.h 1.2:
21112: cookie: allowed access to hash-assigned
21113:
21114: * src/include/pa_globals.h 1.9:
21115: * src/main/execute.C 1.115:
21116: * src/main/pa_globals.C 1.9:
21117: * src/main/pa_request.C 1.42:
21118: * src/targets/cgi/parser3.C 1.22:
21119: z
21120:
21121: * src/main/pa_request.C 1.50:
21122: zero length output allowed
21123:
21124: * src/classes/root.C 1.44:
21125: * src/include/pa_globals.h 1.11:
21126: * src/include/pa_string.h 1.39:
21127: * src/main/pa_globals.C 1.13:
21128: * src/main/pa_request.C 1.47:
21129: * src/main/pa_string.C 1.42:
21130: * src/types/pa_value.h 1.19:
21131: * src/types/pa_vhash.h 1.7:
21132: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21133:
21134: * src/classes/root.C 1.43:
21135: * src/main/pa_request.C 1.46:
21136: * src/main/untaint.C 1.4:
21137: * src/targets/cgi/parser3.C 1.20:
21138: taint[uri
21139:
21140: * src/classes/response.C 1.3:
21141: * src/main/pa_request.C 1.49:
21142: * src/types/pa_value.h 1.20:
21143: * src/types/pa_vhash.h 1.8:
21144: * src/types/pa_vresponse.h 1.2:
21145: ^response:clear[]
21146:
21147: * src/classes/root.C 1.45:
21148: * src/main/pa_request.C 1.48:
21149: taint forgotten forced lang switch
21150:
21151: 2001-03-16 paf
21152: * src/include/code.h 1.22:
21153: * src/include/pa_hash.h 1.24:
21154: * src/include/pa_request.h 1.55:
21155: * src/main/compile.y 1.102:
21156: * src/main/execute.C 1.108:
21157: * src/types/pa_value.h 1.15:
21158: * src/types/pa_vhash.h 1.5:
21159: * src/types/pa_vstring.h 1.10:
21160: * src/types/pa_vtable.h 1.4:
21161: * src/types/pa_wcontext.C 1.4:
21162: * src/types/pa_wcontext.h 1.6:
21163: see () and {} param wcontext conflict
21164:
21165: * src/main/execute.C 1.113:
21166: * src/main/main.dsp 1.57:
21167: * src/types/pa_value.h 1.17:
21168: * src/types/pa_vrequest.h 1.2:
21169: native method' class call with less params then needed error reporting
21170:
21171: * src/classes/double.C 1.17:
21172: * src/include/code.h 1.23:
21173: * src/main/compile.y 1.103:
21174: * src/main/compile_tools.C 1.28:
21175: * src/main/compile_tools.h 1.31:
21176: * src/main/execute.C 1.109:
21177: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21178:
21179: * src/main/execute.C 1.107:
21180: * src/types/pa_value.h 1.14:
21181: * src/types/pa_vstateless_object.h 1.3:
21182: * src/types/pa_vstring.h 1.9:
21183: disabled $string.field
21184:
21185: * src/main/execute.C 1.110:
21186: * src/types/pa_vmframe.h 1.7:
21187: if(in "/news/")
21188:
21189: * src/include/pa_globals.h 1.6:
21190: * src/main/execute.C 1.111:
21191: * src/main/pa_globals.C 1.6:
21192: * src/types/pa_value.h 1.16:
21193: * src/types/pa_vcframe.h 1.3:
21194: * src/types/pa_vmframe.h 1.8:
21195: * src/types/pa_wcontext.h 1.7:
21196: $result
21197:
21198: * src/classes/_request.h 1.1:
21199: * src/classes/request.C 1.1:
21200: * src/include/pa_globals.h 1.7:
21201: * src/include/pa_request.h 1.56:
21202: * src/main/execute.C 1.112:
21203: * src/main/main.dsp 1.56:
21204: * src/main/pa_globals.C 1.7:
21205: * src/main/pa_request.C 1.40:
21206: * src/targets/cgi/parser3.C 1.15:
21207: * src/types/pa_vform.C 1.4:
21208: * src/types/pa_vrequest.C 1.1:
21209: * src/types/pa_vrequest.h 1.1:
21210: $request : query :uri
21211:
21212: 2001-03-15 paf
21213: * src/main/compile.y 1.99:
21214: * src/main/pa_request.C 1.37:
21215: * src/targets/cgi/parser3.C 1.13:
21216: * src/types/pa_vstring.h 1.7:
21217: pre-pre-pre-beta cgi under win32 apache pre pre pre works
21218:
21219: * src/main/compile.y 1.100:
21220: * src/main/execute.C 1.105:
21221: z
21222:
21223: * src/main/compile.y 1.101:
21224: * src/main/execute.C 1.106:
21225: * src/main/pa_request.C 1.38:
21226: * src/targets/cgi/parser3.C 1.14:
21227: * src/types/pa_vstring.h 1.8:
21228: @exception
21229:
21230: * src/include/pa_globals.h 1.5:
21231: * src/main/pa_globals.C 1.5:
21232: * src/main/pa_request.C 1.36:
21233: * src/targets/cgi/parser3.C 1.12:
21234: * src/types/pa_vform.C 1.3:
21235: * src/types/pa_vform.h 1.6:
21236: vform fillfields just compiled
21237:
21238: * src/main/pa_request.C 1.39:
21239: news sample
21240:
21241: 2001-03-14 paf
21242: * src/include/core.h 1.16:
21243: * src/include/pa_globals.h 1.1:
21244: * src/include/pa_pool.h 1.33:
21245: * src/include/pa_string.h 1.35:
21246: * src/include/pa_types.h 1.13:
21247: * src/main/compile.y 1.98:
21248: * src/main/core.C 1.69:
21249: * src/main/main.dsp 1.54:
21250: * src/main/pa_globals.C 1.1:
21251: * src/main/pa_request.C 1.31:
21252: * src/targets/cgi/pa_vform.C 1.2:
21253: * src/targets/cgi/parser3.C 1.5:
21254: * src/targets/cgi/parser3.dsp 1.4:
21255: * src/types/pa_value.h 1.13:
21256: * src/types/pa_vform.h 1.3:
21257: * src/types/pa_vunknown.h 1.3:
21258: global handler, exceptions in parser3
21259:
21260: * src/include/pa_globals.h 1.4:
21261: * src/main/pa_globals.C 1.4:
21262: * src/main/pa_request.C 1.34:
21263: * src/targets/cgi/parser3.dsp 1.7:
21264: * src/types/pa_vform.C 1.2:
21265: * src/types/pa_vform.h 1.5:
21266: * src/types/pa_vstring.h 1.6:
21267: limits -1
21268:
21269: * src/include/pa_common.h 1.12:
21270: * src/include/pa_types.h 1.14:
21271: * src/main/pa_request.C 1.32:
21272: * src/targets/cgi/parser3.C 1.7:
21273: PATH_DELIMITER_CHAR
21274:
21275: * src/targets/cgi/parser3.C 1.8:
21276: # if MSVC
21277:
21278: * src/include/pa_globals.h 1.3:
21279: * src/include/pa_request.h 1.53:
21280: * src/include/pa_types.h 1.15:
21281: * src/main/main.dsp 1.55:
21282: * src/main/pa_globals.C 1.3:
21283: * src/main/pa_request.C 1.33:
21284: * src/targets/cgi/parser3.C 1.10:
21285: * src/targets/cgi/parser3.dsp 1.6:
21286: * src/types/pa_vform.C 1.1:
21287: * src/types/pa_vform.h 1.4:
21288: request_info -1
21289:
21290: * src/include/pa_globals.h 1.2:
21291: * src/main/pa_globals.C 1.2:
21292: * src/targets/cgi/parser3.C 1.9:
21293: * src/targets/cgi/parser3.dsp 1.5:
21294: * src/targets/cgi/vform_fields_fill.C 1.1:
21295: * src/targets/cgi/vform_fields_fill.h 1.1:
21296: vform_fields_fill
21297:
21298: * src/include/pa_request.h 1.54:
21299: * src/main/pa_request.C 1.35:
21300: * src/targets/cgi/parser3.C 1.11:
21301: * src/targets/cgi/parser3.C 1.6:
21302: z
21303:
21304: 2001-03-13 paf
21305: * src/main/execute.C 1.101:
21306: * src/types/pa_value.h 1.10:
21307: * src/types/pa_venv.h 1.4:
21308: for future methods of ENV constructor if
21309:
21310: * src/classes/root.C 1.36:
21311: * src/classes/table.C 1.12:
21312: * src/include/pa_exception.h 1.9:
21313: * src/include/pa_pool.h 1.31:
21314: skipped_restructure_exceptions_dead_end
21315:
21316: * src/types/pa_vstateless_class.h 1.1:
21317: file pa_vstateless_class.h was initially added on branch
21318: stateless_class.
21319:
21320: * src/include/code.h 1.21:
21321: * src/include/pa_string.h 1.34:
21322: * src/main/compile.y 1.95:
21323: * src/main/execute.C 1.103:
21324: * src/main/pa_string.C 1.39:
21325: 'value is type' expr operator
21326:
21327: * src/classes/form.C 1.2:
21328: * src/main/compile.y 1.97:
21329: * src/main/core.C 1.68:
21330: * src/types/pa_value.h 1.12:
21331: * src/types/pa_vclass.h 1.9:
21332: * src/types/pa_venv.h 1.7:
21333: * src/types/pa_vform.h 1.2:
21334: * src/types/pa_vstateless_class.C 1.3:
21335: * src/types/pa_vstateless_class.h 1.4:
21336: form:fields removed. use $form.CLASS instead
21337:
21338: * src/types/pa_vstateless_class.C 1.1:
21339: file pa_vstateless_class.C was initially added on branch
21340: stateless_class.
21341:
21342: * src/include/core.h 1.14:
21343: * src/include/pa_common.h 1.10:
21344: * src/include/pa_request.h 1.51:
21345: * src/main/pa_common.C 1.12:
21346: * src/main/pa_request.C 1.29:
21347: * src/targets/cgi/parser3.C 1.3:
21348: before error show with parser
21349:
21350: * src/types/pa_venv.h 1.1:
21351: file pa_venv.h was initially added on branch stateless_class.
21352:
21353: * src/targets/cgi/Makefile.am 1.1:
21354: * src/targets/cgi/pa_pool.C 1.1:
21355: * src/targets/cgi/pa_vform.C 1.1:
21356: * src/targets/cgi/parser.dsp 1.1:
21357: * src/targets/cgi/parser3.C 1.1:
21358: renamed targets/ parser to cgi
21359:
21360: * src/classes/_double.h 1.5:
21361: * src/classes/_double.h [stateless_class] 1.4.8.1:
21362: * src/classes/_env.h 1.4:
21363: * src/classes/_env.h [stateless_class] 1.3.8.1:
21364: * src/classes/_int.h 1.5:
21365: * src/classes/_int.h [stateless_class] 1.4.8.1:
21366: * src/classes/_root.h 1.4:
21367: * src/classes/_root.h [stateless_class] 1.3.8.1:
21368: * src/classes/_string.h 1.6:
21369: * src/classes/_string.h [stateless_class] 1.5.4.1:
21370: * src/classes/_table.h 1.2:
21371: * src/classes/_table.h [stateless_class] 1.1.6.1:
21372: * src/classes/double.C 1.15:
21373: * src/classes/double.C [stateless_class] 1.14.2.1:
21374: * src/classes/env.C 1.5:
21375: * src/classes/env.C [stateless_class] 1.4.8.1:
21376: * src/classes/int.C 1.14:
21377: * src/classes/int.C [stateless_class] 1.13.2.1:
21378: * src/classes/root.C 1.38:
21379: * src/classes/root.C [stateless_class] 1.37.2.1:
21380: * src/classes/string.C 1.10:
21381: * src/classes/string.C [stateless_class] 1.9.4.1:
21382: * src/classes/table.C 1.14:
21383: * src/classes/table.C [stateless_class] 1.13.2.1:
21384: * src/include/pa_request.h 1.46:
21385: * src/include/pa_request.h [stateless_class] 1.45.2.1:
21386: * src/main/compile.C 1.29:
21387: * src/main/compile.C [stateless_class] 1.28.2.1:
21388: * src/main/compile_tools.h 1.30:
21389: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
21390: * src/main/core.C 1.64:
21391: * src/main/core.C [stateless_class] 1.63.6.1:
21392: * src/main/execute.C 1.100:
21393: * src/main/execute.C [stateless_class] 1.99.2.1:
21394: * src/main/main.dsp 1.51:
21395: * src/main/main.dsp [stateless_class] 1.50.6.1:
21396: * src/main/pa_request.C 1.26:
21397: * src/main/pa_request.C [stateless_class] 1.25.2.1:
21398: * src/types/pa_valiased.h 1.3:
21399: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
21400: * src/types/pa_value.h 1.9:
21401: * src/types/pa_value.h [stateless_class] 1.8.2.1:
21402: * src/types/pa_vclass.C 1.5:
21403: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
21404: * src/types/pa_vclass.h 1.8:
21405: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
21406: * src/types/pa_venv.h 1.2:
21407: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
21408: * src/types/pa_vmframe.h 1.6:
21409: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
21410: * src/types/pa_vobject.h 1.5:
21411: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
21412: * src/types/pa_vstateless_class.C 1.2:
21413: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
21414: * src/types/pa_vstateless_class.h 1.2:
21415: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
21416: * src/types/pa_vstateless_object.h 1.2:
21417: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
21418: * src/types/pa_wcontext.h 1.5:
21419: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
21420: $ENV: re 0, stateless classes
21421:
21422: * src/include/pa_request.h 1.45:
21423: * src/main/compile.C 1.28:
21424: * src/main/execute.C 1.99:
21425: * src/main/pa_request.C 1.25:
21426: * src/types/pa_value.h 1.8:
21427: * src/types/pa_vmframe.h 1.5:
21428: fixed yesterdays bad decision on execute_static_method
21429:
21430: * src/include/core.h 1.15:
21431: * src/include/pa_common.h 1.11:
21432: * src/include/pa_request.h 1.52:
21433: * src/main/core.C 1.67:
21434: * src/main/execute.C 1.104:
21435: * src/main/main.dsp 1.53:
21436: * src/main/pa_request.C 1.30:
21437: * src/targets/cgi/parser3.C 1.4:
21438: * src/targets/cgi/parser3.dsp 1.3:
21439: * src/types/pa_vform.h 1.1:
21440: started cgi target
21441:
21442: * src/include/pa_request.h 1.47:
21443: * src/types/pa_venv.h 1.3:
21444: $ENV 0.1 stateless class
21445:
21446: * src/classes/_form.h 1.1:
21447: * src/classes/double.C 1.16:
21448: * src/classes/env.C 1.7:
21449: * src/classes/form.C 1.1:
21450: * src/classes/int.C 1.15:
21451: * src/classes/root.C 1.40:
21452: * src/classes/string.C 1.11:
21453: * src/classes/table.C 1.13:
21454: * src/classes/table.C 1.15:
21455: * src/include/core.h 1.13:
21456: * src/include/pa_request.h 1.49:
21457: * src/include/pa_request.h 1.50:
21458: * src/include/pa_types.h 1.12:
21459: * src/main/core.C 1.66:
21460: * src/main/execute.C 1.102:
21461: * src/main/pa_request.C 1.23:
21462: * src/main/pa_request.C 1.24:
21463: * src/main/pa_request.C 1.28:
21464: * src/targets/cgi/parser.dsp 1.2:
21465: * src/targets/cgi/parser3.C 1.2:
21466: * src/targets/cgi/parser3.dsp 1.1:
21467: * src/targets/cgi/parser3.dsp 1.2:
21468: * src/types/pa_vhash.h 1.4:
21469: z
21470:
21471: * src/classes/root.C 1.35:
21472: * src/classes/table.C 1.11:
21473: * src/include/pa_exception.h 1.8:
21474: * src/include/pa_pool.h 1.30:
21475: * src/main/pa_request.C 1.22:
21476: restructure_exceptions_dead_end
21477:
21478: * src/classes/root.C 1.34:
21479: * src/main/compile.y 1.94:
21480: ^if required junctions. allowed ; inside {} to break params
21481:
21482: * src/classes/_env.h 1.5:
21483: * src/classes/env.C 1.6:
21484: * src/classes/root.C 1.39:
21485: * src/include/core.h 1.12:
21486: * src/include/pa_pool.h 1.32:
21487: * src/include/pa_request.h 1.48:
21488: * src/main/compile.C 1.30:
21489: * src/main/compile.y 1.96:
21490: * src/main/core.C 1.65:
21491: * src/main/main.dsp 1.52:
21492: * src/main/pa_common.C 1.11:
21493: * src/main/pa_request.C 1.27:
21494: * src/types/pa_value.h 1.11:
21495: * src/types/pa_venv.h 1.6:
21496: * src/types/pa_vstateless_class.h 1.3:
21497: started $form: [historical moment :)]
21498:
21499: * src/types/pa_venv.h 1.5:
21500: $ENV 1
21501:
21502: * src/classes/double.C 1.14:
21503: * src/classes/int.C 1.13:
21504: * src/classes/root.C 1.37:
21505: * src/types/pa_vdouble.h 1.7:
21506: * src/types/pa_vint.h 1.8:
21507: Int,Double dec mul div mod
21508:
21509: 2001-03-12 paf
21510: * src/classes/_string.h 1.5:
21511: * src/classes/double.C 1.13:
21512: * src/classes/int.C 1.12:
21513: * src/classes/string.C 1.9:
21514: * src/main/execute.C 1.98:
21515: * src/types/pa_wcontext.h 1.4:
21516: int doube string ^format
21517:
21518: * src/classes/root.C 1.19:
21519: * src/types/pa_vclass.h 1.4:
21520: process temp main zeroing
21521:
21522: * src/classes/root.C 1.30:
21523: * src/classes/table.C 1.6:
21524: * src/types/pa_vtable.h 1.2:
21525: table ^offset ^line ^count
21526:
21527: * src/classes/root.C 1.28:
21528: * src/classes/table.C 1.5:
21529: ^use
21530:
21531: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
21532: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
21533: constructing flag not 'bad' but not 'enough'
21534:
21535: * src/classes/root.C 1.27:
21536: * src/classes/table.C 1.4:
21537: * src/include/pa_request.h 1.44:
21538: * src/main/compile.y 1.92:
21539: * src/main/core.C 1.62:
21540: * src/main/execute.C 1.96:
21541: * src/types/pa_vclass.h 1.7:
21542: * src/types/pa_wcontext.C 1.3:
21543: * src/types/pa_wcontext.h 1.3:
21544: * src/types/pa_wwrapper.h 1.3:
21545: while. switched off wcontext.constructing after write(value) or
21546: auto-vhash-constructing
21547:
21548: * src/classes/table.C 1.8:
21549: table ^empty
21550:
21551: * src/classes/root.C 1.33:
21552: ^eval
21553:
21554: * src/classes/root.C 1.26:
21555: * src/classes/table.C 1.3:
21556: * src/include/pa_request.h 1.43:
21557: * src/main/pa_request.C 1.20:
21558: fail_if_junction_ helper func
21559:
21560: * src/classes/root.C 1.23:
21561: * src/include/core.h 1.11:
21562: * src/include/pa_array.h 1.23:
21563: * src/include/pa_request.h 1.41:
21564: * src/include/pa_table.h 1.11:
21565: * src/main/core.C 1.60:
21566: * src/main/main.dsp 1.49:
21567: * src/main/pa_request.C 1.17:
21568: * src/main/pa_table.C 1.12:
21569: * src/types/pa_value.h 1.6:
21570: * src/types/pa_vclass.C 1.4:
21571: * src/types/pa_vclass.h 1.6:
21572: * src/types/pa_vdouble.h 1.5:
21573: * src/types/pa_vint.h 1.5:
21574: * src/types/pa_vmframe.h 1.4:
21575: * src/types/pa_vstring.h 1.5:
21576: freeze, ^table:create[] -1
21577:
21578: * src/types/pa_vtable.h 1.1:
21579: table: no, better with string in cells...
21580:
21581: * src/classes/root.C 1.21:
21582: * src/main/execute.C 1.93:
21583: * src/types/pa_vclass.h 1.5:
21584: used get_method in couple places optimizing them
21585:
1.24 paf 21586: * src/classes/_table.h 1.1:
21587: * src/classes/root.C 1.20:
21588: * src/classes/root.C 1.22:
21589: * src/classes/table.C 1.1:
21590: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
21591: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
21592: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
21593: * src/main/untaint.C 1.1:
21594: * src/types/pa_value.h 1.5:
21595: z
21596:
1.15 paf 21597: * src/classes/double.C 1.10:
21598: * src/classes/int.C 1.10:
21599: * src/classes/root.C 1.18:
21600: * src/classes/string.C 1.7:
21601: * src/include/pa_common.h 1.6:
21602: * src/include/pa_request.h 1.40:
21603: * src/include/pa_string.h 1.32:
21604: * src/include/pa_types.h 1.10:
21605: * src/main/compile.C 1.27:
21606: * src/main/compile.y 1.91:
21607: * src/main/compile_tools.h 1.29:
21608: * src/main/execute.C 1.92:
21609: * src/main/pa_common.C 1.7:
21610: * src/main/pa_request.C 1.16:
21611: * src/types/pa_value.h 1.4:
21612: * src/types/pa_vmframe.h 1.3:
21613: process. actual names to store param and
21614: check_actual_numbered_params for better place diagnostics
21615:
21616: * src/classes/root.C 1.25:
21617: * src/classes/table.C 1.2:
21618: * src/include/pa_common.h 1.8:
21619: * src/include/pa_request.h 1.42:
21620: * src/main/execute.C 1.95:
21621: * src/main/main.dsp 1.50:
21622: * src/main/pa_common.C 1.9:
21623: * src/main/pa_request.C 1.19:
21624: ^process error point by actual method_name, not source.
21625: ^load
21626:
21627: * src/classes/table.C 1.7:
21628: * src/include/pa_table.h 1.13:
21629: table ^menu
21630:
21631: * src/classes/root.C 1.29:
21632: ^round() ^floor() ^ceiling() ^abs() ^sign()
21633:
21634: * src/classes/double.C 1.11:
21635: * src/classes/int.C 1.11:
21636: * src/classes/root.C 1.31:
21637: * src/classes/string.C 1.8:
21638: * src/classes/table.C 1.9:
21639: * src/main/core.C 1.63:
21640: * src/main/execute.C 1.97:
21641: * src/types/pa_vint.h 1.6:
21642: ^for
21643:
21644: * src/classes/double.C 1.12:
21645: * src/classes/root.C 1.32:
21646: * src/classes/table.C 1.10:
21647: * src/include/pa_common.h 1.9:
21648: * src/include/pa_types.h 1.11:
21649: * src/main/compile.y 1.93:
21650: * src/main/pa_common.C 1.10:
21651: * src/main/pa_request.C 1.21:
21652: * src/main/untaint.C 1.2:
21653: * src/types/pa_vdouble.h 1.6:
21654: * src/types/pa_vint.h 1.7:
21655: * src/types/pa_vtable.h 1.3:
21656: * src/types/pa_wwrapper.h 1.4:
21657: think constructing flag as is is bad
21658:
21659: * src/classes/root.C 1.24:
21660: * src/include/pa_common.h 1.7:
21661: * src/include/pa_string.h 1.33:
21662: * src/include/pa_table.h 1.12:
21663: * src/main/core.C 1.61:
21664: * src/main/execute.C 1.94:
21665: * src/main/pa_common.C 1.8:
21666: * src/main/pa_request.C 1.18:
21667: * src/main/pa_table.C 1.13:
21668: * src/types/pa_value.h 1.7:
21669: table:set 0
21670:
21671: 2001-03-11 paf
21672: * src/classes/double.C 1.8:
21673: * src/classes/int.C 1.8:
21674: * src/classes/root.C 1.14:
21675: * src/include/pa_request.h 1.38:
21676: * src/main/execute.C 1.90:
21677: intercept_string
21678:
21679: * src/classes/double.C 1.6:
21680: * src/classes/int.C 1.6:
21681: * src/include/pa_request.h 1.37:
21682: ^inc-s(expr)
21683:
21684: * src/include/pa_valiased.h 1.4:
21685: * src/include/pa_value.h 1.51:
21686: * src/include/pa_vbool.h 1.8:
21687: * src/include/pa_vcframe.h 1.8:
21688: * src/include/pa_vclass.h 1.30:
21689: * src/include/pa_vdouble.h 1.13:
21690: * src/include/pa_vhash.h 1.13:
21691: * src/include/pa_vint.h 1.5:
21692: * src/include/pa_vjunction.h 1.9:
21693: * src/include/pa_vmframe.h 1.24:
21694: * src/include/pa_vobject.h 1.18:
21695: * src/include/pa_vstring.h 1.18:
21696: * src/include/pa_vunknown.h 1.10:
21697: * src/include/pa_wcontext.h 1.29:
21698: * src/include/pa_wwrapper.h 1.14:
21699: * src/main/compile.y 1.88:
21700: * src/main/core.C 1.55:
21701: * src/main/main.dsp 1.44:
21702: * src/main/pa_cframe.C 1.6:
21703: * src/main/pa_request.C 1.11:
21704: * src/main/pa_value.C 1.8:
21705: * src/main/pa_vclass.C 1.5:
21706: * src/main/pa_wcontext.C 1.11:
21707: * src/types/pa_valiased.h 1.1:
21708: * src/types/pa_value.h 1.1:
21709: * src/types/pa_vbool.h 1.1:
21710: * src/types/pa_vcframe.h 1.1:
21711: * src/types/pa_vclass.C 1.1:
21712: * src/types/pa_vclass.h 1.1:
21713: * src/types/pa_vdouble.h 1.1:
21714: * src/types/pa_vhash.h 1.1:
21715: * src/types/pa_vint.h 1.1:
21716: * src/types/pa_vjunction.h 1.1:
21717: * src/types/pa_vmframe.h 1.1:
21718: * src/types/pa_vobject.h 1.1:
21719: * src/types/pa_vstring.h 1.1:
21720: * src/types/pa_vunknown.h 1.1:
21721: * src/types/pa_wcontext.C 1.1:
21722: * src/types/pa_wcontext.h 1.1:
21723: * src/types/pa_wwrapper.h 1.1:
21724: splitted types from include/
21725:
21726: * src/main/main.dsp 1.47:
21727: * src/types/pa_value.h 1.3:
21728: * src/types/pa_vdouble.h 1.3:
21729: * src/types/pa_vint.h 1.3:
21730: * src/types/pa_vobject.h 1.3:
21731: * src/types/pa_vstring.h 1.3:
21732: VString VDouble VInt base now VObject_base - without fields
21733:
21734: * src/include/core.h 1.7:
21735: * src/include/pa_request.h 1.35:
21736: * src/main/core.C 1.56:
21737: * src/main/main.dsp 1.45:
21738: * src/main/pa_request.C 1.12:
21739: renamed AUTO: to MAIN:
21740:
21741: * src/classes/double.C 1.9:
21742: * src/classes/int.C 1.9:
21743: * src/classes/root.C 1.15:
21744: * src/classes/string.C 1.6:
21745: * src/include/core.h 1.9:
21746: * src/include/pa_hash.h 1.23:
21747: * src/include/pa_pool.h 1.29:
21748: * src/include/pa_request.h 1.39:
21749: * src/include/pa_string.h 1.31:
21750: * src/main/compile.C 1.26:
21751: * src/main/core.C 1.58:
21752: * src/main/pa_request.C 1.15:
21753: ^untaint 0
21754:
21755: * src/classes/root.C 1.17:
21756: * src/main/execute.C 1.91:
21757: * src/main/main.dsp 1.48:
21758: setname for method-junctions bug fixed
21759:
21760: * src/types/pa_vdouble.h 1.4:
21761: * src/types/pa_vint.h 1.4:
21762: * src/types/pa_vobject.h 1.4:
21763: * src/types/pa_vstateless_object.h 1.1:
21764: * src/types/pa_vstring.h 1.4:
21765: stateless_object
21766:
21767: * src/classes/root.C 1.16:
21768: * src/include/core.h 1.10:
21769: * src/main/core.C 1.59:
21770: * src/main/pa_request.C 1.13:
21771: * src/types/pa_vhash.h 1.2:
21772: z
21773:
21774: * src/classes/_double.h 1.4:
21775: * src/classes/_env.h 1.3:
21776: * src/classes/_int.h 1.4:
21777: * src/classes/_root.h 1.3:
21778: * src/classes/_string.h 1.4:
21779: * src/classes/double.C 1.5:
21780: * src/classes/env.C 1.4:
21781: * src/classes/int.C 1.5:
21782: * src/classes/root.C 1.12:
21783: * src/classes/string.C 1.5:
21784: * src/include/code.h 1.20:
21785: * src/include/core.h 1.8:
21786: * src/include/pa_array.h 1.22:
21787: * src/include/pa_common.h 1.5:
21788: * src/include/pa_exception.h 1.7:
21789: * src/include/pa_hash.h 1.22:
21790: * src/include/pa_pool.h 1.28:
21791: * src/include/pa_request.h 1.36:
21792: * src/include/pa_stack.h 1.6:
21793: * src/include/pa_string.h 1.30:
21794: * src/include/pa_table.h 1.10:
21795: * src/include/pa_threads.h 1.6:
21796: * src/include/pa_types.h 1.9:
21797: * src/main/compile.C 1.25:
21798: * src/main/compile.y 1.89:
21799: * src/main/compile_tools.C 1.26:
21800: * src/main/compile_tools.h 1.27:
21801: * src/main/core.C 1.57:
21802: * src/main/execute.C 1.89:
21803: * src/main/pa_array.C 1.22:
21804: * src/main/pa_common.C 1.6:
21805: * src/main/pa_exception.C 1.6:
21806: * src/main/pa_hash.C 1.20:
21807: * src/main/pa_pool.C 1.11:
21808: * src/main/pa_request.C 1.14:
21809: * src/main/pa_string.C 1.37:
21810: * src/main/pa_table.C 1.11:
21811: * src/types/pa_valiased.h 1.2:
21812: * src/types/pa_value.h 1.2:
21813: * src/types/pa_vbool.h 1.2:
21814: * src/types/pa_vcframe.h 1.2:
21815: * src/types/pa_vclass.C 1.2:
21816: * src/types/pa_vclass.h 1.2:
21817: * src/types/pa_vdouble.h 1.2:
21818: * src/types/pa_vhash.h 1.3:
21819: * src/types/pa_vint.h 1.2:
21820: * src/types/pa_vjunction.h 1.2:
21821: * src/types/pa_vmframe.h 1.2:
21822: * src/types/pa_vobject.h 1.2:
21823: * src/types/pa_vstring.h 1.2:
21824: * src/types/pa_vunknown.h 1.2:
21825: * src/types/pa_wcontext.C 1.2:
21826: * src/types/pa_wcontext.h 1.2:
21827: * src/types/pa_wwrapper.h 1.2:
21828: headers updated
21829:
21830: * src/classes/double.C 1.7:
21831: * src/classes/int.C 1.7:
21832: * src/classes/root.C 1.13:
21833: * src/types/pa_vclass.C 1.3:
21834: * src/types/pa_vclass.h 1.3:
21835: add_native_method helper
21836:
21837: 2001-03-10 paf
21838: * src/include/core.h 1.4:
21839: * src/include/pa_request.h 1.30:
21840: * src/main/compile.y 1.85:
21841: * src/main/core.C 1.52:
21842: * src/main/pa_request.C 1.6:
21843: names to core.C
21844:
21845: * src/classes/_env.h 1.1:
21846: * src/classes/env.C 1.1:
21847: * src/classes/root.C 1.8:
21848: * src/include/pa_request.h 1.23:
21849: * src/include/pa_vclass.h 1.27:
21850: * src/main/core.C 1.49:
21851: * src/main/main.dsp 1.42:
21852: env0
21853:
21854: * src/include/code.h 1.18:
21855: * src/include/pa_request.h 1.28:
21856: * src/include/pa_vint.h 1.3:
21857: * src/include/pa_vjunction.h 1.7:
21858: * src/include/pa_vstring.h 1.16:
21859: * src/main/compile.y 1.84:
21860: * src/main/compile_tools.C 1.24:
21861: * src/main/compile_tools.h 1.25:
21862: * src/main/execute.C 1.86:
21863: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21864:
21865: * src/include/core.h 1.2:
21866: * src/include/pa_array.h 1.20:
21867: * src/include/pa_hash.h 1.20:
21868: * src/include/pa_request.h 1.24:
21869: * src/include/pa_value.h 1.49:
21870: * src/include/pa_vcframe.h 1.6:
21871: * src/include/pa_vdouble.h 1.11:
21872: * src/include/pa_vint.h 1.2:
21873: * src/include/pa_vstring.h 1.15:
21874: * src/include/pa_vunknown.h 1.8:
21875: * src/include/pa_wcontext.h 1.26:
21876: * src/main/compile.y 1.82:
21877: * src/main/compile_tools.C 1.23:
21878: * src/main/compile_tools.h 1.24:
21879: * src/main/core.C 1.50:
21880: * src/main/execute.C 1.82:
21881: * src/main/main.dsp 1.43:
21882: * src/main/pa_cframe.C 1.4:
21883: * src/main/pa_request.C 1.3:
21884: * src/main/pa_wcontext.C 1.8:
21885: const fight finished
21886:
21887: * src/include/core.h 1.6:
21888: * src/include/pa_request.h 1.34:
21889: * src/main/core.C 1.54:
21890: * src/main/pa_request.C 1.10:
21891: run+auto=run
21892:
21893: * src/include/pa_request.h 1.27:
21894: * src/main/execute.C 1.85:
21895: * src/main/pa_request.C 1.4:
21896: @auto[] realised. auto.p scan togo
21897:
21898: * src/classes/double.C 1.3:
21899: * src/classes/int.C 1.3:
21900: * src/classes/root.C 1.9:
21901: * src/classes/string.C 1.3:
21902: * src/include/pa_request.h 1.25:
21903: * src/include/pa_string.h 1.28:
21904: * src/include/pa_wcontext.h 1.27:
21905: * src/main/compile.y 1.83:
21906: * src/main/execute.C 1.83:
21907: * src/main/pa_string.C 1.35:
21908: * src/main/pa_wcontext.C 1.9:
21909: tainting 0
21910:
21911: * src/classes/_double.h 1.2:
21912: * src/classes/_int.h 1.2:
21913: * src/classes/_root.h 1.1:
21914: * src/classes/_string.h 1.2:
21915: * src/classes/double.C 1.2:
21916: * src/classes/int.C 1.2:
21917: * src/classes/root.C 1.7:
21918: * src/classes/string.C 1.2:
21919: * src/include/pa_request.h 1.22:
21920: * src/include/pa_string.h 1.27:
21921: * src/include/pa_types.h 1.7:
21922: * src/include/pa_vcframe.h 1.5:
21923: * src/include/pa_wcontext.h 1.25:
21924: * src/main/core.C 1.48:
21925: * src/main/main.dsp 1.41:
21926: * src/main/pa_cframe.C 1.3:
21927: * src/main/pa_string.C 1.34:
21928: * src/main/pa_vclass.C 1.3:
21929: * src/main/pa_wcontext.C 1.7:
21930: ^lang prepare0
21931:
21932: * src/include/pa_request.h 1.31:
21933: * src/main/compile.C 1.23:
21934: * src/main/compile.y 1.86:
21935: * src/main/pa_request.C 1.7:
21936: auto tree0
21937:
21938: * src/classes/env.C 1.2:
21939: env:file/line
21940:
21941: * src/include/pa_vclass.h 1.28:
21942: const fight to go
21943:
1.24 paf 21944: * src/include/pa_request.h 1.26:
21945: * src/main/execute.C 1.84:
21946: autocalc code-junctions result now have names
21947:
1.15 paf 21948: * src/include/core.h 1.3:
21949: * src/include/pa_common.h 1.3:
21950: * src/include/pa_pool.h 1.26:
21951: * src/include/pa_request.h 1.29:
21952: * src/main/core.C 1.51:
21953: * src/main/execute.C 1.87:
21954: * src/main/pa_common.C 1.4:
21955: * src/main/pa_request.C 1.5:
21956: root auto.p loaded
21957:
21958: * src/classes/root.C 1.11:
21959: * src/include/pa_request.h 1.33:
21960: minor if junction bug
21961:
21962: * src/main/pa_request.C 1.8:
21963: auto..
21964:
21965: * src/classes/_double.h 1.3:
21966: * src/classes/_env.h 1.2:
21967: * src/classes/_int.h 1.3:
21968: * src/classes/_root.h 1.2:
21969: * src/classes/_string.h 1.3:
21970: * src/classes/double.C 1.4:
21971: * src/classes/env.C 1.3:
21972: * src/classes/int.C 1.4:
21973: * src/classes/root.C 1.10:
21974: * src/classes/string.C 1.4:
21975: * src/include/code.h 1.19:
21976: * src/include/core.h 1.5:
21977: * src/include/pa_array.h 1.21:
21978: * src/include/pa_common.h 1.4:
21979: * src/include/pa_exception.h 1.6:
21980: * src/include/pa_hash.h 1.21:
21981: * src/include/pa_pool.h 1.27:
21982: * src/include/pa_request.h 1.32:
21983: * src/include/pa_stack.h 1.5:
21984: * src/include/pa_string.h 1.29:
21985: * src/include/pa_table.h 1.9:
21986: * src/include/pa_threads.h 1.5:
21987: * src/include/pa_types.h 1.8:
21988: * src/include/pa_valiased.h 1.3:
21989: * src/include/pa_value.h 1.50:
21990: * src/include/pa_vbool.h 1.7:
21991: * src/include/pa_vcframe.h 1.7:
21992: * src/include/pa_vclass.h 1.29:
21993: * src/include/pa_vdouble.h 1.12:
21994: * src/include/pa_vhash.h 1.12:
21995: * src/include/pa_vint.h 1.4:
21996: * src/include/pa_vjunction.h 1.8:
21997: * src/include/pa_vmframe.h 1.23:
21998: * src/include/pa_vobject.h 1.17:
21999: * src/include/pa_vstring.h 1.17:
22000: * src/include/pa_vunknown.h 1.9:
22001: * src/include/pa_wcontext.h 1.28:
22002: * src/include/pa_wwrapper.h 1.13:
22003: * src/main/compile.C 1.24:
22004: * src/main/compile.y 1.87:
22005: * src/main/compile_tools.C 1.25:
22006: * src/main/compile_tools.h 1.26:
22007: * src/main/core.C 1.53:
22008: * src/main/execute.C 1.88:
22009: * src/main/pa_array.C 1.21:
22010: * src/main/pa_cframe.C 1.5:
22011: * src/main/pa_common.C 1.5:
22012: * src/main/pa_exception.C 1.5:
22013: * src/main/pa_hash.C 1.19:
22014: * src/main/pa_pool.C 1.10:
22015: * src/main/pa_request.C 1.9:
22016: * src/main/pa_string.C 1.36:
22017: * src/main/pa_table.C 1.10:
22018: * src/main/pa_value.C 1.7:
22019: * src/main/pa_vclass.C 1.4:
22020: * src/main/pa_wcontext.C 1.10:
22021: sources header
22022:
22023: 2001-03-09 paf
22024: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
22025: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
22026: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
22027: ^string.length[]
22028:
22029: * src/classes/root.C 1.5:
22030: * src/include/pa_request.h 1.21:
22031: * src/include/pa_vclass.h 1.26:
22032: * src/include/pa_vhash.h 1.11:
22033: * src/include/pa_vmframe.h 1.20:
22034: * src/include/pa_vobject.h 1.15:
22035: * src/include/pa_vstring.h 1.13:
22036: * src/include/pa_wcontext.h 1.24:
22037: * src/main/compile.y 1.80:
22038: * src/main/core.C 1.46:
22039: * src/main/execute.C 1.79:
22040: * src/main/main.dsp 1.39:
22041: .
22042:
22043: * src/include/pa_vmframe.h 1.22:
22044: * src/main/compile.C 1.22:
22045: * src/main/execute.C 1.81:
22046: expr construct proper naming
22047:
22048: * src/classes/_double.h 1.1:
22049: * src/classes/_int.h 1.1:
22050: * src/classes/_string.h 1.1:
22051: * src/classes/double.C 1.1:
22052: * src/classes/int.C 1.1:
22053: * src/classes/root.C 1.6:
22054: * src/classes/string.C 1.1:
22055: * src/include/code.h 1.17:
22056: * src/include/pa_value.h 1.48:
22057: * src/include/pa_vbool.h 1.6:
22058: * src/include/pa_vdouble.h 1.10:
22059: * src/include/pa_vint.h 1.1:
22060: * src/include/pa_vmframe.h 1.21:
22061: * src/include/pa_vobject.h 1.16:
22062: * src/include/pa_vstring.h 1.14:
22063: * src/main/compile.y 1.81:
22064: * src/main/compile_tools.C 1.22:
22065: * src/main/core.C 1.47:
22066: * src/main/execute.C 1.80:
22067: * src/main/main.dsp 1.40:
22068: Int and Double classes with ^int[] and ^double[]. fixed expr type
22069:
22070: 2001-03-08 paf
22071: * src/include/pa_request.h 1.18:
22072: * src/include/pa_value.h 1.44:
22073: * src/include/pa_vcframe.h 1.4:
22074: * src/include/pa_vmframe.h 1.16:
22075: * src/include/pa_wcontext.h 1.23:
22076: * src/main/compile.C 1.21:
22077: * src/main/compile.y 1.76:
22078: * src/main/core.C 1.45:
22079: * src/main/execute.C 1.70:
22080: * src/main/pa_cframe.C 1.2:
22081: * src/main/pa_wcontext.C 1.5:
22082: 'if' just compiled
22083:
22084: * src/main/pa_vclass.C 1.2:
22085: that were ok... [vclass were out of vcs]
22086:
22087: * src/include/pa_value.h 1.43:
22088: * src/include/pa_vmframe.h 1.14:
22089: * src/main/compile.y 1.75:
22090: * src/main/core.C 1.44:
22091: * src/main/execute.C 1.68:
22092: * src/main/main.dsp 1.37:
22093: z. detected probs with parameter names in operator methods
22094:
22095: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
22096: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
22097: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
22098: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
22099: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
22100: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
22101: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
22102: dead end: vstring can't be derivated from vobject
22103:
22104: * src/include/pa_request.h 1.17:
22105: * src/main/compile.C 1.20:
22106: * src/main/compile.y 1.73:
22107: * src/main/core.C 1.43:
22108: * src/main/main.dsp 1.36:
22109: introducing ROOT_CLASS.
22110: it's default @BASE.
22111: changed 'RUN' assignment mech
22112:
22113: * src/main/execute.C 1.64:
22114: root root in code-junction
22115:
22116: * src/include/pa_bool.h 1.2:
22117: * src/include/pa_double.h 1.2:
22118: * src/include/pa_value.h 1.47:
22119: * src/include/pa_vbool.h 1.5:
22120: * src/include/pa_vclass.h 1.24:
22121: * src/include/pa_vdouble.h 1.9:
22122: * src/include/pa_vhash.h 1.9:
22123: * src/include/pa_vjunction.h 1.6:
22124: * src/include/pa_vmframe.h 1.19:
22125: * src/include/pa_vobject.h 1.13:
22126: * src/include/pa_vstring.h 1.12:
22127: * src/include/pa_vunknown.h 1.7:
22128: * src/main/compile.y 1.79:
22129: * src/main/compile_tools.C 1.21:
22130: * src/main/execute.C 1.78:
22131: withoud cloning. didn't need it actually, params got passed
22132: from out unnamed ewpool
22133:
22134: * src/include/code.h 1.16:
22135: * src/main/compile.y 1.72:
22136: * src/main/compile_tools.C 1.19:
22137: * src/main/compile_tools.h 1.23:
22138: * src/main/execute.C 1.66:
22139: made class: dynamic, not static. so to enable runtime ^use
22140:
22141: * src/include/code.h 1.15:
22142: * src/main/compile.y 1.70:
22143: * src/main/compile_tools.C 1.18:
22144: * src/main/execute.C 1.65:
22145: joined 2 into one OP_CODE__STORE_PARAM
22146:
22147: * src/main/execute.C 1.74:
22148: fixed problems calling operators in constructors
22149:
22150: * src/classes/root.C 1.2:
22151: * src/include/pa_request.h 1.19:
22152: * src/include/pa_value.h 1.45:
22153: * src/include/pa_vbool.h 1.3:
22154: * src/include/pa_wwrapper.h 1.12:
22155: * src/main/execute.C 1.71:
22156: ^if 0
22157:
22158: * src/main/pa_vclass.C 1.1:
22159: wow! vclass were out of vcs
22160:
22161: * src/classes/root.C 1.4:
22162: * src/include/pa_stack.h 1.4:
22163: * src/main/execute.C 1.73:
22164: detected problems calling operators in constructors
22165:
22166: * src/main/compile.y 1.74:
22167: minor renamings in .y
22168:
22169: * src/include/pa_vdouble.h 1.8:
22170: * src/include/pa_vhash.h 1.8:
22171: * src/include/pa_vjunction.h 1.5:
22172: * src/include/pa_vobject.h 1.12:
22173: * src/include/pa_vunknown.h 1.6:
22174: * src/main/compile.y 1.78:
22175: cloning dead end
22176:
22177: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
22178: fixed forgotten method_frame my check
22179:
22180: * src/classes/root.C 1.1:
22181: added root.c
22182:
22183: * src/include/pa_vbool.h 1.2:
22184: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
22185: * src/include/pa_vdouble.h 1.6:
22186: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
22187: * src/include/pa_vjunction.h 1.3:
22188: * src/include/pa_vmframe.h 1.15:
22189: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
22190: * src/include/pa_vstring.h 1.10:
22191: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
22192: * src/include/pa_wcontext.h 1.22:
22193: * src/main/execute.C 1.67:
22194: * src/main/execute.C 1.69:
22195: * src/main/execute.C 1.75:
22196: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
22197: * src/main/pa_wcontext.C 1.4:
22198: * src/main/pa_wcontext.C 1.6:
22199: z
22200:
22201: * src/main/compile.y 1.71:
22202: minor grammar bug with OP_CODE__STORE_PARAM
22203:
22204: * src/include/pa_bool.h 1.1:
22205: * src/include/pa_double.h 1.1:
22206: * src/include/pa_valiased.h 1.2:
22207: * src/include/pa_value.h 1.46:
22208: * src/include/pa_vbool.h 1.4:
22209: * src/include/pa_vclass.h 1.23:
22210: * src/include/pa_vdouble.h 1.7:
22211: * src/include/pa_vhash.h 1.7:
22212: * src/include/pa_vjunction.h 1.4:
22213: * src/include/pa_vmframe.h 1.18:
22214: * src/include/pa_vobject.h 1.11:
22215: * src/include/pa_vstring.h 1.11:
22216: * src/include/pa_vunknown.h 1.5:
22217: * src/main/compile.y 1.77:
22218: * src/main/compile_tools.C 1.20:
22219: * src/main/execute.C 1.77:
22220: * src/main/main.dsp 1.38:
22221: * src/main/pa_value.C 1.6:
22222: value.cloning so to give params proper names
22223:
22224: * src/classes/root.C 1.3:
22225: * src/include/pa_request.h 1.20:
22226: * src/main/execute.C 1.72:
22227: autocalc def to string
22228:
22229: * src/include/pa_vmframe.h 1.17:
22230: * src/main/execute.C 1.76:
22231: added names to unknown values in get_element and unfilled
22232: params. removed wrong name change in get_element
22233:
22234: * src/include/pa_vclass.h 1.25:
22235: * src/include/pa_vhash.h 1.10:
22236: * src/include/pa_vobject.h 1.14:
22237: removes some remained clone conseqs
22238:
22239: 2001-03-07 paf
22240: * src/include/pa_hash.h 1.19:
22241: * src/include/pa_value.h 1.40:
22242: * src/include/pa_vhash.h 1.4:
22243: * src/include/pa_vunknown.h 1.4:
22244: * src/main/compile.y 1.67:
22245: * src/main/execute.C 1.62:
22246: * src/main/pa_hash.C 1.18:
22247: expr def in -f
22248:
22249: * src/main/compile.y 1.65:
22250: * src/main/execute.C 1.60:
22251: * src/main/pa_string.C 1.33:
22252: bug in string.cmp fixed
22253:
22254: * src/main/compile.y 1.68:
22255: .y priorities syntax shaped up a bit
22256:
22257: * src/main/compile.y 1.64:
22258: expr quoted code
22259:
22260: * src/main/execute.C 1.57:
22261: ^var.menu{$field} problem detected. that $field not a $var.field
22262:
22263: * src/main/compile.y 1.69:
22264: * src/main/compile_tools.h 1.22:
22265: ^func(params)
22266:
1.24 paf 22267: * src/main/compile.y 1.63:
22268: * src/main/execute.C 1.59:
22269: expr whitespace solved. added "" support0
22270:
1.15 paf 22271: * src/include/pa_value.h 1.42:
22272: * src/include/pa_vclass.h 1.22:
22273: * src/include/pa_vhash.h 1.6:
22274: * src/include/pa_vmframe.h 1.13:
22275: * src/include/pa_vobject.h 1.10:
22276: * src/include/pa_wwrapper.h 1.11:
22277: const in Value.get_element
22278:
22279: * src/include/pa_string.h 1.26:
22280: * src/main/compile.y 1.61:
22281: * src/main/execute.C 1.58:
22282: * src/main/pa_string.C 1.32:
22283: just compiled lt&co
22284:
22285: * src/include/pa_stack.h 1.3:
22286: * src/include/pa_value.h 1.41:
22287: * src/include/pa_vclass.h 1.21:
22288: * src/include/pa_vhash.h 1.5:
22289: * src/include/pa_vmframe.h 1.12:
22290: * src/include/pa_vobject.h 1.9:
22291: * src/include/pa_wwrapper.h 1.10:
22292: * src/main/execute.C 1.63:
22293: fixed rwcontext of {} params up
22294:
22295: * src/main/compile.y 1.62:
22296: expr string comparisons 0
22297:
22298: * src/main/compile.y 1.66:
22299: * src/main/execute.C 1.61:
22300: expr calls
22301:
22302: 2001-03-06 paf
22303: * src/include/pa_vbool.h 1.1:
22304: forgot this
22305:
22306: * src/main/compile.y 1.51:
22307: expr lexx1
22308:
22309: * src/include/code.h 1.14:
22310: * src/main/compile.y 1.59:
22311: * src/main/execute.C 1.56:
22312: 1 problems with skipping whitespace in yylex fixed
22313: 2 xors: # bitwise ## logical
22314:
22315: * src/include/code.h 1.11:
22316: * src/include/pa_valiased.h 1.1:
22317: * src/include/pa_value.h 1.37:
22318: * src/include/pa_vdouble.h 1.1:
22319: * src/include/pa_vstring.h 1.6:
22320: * src/main/compile.y 1.49:
22321: * src/main/execute.C 1.49:
22322: expr lex0 exec-1
22323:
22324: * src/main/compile.y 1.52:
22325: expr grammar-1
22326:
22327: * src/include/pa_value.h 1.39:
22328: * src/include/pa_vdouble.h 1.5:
22329: * src/include/pa_vstring.h 1.8:
22330: * src/include/pa_vunknown.h 1.3:
22331: * src/main/compile.y 1.56:
22332: * src/main/execute.C 1.54:
22333: * src/main/main.dsp 1.35:
22334: !~
22335:
22336: * src/include/code.h 1.10:
22337: * src/main/compile.y 1.48:
22338: * src/main/compile_tools.h 1.18:
22339: g
22340:
22341: * src/main/compile.y 1.60:
22342: .y expr visible-shorter
22343:
22344: * src/include/pa_vcframe.h 1.3:
22345: * src/include/pa_vclass.h 1.20:
22346: * src/include/pa_vdouble.h 1.4:
22347: * src/include/pa_vhash.h 1.3:
22348: * src/include/pa_vjunction.h 1.2:
22349: * src/include/pa_vmframe.h 1.11:
22350: * src/include/pa_vobject.h 1.8:
22351: * src/include/pa_vstring.h 1.7:
22352: * src/include/pa_vunknown.h 1.2:
22353: * src/include/pa_wcontext.h 1.21:
22354: * src/include/pa_wwrapper.h 1.9:
22355: * src/main/compile.y 1.55:
22356: * src/main/compile_tools.C 1.17:
22357: * src/main/compile_tools.h 1.21:
22358: * src/main/execute.C 1.53:
22359: +-*/
22360:
22361: * src/main/compile.y 1.50:
22362: * src/main/execute.C 1.50:
22363: * src/main/main.dsp 1.34:
22364: z
22365:
22366: * src/include/pa_value.h 1.38:
22367: * src/include/pa_vdouble.h 1.2:
22368: * src/main/compile.y 1.53:
22369: * src/main/execute.C 1.51:
22370: expr grammar-1 2*2=4.000000 :)
22371:
1.24 paf 22372: * src/include/pa_vstring.h 1.9:
22373: * src/main/compile.y 1.58:
22374: problems with skipping whitespace in yylex
22375:
1.15 paf 22376: * src/include/pa_vdouble.h 1.3:
22377: * src/main/compile.y 1.54:
22378: * src/main/compile_tools.C 1.15:
22379: * src/main/compile_tools.h 1.19:
22380: grammar-1.1 $a(z) $a=0
22381:
22382: * src/include/code.h 1.13:
22383: * src/main/compile.y 1.57:
22384: * src/main/execute.C 1.55:
22385: without string ops in expressions 0
22386:
22387: 2001-02-26 paf
22388: * src/main/compile.y 1.46:
22389: max_string in yyerror bug fix
22390:
22391: 2001-02-25 paf
22392: * src/main/compile.y 1.40:
22393: escaping bug
22394:
22395: * src/include/pa_request.h 1.14:
22396: * src/main/compile.C 1.19:
22397: * src/main/core.C 1.38:
22398: default name RUN, also alias
22399:
22400: * src/include/pa_vcframe.h 1.2:
22401: * src/include/pa_vmframe.h 1.5:
22402: * src/include/pa_vobject.h 1.6:
22403: * src/include/pa_wcontext.h 1.17:
22404: * src/include/pa_wwrapper.h 1.7:
22405: * src/main/core.C 1.40:
22406: * src/main/execute.C 1.43:
22407: * src/main/main.dsp 1.31:
22408: would now get fields into interm VFielded class
22409:
22410: * src/include/pa_request.h 1.16:
22411: * src/include/pa_value.h 1.34:
22412: * src/include/pa_vmframe.h 1.7:
22413: * src/include/pa_wcontext.h 1.19:
22414: * src/main/execute.C 1.46:
22415: VAliased0
22416:
22417: * src/main/execute.C 1.47:
22418: VAliased1
22419:
22420: * src/include/pa_value.h 1.35:
22421: * src/include/pa_vmframe.h 1.8:
22422: VAliased2
22423:
22424: * src/include/code.h 1.9:
22425: * src/include/pa_value.h 1.28:
22426: * src/include/pa_vclass.h 1.15:
22427: * src/include/pa_vmframe.h 1.2:
22428: * src/include/pa_vobject.h 1.3:
22429: * src/include/pa_wwrapper.h 1.5:
22430: * src/main/compile.y 1.38:
22431: * src/main/compile_tools.C 1.14:
22432: * src/main/compile_tools.h 1.16:
22433: * src/main/execute.C 1.38:
22434: ^class:method() just compiled
22435:
22436: * src/include/pa_hash.h 1.18:
22437: * src/include/pa_value.h 1.31:
22438: * src/include/pa_vclass.h 1.17:
22439: * src/include/pa_vmframe.h 1.4:
22440: * src/include/pa_vobject.h 1.5:
22441: * src/include/pa_vstring.h 1.5:
22442: * src/include/pa_wcontext.h 1.16:
22443: * src/main/compile.y 1.45:
22444: * src/main/core.C 1.39:
22445: * src/main/execute.C 1.42:
22446: * src/main/main.dsp 1.30:
22447: * src/main/pa_hash.C 1.17:
22448: * src/main/pa_value.C 1.5:
22449: * src/main/pa_wcontext.C 1.3:
22450: virtuals2
22451:
22452: * src/include/pa_value.h 1.32:
22453: * src/include/pa_vclass.h 1.18:
22454: * src/include/pa_wcontext.h 1.18:
22455: * src/include/pa_wwrapper.h 1.8:
22456: * src/main/execute.C 1.44:
22457: * src/main/main.dsp 1.32:
22458: no not get fields into interm VFielded class.
22459: fields & staticfields 1
22460:
22461: * src/include/pa_pool.h 1.25:
22462: * src/include/pa_request.h 1.15:
22463: * src/include/pa_value.h 1.33:
22464: * src/include/pa_vclass.h 1.19:
22465: * src/include/pa_vmframe.h 1.6:
22466: * src/include/pa_vobject.h 1.7:
22467: * src/main/core.C 1.41:
22468: * src/main/execute.C 1.45:
22469: * src/main/main.dsp 1.33:
22470: VAliased just compiled
22471:
1.24 paf 22472: * src/include/pa_value.h 1.36:
22473: * src/include/pa_vmframe.h 1.9:
22474: * src/include/pa_wcontext.h 1.20:
22475: * src/main/execute.C 1.48:
22476: VAliased3
22477:
1.15 paf 22478: * src/include/pa_request.h 1.13:
22479: * src/include/pa_value.h 1.29:
22480: * src/include/pa_vobject.h 1.4:
22481: * src/main/compile.y 1.39:
22482: * src/main/compile_tools.h 1.17:
22483: * src/main/core.C 1.37:
22484: * src/main/execute.C 1.39:
22485: * src/main/pa_common.C 1.3:
22486: vobject1
22487:
22488: * src/main/compile.y 1.43:
22489: rethought to $class:static.field.subfield
22490:
22491: * src/main/compile.y 1.44:
22492: : 1
22493:
22494: * src/include/pa_value.h 1.30:
22495: * src/include/pa_vmframe.h 1.3:
22496: * src/include/pa_wwrapper.h 1.6:
22497: * src/main/compile.y 1.41:
22498: * src/main/execute.C 1.40:
22499: * src/main/pa_wcontext.C 1.2:
22500: before execute class calls rewrite
22501:
22502: * src/include/pa_vclass.h 1.16:
22503: * src/main/compile.y 1.42:
22504: * src/main/execute.C 1.41:
22505: $class:element
22506:
22507: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
22508: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
22509: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
22510: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
22511: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
22512: alias dead end
22513:
22514: 2001-02-24 paf
22515: * src/main/compile.y 1.32:
22516: fixed grammar bugs in constructor/params klinch
22517:
22518: * src/main/main.dsp 1.29:
22519: no bison -d
22520:
22521: * src/main/compile.y 1.37:
22522: * src/main/compile_tools.h 1.15:
22523: use0 line no on 'undef class' err msg wrong
22524:
22525: * src/main/compile.y 1.30:
22526: fixed last \n macrotemplate strip bug
22527:
22528: * src/include/pa_vframe.h 1.5:
22529: * src/main/compile.y 1.33:
22530: found junction ideology @: ^x{$a()) must construct current
22531: wcontext element, so smart wcontext handling needed
22532:
22533: * src/include/pa_value.h 1.25:
22534: * src/include/pa_wcontext.h 1.15:
22535: * src/include/pa_wwrapper.h 1.4:
22536: * src/main/execute.C 1.36:
22537: * src/main/pa_value.C 1.4:
22538: it works as bad as you've named it: wcontext.value() was not a
22539: perfect idea
22540:
22541: * src/main/compile.y 1.35:
22542: * src/main/core.C 1.36:
22543: yylex need some @special lines adj
22544:
22545: * src/include/pa_value.h 1.24:
22546: * src/include/pa_vcframe.h 1.1:
22547: * src/include/pa_vclass.h 1.10:
22548: * src/include/pa_vframe.h 1.6:
22549: * src/include/pa_vhash.h 1.2:
22550: * src/include/pa_vjunction.h 1.1:
22551: * src/include/pa_vmframe.h 1.1:
22552: * src/include/pa_wcontext.h 1.14:
22553: * src/include/pa_wwrapper.h 1.3:
22554: * src/main/execute.C 1.34:
22555: * src/main/main.dsp 1.27:
22556: * src/main/pa_cframe.C 1.1:
22557: * src/main/pa_wcontext.C 1.1:
22558: codeframe just compiled
22559:
22560: * src/include/pa_request.h 1.12:
22561: * src/include/pa_vclass.h 1.14:
22562: * src/main/compile.C 1.18:
22563: * src/main/compile.y 1.34:
22564: * src/main/compile_tools.h 1.14:
22565: * src/main/core.C 1.35:
22566: modules0
22567:
22568: * src/main/pa_array.C 1.20:
22569: minor bug in expanding very small arrays. 60% from 1 were 0
22570:
22571: * src/include/pa_vclass.h 1.12:
22572: * src/main/compile.y 1.36:
22573: * src/main/core.C 1.33:
22574: z
22575:
22576: * src/include/code.h 1.7:
22577: * src/include/pa_request.h 1.11:
22578: * src/include/pa_value.h 1.23:
22579: * src/include/pa_vclass.h 1.9:
22580: * src/include/pa_vframe.h 1.4:
22581: * src/main/compile.y 1.29:
22582: * src/main/compile_tools.C 1.13:
22583: * src/main/compile_tools.h 1.13:
22584: * src/main/core.C 1.32:
22585: * src/main/execute.C 1.32:
22586: code junctions0. something wrong with last \n macrotemplate strip
22587:
22588: * src/include/pa_value.h 1.26:
22589: * src/include/pa_vclass.h 1.11:
22590: * src/include/pa_vobject.h 1.1:
22591: * src/main/main.dsp 1.28:
22592: vobject00
22593:
22594: * src/main/compile.y 1.31:
22595: * src/main/execute.C 1.33:
22596: fixed empty constructor optimized empty case. failed on calls -
22597: produced empty string param
22598:
22599: * src/main/execute.C 1.35:
22600: codeframe1
22601:
22602: 2001-02-23 paf
22603: * src/include/pa_value.h 1.18:
22604: * src/main/core.C 1.27:
22605: * src/main/execute.C 1.25:
22606: * src/main/main.dsp 1.23:
22607: value named
22608:
22609: * src/main/compile.y 1.26:
22610: * src/main/execute.C 1.27:
22611: empty constructor bug fixed
22612:
22613: * src/include/pa_vframe.h 1.1:
22614: * src/include/pa_vunknown.h 1.1:
22615: * src/include/pa_wcontext.h 1.13:
22616: * src/include/pa_wwrapper.h 1.1:
22617: * src/main/core.C 1.29:
22618: * src/main/execute.C 1.29:
22619: * src/main/main.dsp 1.25:
22620: * src/main/pa_value.C 1.1:
22621: call0
22622:
22623: * src/main/compile.y 1.27:
22624: * src/main/compile_tools.C 1.12:
22625: * src/main/compile_tools.h 1.12:
22626: fixed wrong grammar in complex constructor case
22627:
22628: * src/include/pa_value.h 1.21:
22629: * src/include/pa_vclass.h 1.8:
22630: * src/include/pa_vframe.h 1.3:
22631: * src/main/core.C 1.30:
22632: * src/main/execute.C 1.31:
22633: * src/main/pa_value.C 1.2:
22634: get_method RIP. junctions everywhere. call with junctions0
22635:
22636: * src/main/compile.y 1.28:
22637: * src/main/execute.C 1.30:
22638: * src/main/main.dsp 1.26:
22639: rethought some. before junction
22640:
22641: * src/include/pa_value.h 1.17:
22642: * src/include/pa_vstring.h 1.4:
22643: * src/main/execute.C 1.24:
22644: strign 2 value in 2 places in execute
22645:
22646: * src/include/pa_wcontext.h 1.11:
22647: z
22648:
22649: * src/include/pa_hash.h 1.17:
22650: * src/include/pa_value.h 1.19:
22651: * src/include/pa_wcontext.h 1.12:
22652: * src/main/core.C 1.28:
22653: * src/main/execute.C 1.28:
22654: * src/main/main.dsp 1.24:
22655: * src/main/pa_hash.C 1.16:
22656: started call. store param, vframe done
22657:
22658: * src/include/pa_value.h 1.22:
22659: * src/main/compile.C 1.17:
22660: * src/main/core.C 1.31:
22661: * src/main/pa_value.C 1.3:
22662: minor error reporting format beautifyings
22663:
22664: * src/main/execute.C 1.26:
22665: with result rwpool
22666:
1.24 paf 22667: * src/include/pa_value.h 1.20:
22668: * src/include/pa_vclass.h 1.7:
22669: * src/include/pa_vframe.h 1.2:
22670: * src/include/pa_wwrapper.h 1.2:
22671: lara came, can't work, sorry :(
22672:
1.15 paf 22673: * src/include/pa_value.h 1.16:
22674: * src/include/pa_wcontext.h 1.10:
22675: * src/main/compile.y 1.25:
22676: * src/main/execute.C 1.23:
22677: * src/main/main.dsp 1.22:
22678: * src/main/pa_array.C 1.19:
22679: auto VHash on wcontext.put_element when wcontext fvalue==0
22680:
22681: 2001-02-22 paf
22682: * src/include/pa_request.h 1.10:
22683: * src/main/compile.y 1.23:
22684: $self.put(val)
22685:
22686: * src/include/pa_pool.h 1.24:
22687: * src/include/pa_vclass.h 1.5:
22688: * src/main/core.C 1.25:
22689: * src/main/pa_hash.C 1.15:
22690: * src/main/pa_pool.C 1.9:
22691: TRY...
22692:
22693: * src/include/code.h 1.6:
22694: * src/main/compile_tools.C 1.9:
22695: * src/main/compile_tools.h 1.10:
22696: * src/main/execute.C 1.19:
22697: OP_STRING better then some xxx _VALUE
22698:
22699: * src/main/compile.C 1.14:
22700: * src/main/core.C 1.26:
22701: * src/main/execute.C 1.16:
22702: * src/main/pa_string.C 1.31:
22703: more precise parse error line:col
22704:
22705: * src/main/compile.C 1.15:
22706: * src/main/compile.y 1.18:
22707: * src/main/execute.C 1.20:
22708: started : with $a.$:f
22709:
22710: * src/main/compile.y 1.20:
22711: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
22712:
22713: * src/include/code.h 1.3:
22714: * src/include/pa_string.h 1.25:
22715: * src/include/pa_value.h 1.12:
22716: * src/include/pa_vclass.h 1.3:
22717: * src/include/pa_wcontext.h 1.3:
22718: * src/main/compile.y 1.14:
22719: * src/main/execute.C 1.14:
22720: * src/main/pa_string.C 1.28:
22721: write_value write_string 0
22722: it seems wcontext must write strings regardles of fvalue!=0
22723:
22724: * src/include/code.h 1.4:
22725: * src/include/pa_value.h 1.13:
22726: * src/include/pa_vclass.h 1.4:
22727: * src/include/pa_wcontext.h 1.5:
22728: * src/main/compile.y 1.15:
22729: * src/main/compile_tools.C 1.6:
22730: * src/main/compile_tools.h 1.8:
22731: * src/main/execute.C 1.15:
22732: * src/main/main.dsp 1.20:
22733: iiieeyys! get/put simple vars to VClass works0
22734:
22735: * src/include/pa_array.h 1.18:
22736: * src/include/pa_wcontext.h 1.4:
22737: * src/main/pa_string.C 1.29:
22738: in process, but found that exceptions are too global
22739:
22740: * src/main/compile.y 1.19:
22741: $: finished
22742:
22743: * src/main/compile.C 1.16:
22744: * src/main/compile.y 1.21:
22745: * src/main/compile_tools.C 1.10:
22746: z
22747:
22748: * src/include/pa_request.h 1.9:
22749: * src/include/pa_stack.h 1.2:
22750: * src/include/pa_wcontext.h 1.7:
22751: * src/main/execute.C 1.17:
22752: z about to vstring it .y all
22753:
22754: * src/include/pa_hash.h 1.16:
22755: * src/include/pa_value.h 1.15:
22756: * src/include/pa_vclass.h 1.6:
22757: * src/include/pa_vhash.h 1.1:
22758: * src/include/pa_vstring.h 1.3:
22759: * src/include/pa_wcontext.h 1.9:
22760: * src/main/execute.C 1.22:
22761: * src/main/main.dsp 1.21:
22762: auto VHash in pa.th.cre.at.e
22763:
22764: * src/include/code.h 1.5:
22765: * src/include/pa_vstring.h 1.2:
22766: * src/main/compile.y 1.17:
22767: * src/main/compile_tools.C 1.8:
22768: * src/main/compile_tools.h 1.9:
22769: * src/main/execute.C 1.18:
22770: string to vstring it .y all
22771:
22772: * src/include/pa_array.h 1.19:
22773: * src/main/compile.y 1.22:
22774: * src/main/compile_tools.C 1.11:
22775: * src/main/compile_tools.h 1.11:
22776: * src/main/pa_array.C 1.18:
22777: $self.get
22778:
22779: * src/include/pa_exception.h 1.5:
22780: * src/include/pa_pool.h 1.23:
22781: * src/include/pa_request.h 1.8:
22782: * src/include/pa_value.h 1.14:
22783: * src/include/pa_wcontext.h 1.6:
22784: * src/main/compile.C 1.13:
22785: * src/main/compile.y 1.16:
22786: * src/main/compile_tools.C 1.7:
22787: * src/main/core.C 1.24:
22788: * src/main/pa_array.C 1.17:
22789: * src/main/pa_exception.C 1.4:
22790: * src/main/pa_hash.C 1.14:
22791: * src/main/pa_pool.C 1.8:
22792: * src/main/pa_string.C 1.30:
22793: * src/main/pa_table.C 1.9:
22794: removed exception from request
22795:
22796: * src/include/pa_vstring.h 1.1:
22797: * src/main/compile.C 1.12:
22798: * src/main/core.C 1.23:
22799: added some forgotten
22800:
22801: * src/include/pa_wcontext.h 1.8:
22802: * src/main/compile.y 1.24:
22803: * src/main/execute.C 1.21:
22804: erroreos checkout
22805:
22806: 2001-02-21 paf
22807: * src/main/compile.y 1.9:
22808: more straightforward yylex[end]
22809:
22810: * src/main/compile.C 1.6:
22811: * src/main/compile.y 1.6:
22812: * src/main/compile_tools.h 1.5:
22813: error processing in eval & yyerror so it wouldn't cause
22814: memleaks.
22815:
22816: * src/include/compile.h 1.5:
22817: * src/include/execute.h 1.3:
22818: * src/include/pa_array.h 1.17:
22819: * src/include/pa_request.h 1.7:
22820: * src/include/pa_stack.h 1.1:
22821: * src/include/pa_vclass.h 1.2:
22822: * src/include/pa_wcontext.h 1.2:
22823: * src/main/compile.C 1.10:
22824: * src/main/compile.y 1.12:
22825: * src/main/execute.C 1.11:
22826: * src/main/main.dsp 1.19:
22827: * src/main/pa_array.C 1.16:
22828: * src/main/pa_request.C 1.2:
22829: get put -1 [just compiled]
22830:
22831: * src/include/compile.h 1.4:
22832: * src/include/pa_array.h 1.16:
22833: * src/main/compile.C 1.9:
22834: * src/main/compile.y 1.11:
22835: * src/main/execute.C 1.10:
22836: MAIN_METHOD_NAME ready to write execute
22837:
22838: * src/include/pa_string.h 1.24:
22839: * src/include/pa_types.h 1.6:
22840: * src/main/pa_string.C 1.27:
22841: string.operator==(char*)
22842:
22843: * src/main/compile.C 1.11:
22844: * src/main/compile.y 1.13:
22845: * src/main/execute.C 1.12:
22846: store0
22847:
22848: * src/include/core.h 1.1:
22849: * src/include/pa_context.h 1.8:
22850: * src/include/pa_request.h 1.6:
22851: * src/include/pa_vclass.h 1.1:
22852: * src/include/pa_wcontext.h 1.1:
22853: * src/main/core.C 1.22:
22854: * src/main/main.dsp 1.18:
22855: * src/main/pa_request.C 1.1:
22856: request core methods0
22857:
22858: * src/include/compile.h 1.3:
22859: * src/include/pa_context.h 1.7:
22860: * src/include/pa_hash.h 1.15:
22861: * src/include/pa_request.h 1.5:
22862: * src/include/pa_string.h 1.23:
22863: * src/include/pa_value.h 1.9:
22864: struck with const array.gets
22865:
22866: * src/include/code.h 1.2:
22867: * src/include/pa_types.h 1.5:
22868: * src/main/compile.C 1.3:
22869: * src/main/compile.y 1.3:
22870: * src/main/compile_tools.C 1.3:
22871: * src/main/compile_tools.h 1.3:
22872: * src/main/execute.C 1.3:
22873: * src/main/main.dsp 1.16:
22874: .y to c++
22875: hierarchy output fix.
22876: compiler works ok
22877:
22878: * src/include/compile.h 1.2:
22879: * src/main/compile.C 1.4:
22880: * src/main/compile.y 1.4:
22881: * src/main/compile_tools.h 1.4:
22882: line numbers needed. would add them to .y now internally.
22883: externally it's not as precise as needed
22884:
1.24 paf 22885: * src/include/execute.h 1.2:
22886: * src/include/pa_array.h 1.15:
22887: * src/include/pa_value.h 1.10:
22888: * src/main/execute.C 1.9:
22889: * src/main/pa_array.C 1.15:
22890: after array.const get wonders
22891:
1.15 paf 22892: * src/include/pa_exception.h 1.4:
22893: * src/include/pa_value.h 1.11:
22894: * src/main/compile.C 1.8:
22895: * src/main/compile.y 1.10:
22896: * src/main/compile_tools.C 1.5:
22897: * src/main/compile_tools.h 1.7:
22898: .y methods and one_big_piece. now compile returns array<method*>
22899:
22900: * src/main/compile.y 1.7:
22901: * src/main/execute.C 1.4:
22902: * src/main/execute.C 1.5:
22903: * src/main/execute.C 1.6:
22904: * src/main/execute.C 1.7:
22905: * src/main/execute.C 1.8:
22906: z
22907:
22908: * src/main/execute.C 1.13:
22909: tired :)
22910:
22911: * src/main/compile.C 1.5:
22912: * src/main/compile.y 1.5:
22913: failed to add absolute precies parse error positions. leaving
22914: RIGHTMOST position as @file[line:col]
22915:
22916: 2001-02-20 paf
22917: * src/include/code.h 1.1:
22918: * src/include/compile.h 1.1:
22919: * src/include/execute.h 1.1:
22920: * src/include/pa_array.h 1.14:
22921: * src/include/pa_common.h 1.2:
22922: * src/include/pa_pool.h 1.22:
22923: * src/include/pa_string.h 1.22:
22924: * src/include/pa_table.h 1.8:
22925: * src/include/pa_types.h 1.4:
22926: * src/main/compile.C 1.1:
22927: * src/main/compile.y 1.1:
22928: * src/main/compile_tools.C 1.1:
22929: * src/main/compile_tools.h 1.1:
22930: * src/main/core.C 1.21:
22931: * src/main/execute.C 1.1:
22932: * src/main/main.dsp 1.14:
22933: * src/main/pa_array.C 1.14:
22934: * src/main/pa_common.C 1.2:
22935: * src/main/pa_hash.C 1.12:
22936: * src/main/pa_string.C 1.26:
22937: * src/main/pa_table.C 1.8:
22938: bison[yacc] first time compiled.
22939: execute=dump for now
22940:
22941: * src/main/compile.C 1.2:
22942: * src/main/compile.y 1.2:
22943: * src/main/compile_tools.C 1.2:
22944: * src/main/compile_tools.h 1.2:
22945: * src/main/execute.C 1.2:
22946: * src/main/main.dsp 1.15:
22947: nestage probs, eof yylex not perfect
22948:
22949: * src/main/core.C 1.20:
22950: core rewrite using yacc investigations
22951: now will be compile[yacc]/execute[opcodes]
22952:
22953: 2001-02-15 paf
22954: * src/include/pa_value.h 1.8:
22955: * src/main/core.C 1.19:
22956: maybe a-la yacc those ifs rewrite as turing machine?
22957: for it seems it would be it's too many ifs with this syntax now
22958:
22959: 2001-02-14 paf
22960: * src/include/pa_context.h 1.6:
22961: * src/include/pa_string.h 1.20:
22962: * src/main/core.C 1.10:
22963: * src/main/pa_string.C 1.23:
22964: process text repassing
22965:
22966: * src/include/pa_value.h 1.7:
22967: * src/main/core.C 1.11:
22968: * src/main/pa_string.C 1.24:
22969: process text repassing2
22970: operator static vars
22971:
22972: * src/include/pa_string.h 1.21:
22973: * src/main/core.C 1.12:
22974: * src/main/pa_string.C 1.25:
22975: get names 0
22976:
22977: * src/include/pa_context.h 1.5:
22978: * src/include/pa_value.h 1.6:
22979: * src/main/core.C 1.9:
22980: module:calls changes
22981:
22982: * src/main/core.C 1.16:
22983: varios breaks
22984:
22985: * src/main/core.C 1.17:
22986: get_params
22987: figured ^menu[UNEVALUATED unthinked :( ]
22988:
22989: * src/main/core.C 1.18:
22990: get_params 1
22991:
22992: * src/main/core.C 1.13:
22993: get names 1
22994:
22995: * src/main/core.C 1.14:
22996: get names 2
22997:
22998: * src/main/core.C 1.15:
22999: get names 3
23000:
23001: 2001-02-13 paf
23002: * src/include/pa_string.h 1.17:
23003: * src/main/pa_string.C 1.19:
23004: String_iterator::skip_to
23005: todo:optimize
23006:
23007: * src/main/core.C 1.6:
23008: operators
23009: : and self. prefixes
23010:
23011: * src/include/pa_context.h 1.4:
23012: * src/include/pa_value.h 1.5:
23013: * src/main/core.C 1.8:
23014: ^class:calls[] started
23015:
23016: * src/include/pa_string.h 1.18:
23017: * src/main/pa_string.C 1.21:
23018: String_iterator optimized
23019:
23020: * src/include/pa_string.h 1.19:
23021: * src/main/pa_string.C 1.22:
23022: String_iterator tested
23023:
23024: * src/main/pa_string.C 1.20:
23025: String_iterator::skip_to
23026: optimized a bit. would change privates to better support optimization
23027:
23028: * src/include/pa_value.h 1.4:
23029: * src/main/core.C 1.5:
23030: * src/main/core.C 1.7:
23031: z
23032:
23033: 2001-02-12 paf
23034: * src/include/pa_context.h 1.2:
23035: * src/include/pa_value.h 1.2:
23036: * src/main/core.C 1.2:
23037: get self/methodref joined
23038:
23039: * src/include/pa_context.h 1.3:
23040: * src/include/pa_value.h 1.3:
23041: * src/main/core.C 1.3:
23042: some comments
23043:
23044: * src/include/pa_string.h 1.16:
23045: * src/main/core.C 1.4:
23046: * src/main/pa_string.C 1.18:
23047: started String_iterator
23048:
23049: 2001-02-11 paf
23050: * src/include/pa_context.h 1.1:
23051: * src/include/pa_value.h 1.1:
23052: * src/main/core.C 1.1:
23053: * src/main/main.dsp 1.13:
23054: core started.
23055: core.C, context&value .h
23056:
23057: * src/include/pa_array.h 1.13:
23058: * src/include/pa_hash.h 1.14:
23059: * src/include/pa_pool.h 1.21:
23060: * src/include/pa_string.h 1.15:
23061: * src/main/main.dsp 1.12:
23062: * src/main/pa_array.C 1.13:
23063: * src/main/pa_hash.C 1.11:
23064: * src/main/pa_pool.C 1.7:
23065: * src/main/pa_string.C 1.17:
23066: :pooled
23067:
23068: 2001-01-30 paf
23069: * src/include/pa_error.h 1.4:
23070: * src/include/pa_exception.h 1.1:
23071: * src/include/pa_pool.h 1.17:
23072: * src/include/pa_request.h 1.3:
23073: * src/main/main.dsp 1.10:
23074: * src/main/pa_error.C 1.4:
23075: * src/main/pa_exception.C 1.1:
23076: * src/main/pa_pool.C 1.4:
23077: * src/targets/Makefile.am 1.2:
23078: lowered targets/parser into subdir, added parser_Pool(Pool)
23079: failed to add. would think..
23080:
23081: * src/include/pa_exception.h 1.3:
23082: * src/include/pa_pool.h 1.19:
23083: * src/include/pa_table.h 1.7:
23084: * src/main/pa_exception.C 1.3:
23085: * src/main/pa_table.C 1.7:
23086: minor * to & changes
23087:
23088: * src/include/pa_pool.h 1.20:
23089: * src/main/Makefile.am 1.5:
23090: * src/main/main.dsp 1.11:
23091: * src/main/pa_pool.C 1.6:
23092: moved pa_pool.C to be target specific
23093:
23094: * src/Makefile.am 1.2:
23095: * src/main/Makefile.am 1.6:
23096: * src/targets/Makefile.am 1.3:
23097: .am comments
23098:
23099: * src/include/pa_exception.h 1.2:
23100: * src/include/pa_pool.h 1.18:
23101: * src/include/pa_request.h 1.4:
23102: * src/include/pa_table.h 1.6:
23103: * src/main/pa_array.C 1.12:
23104: * src/main/pa_exception.C 1.2:
23105: * src/main/pa_pool.C 1.5:
23106: * src/main/pa_table.C 1.6:
23107: error re-associated. that's much better
23108: even removed 'die' necessety
23109:
23110: 2001-01-29 paf
23111: * src/include/pa_hash.h 1.9:
23112: * src/include/pa_pool.h 1.10:
23113: * src/include/pa_threads.h 1.3:
23114: * src/main/pa_hash.C 1.5:
23115: made local Hash-es not thread safe=quicker by
23116: SYNCHRONIZED(thread_safe)
23117:
23118: * src/include/pa_hash.h 1.5:
23119: some comments
23120:
23121: * src/include/pa_error.h 1.2:
23122: * src/include/pa_request.h 1.2:
23123: * src/include/pa_string.h 1.13:
23124: * src/include/pa_table.h 1.4:
23125: * src/main/pa_error.C 1.2:
23126: * src/main/pa_table.C 1.4:
23127: Error fixed
23128:
23129: * src/include/pa_pool.h 1.11:
23130: * src/include/pa_string.h 1.9:
23131: * src/main/pa_string.C 1.13:
23132: String originating
23133:
1.23 paf 23134: * src/include/pa_pool.h 1.14:
23135: * src/main/pa_array.C 1.9:
23136: tested - decision "no templates"
1.15 paf 23137:
23138: * src/include/pa_hash.h 1.6:
23139: * src/include/pa_threads.h 1.1:
23140: * src/main/main.dsp 1.6:
23141: * src/main/pa_threads.C 1.1:
23142: added pa_threads
23143:
23144: Mutex
23145:
1.23 paf 23146: * src/include/pa_array.h 1.4:
23147: * src/main/pa_array.C 1.4:
23148: Array::operator += (Array& src)
23149:
23150: rethought, would change now
1.15 paf 23151:
23152: * src/include/pa_array.h 1.7:
23153: * src/include/pa_hash.h 1.10:
23154: * src/include/pa_pool.h 1.12:
23155: * src/include/pa_string.h 1.10:
23156: * src/include/pa_table.h 1.1:
23157: * src/include/pa_types.h 1.2:
23158: * src/main/main.dsp 1.7:
23159: * src/main/pa_array.C 1.7:
23160: * src/main/pa_string.C 1.14:
23161: * src/main/pa_table.C 1.1:
23162: Table started
23163: would test
23164: template Array now
23165:
1.23 paf 23166: * src/include/pa_error.h 1.3:
23167: * src/include/pa_hash.h 1.13:
23168: * src/include/pa_string.h 1.14:
23169: * src/include/pa_table.h 1.5:
23170: * src/main/pa_error.C 1.3:
23171: * src/main/pa_hash.C 1.10:
23172: * src/main/pa_string.C 1.16:
23173: * src/main/pa_table.C 1.5:
23174: Table
23175: more like C++ style
23176: hence lots of 'const'
1.15 paf 23177:
23178: * src/include/pa_array.h 1.11:
23179: * src/include/pa_hash.h 1.11:
23180: * src/include/pa_pool.h 1.15:
23181: * src/include/pa_string.h 1.11:
23182: * src/include/pa_table.h 1.2:
23183: * src/include/pa_types.h 1.3:
23184: * src/main/Makefile.am 1.3:
23185: * src/main/main.dsp 1.9:
23186: * src/main/pa_array.C 1.10:
23187: * src/main/pa_hash.C 1.8:
23188: * src/main/pa_string.C 1.15:
23189: * src/main/pa_table.C 1.2:
23190: Request
23191: Error
23192: Table
23193:
1.23 paf 23194: * src/main/pa_array.C 1.5:
23195: expand not convinient, would rewrite
23196:
1.15 paf 23197: * src/include/pa_array.h 1.6:
23198: * src/include/pa_hash.h 1.8:
23199: * src/include/pa_string.h 1.8:
23200: moved .h public parts to top
23201:
23202: * src/include/pa_hash.h 1.7:
23203: * src/include/pa_threads.h 1.2:
23204: * src/main/pa_hash.C 1.4:
23205: * src/main/pa_threads.C 1.2:
23206: decided on one global_mutex, like PHP
23207: as I can see: needed only in global Hash now,
23208: made Hash:: put/get SYNCHRONIZED
23209:
23210: * src/include/pa_array.h 1.12:
23211: * src/include/pa_common.h 1.1:
23212: * src/include/pa_error.h 1.1:
23213: * src/include/pa_hash.h 1.12:
23214: * src/include/pa_pool.h 1.16:
23215: * src/include/pa_request.h 1.1:
23216: * src/include/pa_string.h 1.12:
23217: * src/include/pa_table.h 1.3:
23218: * src/main/Makefile.am 1.4:
23219: * src/main/pa_array.C 1.11:
23220: * src/main/pa_common.C 1.1:
23221: * src/main/pa_error.C 1.1:
23222: * src/main/pa_hash.C 1.9:
23223: * src/main/pa_table.C 1.3:
23224: added forgotten
23225:
23226: * src/include/pa_array.h 1.8:
23227: * src/include/pa_pool.h 1.13:
23228: * src/main/Makefile.am 1.2:
23229: * src/main/main.dsp 1.8:
23230: * src/main/pa_array.C 1.8:
23231: templates failed
23232: no template specializations [VC6],
23233: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
23234:
23235: * src/include/pa_array.h 1.5:
23236: * src/include/pa_pool.h 1.9:
23237: * src/main/pa_array.C 1.6:
23238: Array& operator += (Array& src)
23239:
23240: 2001-01-27 paf
23241: * src/include/pa_hash.h 1.1:
23242: * src/include/pa_string.h 1.4:
23243: * src/include/pa_types.h 1.1:
23244: * src/main/main.dsp 1.4:
23245: * src/main/pa_string.C 1.7:
23246: uint, and added pa_types & pa_hash[forgotten]
23247:
23248: * src/main/pa_string.C 1.9:
23249: String::operator ==
23250:
1.23 paf 23251: * src/main/pa_hash.C 1.2:
23252: String(&String)
23253:
1.15 paf 23254: * src/include/pa_array.h 1.3:
23255: * src/main/pa_array.C 1.3:
23256: array [] with chunk caching
23257:
23258: * src/include/pa_array.h 1.2:
23259: * src/include/pa_hash.h 1.4:
23260: * src/include/pa_pool.h 1.8:
23261: * src/include/pa_string.h 1.7:
23262: * src/main/pa_array.C 1.2:
23263: * src/main/pa_string.C 1.11:
23264: array cache rethought to chunk caching
23265:
23266: * src/include/pa_array.h 1.1:
23267: * src/include/pa_hash.h 1.3:
23268: * src/include/pa_pool.h 1.7:
23269: * src/include/pa_string.h 1.6:
23270: * src/main/main.dsp 1.5:
23271: * src/main/pa_array.C 1.1:
23272: * src/main/pa_hash.C 1.3:
23273: * src/main/pa_string.C 1.10:
23274: Array 0
23275:
23276: * src/main/pa_hash.C 1.1:
23277: added pa_hash.C [forgotten]
23278:
23279: 2001-01-26 paf
1.23 paf 23280: * src/include/pa_pool.h 1.2:
23281: * src/main/pa_string.C 1.2:
23282: String prealloc & dynamic row_count
23283:
1.15 paf 23284: * src/include/pa_pool.h 1.6:
23285: * src/include/pa_string.h 1.3:
23286: * src/main/pa_string.C 1.6:
23287: removed templates [vc++ suxx]
23288:
23289: * src/include/pa_pool.h 1.4:
23290: * src/include/pa_string.h 1.1:
23291: pa_pool split
23292:
23293: * src/Makefile.am 1.1.1.1:
23294: * src/include/pa_pool.h 1.1.1.1:
23295: * src/main/Makefile.am 1.1.1.1:
23296: * src/main/main.dsp 1.1.1.1:
23297: * src/main/pa_pool.C 1.1.1.1:
23298: * src/main/pa_string.C 1.1.1.1:
23299: * src/targets/Makefile.am 1.1.1.1:
23300: creating parser3 module
23301:
23302: * src/include/pa_pool.h 1.3:
23303: * src/main/main.dsp 1.2:
23304: * src/main/pa_pool.C 1.2:
23305: * src/main/pa_string.C 1.3:
23306: * src/main/pa_string.C 1.4:
1.26 paf 23307: $Id$ check
1.15 paf 23308:
23309: * src/include/pa_pool.h 1.5:
23310: * src/include/pa_string.h 1.2:
23311: * src/main/main.dsp 1.3:
23312: * src/main/pa_pool.C 1.3:
23313: * src/main/pa_string.C 1.5:
23314: templates in VC++ suxx.
23315:
E-mail: