Annotation of parser3/ChangeLog, revision 1.30
1.30 ! paf 1: 2003-12-17 paf
! 2: * src/main/pa_globals.C 1.165:
! 3: bugfix: removed false warning [warning: unreported
! 4: xmlGenericErrors]
! 5:
! 6: * src/types/pa_vfile.C 1.39:
! 7: beauty: removed outdated cast
! 8:
! 9: * src/main/pa_common.C 1.170:
! 10: bugfix: empty http response caused gpf
! 11:
! 12: * src/include/pa_string.h 1.154:
! 13: bugfix: removed too strong a assert
! 14:
! 15: 2003-12-15 paf
! 16: * src/classes/xdoc.C 1.127:
! 17: bugfix: taint uri under ^xdoc::create{now works}
! 18:
! 19: 2003-12-11 paf
! 20: * src/classes/file.C 1.119:
! 21: * src/classes/mail.C 1.99:
! 22: * src/classes/op.C 1.143:
! 23: * src/classes/xdoc.C 1.126:
! 24: * src/main/pa_request.C 1.263:
! 25: * src/types/pa_vimage.C 1.28:
! 26: * src/types/pa_vmath.C 1.6:
! 27: * src/types/pa_vstatus.C 1.21:
! 28: beauty cancel: gcc does not understand that
! 29:
! 30: * src/include/pa_cache_managers.h 1.15:
! 31: * src/main/pa_cache_managers.C 1.12:
! 32: * src/main/pa_globals.C 1.164:
! 33: * src/main/pa_request.C 1.264:
! 34: * src/types/pa_vstatus.C 1.22:
! 35: bugfix(solaris): removed dependency on object initialization
! 36: order [one more place]
! 37:
! 38: * src/main/pa_cache_managers.C 1.11:
! 39: * src/main/pa_sql_driver_manager.C 1.78:
! 40: * src/main/pa_stylesheet_manager.C 1.23:
! 41: bugfix(solaris): removed dependency on object initialization
! 42: order [two places]
! 43:
! 44: * src/main/Makefile.am 1.43:
! 45: * src/main/Makefile.in 1.56:
! 46: *** empty log message ***
! 47:
! 48: * src/classes/file.C 1.118:
! 49: * src/classes/mail.C 1.98:
! 50: * src/classes/op.C 1.142:
! 51: * src/classes/xdoc.C 1.125:
! 52: * src/include/pa_cache_managers.h 1.14:
! 53: * src/include/pa_sql_connection.h 1.36:
! 54: * src/include/pa_sql_driver_manager.h 1.30:
! 55: * src/include/pa_stylesheet_manager.h 1.20:
! 56: * src/main/pa_request.C 1.262:
! 57: * src/main/pa_stylesheet_manager.C 1.24:
! 58: * src/types/pa_vimage.C 1.27:
! 59: * src/types/pa_vmath.C 1.5:
! 60: * src/types/pa_vstatus.C 1.20:
! 61: beauty: removed redundant ctor call [relying on implicit String
! 62: :Body(cstr) call]
! 63:
! 64: * operators.txt 1.148:
! 65: * src/types/pa_vstatus.C 1.23:
! 66: !$status:pid process id
! 67: !$status:tid thread id
! 68:
! 69: 2003-12-10 paf
! 70: * src/include/pa_sql_connection.h 1.35:
! 71: * www/htdocs/.htaccess 1.24:
! 72: bugfix: $status:sql.cache back << time now ok
! 73:
! 74: * operators.txt 1.147:
! 75: * src/main/pa_sql_driver_manager.C 1.77:
! 76: * src/main/pa_stylesheet_manager.C 1.22:
! 77: $status:stylesheet.cache back operational
! 78:
! 79: * operators.txt 1.146:
! 80: * src/classes/xdoc.C 1.124:
! 81: * src/include/pa_charset.h 1.28:
! 82: * src/include/pa_sql_connection.h 1.34:
! 83: * src/main/pa_charset.C 1.44:
! 84: * src/main/pa_sql_driver_manager.C 1.76:
! 85: * src/main/pa_string.C 1.192:
! 86: * src/types/pa_vxdoc.h 1.35:
! 87: * www/htdocs/.htaccess 1.23:
! 88: $status:sql.cache back operational
! 89:
1.29 paf 90: 2003-12-02 paf
1.30 ! paf 91: * src/types/pa_vmail.C 1.57:
! 92: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
! 93: properly [were: as-is forced]
! 94:
! 95: * src/main/pa_xml_io.C 1.15:
! 96: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
! 97: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
! 98:
! 99: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
! 100: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
! 101:
! 102: * src/classes/image.C 1.103:
! 103: nothing: comment removed
! 104:
1.29 paf 105: * src/main/pa_string.C 1.191:
106: bugfix: sparc gpf on reading %4!=0 addresses to int
107:
108: 2003-12-01 paf
109: * src/main/pa_globals.C 1.163:
110: bugfix: win32: compile prob
111:
112: * src/main/pa_xml_io.C 1.13:
113: todo: safe mode check not to throw exception
114:
115: * src/main/pa_xml_io.C 1.12:
116: bugfix: http://localhost typo error
117:
118: * src/classes/xdoc.C 1.123:
119: * src/main/pa_xml_io.C 1.14:
120: bugfix: typo
121:
122: 2003-11-28 paf
123: * src/main/pa_xml_io.C 1.9:
124: installed safe-mode checker as filter of all xml documents read
125:
126: * operators.txt 1.144:
127: * src/include/pa_request.h 1.173:
128: * src/main/pa_xml_io.C 1.3:
129: works.
130: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
131:
132: $xdoc[^xdoc::create{<?xml version="1.0"?>
133: <!DOCTYPE test SYSTEM "parser://method/params/here">
134: <test>
135: &test^;
136: </test>
137: }]
138:
139: ^taint[^xdoc.string[]]
140:
141: @method[param]
142: <!ENTITY test "test-entity-value+$form:user+$param!">
143:
144: * src/main/pa_xml_io.C 1.8:
145: http://localhost/ now checked for safe mode
146:
147: * src/classes/xdoc.C 1.122:
148: * src/include/pa_stylesheet_connection.h 1.37:
149: * src/include/pa_stylesheet_manager.h 1.19:
150: * src/main/pa_stylesheet_manager.C 1.21:
151: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
152: todo: safe mode checks to libxml: ideally to some 1 point
153:
154: * src/include/Makefile.in 1.16:
155: * src/main/Makefile.in 1.55:
156: *** empty log message ***
157:
158: * operators.txt 1.145:
159: * src/main/pa_xml_io.C 1.4:
160: leading / in http://parser[abscent params]
161:
162: * src/main/pa_xml_io.C 1.5:
163: comment
164:
165: 2003-11-27 paf
166: * src/classes/date.C 1.58:
167: bugfix: typo error
168:
169: * src/main/pa_xml_io.C 1.2:
170: libxml: started parser://methodcall/params
171:
172: 2003-11-26 paf
173: * src/types/pa_value.h 1.117:
174: warnings: --
175:
176: * operators.txt 1.143:
177: * src/include/Makefile.am 1.8:
178: * src/include/pa_globals.h 1.108:
179: * src/include/pa_xml_io.h 1.1:
180: * src/main/Makefile.am 1.42:
181: * src/main/main.vcproj 1.7:
182: * src/main/pa_globals.C 1.162:
183: * src/main/pa_request.C 1.261:
184: * src/main/pa_xml_io.C 1.1:
185: simplification: xml errors to hash<thread_id,error>
186: reorganization: xml io moved to pa_xml_io.C/h
187:
1.28 paf 188: 2003-11-25 paf
1.29 paf 189: * src/classes/table.C 1.194:
190: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
191:
1.28 paf 192: * src/main/untaint.C 1.125:
193: bugfix: consequences of not reading this comment:
194: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
195: none */
196:
197: * src/include/pa_array.h 1.63:
198: removed needless checks
1.29 paf 199:
200: * src/classes/table.C 1.195:
201: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 202:
203: 2003-11-24 paf
204: * operators.txt 1.142:
205: * src/types/pa_vxnode.C 1.36:
206: * src/types/pa_vxnode.h 1.28:
207: $xdoc[^xdoc::create[test]]
208: $tn[^xdoc.createTextNode[text node value]]
209: $dummy[^xdoc.firstChild.appendChild[$tn]]
210: $xdoc.firstChild.firstChild.nodeValue[different]
211: ^taint[^xdoc.string[]]
212:
213: * src/main/pa_request.C 1.260:
214: * src/types/pa_vform.C 1.77:
215: * src/types/pa_vform.h 1.48:
216: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
217: [and request/response:charset still can be changed anytime]
218:
219: * src/include/pa_hash.h 1.61:
220: * src/types/types.vcproj 1.6:
221: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
222:
223: * src/main/pa_common.C 1.169:
224: bugfix: ^file::load[binary;http://...] now not transcodes
225: response body
226:
227: 2003-11-21 paf
228: * src/main/pa_exec.C 1.55:
229: bug in safe mode
230:
231: * src/include/Makefile.am 1.7:
232: pa_xml_exception.h
233:
234: * Makefile.am 1.40:
235: * Makefile.in 1.54:
236: * configure 1.73:
237: * configure.in 1.71:
238: * parser3.sln 1.8:
239: * src/classes/Makefile.am 1.47:
240: * src/classes/Makefile.am 1.48:
241: * src/classes/Makefile.in 1.59:
242: * src/classes/classes.vcproj 1.5:
243: * src/include/Makefile.in 1.15:
244: * src/include/pa_config_auto.h.in 1.39:
245: * src/lib/Makefile.am 1.7:
246: * src/lib/Makefile.in 1.12:
247: * src/lib/gd/Makefile.am 1.1:
248: * src/lib/gd/Makefile.in 1.1:
249: * src/lib/gd/Makefile.in 1.2:
250: * src/lib/gd/gd.vcproj 1.1:
251: * src/lib/gd/gif.C 1.1:
252: * src/lib/gd/gif.h 1.1:
253: * src/lib/gd/gifio.C 1.1:
254: * src/lib/gd/mtables.h 1.1:
255: * src/lib/smtp/Makefile.am 1.1:
256: * src/lib/smtp/Makefile.in 1.1:
257: * src/lib/smtp/Makefile.in 1.2:
258: * src/lib/smtp/comms.C 1.1:
259: * src/lib/smtp/smtp.C 1.1:
260: * src/lib/smtp/smtp.h 1.1:
261: * src/lib/smtp/smtp.vcproj 1.1:
262: * src/targets/apache13/p3runConfigure.in 1.15:
263: * src/targets/apache13core/Makefile.in 1.5:
264: * src/targets/cgi/Makefile.am 1.50:
265: * src/targets/cgi/Makefile.in 1.66:
266: * src/types/Makefile.am 1.35:
267: * src/types/Makefile.in 1.54:
268: rearrange: gd&smtp moved to src/lib
269:
270: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
271: * src/targets/isapi/parser3isapi.C 1.85:
272: more warnings --
273:
274: * Makefile.am 1.41:
275: * Makefile.in 1.55:
276: * acinclude.m4 1.28:
277: * aclocal.m4 1.31:
278: * acsite.m4 1.6:
279: * configure 1.74:
280: * configure.in 1.72:
281: * src/classes/mail.C 1.97:
282: *** empty log message ***
283:
284: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
285: * src/targets/apache13core/Makefile.am 1.5:
286: * src/targets/apache13core/mod_parser3.C 1.7:
287: * src/targets/apache13core/mod_parser3_core.C 1.1:
288: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
289:
290: * src/classes/mail.C 1.96:
291: bugfix: typo
292:
293: 2003-11-20 paf
294: * src/main/execute.C 1.303:
295: * src/main/pa_request.C 1.257:
296: old forgotten todo: when can't report problem (undefined @
297: unhandled_exception) problem source string were not reported
298:
299: * src/classes/classes.vcproj 1.4:
300: * src/classes/date.C 1.53:
301: * src/classes/double.C 1.55:
302: * src/classes/file.C 1.114:
303: * src/classes/hash.C 1.61:
304: * src/classes/hashfile.C 1.31:
305: * src/classes/image.C 1.98:
306: * src/classes/int.C 1.51:
307: * src/classes/mail.C 1.93:
308: * src/classes/math.C 1.35:
309: * src/classes/memory.C 1.4:
310: * src/classes/op.C 1.138:
311: * src/classes/string.C 1.128:
312: * src/classes/table.C 1.191:
313: * src/classes/xdoc.C 1.118:
314: * src/classes/xnode.C 1.62:
315: * src/include/pa_config_includes.h 1.27:
316: * src/include/pa_operation.h 1.3:
317: * src/include/pa_sql_connection.h 1.32:
318: * src/include/pa_table.h 1.54:
319: * src/include/pa_types.h 1.46:
320: * src/lib/ltdl/config_fixed.h 1.3:
321: * src/lib/ltdl/ltdl.vcproj 1.2:
322: * src/lib/md5/md5.vcproj 1.2:
323: * src/lib/pcre/maketables.c 1.2:
324: * src/lib/pcre/pcre_dftables.vcproj 1.2:
325: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
326: * src/lib/sdbm/apr_file_io.C 1.2:
327: * src/main/compile.tab.C 1.93:
328: * src/main/execute.C 1.301:
329: * src/main/main.vcproj 1.6:
330: * src/main/pa_cache_managers.C 1.9:
331: * src/main/pa_charset.C 1.40:
332: * src/main/pa_common.C 1.166:
333: * src/main/pa_dir.C 1.16:
334: * src/main/pa_exec.C 1.53:
335: * src/main/pa_globals.C 1.160:
336: * src/main/pa_os.C 1.3:
337: * src/main/pa_request.C 1.255:
338: * src/main/pa_string.C 1.187:
339: * src/main/pa_table.C 1.57:
340: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
341: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
342: * src/targets/cgi/parser3.vcproj 1.5:
343: * src/targets/isapi/parser3isapi.vcproj 1.2:
344: * src/types/pa_value.h 1.115:
345: * src/types/pa_vconsole.h 1.3:
346: * src/types/pa_vdate.h 1.28:
347: * src/types/pa_vfile.h 1.54:
348: * src/types/pa_vhashfile.C 1.36:
349: * src/types/pa_vimage.C 1.25:
350: * src/types/pa_vimage.h 1.36:
351: * src/types/pa_vmail.C 1.53:
352: * src/types/pa_vobject.C 1.14:
353: * src/types/pa_vstateless_class.h 1.46:
354: * src/types/pa_vtable.C 1.23:
355: * src/types/pa_vtable.h 1.50:
356: * src/types/pa_vvoid.h 1.19:
357: * src/types/pa_vxdoc.h 1.33:
358: * src/types/pa_vxnode.h 1.26:
359: * src/types/types.vcproj 1.5:
360: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
361: found several unitialized vars
362:
363: * src/classes/classes.C 1.20:
364: * src/classes/classes.h 1.25:
365: * src/classes/date.C 1.54:
366: * src/classes/double.C 1.56:
367: * src/classes/file.C 1.115:
368: * src/classes/form.C 1.37:
369: * src/classes/hash.C 1.62:
370: * src/classes/hashfile.C 1.32:
371: * src/classes/image.C 1.99:
372: * src/classes/int.C 1.52:
373: * src/classes/mail.C 1.94:
374: * src/classes/math.C 1.36:
375: * src/classes/memory.C 1.5:
376: * src/classes/op.C 1.139:
377: * src/classes/response.C 1.25:
378: * src/classes/string.C 1.129:
379: * src/classes/table.C 1.192:
380: * src/classes/void.C 1.30:
381: * src/classes/xdoc.C 1.119:
382: * src/classes/xnode.C 1.63:
383: * src/classes/xnode.h 1.20:
384: * src/include/pa_array.h 1.62:
385: * src/include/pa_cache_managers.h 1.12:
386: * src/include/pa_charset.h 1.27:
387: * src/include/pa_charsets.h 1.11:
388: * src/include/pa_common.h 1.97:
389: * src/include/pa_config_fixed.h 1.62:
390: * src/include/pa_dictionary.h 1.16:
391: * src/include/pa_dir.h 1.15:
392: * src/include/pa_exception.h 1.42:
393: * src/include/pa_exec.h 1.14:
394: * src/include/pa_globals.h 1.107:
395: * src/include/pa_hash.h 1.60:
396: * src/include/pa_memory.h 1.8:
397: * src/include/pa_opcode.h 1.26:
398: * src/include/pa_operation.h 1.4:
399: * src/include/pa_os.h 1.3:
400: * src/include/pa_request.h 1.172:
401: * src/include/pa_request_charsets.h 1.3:
402: * src/include/pa_request_info.h 1.3:
403: * src/include/pa_sapi.h 1.24:
404: * src/include/pa_socks.h 1.13:
405: * src/include/pa_sql_connection.h 1.33:
406: * src/include/pa_sql_driver_manager.h 1.29:
407: * src/include/pa_stack.h 1.21:
408: * src/include/pa_string.h 1.153:
409: * src/include/pa_stylesheet_connection.h 1.35:
410: * src/include/pa_stylesheet_manager.h 1.18:
411: * src/include/pa_table.h 1.56:
412: * src/include/pa_threads.h 1.28:
413: * src/include/pa_types.h 1.47:
414: * src/include/pa_uue.h 1.6:
415: * src/include/pa_xml_exception.h 1.2:
416: * src/lib/md5/pa_md5.h 1.9:
417: * src/lib/md5/pa_md5c.c 1.11:
418: * src/lib/sdbm/apr_file_io.C 1.3:
419: * src/lib/sdbm/apr_strings.C 1.2:
420: * src/main/compile.C 1.71:
421: * src/main/compile_tools.C 1.56:
422: * src/main/compile_tools.h 1.71:
423: * src/main/execute.C 1.302:
424: * src/main/pa_cache_managers.C 1.10:
425: * src/main/pa_charset.C 1.41:
426: * src/main/pa_charsets.C 1.14:
427: * src/main/pa_common.C 1.168:
428: * src/main/pa_dictionary.C 1.20:
429: * src/main/pa_dir.C 1.17:
430: * src/main/pa_exception.C 1.46:
431: * src/main/pa_exec.C 1.54:
432: * src/main/pa_globals.C 1.161:
433: * src/main/pa_memory.C 1.3:
434: * src/main/pa_os.C 1.4:
435: * src/main/pa_pool.C 1.62:
436: * src/main/pa_request.C 1.256:
437: * src/main/pa_socks.C 1.20:
438: * src/main/pa_sql_driver_manager.C 1.74:
439: * src/main/pa_string.C 1.188:
440: * src/main/pa_stylesheet_manager.C 1.20:
441: * src/main/pa_table.C 1.58:
442: * src/main/pa_uue.C 1.6:
443: * src/main/pa_xml_exception.C 1.2:
444: * src/main/untaint.C 1.123:
445: * src/sql/pa_sql_driver.h 1.36:
446: * src/targets/apache13/mod_parser3.c 1.9:
447: * src/targets/apache13/pa_httpd.h 1.5:
448: * src/targets/apache13core/mod_parser3.C 1.6:
449: * src/targets/apache13core/pa_threads.C 1.3:
450: * src/targets/cgi/pa_threads.C 1.14:
451: * src/targets/cgi/parser3.C 1.222:
452: * src/targets/isapi/pa_threads.C 1.15:
453: * src/targets/isapi/parser3isapi.C 1.84:
454: * src/types/pa_junction.h 1.3:
455: * src/types/pa_method.h 1.3:
456: * src/types/pa_value.C 1.13:
457: * src/types/pa_value.h 1.116:
458: * src/types/pa_vbool.h 1.23:
459: * src/types/pa_vclass.C 1.19:
460: * src/types/pa_vclass.h 1.42:
461: * src/types/pa_vcode_frame.h 1.26:
462: * src/types/pa_vconsole.h 1.4:
463: * src/types/pa_vcookie.C 1.59:
464: * src/types/pa_vcookie.h 1.25:
465: * src/types/pa_vdate.h 1.29:
466: * src/types/pa_vdouble.h 1.44:
467: * src/types/pa_venv.h 1.30:
468: * src/types/pa_vfile.C 1.38:
469: * src/types/pa_vfile.h 1.55:
470: * src/types/pa_vform.C 1.76:
471: * src/types/pa_vform.h 1.47:
472: * src/types/pa_vhash.h 1.49:
473: * src/types/pa_vhashfile.C 1.37:
474: * src/types/pa_vhashfile.h 1.26:
475: * src/types/pa_vimage.C 1.26:
476: * src/types/pa_vimage.h 1.37:
477: * src/types/pa_vint.h 1.40:
478: * src/types/pa_vjunction.h 1.21:
479: * src/types/pa_vmail.C 1.54:
480: * src/types/pa_vmail.h 1.13:
481: * src/types/pa_vmath.C 1.4:
482: * src/types/pa_vmath.h 1.16:
483: * src/types/pa_vmemory.h 1.3:
484: * src/types/pa_vmethod_frame.C 1.3:
485: * src/types/pa_vmethod_frame.h 1.47:
486: * src/types/pa_vobject.C 1.15:
487: * src/types/pa_vobject.h 1.41:
488: * src/types/pa_vrequest.C 1.31:
489: * src/types/pa_vrequest.h 1.27:
490: * src/types/pa_vresponse.C 1.19:
491: * src/types/pa_vresponse.h 1.34:
492: * src/types/pa_vstateless_class.C 1.21:
493: * src/types/pa_vstateless_class.h 1.47:
494: * src/types/pa_vstateless_object.h 1.30:
495: * src/types/pa_vstatus.C 1.19:
496: * src/types/pa_vstatus.h 1.17:
497: * src/types/pa_vstring.C 1.24:
498: * src/types/pa_vstring.h 1.57:
499: * src/types/pa_vtable.C 1.24:
500: * src/types/pa_vtable.h 1.51:
501: * src/types/pa_vvoid.h 1.20:
502: * src/types/pa_vxdoc.C 1.26:
503: * src/types/pa_vxdoc.h 1.34:
504: * src/types/pa_vxnode.C 1.34:
505: * src/types/pa_vxnode.h 1.27:
506: * src/types/pa_wcontext.C 1.27:
507: * src/types/pa_wcontext.h 1.45:
508: * src/types/pa_wwrapper.h 1.30:
509: static const char * const IDENT
510:
511: * src/classes/date.C 1.55:
512: * src/classes/date.C 1.56:
513: * src/classes/date.C 1.57:
514: * src/classes/file.C 1.116:
515: * src/classes/file.C 1.117:
516: * src/classes/hash.C 1.63:
517: * src/classes/hash.C 1.64:
518: * src/classes/image.C 1.100:
519: * src/classes/image.C 1.101:
520: * src/classes/image.C 1.102:
521: * src/classes/mail.C 1.95:
522: * src/classes/math.C 1.37:
523: * src/classes/op.C 1.140:
524: * src/classes/op.C 1.141:
525: * src/classes/string.C 1.130:
526: * src/classes/string.C 1.131:
527: * src/classes/table.C 1.193:
528: * src/classes/xdoc.C 1.120:
529: * src/classes/xdoc.C 1.121:
530: * src/include/pa_array.h 1.61:
531: * src/include/pa_cache_managers.h 1.13:
532: * src/include/pa_pool.h 1.89:
533: * src/include/pa_request.h 1.171:
534: * src/include/pa_string.h 1.152:
535: * src/include/pa_stylesheet_connection.h 1.36:
536: * src/include/pa_table.h 1.55:
537: * src/main/compile_tools.h 1.70:
538: * src/main/pa_charset.C 1.42:
539: * src/main/pa_charset.C 1.43:
540: * src/main/pa_common.C 1.167:
541: * src/main/pa_dictionary.C 1.21:
542: * src/main/pa_dir.C 1.18:
543: * src/main/pa_request.C 1.259:
544: * src/main/pa_sql_driver_manager.C 1.75:
545: * src/main/pa_string.C 1.189:
546: * src/main/pa_string.C 1.190:
547: * src/main/pa_table.C 1.59:
548: * src/main/untaint.C 1.124:
549: * src/types/pa_value.C 1.14:
550: * src/types/pa_vcookie.C 1.60:
551: * src/types/pa_vdate.h 1.30:
552: * src/types/pa_vhash.h 1.48:
553: * src/types/pa_vhashfile.C 1.38:
554: * src/types/pa_vimage.h 1.38:
555: * src/types/pa_vmail.C 1.55:
556: * src/types/pa_vmethod_frame.C 1.4:
557: * src/types/pa_vmethod_frame.h 1.48:
558: * src/types/pa_vxnode.C 1.35:
559: * src/types/pa_wcontext.h 1.44:
560: more warnings --
561:
562: 2003-11-19 paf
563: * operators.txt 1.141:
564: * src/classes/op.C 1.136:
565: * src/include/pa_request.h 1.170:
566: * src/main/pa_request.C 1.254:
567: cache[...]{body}{catch block with $exception.handled[cache]
568: meaning "get expired cache, if any. else error"}
569:
570: * src/classes/op.C 1.135:
571: * src/include/pa_os.h 1.2:
572: * src/include/pa_request.h 1.169:
573: * src/main/pa_common.C 1.165:
574: cache: ^cache[] fallback
575: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
576:
577: * src/classes/op.C 1.137:
578: more ansi C++ comp
579:
580: 2003-11-12 paf
581: * src/classes/xnode.C 1.61:
582: replaceChild: 2nd param now named oldChild [copy/paste bug]
583:
584: 2003-11-11 paf
585: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
586: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
587: more C++ compatible [HP C++ failed]
588:
589: * operators.txt 1.139:
590: * operators.txt 1.140:
591: *** empty log message ***
592:
593: * bin/auto.p.dist.in 1.10:
594: colno
595:
596: 2003-11-10 paf
597: * src/types/pa_vhashfile.C 1.35:
598: * src/types/pa_vhashfile.h 1.25:
599: add: hashfile old serialize version and exipire now removes entries
600:
601: * operators.txt 1.135:
602: comment: updated
603:
604: * operators.txt 1.138:
605: * src/main/pa_request.C 1.253:
606: * src/types/Makefile.am 1.34:
607: * src/types/pa_vconsole.h 1.1:
608: * src/types/types.vcproj 1.4:
609: $console:line read/write [for nntp]
610:
611: * operators.txt 1.134:
612: * src/classes/hashfile.C 1.30:
613: * src/include/pa_common.h 1.96:
614: * src/main/pa_common.C 1.164:
615: * src/types/pa_vhashfile.C 1.34:
616: * src/types/pa_vhashfile.h 1.24:
617: ^hashfile.delete[] removes files altogether [and dir, if could]
618:
619: * src/types/pa_vconsole.h 1.2:
620: flush
621:
622: * src/types/Makefile.in 1.53:
623: *** empty log message ***
624:
625: * src/lib/sdbm/sdbm.c 1.3:
626: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
627: coded that that was error. fixed
628:
629: * src/types/pa_vhashfile.C 1.33:
630: sdbm: exception type change to file.access [regretfull can't
631: split it to different exceptions without modifying sdbm source
632: wich would prefer not to]
633:
634: * operators.txt 1.136:
635: mysql: transaction support: ?autocommit=0
636:
637: 2003-11-07 paf
638: * src/classes/date.C 1.52:
639: * src/classes/file.C 1.113:
640: * src/classes/hash.C 1.60:
641: * src/classes/hashfile.C 1.29:
642: * src/classes/image.C 1.97:
643: * src/classes/table.C 1.190:
644: * src/classes/xdoc.C 1.117:
645: * src/include/Makefile.am 1.6:
646: * src/include/pa_array.h 1.60:
647: * src/include/pa_pool.h 1.88:
648: * src/include/pa_request.h 1.168:
649: * src/main/Makefile.am 1.41:
650: * src/main/execute.C 1.300:
651: * src/main/main.vcproj 1.5:
652: * src/main/pa_pool.C 1.61:
653: * src/main/pa_request.C 1.252:
654: * src/targets/cgi/parser3.C 1.221:
655: * src/types/pa_vclass.C 1.18:
656: * src/types/pa_vclass.h 1.41:
657: * src/types/pa_vhashfile.h 1.23:
658: * src/types/pa_vobject.h 1.40:
659: * src/types/pa_vstateless_class.h 1.45:
660: resurrected: pool idea. now only for destructing objects at
661: request processing end
662:
663: * src/include/Makefile.in 1.14:
664: * src/main/Makefile.in 1.54:
665: *** empty log message ***
666:
667: 2003-11-06 paf
668: * src/classes/xdoc.C 1.116:
669: * src/classes/xnode.C 1.60:
670: * src/include/pa_charset.h 1.26:
671: * src/include/pa_globals.h 1.106:
672: * src/include/pa_stylesheet_connection.h 1.34:
673: * src/main/pa_exception.C 1.45:
674: * src/types/pa_vxnode.h 1.25:
675: XmlException changes
676:
677: * src/types/pa_vhashfile.C 1.30:
678: hashfile: foreach body can bodify $self
679:
680: * operators.txt 1.133:
681: * src/types/pa_vhashfile.C 1.32:
682: hashfile: clear & expiration [time in value. todo: move time to
683: key]
684:
685: * src/include/pa_memory.h 1.7:
686: * src/targets/cgi/parser3.C 1.220:
687: * src/types/pa_value.C 1.12:
688: * src/types/pa_value.h 1.114:
689: * src/types/pa_vcookie.C 1.58:
690: * src/types/pa_vhashfile.C 1.23:
691: * src/types/pa_vhashfile.h 1.18:
692: * www/htdocs/.htaccess 1.22:
693: hashfile implemented get/put [raw]
694:
695: * operators.txt 1.130:
696: * src/classes/hashfile.C 1.26:
697: * src/types/pa_vhashfile.C 1.25:
698: * src/types/pa_vhashfile.h 1.20:
699: hashfile: hash
700:
701: * src/lib/sdbm/Makefile.am 1.2:
702: * src/lib/sdbm/apr_file_io.C 1.1:
703: * src/lib/sdbm/apr_strings.C 1.1:
704: move to upper dir, .am updated
705:
706: * configure 1.69:
707: * configure.in 1.65:
708: * operators.txt 1.128:
709: * parser3.sln 1.6:
710: * src/classes/classes.vcproj 1.3:
711: * src/classes/hashfile.C 1.24:
712: * src/classes/xdoc.C 1.115:
713: * src/include/pa_config_fixed.h 1.61:
714: * src/include/pa_exception.h 1.40:
715: * src/include/pa_globals.h 1.105:
716: * src/include/pa_memory.h 1.6:
717: * src/include/pa_version.h 1.11:
718: * src/lib/ltdl/libltdl.vcproj 1.2:
719: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
720: * src/lib/ltdl/ltdl.vcproj 1.1:
721: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
722: * src/lib/sdbm/apr-include/apr.h 1.4:
723: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
724: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
725: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
726: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
727: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
728: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
729: * src/lib/sdbm/apr-include/apu.h 1.3:
730: * src/main/compile.tab.C 1.92:
731: * src/main/main.vcproj 1.3:
732: * src/main/pa_charset.C 1.39:
733: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
734: * src/targets/apache13/mod_parser3.c 1.8:
735: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
736: * src/targets/cgi/parser3.vcproj 1.4:
737: * src/types/Makefile.am 1.30:
738: * src/types/pa_vhash.C 1.4:
739: * src/types/pa_vhashfile.C 1.22:
740: * src/types/pa_vhashfile.h 1.17:
741: * src/types/pa_vxnode.h 1.24:
742: * src/types/types.vcproj 1.3:
743: * www/htdocs/.htaccess 1.21:
744: hashfile: started again with sdbm from apache
745:
746: * operators.txt 1.131:
747: * src/classes/hash.C 1.58:
748: * src/classes/hash.C 1.59:
749: * src/classes/hashfile.C 1.27:
750: * src/classes/hashfile.C 1.28:
751: * src/types/pa_vhashfile.C 1.26:
752: * src/types/pa_vhashfile.h 1.21:
753: hashfile: foreach
754:
755: * operators.txt 1.132:
756: * src/types/pa_vhashfile.C 1.27:
757: * src/types/pa_vhashfile.h 1.22:
758: hashfile: clear and proper locking
759:
760: * src/include/Makefile.in 1.13:
761: * src/include/pa_config_includes.h 1.26:
762: * src/include/pa_version.h 1.12:
763: our replacements of max& co only for cpp
764:
765: * parser3.sln 1.7:
766: * src/targets/apache13/p3runConfigure.in 1.14:
767: * src/targets/cgi/Makefile.am 1.49:
768: .vcproj & .am updated to include sdbm
769:
770: * operators.txt 1.129:
771: * src/classes/hashfile.C 1.25:
772: * src/types/pa_vhashfile.C 1.24:
773: * src/types/pa_vhashfile.h 1.19:
774: * tests/todo.txt 1.4:
775: hashfile: delete
776:
777: * configure.in 1.66:
778: * configure.in 1.67:
779: * src/classes/Makefile.am 1.46:
780: * src/classes/Makefile.in 1.58:
781: * src/include/Makefile.am 1.5:
782: * src/lib/Makefile.am 1.6:
783: * src/lib/Makefile.in 1.11:
784: * src/lib/sdbm/Makefile.am 1.3:
785: * src/lib/sdbm/Makefile.in 1.1:
786: * src/lib/sdbm/apr-include/Makefile.am 1.1:
787: * src/lib/sdbm/apr-include/Makefile.in 1.1:
788: * src/lib/sdbm/sdbm.vcproj 1.3:
789: * src/main/Makefile.am 1.39:
790: * src/main/Makefile.am 1.40:
791: * src/main/Makefile.in 1.53:
792: * src/targets/cgi/.cvsignore 1.3:
793: * src/targets/cgi/Makefile.in 1.65:
794: * src/types/Makefile.am 1.32:
795: * src/types/Makefile.am 1.33:
796: * src/types/Makefile.in 1.52:
797: *** empty log message ***
798:
799: * src/include/pa_common.h 1.95:
800: * src/include/pa_exception.h 1.41:
801: * src/include/pa_os.h 1.1:
802: * src/include/pa_xml_exception.h 1.1:
803: * src/lib/sdbm/sdbm.vcproj 1.1:
804: * src/main/main.vcproj 1.4:
805: * src/main/pa_common.C 1.162:
806: * src/main/pa_os.C 1.1:
807: * src/main/pa_xml_exception.C 1.1:
808: locking move to pa_os [along with pa_sleep]
809: apr-impl locking done
810:
811: * src/types/pa_vhashfile.C 1.29:
812: hashfile: clear now works [were trying to do that in foreach,
813: no errors, but surely wrong]
814:
815: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
816: * src/lib/sdbm/sdbm.c 1.2:
817: * src/lib/sdbm/sdbm.vcproj 1.2:
818: just compiled
819:
820: * tests/todo.txt 1.5:
821: hashfile: done
822:
823: * src/classes/op.C 1.134:
824: * src/main/pa_os.C 1.2:
825: just linked
826:
827: * src/classes/Makefile.am 1.45:
828: * src/types/Makefile.am 1.31:
829: .am sdbm INCLUDES updates
830:
831: 2003-11-05 paf
832: * src/lib/sdbm/apr-include/apr.h 1.2:
833: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
834: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
835: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
836: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
837: * src/lib/sdbm/apr-include/apu.h 1.1:
838: started porting: grabbed some parts of apr headers
839:
840: * src/lib/sdbm/Makefile.am 1.1:
841: * src/lib/sdbm/sdbm.c 1.1:
842: * src/lib/sdbm/sdbm_hash.c 1.1:
843: * src/lib/sdbm/sdbm_lock.c 1.1:
844: * src/lib/sdbm/sdbm_pair.c 1.1:
845: * src/lib/sdbm/sdbm_pair.h 1.1:
846: * src/lib/sdbm/sdbm_private.h 1.1:
847: * src/lib/sdbm/sdbm_tune.h 1.1:
848: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
849:
850: * src/lib/sdbm/apr-include/apr.h 1.1:
851: * src/lib/sdbm/apr-include/apr.h 1.3:
852: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
853: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
854: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
855: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
856: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
857: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
858: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
859: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
860: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
861: * src/lib/sdbm/apr-include/apu.h 1.2:
862: *** empty log message ***
863:
864: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
865: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
866: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
867: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
868: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
869: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
870: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
871: not has to be in \parser3project dir anymore
872:
873: * src/main/helpers/CaseFolding.txt 1.1:
874: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
875:
876: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
877: bugfix: had broken binary search [copied thoughtlessly from
878: xalan]
879:
880: 2003-11-04 paf
881: * operators.txt 1.124:
882: * src/classes/table.C 1.187:
883: * tests/todo.txt 1.2:
884: ^table::load
885: !$.separator[^#09]
886: !$.encloser["] <nothing> by default
887:
888: * operators.txt 1.125:
889: * src/classes/table.C 1.188:
890: * src/main/pa_string.C 1.186:
891: * tests/todo.txt 1.3:
892: ^table.save[...
893: $.separator[^#09]
894: $.encloser["] <nothing> by default
895:
896: * operators.txt 1.126:
897: * src/classes/mail.C 1.91:
898: * src/types/pa_vmail.C 1.52:
899: * src/types/pa_vmail.h 1.12:
900: !^mail:send[
901: $.options[unix: string to append to sendmail command line]
902:
903: * src/classes/Makefile.am 1.44:
904: * src/classes/Makefile.in 1.57:
905: classes.C to rebuild last
906:
907: * src/classes/mail.C 1.92:
908: * src/classes/table.C 1.189:
909: compiled on unix
910:
911: * operators.txt 1.127:
912: comment: ^mail:send[$.options[
913:
914: 2003-11-03 paf
915: * src/targets/cgi/parser3.C 1.219:
916: beauty: SIGUSRX removed qs= printing [already included into uri
917: xxx]
918:
919: * operators.txt 1.120:
920: * src/classes/date.C 1.49:
921: !^date::unix-timestamp()
922: !^date.unix-timestamp[]
923:
924: * operators.txt 1.121:
925: * src/classes/image.C 1.95:
926: * tests/todo.txt 1.1:
927: * www/htdocs/auto.p 1.21:
928: ^image.gif[filename] for $response:download
929:
930: * operators.txt 1.123:
931: * src/classes/table.C 1.186:
932: * src/main/pa_common.C 1.161:
933: ^table::load[; options:
934: !$.column-separator[^#09]
935: !$.column-encloser["]
936:
937: * operators.txt 1.122:
938: * src/include/pa_config_fixed.h 1.60:
939: * src/types/pa_vrequest.C 1.30:
940: $request:document-root
941:
942: * src/classes/date.C 1.50:
943: minor precaution
944:
945: 2003-10-31 paf
946: * src/include/pa_config_fixed.h 1.59:
947: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
948: *** empty log message ***
949:
1.27 paf 950: 2003-10-30 paf
951: * src/classes/date.C 1.47:
952: * src/classes/image.C 1.94:
953: improvement diagnostics: $now[^date::create[$undefined]] now is error
954:
955: * src/targets/apache13core/Makefile.am 1.4:
956: * src/targets/apache13core/Makefile.in 1.4:
957: gc include dir added, thanks to Victor Fedoseev for finding
958:
959: * src/main/pa_common.C 1.160:
960: read errors would now be reported 'actually read -1 bytes'
961:
962: * operators.txt 1.119:
963: * src/classes/date.C 1.48:
964: * src/types/pa_vdate.h 1.27:
965: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
966:
1.26 paf 967: 2003-10-24 paf
968: * Makefile.am 1.36:
969: * src/classes/Makefile.am 1.43:
970: * src/lib/cord/Makefile.am 1.3:
971: * src/lib/md5/Makefile.am 1.3:
972: * src/lib/pcre/Makefile.am 1.2:
973: * src/main/Makefile.am 1.37:
974: * src/targets/apache13/Makefile.am 1.18:
975: * src/targets/apache13core/Makefile.am 1.3:
976: * src/targets/cgi/Makefile.am 1.48:
977: * src/targets/isapi/Makefile.am 1.3:
978: .dsp/w -> .vcproj/sln
979:
980: * Makefile.in 1.50:
981: * src/classes/Makefile.in 1.56:
982: * src/include/pa_version.h 1.10:
983: * src/lib/cord/Makefile.in 1.3:
984: * src/lib/md5/Makefile.in 1.8:
985: * src/lib/pcre/Makefile.in 1.10:
986: * src/main/Makefile.am 1.38:
987: * src/main/Makefile.in 1.52:
988: * src/targets/apache13/Makefile.in 1.48:
989: * src/targets/apache13core/Makefile.in 1.3:
990: * src/targets/cgi/Makefile.in 1.64:
991: * src/targets/isapi/Makefile.in 1.13:
992: *** empty log message ***
993:
994: 2003-10-22 paf
995: * src/include/pa_request.h 1.167:
996: fixed: $h[^hash::create[]] $$h[1]
997:
998: 2003-10-21 paf
999: * src/classes/op.C 1.133:
1000: * src/include/pa_request.h 1.166:
1001: fixed: false 'endless recoursion' message with intensive throw-catches
1002: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
1003:
1004: * operators.txt 1.118:
1005: * src/include/pa_string.h 1.151:
1006: * src/main/pa_string.C 1.185:
1007: fixed: string.match[g] without <'> option produced columns with
1008: NULL's, which gpf'ed at table.save time
1009:
1010: 2003-10-10 paf
1011: * src/include/pa_string.h 1.150:
1012: * src/main/compile.tab.C 1.91:
1013: * www/htdocs/.htaccess 1.20:
1014: CORD_chr does not check offset argument for validity
1015: did that in String::Body::pos myself
1016: http://i2/tasks/edit/?id=4577425257580789777
1017:
1018: 2003-10-07 paf
1019: * src/main/compile.tab.C 1.90:
1020: * src/main/compile.y 1.207:
1021: ^if ( better error:
1022: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
1023:
1024: 2003-10-03 paf
1025: * parser3.sln 1.5:
1026: * src/include/pa_dictionary.h 1.15:
1027: * src/main/pa_dictionary.C 1.19:
1028: * src/main/pa_string.C 1.184:
1029: * src/targets/cgi/parser3.vcproj 1.3:
1030: * www/htdocs/.htaccess 1.19:
1031: dictionary optimized by precalculating cstr&length
1032:
1033: 2003-10-02 paf
1034: * src/classes/op.C 1.132:
1035: * src/include/pa_request.h 1.165:
1036: * src/include/pa_stack.h 1.20:
1037: * src/main/execute.C 1.299:
1038: * src/main/pa_request.C 1.251:
1039: * src/main/pa_sql_driver_manager.C 1.73:
1040: * src/main/pa_stylesheet_manager.C 1.19:
1041: * www/htdocs/.htaccess 1.18:
1042: bugfix: ^throw context were saved/restored incompletely
1043: http://www.parser.ru/forum/?id=21484
1044:
1045: 2003-09-30 paf
1046: * src/targets/apache13/mod_parser3.c 1.7:
1047: * src/targets/apache13/pa_httpd.h 1.4:
1048: * src/targets/apache13core/mod_parser3.C 1.5:
1049: content-type now changes
1050:
1051: * src/main/pa_string.C 1.183:
1052: string::replace bug fix [were ignoring occurrances after lang-mismatched
1053:
1054: 2003-09-29 paf
1055: * src/include/pa_charset.h 1.25:
1056: * src/main/helpers/simple_folding.pl 1.1:
1057: * src/main/pa_charset.C 1.38:
1058: * src/main/pa_string.C 1.181:
1059: * www/htdocs/auto.p 1.20:
1060: utf-8 upper/lower
1061:
1062: * src/classes/string.C 1.127:
1063: bugfix: s.right(>s.length) returned nothing
1064:
1065: * www/htdocs/base.p 1.7:
1066: * www/htdocs/derived.p 1.25:
1067: * www/htdocs/font.gif 1.2:
1068: * www/htdocs/global.xsl 1.9:
1069: * www/htdocs/index.html 1.213:
1070: * www/htdocs/mailreceive.eml 1.4:
1071: * www/htdocs/mailreceive.html 1.2:
1072: * www/htdocs/operators.p 1.12:
1073: * www/htdocs/parser-status.html 1.3:
1074: * www/htdocs/people.dtd 1.2:
1075: * www/htdocs/some.p 1.3:
1076: removing old tests
1077:
1078: * src/main/pa_common.C 1.159:
1079: bugfix: utf signature were not ignored due to typo error
1080: http://i2/tasks/edit/?id=4573354650786434584
1081:
1082: * src/classes/table.C 1.184:
1083: bugfix: flip: must produce nameless
1084: http://i2/tasks/edit/?id=4573405524674081244
1085:
1086: * src/main/utf8-to-lower.inc 1.1:
1087: * src/main/utf8-to-upper.inc 1.1:
1088: generated by helper
1089:
1090: * src/main/pa_string.C 1.182:
1091: string::serialize bug fix with zero-terminator
1092:
1093: * src/classes/table.C 1.185:
1094: ^nameless_table.save column row now has no \t at the end
1095:
1096: * src/classes/form.C 1.36:
1097: better error message: MAX_POST_SIZE_NAME to error message
1098:
1099: * src/include/pa_request.h 1.164:
1100: * src/main/execute.C 1.298:
1101: * src/main/pa_request.C 1.250:
1102: @postprocess now takes $response:body/download
1103:
1104: 2003-09-26 paf
1105: * src/include/pa_string.h 1.149:
1106: * src/main/pa_common.C 1.157:
1107: * src/main/pa_string.C 1.180:
1108: * www/htdocs/.htaccess 1.17:
1109: String.for_each bug fixed [omited one-char cases]
1110:
1111: * src/main/untaint.C 1.121:
1112: removed needless const
1113:
1114: * src/main/untaint.C 1.122:
1115: removed needless field
1116:
1117: * src/classes/op.C 1.131:
1118: * src/include/pa_string.h 1.148:
1119: * src/main/pa_string.C 1.178:
1120: * www/htdocs/.htaccess 1.15:
1121: string::serialize/deserialize implemented
1122: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
1123:
1124: * src/include/pa_stack.h 1.19:
1125: bugfix: before collecting garbage, runtime-executor stack were
1126: cleared... BADLY
1127:
1128: * src/main/pa_string.C 1.179:
1129: * www/htdocs/.htaccess 1.16:
1130: * www/htdocs/auto.p 1.19:
1131: ^stirng.replace code used old param-convention on langs.append, fixed that
1132: search fo the like, found none
1133:
1134: 2003-09-25 paf
1135: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
1136: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
1137: string: debug: .v() functions aligned to that of eeparser3 look
1138:
1139: * src/include/pa_string.h 1.147:
1140: * src/include/pa_version.h 1.9:
1141: * src/main/pa_string.C 1.177:
1142: * src/main/untaint.C 1.120:
1143: templates and anonymous unions differences on unix
1144:
1145: * parser3.sln 1.4:
1146: * src/classes/file.C 1.112:
1147: * src/classes/image.C 1.93:
1148: * src/classes/mail.C 1.90:
1149: * src/classes/op.C 1.130:
1150: * src/classes/table.C 1.183:
1151: * src/classes/xdoc.C 1.114:
1152: * src/classes/xnode.C 1.59:
1153: * src/include/pa_cache_managers.h 1.11:
1154: * src/include/pa_charset.h 1.24:
1155: * src/include/pa_charsets.h 1.10:
1156: * src/include/pa_common.h 1.94:
1157: * src/include/pa_request.h 1.163:
1158: * src/include/pa_sql_driver_manager.h 1.28:
1159: * src/include/pa_string.h 1.146:
1160: * src/include/pa_stylesheet_manager.h 1.17:
1161: * src/include/pa_table.h 1.53:
1162: * src/lib/cord/cordbscs.c 1.3:
1163: * src/lib/cord/cordprnt.c 1.3:
1164: * src/lib/cord/cordxtra.c 1.4:
1165: * src/lib/cord/include/cord.h 1.3:
1166: * src/main/compile.tab.C 1.89:
1167: * src/main/compile_tools.h 1.69:
1168: * src/main/pa_charset.C 1.37:
1169: * src/main/pa_charsets.C 1.13:
1170: * src/main/pa_common.C 1.156:
1171: * src/main/pa_exec.C 1.52:
1172: * src/main/pa_request.C 1.249:
1173: * src/main/pa_sql_driver_manager.C 1.72:
1174: * src/main/pa_string.C 1.176:
1175: * src/main/pa_stylesheet_manager.C 1.18:
1176: * src/main/untaint.C 1.119:
1177: * src/types/pa_value.h 1.113:
1178: * src/types/pa_vimage.C 1.24:
1179: * src/types/pa_vmail.C 1.51:
1180: * src/types/pa_vmath.C 1.3:
1181: * src/types/pa_vstateless_class.h 1.44:
1182: * src/types/pa_vstatus.C 1.18:
1183: * src/types/pa_vxnode.C 1.33:
1184: * www/htdocs/.htaccess 1.14:
1185: string_fragments_to_cord merged to HEAD
1186:
1187: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
1188: removed warnings
1189:
1190: 2003-09-24 paf
1191: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
1192: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
1193: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
1194: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
1195: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
1196: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
1197: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
1198: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
1199: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
1200: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
1201: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
1202: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
1203: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
1204: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
1205: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
1206: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
1207: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
1208: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
1209: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
1210: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
1211: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
1212: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
1213: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
1214: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
1215: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
1216: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
1217: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
1218: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
1219: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
1220: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
1221: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
1222: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
1223: v() functions of String::Body, String::Languages and String itself
1224: StringBody->String::Body
1225:
1226: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
1227: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
1228: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
1229: langs: speed up by joining adjucent blocks of same char [
1230: CORD_append_block]
1231:
1232: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
1233: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
1234: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
1235: CORD_append_block showed no efficiency = never optimized anything.
1236: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
1237:
1238: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
1239: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
1240: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
1241: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
1242: aval/ works!
1243:
1244: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
1245: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
1246: aval is not actually working yet :(
1247: but more working &understood :)
1248:
1249: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
1250: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
1251: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
1252: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
1253: aval/ works!
1254: todo: save space by extending blocks when appending block with c == lastblock.c
1255:
1256: 2003-09-23 paf
1257: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
1258: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
1259: just compiled
1260: todo: serialize&deserialize
1261:
1262: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
1263: something even more works :)
1264:
1265: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
1266: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
1267: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
1268: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
1269: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
1270: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
1271: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
1272: main idea implemented, details left
1273:
1274: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
1275: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
1276: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
1277: something already works :)
1278:
1279: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
1280: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
1281: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
1282: something more works :)
1283:
1284: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
1285: $a[ok!]
1286: $a works!
1287:
1288: 2003-09-22 paf
1289: * src/classes/xdoc.C 1.112:
1290: * src/classes/xnode.C 1.57:
1291: new DOM2 methods from Alexandr Egorov <egr> (all?)
1292: xdoc:
1293: createAttributeNS
1294: createElementNS
1295: xnode:
1296: getAttributeNS
1297: setAttributeNS
1298: removeAttributeNS
1299: getAttributeNodeNS
1300: setAttributeNodeNS
1301: hasAttribute
1302: hasAttributeNS
1303:
1304: * src/classes/memory.C 1.3:
1305: * src/include/pa_memory.h 1.5:
1306: #ifdef GC_DEBUG
1307:
1308: * src/include/pa_memory.h 1.4:
1309: * src/main/pa_globals.C 1.159:
1310: when xml memory allocator returns 0, just die.
1311: http://i2/tasks/edit/?id=4570798492410259445
1312:
1313: * src/lib/cord/cordxtra.c 1.3:
1314: CORD_pos bugfix [failed to find 8bit chars due to bitwise
1315: operation signed-char error]
1316:
1317: * src/classes/xdoc.C 1.113:
1318: * src/classes/xnode.C 1.58:
1319: copy/paste comment bugfix
1320:
1321: 2003-09-19 paf
1322: * src/targets/apache13/mod_parser3.c 1.6:
1323: now compiles on MSVC7
1324:
1325: * operators.txt 1.117:
1326: * src/main/pa_common.C 1.155:
1327: merged
1328: $f[^file::load[binary;http://...]]
1329: $f.tables
1330:
1331: * src/types/pa_wcontext.C 1.26:
1332: output message: more practical suggestion
1333:
1334: 2003-09-02 paf
1335: * src/targets/apache13/mod_parser3.c 1.5:
1336: çàáûòîå èçìåíåíèå
1337:
1338: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
1339: forgot initializer
1340:
1341: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
1342: got rid of 'stdout' symbol reference on unix (users reported
1343: problems with some old libc)
1344:
1345: * operators.txt [release_3_0_8] 1.115.2.1:
1346: *** empty log message ***
1347:
1348: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
1349: printf is buffered, write(1 is not. can't flush stdout without
1350: referencing 'stdout' symbol. to hell with non-ansi libraries
1351: without 'stdout' symbol
1352:
1353: 2003-09-01 paf
1354: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
1355: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
1356: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
1357: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
1358: renamed to .c [lowercase] to correspond to runconfigure.
1359: added files to fix 'make dist'
1360:
1361: * src/targets/apache13/Makefile.am 1.17:
1362: * src/targets/apache13/Makefile.in 1.47:
1363: * src/targets/apache13/mod_parser3.c 1.4:
1364: merged with 3.1.0:
1365: renamed to .c [lowercase] to correspond to runconfigure.
1366: added files to fix 'make dist'
1367:
1368: * src/classes/date.C [release_3_0_8] 1.45.2.1:
1369: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
1370: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
1371: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
1372: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
1373: $date.TZ
1374: ^date.roll[TZ;new zone]
1375:
1376: * src/classes/image.C 1.92:
1377: memory handling bugs [unpatched 'new' calls]
1378:
1379: 2003-08-19 paf
1380: * src/types/pa_vmail.C 1.48:
1381: * src/types/pa_vmail.h 1.11:
1382: parses headers, still problems with body
1383:
1384: * src/types/pa_vmail.C 1.47:
1385: mail_receive just compiled
1386:
1387: * src/types/pa_vmail.C 1.50:
1388: turned off recoding in gmime (were still recoding headers)
1389:
1390: * src/include/pa_memory.h 1.3:
1391: * src/types/pa_value.h 1.111:
1392: -= few warnings
1393:
1394: * src/targets/apache13/mod_parser3.C 1.31:
1395: * src/targets/apache13/mod_parser3.c 1.2:
1396: .c
1397:
1398: * src/types/pa_vmail.C 1.49:
1399: works as before, same charset problems:
1400: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
1401:
1402: * src/targets/apache13/mod_parser3.C 1.30:
1403: * src/targets/apache13/pa_httpd.h 1.3:
1404: * src/targets/apache13core/mod_parser3.C 1.3:
1405: apache module compiled on MSVC7
1406:
1407: * src/types/pa_value.C 1.11:
1408: * src/types/pa_value.h 1.112:
1409: * src/types/pa_vdate.h 1.26:
1410: * src/types/pa_vrequest.C 1.29:
1411: * src/types/pa_vstring.h 1.56:
1412: * src/types/pa_vxdoc.C 1.25:
1413: * src/types/pa_vxnode.C 1.32:
1414: bark intefrace obsoleted, simplified a little
1415:
1416: * src/types/pa_vhash.C 1.3:
1417: * src/types/pa_vhash.h 1.47:
1418: _default+foreach bug refix [lost fix from 3.0.8]
1419:
1420: * src/types/pa_vcookie.C 1.57:
1421: in VC7
1422: if(type var=xxx){
1423: }else{
1424: now visible here
1425: }
1426:
1427: bug fix
1428:
1429: * src/main/compile.tab.C 1.87:
1430: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
1431: study shows that later in bison they've fixed that. would migrate to latest bison someday
1432:
1433: 2003-08-18 paf
1434: * src/classes/classes.vcproj 1.2:
1435: * src/include/pa_config_fixed.h 1.58:
1436: * src/main/main.vcproj 1.2:
1437: * src/types/types.vcproj 1.2:
1438: win32: continued process detaching from \parser3project directory
1439:
1440: * ~sak5c961f3101c36563.tmp 1.1:
1441: Temporary file created by Visual Studio .NET to detect Jalindi
1442: Igloo capabilities.
1443:
1444: * gnu.vcproj 1.1:
1445: * parser3.sln 1.1:
1446: * src/classes/classes.vcproj 1.1:
1447: * src/lib/cord/cord.vcproj 1.1:
1448: * src/lib/ltdl/libltdl.vcproj 1.1:
1449: * src/lib/md5/md5.vcproj 1.1:
1450: * src/lib/pcre/pcre.vcproj 1.1:
1451: * src/lib/pcre/pcre_dftables.vcproj 1.1:
1452: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
1453: * src/main/main.vcproj 1.1:
1454: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
1455: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
1456: * src/targets/cgi/parser3.vcproj 1.1:
1457: * src/targets/isapi/parser3isapi.vcproj 1.1:
1458: * src/types/types.vcproj 1.1:
1459: new VS project files
1460:
1461: * configure 1.68:
1462: * configure.in 1.64:
1463: * src/classes/Makefile.am 1.42:
1464: * src/classes/Makefile.in 1.55:
1465: * src/classes/classes.awk 1.8:
1466: * src/doc/footer.htm 1.3:
1467: * src/include/pa_config_fixed.h 1.57:
1468: * src/include/pa_version.h 1.8:
1469: * src/lib/Makefile.am 1.5:
1470: * src/lib/Makefile.in 1.10:
1471: * src/lib/patches/Makefile.in 1.12:
1472: * src/main/compile.tab.C 1.86:
1473: * src/main/pa_charset.C 1.36:
1474: * src/main/pa_string.C 1.175:
1475: * src/main/untaint.C 1.118:
1476: * src/types/pa_vmail.C 1.46:
1477: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
1478: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
1479: merged 3.1.0 latest changes
1480:
1481: * gnu.dsp 1.5:
1482: * gnu.vcproj.vspscc 1.1:
1483: * parser3.dsw 1.9:
1484: * parser3.vssscc 1.1:
1485: * src/classes/classes.dsp 1.31:
1486: * src/classes/classes.vcproj.vspscc 1.1:
1487: * src/lib/cord/cord.dsp 1.3:
1488: * src/lib/cord/cord.vcproj.vspscc 1.1:
1489: * src/lib/ltdl/libltdl.dsp 1.7:
1490: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
1491: * src/lib/md5/md5.dsp 1.5:
1492: * src/lib/md5/md5.vcproj.vspscc 1.1:
1493: * src/lib/pcre/pcre.dsp 1.4:
1494: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
1495: * src/lib/pcre/pcre_dftables.dsp 1.2:
1496: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
1497: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
1498: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
1499: * src/main/main.dsp 1.167:
1500: * src/main/main.vcproj.vspscc 1.1:
1501: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
1502: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
1503: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
1504: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
1505: * src/targets/cgi/parser3.dsp 1.66:
1506: * src/targets/cgi/parser3.vcproj 1.2:
1507: * src/targets/isapi/parser3isapi.dsp 1.44:
1508: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
1509: * src/types/types.dsp 1.42:
1510: * src/types/types.vcproj.vspscc 1.1:
1511: moved to MSVC 7
1512:
1513: 2003-08-15 paf
1514: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
1515: email addresses in forms:
1516: "non-ascii" <yyy>
1517: non-ascii <yyy>
1518: now encoded correctly
1519:
1520: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
1521: email addresses in forms:
1522: "non-ascii" <yyy>
1523: non-ascii <yyy>
1524: now encoded correctly [kinda merge from 3.0.8]
1525:
1526: 2003-07-29 paf
1527: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
1528: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
1529: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
1530: classes.awk added to make dist
1531:
1532: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
1533: just started --with-mail-receive
1534:
1535: 2003-07-28 paf
1536: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
1537: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
1538: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
1539: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
1540: removed circular dependence in src/classes, src/lib/gc now in dist
1541:
1542: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
1543: ^cache bug fix [were not working at all]
1544:
1545: 2003-07-25 paf
1546: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
1547: year
1548:
1.24 paf 1549: 2003-07-24 paf
1550: * INSTALL 1.33:
1551: * Makefile.am 1.35:
1552: * Makefile.in 1.49:
1553: * acsite.m4 1.2:
1554: * bin/Makefile.in 1.10:
1555: * configure 1.67:
1556: * configure.in 1.63:
1557: * etc/Makefile.in 1.15:
1558: * etc/parser3.charsets/Makefile.in 1.18:
1559: * etc/parser3.charsets/koi8-r.cfg 1.4:
1560: * etc/parser3.charsets/windows-1251.cfg 1.8:
1561: * operators.txt 1.116:
1562: * parser3.dsw 1.8:
1563: * src/Makefile.in 1.56:
1564: * src/classes/Makefile.am 1.41:
1565: * src/classes/Makefile.in 1.54:
1566: * src/classes/classes.C 1.19:
1567: * src/classes/classes.awk 1.7:
1568: * src/classes/classes.dsp 1.29:
1569: * src/classes/classes.h 1.24:
1570: * src/classes/date.C 1.46:
1571: * src/classes/double.C 1.54:
1572: * src/classes/file.C 1.111:
1573: * src/classes/form.C 1.35:
1574: * src/classes/hash.C 1.57:
1575: * src/classes/image.C 1.91:
1576: * src/classes/int.C 1.50:
1577: * src/classes/mail.C 1.89:
1578: * src/classes/math.C 1.34:
1579: * src/classes/memory.C 1.2:
1580: * src/classes/op.C 1.129:
1581: * src/classes/response.C 1.24:
1582: * src/classes/string.C 1.126:
1583: * src/classes/table.C 1.182:
1584: * src/classes/void.C 1.29:
1585: * src/classes/xdoc.C 1.111:
1586: * src/classes/xnode.C 1.56:
1587: * src/classes/xnode.h 1.19:
1588: * src/doc/exception.dox 1.2:
1589: * src/doc/index.dox 1.5:
1590: * src/doc/memory.dox 1.2:
1591: * src/doc/string.dox 1.5:
1592: * src/include/Makefile.am 1.4:
1593: * src/include/Makefile.in 1.12:
1594: * src/include/pa_array.h 1.59:
1595: * src/include/pa_cache_managers.h 1.10:
1596: * src/include/pa_charset.h 1.23:
1597: * src/include/pa_charsets.h 1.9:
1598: * src/include/pa_common.h 1.93:
1599: * src/include/pa_config_auto.h.in 1.38:
1600: * src/include/pa_config_fixed.h 1.56:
1601: * src/include/pa_config_includes.h 1.25:
1602: * src/include/pa_dictionary.h 1.14:
1603: * src/include/pa_dir.h 1.14:
1604: * src/include/pa_exception.h 1.39:
1605: * src/include/pa_exec.h 1.13:
1606: * src/include/pa_globals.h 1.104:
1607: * src/include/pa_hash.h 1.59:
1608: * src/include/pa_memory.h 1.2:
1609: * src/include/pa_opcode.h 1.25:
1610: * src/include/pa_operation.h 1.2:
1611: * src/include/pa_pool.h 1.87:
1612: * src/include/pa_pragma_pack_begin.h 1.7:
1613: * src/include/pa_pragma_pack_end.h 1.7:
1614: * src/include/pa_request.h 1.162:
1615: * src/include/pa_request_charsets.h 1.2:
1616: * src/include/pa_request_info.h 1.2:
1617: * src/include/pa_sapi.h 1.23:
1618: * src/include/pa_socks.h 1.12:
1619: * src/include/pa_sql_connection.h 1.31:
1620: * src/include/pa_sql_driver_manager.h 1.27:
1621: * src/include/pa_stack.h 1.18:
1622: * src/include/pa_string.h 1.145:
1623: * src/include/pa_stylesheet_connection.h 1.33:
1624: * src/include/pa_stylesheet_manager.h 1.16:
1625: * src/include/pa_table.h 1.52:
1626: * src/include/pa_threads.h 1.27:
1627: * src/include/pa_types.h 1.45:
1628: * src/include/pa_uue.h 1.5:
1629: * src/lib/Makefile.am 1.4:
1630: * src/lib/Makefile.in 1.9:
1631: * src/lib/cord/Makefile.am 1.2:
1632: * src/lib/cord/Makefile.in 1.2:
1633: * src/lib/cord/cord.dsp 1.2:
1634: * src/lib/cord/cordbscs.c 1.2:
1635: * src/lib/cord/cordprnt.c 1.2:
1636: * src/lib/cord/cordxtra.c 1.2:
1637: * src/lib/cord/include/Makefile.am 1.2:
1638: * src/lib/cord/include/Makefile.in 1.2:
1639: * src/lib/cord/include/cord.h 1.2:
1640: * src/lib/cord/include/ec.h 1.2:
1641: * src/lib/cord/include/private/Makefile.am 1.2:
1642: * src/lib/cord/include/private/Makefile.in 1.2:
1643: * src/lib/cord/include/private/cord_pos.h 1.2:
1644: * src/lib/cord/source.url 1.2:
1645: * src/lib/gc/Makefile.am 1.2:
1646: * src/lib/gc/Makefile.in 1.2:
1.25 paf 1647: * src/lib/gc/include/Makefile.am 1.2:
1648: * src/lib/gc/include/Makefile.in 1.2:
1649: * src/lib/gc/include/gc.h 1.2:
1.24 paf 1650: * src/lib/ltdl/Makefile.in 1.5:
1651: * src/lib/ltdl/libltdl.dsp 1.6:
1652: * src/lib/md5/Makefile.in 1.7:
1653: * src/lib/md5/pa_md5.h 1.8:
1654: * src/lib/md5/pa_md5c.c 1.10:
1655: * src/lib/patches/Makefile.am 1.4:
1656: * src/lib/patches/Makefile.in 1.11:
1657: * src/lib/patches/gc.patch 1.2:
1658: * src/lib/patches/gdome2.patch 1.2:
1659: * src/lib/patches/libxml2.patch 1.2:
1660: * src/lib/patches/libxslt.patch 1.2:
1661: * src/lib/pcre/Makefile.in 1.9:
1662: * src/lib/pcre/pcre.h 1.2:
1663: * src/lib/pcre/pcre_parser_ctype.c 1.4:
1664: * src/main/Makefile.am 1.36:
1665: * src/main/Makefile.in 1.51:
1666: * src/main/compile.C 1.70:
1667: * src/main/compile.tab.C 1.84:
1668: * src/main/compile.tab.C 1.85:
1669: * src/main/compile.y 1.206:
1670: * src/main/compile_tools.C 1.55:
1671: * src/main/compile_tools.h 1.68:
1672: * src/main/execute.C 1.297:
1673: * src/main/main.dsp 1.165:
1674: * src/main/pa_array.C 1.57:
1675: * src/main/pa_cache_managers.C 1.8:
1676: * src/main/pa_charset.C 1.35:
1677: * src/main/pa_charsets.C 1.12:
1678: * src/main/pa_common.C 1.154:
1679: * src/main/pa_dictionary.C 1.18:
1680: * src/main/pa_dir.C 1.15:
1681: * src/main/pa_exception.C 1.44:
1682: * src/main/pa_exec.C 1.51:
1683: * src/main/pa_globals.C 1.157:
1684: * src/main/pa_hash.C 1.54:
1685: * src/main/pa_memory.C 1.2:
1686: * src/main/pa_pool.C 1.60:
1687: * src/main/pa_request.C 1.248:
1688: * src/main/pa_socks.C 1.19:
1689: * src/main/pa_sql_driver_manager.C 1.71:
1690: * src/main/pa_string.C 1.174:
1691: * src/main/pa_stylesheet_manager.C 1.17:
1692: * src/main/pa_table.C 1.56:
1693: * src/main/pa_uue.C 1.5:
1694: * src/main/untaint.C 1.117:
1695: * src/sql/Makefile.in 1.12:
1696: * src/sql/pa_sql_driver.h 1.35:
1697: * src/targets/Makefile.am 1.10:
1698: * src/targets/Makefile.in 1.43:
1699: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
1700: * src/targets/apache13/Makefile.am 1.16:
1701: * src/targets/apache13/Makefile.in 1.46:
1702: * src/targets/apache13/mod_parser3.C 1.29:
1703: * src/targets/apache13/p3runConfigure.in 1.13:
1704: * src/targets/apache13/pa_httpd.h 1.2:
1705: * src/targets/apache13/pa_md5c.c 1.6:
1706: * src/targets/apache13/pa_pool.C 1.9:
1707: * src/targets/apache13/pa_threads.C 1.12:
1708: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
1709: * src/targets/apache13core/Makefile.am 1.2:
1710: * src/targets/apache13core/Makefile.in 1.2:
1711: * src/targets/apache13core/mod_parser3.C 1.2:
1712: * src/targets/apache13core/pa_threads.C 1.2:
1713: * src/targets/cgi/Makefile.am 1.47:
1714: * src/targets/cgi/Makefile.in 1.63:
1715: * src/targets/cgi/getopt.c 1.3:
1716: * src/targets/cgi/getopt.h 1.3:
1717: * src/targets/cgi/pa_pool.C 1.42:
1718: * src/targets/cgi/pa_threads.C 1.13:
1719: * src/targets/cgi/parser3.C 1.218:
1720: * src/targets/cgi/parser3.dsp 1.64:
1721: * src/targets/cgi/pool_storage.h 1.14:
1722: * src/targets/cgi/pp3.cmd 1.2:
1723: * src/targets/isapi/Makefile.am 1.2:
1724: * src/targets/isapi/Makefile.in 1.12:
1725: * src/targets/isapi/pa_pool.C 1.17:
1726: * src/targets/isapi/pa_threads.C 1.14:
1727: * src/targets/isapi/parser3isapi.C 1.83:
1728: * src/targets/isapi/parser3isapi.dsp 1.42:
1729: * src/targets/isapi/pool_storage.h 1.20:
1730: * src/types/Makefile.am 1.29:
1731: * src/types/Makefile.in 1.51:
1732: * src/types/pa_junction.h 1.2:
1733: * src/types/pa_method.h 1.2:
1734: * src/types/pa_value.C 1.10:
1735: * src/types/pa_value.h 1.110:
1736: * src/types/pa_vbool.h 1.22:
1737: * src/types/pa_vclass.C 1.17:
1738: * src/types/pa_vclass.h 1.40:
1739: * src/types/pa_vcode_frame.h 1.25:
1740: * src/types/pa_vcookie.C 1.56:
1741: * src/types/pa_vcookie.h 1.24:
1742: * src/types/pa_vdate.h 1.25:
1743: * src/types/pa_vdouble.h 1.43:
1744: * src/types/pa_venv.h 1.29:
1745: * src/types/pa_vfile.C 1.37:
1746: * src/types/pa_vfile.h 1.53:
1747: * src/types/pa_vform.C 1.75:
1748: * src/types/pa_vform.h 1.46:
1749: * src/types/pa_vhash.C 1.2:
1750: * src/types/pa_vhash.h 1.46:
1751: * src/types/pa_vimage.C 1.23:
1752: * src/types/pa_vimage.h 1.35:
1753: * src/types/pa_vint.h 1.39:
1754: * src/types/pa_vjunction.h 1.20:
1755: * src/types/pa_vmail.C 1.45:
1756: * src/types/pa_vmail.h 1.10:
1757: * src/types/pa_vmath.C 1.2:
1758: * src/types/pa_vmath.h 1.15:
1759: * src/types/pa_vmemory.h 1.2:
1760: * src/types/pa_vmethod_frame.C 1.2:
1761: * src/types/pa_vmethod_frame.h 1.46:
1762: * src/types/pa_vobject.C 1.13:
1763: * src/types/pa_vobject.h 1.39:
1764: * src/types/pa_vrequest.C 1.28:
1765: * src/types/pa_vrequest.h 1.26:
1766: * src/types/pa_vresponse.C 1.18:
1767: * src/types/pa_vresponse.h 1.33:
1768: * src/types/pa_vstateless_class.C 1.20:
1769: * src/types/pa_vstateless_class.h 1.43:
1770: * src/types/pa_vstateless_object.h 1.29:
1771: * src/types/pa_vstatus.C 1.17:
1772: * src/types/pa_vstatus.h 1.16:
1773: * src/types/pa_vstring.C 1.23:
1774: * src/types/pa_vstring.h 1.55:
1775: * src/types/pa_vtable.C 1.22:
1776: * src/types/pa_vtable.h 1.49:
1777: * src/types/pa_vvoid.h 1.18:
1778: * src/types/pa_vxdoc.C 1.24:
1779: * src/types/pa_vxdoc.h 1.32:
1780: * src/types/pa_vxnode.C 1.31:
1781: * src/types/pa_vxnode.h 1.23:
1782: * src/types/pa_wcontext.C 1.25:
1783: * src/types/pa_wcontext.h 1.43:
1784: * src/types/pa_wwrapper.h 1.29:
1785: * src/types/types.dsp 1.40:
1786: * www/htdocs/.htaccess 1.13:
1787: * www/htdocs/auto.p 1.18:
1788: * www/htdocs/index.html 1.212:
1789: moved tempate_gc to HEAD
1790:
1791: * parser3.dsw [template_gc] 1.7.6.1.2.4:
1792: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
1793: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
1794: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
1795: few paths for libxml debug/release changes
1796:
1797: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
1798: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
1799: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
1800: more step towards \parser3project not having to be in root
1801:
1802: * parser3.dsw [template_gc] 1.7.6.1.2.5:
1803: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
1804: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
1805: relative paths to xml&gc libs
1806:
1807: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
1808: PA_ -> pa_
1809:
1810: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
1811: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
1812: uuid bugfix
1813:
1814: * tests/141.html [template_gc] 1.1.2.2:
1815: * tests/Makefile [template_gc] 1.1.2.8.2.10:
1816: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
1817: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
1818: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
1819: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
1820: to reflect date format change (were - become ' ')
1821:
1.25 paf 1822: * src/classes/classes.dsp 1.30:
1823: * src/main/main.dsp 1.166:
1824: * src/main/pa_globals.C 1.158:
1825: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
1826: * src/targets/cgi/parser3.dsp 1.65:
1827: * src/targets/isapi/parser3isapi.dsp 1.43:
1828: * src/types/types.dsp 1.41:
1829: cvs: getting rid of win32xml pseudo project
1830:
1.24 paf 1831: * src/classes/math.C 1.33:
1832: merged uuid bugfix
1833:
1834: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 1835: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
1836: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 1837: release
1838:
1839: * src/classes/math.C [release_3_0_8] 1.33.2.1:
1840: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
1841: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
1842: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
1843: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
1844: apache module compiled [were minor unnecessary changes in lib
1845: md5 interface]
1846:
1.26 paf 1847: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
1848: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
1849: bad #endif fix
1850:
1.24 paf 1851: * tests/001.html 1.2:
1852: * tests/002.html 1.2:
1853: * tests/003.html 1.2:
1854: * tests/004.html 1.2:
1855: * tests/005.html 1.2:
1856: * tests/006.html 1.2:
1857: * tests/007.html 1.2:
1858: * tests/008.html 1.2:
1859: * tests/009.html 1.2:
1860: * tests/010.html 1.2:
1861: * tests/011.html 1.2:
1862: * tests/012.html 1.2:
1863: * tests/013.html 1.2:
1864: * tests/014.html 1.2:
1865: * tests/015.html 1.2:
1866: * tests/016.html 1.2:
1867: * tests/017.html 1.2:
1868: * tests/018.html 1.2:
1869: * tests/019.html 1.2:
1870: * tests/019paf2001.gif 1.2:
1871: * tests/020.html 1.2:
1872: * tests/021.html 1.2:
1873: * tests/022.html 1.2:
1874: * tests/022_dir/a.html 1.2:
1875: * tests/022_dir/b.txt 1.2:
1876: * tests/022_dir/c.htm 1.2:
1877: * tests/023.html 1.2:
1878: * tests/024.html 1.2:
1879: * tests/025.html 1.2:
1880: * tests/026.html 1.2:
1881: * tests/027.html 1.2:
1882: * tests/028.html 1.2:
1883: * tests/029.html 1.2:
1884: * tests/030.html 1.2:
1885: * tests/031.html 1.2:
1886: * tests/032.html 1.2:
1887: * tests/033.html 1.2:
1888: * tests/034.html 1.2:
1889: * tests/035.html 1.2:
1890: * tests/036.html 1.2:
1891: * tests/037.html 1.2:
1892: * tests/038.html 1.2:
1893: * tests/039.html 1.2:
1894: * tests/040.html 1.2:
1895: * tests/041.html 1.2:
1896: * tests/042.html 1.2:
1897: * tests/043.html 1.2:
1898: * tests/044.html 1.2:
1899: * tests/045.html 1.2:
1900: * tests/046.html 1.2:
1901: * tests/047.html 1.2:
1902: * tests/048.html 1.2:
1903: * tests/049.html 1.2:
1904: * tests/050.html 1.2:
1905: * tests/051.html 1.2:
1906: * tests/051b.p 1.2:
1907: * tests/051t.p 1.2:
1908: * tests/052.html 1.2:
1909: * tests/053.html 1.2:
1910: * tests/054.html 1.2:
1911: * tests/055.html 1.2:
1912: * tests/056.html 1.2:
1913: * tests/057.html 1.2:
1914: * tests/058.html 1.2:
1915: * tests/058_paf2000.png 1.2:
1916: * tests/059.html 1.2:
1917: * tests/060.html 1.2:
1918: * tests/061.dat 1.2:
1919: * tests/061.html 1.2:
1920: * tests/062.html 1.2:
1921: * tests/063.html 1.2:
1922: * tests/064.html 1.2:
1923: * tests/065.html 1.2:
1924: * tests/066.html 1.2:
1925: * tests/067.html 1.2:
1926: * tests/068.html 1.2:
1927: * tests/069.html 1.2:
1928: * tests/070.html 1.2:
1929: * tests/071.html 1.2:
1930: * tests/072.html 1.2:
1931: * tests/073.html 1.2:
1932: * tests/074.html 1.2:
1933: * tests/075.html 1.2:
1934: * tests/076.html 1.2:
1935: * tests/077.html 1.2:
1936: * tests/078.html 1.2:
1937: * tests/079.html 1.2:
1938: * tests/080.html 1.2:
1939: * tests/081.html 1.2:
1940: * tests/082.html 1.2:
1941: * tests/083.html 1.2:
1942: * tests/084.html 1.2:
1943: * tests/085.html 1.2:
1944: * tests/086.html 1.2:
1945: * tests/087.html 1.2:
1946: * tests/088.html 1.2:
1947: * tests/089.html 1.2:
1948: * tests/090.html 1.2:
1949: * tests/091.html 1.2:
1950: * tests/092.html 1.2:
1951: * tests/093.html 1.2:
1952: * tests/094.html 1.2:
1953: * tests/095.html 1.2:
1954: * tests/096.html 1.2:
1955: * tests/096_dir/163.jpg 1.2:
1956: * tests/096_dir/188.jpg 1.2:
1957: * tests/097.html 1.2:
1958: * tests/098.html 1.2:
1959: * tests/098font.gif 1.2:
1960: * tests/099.html 1.2:
1961: * tests/100.html 1.2:
1962: * tests/101.html 1.2:
1963: * tests/102.html 1.2:
1964: * tests/103.html 1.2:
1965: * tests/103mark.gif 1.2:
1966: * tests/103paf2001.gif 1.2:
1967: * tests/104.html 1.2:
1968: * tests/105.html 1.2:
1969: * tests/106.html 1.2:
1970: * tests/107.html 1.2:
1971: * tests/108.html 1.2:
1972: * tests/108.xsl 1.2:
1973: * tests/109.html 1.2:
1974: * tests/110.html 1.2:
1975: * tests/111.html 1.2:
1976: * tests/112.html 1.2:
1977: * tests/113.html 1.2:
1978: * tests/114.html 1.2:
1979: * tests/115.html 1.2:
1980: * tests/116.html 1.2:
1981: * tests/117.html 1.2:
1982: * tests/118.html 1.2:
1983: * tests/119.html 1.2:
1984: * tests/120.html 1.2:
1985: * tests/121.html 1.2:
1986: * tests/122.html 1.2:
1987: * tests/123.html 1.2:
1988: * tests/124.html 1.2:
1989: * tests/125.html 1.2:
1990: * tests/126.html 1.2:
1991: * tests/127.html 1.2:
1992: * tests/128.html 1.2:
1993: * tests/129.html 1.2:
1994: * tests/130.html 1.2:
1995: * tests/131.html 1.2:
1996: * tests/132.html 1.2:
1997: * tests/133.html 1.2:
1998: * tests/134.html 1.2:
1999: * tests/135.html 1.2:
2000: * tests/136.html 1.2:
2001: * tests/137.html 1.2:
2002: * tests/138.html 1.2:
2003: * tests/139.html 1.2:
2004: * tests/140.html 1.2:
2005: * tests/141.html 1.2:
2006: * tests/Makefile 1.2:
2007: * tests/descript.ion 1.2:
2008: * tests/outputs/create-dir 1.2:
2009: * tests/results/001.processed 1.2:
2010: * tests/results/002.processed 1.2:
2011: * tests/results/003.processed 1.2:
2012: * tests/results/004.processed 1.2:
2013: * tests/results/005.processed 1.2:
2014: * tests/results/006.processed 1.2:
2015: * tests/results/007.processed 1.2:
2016: * tests/results/008.processed 1.2:
2017: * tests/results/009.processed 1.2:
2018: * tests/results/010.processed 1.2:
2019: * tests/results/011.processed 1.2:
2020: * tests/results/012.processed 1.2:
2021: * tests/results/013.processed 1.2:
2022: * tests/results/014.processed 1.2:
2023: * tests/results/015.processed 1.2:
2024: * tests/results/016.processed 1.2:
2025: * tests/results/017.processed 1.2:
2026: * tests/results/018.processed 1.2:
2027: * tests/results/019.processed 1.2:
2028: * tests/results/020.processed 1.2:
2029: * tests/results/021.processed 1.2:
2030: * tests/results/022.processed 1.2:
2031: * tests/results/023.processed 1.2:
2032: * tests/results/024.processed 1.2:
2033: * tests/results/025.processed 1.2:
2034: * tests/results/026.processed 1.2:
2035: * tests/results/027.processed 1.2:
2036: * tests/results/028.processed 1.2:
2037: * tests/results/029.processed 1.2:
2038: * tests/results/030.processed 1.2:
2039: * tests/results/031.processed 1.2:
2040: * tests/results/032.processed 1.2:
2041: * tests/results/033.processed 1.2:
2042: * tests/results/034.processed 1.2:
2043: * tests/results/035.processed 1.2:
2044: * tests/results/036.processed 1.2:
2045: * tests/results/037.processed 1.2:
2046: * tests/results/038.processed 1.2:
2047: * tests/results/039.processed 1.2:
2048: * tests/results/040.processed 1.2:
2049: * tests/results/041.processed 1.2:
2050: * tests/results/042.processed 1.2:
2051: * tests/results/043.processed 1.2:
2052: * tests/results/044.processed 1.2:
2053: * tests/results/045.processed 1.2:
2054: * tests/results/046.processed 1.2:
2055: * tests/results/047.processed 1.2:
2056: * tests/results/048.processed 1.2:
2057: * tests/results/049.processed 1.2:
2058: * tests/results/050.processed 1.2:
2059: * tests/results/051.processed 1.2:
2060: * tests/results/052.processed 1.2:
2061: * tests/results/053.processed 1.2:
2062: * tests/results/054.processed 1.2:
2063: * tests/results/055.processed 1.2:
2064: * tests/results/056.processed 1.2:
2065: * tests/results/057.processed 1.2:
2066: * tests/results/058.processed 1.2:
2067: * tests/results/059.processed 1.2:
2068: * tests/results/060.processed 1.2:
2069: * tests/results/061.processed 1.2:
2070: * tests/results/062.processed 1.2:
2071: * tests/results/063.processed 1.2:
2072: * tests/results/064.processed 1.2:
2073: * tests/results/065.processed 1.2:
2074: * tests/results/066.processed 1.2:
2075: * tests/results/067.processed 1.2:
2076: * tests/results/068.processed 1.2:
2077: * tests/results/069.processed 1.2:
2078: * tests/results/070.processed 1.2:
2079: * tests/results/071.processed 1.2:
2080: * tests/results/072.processed 1.2:
2081: * tests/results/073.processed 1.2:
2082: * tests/results/074.processed 1.2:
2083: * tests/results/075.processed 1.2:
2084: * tests/results/076.processed 1.2:
2085: * tests/results/077.processed 1.2:
2086: * tests/results/078.processed 1.2:
2087: * tests/results/079.processed 1.2:
2088: * tests/results/080.processed 1.2:
2089: * tests/results/081.processed 1.2:
2090: * tests/results/082.processed 1.2:
2091: * tests/results/083.processed 1.2:
2092: * tests/results/084.processed 1.2:
2093: * tests/results/085.processed 1.2:
2094: * tests/results/086.processed 1.2:
2095: * tests/results/087.processed 1.2:
2096: * tests/results/088.processed 1.2:
2097: * tests/results/089.processed 1.2:
2098: * tests/results/090.processed 1.2:
2099: * tests/results/091.processed 1.2:
2100: * tests/results/092.processed 1.2:
2101: * tests/results/093.processed 1.2:
2102: * tests/results/094.processed 1.2:
2103: * tests/results/095.processed 1.2:
2104: * tests/results/096.processed 1.2:
2105: * tests/results/097.processed 1.2:
2106: * tests/results/098.processed 1.2:
2107: * tests/results/099.processed 1.2:
2108: * tests/results/100.processed 1.2:
2109: * tests/results/101.processed 1.2:
2110: * tests/results/102.processed 1.2:
2111: * tests/results/103.processed 1.2:
2112: * tests/results/104.processed 1.2:
2113: * tests/results/105.processed 1.2:
2114: * tests/results/106.processed 1.2:
2115: * tests/results/107.processed 1.2:
2116: * tests/results/108.processed 1.2:
2117: * tests/results/109.processed 1.2:
2118: * tests/results/110.processed 1.2:
2119: * tests/results/111.processed 1.2:
2120: * tests/results/112.processed 1.2:
2121: * tests/results/113.processed 1.2:
2122: * tests/results/114.processed 1.2:
2123: * tests/results/115.processed 1.2:
2124: * tests/results/116.processed 1.2:
2125: * tests/results/117.processed 1.2:
2126: * tests/results/118.processed 1.2:
2127: * tests/results/119.processed 1.2:
2128: * tests/results/120.processed 1.2:
2129: * tests/results/121.processed 1.2:
2130: * tests/results/122.processed 1.2:
2131: * tests/results/123.processed 1.2:
2132: * tests/results/124.processed 1.2:
2133: * tests/results/125.processed 1.2:
2134: * tests/results/126.processed 1.2:
2135: * tests/results/127.processed 1.2:
2136: * tests/results/128.processed 1.2:
2137: * tests/results/129.processed 1.2:
2138: * tests/results/130.processed 1.2:
2139: * tests/results/131.processed 1.2:
2140: * tests/results/132.processed 1.2:
2141: * tests/results/133.processed 1.2:
2142: * tests/results/134.processed 1.2:
2143: * tests/results/135.processed 1.2:
2144: * tests/results/136.processed 1.2:
2145: * tests/results/137.processed 1.2:
2146: * tests/results/138.processed 1.2:
2147: * tests/results/139.processed 1.2:
2148: * tests/results/140.processed 1.2:
2149: * tests/results/141.processed 1.2:
2150: * tests/run_parser.sh 1.2:
2151: merged(copied) to HEAD from template_gc
2152:
1.25 paf 2153: * tests/141.html [template_gc] 1.1.2.3:
2154: * tests/results/141.processed [template_gc] 1.1.2.3:
2155: fixed bug with too-small-a-buffer
2156:
1.24 paf 2157: 2003-07-23 paf
2158: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
2159: file ApacheModuleParser3Core.dsp was initially added on branch
2160: template_gc.
2161:
2162: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
2163: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
2164: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
2165: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
2166: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
2167: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
2168: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
2169: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
2170: stack top_index() fixed
2171:
2172: * src/targets/Makefile.am [template_gc] 1.9.24.1:
2173: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
2174: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
2175: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
2176: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
2177: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
2178: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
2179: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
2180: apache13 splitted to simplify apache build
2181:
2182: * src/lib/patches/gc.patch 1.1:
2183: file gc.patch was initially added on branch template_gc.
2184:
2185: * src/targets/apache13/mod_parser3.c 1.1:
2186: file mod_parser3.c was initially added on branch template_gc.
2187:
2188: * src/targets/apache13core/mod_parser3.C 1.1:
2189: file mod_parser3.C was initially added on branch template_gc.
2190:
2191: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
2192: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
2193: connection closing/caching fixed [connections were not closed
2194: put to cache]
2195:
2196: * src/targets/apache13core/Makefile.am 1.1:
2197: file Makefile.am was initially added on branch template_gc.
2198:
2199: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
2200: decided to support multithreading in apache module only on win32
2201: see that apache 1.3.28 supports it only in win32+netware...
2202:
2203: * src/targets/apache13/pa_httpd.h 1.1:
2204: file pa_httpd.h was initially added on branch template_gc.
2205:
2206: * src/targets/apache13core/Makefile.in 1.1:
2207: file Makefile.in was initially added on branch template_gc.
2208:
2209: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
2210: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
2211: proper dependence to rebuild p3conf from .in
2212:
2213: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
2214: minor style changes
2215:
2216: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
2217: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
2218: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
2219: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
2220: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
2221: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
2222: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
2223: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
2224: splitted apache to two projects to simplify separate c/c++ compilation
2225:
2226: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
2227: *** empty log message ***
2228:
2229: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
2230: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
2231: updated to new sapi interface
2232:
2233: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
2234: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
2235: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
2236: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
2237: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
2238: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
2239: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
2240: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
2241: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
2242: started splitting mod_parser3 into two parts: C and C++
2243:
2244: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
2245: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
2246: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
2247: renamed a little [to move to comman naming conv]
2248:
2249: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
2250: this bug remains even in latest-at-the-moment: gc6.2alpha6
2251: just reported to hans
2252:
2253: * src/targets/apache13/mod_parser3_main.C 1.1:
2254: file mod_parser3_main.C was initially added on branch
2255: template_gc.
2256:
1.25 paf 2257: * src/targets/apache13core/pa_threads.C 1.1:
2258: file pa_threads.C was initially added on branch template_gc.
2259:
1.24 paf 2260: 2003-07-22 paf
2261: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
2262: on win32 bugfix in handling shbang
2263:
2264: * INSTALL [template_gc] 1.31.6.4:
2265: disable-threads adviced
2266:
2267: * INSTALL [template_gc] 1.31.6.5:
2268: gc part updated stightly
2269:
2270: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
2271: out of memory is no longer coredump
2272:
2273: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
2274: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
2275: updated to new sapi interface
2276:
2277: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
2278: removed reduntant invariant check [there is one deeper in cord
2279: lib]
2280:
2281: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
2282: comment on OS
2283:
2284: 2003-07-21 paf
2285: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
2286: http:// CRLF now [merged from HEAD]
2287:
2288: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
2289: env passing fixed
2290:
2291: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
2292: file::exec/cgi environment variables now must be UPPERCASE and
2293: A-Z 0-9 _-
2294:
2295: * src/classes/Makefile.am [template_gc] 1.40.16.3:
2296: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
2297: removed circular dependency on classes.C
2298:
2299: * src/main/pa_common.C 1.153:
2300: http:// CRLF now
2301:
2302: 2003-07-02 paf
2303: * operators.txt [template_gc] 1.109.2.1.2.9:
2304: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
2305: renamed $memory:status fields to reflect their real meaning
2306:
2307: 2003-06-27 paf
2308: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
2309: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
2310: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
2311: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
2312: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
2313: merged from HEAD file::exec/cgi .charset
2314:
2315: 2003-06-26 paf
2316: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
2317: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
2318: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
2319: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
2320: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
2321: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
2322: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
2323: fixed several uninitialized local structures.
2324: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
2325:
2326: 2003-06-24 paf
2327: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
2328: simplified HASH_ALLOCATES_COUNT
2329:
2330: 2003-06-20 paf
2331: * operators.txt 1.115:
2332: * src/include/pa_globals.h 1.103:
2333: * src/main/pa_common.C 1.152:
2334: * src/main/pa_globals.C 1.156:
2335: introducing
2336: $f[^file::load[binary;http://...]]
2337: $f.tables
2338:
2339: 2003-06-06 paf
2340: * src/types/pa_vhash.h 1.45:
2341: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
2342: hash.field lookup first now: along with table. [were method
2343: lookup: inconsistent]
2344:
1.23 paf 2345: 2003-06-02 paf
2346: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
2347: empty string clone fixed to return writable memory
2348:
2349: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
2350: fix_line_breaks bug fix [terminating zero were not appended]
2351: which violated string invariant
2352:
2353: 2003-05-30 paf
2354: * src/main/pa_common.C 1.151:
2355: date format now
2356: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
2357:
2358: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
2359: date format now
2360: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
2361:
2362: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
2363: found minor bug, commended for future
2364:
2365: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
2366: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
2367: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
2368: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
2369: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
2370: initialized request_info properly
2371:
2372: 2003-05-28 paf
2373: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
2374: request_info.content_length can't be <0, size_t for some time
2375:
2376: 2003-05-26 paf
2377: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
2378: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
2379: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
2380: few forgotten <0 changed to !=STRING_NOT_FOUND
2381:
2382: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
2383: merged ffffu from HEAD
2384:
2385: 2003-05-11 paf
2386: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
2387: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
2388: think that found cause of premature doc free.
2389: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
2390: added holding-reference
2391:
2392: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
2393: xml memory debugging functions (ifdefed)
2394:
2395: 2003-04-29 paf
2396: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
2397: started digging on double free.
2398: on win32 found that that's perfectly normal.
2399:
2400: 2003-04-25 paf
2401: * src/classes/math.C 1.31:
2402: snprintf(buf, 3) become (buf,2) and failed to print anything.
2403: changed to quicker and simplier code
2404:
2405: * src/classes/hash.C 1.56:
2406: allowed ^hash::create[^rem{xxx}] [were to strict a check]
2407:
2408: * src/classes/table.C 1.180:
2409: * src/lib/md5/pa_md5c.c 1.9:
2410: minor compile errors
2411:
2412: * src/classes/table.C 1.181:
2413: table.join bug fix [bad limit check]
2414:
2415: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
2416: merged from HEAD: simpiler hash_string
2417:
2418: 2003-04-24 paf
2419: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
2420: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
2421: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
2422: ansi c fiolation syntax report
2423:
2424: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
2425: too strict assert loosened
2426:
2427: 2003-04-21 paf
2428: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
2429: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
2430: pp3 added to .am
2431:
2432: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
2433: merged from HEAD:
2434: "x:..." and "\\..." file names on Win32 considered disk-global
2435:
2436: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
2437: .5.6 version of libxml allows to install xmlMallocAtomic [
2438: author agreed to my suggestion], used that
2439:
2440: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
2441: assert added [looking for bug]
2442:
2443: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
2444: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
2445: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
2446: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
2447: attributed_meaning_to_string added L_UNSPECIFIED piece
2448: which was sortof OK, but violated string invariant [assertion barked on that]
2449: changed to L_PASS_APPEND, made that param obligatory
2450:
2451: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
2452: ^mail:send[$.body backward compatibility
2453:
2454: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
2455: pcre memory management changed to use GC memory
2456:
2457: * src/main/pa_request.C 1.247:
2458: "x:..." and "\\..." file names on Win32 considered disk-global
2459:
2460: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
2461: String::ArrayFragment::append_positions bug fixed [assert
2462: helped]
2463:
2464: 2003-04-18 paf
2465: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
2466: merged from HEAD:
2467: enabled '~' letter in filenames
2468:
2469: * src/main/untaint.C 1.116:
2470: enabled '~' letter in filenames
2471:
2472: 2003-04-16 paf
2473: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
2474: small bug introduced in autoptr times fixed
2475:
2476: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
2477: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
2478: fix: gcc reported tiny error
2479:
2480: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
2481: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
2482: merged from HEAD
2483:
2484: 2003-04-15 paf
2485: * operators.txt 1.112:
2486: * operators.txt [release_3_0_0007] 1.107.2.2:
2487: * src/classes/math.C 1.27:
2488: * src/lib/md5/pa_md5.h 1.7:
2489: * src/lib/md5/pa_md5c.c 1.8:
2490: ^math:md5[string]
2491: 16-byte digest
2492:
2493: * operators.txt 1.113:
2494: * src/classes/math.C 1.28:
2495: * src/classes/math.C 1.29:
2496: ^math:uuid[]
2497:
2498: * tests/results/141.processed 1.1:
2499: file 141.processed was initially added on branch template_gc.
2500:
2501: * operators.txt 1.114:
2502: * src/classes/math.C 1.30:
2503: ^math:uid64[]
2504:
2505: * operators.txt [template_gc] 1.109.2.1.2.8:
2506: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
2507: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
2508: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
2509: * tests/141.html [template_gc] 1.1.2.1:
2510: * tests/results/141.processed [template_gc] 1.1.2.1:
2511: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
2512: merged from head
2513: ^math:uuid[]
2514: ^math:uid64[]
2515: ^math:md5[string]
2516:
2517: test added: 141.html
2518:
2519: * tests/141.html 1.1:
2520: file 141.html was initially added on branch template_gc.
2521:
2522: * operators.txt [release_3_0_0007] 1.107.2.1:
2523: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
2524: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
2525: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
2526: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
2527: ^file::load[mode;name;
2528: $.offset
2529: $.limit
2530:
2531: 2003-04-14 paf
2532: * src/classes/table.C 1.178:
2533: more warnings
2534:
2535: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
2536: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
2537: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
2538: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
2539: removed checks in table::set_current, moved them back to table::locate
2540: implemented table::create/join ñ $.reverse
2541:
2542: * tests/results/140.processed 1.1:
2543: file 140.processed was initially added on branch template_gc.
2544:
2545: * src/include/pa_table.h 1.50:
2546: * src/main/pa_array.C 1.56:
2547: * src/main/pa_table.C 1.55:
2548: removed checks in table::set_current, moved them back to table
2549: :locate
2550:
2551: * src/classes/table.C 1.179:
2552: * src/include/pa_table.h 1.51:
2553: table $.distinct[tables] bug fixed
2554:
2555: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
2556: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
2557: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
2558: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
2559: * tests/140.html [template_gc] 1.1.2.1:
2560: * tests/results/140.processed [template_gc] 1.1.2.1:
2561: table $.reverse option works in create&co
2562: table $.distinct[tables] bug fix merged
2563:
2564: * tests/140.html 1.1:
2565: file 140.html was initially added on branch template_gc.
2566:
2567: * src/classes/math.C 1.26:
2568: * src/lib/md5/pa_md5.h 1.6:
2569: * src/lib/md5/pa_md5c.c 1.7:
2570: started ^math:md5
2571:
2572: 2003-04-11 paf
2573: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
2574: less xml, couple dup were valid
2575:
2576: * tests/128.html 1.1:
2577: file 128.html was initially added on branch template_gc.
2578:
2579: * tests/results/134.processed 1.1:
2580: file 134.processed was initially added on branch template_gc.
2581:
2582: * tests/129.html 1.1:
2583: file 129.html was initially added on branch template_gc.
2584:
2585: * tests/130.html 1.1:
2586: file 130.html was initially added on branch template_gc.
2587:
2588: * tests/results/126.processed 1.1:
2589: file 126.processed was initially added on branch template_gc.
2590:
2591: * tests/130.html [template_gc] 1.1.2.1:
2592: * tests/131.html [template_gc] 1.1.2.1:
2593: * tests/132.html [template_gc] 1.1.2.1:
2594: * tests/133.html [template_gc] 1.1.2.1:
2595: * tests/134.html [template_gc] 1.1.2.1:
2596: * tests/135.html [template_gc] 1.1.2.1:
2597: * tests/136.html [template_gc] 1.1.2.1:
2598: * tests/137.html [template_gc] 1.1.2.1:
2599: * tests/138.html [template_gc] 1.1.2.1:
2600: * tests/139.html [template_gc] 1.1.2.1:
2601: * tests/descript.ion [template_gc] 1.1.2.1:
2602: * tests/results/130.processed [template_gc] 1.1.2.1:
2603: * tests/results/131.processed [template_gc] 1.1.2.1:
2604: * tests/results/132.processed [template_gc] 1.1.2.1:
2605: * tests/results/133.processed [template_gc] 1.1.2.1:
2606: * tests/results/134.processed [template_gc] 1.1.2.1:
2607: * tests/results/135.processed [template_gc] 1.1.2.1:
2608: * tests/results/136.processed [template_gc] 1.1.2.1:
2609: * tests/results/137.processed [template_gc] 1.1.2.1:
2610: * tests/results/138.processed [template_gc] 1.1.2.1:
2611: * tests/results/139.processed [template_gc] 1.1.2.1:
2612: added few mustfail tests
2613: 130.html mustfail: empty regexp
2614: 131.html mustfail: invalid date/time
2615: 132.html mustfail: access to junction outside of context
2616: 133.html mustfail: access to junction outside of context, case version
2617: 134.html mustfail: hash: adding a key inside of foreach
2618: 135.html mustfail: modifying system class
2619: 136.html mustfail: $.name outside of $hash[here]
2620: 137.html mustfail: appendChild without import
2621: 138.html mustfail: invalid encoding inside of xml
2622: 139.html mustfail: bad XPath
2623:
2624: * tests/131.html 1.1:
2625: file 131.html was initially added on branch template_gc.
2626:
2627: * tests/results/136.processed 1.1:
2628: file 136.processed was initially added on branch template_gc.
2629:
2630: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
2631: context-style
2632:
2633: * tests/132.html 1.1:
2634: file 132.html was initially added on branch template_gc.
2635:
2636: * tests/results/128.processed 1.1:
2637: file 128.processed was initially added on branch template_gc.
2638:
2639: * tests/results/138.processed 1.1:
2640: file 138.processed was initially added on branch template_gc.
2641:
2642: * operators.txt [template_gc] 1.109.2.1.2.7:
2643: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
2644: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
2645: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
2646: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
2647: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
2648: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
2649: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
2650: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
2651: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
2652: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
2653: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
2654: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
2655: merged from HEAD
2656: from before_append_array_limit_sense_change
2657: to after_append_array_limit_sense_change
2658:
2659: * operators.txt [template_gc] 1.109.2.1.2.6:
2660: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
2661: * tests/084.html [template_gc] 1.1.2.1.2.1:
2662: * tests/125.html [template_gc] 1.1.2.1:
2663: * tests/126.html [template_gc] 1.1.2.1:
2664: * tests/127.html [template_gc] 1.1.2.1:
2665: * tests/128.html [template_gc] 1.1.2.1:
2666: * tests/129.html [template_gc] 1.1.2.1:
2667: * tests/results/125.processed [template_gc] 1.1.2.1:
2668: * tests/results/126.processed [template_gc] 1.1.2.1:
2669: * tests/results/127.processed [template_gc] 1.1.2.1:
2670: * tests/results/128.processed [template_gc] 1.1.2.1:
2671: * tests/results/129.processed [template_gc] 1.1.2.1:
2672: merged from HEAD
2673: ^table.hash[key][$.distinct[tables]]
2674:
2675: maked appropriate tests [changed one old nonconforming]
2676:
2677: * tests/descript.ion 1.1:
2678: file descript.ion was initially added on branch template_gc.
2679:
2680: * tests/133.html 1.1:
2681: file 133.html was initially added on branch template_gc.
2682:
2683: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
2684: removed bad lines
2685:
2686: * tests/results/131.processed 1.1:
2687: file 131.processed was initially added on branch template_gc.
2688:
2689: * tests/134.html 1.1:
2690: file 134.html was initially added on branch template_gc.
2691:
2692: * tests/135.html 1.1:
2693: file 135.html was initially added on branch template_gc.
2694:
2695: * tests/results/133.processed 1.1:
2696: file 133.processed was initially added on branch template_gc.
2697:
2698: * tests/136.html 1.1:
2699: file 136.html was initially added on branch template_gc.
2700:
2701: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
2702: const
2703:
2704: * tests/results/125.processed 1.1:
2705: file 125.processed was initially added on branch template_gc.
2706:
2707: * tests/137.html 1.1:
2708: file 137.html was initially added on branch template_gc.
2709:
2710: * operators.txt 1.110:
2711: * src/classes/table.C 1.174:
2712: ^table.hash[key][$.distinct[tables]]
2713:
2714: * tests/results/135.processed 1.1:
2715: file 135.processed was initially added on branch template_gc.
2716:
2717: * tests/138.html 1.1:
2718: file 138.html was initially added on branch template_gc.
2719:
2720: * operators.txt 1.111:
2721: * src/classes/date.C 1.45:
2722: * src/classes/table.C 1.176:
2723: * src/include/pa_array.h 1.58:
2724: * src/include/pa_common.h 1.92:
2725: * src/include/pa_config_includes.h 1.24:
2726: * src/include/pa_globals.h 1.102:
2727: * src/include/pa_table.h 1.49:
2728: * src/main/pa_array.C 1.55:
2729: * src/main/pa_globals.C 1.155:
2730: * src/main/pa_request.C 1.246:
2731: * src/main/pa_sql_driver_manager.C 1.70:
2732: * src/main/pa_string.C 1.173:
2733: * src/main/pa_table.C 1.54:
2734: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
2735: append_array_limit_sense_change
2736: locate accepts options same as create
2737: new option: $.reverse(1) [do not work in table::create]
2738:
2739: * tests/results/127.processed 1.1:
2740: file 127.processed was initially added on branch template_gc.
2741:
2742: * tests/139.html 1.1:
2743: file 139.html was initially added on branch template_gc.
2744:
2745: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
2746: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
2747: *** empty log message ***
2748:
2749: * tests/results/137.processed 1.1:
2750: file 137.processed was initially added on branch template_gc.
2751:
2752: * tests/results/130.processed 1.1:
2753: file 130.processed was initially added on branch template_gc.
2754:
2755: * tests/results/129.processed 1.1:
2756: file 129.processed was initially added on branch template_gc.
2757:
2758: * src/include/pa_common.h 1.91:
2759: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
2760: * src/main/pa_common.C 1.150:
2761: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
2762: gcc didn't like (stat xxx,
2763:
2764: * INSTALL [template_gc] 1.31.6.3:
2765: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
2766: * src/lib/Makefile.am [template_gc] 1.3.10.3:
2767: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
2768: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
2769: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
2770: re-added libgdome patch. regretfully libgdome bug can not be
2771: worked around
2772:
2773: * src/classes/xdoc.C 1.110:
2774: * src/classes/xnode.C 1.55:
2775: * src/include/pa_charset.h 1.22:
2776: merged fix for
2777: found very old xml (dom) bug:
2778: were passing domString objects and later ERROREOUSLY freed them
2779:
2780: * src/classes/table.C 1.175:
2781: * src/classes/table.C 1.177:
2782: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
2783: typo
2784:
2785: * tests/results/139.processed 1.1:
2786: file 139.processed was initially added on branch template_gc.
2787:
2788: * tests/125.html 1.1:
2789: file 125.html was initially added on branch template_gc.
2790:
2791: * tests/results/132.processed 1.1:
2792: file 132.processed was initially added on branch template_gc.
2793:
2794: * tests/126.html 1.1:
2795: file 126.html was initially added on branch template_gc.
2796:
2797: * tests/127.html 1.1:
2798: file 127.html was initially added on branch template_gc.
2799:
2800: 2003-04-10 paf
2801: * src/doc/string.dox [template_gc] 1.4.22.2:
2802: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
2803: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
2804: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
2805: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
2806: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
2807: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
2808: * tests/123.html [template_gc] 1.1.2.1:
2809: * tests/124.html [template_gc] 1.1.2.1:
2810: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
2811: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
2812: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
2813: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
2814: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
2815: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
2816: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
2817: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
2818: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
2819: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
2820: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
2821: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
2822: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
2823: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
2824: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
2825: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
2826: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
2827: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
2828: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
2829: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
2830: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
2831: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
2832: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
2833: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
2834: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
2835: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
2836: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
2837: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
2838: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
2839: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
2840: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
2841: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
2842: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
2843: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
2844: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
2845: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
2846: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
2847: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
2848: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
2849: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
2850: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
2851: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
2852: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
2853: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
2854: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
2855: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
2856: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
2857: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
2858: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
2859: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
2860: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
2861: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
2862: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
2863: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
2864: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
2865: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
2866: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
2867: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
2868: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
2869: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
2870: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
2871: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
2872: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
2873: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
2874: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
2875: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
2876: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
2877: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
2878: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
2879: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
2880: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
2881: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
2882: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
2883: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
2884: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
2885: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
2886: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
2887: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
2888: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
2889: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
2890: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
2891: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
2892: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
2893: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
2894: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
2895: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
2896: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
2897: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
2898: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
2899: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
2900: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
2901: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
2902: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
2903: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
2904: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
2905: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
2906: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
2907: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
2908: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
2909: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
2910: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
2911: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
2912: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
2913: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
2914: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
2915: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
2916: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
2917: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
2918: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
2919: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
2920: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
2921: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
2922: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
2923: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
2924: * tests/results/121.processed [template_gc] 1.1.2.2:
2925: * tests/results/122.processed [template_gc] 1.1.2.2:
2926: * tests/results/123.processed [template_gc] 1.1.2.1:
2927: * tests/results/124.processed [template_gc] 1.1.2.1:
2928: new convention: char* never 0. assert in cord on that
2929:
2930: * tests/124.html 1.1:
2931: file 124.html was initially added on branch template_gc.
2932:
2933: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
2934: couple more asserts
2935:
2936: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
2937: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
2938: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
2939: found very old xml (dom) bug:
2940: were passing domString objects and later ERROREOUSLY freed them
2941:
2942: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
2943: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
2944: bugfix on memory buffer overrun [but that's memory from
2945: gc_malloc, not from g_malloc :(, but would hope]
2946:
2947: * tests/results/123.processed 1.1:
2948: file 123.processed was initially added on branch template_gc.
2949:
2950: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
2951: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
2952: little transcodes speedup
2953:
2954: * tests/results/124.processed 1.1:
2955: file 124.processed was initially added on branch template_gc.
2956:
2957: * tests/123.html 1.1:
2958: file 123.html was initially added on branch template_gc.
2959:
2960: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
2961: checked custom malloc for returning 0
2962:
2963: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
2964: couple assertions on fantastic situations added [may be those
2965: is the case now?]
2966:
2967: 2003-04-09 paf
2968: * tests/122.html [template_gc] 1.1.2.1:
2969: * tests/results/122.processed [template_gc] 1.1.2.1:
2970: 122 date test <= and == added [after volatile fix. passes on
2971: win&intel-solaris]
2972:
2973: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
2974: custom profiling script:
2975: plist/ST << Sort by function time
2976:
2977: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
2978: merged ^date.roll changes
2979:
2980: * src/classes/date.C 1.44:
2981: ^date.roll bug fix
2982:
2983: * tests/results/122.processed 1.1:
2984: file 122.processed was initially added on branch template_gc.
2985:
2986: * tests/122.html 1.1:
2987: file 122.html was initially added on branch template_gc.
2988:
2989: * src/classes/date.C 1.43:
2990: ^date.roll now throws less errors:
2991: month shifts handles end of month situation by reducing day number
2992: hour-hole shift reduces hour to recover
2993:
2994: * src/targets/cgi/pp3.cmd 1.1:
2995: file pp3.cmd was initially added on branch template_gc.
2996:
2997: * operators.txt [template_gc] 1.109.2.1.2.5:
2998: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
2999: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
3000: http://
3001: $.charset[] param
3002: done
3003:
3004: 2003-04-08 paf
3005: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
3006: CORD_pos_advance turned out to have limit on 'n' param. worked
3007: that around
3008:
3009: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
3010: removed redundant & in CORD_pos param passing [for it's a
3011: pointer really]
3012:
3013: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
3014: merged PA_USE_ALARM bugfix from HEAD
3015:
3016: * src/lib/cord/source.url 1.1:
3017: file source.url was initially added on branch template_gc.
3018:
3019: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
3020: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
3021: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
3022: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
3023: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
3024: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
3025: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
3026: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
3027: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
3028: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
3029: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
3030: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
3031: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
3032: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
3033: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
3034: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
3035: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
3036: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
3037: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
3038: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
3039: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
3040: pa_vform violated String::invariant. started fixing [not
3041: compiled now]
3042:
3043: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
3044: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
3045: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
3046: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
3047: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
3048: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
3049: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
3050: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
3051: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
3052: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
3053: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
3054: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
3055: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
3056: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
3057: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
3058: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
3059: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
3060: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
3061: started http://
3062: $.charset[] param
3063: and
3064: http response charset detection
3065: just compiled.
3066: todo:test
3067:
3068: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
3069: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
3070: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
3071: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
3072: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
3073: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
3074: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
3075: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
3076: this allowed to fix one remaining String("123", 2) case
3077:
3078: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
3079: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
3080: *** empty log message ***
3081:
3082: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
3083: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
3084: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
3085: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
3086: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
3087: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
3088: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
3089: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
3090: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
3091: number of string style improvements & optimizations
3092:
3093: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
3094: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
3095: * src/lib/cord/source.url [template_gc] 1.1.2.1:
3096: From: "Boehm, Hans" <hans_boehm@hp.com>
3097: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
3098: Sent: Tuesday, April 08, 2003 2:16 AM
3099: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
3100:
3101:
3102: Thanks for the bug report and patch.
3103:
3104: 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.
3105:
3106: Hans
3107:
3108: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
3109: =0 bug fix [left from autoptr default ctor :(]
3110:
3111: 2003-04-07 paf
3112: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
3113: small style change
3114:
3115: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
3116: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
3117: CORD_cat bugfix
3118:
3119: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
3120: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
3121: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
3122: merged from head:safe mode error message now includes numbers
3123:
3124: * src/include/pa_common.h 1.90:
3125: * src/main/pa_common.C 1.149:
3126: * src/main/pa_exec.C 1.50:
3127: safe mode error message now includes numbers
3128:
3129: * src/main/execute.C 1.296:
3130: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
3131: n-th attempt to make a=a work with double.
3132: problem: as_double returns it's result in fp-register
3133: compiler optimizes access to that register after b->as_double,
3134: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
3135: _SAME_ double values do not match here.
3136: when forced to REload fp-register, values do match.
3137:
3138: tried to make them volatile.
3139:
3140: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
3141: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
3142: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
3143: unknown untaint lang now causes death
3144:
3145: 2003-04-04 paf
3146: * src/types/pa_vmail.C 1.44:
3147: mail receive: .txt attachemnts bug fix
3148: http://i2/tasks/edit/?id=4507350336410850921
3149:
3150: * src/main/pa_globals.C 1.154:
3151: exif mem leak
3152: http://i2/tasks/edit/?id=4480590323629807263
3153:
3154: * src/classes/classes.dsp 1.27:
3155: * src/lib/ltdl/libltdl.dsp 1.5:
3156: * src/lib/md5/md5.dsp 1.4:
3157: * src/lib/pcre/pcre.dsp 1.3:
3158: * src/main/compile.tab.C 1.82:
3159: * src/main/main.dsp 1.163:
3160: * src/main/pa_globals.C 1.153:
3161: * src/targets/cgi/parser3.dsp 1.62:
3162: * src/types/types.dsp 1.38:
3163: links to xml libs made relative, no need to unpack
3164: parser3project to /parser3project.
3165:
3166: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
3167: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
3168: more understandable error message in case @CLASS with more then
3169: one line inside
3170:
3171: * src/classes/classes.dsp 1.28:
3172: * src/main/main.dsp 1.164:
3173: * src/targets/cgi/parser3.dsp 1.63:
3174: * src/types/pa_vmail.C 1.43:
3175: * src/types/types.dsp 1.39:
3176: buf fix http://i2/tasks/edit/?id=4493946731322521294
3177: $.to[billgates@microsoft.com
3178: BCc: send-spam-to@someemails.ru
3179: ]
3180:
3181: * src/classes/file.C 1.110:
3182: * src/include/pa_exec.h 1.12:
3183: * src/main/pa_exec.C 1.49:
3184: incorportated pa_exec patch by
3185: From: "Victor Fedoseev" <vvf_ru@mail.ru>
3186: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
3187: Sent: Thursday, January 23, 2003 9:14 AM
3188:
3189: huge speedup on ^file::cgi with big result
3190:
3191: * configure [template_gc] 1.66.2.5.2.7:
3192: * tests/Makefile [template_gc] 1.1.2.8.2.8:
3193: * tests/Makefile [template_gc] 1.1.2.8.2.9:
3194: *** empty log message ***
3195:
3196: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
3197: more understandable error message in case of errors in @unhandled_exception
3198:
3199: * src/classes/math.C 1.25:
3200: allowed random 1...
3201:
3202: * src/classes/xdoc.C 1.109:
3203: memory allocation func bugfix
3204: http://i2/tasks/edit/?id=4499303470368629745
3205:
1.24 paf 3206: * src/classes/table.C 1.173:
3207: sort table with 0 rows bug fixed
3208:
1.23 paf 3209: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
3210: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
3211: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
3212: error column more precise - tab handling bug fixed
3213:
1.24 paf 3214: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
3215: allowed random 0..
3216:
1.23 paf 3217: * src/classes/hash.C 1.55:
3218: * src/types/pa_vhash.h 1.44:
3219: $hash._default showed in foreach & co bug fix
3220: http://i2/tasks/edit/?id=4493701604654042676
3221:
3222: @main[]
3223: $with_default[
3224: $.a[1]
3225: $._default[default from with_default]
3226: ]
3227: ^show[$with_default]
3228:
3229: $to_add_to[
3230: $.b[2]
3231: ]
3232: ^to_add_to.add[$with_default]
3233: =$to_add_to.xxx=<br>
3234:
3235:
3236: ^show[$to_add_to]
3237:
3238:
3239: $cloned[^hash::create[$with_default]]
3240: =$cloned.xxx=<br>
3241: ^show[$cloned]
3242:
3243:
3244: @show[hash]
3245: ^hash.foreach[k;v]{
3246: $k = $v <br>
3247:
3248: }
3249: <hr>
3250:
3251: 2003-04-03 paf
3252: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
3253: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
3254: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
3255: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
3256: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
3257: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
3258: strack trace reset after handled exception [old bug fixed]
3259:
3260: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
3261: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
3262: parse position old bug fixed.
3263: position reporting made precise [both, in parse erros and runtime errors]
3264:
3265: * operators.txt [template_gc] 1.109.2.1.2.4:
3266: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
3267: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
3268: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
3269: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
3270: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
3271: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
3272: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
3273: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
3274: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
3275: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
3276: * src/classes/memory.C [template_gc] 1.1.2.4:
3277: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
3278: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
3279: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
3280: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
3281: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
3282: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
3283: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
3284: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
3285: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
3286: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
3287: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
3288: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
3289: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
3290: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
3291: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
3292: MethodParams& now [methods without params receive zero
3293: reference, but they are expected not to look there]
3294:
3295: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
3296: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
3297: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
3298: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
3299: slightly improved error messages text:
3300: 1. is '%s', it
3301: 2. method undefined in case of ^void[]
3302:
1.24 paf 3303: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
3304: removed 'patches'
3305:
1.23 paf 3306: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
3307: top limit
3308:
3309: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
3310: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
3311: removed from trace 'a' exception when
3312: ^try{
3313: ^throw[a;1]
3314: }{
3315: ^throw[b;2]
3316: }
3317:
3318: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
3319:
3320:
3321: @main[]
3322: ^try{
3323: ^first[]
3324: }{
3325: ^throw[c;3]
3326: }
3327:
3328: @first[]
3329: ^throw[a;1]
3330:
3331: showed
3332: throw a
3333: first
3334: throw b
3335: try
3336:
3337: which is no good
3338:
3339: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
3340: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
3341: * tests/042.html [template_gc] 1.1.2.1.2.1:
3342: test 042 changed to realities, and passed [bug fixed]
3343:
3344: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
3345: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
3346: *** empty log message ***
3347:
3348: * operators.txt [template_gc] 1.109.2.1.2.3:
3349: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
3350: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
3351: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
3352: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
3353: ^process...[filename]
3354: useful for better error reporting [file/line/col]
3355:
3356: * INSTALL [template_gc] 1.31.6.2:
3357: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
3358: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
3359: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
3360: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
3361: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
3362: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
3363: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
3364: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
3365: debug info format simplified, now it's:
3366: OP_VALUE
3367: Operation::Origin << here
3368: value*
3369:
3370: higher limits:
3371: file number (max: 255)
3372: line number (max: 64535)
3373: column number (max: 255)
3374:
3375: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
3376: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
3377: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
3378: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
3379: precise parse error position in case of
3380:
3381: ^bug
3382: ]
3383:
3384: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
3385: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
3386: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
3387: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
3388: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
3389: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
3390: exception handling done. now we have error columns
3391: todo: test it
3392:
3393: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
3394: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
3395: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
3396: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
3397: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
3398: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
3399: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
3400: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
3401: introducing ^process...[main-method-alias]
3402:
3403: 2003-04-02 paf
3404: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
3405: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
3406: removed ref leak in xdoc::create/load
3407:
3408: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
3409: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
3410: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
3411: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
3412: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
3413: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
3414: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
3415: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
3416: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
3417: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
3418: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
3419: prepared debug info
3420: todo:use it
3421:
3422: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
3423: * tests/Makefile [template_gc] 1.1.2.8.2.6:
3424: replace bug fix [broke Dictionary constructor when moved to gc]
3425:
3426: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
3427: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
3428: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
3429: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
3430: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
3431: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
3432: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
3433: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
3434: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
3435: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
3436: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
3437: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
3438: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
3439: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
3440: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
3441: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
3442: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
3443: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
3444: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
3445: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
3446: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
3447: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
3448: more locally scoped vars in execute (more easily optimizable)
3449:
3450: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
3451: starting in gdome 0.7.4 this is no longer needed [author
3452: applied my patch]
3453:
3454: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
3455: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
3456: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
3457: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
3458: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
3459: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
3460: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
3461: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
3462: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
3463: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
3464: debug info: started using.
3465: todo:complete
3466:
3467: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
3468: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
3469: not patches now
3470:
3471: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
3472: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
3473: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
3474: uncommented http:// file loading
3475:
3476: * tests/Makefile [template_gc] 1.1.2.8.2.7:
3477: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
3478: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
3479: meta considered OK [it's up to coder now to remove it not
3480: needed]
3481:
3482: * configure [template_gc] 1.66.2.5.2.3:
3483: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
3484: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
3485: --enable-assertions autoconf-ed
3486:
3487: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
3488: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
3489: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
3490: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
3491: array::get/put inlined
3492:
3493: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
3494: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
3495: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
3496: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
3497: gif encoder bug fix [gdGrowingBuf]
3498:
3499: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
3500: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
3501: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
3502: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
3503: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
3504: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
3505: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
3506: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
3507: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
3508: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
3509: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
3510: all calls to String::String(str,helper_length) are checked.
3511: found/fixed one place:
3512: $request:body now zero-terminated,
3513:
3514: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
3515: decided against patching -- one can remove that header in @
3516: postprocess, if he/she wants to
3517:
3518: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
3519: strange mistake fixed: forgot to return Operation class->union
3520: after switching from autoptrs.
3521:
3522: * configure.in [template_gc] 1.62.2.5.2.4:
3523: * src/lib/Makefile.am [template_gc] 1.3.10.2:
3524: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
3525: removed patches
3526:
3527: * configure [template_gc] 1.66.2.5.2.4:
3528: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
3529: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
3530: *** empty log message ***
3531:
3532: * configure.in [template_gc] 1.62.2.5.2.3:
3533: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
3534: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
3535: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
3536: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
3537: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
3538: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
3539: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
3540: converted debug hacks to ANSI assertions
3541: started configure.in --enable-assertions
3542:
3543: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
3544: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
3545: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
3546: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
3547: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
3548: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
3549: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
3550: array get/put check become assertion
3551: iterator in methodframe filler
3552:
3553: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
3554: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
3555: globals.c: gc_substitute_memory_management_functions
3556: +installed CORD_oom function
3557:
3558: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
3559: found a way of dealing with charset tables without patching
3560: library [price: imposed limit of 10 user-defined charsets, but
3561: limit can be easily increased]
3562:
3563: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
3564: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
3565: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
3566: few for(size_t i=0...) -> for(Array_iterator... i(..); i
3567: has_next()
3568:
3569: 2003-04-01 paf
3570: * src/lib/gc/Makefile.am 1.1:
3571: * src/lib/gc/include/Makefile.am 1.1:
3572: file Makefile.am was initially added on branch template_gc.
3573:
3574: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
3575: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
3576: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
3577: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
3578: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
3579: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
3580: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
3581: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
3582: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
3583: prepared xml-static configuration
3584:
3585: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
3586: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
3587: xml memory debugging showed no errors. todo: debug parser memory
3588:
3589: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
3590: bug() to set bpt in (memory.c)
3591: some .am changes
3592:
3593: * src/lib/gc/Makefile.in 1.1:
3594: * src/lib/gc/include/Makefile.in 1.1:
3595: file Makefile.in was initially added on branch template_gc.
3596:
3597: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
3598: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
3599: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
3600: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
3601: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
3602: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
3603: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
3604: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
3605: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
3606: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
3607: fixed by remembering xmlDoc from dom object in xdoc.
3608: todo: do something with premature free of xdoc with xnodes/node values referring into it
3609:
3610: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
3611: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
3612: more build configurations
3613:
3614: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
3615: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
3616: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
3617: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
3618: moved memory debugging to global level: to pa_gc_malloc
3619:
3620: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
3621: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
3622: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
3623: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
3624: *** empty log message ***
3625:
3626: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
3627: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
3628: typo fix
3629:
3630: 2003-03-31 paf
3631: * INSTALL [template_gc] 1.31.6.1:
3632: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
3633: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
3634: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
3635: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
3636: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
3637: started xml lib memory debugging, simple checks failed:
3638: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
3639: heap situation changes = everything works fine
3640:
3641: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
3642: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
3643: worked around xmlRegisterCharEncodingHandler limitation [
3644: currently imposed limit of 10 user-defined charsets]
3645:
3646: 2003-03-28 paf
3647: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
3648: execution stack copied to local
3649: register
3650: variable, removed lots [~2e7) of memory accesses
3651:
3652: 2003-03-27 paf
3653: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
3654: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
3655: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
3656: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
3657: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
3658: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
3659: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
3660: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
3661: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
3662: fixed clients of &get():
3663: most to use non-ref version,
3664: some[in tight places] to get_unchecked_ref
3665:
3666: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
3667: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
3668: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
3669: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
3670: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
3671: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
3672: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
3673: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
3674: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
3675: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
3676: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
3677: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
3678: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
3679: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
3680: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
3681: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
3682: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
3683: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
3684: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
3685: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
3686: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
3687: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
3688: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
3689: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
3690: introducing append_help_length [radical improvement here]
3691:
3692: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
3693: GC_java_finalization turned off [was 'not recommened' in gc.h,
3694: on win32 noticed no difference]
3695:
3696: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
3697: returned checked array get [were disabled for debugging]
3698: result:not slower [don't understand that, it were INLINED]
3699: todo: find out a way of inlining it!
3700:
3701: * src/classes/memory.C [template_gc] 1.1.2.3:
3702: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
3703: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
3704: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
3705: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
3706: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
3707: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
3708: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
3709: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
3710: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
3711: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
3712: disabled gc, become even slower
3713:
3714: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
3715: * src/classes/memory.C [template_gc] 1.1.2.2:
3716: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
3717: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
3718: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
3719: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
3720: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
3721: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
3722: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
3723: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
3724: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
3725: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
3726: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
3727: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
3728: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
3729: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
3730: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
3731: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
3732: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
3733: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
3734: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
3735: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
3736: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
3737: Array::put(index, T>>&<< removed
3738: after Stack::pop wiping removed [moved to separate func]
3739: other Array & removed
3740:
3741: * src/lib/gc/include/gc_fake.h 1.1:
3742: file gc_fake.h was initially added on branch template_gc.
3743:
3744: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
3745: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
3746: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
3747: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
3748: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
3749: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
3750: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
3751: convention changed: all resulting strings are zero-terminated
3752:
3753: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
3754: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
3755: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
3756: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
3757: forgot to merge XML memory funcs replacement from gc branch
3758:
3759: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
3760: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
3761: XML memory funcs to GC works in debug, but fails in release
3762: todo: fix that
3763:
3764: * src/doc/memory.dox 1.1:
3765: file memory.dox was initially added on branch template_gc.
3766:
3767: * src/doc/memory.dox [template_gc] 1.1.2.1:
3768: forgot to add
3769:
3770: 2003-03-26 paf
3771: * src/lib/cord/include/private/cord_pos.h 1.1:
3772: file cord_pos.h was initially added on branch template_gc.
3773:
3774: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
3775: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
3776: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
3777: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
3778: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
3779: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
3780: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
3781: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
3782: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
3783: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
3784: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
3785: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
3786: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
3787: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
3788: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
3789: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
3790: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
3791: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
3792: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
3793: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
3794: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
3795: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
3796: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
3797: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
3798: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
3799: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
3800: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
3801: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
3802: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
3803: pre-evaluated .count() in some places
3804:
3805: * src/lib/cord/Makefile.am 1.1:
3806: * src/lib/cord/include/Makefile.am 1.1:
3807: * src/lib/cord/include/private/Makefile.am 1.1:
3808: file Makefile.am was initially added on branch template_gc.
3809:
3810: * src/lib/cord/Makefile.in 1.1:
3811: * src/lib/cord/include/Makefile.in 1.1:
3812: * src/lib/cord/include/private/Makefile.in 1.1:
3813: file Makefile.in was initially added on branch template_gc.
3814:
3815: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
3816: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
3817: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
3818: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
3819: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
3820: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
3821: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
3822: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
3823: .dsp updated to use lib/gc,lib/cord
3824:
3825: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
3826: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
3827: introducing lib/gc
3828:
3829: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
3830: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
3831: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
3832: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
3833: bundled gc includes
3834:
3835: * src/lib/cord/include/cord.h 1.1:
3836: file cord.h was initially added on branch template_gc.
3837:
3838: * src/lib/cord/include/ec.h 1.1:
3839: file ec.h was initially added on branch template_gc.
3840:
3841: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
3842: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
3843: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
3844: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
3845: * src/include/pa_version.h [template_gc] 1.7.16.1:
3846: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
3847: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
3848: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
3849: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
3850: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
3851: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
3852: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
3853: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
3854: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
3855: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
3856: a number of bugfixes [while testing first real site (aval)]
3857:
3858: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
3859: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
3860: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
3861: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
3862: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
3863: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
3864: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
3865: started profiling
3866:
3867: * src/lib/cord/include/gc.h 1.1:
3868: * src/lib/gc/include/gc.h 1.1:
3869: file gc.h was initially added on branch template_gc.
3870:
3871: * acsite.m4 1.1:
3872: file acsite.m4 was initially added on branch template_gc.
3873:
3874: * acsite.m4 [template_gc] 1.1.2.1:
3875: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
3876: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
3877: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
3878: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
3879: * src/classes/Makefile.am [template_gc] 1.40.16.2:
3880: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
3881: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
3882: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
3883: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
3884: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
3885: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
3886: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
3887: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
3888: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
3889: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
3890: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
3891: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
3892: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
3893: * src/include/pa_version.h [template_gc] 1.7.16.2:
3894: * src/lib/Makefile.am [template_gc] 1.3.10.1:
3895: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
3896: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
3897: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
3898: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
3899: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
3900: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
3901: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
3902: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
3903: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
3904: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
3905: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
3906: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
3907: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
3908: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
3909: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
3910: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
3911: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
3912: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
3913: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
3914: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
3915: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
3916: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
3917: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
3918: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
3919: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
3920: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
3921: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
3922: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
3923: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
3924: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
3925: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
3926: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
3927: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
3928: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
3929: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
3930: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
3931: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
3932: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
3933: configured math funcs
3934: ported pa_exec
3935:
3936: * src/classes/classes.dsp 1.26:
3937: * src/lib/ltdl/libltdl.dsp 1.4:
3938: * src/lib/md5/md5.dsp 1.3:
3939: * src/lib/pcre/pcre.dsp 1.2:
3940: * src/main/main.dsp 1.162:
3941: * src/targets/cgi/parser3.dsp 1.61:
3942: * src/types/types.dsp 1.37:
3943: .dsp profiling updated
3944:
3945: 2003-03-25 paf
3946: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
3947: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
3948: memory: new 'new' overloads for structure handling
3949:
1.24 paf 3950: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
3951: it was a bug in parser. updated 109 test result
3952:
1.23 paf 3953: * operators.txt [template_gc] 1.109.2.1.2.2:
3954: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
3955: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
3956: $status.memory
3957: used
3958: free
3959: since_compact
3960: process
3961:
3962: * src/doc/exception.dox 1.1:
3963: file exception.dox was initially added on branch template_gc.
3964:
3965: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
3966: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
3967: untaint.C L_MAIL_HEADER
3968:
3969: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
3970: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
3971: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
3972: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
3973: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
3974: xnode.C compiled, doc/node finalizers isntalled
3975:
3976: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
3977: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
3978: vxnode compiled
3979: xml linked
3980:
3981: * tests/results/121.processed 1.1:
3982: file 121.processed was initially added on branch template_gc.
3983:
3984: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
3985: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
3986: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
3987: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
3988: untaint.C L_SQL
3989:
3990: * src/types/pa_vmemory.h 1.1:
3991: file pa_vmemory.h was initially added on branch template_gc.
3992:
3993: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
3994: fixed transform params
3995:
3996: * operators.txt [template_gc] 1.109.2.1.2.1:
3997: * src/classes/Makefile.am [template_gc] 1.40.16.1:
3998: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
3999: * src/classes/memory.C [template_gc] 1.1.2.1:
4000: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
4001: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
4002: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
4003: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
4004: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
4005: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
4006: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
4007: ^memory:compact[]
4008:
4009: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
4010: vxdoc compiled
4011:
4012: * tests/121.html 1.1:
4013: file 121.html was initially added on branch template_gc.
4014:
4015: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
4016: * tests/Makefile [template_gc] 1.1.2.8.2.5:
4017: fixed transform params2
4018:
4019: * src/doc/string.dox [template_gc] 1.4.22.1:
4020: updated: new string internals
4021:
4022: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
4023: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
4024: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
4025: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
4026: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
4027: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
4028: removed StringBody(0) ambiguilty, introducting static
4029: StringBody::Format(int)
4030:
4031: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
4032: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
4033: * tests/Makefile [template_gc] 1.1.2.8.2.4:
4034: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
4035: fixed dom language [values are now considered tainted.
4036: it was a bug in parser. updated 107 test result
4037:
4038: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
4039: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
4040: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
4041: * src/doc/exception.dox [template_gc] 1.1.2.1:
4042: * src/doc/index.dox [template_gc] 1.4.8.1:
4043: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
4044: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
4045: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
4046: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
4047: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
4048: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
4049: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
4050: xdoc.C compiled
4051: todo: xnode.C / finalizers
4052:
4053: * src/classes/memory.C 1.1:
4054: file memory.C was initially added on branch template_gc.
4055:
4056: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
4057: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
4058: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
4059: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
4060: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
4061: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
4062: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
4063: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
4064: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
4065: * tests/121.html [template_gc] 1.1.2.1:
4066: * tests/results/121.processed [template_gc] 1.1.2.1:
4067: untaint.C L_URI
4068:
4069: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
4070: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
4071: fixed stylesheet caching
4072:
4073: 2003-03-24 paf
4074: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
4075: void.C compiled
4076:
4077: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
4078: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
4079: http://
4080:
4081: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
4082: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
4083: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
4084: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
4085: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
4086: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
4087: introducing string[body]::pos(char)
4088:
4089: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
4090: pa_vstatus.C compiled
4091:
4092: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
4093: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
4094: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
4095: String::ArrayFragment::append_positions fixed
4096:
4097: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
4098: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
4099: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
4100: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
4101: all linked
4102: todo: debug
4103:
4104: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
4105: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
4106: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
4107: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
4108: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
4109: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
4110: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
4111: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
4112: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
4113: image.C compiled
4114:
4115: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
4116: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
4117: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
4118: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
4119: mail.C compiled
4120:
4121: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
4122: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
4123: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
4124: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
4125: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
4126: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
4127: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
4128: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
4129: pa_vstateless_class.C compiled
4130:
4131: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
4132: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
4133: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
4134: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
4135: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
4136: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
4137: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
4138: hash.C compiled
4139:
4140: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
4141: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
4142: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
4143: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
4144: pa_value.C compiled
4145:
4146: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
4147: pa_vtable.C compiled
4148:
4149: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
4150: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
4151: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
4152: classes.lib
4153: main.lib compiled
4154:
4155: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
4156: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
4157: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
4158: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
4159: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
4160: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
4161: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
4162: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
4163: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
4164: * tests/Makefile [template_gc] 1.1.2.8.2.1:
4165: attempt to do gif encoding to CORD_ec [bad]
4166: would rewrite as realloc now
4167:
4168: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
4169: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
4170: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
4171: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
4172: all compiled.
4173: todo:link
4174:
4175: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
4176: pa_vfile.C compiled
4177:
4178: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
4179: * tests/Makefile [template_gc] 1.1.2.8.2.2:
4180: string::pos fixed
4181:
4182: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
4183: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
4184: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
4185: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
4186: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
4187: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
4188: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
4189: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
4190: op.C compiled
4191:
4192: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
4193: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
4194: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
4195: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
4196: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
4197: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
4198: table.C compiled
4199:
4200: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
4201: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
4202: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
4203: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
4204: pa_vcookie.C compiled
4205:
4206: * parser3.dsw [template_gc] 1.7.6.1.2.3:
4207: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
4208: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
4209: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
4210: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
4211: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
4212: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
4213: empty run passed OK
4214:
4215: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
4216: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
4217: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
4218: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
4219: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
4220: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
4221: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
4222: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
4223: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
4224: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
4225: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
4226: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
4227: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
4228: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
4229: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
4230: started XML
4231:
4232: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
4233: pa_vform.C compiled
4234:
4235: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
4236: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
4237: math.C compiled
4238:
4239: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
4240: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
4241: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
4242: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
4243: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
4244: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
4245: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
4246: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
4247: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
4248: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
4249: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
4250: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
4251: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
4252: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
4253: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
4254: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
4255: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
4256: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
4257: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
4258: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
4259: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
4260: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
4261: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
4262: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
4263: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
4264: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
4265: file.C
4266: table.C compiled
4267:
4268: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
4269: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
4270: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
4271: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
4272: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
4273: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
4274: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
4275: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
4276: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
4277: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
4278:
4279: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
4280: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
4281: int.C compiled
4282:
4283: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
4284: pa_wcontext.C compiled
4285:
4286: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
4287: pa_vstring.C compiled
4288:
4289: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
4290: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
4291: * tests/Makefile [template_gc] 1.1.2.8.2.3:
4292: string optimize bit implemented
4293:
4294: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
4295: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
4296: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
4297: hashcode implemented fully, including per-char callback [it can
4298: be - substr CORD node]
4299:
4300: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
4301: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
4302: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
4303: String::this_starts fixed
4304:
4305: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
4306: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
4307: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
4308: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
4309: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
4310: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
4311: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
4312: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
4313: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
4314: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
4315: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
4316: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
4317: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
4318: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
4319: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
4320: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
4321: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
4322: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
4323: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
4324: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
4325: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
4326: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
4327: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
4328: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
4329: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
4330: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
4331: 2*2 worked :)
4332:
4333: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
4334: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
4335: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
4336: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
4337: string.C compiled
4338:
4339: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
4340: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
4341: gif encoding rewritten to rewalloc with 100byte buf ahead
4342:
4343: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
4344: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
4345: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
4346: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
4347: pa_vmail.C compiled
4348:
4349: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
4350: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
4351: pa_vimage.C compiled
4352:
4353: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
4354: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
4355: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
4356: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
4357: main.lib compiled
4358:
4359: 2003-03-21 paf
4360: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
4361: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
4362: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
4363: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
4364: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
4365: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
4366: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
4367: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
4368: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
4369: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
4370: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
4371: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
4372: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
4373: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
4374: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
4375: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
4376: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
4377: pa_request.C 50% compiled
4378:
4379: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
4380: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
4381: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
4382: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
4383: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
4384: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
4385: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
4386: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
4387: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
4388: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
4389: pa_sql_driver_manager.C compiled
4390:
4391: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
4392: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
4393: test14 [bug fixed]
4394:
1.24 paf 4395: * src/classes/file.C 1.108:
4396: ^file::exec/cgi now does not pass post data by default.
4397: use: ^file::exec[...;$.stdin[$request.body]
4398:
1.23 paf 4399: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
4400: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
4401: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
4402: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
4403: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
4404: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
4405: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
4406: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
4407: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
4408: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
4409: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
4410: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
4411: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
4412: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
4413: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
4414: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
4415: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
4416: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
4417: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
4418: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
4419: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
4420: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
4421: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
4422: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
4423: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
4424: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
4425: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
4426: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
4427: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
4428: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
4429: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
4430: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
4431: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
4432: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
4433: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
4434: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
4435: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
4436: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
4437: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
4438: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
4439: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
4440: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
4441: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
4442: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
4443: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
4444: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
4445: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
4446: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
4447: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
4448: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
4449: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
4450: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
4451: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
4452: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
4453: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
4454: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
4455: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
4456: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
4457: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
4458: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
4459: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
4460: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
4461: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
4462: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
4463: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
4464: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
4465: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
4466: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
4467: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
4468: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
4469: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
4470: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
4471: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
4472: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
4473: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
4474: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
4475: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
4476: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
4477: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
4478: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
4479: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
4480: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
4481: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
4482: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
4483: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
4484: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
4485: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
4486: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
4487: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
4488: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
4489: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
4490: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
4491: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
4492: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
4493: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
4494: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
4495: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
4496: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
4497: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
4498: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
4499: introducing StringBody [C++ CORD wrapper]
4500:
4501: * src/main/pa_common.C 1.146:
4502: * src/main/pa_common.C 1.148:
4503: } typo bug fix
4504:
4505: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
4506: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
4507: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
4508: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
4509: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
4510: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
4511: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
4512: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
4513: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
4514: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
4515: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
4516: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
4517: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
4518: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
4519: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
4520: pa_request.C compiled
4521:
4522: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
4523: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
4524: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
4525: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
4526: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
4527: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
4528: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
4529: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
4530: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
4531: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
4532: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
4533: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
4534: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
4535: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
4536: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
4537: execute.C compiled
4538:
4539: * src/main/pa_common.C 1.147:
4540: * src/targets/cgi/parser3.C 1.217:
4541: *** empty log message ***
4542:
4543: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
4544: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
4545: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
4546: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
4547: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
4548: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
4549: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
4550: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
4551: pa_charsets.C compiled
4552:
4553: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
4554: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
4555: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
4556: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
4557: pa_exec.C compiled [win32 only for now] todo: on unix
4558:
4559: * src/classes/file.C 1.109:
4560: * src/include/pa_charset.h 1.21:
4561: * src/main/pa_charset.C 1.34:
4562: $file::exec/cgi[script;
4563: $.charset[this is script's charset]
4564:
4565: command line, env values, input got transcoded before call
4566: stdout, stderr got transcoded after call
4567:
4568: 2003-03-20 paf
4569: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
4570: this_starts fixed
4571:
4572: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
4573: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
4574: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
4575: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
4576: cord bug fix, but still errors
4577: todo: clear out
4578:
4579: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
4580: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
4581: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
4582: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
4583: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
4584: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
4585: test: gc/exit runned OK
4586:
4587: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
4588: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
4589: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
4590: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
4591: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
4592: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
4593: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
4594: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
4595: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
4596: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
4597: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
4598: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
4599: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
4600: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
4601: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
4602: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
4603: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
4604: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
4605: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
4606: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
4607: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
4608: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
4609: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
4610: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
4611: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
4612: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
4613: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
4614: untaint.C 99% [except mail&sql&optimize]
4615:
1.24 paf 4616: * src/types/pa_vmail.C 1.42:
4617: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
4618: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
4619:
4620: todo: find out why so many filters(stream) here. probably wrong?
4621:
1.23 paf 4622: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
4623: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
4624: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
4625: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
4626: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
4627: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
4628: test compiled
4629:
4630: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
4631: more tests
4632:
4633: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
4634: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
4635: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
4636: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
4637: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
4638: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
4639: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
4640: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
4641: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
4642: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
4643: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
4644: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
4645: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
4646: more tests [bugs fixed]
4647:
1.24 paf 4648: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
4649: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
4650: added: assertion on new String ctor & append params convention
4651:
1.23 paf 4652: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
4653: string.pos fixed
4654:
4655: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
4656: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
4657: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
4658: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
4659: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
4660: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
4661: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
4662: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
4663: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
4664: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
4665: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
4666: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
4667: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
4668: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
4669: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
4670: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
4671: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
4672: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
4673: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
4674: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
4675: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
4676: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
4677: more tests OK
4678:
4679: * parser3.dsw [template_gc] 1.7.6.1.2.2:
4680: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
4681: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
4682: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
4683: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
4684: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
4685: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
4686: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
4687: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
4688: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
4689: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
4690: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
4691: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
4692: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
4693: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
4694: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
4695: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
4696: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
4697: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
4698: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
4699: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
4700: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
4701: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
4702: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
4703: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
4704: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
4705: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
4706: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
4707: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
4708: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
4709: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
4710: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
4711: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
4712: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
4713: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
4714: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
4715: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
4716: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
4717: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
4718: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
4719: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
4720: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
4721: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
4722: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
4723: untaint.C 30%,
4724: pa_common.C [done, without http for now]
4725:
4726: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
4727: warning
4728:
4729: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
4730: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
4731: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
4732: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
4733: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
4734: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
4735: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
4736: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
4737: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
4738: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
4739: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
4740: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
4741: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
4742: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
4743: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
4744: undone bad replaces
4745:
4746: 2003-03-19 paf
4747: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
4748: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
4749: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
4750: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
4751: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
4752: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
4753: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
4754: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
4755: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
4756: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
4757: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
4758: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
4759: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
4760: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
4761: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
4762: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
4763: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
4764: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
4765: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
4766: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
4767: string reimplementation with cord+array<fragment>: 70%
4768:
4769: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
4770: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
4771: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
4772: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
4773: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
4774: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
4775: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
4776: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
4777: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
4778: restored bad replaces
4779:
4780: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
4781: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
4782: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
4783: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
4784: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
4785: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
4786: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
4787: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
4788: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
4789: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
4790: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
4791: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
4792: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
4793: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
4794: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
4795: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
4796: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
4797: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
4798: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
4799: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
4800: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
4801: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
4802: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
4803: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
4804: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
4805: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
4806: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
4807: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
4808: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
4809: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
4810: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
4811: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
4812: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
4813: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
4814: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
4815: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
4816: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
4817: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
4818: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
4819: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
4820: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
4821: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
4822: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
4823: started test
4824:
4825: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
4826: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
4827: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
4828: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
4829: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
4830: string compiled
4831: todo: test it
4832:
4833: 2003-03-18 paf
4834: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
4835: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
4836: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
4837: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
4838: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
4839: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
4840: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
4841: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
4842: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
4843: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
4844: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
4845: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
4846: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
4847: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
4848: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
4849: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
4850: lots of replacements,
4851: todo:we can ignore lang in cmp and pos really,
4852: but would split properly!
4853:
4854: * src/include/pa_pool.h [gc] 1.86.4.2:
4855: * src/main/execute.C [gc] 1.295.4.2:
4856: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
4857: gc logging
4858:
4859: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
4860: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
4861: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
4862: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
4863: gc: cord part made parser/src/lib: it's not compiled into libgc
4864: by default
4865:
4866: * src/lib/cord/cordxtra.c 1.1:
4867: file cordxtra.c was initially added on branch template_gc.
4868:
4869: * src/lib/cord/cordbscs.c 1.1:
4870: file cordbscs.c was initially added on branch template_gc.
4871:
4872: * parser3.dsw [template_gc] 1.7.6.1.2.1:
4873: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
4874: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
4875: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
4876: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
4877: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
4878: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
4879: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
4880: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
4881: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
4882: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
4883: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
4884: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
4885: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
4886: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
4887: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
4888: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
4889: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
4890: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
4891: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
4892: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
4893: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
4894: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
4895: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
4896: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
4897: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
4898: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
4899: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
4900: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
4901: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
4902: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
4903: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
4904: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
4905: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
4906: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
4907: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
4908: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
4909: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
4910: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
4911: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
4912: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
4913: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
4914: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
4915: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
4916: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
4917: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
4918: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
4919: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
4920: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
4921: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
4922: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
4923: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
4924: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
4925: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
4926: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
4927: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
4928: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
4929: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
4930: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
4931: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
4932: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
4933: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
4934: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
4935: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
4936: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
4937: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
4938: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
4939: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
4940: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
4941: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
4942: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
4943: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
4944: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
4945: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
4946: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
4947: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
4948: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
4949: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
4950: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
4951: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
4952: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
4953: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
4954: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
4955: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
4956: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
4957: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
4958: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
4959: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
4960: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
4961: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
4962: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
4963: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
4964: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
4965: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
4966: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
4967: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
4968: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
4969: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
4970: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
4971: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
4972: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
4973: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
4974: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
4975: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
4976: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
4977: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
4978: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
4979: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
4980: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
4981: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
4982: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
4983: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
4984: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
4985: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
4986: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
4987: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
4988: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
4989: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
4990: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
4991: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
4992: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
4993: started porting to gc:
4994: PA_Object done
4995: lots of replacements also
4996:
4997: * src/lib/cord/cordprnt.c 1.1:
4998: file cordprnt.c was initially added on branch template_gc.
4999:
5000: * src/lib/cord/cord.dsp 1.1:
5001: file cord.dsp was initially added on branch template_gc.
5002:
5003: 2003-03-17 paf
5004: * src/classes/date.C [gc] 1.42.4.1:
5005: * src/classes/file.C [gc] 1.107.4.1:
5006: * src/classes/form.C [gc] 1.34.4.1:
5007: * src/classes/image.C [gc] 1.90.4.1:
5008: * src/classes/mail.C [gc] 1.88.4.1:
5009: * src/classes/op.C [gc] 1.127.4.1:
5010: * src/classes/table.C [gc] 1.172.4.1:
5011: * src/classes/xdoc.C [gc] 1.108.4.1:
5012: * src/classes/xnode.C [gc] 1.54.4.1:
5013: * src/include/pa_pool.h [gc] 1.86.4.1:
5014: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
5015: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
5016: * src/include/pa_string.h [gc] 1.144.4.1:
5017: * src/include/pa_types.h [gc] 1.44.4.1:
5018: * src/main/compile.C [gc] 1.69.4.1:
5019: * src/main/compile.tab.C [gc] 1.81.4.1:
5020: * src/main/execute.C [gc] 1.295.4.1:
5021: * src/main/pa_charset.C [gc] 1.33.4.1:
5022: * src/main/pa_common.C [gc] 1.145.2.1:
5023: * src/main/pa_exception.C [gc] 1.43.4.1:
5024: * src/main/pa_exec.C [gc] 1.48.4.1:
5025: * src/main/pa_globals.C [gc] 1.152.4.1:
5026: * src/main/pa_pool.C [gc] 1.59.4.1:
5027: * src/main/pa_request.C [gc] 1.245.4.1:
5028: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
5029: * src/main/pa_string.C [gc] 1.172.4.1:
5030: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
5031: * src/main/pa_uue.C [gc] 1.4.4.1:
5032: * src/main/untaint.C [gc] 1.115.4.1:
5033: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
5034: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
5035: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
5036: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
5037: * src/types/pa_vcookie.C [gc] 1.55.4.1:
5038: * src/types/pa_vdouble.h [gc] 1.42.4.1:
5039: * src/types/pa_vfile.C [gc] 1.36.4.1:
5040: * src/types/pa_vform.C [gc] 1.74.4.1:
5041: * src/types/pa_vint.h [gc] 1.38.4.1:
5042: * src/types/pa_vmail.C [gc] 1.41.2.1:
5043: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
5044: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
5045: * src/types/pa_vxnode.C [gc] 1.30.4.1:
5046: * src/types/pa_vxnode.h [gc] 1.22.4.1:
5047: * www/htdocs/.htaccess [gc] 1.12.8.1:
5048: * www/htdocs/auto.p [gc] 1.17.12.1:
5049: libgc attempt
5050:
5051: * src/main/pa_common.C [gc] 1.145.2.2:
5052: * src/main/pa_common.C [gc] 1.145.2.3:
5053: *** empty log message ***
5054:
5055: 2003-03-13 paf
5056: * src/include/pa_request.h [autoptr] 1.160.2.37:
5057: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
5058: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
5059: * src/main/compile.tab.C [autoptr] 1.81.2.13:
5060: * src/main/execute.C [autoptr] 1.295.2.27:
5061: * src/main/pa_request.C [autoptr] 1.245.2.37:
5062: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
5063: * src/types/pa_value.C [autoptr] 1.9.2.15:
5064: * src/types/pa_value.h [autoptr] 1.109.2.25:
5065: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
5066: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
5067: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
5068: * src/types/types.dsp [autoptr] 1.35.10.8:
5069: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
5070: set_base, set_derived simplified [counter leaks fixed]
5071:
5072: * src/include/pa_config_fixed.h 1.55:
5073: * src/types/pa_vstatus.C 1.16:
5074: * src/types/types.dsp 1.36:
5075: incorporated status class patch
5076: From: "Victor Fedoseev" <vvf_ru@mail.ru>
5077: Sent: Thursday, January 23, 2003 8:14 AM
5078:
5079: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
5080: QuotaPeakNonPagedPoolUsage
5081: QuotaPeakPagedPoolUsage
5082: PeakPagefileUsage]
5083:
5084: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
5085: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
5086: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
5087: lt_dlexit called
5088:
5089: 2003-03-12 paf
5090: * Makefile.in [autoptr] 1.48.2.4:
5091: * bin/Makefile.in [autoptr] 1.9.2.3:
5092: * configure [autoptr] 1.66.2.4:
5093: * configure.in [autoptr] 1.62.2.4:
5094: * etc/Makefile.in [autoptr] 1.14.2.3:
5095: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
5096: * src/Makefile.in [autoptr] 1.55.2.3:
5097: * src/classes/Makefile.in [autoptr] 1.53.2.3:
5098: * src/include/Makefile.in [autoptr] 1.11.2.5:
5099: * src/lib/Makefile.in [autoptr] 1.8.2.3:
5100: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
5101: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
5102: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
5103: * src/main/Makefile.in [autoptr] 1.50.2.6:
5104: * src/sql/Makefile.in [autoptr] 1.11.2.3:
5105: * src/targets/Makefile.in [autoptr] 1.42.2.3:
5106: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
5107: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
5108: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
5109: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
5110: * src/types/Makefile.in [autoptr] 1.50.2.4:
5111: libstdc++ linkage fixed for g++ 3.2.2
5112:
5113: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
5114: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
5115: * src/main/compile.tab.C [autoptr] 1.81.2.12:
5116: gcc 3.2 rightliy complained on using privately declared class [
5117: fixed]
5118:
5119: * Makefile.am [autoptr] 1.34.2.3:
5120: * Makefile.in [autoptr] 1.48.2.5:
5121: * src/targets/apache13/Makefile.in 1.45:
5122: * src/targets/apache13/p3runConfigure.in 1.12:
5123: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
5124: * tests/Makefile [autoptr] 1.1.2.8:
5125: *** empty log message ***
5126:
5127: * src/include/pa_request.h [autoptr] 1.160.2.36:
5128: * src/main/compile.tab.C [autoptr] 1.81.2.11:
5129: * src/main/execute.C [autoptr] 1.295.2.26:
5130: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
5131: SIGPIPE now can be intercepted
5132: and does not cause exception in exception handler
5133:
5134: * Makefile.in [autoptr] 1.48.2.3:
5135: * bin/Makefile.in [autoptr] 1.9.2.2:
5136: * configure [autoptr] 1.66.2.3:
5137: * configure.in [autoptr] 1.62.2.3:
5138: * etc/Makefile.in [autoptr] 1.14.2.2:
5139: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
5140: * src/Makefile.in [autoptr] 1.55.2.2:
5141: * src/classes/Makefile.in [autoptr] 1.53.2.2:
5142: * src/include/Makefile.in [autoptr] 1.11.2.4:
5143: * src/lib/Makefile.in [autoptr] 1.8.2.2:
5144: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
5145: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
5146: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
5147: * src/main/Makefile.in [autoptr] 1.50.2.5:
5148: * src/sql/Makefile.in [autoptr] 1.11.2.2:
5149: * src/targets/Makefile.in [autoptr] 1.42.2.2:
5150: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
5151: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
5152: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
5153: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
5154: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
5155: * src/types/Makefile.in [autoptr] 1.50.2.3:
5156: configure now default links libstdc++ statically.
5157: that can be overriden by --with-dynamic-stdcpp
5158:
5159: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
5160: 1. more detailed log on signals.
5161: 2. sigpipe before request constructor now causes death
5162:
5163: * configure [autoptr] 1.66.2.5:
5164: * configure.in [autoptr] 1.62.2.5:
5165: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
5166: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
5167: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
5168: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
5169: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
5170: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
5171: lib/ltdl/Makefile now created by /configure.in only [were by
5172: lib/ltdl/configure.in OVERWRITE]
5173:
5174: 2003-03-11 paf
5175: * src/main/compile.tab.C [autoptr] 1.81.2.10:
5176: * src/main/compile.y [autoptr] 1.204.2.7:
5177: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
5178: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
5179: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
5180: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
5181: removed necessity of libstdc++
5182:
5183: * src/include/pa_request.h 1.161:
5184: * src/include/pa_request.h [autoptr] 1.160.2.35:
5185: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
5186:
5187: 2003-03-08 paf
5188: * tests/117.html 1.1:
5189: file 117.html was initially added on branch autoptr.
5190:
5191: * src/classes/xdoc.C [autoptr] 1.108.2.19:
5192: forgotten: global xdoc when ndef XML
5193:
5194: * src/classes/mail.C [autoptr] 1.88.2.16:
5195: * src/classes/response.C [autoptr] 1.23.2.8:
5196: * src/include/pa_request.h [autoptr] 1.160.2.33:
5197: * src/main/pa_request.C [autoptr] 1.245.2.36:
5198: removing vform,response,cookie.h -> pa_request.h dependency
5199:
5200: * tests/118.html 1.1:
5201: file 118.html was initially added on branch autoptr.
5202:
5203: * tests/results/115.processed 1.1:
5204: file 115.processed was initially added on branch autoptr.
5205:
5206: * tests/119.html 1.1:
5207: file 119.html was initially added on branch autoptr.
5208:
5209: * tests/120.html 1.1:
5210: file 120.html was initially added on branch autoptr.
5211:
5212: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
5213: charsets: see some strange things with old xml lib-- it's
5214: internal memory handling has faults
5215:
5216: * tests/results/117.processed 1.1:
5217: file 117.processed was initially added on branch autoptr.
5218:
5219: * tests/results/109.processed 1.1:
5220: file 109.processed was initially added on branch autoptr.
5221:
5222: * tests/results/110.processed 1.1:
5223: file 110.processed was initially added on branch autoptr.
5224:
5225: * tests/021.html [autoptr] 1.1.2.2:
5226: * tests/031.html [autoptr] 1.1.2.2:
5227: * tests/033.html [autoptr] 1.1.2.2:
5228: * tests/109.html [autoptr] 1.1.2.1:
5229: * tests/110.html [autoptr] 1.1.2.1:
5230: * tests/111.html [autoptr] 1.1.2.1:
5231: * tests/112.html [autoptr] 1.1.2.1:
5232: * tests/113.html [autoptr] 1.1.2.1:
5233: * tests/114.html [autoptr] 1.1.2.1:
5234: * tests/115.html [autoptr] 1.1.2.1:
5235: * tests/116.html [autoptr] 1.1.2.1:
5236: * tests/117.html [autoptr] 1.1.2.1:
5237: * tests/118.html [autoptr] 1.1.2.1:
5238: * tests/119.html [autoptr] 1.1.2.1:
5239: * tests/120.html [autoptr] 1.1.2.1:
5240: * tests/results/109.processed [autoptr] 1.1.2.1:
5241: * tests/results/110.processed [autoptr] 1.1.2.1:
5242: * tests/results/111.processed [autoptr] 1.1.2.1:
5243: * tests/results/112.processed [autoptr] 1.1.2.1:
5244: * tests/results/113.processed [autoptr] 1.1.2.1:
5245: * tests/results/114.processed [autoptr] 1.1.2.1:
5246: * tests/results/115.processed [autoptr] 1.1.2.1:
5247: * tests/results/116.processed [autoptr] 1.1.2.1:
5248: * tests/results/117.processed [autoptr] 1.1.2.1:
5249: * tests/results/118.processed [autoptr] 1.1.2.1:
5250: * tests/results/119.processed [autoptr] 1.1.2.1:
5251: * tests/results/120.processed [autoptr] 1.1.2.1:
5252: xml: tests
5253: 109 dom create/show
5254: 110 xpath selectSingle
5255: 111 xdoc.create from tainted &
5256: 112 xdoc.create/output with russian attr value
5257: 113 xpath selectString/Number
5258: 114 dom attributes.count
5259: 115 xpath selectBool
5260: 116 output media-type change
5261: 117 transform by dom stylesheet
5262: 118 empty transform result
5263: 119 dom setAttribute
5264: 120 nbsp letter output
5265:
5266: =END OF PREPARED XML TESTS=
5267:
5268: * tests/results/119.processed 1.1:
5269: file 119.processed was initially added on branch autoptr.
5270:
5271: * tests/results/120.processed 1.1:
5272: file 120.processed was initially added on branch autoptr.
5273:
5274: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
5275: todo: move to latest xml version on win32 and run memleak tests again
5276:
5277: * src/classes/op.C [autoptr] 1.127.2.21:
5278: * src/include/pa_request.h [autoptr] 1.160.2.34:
5279: removing vclass,object.h -> pa_request.h dependency
5280:
5281: * tests/results/112.processed 1.1:
5282: file 112.processed was initially added on branch autoptr.
5283:
5284: * tests/results/114.processed 1.1:
5285: file 114.processed was initially added on branch autoptr.
5286:
5287: * src/main/pa_request.C [autoptr] 1.245.2.32:
5288: * src/main/pa_request.C [autoptr] 1.245.2.33:
5289: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
5290: forgotten: ifdef XML
5291:
5292: * src/classes/hash.C [autoptr] 1.54.2.13:
5293: * src/classes/mail.C [autoptr] 1.88.2.15:
5294: * src/classes/string.C [autoptr] 1.125.2.15:
5295: * src/classes/table.C [autoptr] 1.172.2.14:
5296: * src/include/pa_array.h [autoptr] 1.57.2.27:
5297: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
5298: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
5299: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
5300: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
5301: * www/htdocs/index.html 1.211:
5302: started full-scale-site-test [~ http://parser.ru sources]
5303:
5304: some fixes
5305:
5306: * tests/110.html 1.1:
5307: file 110.html was initially added on branch autoptr.
5308:
5309: * tests/109.html 1.1:
5310: file 109.html was initially added on branch autoptr.
5311:
5312: * src/include/pa_types.h [autoptr] 1.44.2.3:
5313: * src/main/pa_charset.C [autoptr] 1.33.2.19:
5314: charsets: fixed problems when transcode from charset A to A.
5315:
5316: * tests/results/116.processed 1.1:
5317: file 116.processed was initially added on branch autoptr.
5318:
1.24 paf 5319: * Makefile.in [autoptr] 1.48.2.2:
5320: * src/main/pa_request.C [autoptr] 1.245.2.34:
5321: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
5322: *** empty log message ***
5323:
1.23 paf 5324: * tests/111.html 1.1:
5325: file 111.html was initially added on branch autoptr.
5326:
5327: * src/main/untaint.C [autoptr] 1.115.2.12:
5328: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
5329: mail: transcode fixed.
5330: todo: still problems when transcode from charset A to A.
5331:
5332: * tests/112.html 1.1:
5333: file 112.html was initially added on branch autoptr.
5334:
5335: * tests/results/118.processed 1.1:
5336: file 118.processed was initially added on branch autoptr.
5337:
5338: * tests/113.html 1.1:
5339: file 113.html was initially added on branch autoptr.
5340:
5341: * tests/results/111.processed 1.1:
5342: file 111.processed was initially added on branch autoptr.
5343:
5344: * tests/Makefile [autoptr] 1.1.2.7:
5345: make install & co
5346:
5347: * tests/114.html 1.1:
5348: file 114.html was initially added on branch autoptr.
5349:
5350: * tests/115.html 1.1:
5351: file 115.html was initially added on branch autoptr.
5352:
5353: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
5354: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
5355: yet another return 0; fixed
5356:
5357: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
5358: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
5359: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
5360: vmail.C received just compiled [not tested]
5361:
5362: * tests/results/113.processed 1.1:
5363: file 113.processed was initially added on branch autoptr.
5364:
5365: * tests/116.html 1.1:
5366: file 116.html was initially added on branch autoptr.
5367:
5368: * src/include/pa_request.h [autoptr] 1.160.2.32:
5369: removing vmail.h -> pa_request.h dependency [testing...]
5370:
5371: 2003-03-07 paf
5372: * src/classes/xdoc.C [autoptr] 1.108.2.18:
5373: * src/include/pa_charset.h [autoptr] 1.20.2.18:
5374: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
5375: * tests/108.html [autoptr] 1.1.2.1:
5376: * tests/108.xsl [autoptr] 1.1.2.1:
5377: * tests/results/108.processed [autoptr] 1.1.2.1:
5378: xml: test 108 transform with params [bugs fixed]
5379:
5380: * tests/results/107.processed 1.1:
5381: file 107.processed was initially added on branch autoptr.
5382:
5383: * tests/108.xsl 1.1:
5384: file 108.xsl was initially added on branch autoptr.
5385:
1.24 paf 5386: * src/classes/xdoc.C [autoptr] 1.108.2.15:
5387: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
5388: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
5389: xml: linked
5390:
1.23 paf 5391: * tests/106.html 1.1:
5392: file 106.html was initially added on branch autoptr.
5393:
5394: * src/classes/classes.C [autoptr] 1.18.2.6:
5395: fixed: prevent system classes from modification to lock ALL the
5396: classes, not only directly used
5397:
5398: * tests/107.html 1.1:
5399: file 107.html was initially added on branch autoptr.
5400:
5401: * tests/108.html 1.1:
5402: file 108.html was initially added on branch autoptr.
5403:
5404: * tests/results/106.processed 1.1:
5405: file 106.processed was initially added on branch autoptr.
5406:
5407: * src/include/pa_charset.h [autoptr] 1.20.2.16:
5408: * src/main/pa_charset.C [autoptr] 1.33.2.16:
5409: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
5410: xml: charset two mem alloc functions used for different cases [
5411: libxml, libxsl]
5412:
5413: * src/classes/xdoc.C [autoptr] 1.108.2.17:
5414: * src/include/pa_charset.h [autoptr] 1.20.2.17:
5415: * src/include/pa_request.h [autoptr] 1.160.2.31:
5416: * src/main/execute.C [autoptr] 1.295.2.25:
5417: * src/main/pa_charset.C [autoptr] 1.33.2.17:
5418: * src/main/pa_exception.C [autoptr] 1.43.2.15:
5419: * src/main/pa_globals.C [autoptr] 1.152.2.19:
5420: * src/main/pa_request.C [autoptr] 1.245.2.31:
5421: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
5422: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
5423: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
5424: * tests/107.html [autoptr] 1.1.2.1:
5425: * tests/results/107.processed [autoptr] 1.1.2.1:
5426: xml: test: 107 bug fixes
5427:
5428: * tests/results/108.processed 1.1:
5429: file 108.processed was initially added on branch autoptr.
5430:
5431: * src/classes/xdoc.C [autoptr] 1.108.2.14:
5432: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
5433: xdoc.C compiled
5434:
5435: * tests/106.html [autoptr] 1.1.2.1:
5436: * tests/results/106.processed [autoptr] 1.1.2.1:
5437: test: 106 xdoc create, string
5438:
5439: * src/classes/xdoc.C [autoptr] 1.108.2.16:
5440: * src/classes/xnode.C [autoptr] 1.54.2.10:
5441: * src/classes/xnode.h [autoptr] 1.18.2.6:
5442: * src/types/pa_value.h [autoptr] 1.109.2.24:
5443: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
5444: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
5445: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
5446: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
5447: test: 107 bug fixes
5448:
5449: * src/main/pa_charset.C [autoptr] 1.33.2.18:
5450: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
5451: fixed: mem leak from copy/paste bug
5452:
5453: 2003-03-06 paf
5454: * tests/023.html [autoptr] 1.1.2.2:
5455: in some cases it rounded up badly. postponing solution of that
5456: problem, making more simple test
5457:
5458: * src/include/pa_charset.h [autoptr] 1.20.2.14:
5459: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
5460: * src/include/pa_memory.h [autoptr] 1.1.2.6:
5461: * src/include/pa_pool.h [autoptr] 1.86.2.32:
5462: * src/main/pa_charset.C [autoptr] 1.33.2.14:
5463: * src/main/pa_memory.C [autoptr] 1.1.2.4:
5464: * src/main/pa_pool.C [autoptr] 1.59.2.6:
5465: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
5466: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
5467: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
5468: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
5469: xml: charsets
5470:
5471: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
5472: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
5473: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
5474: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
5475: xml: stylesheet&manager done
5476:
5477: * src/classes/xnode.C [autoptr] 1.54.2.9:
5478: * src/classes/xnode.h [autoptr] 1.18.2.5:
5479: * src/include/pa_charset.h [autoptr] 1.20.2.15:
5480: * src/include/pa_memory.h [autoptr] 1.1.2.8:
5481: * src/include/pa_request.h [autoptr] 1.160.2.30:
5482: * src/include/pa_string.h [autoptr] 1.144.2.28:
5483: * src/main/pa_globals.C [autoptr] 1.152.2.18:
5484: * src/main/pa_request.C [autoptr] 1.245.2.30:
5485: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
5486: xnode.C compiled
5487:
5488: * src/include/pa_memory.h [autoptr] 1.1.2.7:
5489: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
5490: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
5491: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
5492: xml: stylesheet&manager STARTED
5493:
5494: * src/include/pa_globals.h [autoptr] 1.101.2.15:
5495: * src/main/pa_charset.C [autoptr] 1.33.2.15:
5496: * src/main/pa_exception.C [autoptr] 1.43.2.14:
5497: * src/main/pa_globals.C [autoptr] 1.152.2.17:
5498: xml: exceptions
5499:
5500: * src/classes/xdoc.C [autoptr] 1.108.2.13:
5501: xdoc.C 50%
5502:
5503: * src/include/pa_charset.h [autoptr] 1.20.2.13:
5504: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
5505: * src/main/pa_charset.C [autoptr] 1.33.2.13:
5506: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
5507: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
5508: charset_utf8 declaration moved to charsets.C
5509:
5510: * Makefile.am [autoptr] 1.34.2.2:
5511: * tests/Makefile [autoptr] 1.1.2.4:
5512: * tests/Makefile [autoptr] 1.1.2.6:
5513: *** empty log message ***
5514:
5515: * tests/058_paf2000.png [autoptr] 1.1.2.2:
5516: * tests/results/058.processed [autoptr] 1.1.2.2:
5517: .png added with -kb now
5518:
5519: 2003-03-05 paf
5520: * tests/results/105.processed 1.1:
5521: file 105.processed was initially added on branch autoptr.
5522:
5523: * src/classes/math.C [autoptr] 1.24.2.12:
5524: can be: crypt in -lcrypt OK, but crypt.h be missing
5525:
5526: * src/classes/op.C [autoptr] 1.127.2.20:
5527: * src/main/main.dsp [autoptr] 1.161.6.13:
5528: * tests/104.html [autoptr] 1.1.2.1:
5529: * tests/results/104.processed [autoptr] 1.1.2.1:
5530: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
5531: ^bpt operator added [does int3 in debug build on win32]
5532:
5533: * www/htdocs/auto.p [autoptr] 1.17.10.1:
5534: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
5535: * www/htdocs/base.p [autoptr] 1.6.6.1:
5536: * www/htdocs/derived.p [autoptr] 1.24.6.1:
5537: * www/htdocs/font.gif [autoptr] 1.1.6.1:
5538: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
5539: * www/htdocs/index.html [autoptr] 1.210.2.1:
5540: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
5541: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
5542: * www/htdocs/operators.p [autoptr] 1.11.8.1:
5543: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
5544: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
5545: * www/htdocs/some.p [autoptr] 1.2.8.1:
5546: removed old tests
5547:
5548: * tests/104.html 1.1:
5549: file 104.html was initially added on branch autoptr.
5550:
1.24 paf 5551: * tests/105.html 1.1:
5552: file 105.html was initially added on branch autoptr.
5553:
1.23 paf 5554: * src/classes/math.C [autoptr] 1.24.2.11:
5555: * src/classes/op.C [autoptr] 1.127.2.19:
5556: * src/classes/string.C [autoptr] 1.125.2.13:
5557: * src/lib/Makefile.in [autoptr] 1.8.2.1:
5558: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
5559: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
5560: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
5561: * src/main/pa_exec.C [autoptr] 1.48.2.18:
5562: * src/targets/Makefile.in [autoptr] 1.42.2.1:
5563: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
5564: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
5565: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
5566: gcc more happy. todo:make linker happy
5567:
5568: * tests/results/104.processed 1.1:
5569: file 104.processed was initially added on branch autoptr.
5570:
5571: * ltmain.sh [autoptr] 1.5.2.1:
5572: ltmain.sh added
5573:
5574: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
5575: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
5576: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
5577: linker needed more tricks to link OK
5578:
5579: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
5580: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
5581: hash_default_element_name made static
5582:
5583: * src/include/Makefile.am [autoptr] 1.3.14.2:
5584: * src/include/Makefile.in [autoptr] 1.11.2.3:
5585: * src/main/Makefile.am [autoptr] 1.35.6.4:
5586: * src/main/Makefile.in [autoptr] 1.50.2.4:
5587: * src/types/Makefile.am [autoptr] 1.28.10.1:
5588: * src/types/Makefile.in [autoptr] 1.50.2.2:
5589: forgotten files added to Makes
5590:
5591: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
5592: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
5593: hash_default_element_name change undone ;(
5594:
5595: * src/classes/file.C [autoptr] 1.107.2.16:
5596: * src/include/pa_exec.h [autoptr] 1.11.2.6:
5597: * src/main/pa_exec.C [autoptr] 1.48.2.17:
5598: pa_exec env param made optional
5599:
5600: * tests/057.html [autoptr] 1.1.2.3:
5601: * tests/results/057.processed [autoptr] 1.1.2.3:
5602: test bug fixed
5603:
5604: * src/classes/string.C [autoptr] 1.125.2.14:
5605: * src/include/pa_string.h [autoptr] 1.144.2.27:
5606: * src/main/pa_string.C [autoptr] 1.172.2.20:
5607: * tests/105.html [autoptr] 1.1.2.1:
5608: * tests/results/105.processed [autoptr] 1.1.2.1:
5609: String::match bug fixed
5610:
5611: 2003-03-04 paf
5612: * tests/results/060.processed 1.1:
5613: file 060.processed was initially added on branch autoptr.
5614:
5615: * tests/results/059.processed 1.1:
5616: file 059.processed was initially added on branch autoptr.
5617:
5618: * tests/072.html 1.1:
5619: file 072.html was initially added on branch autoptr.
5620:
5621: * tests/results/052.processed 1.1:
5622: file 052.processed was initially added on branch autoptr.
5623:
5624: * tests/074.html 1.1:
5625: file 074.html was initially added on branch autoptr.
5626:
5627: * tests/results/099.processed 1.1:
5628: file 099.processed was initially added on branch autoptr.
5629:
5630: * tests/076.html 1.1:
5631: file 076.html was initially added on branch autoptr.
5632:
5633: * tests/results/092.processed 1.1:
5634: file 092.processed was initially added on branch autoptr.
5635:
5636: * tests/results/102.processed 1.1:
5637: file 102.processed was initially added on branch autoptr.
5638:
5639: * tests/results/084.processed 1.1:
5640: file 084.processed was initially added on branch autoptr.
5641:
5642: * tests/078.html 1.1:
5643: file 078.html was initially added on branch autoptr.
5644:
5645: * tests/results/076.processed 1.1:
5646: file 076.processed was initially added on branch autoptr.
5647:
5648: * tests/081.html 1.1:
5649: file 081.html was initially added on branch autoptr.
5650:
5651: * tests/results/068.processed 1.1:
5652: file 068.processed was initially added on branch autoptr.
5653:
5654: * tests/results/061.processed 1.1:
5655: file 061.processed was initially added on branch autoptr.
5656:
5657: * src/classes/Makefile.in [autoptr] 1.53.2.1:
5658: * src/classes/mail.C [autoptr] 1.88.2.13:
5659: * src/main/Makefile.in [autoptr] 1.50.2.3:
5660: * src/main/pa_exec.C [autoptr] 1.48.2.16:
5661: * src/sql/Makefile.in [autoptr] 1.11.2.1:
5662: * src/types/Makefile.in [autoptr] 1.50.2.1:
5663: *** empty log message ***
5664:
5665: * tests/083.html 1.1:
5666: file 083.html was initially added on branch autoptr.
5667:
5668: * tests/results/053.processed 1.1:
5669: file 053.processed was initially added on branch autoptr.
5670:
5671: * tests/053.html [autoptr] 1.1.2.1:
5672: * tests/054.html [autoptr] 1.1.2.1:
5673: * tests/055.html [autoptr] 1.1.2.1:
5674: * tests/056.html [autoptr] 1.1.2.1:
5675: * tests/057.html [autoptr] 1.1.2.1:
5676: * tests/058.html [autoptr] 1.1.2.1:
5677: * tests/058_paf2000.png [autoptr] 1.1.2.1:
5678: * tests/059.html [autoptr] 1.1.2.1:
5679: * tests/060.html [autoptr] 1.1.2.1:
5680: * tests/results/053.processed [autoptr] 1.1.2.1:
5681: * tests/results/054.processed [autoptr] 1.1.2.1:
5682: * tests/results/055.processed [autoptr] 1.1.2.1:
5683: * tests/results/056.processed [autoptr] 1.1.2.1:
5684: * tests/results/057.processed [autoptr] 1.1.2.1:
5685: * tests/results/058.processed [autoptr] 1.1.2.1:
5686: * tests/results/059.processed [autoptr] 1.1.2.1:
5687: * tests/results/060.processed [autoptr] 1.1.2.1:
5688: test:
5689: 53 string.replace
5690: 54 junctions
5691: 55 table.hash
5692: 56 call indirect
5693: 57 date.create[string]
5694: 58 image.measure[png]
5695:
5696: * src/classes/image.C [autoptr] 1.90.2.14:
5697: * tests/098.html [autoptr] 1.1.2.1:
5698: * tests/098font.gif [autoptr] 1.1.2.1:
5699: * tests/results/098.processed [autoptr] 1.1.2.1:
5700: test:
5701: 98 image font text [bug fixed]
5702:
5703: * tests/085.html 1.1:
5704: file 085.html was initially added on branch autoptr.
5705:
5706: * tests/096_dir/188.jpg 1.1:
5707: file 188.jpg was initially added on branch autoptr.
5708:
5709: * tests/096_dir/163.jpg 1.1:
5710: file 163.jpg was initially added on branch autoptr.
5711:
5712: * tests/087.html 1.1:
5713: file 087.html was initially added on branch autoptr.
5714:
5715: * tests/103paf2001.gif 1.1:
5716: file 103paf2001.gif was initially added on branch autoptr.
5717:
5718: * tests/results/103.processed 1.1:
5719: file 103.processed was initially added on branch autoptr.
5720:
5721: * tests/results/093.processed 1.1:
5722: file 093.processed was initially added on branch autoptr.
5723:
5724: * tests/053.html 1.1:
5725: file 053.html was initially added on branch autoptr.
5726:
5727: * tests/results/085.processed 1.1:
5728: file 085.processed was initially added on branch autoptr.
5729:
5730: * tests/089.html 1.1:
5731: file 089.html was initially added on branch autoptr.
5732:
5733: * tests/090.html 1.1:
5734: file 090.html was initially added on branch autoptr.
5735:
5736: * tests/100.html 1.1:
5737: file 100.html was initially added on branch autoptr.
5738:
5739: * tests/results/077.processed 1.1:
5740: file 077.processed was initially added on branch autoptr.
5741:
5742: * tests/055.html 1.1:
5743: file 055.html was initially added on branch autoptr.
5744:
5745: * src/classes/table.C [autoptr] 1.172.2.12:
5746: * src/main/execute.C [autoptr] 1.295.2.23:
5747: * tests/061.dat [autoptr] 1.1.2.1:
5748: * tests/061.html [autoptr] 1.1.2.1:
5749: * tests/062.html [autoptr] 1.1.2.1:
5750: * tests/063.html [autoptr] 1.1.2.1:
5751: * tests/064.html [autoptr] 1.1.2.1:
5752: * tests/065.html [autoptr] 1.1.2.1:
5753: * tests/066.html [autoptr] 1.1.2.1:
5754: * tests/067.html [autoptr] 1.1.2.1:
5755: * tests/068.html [autoptr] 1.1.2.1:
5756: * tests/069.html [autoptr] 1.1.2.1:
5757: * tests/070.html [autoptr] 1.1.2.1:
5758: * tests/071.html [autoptr] 1.1.2.1:
5759: * tests/072.html [autoptr] 1.1.2.1:
5760: * tests/073.html [autoptr] 1.1.2.1:
5761: * tests/074.html [autoptr] 1.1.2.1:
5762: * tests/075.html [autoptr] 1.1.2.1:
5763: * tests/076.html [autoptr] 1.1.2.1:
5764: * tests/077.html [autoptr] 1.1.2.1:
5765: * tests/078.html [autoptr] 1.1.2.1:
5766: * tests/079.html [autoptr] 1.1.2.1:
5767: * tests/080.html [autoptr] 1.1.2.1:
5768: * tests/081.html [autoptr] 1.1.2.1:
5769: * tests/082.html [autoptr] 1.1.2.1:
5770: * tests/083.html [autoptr] 1.1.2.1:
5771: * tests/084.html [autoptr] 1.1.2.1:
5772: * tests/085.html [autoptr] 1.1.2.1:
5773: * tests/086.html [autoptr] 1.1.2.1:
5774: * tests/087.html [autoptr] 1.1.2.1:
5775: * tests/088.html [autoptr] 1.1.2.1:
5776: * tests/089.html [autoptr] 1.1.2.1:
5777: * tests/090.html [autoptr] 1.1.2.1:
5778: * tests/091.html [autoptr] 1.1.2.1:
5779: * tests/092.html [autoptr] 1.1.2.1:
5780: * tests/093.html [autoptr] 1.1.2.1:
5781: * tests/094.html [autoptr] 1.1.2.1:
5782: * tests/095.html [autoptr] 1.1.2.1:
5783: * tests/results/061.processed [autoptr] 1.1.2.1:
5784: * tests/results/062.processed [autoptr] 1.1.2.1:
5785: * tests/results/063.processed [autoptr] 1.1.2.1:
5786: * tests/results/064.processed [autoptr] 1.1.2.1:
5787: * tests/results/065.processed [autoptr] 1.1.2.1:
5788: * tests/results/066.processed [autoptr] 1.1.2.1:
5789: * tests/results/067.processed [autoptr] 1.1.2.1:
5790: * tests/results/068.processed [autoptr] 1.1.2.1:
5791: * tests/results/069.processed [autoptr] 1.1.2.1:
5792: * tests/results/070.processed [autoptr] 1.1.2.1:
5793: * tests/results/071.processed [autoptr] 1.1.2.1:
5794: * tests/results/072.processed [autoptr] 1.1.2.1:
5795: * tests/results/073.processed [autoptr] 1.1.2.1:
5796: * tests/results/074.processed [autoptr] 1.1.2.1:
5797: * tests/results/075.processed [autoptr] 1.1.2.1:
5798: * tests/results/076.processed [autoptr] 1.1.2.1:
5799: * tests/results/077.processed [autoptr] 1.1.2.1:
5800: * tests/results/078.processed [autoptr] 1.1.2.1:
5801: * tests/results/079.processed [autoptr] 1.1.2.1:
5802: * tests/results/080.processed [autoptr] 1.1.2.1:
5803: * tests/results/081.processed [autoptr] 1.1.2.1:
5804: * tests/results/082.processed [autoptr] 1.1.2.1:
5805: * tests/results/083.processed [autoptr] 1.1.2.1:
5806: * tests/results/084.processed [autoptr] 1.1.2.1:
5807: * tests/results/085.processed [autoptr] 1.1.2.1:
5808: * tests/results/086.processed [autoptr] 1.1.2.1:
5809: * tests/results/087.processed [autoptr] 1.1.2.1:
5810: * tests/results/088.processed [autoptr] 1.1.2.1:
5811: * tests/results/089.processed [autoptr] 1.1.2.1:
5812: * tests/results/090.processed [autoptr] 1.1.2.1:
5813: * tests/results/091.processed [autoptr] 1.1.2.1:
5814: * tests/results/092.processed [autoptr] 1.1.2.1:
5815: * tests/results/093.processed [autoptr] 1.1.2.1:
5816: * tests/results/094.processed [autoptr] 1.1.2.1:
5817: * tests/results/095.processed [autoptr] 1.1.2.1:
5818: tests:
5819: 61 file::stat size
5820: 62 string->int autoconvert
5821: 63 double .int,dec,div,mul
5822: 64 date compare
5823: 65 file: basename,justname,justext
5824: 66 math:crypt
5825: 67 string.match simple on long
5826: 68 string.match normalized simple on long
5827: 69 string.int
5828: 70 file::stat content-type
5829: 71 table.join
5830: 72 hash parameter conditional pass
5831: 73 date daylightsaving,yearday
5832: 74 date arithmetics
5833: 75 response date values/attributes
5834: 76 string.pos of void, void.pos
5835: 77 syntax parsing
5836: 78 cookie tainting
5837: 79 switch with local
5838: 80 scientific numeric literal in string autoconvert
5839: 81 xor: logical and numerical
5840: 82 for delims
5841: 83 menu delims
5842: 84 table.hash distinct
5843: 85 long string replace
5844: 86 throw+catch current language preserve
5845: 87 bit shifts
5846: 88 junction tests + $caller test
5847: 89 hash.foreach selfmodification
5848: 90 int/void to int
5849: 91 $caller test
5850: 92 junction is + def junction tests
5851: 93 $caller test
5852: 94 syntax test
5853: 95 table.hash(keygenerator) [bug fixed]
5854:
5855: * tests/results/070.processed 1.1:
5856: file 070.processed was initially added on branch autoptr.
5857:
5858: * tests/results/069.processed 1.1:
5859: file 069.processed was initially added on branch autoptr.
5860:
5861: * tests/061.dat 1.1:
5862: file 061.dat was initially added on branch autoptr.
5863:
5864: * tests/092.html 1.1:
5865: file 092.html was initially added on branch autoptr.
5866:
5867: * tests/102.html 1.1:
5868: file 102.html was initially added on branch autoptr.
5869:
5870: * tests/results/062.processed 1.1:
5871: file 062.processed was initially added on branch autoptr.
5872:
5873: * tests/057.html 1.1:
5874: file 057.html was initially added on branch autoptr.
5875:
5876: * tests/results/054.processed 1.1:
5877: file 054.processed was initially added on branch autoptr.
5878:
5879: * tests/094.html 1.1:
5880: file 094.html was initially added on branch autoptr.
5881:
5882: * tests/059.html 1.1:
5883: file 059.html was initially added on branch autoptr.
5884:
5885: * tests/060.html 1.1:
5886: file 060.html was initially added on branch autoptr.
5887:
5888: * tests/096.html 1.1:
5889: file 096.html was initially added on branch autoptr.
5890:
5891: * tests/results/094.processed 1.1:
5892: file 094.processed was initially added on branch autoptr.
5893:
5894: * tests/062.html 1.1:
5895: file 062.html was initially added on branch autoptr.
5896:
5897: * tests/results/086.processed 1.1:
5898: file 086.processed was initially added on branch autoptr.
5899:
5900: * tests/098font.gif 1.1:
5901: file 098font.gif was initially added on branch autoptr.
5902:
5903: * tests/098.html 1.1:
5904: file 098.html was initially added on branch autoptr.
5905:
5906: * tests/results/078.processed 1.1:
5907: file 078.processed was initially added on branch autoptr.
5908:
5909: * tests/064.html 1.1:
5910: file 064.html was initially added on branch autoptr.
5911:
5912: * tests/results/071.processed 1.1:
5913: file 071.processed was initially added on branch autoptr.
5914:
5915: * tests/results/063.processed 1.1:
5916: file 063.processed was initially added on branch autoptr.
5917:
5918: * tests/066.html 1.1:
5919: file 066.html was initially added on branch autoptr.
5920:
5921: * tests/results/055.processed 1.1:
5922: file 055.processed was initially added on branch autoptr.
5923:
5924: * tests/068.html 1.1:
5925: file 068.html was initially added on branch autoptr.
5926:
5927: * tests/071.html 1.1:
5928: file 071.html was initially added on branch autoptr.
5929:
5930: * tests/results/095.processed 1.1:
5931: file 095.processed was initially added on branch autoptr.
5932:
5933: * tests/results/087.processed 1.1:
5934: file 087.processed was initially added on branch autoptr.
5935:
5936: * tests/073.html 1.1:
5937: file 073.html was initially added on branch autoptr.
5938:
5939: * tests/results/079.processed 1.1:
5940: file 079.processed was initially added on branch autoptr.
5941:
5942: * tests/results/080.processed 1.1:
5943: file 080.processed was initially added on branch autoptr.
5944:
5945: * tests/results/072.processed 1.1:
5946: file 072.processed was initially added on branch autoptr.
5947:
5948: * tests/075.html 1.1:
5949: file 075.html was initially added on branch autoptr.
5950:
5951: * tests/results/064.processed 1.1:
5952: file 064.processed was initially added on branch autoptr.
5953:
5954: * tests/103.html [autoptr] 1.1.2.1:
5955: * tests/103mark.gif [autoptr] 1.1.2.1:
5956: * tests/103paf2001.gif [autoptr] 1.1.2.1:
5957: * tests/results/103.processed [autoptr] 1.1.2.1:
5958: tests:
5959: 103 image.copy transparence test
5960:
5961: * tests/results/056.processed 1.1:
5962: file 056.processed was initially added on branch autoptr.
5963:
5964: * tests/077.html 1.1:
5965: file 077.html was initially added on branch autoptr.
5966:
5967: * tests/080.html 1.1:
5968: file 080.html was initially added on branch autoptr.
5969:
5970: * tests/079.html 1.1:
5971: file 079.html was initially added on branch autoptr.
5972:
5973: * tests/results/096.processed 1.1:
5974: file 096.processed was initially added on branch autoptr.
5975:
5976: * tests/082.html 1.1:
5977: file 082.html was initially added on branch autoptr.
5978:
5979: * tests/results/088.processed 1.1:
5980: file 088.processed was initially added on branch autoptr.
5981:
5982: * tests/results/081.processed 1.1:
5983: file 081.processed was initially added on branch autoptr.
5984:
5985: * tests/084.html 1.1:
5986: file 084.html was initially added on branch autoptr.
5987:
5988: * tests/results/073.processed 1.1:
5989: file 073.processed was initially added on branch autoptr.
5990:
5991: * tests/058_paf2000.png 1.1:
5992: file 058_paf2000.png was initially added on branch autoptr.
5993:
5994: * tests/results/065.processed 1.1:
5995: file 065.processed was initially added on branch autoptr.
5996:
5997: * tests/086.html 1.1:
5998: file 086.html was initially added on branch autoptr.
5999:
6000: * tests/results/057.processed 1.1:
6001: file 057.processed was initially added on branch autoptr.
6002:
6003: * tests/052.html 1.1:
6004: file 052.html was initially added on branch autoptr.
6005:
6006: * tests/088.html 1.1:
6007: file 088.html was initially added on branch autoptr.
6008:
6009: * tests/054.html 1.1:
6010: file 054.html was initially added on branch autoptr.
6011:
6012: * src/main/pa_common.C [autoptr] 1.143.2.21:
6013: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
6014: * tests/097.html [autoptr] 1.1.2.1:
6015: * tests/results/097.processed [autoptr] 1.1.2.1:
6016: test:
6017: 97 file::load http:// [bugs fixed]
6018:
6019: * tests/101.html 1.1:
6020: file 101.html was initially added on branch autoptr.
6021:
6022: * tests/091.html 1.1:
6023: file 091.html was initially added on branch autoptr.
6024:
6025: * tests/results/097.processed 1.1:
6026: file 097.processed was initially added on branch autoptr.
6027:
6028: * tests/056.html 1.1:
6029: file 056.html was initially added on branch autoptr.
6030:
6031: * tests/results/089.processed 1.1:
6032: file 089.processed was initially added on branch autoptr.
6033:
6034: * tests/results/090.processed 1.1:
6035: file 090.processed was initially added on branch autoptr.
6036:
6037: * src/classes/hash.C [autoptr] 1.54.2.12:
6038: * src/classes/image.C [autoptr] 1.90.2.13:
6039: * src/classes/table.C [autoptr] 1.172.2.13:
6040: * src/include/pa_memory.h [autoptr] 1.1.2.5:
6041: * tests/096.html [autoptr] 1.1.2.1:
6042: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
6043: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
6044: * tests/results/096.processed [autoptr] 1.1.2.1:
6045: tests:
6046: 96 image EXIF [bug fixed]
6047:
6048: * tests/results/100.processed 1.1:
6049: file 100.processed was initially added on branch autoptr.
6050:
6051: * tests/103.html 1.1:
6052: file 103.html was initially added on branch autoptr.
6053:
6054: * tests/093.html 1.1:
6055: file 093.html was initially added on branch autoptr.
6056:
6057: * tests/results/082.processed 1.1:
6058: file 082.processed was initially added on branch autoptr.
6059:
6060: * tests/052.html [autoptr] 1.1.2.1:
6061: * tests/outputs/049.processed [autoptr] 1.1.2.2:
6062: * tests/outputs/050.processed [autoptr] 1.1.2.2:
6063: * tests/outputs/051.processed [autoptr] 1.1.2.2:
6064: * tests/results/052.processed [autoptr] 1.1.2.1:
6065: test:
6066: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
6067:
6068: * tests/058.html 1.1:
6069: file 058.html was initially added on branch autoptr.
6070:
6071: * tests/results/074.processed 1.1:
6072: file 074.processed was initially added on branch autoptr.
6073:
6074: * tests/095.html 1.1:
6075: file 095.html was initially added on branch autoptr.
6076:
6077: * tests/results/066.processed 1.1:
6078: file 066.processed was initially added on branch autoptr.
6079:
6080: * tests/061.html 1.1:
6081: file 061.html was initially added on branch autoptr.
6082:
6083: * tests/results/058.processed 1.1:
6084: file 058.processed was initially added on branch autoptr.
6085:
6086: * tests/103mark.gif 1.1:
6087: file 103mark.gif was initially added on branch autoptr.
6088:
6089: * tests/097.html 1.1:
6090: file 097.html was initially added on branch autoptr.
6091:
6092: * tests/063.html 1.1:
6093: file 063.html was initially added on branch autoptr.
6094:
6095: * src/main/execute.C [autoptr] 1.295.2.22:
6096: * src/main/pa_table.C [autoptr] 1.53.2.10:
6097: test:
6098: 59 table.locate [bug fixed]
6099: 60 string eq string [bug fixed]
6100:
6101: * tests/099.html 1.1:
6102: file 099.html was initially added on branch autoptr.
6103:
6104: * tests/065.html 1.1:
6105: file 065.html was initially added on branch autoptr.
6106:
6107: * tests/results/098.processed 1.1:
6108: file 098.processed was initially added on branch autoptr.
6109:
6110: * tests/results/091.processed 1.1:
6111: file 091.processed was initially added on branch autoptr.
6112:
6113: * tests/results/101.processed 1.1:
6114: file 101.processed was initially added on branch autoptr.
6115:
6116: * tests/057.html [autoptr] 1.1.2.2:
6117: * tests/099.html [autoptr] 1.1.2.1:
6118: * tests/100.html [autoptr] 1.1.2.1:
6119: * tests/results/057.processed [autoptr] 1.1.2.2:
6120: * tests/results/099.processed [autoptr] 1.1.2.1:
6121: * tests/results/100.processed [autoptr] 1.1.2.1:
6122: tests:
6123: 57 date create 2002: added
6124: 99,100 response:body/download
6125:
6126: * tests/067.html 1.1:
6127: file 067.html was initially added on branch autoptr.
6128:
6129: * tests/results/083.processed 1.1:
6130: file 083.processed was initially added on branch autoptr.
6131:
6132: * tests/results/075.processed 1.1:
6133: file 075.processed was initially added on branch autoptr.
6134:
6135: * src/main/execute.C [autoptr] 1.295.2.24:
6136: * tests/101.html [autoptr] 1.1.2.1:
6137: * tests/102.html [autoptr] 1.1.2.1:
6138: * tests/results/101.processed [autoptr] 1.1.2.1:
6139: * tests/results/102.processed [autoptr] 1.1.2.1:
6140: tests:
6141: 101 method/variable name conflict test
6142: 102 form fields change should not not change anything [bug fix]
6143:
6144: * tests/070.html 1.1:
6145: file 070.html was initially added on branch autoptr.
6146:
6147: * tests/069.html 1.1:
6148: file 069.html was initially added on branch autoptr.
6149:
6150: * tests/results/067.processed 1.1:
6151: file 067.processed was initially added on branch autoptr.
6152:
6153: * src/classes/image.C [autoptr] 1.90.2.15:
6154: * src/include/pa_request.h [autoptr] 1.160.2.29:
6155: * src/include/pa_stack.h [autoptr] 1.17.2.6:
6156: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
6157: number of gcc compiler bugs fixed
6158:
6159: 2003-03-03 paf
6160: * tests/037.html 1.1:
6161: file 037.html was initially added on branch autoptr.
6162:
6163: * tests/results/044.processed 1.1:
6164: file 044.processed was initially added on branch autoptr.
6165:
6166: * tests/039.html 1.1:
6167: file 039.html was initially added on branch autoptr.
6168:
6169: * tests/040.html 1.1:
6170: file 040.html was initially added on branch autoptr.
6171:
6172: * tests/results/036.processed 1.1:
6173: file 036.processed was initially added on branch autoptr.
6174:
6175: * tests/042.html 1.1:
6176: file 042.html was initially added on branch autoptr.
6177:
6178: * tests/044.html 1.1:
6179: file 044.html was initially added on branch autoptr.
6180:
6181: * src/main/pa_request.C [autoptr] 1.245.2.29:
6182: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
6183: * tests/033.html [autoptr] 1.1.2.1:
6184: * tests/034.html [autoptr] 1.1.2.1:
6185: * tests/035.html [autoptr] 1.1.2.1:
6186: * tests/036.html [autoptr] 1.1.2.1:
6187: * tests/037.html [autoptr] 1.1.2.1:
6188: * tests/038.html [autoptr] 1.1.2.1:
6189: * tests/results/033.processed [autoptr] 1.1.2.1:
6190: * tests/results/034.processed [autoptr] 1.1.2.1:
6191: * tests/results/035.processed [autoptr] 1.1.2.1:
6192: * tests/results/036.processed [autoptr] 1.1.2.1:
6193: * tests/results/037.processed [autoptr] 1.1.2.1:
6194: * tests/results/038.processed [autoptr] 1.1.2.1:
6195: tests:
6196: 33 string.replace
6197: 34 string.upper
6198: 35 table created
6199: 36 local/global vars with juntions
6200: 37 table clone
6201: 38 math PI & number formatting
6202:
6203: math class registring typo fixed
6204:
6205: * tests/046.html 1.1:
6206: file 046.html was initially added on branch autoptr.
6207:
6208: * tests/040.html [autoptr] 1.1.2.1:
6209: * tests/results/040.processed [autoptr] 1.1.2.1:
6210: test:
6211: 39 method result of type table
6212: 40 method param junction auto evaluate
6213:
6214: * tests/051b.p 1.1:
6215: file 051b.p was initially added on branch autoptr.
6216:
6217: * tests/results/045.processed 1.1:
6218: file 045.processed was initially added on branch autoptr.
6219:
6220: * tests/048.html 1.1:
6221: file 048.html was initially added on branch autoptr.
6222:
6223: * tests/results/037.processed 1.1:
6224: file 037.processed was initially added on branch autoptr.
6225:
6226: * tests/051.html 1.1:
6227: file 051.html was initially added on branch autoptr.
6228:
6229: * tests/results/046.processed 1.1:
6230: file 046.processed was initially added on branch autoptr.
6231:
6232: * tests/results/038.processed 1.1:
6233: file 038.processed was initially added on branch autoptr.
6234:
6235: * tests/041.html [autoptr] 1.1.2.1:
6236: * tests/results/041.processed [autoptr] 1.1.2.1:
6237: test:
6238: 41 table.locate by expression
6239:
6240: * tests/032.html 1.1:
6241: file 032.html was initially added on branch autoptr.
6242:
6243: * tests/results/047.processed 1.1:
6244: file 047.processed was initially added on branch autoptr.
6245:
6246: * tests/034.html 1.1:
6247: file 034.html was initially added on branch autoptr.
6248:
6249: * tests/results/040.processed 1.1:
6250: file 040.processed was initially added on branch autoptr.
6251:
6252: * tests/results/039.processed 1.1:
6253: file 039.processed was initially added on branch autoptr.
6254:
6255: * tests/results/032.processed 1.1:
6256: file 032.processed was initially added on branch autoptr.
6257:
6258: * tests/036.html 1.1:
6259: file 036.html was initially added on branch autoptr.
6260:
6261: * tests/038.html 1.1:
6262: file 038.html was initially added on branch autoptr.
6263:
6264: * tests/parser-unix.sh 1.1:
6265: file parser-unix.sh was initially added on branch autoptr.
6266:
6267: * tests/043.html [autoptr] 1.1.2.1:
6268: * tests/044.html [autoptr] 1.1.2.1:
6269: * tests/045.html [autoptr] 1.1.2.1:
6270: * tests/046.html [autoptr] 1.1.2.1:
6271: * tests/047.html [autoptr] 1.1.2.1:
6272: * tests/048.html [autoptr] 1.1.2.1:
6273: * tests/049.html [autoptr] 1.1.2.1:
6274: * tests/050.html [autoptr] 1.1.2.1:
6275: * tests/051.html [autoptr] 1.1.2.1:
6276: * tests/051b.p [autoptr] 1.1.2.1:
6277: * tests/051t.p [autoptr] 1.1.2.1:
6278: * tests/Makefile [autoptr] 1.1.2.3:
6279: * tests/outputs/049.processed [autoptr] 1.1.2.1:
6280: * tests/outputs/050.processed [autoptr] 1.1.2.1:
6281: * tests/outputs/051.processed [autoptr] 1.1.2.1:
6282: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
6283: * tests/parser-unix.sh [autoptr] 1.1.2.2:
6284: * tests/results/001.processed [autoptr] 1.1.2.2:
6285: * tests/results/002.processed [autoptr] 1.1.2.2:
6286: * tests/results/003.processed [autoptr] 1.1.2.2:
6287: * tests/results/005.processed [autoptr] 1.1.2.2:
6288: * tests/results/006.processed [autoptr] 1.1.2.2:
6289: * tests/results/008.processed [autoptr] 1.1.2.2:
6290: * tests/results/009.processed [autoptr] 1.1.2.2:
6291: * tests/results/011.processed [autoptr] 1.1.2.2:
6292: * tests/results/012.processed [autoptr] 1.1.2.2:
6293: * tests/results/013.processed [autoptr] 1.1.2.2:
6294: * tests/results/014.processed [autoptr] 1.1.2.2:
6295: * tests/results/015.processed [autoptr] 1.1.2.2:
6296: * tests/results/016.processed [autoptr] 1.1.2.2:
6297: * tests/results/017.processed [autoptr] 1.1.2.2:
6298: * tests/results/020.processed [autoptr] 1.1.2.2:
6299: * tests/results/021.processed [autoptr] 1.1.2.2:
6300: * tests/results/022.processed [autoptr] 1.1.2.2:
6301: * tests/results/024.processed [autoptr] 1.1.2.2:
6302: * tests/results/025.processed [autoptr] 1.1.2.2:
6303: * tests/results/026.processed [autoptr] 1.1.2.2:
6304: * tests/results/027.processed [autoptr] 1.1.2.2:
6305: * tests/results/028.processed [autoptr] 1.1.2.2:
6306: * tests/results/029.processed [autoptr] 1.1.2.2:
6307: * tests/results/030.processed [autoptr] 1.1.2.2:
6308: * tests/results/031.processed [autoptr] 1.1.2.2:
6309: * tests/results/043.processed [autoptr] 1.1.2.1:
6310: * tests/results/044.processed [autoptr] 1.1.2.1:
6311: * tests/results/045.processed [autoptr] 1.1.2.1:
6312: * tests/results/046.processed [autoptr] 1.1.2.1:
6313: * tests/results/047.processed [autoptr] 1.1.2.1:
6314: * tests/results/048.processed [autoptr] 1.1.2.1:
6315: * tests/results/049.processed [autoptr] 1.1.2.1:
6316: * tests/results/050.processed [autoptr] 1.1.2.1:
6317: * tests/results/051.processed [autoptr] 1.1.2.1:
6318: * tests/run_parser.sh [autoptr] 1.1.2.1:
6319: tests:
6320: 43,44,45 date rolls
6321: 46 autoevaluating junction
6322: 47 table.select
6323: 48 name with subvar
6324: 49 hash-creating switch
6325: 50 process
6326: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
6327:
6328: * tests/041.html 1.1:
6329: file 041.html was initially added on branch autoptr.
6330:
6331: * src/classes/op.C [autoptr] 1.127.2.18:
6332: * src/include/pa_request.h [autoptr] 1.160.2.28:
6333: * src/include/pa_string.h [autoptr] 1.144.2.25:
6334: * src/main/execute.C [autoptr] 1.295.2.21:
6335: * src/main/pa_request.C [autoptr] 1.245.2.28:
6336: * src/main/pa_string.C [autoptr] 1.172.2.18:
6337: * src/main/untaint.C [autoptr] 1.115.2.11:
6338: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
6339: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
6340: * tests/032.html [autoptr] 1.1.2.1:
6341: * tests/results/032.processed [autoptr] 1.1.2.1:
6342: uchar changed to String_UL in all places [was not everywhere]
6343: untaint test: 032
6344:
6345: * tests/results/048.processed 1.1:
6346: file 048.processed was initially added on branch autoptr.
6347:
6348: * tests/043.html 1.1:
6349: file 043.html was initially added on branch autoptr.
6350:
6351: * tests/results/041.processed 1.1:
6352: file 041.processed was initially added on branch autoptr.
6353:
6354: * tests/results/033.processed 1.1:
6355: file 033.processed was initially added on branch autoptr.
6356:
6357: * tests/045.html 1.1:
6358: file 045.html was initially added on branch autoptr.
6359:
6360: * tests/047.html 1.1:
6361: file 047.html was initially added on branch autoptr.
6362:
6363: * tests/051t.p 1.1:
6364: file 051t.p was initially added on branch autoptr.
6365:
6366: * tests/050.html 1.1:
6367: file 050.html was initially added on branch autoptr.
6368:
6369: * tests/049.html 1.1:
6370: file 049.html was initially added on branch autoptr.
6371:
6372: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
6373: * tests/004.html [autoptr] 1.1.2.2:
6374: * tests/Makefile [autoptr] 1.1.2.2:
6375: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
6376: * tests/parser-unix.sh [autoptr] 1.1.2.1:
6377: * tests/results/004.processed [autoptr] 1.1.2.2:
6378: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
6379: removed -H command line key, now testing using .sh file with
6380: SERVER_SOFTWARE=xxx
6381:
1.24 paf 6382: * tests/042.html [autoptr] 1.1.2.1:
6383: * tests/results/042.processed [autoptr] 1.1.2.1:
6384: test:
6385: 42 exception.handled
6386:
1.23 paf 6387: * tests/outputs/049.processed 1.1:
6388: * tests/results/049.processed 1.1:
6389: file 049.processed was initially added on branch autoptr.
6390:
6391: * tests/outputs/050.processed 1.1:
6392: * tests/results/050.processed 1.1:
6393: file 050.processed was initially added on branch autoptr.
6394:
6395: * tests/results/042.processed 1.1:
6396: file 042.processed was initially added on branch autoptr.
6397:
6398: * tests/results/034.processed 1.1:
6399: file 034.processed was initially added on branch autoptr.
6400:
6401: * tests/039.html [autoptr] 1.1.2.1:
6402: * tests/results/039.processed [autoptr] 1.1.2.1:
6403: test:
6404: 37 method result of type table
6405:
6406: * tests/outputs/051.processed 1.1:
6407: * tests/results/051.processed 1.1:
6408: file 051.processed was initially added on branch autoptr.
6409:
6410: * tests/parser-cygwin.sh 1.1:
6411: file parser-cygwin.sh was initially added on branch autoptr.
6412:
6413: * tests/results/043.processed 1.1:
6414: file 043.processed was initially added on branch autoptr.
6415:
6416: * tests/results/035.processed 1.1:
6417: file 035.processed was initially added on branch autoptr.
6418:
6419: * tests/033.html 1.1:
6420: file 033.html was initially added on branch autoptr.
6421:
6422: * tests/run_parser.sh 1.1:
6423: file run_parser.sh was initially added on branch autoptr.
6424:
6425: * tests/035.html 1.1:
6426: file 035.html was initially added on branch autoptr.
6427:
6428: 2003-02-27 paf
6429: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
6430: *** empty log message ***
6431:
6432: * www/htdocs/maximized.htm 1.1:
6433: file maximized.htm was initially added on branch autoptr.
6434:
6435: 2003-02-26 paf
6436: * tests/001.html 1.1:
6437: file 001.html was initially added on branch autoptr.
6438:
6439: * tests/003.html 1.1:
6440: file 003.html was initially added on branch autoptr.
6441:
6442: * tests/results/028.processed 1.1:
6443: file 028.processed was initially added on branch autoptr.
6444:
6445: * tests/005.html 1.1:
6446: file 005.html was initially added on branch autoptr.
6447:
6448: * tests/results/021.processed 1.1:
6449: file 021.processed was initially added on branch autoptr.
6450:
6451: * tests/results/013.processed 1.1:
6452: file 013.processed was initially added on branch autoptr.
6453:
6454: * src/include/pa_array.h [autoptr] 1.57.2.26:
6455: * src/include/pa_hash.h [autoptr] 1.58.2.17:
6456: * src/include/pa_memory.h [autoptr] 1.1.2.3:
6457: * src/main/pa_charset.C [autoptr] 1.33.2.12:
6458: * tests/001.html [autoptr] 1.1.2.1:
6459: * tests/002.html [autoptr] 1.1.2.1:
6460: * tests/003.html [autoptr] 1.1.2.1:
6461: * tests/004.html [autoptr] 1.1.2.1:
6462: * tests/005.html [autoptr] 1.1.2.1:
6463: * tests/006.html [autoptr] 1.1.2.1:
6464: * tests/007.html [autoptr] 1.1.2.1:
6465: * tests/008.html [autoptr] 1.1.2.1:
6466: * tests/009.html [autoptr] 1.1.2.1:
6467: * tests/010.html [autoptr] 1.1.2.1:
6468: * tests/011.html [autoptr] 1.1.2.1:
6469: * tests/012.html [autoptr] 1.1.2.1:
6470: * tests/013.html [autoptr] 1.1.2.1:
6471: * tests/014.html [autoptr] 1.1.2.1:
6472: * tests/Makefile [autoptr] 1.1.2.1:
6473: * tests/outputs/create-dir [autoptr] 1.1.2.1:
6474: * tests/results/001.processed [autoptr] 1.1.2.1:
6475: * tests/results/002.processed [autoptr] 1.1.2.1:
6476: * tests/results/003.processed [autoptr] 1.1.2.1:
6477: * tests/results/004.processed [autoptr] 1.1.2.1:
6478: * tests/results/005.processed [autoptr] 1.1.2.1:
6479: * tests/results/006.processed [autoptr] 1.1.2.1:
6480: * tests/results/007.processed [autoptr] 1.1.2.1:
6481: * tests/results/008.processed [autoptr] 1.1.2.1:
6482: * tests/results/009.processed [autoptr] 1.1.2.1:
6483: * tests/results/010.processed [autoptr] 1.1.2.1:
6484: * tests/results/011.processed [autoptr] 1.1.2.1:
6485: * tests/results/012.processed [autoptr] 1.1.2.1:
6486: * tests/results/013.processed [autoptr] 1.1.2.1:
6487: * tests/results/014.processed [autoptr] 1.1.2.1:
6488: hash cloning fixed
6489:
6490: * tests/007.html 1.1:
6491: file 007.html was initially added on branch autoptr.
6492:
6493: * tests/results/005.processed 1.1:
6494: file 005.processed was initially added on branch autoptr.
6495:
6496: * tests/010.html 1.1:
6497: file 010.html was initially added on branch autoptr.
6498:
6499: * tests/009.html 1.1:
6500: file 009.html was initially added on branch autoptr.
6501:
6502: * tests/012.html 1.1:
6503: file 012.html was initially added on branch autoptr.
6504:
6505: * tests/014.html 1.1:
6506: file 014.html was initially added on branch autoptr.
6507:
6508: * src/main/execute.C [autoptr] 1.295.2.20:
6509: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
6510: * tests/024.html [autoptr] 1.1.2.1:
6511: * tests/025.html [autoptr] 1.1.2.1:
6512: * tests/026.html [autoptr] 1.1.2.1:
6513: * tests/027.html [autoptr] 1.1.2.1:
6514: * tests/028.html [autoptr] 1.1.2.1:
6515: * tests/029.html [autoptr] 1.1.2.1:
6516: * tests/030.html [autoptr] 1.1.2.1:
6517: * tests/031.html [autoptr] 1.1.2.1:
6518: * tests/results/024.processed [autoptr] 1.1.2.1:
6519: * tests/results/025.processed [autoptr] 1.1.2.1:
6520: * tests/results/026.processed [autoptr] 1.1.2.1:
6521: * tests/results/027.processed [autoptr] 1.1.2.1:
6522: * tests/results/028.processed [autoptr] 1.1.2.1:
6523: * tests/results/029.processed [autoptr] 1.1.2.1:
6524: * tests/results/030.processed [autoptr] 1.1.2.1:
6525: * tests/results/031.processed [autoptr] 1.1.2.1:
6526: fixed bug with name_cstr mutable CharPtr
6527: more tests
6528:
6529: * tests/results/029.processed 1.1:
6530: file 029.processed was initially added on branch autoptr.
6531:
6532: * tests/results/030.processed 1.1:
6533: file 030.processed was initially added on branch autoptr.
6534:
6535: * tests/016.html 1.1:
6536: file 016.html was initially added on branch autoptr.
6537:
6538: * tests/results/022.processed 1.1:
6539: file 022.processed was initially added on branch autoptr.
6540:
6541: * tests/results/014.processed 1.1:
6542: file 014.processed was initially added on branch autoptr.
6543:
6544: * tests/018.html 1.1:
6545: file 018.html was initially added on branch autoptr.
6546:
6547: * tests/results/006.processed 1.1:
6548: file 006.processed was initially added on branch autoptr.
6549:
6550: * tests/022_dir/a.html 1.1:
6551: file a.html was initially added on branch autoptr.
6552:
6553: * tests/021.html 1.1:
6554: file 021.html was initially added on branch autoptr.
6555:
6556: * tests/023.html 1.1:
6557: file 023.html was initially added on branch autoptr.
6558:
6559: * tests/results/031.processed 1.1:
6560: file 031.processed was initially added on branch autoptr.
6561:
6562: * tests/025.html 1.1:
6563: file 025.html was initially added on branch autoptr.
6564:
6565: * tests/results/023.processed 1.1:
6566: file 023.processed was initially added on branch autoptr.
6567:
6568: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
6569: * src/main/pa_globals.C [autoptr] 1.152.2.16:
6570: * src/main/pa_memory.C [autoptr] 1.1.2.3:
6571: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
6572: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
6573: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
6574: SAPI::abort << abort. die now just exits
6575:
6576: * tests/results/015.processed 1.1:
6577: file 015.processed was initially added on branch autoptr.
6578:
6579: * tests/027.html 1.1:
6580: file 027.html was initially added on branch autoptr.
6581:
6582: * tests/results/007.processed 1.1:
6583: file 007.processed was initially added on branch autoptr.
6584:
6585: * tests/030.html 1.1:
6586: file 030.html was initially added on branch autoptr.
6587:
6588: * tests/029.html 1.1:
6589: file 029.html was initially added on branch autoptr.
6590:
6591: * tests/outputs/create-dir 1.1:
6592: file create-dir was initially added on branch autoptr.
6593:
6594: * tests/022_dir/b.txt 1.1:
6595: file b.txt was initially added on branch autoptr.
6596:
6597: * tests/results/024.processed 1.1:
6598: file 024.processed was initially added on branch autoptr.
6599:
6600: * tests/002.html 1.1:
6601: file 002.html was initially added on branch autoptr.
6602:
6603: * tests/results/016.processed 1.1:
6604: file 016.processed was initially added on branch autoptr.
6605:
6606: * tests/results/008.processed 1.1:
6607: file 008.processed was initially added on branch autoptr.
6608:
6609: * tests/004.html 1.1:
6610: file 004.html was initially added on branch autoptr.
6611:
6612: * tests/results/001.processed 1.1:
6613: file 001.processed was initially added on branch autoptr.
6614:
6615: * tests/006.html 1.1:
6616: file 006.html was initially added on branch autoptr.
6617:
6618: * tests/008.html 1.1:
6619: file 008.html was initially added on branch autoptr.
6620:
6621: * tests/011.html 1.1:
6622: file 011.html was initially added on branch autoptr.
6623:
6624: * tests/results/025.processed 1.1:
6625: file 025.processed was initially added on branch autoptr.
6626:
6627: * tests/results/017.processed 1.1:
6628: file 017.processed was initially added on branch autoptr.
6629:
6630: * tests/Makefile 1.1:
6631: file Makefile was initially added on branch autoptr.
6632:
6633: * tests/results/009.processed 1.1:
6634: file 009.processed was initially added on branch autoptr.
6635:
6636: * tests/results/010.processed 1.1:
6637: file 010.processed was initially added on branch autoptr.
6638:
6639: * tests/013.html 1.1:
6640: file 013.html was initially added on branch autoptr.
6641:
6642: * tests/results/002.processed 1.1:
6643: file 002.processed was initially added on branch autoptr.
6644:
6645: * tests/019paf2001.gif 1.1:
6646: file 019paf2001.gif was initially added on branch autoptr.
6647:
6648: * tests/015.html 1.1:
6649: file 015.html was initially added on branch autoptr.
6650:
6651: * tests/017.html 1.1:
6652: file 017.html was initially added on branch autoptr.
6653:
6654: * tests/020.html 1.1:
6655: file 020.html was initially added on branch autoptr.
6656:
6657: * tests/019.html 1.1:
6658: file 019.html was initially added on branch autoptr.
6659:
6660: * tests/results/026.processed 1.1:
6661: file 026.processed was initially added on branch autoptr.
6662:
6663: * tests/results/018.processed 1.1:
6664: file 018.processed was initially added on branch autoptr.
6665:
6666: * tests/022.html 1.1:
6667: file 022.html was initially added on branch autoptr.
6668:
6669: * tests/results/011.processed 1.1:
6670: file 011.processed was initially added on branch autoptr.
6671:
6672: * tests/024.html 1.1:
6673: file 024.html was initially added on branch autoptr.
6674:
6675: * tests/results/003.processed 1.1:
6676: file 003.processed was initially added on branch autoptr.
6677:
6678: * tests/022_dir/c.htm 1.1:
6679: file c.htm was initially added on branch autoptr.
6680:
6681: * tests/026.html 1.1:
6682: file 026.html was initially added on branch autoptr.
6683:
6684: * tests/028.html 1.1:
6685: file 028.html was initially added on branch autoptr.
6686:
6687: * tests/031.html 1.1:
6688: file 031.html was initially added on branch autoptr.
6689:
6690: * tests/results/027.processed 1.1:
6691: file 027.processed was initially added on branch autoptr.
6692:
6693: * tests/results/019.processed 1.1:
6694: file 019.processed was initially added on branch autoptr.
6695:
6696: * tests/results/020.processed 1.1:
6697: file 020.processed was initially added on branch autoptr.
6698:
6699: * src/classes/classes.awk [autoptr] 1.6.6.3:
6700: * src/classes/classes.h [autoptr] 1.23.2.9:
6701: * src/classes/date.C [autoptr] 1.42.2.11:
6702: * src/classes/double.C [autoptr] 1.53.2.8:
6703: * src/classes/file.C [autoptr] 1.107.2.15:
6704: * src/classes/form.C [autoptr] 1.34.2.7:
6705: * src/classes/hash.C [autoptr] 1.54.2.11:
6706: * src/classes/image.C [autoptr] 1.90.2.12:
6707: * src/classes/int.C [autoptr] 1.49.2.7:
6708: * src/classes/mail.C [autoptr] 1.88.2.12:
6709: * src/classes/math.C [autoptr] 1.24.2.10:
6710: * src/classes/op.C [autoptr] 1.127.2.17:
6711: * src/classes/response.C [autoptr] 1.23.2.7:
6712: * src/classes/string.C [autoptr] 1.125.2.12:
6713: * src/classes/table.C [autoptr] 1.172.2.11:
6714: * src/classes/void.C [autoptr] 1.28.2.5:
6715: * src/classes/xdoc.C [autoptr] 1.108.2.12:
6716: * src/classes/xnode.C [autoptr] 1.54.2.8:
6717: * src/include/pa_memory.h [autoptr] 1.1.2.4:
6718: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
6719: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
6720: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
6721: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
6722: * src/types/pa_venv.h [autoptr] 1.28.2.5:
6723: * src/types/pa_vform.C [autoptr] 1.74.2.11:
6724: * tests/015.html [autoptr] 1.1.2.1:
6725: * tests/016.html [autoptr] 1.1.2.1:
6726: * tests/017.html [autoptr] 1.1.2.1:
6727: * tests/018.html [autoptr] 1.1.2.1:
6728: * tests/019.html [autoptr] 1.1.2.1:
6729: * tests/019paf2001.gif [autoptr] 1.1.2.1:
6730: * tests/020.html [autoptr] 1.1.2.1:
6731: * tests/021.html [autoptr] 1.1.2.1:
6732: * tests/022.html [autoptr] 1.1.2.1:
6733: * tests/022_dir/a.html [autoptr] 1.1.2.1:
6734: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
6735: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
6736: * tests/023.html [autoptr] 1.1.2.1:
6737: * tests/results/015.processed [autoptr] 1.1.2.1:
6738: * tests/results/016.processed [autoptr] 1.1.2.1:
6739: * tests/results/017.processed [autoptr] 1.1.2.1:
6740: * tests/results/018.processed [autoptr] 1.1.2.1:
6741: * tests/results/019.processed [autoptr] 1.1.2.1:
6742: * tests/results/020.processed [autoptr] 1.1.2.1:
6743: * tests/results/021.processed [autoptr] 1.1.2.1:
6744: * tests/results/022.processed [autoptr] 1.1.2.1:
6745: * tests/results/023.processed [autoptr] 1.1.2.1:
6746: methoded_array now contains all Mxxx classes
6747: SAPI::get_env now returns info on pool
6748: more tests
6749:
6750: * tests/results/012.processed 1.1:
6751: file 012.processed was initially added on branch autoptr.
6752:
6753: * tests/results/004.processed 1.1:
6754: file 004.processed was initially added on branch autoptr.
6755:
6756: 2003-02-25 paf
6757: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
6758: typo fixed
6759:
6760: 2003-02-24 paf
6761: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
6762: fixed all places with bad get_string(0)
6763: [one remained]
6764:
6765: * src/include/pa_request.h [autoptr] 1.160.2.27:
6766: * src/main/execute.C [autoptr] 1.295.2.19:
6767: few bad get_string(0) [should have been get_string(&pool)]
6768: todo: check other such calls
6769:
6770: * src/types/pa_vmail.C 1.41:
6771: body [text/html] transcoded to
6772: $.charset[specified]
6773: now
6774:
6775: * src/main/compile.tab.C [autoptr] 1.81.2.9:
6776: * src/main/execute.C [autoptr] 1.295.2.18:
6777: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
6778: test10, bad lookups
6779:
6780: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
6781:
6782: * src/main/pa_common.C 1.145:
6783: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
6784: stupid gcc [2.95.4] generated bad code
6785: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
6786: rewritten simplier [though duplicating closesocket code]
6787:
6788: * src/classes/string.C [autoptr] 1.125.2.11:
6789: match bug fixed
6790:
1.22 paf 6791: 2003-02-21 paf
6792: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
6793: MAKE_TEST must be used inside of 'make tests' only
6794: [it's not forcing CGI mode now]
6795: now use -H to output CGI header when parser used in command line [useful for tests also]
6796:
6797: * src/classes/file.C [autoptr] 1.107.2.14:
6798: * src/classes/image.C [autoptr] 1.90.2.11:
6799: * src/classes/mail.C [autoptr] 1.88.2.11:
6800: * src/classes/op.C [autoptr] 1.127.2.16:
6801: * src/classes/xdoc.C [autoptr] 1.108.2.11:
6802: * src/main/pa_charset.C [autoptr] 1.33.2.11:
6803: * src/main/pa_exec.C [autoptr] 1.48.2.14:
6804: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
6805: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
6806: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
6807: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
6808: fixed all cstr's that must use pool [as the one in ^process]
6809:
6810: * src/include/pa_array.h [autoptr] 1.57.2.25:
6811: * src/include/pa_exception.h [autoptr] 1.38.2.15:
6812: * src/include/pa_memory.h [autoptr] 1.1.2.1:
6813: * src/include/pa_pool.h [autoptr] 1.86.2.31:
6814: * src/main/Makefile.am [autoptr] 1.35.6.3:
6815: * src/main/main.dsp [autoptr] 1.161.6.12:
6816: * src/main/pa_array.C [autoptr] 1.54.2.5:
6817: * src/main/pa_memory.C [autoptr] 1.1.2.1:
6818: * src/main/pa_pool.C [autoptr] 1.59.2.5:
6819: reorganized memory handling files
6820:
6821: * src/include/pa_memory.h [autoptr] 1.1.2.2:
6822: * src/main/pa_memory.C [autoptr] 1.1.2.2:
6823: inlined memory handling pa_*
6824:
6825: * src/main/execute.C [autoptr] 1.295.2.17:
6826: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
6827: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
6828: release mode now compiles OK
6829: test to show benefits of free
6830:
6831: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
6832: MAKE_TEST environment variable switches on CGI mode, and is
6833: used in regression tests
6834:
6835: * operators.txt [autoptr] 1.109.2.1:
6836: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
6837: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
6838: $cookie:name[$.expires[date << can be now]]
6839:
6840: written makefile with regression tests [raw]
6841:
6842: * src/include/pa_request.h [autoptr] 1.160.2.26:
6843: * src/main/pa_request.C [autoptr] 1.245.2.27:
6844: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
6845: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
6846: * src/types/pa_venv.h [autoptr] 1.28.2.4:
6847: env fixed
6848:
6849: * src/main/pa_array.C [autoptr] 1.54.2.4:
6850: pool::format_integer terminator fixed
6851:
6852: * src/include/pa_memory.h 1.1:
6853: file pa_memory.h was initially added on branch autoptr.
6854:
6855: * src/main/pa_memory.C 1.1:
6856: file pa_memory.C was initially added on branch autoptr.
6857:
6858: * src/classes/op.C [autoptr] 1.127.2.15:
6859: fixed process.
6860: sould now check for all cstr's -- some must use pool [as the one in ^process]
6861:
6862: 2003-02-20 paf
6863: * www/htdocs/autoptr.html 1.1:
6864: file autoptr.html was initially added on branch autoptr.
6865:
6866: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
6867: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
6868: form values passed OK now
6869:
6870: * src/classes/date.C [autoptr] 1.42.2.10:
6871: * src/classes/double.C [autoptr] 1.53.2.7:
6872: * src/classes/file.C [autoptr] 1.107.2.13:
6873: * src/classes/hash.C [autoptr] 1.54.2.10:
6874: * src/classes/image.C [autoptr] 1.90.2.10:
6875: * src/classes/int.C [autoptr] 1.49.2.6:
6876: * src/classes/mail.C [autoptr] 1.88.2.10:
6877: * src/classes/math.C [autoptr] 1.24.2.9:
6878: * src/classes/op.C [autoptr] 1.127.2.13:
6879: * src/classes/response.C [autoptr] 1.23.2.6:
6880: * src/classes/string.C [autoptr] 1.125.2.10:
6881: * src/classes/table.C [autoptr] 1.172.2.10:
6882: * src/classes/void.C [autoptr] 1.28.2.4:
6883: * src/classes/xdoc.C [autoptr] 1.108.2.10:
6884: * src/classes/xnode.C [autoptr] 1.54.2.7:
6885: * src/main/pa_string.C [autoptr] 1.172.2.17:
6886: * src/types/pa_method.h [autoptr] 1.1.2.4:
6887: * src/types/pa_value.C [autoptr] 1.9.2.14:
6888: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
6889: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
6890: string cmp fixed
6891:
6892: 2003-02-19 paf
6893: * src/classes/form.C [autoptr] 1.34.2.6:
6894: * src/include/pa_charset.h [autoptr] 1.20.2.12:
6895: * src/include/pa_pool.h [autoptr] 1.86.2.30:
6896: * src/main/pa_charset.C [autoptr] 1.33.2.10:
6897: * src/main/pa_exception.C [autoptr] 1.43.2.13:
6898: * src/main/pa_request.C [autoptr] 1.245.2.25:
6899: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
6900: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
6901: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
6902: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
6903: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
6904: * src/types/pa_vform.C [autoptr] 1.74.2.9:
6905: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
6906: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
6907: found&kill all remaning leaks resulted from pooled::malloc calls
6908: [excluding in gd -- planning complete rewrite extremely ugly code]
6909:
6910: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
6911: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
6912: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
6913: removed unneeded files
6914:
6915: 2003-02-17 paf
6916: * src/classes/classes.C [autoptr] 1.18.2.4:
6917: * src/include/pa_array.h [autoptr] 1.57.2.22:
6918: * src/include/pa_hash.h [autoptr] 1.58.2.16:
6919: * src/include/pa_pool.h [autoptr] 1.86.2.29:
6920: * src/include/pa_request.h [autoptr] 1.160.2.23:
6921: * src/main/pa_request.C [autoptr] 1.245.2.20:
6922: * src/main/pa_string.C [autoptr] 1.172.2.16:
6923: * src/main/untaint.C [autoptr] 1.115.2.10:
6924: * src/types/pa_value.h [autoptr] 1.109.2.23:
6925: * src/types/pa_vint.h [autoptr] 1.38.2.10:
6926: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
6927: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
6928: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
6929: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
6930: class fields of simple type not initialized with zeros :(
6931: while class fields of class types initialized with default constructors.
6932: learn C++
6933:
6934: * src/main/execute.C [autoptr] 1.295.2.11:
6935: * src/main/pa_request.C [autoptr] 1.245.2.21:
6936: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
6937: first letters out OK
6938:
6939: * src/classes/classes.awk [autoptr] 1.6.6.2:
6940: * src/classes/double.C [autoptr] 1.53.2.5:
6941: * src/classes/file.C [autoptr] 1.107.2.11:
6942: * src/classes/form.C [autoptr] 1.34.2.5:
6943: * src/classes/image.C [autoptr] 1.90.2.8:
6944: * src/classes/int.C [autoptr] 1.49.2.4:
6945: * src/classes/mail.C [autoptr] 1.88.2.8:
6946: * src/classes/math.C [autoptr] 1.24.2.7:
6947: * src/classes/xdoc.C [autoptr] 1.108.2.7:
6948: * src/classes/xnode.C [autoptr] 1.54.2.5:
6949: * src/include/pa_array.h [autoptr] 1.57.2.21:
6950: * src/include/pa_string.h [autoptr] 1.144.2.24:
6951: * src/main/pa_exec.C [autoptr] 1.48.2.13:
6952: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
6953: parser3.exe - 0 error(s), 0 warning(s)
6954:
6955: * src/classes/date.C [autoptr] 1.42.2.8:
6956: * src/classes/op.C [autoptr] 1.127.2.12:
6957: * src/classes/table.C [autoptr] 1.172.2.8:
6958: * src/classes/xdoc.C [autoptr] 1.108.2.8:
6959: * src/classes/xnode.C [autoptr] 1.54.2.6:
6960: * src/include/pa_array.h [autoptr] 1.57.2.24:
6961: * src/include/pa_charset.h [autoptr] 1.20.2.11:
6962: * src/main/Makefile.am [autoptr] 1.35.6.2:
6963: * src/main/main.dsp [autoptr] 1.161.6.11:
6964: * src/main/pa_charset.C [autoptr] 1.33.2.8:
6965: * src/main/pa_common.C [autoptr] 1.143.2.20:
6966: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
6967: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
6968: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
6969: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
6970: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
6971: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
6972: fixed more leaks resulted from pooled::malloc calls
6973:
6974: * src/include/pa_stack.h [autoptr] 1.17.2.4:
6975: * src/main/compile.C [autoptr] 1.69.2.6:
6976: * src/main/execute.C [autoptr] 1.295.2.13:
6977: * src/main/pa_request.C [autoptr] 1.245.2.23:
6978: stack-stored items need extra .ref to prevent object_ptr from
6979: delete[them]
6980:
6981: * src/main/pa_request.C [autoptr] 1.245.2.22:
6982: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
6983: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
6984: couple mem leaks rusulted from old pooled::malloc usage.
6985: todo:find more like those
6986:
6987: * src/main/execute.C [autoptr] 1.295.2.14:
6988: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
6989: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
6990: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
6991: few bugs in debug output fixed
6992:
6993: * src/include/pa_array.h [autoptr] 1.57.2.23:
6994: * src/include/pa_request.h [autoptr] 1.160.2.24:
6995: * src/main/execute.C [autoptr] 1.295.2.12:
6996: stackItem fixed [there were no string on stack before]
6997:
6998: * src/classes/date.C [autoptr] 1.42.2.9:
6999: * src/classes/double.C [autoptr] 1.53.2.6:
7000: * src/classes/file.C [autoptr] 1.107.2.12:
7001: * src/classes/image.C [autoptr] 1.90.2.9:
7002: * src/classes/int.C [autoptr] 1.49.2.5:
7003: * src/classes/mail.C [autoptr] 1.88.2.9:
7004: * src/classes/math.C [autoptr] 1.24.2.8:
7005: * src/classes/response.C [autoptr] 1.23.2.5:
7006: * src/classes/string.C [autoptr] 1.125.2.9:
7007: * src/classes/table.C [autoptr] 1.172.2.9:
7008: * src/classes/xdoc.C [autoptr] 1.108.2.9:
7009: * src/classes/xnode.h [autoptr] 1.18.2.4:
7010: * src/include/pa_stack.h [autoptr] 1.17.2.5:
7011: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
7012: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
7013: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
7014: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
7015: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
7016: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
7017: * src/types/pa_vform.C [autoptr] 1.74.2.8:
7018: * src/types/pa_vform.h [autoptr] 1.45.2.8:
7019: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
7020: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
7021: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
7022: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
7023: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
7024: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
7025: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
7026: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
7027: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
7028: fixed all remained bugs of unitialized simple-typed field
7029:
7030: * src/classes/classes.C [autoptr] 1.18.2.5:
7031: * src/classes/classes.h [autoptr] 1.23.2.8:
7032: * src/main/execute.C [autoptr] 1.295.2.15:
7033: * src/main/pa_charset.C [autoptr] 1.33.2.9:
7034: * src/main/pa_request.C [autoptr] 1.245.2.24:
7035: another bug of unitialized simple-typed field fixed.
7036: todo: find&kill all like that one
7037:
7038: * src/main/compile.C [autoptr] 1.69.2.5:
7039: * src/main/compile_tools.C [autoptr] 1.54.2.5:
7040: 2*2!
7041:
7042: 2003-02-14 paf
7043: * src/classes/classes.dsp [autoptr] 1.25.10.4:
7044: * src/classes/op.C [autoptr] 1.127.2.10:
7045: * src/classes/string.C [autoptr] 1.125.2.8:
7046: * src/classes/table.C [autoptr] 1.172.2.7:
7047: * src/include/pa_common.h [autoptr] 1.89.2.11:
7048: * src/include/pa_globals.h [autoptr] 1.101.2.14:
7049: * src/include/pa_pool.h [autoptr] 1.86.2.28:
7050: * src/include/pa_request.h [autoptr] 1.160.2.20:
7051: * src/main/pa_globals.C [autoptr] 1.152.2.15:
7052: * src/main/pa_request.C [autoptr] 1.245.2.16:
7053: * src/types/pa_value.h [autoptr] 1.109.2.22:
7054: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
7055: * src/types/pa_vint.h [autoptr] 1.38.2.9:
7056: * src/types/types.dsp [autoptr] 1.35.10.7:
7057: op compiled
7058:
7059: * src/classes/classes.C [autoptr] 1.18.2.3:
7060: * src/classes/classes.awk [autoptr] 1.6.6.1:
7061: * src/classes/file.C [autoptr] 1.107.2.9:
7062: * src/classes/hash.C [autoptr] 1.54.2.9:
7063: * src/classes/mail.C [autoptr] 1.88.2.7:
7064: * src/classes/op.C [autoptr] 1.127.2.11:
7065: * src/include/pa_common.h [autoptr] 1.89.2.12:
7066: * src/include/pa_request.h [autoptr] 1.160.2.21:
7067: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
7068: * src/main/pa_common.C [autoptr] 1.143.2.18:
7069: * src/main/pa_request.C [autoptr] 1.245.2.17:
7070: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
7071: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
7072: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
7073: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
7074: classes.lib - 0 error(s), 0 warning(s)
7075: parser.C compiled
7076:
7077: * src/classes/classes.dsp [autoptr] 1.25.10.3:
7078: * src/classes/response.C [autoptr] 1.23.2.4:
7079: * src/classes/string.C [autoptr] 1.125.2.7:
7080: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
7081: * src/include/pa_string.h [autoptr] 1.144.2.23:
7082: * src/main/pa_string.C [autoptr] 1.172.2.15:
7083: * src/main/untaint.C [autoptr] 1.115.2.9:
7084: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
7085: string, response compiled
7086:
7087: * src/classes/file.C [autoptr] 1.107.2.10:
7088: * src/include/pa_request.h [autoptr] 1.160.2.22:
7089: * src/main/pa_request.C [autoptr] 1.245.2.18:
7090: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
7091: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
7092: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
7093: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
7094: * src/types/pa_vform.C [autoptr] 1.74.2.7:
7095: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
7096: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
7097: all compiled, only 14 link errors :)
7098:
7099: * src/types/pa_vhash.C 1.1:
7100: file pa_vhash.C was initially added on branch autoptr.
7101:
7102: * src/include/pa_common.h [autoptr] 1.89.2.13:
7103: * src/main/pa_common.C [autoptr] 1.143.2.19:
7104: * src/main/pa_request.C [autoptr] 1.245.2.19:
7105: 13 link errors
7106:
7107: 2003-02-07 paf
7108: * src/classes/table.C [autoptr] 1.172.2.6:
7109: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
7110: table compiled
7111:
7112: 2003-02-06 paf
7113: * src/classes/image.C [autoptr] 1.90.2.7:
7114: * src/classes/string.C [autoptr] 1.125.2.6:
7115: * src/classes/xdoc.C [autoptr] 1.108.2.6:
7116: * src/include/pa_common.h [autoptr] 1.89.2.10:
7117: * src/include/pa_hash.h [autoptr] 1.58.2.15:
7118: * src/main/pa_common.C [autoptr] 1.143.2.17:
7119: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
7120: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
7121: image compiled
7122:
7123: * src/classes/mail.C [autoptr] 1.88.2.6:
7124: * src/include/pa_request.h [autoptr] 1.160.2.19:
7125: * src/main/pa_request.C [autoptr] 1.245.2.15:
7126: mail compiled
7127:
7128: * src/classes/hash.C [autoptr] 1.54.2.7:
7129: * src/include/pa_hash.h [autoptr] 1.58.2.14:
7130: * src/include/pa_table.h [autoptr] 1.48.2.11:
7131: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
7132: hash compiled
7133:
7134: * src/classes/classes.dsp [autoptr] 1.25.10.2:
7135: * src/classes/file.C [autoptr] 1.107.2.7:
7136: * src/include/pa_common.h [autoptr] 1.89.2.9:
7137: * src/include/pa_exec.h [autoptr] 1.11.2.5:
7138: * src/main/pa_common.C [autoptr] 1.143.2.16:
7139: * src/main/pa_exec.C [autoptr] 1.48.2.12:
7140: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
7141: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
7142: file compiled
7143:
7144: * src/classes/file.C [autoptr] 1.107.2.8:
7145: * src/classes/form.C [autoptr] 1.34.2.4:
7146: form compiled
7147:
7148: * src/classes/hash.C [autoptr] 1.54.2.8:
7149: * src/classes/math.C [autoptr] 1.24.2.6:
7150: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
7151: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
7152: math compiled [win32]
7153:
7154: 2003-02-04 paf
7155: * src/classes/date.C [autoptr] 1.42.2.5:
7156: * src/classes/double.C [autoptr] 1.53.2.3:
7157: * src/classes/file.C [autoptr] 1.107.2.5:
7158: * src/classes/form.C [autoptr] 1.34.2.3:
7159: * src/classes/hash.C [autoptr] 1.54.2.4:
7160: * src/classes/image.C [autoptr] 1.90.2.5:
7161: * src/classes/int.C [autoptr] 1.49.2.3:
7162: * src/classes/mail.C [autoptr] 1.88.2.4:
7163: * src/classes/math.C [autoptr] 1.24.2.4:
7164: * src/classes/op.C [autoptr] 1.127.2.8:
7165: * src/classes/response.C [autoptr] 1.23.2.3:
7166: * src/classes/string.C [autoptr] 1.125.2.4:
7167: * src/classes/table.C [autoptr] 1.172.2.4:
7168: * src/classes/void.C [autoptr] 1.28.2.3:
7169: * src/classes/xdoc.C [autoptr] 1.108.2.4:
7170: * src/classes/xnode.C [autoptr] 1.54.2.3:
7171: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
7172: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
7173: * src/types/pa_vint.h [autoptr] 1.38.2.8:
7174: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
7175: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
7176: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
7177: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
7178: int compiled
7179:
7180: * src/types/pa_value.C [autoptr] 1.9.2.12:
7181: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
7182: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
7183: trying to remove stupid value_includes.h
7184:
7185: * src/classes/date.C [autoptr] 1.42.2.4:
7186: * src/classes/double.C [autoptr] 1.53.2.2:
7187: * src/classes/file.C [autoptr] 1.107.2.4:
7188: * src/classes/hash.C [autoptr] 1.54.2.3:
7189: * src/classes/image.C [autoptr] 1.90.2.4:
7190: * src/classes/int.C [autoptr] 1.49.2.2:
7191: * src/classes/mail.C [autoptr] 1.88.2.3:
7192: * src/classes/math.C [autoptr] 1.24.2.3:
7193: * src/classes/op.C [autoptr] 1.127.2.7:
7194: * src/classes/response.C [autoptr] 1.23.2.2:
7195: * src/classes/string.C [autoptr] 1.125.2.3:
7196: * src/classes/table.C [autoptr] 1.172.2.3:
7197: * src/classes/void.C [autoptr] 1.28.2.2:
7198: * src/classes/xdoc.C [autoptr] 1.108.2.3:
7199: * src/classes/xnode.C [autoptr] 1.54.2.2:
7200: * src/classes/xnode.h [autoptr] 1.18.2.3:
7201: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
7202: void compiled :)
7203:
7204: * src/classes/date.C [autoptr] 1.42.2.7:
7205: * src/classes/hash.C [autoptr] 1.54.2.6:
7206: * src/include/pa_exec.h [autoptr] 1.11.2.4:
7207: * src/include/pa_hash.h [autoptr] 1.58.2.13:
7208: * src/include/pa_request.h [autoptr] 1.160.2.18:
7209: * src/include/pa_string.h [autoptr] 1.144.2.22:
7210: * src/include/pa_table.h [autoptr] 1.48.2.10:
7211: * src/main/pa_common.C [autoptr] 1.143.2.15:
7212: * src/main/pa_exec.C [autoptr] 1.48.2.11:
7213: * src/main/pa_string.C [autoptr] 1.172.2.14:
7214: * src/types/pa_method.h [autoptr] 1.1.2.3:
7215: * src/types/pa_vform.C [autoptr] 1.74.2.6:
7216: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
7217: hash 50% compiled
7218:
7219: * src/types/pa_method.h 1.1:
7220: file pa_method.h was initially added on branch autoptr.
7221:
7222: * src/include/pa_globals.h [autoptr] 1.101.2.13:
7223: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
7224: * src/main/pa_charset.C [autoptr] 1.33.2.7:
7225: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
7226: * src/main/pa_common.C [autoptr] 1.143.2.14:
7227: * src/main/pa_dir.C [autoptr] 1.14.2.3:
7228: * src/main/pa_exception.C [autoptr] 1.43.2.12:
7229: * src/main/pa_exec.C [autoptr] 1.48.2.10:
7230: * src/main/pa_globals.C [autoptr] 1.152.2.13:
7231: * src/main/pa_pool.C [autoptr] 1.59.2.4:
7232: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
7233: * src/main/pa_string.C [autoptr] 1.172.2.12:
7234: * src/main/pa_uue.C [autoptr] 1.4.2.5:
7235: * src/main/untaint.C [autoptr] 1.115.2.8:
7236: * src/types/pa_value.C [autoptr] 1.9.2.13:
7237: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
7238: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
7239: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
7240: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
7241: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
7242: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
7243: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
7244: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
7245: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
7246: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
7247: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
7248: * src/types/types.dsp [autoptr] 1.35.10.6:
7249: removed stupid value_includes.h
7250:
7251: * src/main/pa_exec.C [autoptr] 1.48.2.8:
7252: libmain.a compiled on six [unix]
7253:
7254: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
7255: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
7256: * src/main/pa_common.C [autoptr] 1.143.2.13:
7257: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
7258: * src/main/pa_exec.C [autoptr] 1.48.2.7:
7259: * src/main/pa_socks.C [autoptr] 1.18.2.5:
7260: libmain.a gcc
7261: and
7262: mail.lib msvc++
7263: compiled
7264:
7265: * src/include/pa_globals.h [autoptr] 1.101.2.12:
7266: * src/include/pa_request.h [autoptr] 1.160.2.16:
7267: * src/types/pa_value.C [autoptr] 1.9.2.11:
7268: * src/types/pa_value.h [autoptr] 1.109.2.21:
7269: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
7270: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
7271: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
7272: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
7273: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
7274: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
7275: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
7276: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
7277: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
7278: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
7279: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
7280: libtypes.a compiled gcc
7281:
1.24 paf 7282: * src/include/pa_array.h [autoptr] 1.57.2.20:
7283: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
7284: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
7285: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
7286: * src/main/pa_exec.C [autoptr] 1.48.2.6:
7287: * src/main/pa_socks.C [autoptr] 1.18.2.4:
7288: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
7289: gcc libmain.a compiled
7290:
1.22 paf 7291: * src/classes/classes.dsp [autoptr] 1.25.10.1:
7292: * src/classes/double.C [autoptr] 1.53.2.4:
7293: double compiled
7294:
7295: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
7296: merged changes from 1.149-1.150 (stupid name conflicts)
7297:
7298: * src/include/pa_array.h [autoptr] 1.57.2.19:
7299: * src/include/pa_pool.h [autoptr] 1.86.2.27:
7300: * src/main/Makefile.am [autoptr] 1.35.6.1:
7301: * src/main/Makefile.in [autoptr] 1.50.2.2:
7302: * src/main/compile.tab.C [autoptr] 1.81.2.7:
7303: * src/main/compile.y [autoptr] 1.204.2.6:
7304: * src/main/execute.C [autoptr] 1.295.2.10:
7305: * src/main/pa_request.C [autoptr] 1.245.2.14:
7306: * src/main/untaint.C [autoptr] 1.115.2.7:
7307: * src/types/pa_junction.h [autoptr] 1.1.2.2:
7308: * src/types/pa_method.h [autoptr] 1.1.2.2:
7309: * src/types/pa_value.h [autoptr] 1.109.2.20:
7310: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
7311: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
7312: *** empty log message ***
7313:
7314: * src/main/pa_exec.C [autoptr] 1.48.2.9:
7315: pa_exec compiled on win32
7316:
7317: * src/classes/date.C [autoptr] 1.42.2.6:
7318: * src/classes/file.C [autoptr] 1.107.2.6:
7319: * src/classes/hash.C [autoptr] 1.54.2.5:
7320: * src/classes/image.C [autoptr] 1.90.2.6:
7321: * src/classes/mail.C [autoptr] 1.88.2.5:
7322: * src/classes/math.C [autoptr] 1.24.2.5:
7323: * src/classes/op.C [autoptr] 1.127.2.9:
7324: * src/classes/string.C [autoptr] 1.125.2.5:
7325: * src/classes/table.C [autoptr] 1.172.2.5:
7326: * src/classes/xdoc.C [autoptr] 1.108.2.5:
7327: * src/classes/xnode.C [autoptr] 1.54.2.4:
7328: * src/include/pa_request.h [autoptr] 1.160.2.17:
7329: * src/main/pa_globals.C [autoptr] 1.152.2.14:
7330: * src/main/pa_string.C [autoptr] 1.172.2.13:
7331: date compiled
7332:
7333: * src/types/pa_junction.h 1.1:
7334: file pa_junction.h was initially added on branch autoptr.
7335:
7336: * src/main/compile_tools.h [autoptr] 1.67.2.8:
7337: * src/main/execute.C [autoptr] 1.295.2.9:
7338: * src/main/pa_table.C [autoptr] 1.53.2.9:
7339: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
7340: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
7341: yuk: gcc on cygwin yelds "virtual memory exhausted" while
7342: trying to compile execute.C [eating up to 127MB]
7343:
7344: 2003-02-03 paf
7345: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
7346: vstateless_class compiled
7347:
7348: * src/include/pa_request.h [autoptr] 1.160.2.13:
7349: * src/main/execute.C [autoptr] 1.295.2.7:
7350: * src/main/pa_request.C [autoptr] 1.245.2.8:
7351: * src/types/pa_value.h [autoptr] 1.109.2.16:
7352: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
7353: execute compiled
7354:
7355: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
7356: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
7357: vresponse compiled
7358:
7359: * src/types/pa_value.C [autoptr] 1.9.2.9:
7360: * src/types/pa_value.h [autoptr] 1.109.2.18:
7361: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
7362: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
7363: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
7364: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
7365: vobject compiled
7366:
7367: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
7368: vtable compiled
7369:
7370: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
7371: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
7372: vmath compiled
7373:
7374: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
7375: * src/include/pa_hash.h [autoptr] 1.58.2.12:
7376: * src/include/pa_operation.h [autoptr] 1.1.2.6:
7377: * src/include/pa_pool.h [autoptr] 1.86.2.26:
7378: * src/include/pa_string.h [autoptr] 1.144.2.21:
7379: * src/main/pa_common.C [autoptr] 1.143.2.12:
7380: * src/types/pa_value.C [autoptr] 1.9.2.10:
7381: * src/types/pa_value.h [autoptr] 1.109.2.19:
7382: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
7383: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
7384: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
7385: * src/types/pa_vint.h [autoptr] 1.38.2.7:
7386: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
7387: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
7388: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
7389: * src/types/types.dsp [autoptr] 1.35.10.5:
7390: started gcc compiling
7391: pa_common compiled
7392:
7393: * src/include/pa_pool.h [autoptr] 1.86.2.23:
7394: * src/main/pa_request.C [autoptr] 1.245.2.10:
7395: * src/types/pa_value.C [autoptr] 1.9.2.8:
7396: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
7397: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
7398: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
7399: * src/types/pa_vform.C [autoptr] 1.74.2.4:
7400: * src/types/pa_vform.h [autoptr] 1.45.2.7:
7401: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
7402: vform compiled
7403:
7404: * src/include/Makefile.am [autoptr] 1.3.14.1:
7405: * src/include/Makefile.in [autoptr] 1.11.2.1:
7406: * src/include/pa_hash.h [autoptr] 1.58.2.11:
7407: * src/include/pa_pool.h [autoptr] 1.86.2.24:
7408: gcc refused to compile _P identifier. it replaced it to some
7409: strange 0x0000040
7410:
7411: * configure [autoptr] 1.66.2.2:
7412: * configure.in [autoptr] 1.62.2.2:
7413: * src/Makefile.in [autoptr] 1.55.2.1:
7414: * src/include/Makefile.in [autoptr] 1.11.2.2:
7415: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
7416: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
7417: * src/include/pa_string.h [autoptr] 1.144.2.20:
7418: * src/main/Makefile.in [autoptr] 1.50.2.1:
7419: *** empty log message ***
7420:
7421: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
7422: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
7423: vstring compiled
7424:
7425: * src/include/pa_request.h [autoptr] 1.160.2.14:
7426: * src/main/execute.C [autoptr] 1.295.2.8:
7427: * src/main/pa_request.C [autoptr] 1.245.2.9:
7428: main.lib - 0 error(s), 0 warning(s)
7429:
7430: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
7431: vrequest compiled
7432:
7433: * src/classes/form.C [autoptr] 1.34.2.2:
7434: * src/classes/mail.C [autoptr] 1.88.2.2:
7435: * src/include/pa_request.h [autoptr] 1.160.2.15:
7436: * src/main/pa_globals.C [autoptr] 1.152.2.12:
7437: * src/main/pa_request.C [autoptr] 1.245.2.11:
7438: * src/types/pa_value.h [autoptr] 1.109.2.17:
7439: * src/types/pa_vform.C [autoptr] 1.74.2.5:
7440: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
7441: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
7442: vmail compiled
7443:
7444: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
7445: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
7446: vimage compiled
7447:
7448: * src/include/pa_exception.h [autoptr] 1.38.2.14:
7449: * src/include/pa_pool.h [autoptr] 1.86.2.25:
7450: * src/main/pa_exception.C [autoptr] 1.43.2.11:
7451: exception gcc change #1
7452:
7453: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
7454: * src/main/pa_request.C [autoptr] 1.245.2.12:
7455: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
7456: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
7457: vstatus compiled
7458:
7459: 2003-01-31 paf
7460: * src/classes/classes.C [autoptr] 1.18.2.2:
7461: * src/classes/classes.h [autoptr] 1.23.2.7:
7462: * src/classes/date.C [autoptr] 1.42.2.3:
7463: * src/classes/double.C [autoptr] 1.53.2.1:
7464: * src/classes/file.C [autoptr] 1.107.2.3:
7465: * src/classes/form.C [autoptr] 1.34.2.1:
7466: * src/classes/hash.C [autoptr] 1.54.2.2:
7467: * src/classes/image.C [autoptr] 1.90.2.3:
7468: * src/classes/int.C [autoptr] 1.49.2.1:
7469: * src/classes/mail.C [autoptr] 1.88.2.1:
7470: * src/classes/math.C [autoptr] 1.24.2.2:
7471: * src/classes/op.C [autoptr] 1.127.2.5:
7472: * src/classes/response.C [autoptr] 1.23.2.1:
7473: * src/classes/string.C [autoptr] 1.125.2.1:
7474: * src/classes/table.C [autoptr] 1.172.2.2:
7475: * src/classes/void.C [autoptr] 1.28.2.1:
7476: * src/classes/xdoc.C [autoptr] 1.108.2.2:
7477: * src/classes/xnode.C [autoptr] 1.54.2.1:
7478: * src/classes/xnode.h [autoptr] 1.18.2.2:
7479: * src/include/pa_array.h [autoptr] 1.57.2.16:
7480: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
7481: * src/include/pa_charset.h [autoptr] 1.20.2.10:
7482: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
7483: * src/include/pa_common.h [autoptr] 1.89.2.7:
7484: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
7485: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
7486: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
7487: * src/include/pa_dir.h [autoptr] 1.13.2.1:
7488: * src/include/pa_exception.h [autoptr] 1.38.2.13:
7489: * src/include/pa_exec.h [autoptr] 1.11.2.3:
7490: * src/include/pa_globals.h [autoptr] 1.101.2.10:
7491: * src/include/pa_hash.h [autoptr] 1.58.2.10:
7492: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
7493: * src/include/pa_operation.h [autoptr] 1.1.2.4:
7494: * src/include/pa_pool.h [autoptr] 1.86.2.22:
7495: * src/include/pa_request.h [autoptr] 1.160.2.9:
7496: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
7497: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
7498: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
7499: * src/include/pa_socks.h [autoptr] 1.11.2.2:
7500: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
7501: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
7502: * src/include/pa_stack.h [autoptr] 1.17.2.3:
7503: * src/include/pa_string.h [autoptr] 1.144.2.18:
7504: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
7505: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
7506: * src/include/pa_table.h [autoptr] 1.48.2.9:
7507: * src/include/pa_threads.h [autoptr] 1.26.2.1:
7508: * src/include/pa_types.h [autoptr] 1.44.2.2:
7509: * src/include/pa_uue.h [autoptr] 1.4.2.3:
7510: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
7511: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
7512: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
7513: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
7514: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
7515: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
7516: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
7517: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
7518: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
7519: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
7520: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
7521: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
7522: * src/main/compile.C [autoptr] 1.69.2.4:
7523: * src/main/compile.tab.C [autoptr] 1.81.2.4:
7524: * src/main/compile.y [autoptr] 1.204.2.3:
7525: * src/main/compile_tools.C [autoptr] 1.54.2.4:
7526: * src/main/compile_tools.h [autoptr] 1.67.2.6:
7527: * src/main/execute.C [autoptr] 1.295.2.4:
7528: * src/main/main.dsp [autoptr] 1.161.6.8:
7529: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
7530: * src/main/pa_charset.C [autoptr] 1.33.2.6:
7531: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
7532: * src/main/pa_common.C [autoptr] 1.143.2.10:
7533: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
7534: * src/main/pa_dir.C [autoptr] 1.14.2.2:
7535: * src/main/pa_exception.C [autoptr] 1.43.2.10:
7536: * src/main/pa_exec.C [autoptr] 1.48.2.5:
7537: * src/main/pa_globals.C [autoptr] 1.152.2.10:
7538: * src/main/pa_pool.C [autoptr] 1.59.2.3:
7539: * src/main/pa_request.C [autoptr] 1.245.2.5:
7540: * src/main/pa_socks.C [autoptr] 1.18.2.3:
7541: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
7542: * src/main/pa_string.C [autoptr] 1.172.2.11:
7543: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
7544: * src/main/pa_table.C [autoptr] 1.53.2.8:
7545: * src/main/pa_uue.C [autoptr] 1.4.2.4:
7546: * src/main/untaint.C [autoptr] 1.115.2.6:
7547: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
7548: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
7549: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
7550: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
7551: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
7552: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
7553: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
7554: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
7555: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
7556: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
7557: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
7558: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
7559: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
7560: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
7561: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
7562: * src/types/pa_value.C [autoptr] 1.9.2.7:
7563: * src/types/pa_value.h [autoptr] 1.109.2.14:
7564: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
7565: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
7566: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
7567: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
7568: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
7569: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
7570: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
7571: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
7572: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
7573: * src/types/pa_venv.h [autoptr] 1.28.2.3:
7574: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
7575: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
7576: * src/types/pa_vform.C [autoptr] 1.74.2.3:
7577: * src/types/pa_vform.h [autoptr] 1.45.2.5:
7578: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
7579: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
7580: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
7581: * src/types/pa_vint.h [autoptr] 1.38.2.6:
7582: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
7583: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
7584: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
7585: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
7586: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
7587: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
7588: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
7589: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
7590: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
7591: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
7592: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
7593: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
7594: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
7595: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
7596: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
7597: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
7598: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
7599: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
7600: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
7601: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
7602: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
7603: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
7604: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
7605: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
7606: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
7607: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
7608: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
7609: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
7610: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
7611: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
7612: grammar compiled
7613:
7614: * src/classes/op.C [autoptr] 1.127.2.6:
7615: * src/classes/string.C [autoptr] 1.125.2.2:
7616: * src/include/pa_common.h [autoptr] 1.89.2.8:
7617: * src/include/pa_globals.h [autoptr] 1.101.2.11:
7618: * src/include/pa_request.h [autoptr] 1.160.2.10:
7619: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
7620: * src/main/compile.tab.C [autoptr] 1.81.2.5:
7621: * src/main/compile.y [autoptr] 1.204.2.4:
7622: * src/main/execute.C [autoptr] 1.295.2.5:
7623: * src/main/main.dsp [autoptr] 1.161.6.9:
7624: * src/main/pa_common.C [autoptr] 1.143.2.11:
7625: * src/main/pa_globals.C [autoptr] 1.152.2.11:
7626: * src/main/pa_request.C [autoptr] 1.245.2.6:
7627: * src/types/pa_value.h [autoptr] 1.109.2.15:
7628: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
7629: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
7630: * src/types/pa_vform.h [autoptr] 1.45.2.6:
7631: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
7632: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
7633: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
7634: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
7635: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
7636: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
7637: * src/types/types.dsp [autoptr] 1.35.10.4:
7638: most pa_request compiled
7639:
7640: * src/include/pa_array.h [autoptr] 1.57.2.17:
7641: * src/include/pa_operation.h [autoptr] 1.1.2.5:
7642: * src/include/pa_request.h [autoptr] 1.160.2.12:
7643: * src/main/execute.C [autoptr] 1.295.2.6:
7644: * src/main/main.dsp [autoptr] 1.161.6.10:
7645: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
7646: started last file from main library: execute
7647:
7648: * src/include/pa_request.h [autoptr] 1.160.2.11:
7649: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
7650: * src/main/compile.tab.C [autoptr] 1.81.2.6:
7651: * src/main/compile.y [autoptr] 1.204.2.5:
7652: * src/main/compile_tools.h [autoptr] 1.67.2.7:
7653: * src/main/pa_request.C [autoptr] 1.245.2.7:
7654: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
7655: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
7656: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
7657: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
7658: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
7659: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
7660: pa_request compiled
7661:
7662: * src/classes/classes.h [autoptr] 1.23.2.6:
7663: * src/classes/op.C [autoptr] 1.127.2.4:
7664: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
7665: * src/include/pa_charset.h [autoptr] 1.20.2.9:
7666: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
7667: * src/include/pa_common.h [autoptr] 1.89.2.6:
7668: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
7669: * src/include/pa_exception.h [autoptr] 1.38.2.12:
7670: * src/include/pa_exec.h [autoptr] 1.11.2.2:
7671: * src/include/pa_pool.h [autoptr] 1.86.2.21:
7672: * src/include/pa_request.h [autoptr] 1.160.2.8:
7673: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
7674: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
7675: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
7676: * src/include/pa_string.h [autoptr] 1.144.2.17:
7677: * src/include/pa_table.h [autoptr] 1.48.2.8:
7678: * src/include/pa_uue.h [autoptr] 1.4.2.2:
7679: * src/main/compile.C [autoptr] 1.69.2.3:
7680: * src/main/compile.tab.C [autoptr] 1.81.2.3:
7681: * src/main/compile_tools.C [autoptr] 1.54.2.3:
7682: * src/main/compile_tools.h [autoptr] 1.67.2.5:
7683: * src/main/main.dsp [autoptr] 1.161.6.7:
7684: * src/main/pa_charset.C [autoptr] 1.33.2.5:
7685: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
7686: * src/main/pa_common.C [autoptr] 1.143.2.9:
7687: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
7688: * src/main/pa_exception.C [autoptr] 1.43.2.9:
7689: * src/main/pa_exec.C [autoptr] 1.48.2.4:
7690: * src/main/pa_request.C [autoptr] 1.245.2.4:
7691: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
7692: * src/main/pa_string.C [autoptr] 1.172.2.10:
7693: * src/main/pa_table.C [autoptr] 1.53.2.7:
7694: * src/main/pa_uue.C [autoptr] 1.4.2.3:
7695: * src/main/untaint.C [autoptr] 1.115.2.5:
7696: * src/types/pa_value.C [autoptr] 1.9.2.6:
7697: * src/types/pa_value.h [autoptr] 1.109.2.13:
7698: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
7699: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
7700: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
7701: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
7702: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
7703: * src/types/pa_venv.h [autoptr] 1.28.2.2:
7704: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
7705: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
7706: * src/types/pa_vform.h [autoptr] 1.45.2.4:
7707: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
7708: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
7709: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
7710: * src/types/pa_vint.h [autoptr] 1.38.2.5:
7711: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
7712: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
7713: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
7714: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
7715: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
7716: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
7717: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
7718: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
7719: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
7720: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
7721: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
7722: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
7723: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
7724: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
7725: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
7726: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
7727: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
7728: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
7729: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
7730: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
7731: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
7732: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
7733: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
7734: ConstStringPtr died, long live StringPtr
7735:
7736: 2003-01-30 paf
7737: * src/classes/classes.h [autoptr] 1.23.2.5:
7738: * src/include/pa_pool.h [autoptr] 1.86.2.20:
7739: * src/main/compile.C [autoptr] 1.69.2.2:
7740: * src/main/compile.tab.C [autoptr] 1.81.2.1:
7741: * src/types/pa_value.h [autoptr] 1.109.2.12:
7742: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
7743: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
7744: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
7745: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
7746: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
7747: * src/types/types.dsp [autoptr] 1.35.10.3:
7748: vstateless_class compiled
7749:
7750: * src/include/pa_charset.h [autoptr] 1.20.2.8:
7751: * src/include/pa_request.h [autoptr] 1.160.2.7:
7752: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
7753: * src/main/compile.tab.C [autoptr] 1.81.2.2:
7754: * src/main/compile.y [autoptr] 1.204.2.2:
7755: * src/main/compile_tools.h [autoptr] 1.67.2.4:
7756: * src/main/pa_request.C [autoptr] 1.245.2.3:
7757: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
7758: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
7759: grammar compiled
7760:
7761: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
7762: * src/main/compile_tools.h [autoptr] 1.67.2.1:
7763: * src/main/execute.C [autoptr] 1.295.2.3:
7764: * src/main/main.dsp [autoptr] 1.161.6.6:
7765: * src/types/pa_value.C [autoptr] 1.9.2.5:
7766: * src/types/pa_value.h [autoptr] 1.109.2.11:
7767: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
7768: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
7769: value compiled
7770:
7771: * src/types/pa_vmethod_frame.C 1.1:
7772: file pa_vmethod_frame.C was initially added on branch autoptr.
7773:
7774: * src/include/pa_array.h [autoptr] 1.57.2.15:
7775: * src/include/pa_operation.h [autoptr] 1.1.2.3:
7776: * src/include/pa_table.h [autoptr] 1.48.2.7:
7777: * src/main/compile_tools.C [autoptr] 1.54.2.2:
7778: * src/main/compile_tools.h [autoptr] 1.67.2.3:
7779: * src/main/pa_table.C [autoptr] 1.53.2.6:
7780: compile_tools compiled
7781:
7782: * src/main/compile.C [autoptr] 1.69.2.1:
7783: compile compiled
7784:
7785: * ltmain.sh 1.5:
7786: *** empty log message ***
7787:
7788: * src/include/pa_operation.h [autoptr] 1.1.2.2:
7789: * src/main/compile.y [autoptr] 1.204.2.1:
7790: * src/main/compile_tools.C [autoptr] 1.54.2.1:
7791: * src/main/compile_tools.h [autoptr] 1.67.2.2:
7792: started compile_tools. vagues ideas of how to free compiled code
7793:
7794: * src/include/pa_operation.h 1.1:
7795: file pa_operation.h was initially added on branch autoptr.
7796:
7797: 2003-01-29 paf
7798: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
7799: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
7800: * src/main/main.dsp [autoptr] 1.161.6.5:
7801: * src/main/untaint.C [autoptr] 1.115.2.4:
7802: more compiled
7803:
7804: * src/include/pa_globals.h [autoptr] 1.101.2.9:
7805: * src/include/pa_request.h [autoptr] 1.160.2.6:
7806: * src/main/pa_globals.C [autoptr] 1.152.2.9:
7807: * src/main/pa_request.C [autoptr] 1.245.2.2:
7808: * src/types/pa_value.h [autoptr] 1.109.2.10:
7809: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
7810: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
7811: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
7812: * src/types/types.dsp [autoptr] 1.35.10.2:
7813: vmethodframe, pa_request.h compiled
7814:
7815: * src/classes/file.C [autoptr] 1.107.2.2:
7816: * src/include/pa_globals.h [autoptr] 1.101.2.8:
7817: * src/main/pa_globals.C [autoptr] 1.152.2.8:
7818: * src/types/pa_value.C [autoptr] 1.9.2.4:
7819: * src/types/pa_value.h [autoptr] 1.109.2.9:
7820: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
7821: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
7822: vfile compiled
7823:
7824: * src/classes/classes.h [autoptr] 1.23.2.3:
7825: * src/classes/math.C [autoptr] 1.24.2.1:
7826: * src/include/pa_pool.h [autoptr] 1.86.2.17:
7827: * src/include/pa_request.h [autoptr] 1.160.2.3:
7828: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
7829: * src/include/pa_string.h [autoptr] 1.144.2.13:
7830: * src/main/main.dsp [autoptr] 1.161.6.3:
7831: * src/types/pa_value.h [autoptr] 1.109.2.5:
7832: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
7833: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
7834: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
7835: * src/types/pa_venv.h [autoptr] 1.28.2.1:
7836: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
7837: * src/types/pa_vform.C [autoptr] 1.74.2.1:
7838: * src/types/pa_vform.h [autoptr] 1.45.2.1:
7839: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
7840: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
7841: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
7842: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
7843: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
7844: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
7845: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
7846: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
7847: * src/types/types.dsp [autoptr] 1.35.10.1:
7848: vmath compiled
7849:
7850: * src/types/pa_vmath.C 1.1:
7851: file pa_vmath.C was initially added on branch autoptr.
7852:
7853: * src/include/pa_common.h [autoptr] 1.89.2.5:
7854: * src/include/pa_globals.h [autoptr] 1.101.2.7:
7855: * src/include/pa_string.h [autoptr] 1.144.2.16:
7856: * src/main/pa_globals.C [autoptr] 1.152.2.7:
7857: * src/types/pa_value.C [autoptr] 1.9.2.3:
7858: * src/types/pa_value.h [autoptr] 1.109.2.8:
7859: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
7860: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
7861: * src/types/pa_vform.C [autoptr] 1.74.2.2:
7862: * src/types/pa_vform.h [autoptr] 1.45.2.3:
7863: vcookie compiled
7864:
1.24 paf 7865: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
7866: libltdl compiled without warnings now
7867:
1.22 paf 7868: * src/include/pa_request_info.h 1.1:
7869: file pa_request_info.h was initially added on branch autoptr.
7870:
7871: * src/include/pa_array.h [autoptr] 1.57.2.14:
7872: * src/include/pa_exception.h [autoptr] 1.38.2.11:
7873: * src/include/pa_pool.h [autoptr] 1.86.2.19:
7874: * src/main/pa_exception.C [autoptr] 1.43.2.8:
7875: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
7876: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
7877: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
7878: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
7879: gd compiled
7880:
7881: * src/include/pa_exception.h [autoptr] 1.38.2.10:
7882: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
7883: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
7884: * src/main/pa_common.C [autoptr] 1.143.2.8:
7885: * src/main/pa_dir.C [autoptr] 1.14.2.1:
7886: * src/main/pa_exception.C [autoptr] 1.43.2.7:
7887: * src/main/pa_exec.C [autoptr] 1.48.2.3:
7888: * src/main/pa_pool.C [autoptr] 1.59.2.2:
7889: * src/main/pa_socks.C [autoptr] 1.18.2.2:
7890: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
7891: * src/main/pa_string.C [autoptr] 1.172.2.9:
7892: * src/main/pa_uue.C [autoptr] 1.4.2.2:
7893: #include "pa_value_includes.h"
7894: everywhere in main
7895:
7896: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
7897: * src/include/pa_request.h [autoptr] 1.160.2.5:
7898: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
7899: * src/include/pa_string.h [autoptr] 1.144.2.15:
7900: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
7901: * src/types/pa_value.h [autoptr] 1.109.2.7:
7902: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
7903: * src/types/pa_vform.h [autoptr] 1.45.2.2:
7904: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
7905: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
7906: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
7907: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
7908: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
7909: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
7910: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
7911: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
7912: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
7913: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
7914: vrequest compiled
7915:
7916: * src/types/pa_value_includes.h 1.1:
7917: file pa_value_includes.h was initially added on branch autoptr.
7918:
7919: * src/classes/classes.h [autoptr] 1.23.2.4:
7920: * src/include/pa_charset.h [autoptr] 1.20.2.7:
7921: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
7922: * src/include/pa_globals.h [autoptr] 1.101.2.6:
7923: * src/include/pa_pool.h [autoptr] 1.86.2.18:
7924: * src/include/pa_request.h [autoptr] 1.160.2.4:
7925: * src/include/pa_string.h [autoptr] 1.144.2.14:
7926: * src/main/main.dsp [autoptr] 1.161.6.4:
7927: * src/main/pa_charset.C [autoptr] 1.33.2.4:
7928: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
7929: * src/main/pa_globals.C [autoptr] 1.152.2.6:
7930: * src/main/untaint.C [autoptr] 1.115.2.3:
7931: * src/types/pa_value.h [autoptr] 1.109.2.6:
7932: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
7933: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
7934: * src/types/pa_vint.h [autoptr] 1.38.2.4:
7935: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
7936: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
7937: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
7938: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
7939: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
7940: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
7941: vrequest,vdouble,vint compiled
7942:
7943: * src/include/pa_request_charsets.h 1.1:
7944: file pa_request_charsets.h was initially added on branch
7945: autoptr.
7946:
7947: 2003-01-28 paf
7948: * src/include/pa_charset.h [autoptr] 1.20.2.6:
7949: * src/include/pa_exception.h [autoptr] 1.38.2.9:
7950: * src/include/pa_request.h [autoptr] 1.160.2.2:
7951: * src/include/pa_string.h [autoptr] 1.144.2.12:
7952: * src/main/untaint.C [autoptr] 1.115.2.2:
7953: untaint compiled
7954:
7955: * src/include/pa_charset.h [autoptr] 1.20.2.5:
7956: * src/main/pa_charset.C [autoptr] 1.33.2.3:
7957: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
7958: charset/s simplified [charset::pool_for_load introduced]
7959:
7960: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
7961: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
7962: * src/main/pa_globals.C [autoptr] 1.152.2.5:
7963: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
7964: globals compiled
7965:
7966: * src/include/pa_array.h [autoptr] 1.57.2.11:
7967: * src/include/pa_charset.h [autoptr] 1.20.2.3:
7968: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
7969: * src/include/pa_pool.h [autoptr] 1.86.2.13:
7970: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
7971: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
7972: * src/include/pa_stack.h [autoptr] 1.17.2.2:
7973: * src/include/pa_string.h [autoptr] 1.144.2.9:
7974: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
7975: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
7976: * src/types/pa_vint.h [autoptr] 1.38.2.3:
7977: sql_driver_manager compiled
7978:
7979: * src/classes/date.C [autoptr] 1.42.2.1:
7980: * src/include/pa_charset.h [autoptr] 1.20.2.4:
7981: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
7982: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
7983: * src/include/pa_globals.h [autoptr] 1.101.2.5:
7984: * src/main/pa_charset.C [autoptr] 1.33.2.2:
7985: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
7986: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
7987: * src/main/pa_globals.C [autoptr] 1.152.2.4:
7988: * src/main/pa_request.C [autoptr] 1.245.2.1:
7989: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
7990: pa_charsets compiled
7991:
1.24 paf 7992: * src/include/pa_pool.h [autoptr] 1.86.2.14:
7993: * src/main/pa_common.C [autoptr] 1.143.2.7:
7994: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
7995: common compiled
7996:
1.22 paf 7997: * etc/parser3.charsets/koi8-r.cfg 1.3:
7998: * etc/parser3.charsets/windows-1251.cfg 1.7:
7999: ukranian letter i with two dots added to koi,
8000: all ukranian letters added to win1251.
8001:
8002: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
8003:
8004: * src/classes/classes.h [autoptr] 1.23.2.2:
8005: * src/classes/date.C [autoptr] 1.42.2.2:
8006: * src/classes/file.C [autoptr] 1.107.2.1:
8007: * src/classes/hash.C [autoptr] 1.54.2.1:
8008: * src/classes/image.C [autoptr] 1.90.2.2:
8009: * src/classes/table.C [autoptr] 1.172.2.1:
8010: * src/classes/xdoc.C [autoptr] 1.108.2.1:
8011: * src/classes/xnode.h [autoptr] 1.18.2.1:
8012: * src/main/execute.C [autoptr] 1.295.2.2:
8013: * src/main/main.dsp [autoptr] 1.161.6.2:
8014: * src/types/pa_value.h [autoptr] 1.109.2.4:
8015: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
8016: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
8017: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
8018: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
8019: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
8020: started main: compile_tools
8021:
8022: * src/include/pa_array.h [autoptr] 1.57.2.13:
8023: * src/include/pa_string.h [autoptr] 1.144.2.11:
8024: * src/main/execute.C [autoptr] 1.295.2.1:
8025: * src/main/untaint.C [autoptr] 1.115.2.1:
8026: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
8027: more compiled.
8028: struck with string::store_to needing to know source/client charsets
8029:
8030: * src/include/pa_exception.h [autoptr] 1.38.2.8:
8031: * src/include/pa_uue.h [autoptr] 1.4.2.1:
8032: * src/main/pa_uue.C [autoptr] 1.4.2.1:
8033: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
8034: uue compiled
8035:
8036: * src/include/pa_table.h [autoptr] 1.48.2.6:
8037: * src/main/pa_string.C [autoptr] 1.172.2.8:
8038: * src/main/pa_table.C [autoptr] 1.53.2.5:
8039: table compiled
8040:
8041: * src/include/pa_array.h [autoptr] 1.57.2.12:
8042: * src/include/pa_exec.h [autoptr] 1.11.2.1:
8043: * src/include/pa_hash.h [autoptr] 1.58.2.9:
8044: * src/include/pa_pool.h [autoptr] 1.86.2.15:
8045: * src/main/pa_exec.C [autoptr] 1.48.2.2:
8046: pa_exec win32 compiled
8047:
8048: 2003-01-27 paf
8049: * src/include/pa_array.h [autoptr] 1.57.2.9:
8050: * src/include/pa_common.h [autoptr] 1.89.2.4:
8051: * src/include/pa_hash.h [autoptr] 1.58.2.7:
8052: * src/include/pa_pool.h [autoptr] 1.86.2.9:
8053: * src/include/pa_string.h [autoptr] 1.144.2.7:
8054: * src/main/pa_common.C [autoptr] 1.143.2.4:
8055: * src/main/pa_string.C [autoptr] 1.172.2.6:
8056: * src/types/pa_value.C [autoptr] 1.9.2.2:
8057: * src/types/pa_value.h [autoptr] 1.109.2.3:
8058: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
8059: * src/types/pa_vint.h [autoptr] 1.38.2.2:
8060: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
8061: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
8062: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
8063: wcontext compiled
8064:
8065: * src/include/pa_exception.h [autoptr] 1.38.2.6:
8066: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
8067: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
8068: * src/include/pa_string.h [autoptr] 1.144.2.8:
8069: * src/main/pa_common.C [autoptr] 1.143.2.6:
8070: * src/main/pa_exec.C [autoptr] 1.48.2.1:
8071: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
8072: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
8073: paused on sql_manager
8074:
8075: * src/classes/op.C [autoptr] 1.127.2.3:
8076: * src/include/pa_globals.h [autoptr] 1.101.2.4:
8077: * src/include/pa_hash.h [autoptr] 1.58.2.8:
8078: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
8079: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
8080: * src/include/pa_table.h [autoptr] 1.48.2.5:
8081: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
8082: * src/main/pa_table.C [autoptr] 1.53.2.4:
8083: table compiled
8084:
8085: * src/include/pa_pool.h [autoptr] 1.86.2.10:
8086: * src/main/pa_common.C [autoptr] 1.143.2.5:
8087: common compiled
8088:
8089: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
8090: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
8091: cache_managers compiled
8092:
8093: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
8094: * src/include/pa_pool.h [autoptr] 1.86.2.12:
8095: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
8096: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
8097: * src/include/pa_stack.h [autoptr] 1.17.2.1:
8098: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
8099: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
8100: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
8101: vtable compiled
8102:
8103: * src/include/pa_array.h [autoptr] 1.57.2.10:
8104: * src/include/pa_charset.h [autoptr] 1.20.2.2:
8105: * src/include/pa_pool.h [autoptr] 1.86.2.11:
8106: * src/main/pa_charset.C [autoptr] 1.33.2.1:
8107: charset compiled
8108:
8109: 2003-01-24 paf
8110: * src/classes/classes.C [autoptr] 1.18.2.1:
8111: * src/classes/classes.h [autoptr] 1.23.2.1:
8112: * src/include/pa_array.h [autoptr] 1.57.2.8:
8113: * src/include/pa_common.h [autoptr] 1.89.2.3:
8114: * src/include/pa_globals.h [autoptr] 1.101.2.3:
8115: * src/include/pa_hash.h [autoptr] 1.58.2.6:
8116: * src/include/pa_pool.h [autoptr] 1.86.2.8:
8117: * src/include/pa_string.h [autoptr] 1.144.2.6:
8118: * src/main/pa_common.C [autoptr] 1.143.2.3:
8119: * src/main/pa_globals.C [autoptr] 1.152.2.3:
8120: * src/main/pa_string.C [autoptr] 1.172.2.5:
8121: * src/types/pa_value.h [autoptr] 1.109.2.2:
8122: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
8123: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
8124: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
8125: * src/types/pa_vint.h [autoptr] 1.38.2.1:
8126: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
8127: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
8128: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
8129: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
8130: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
8131: more patched
8132:
8133: * src/classes/op.C [autoptr] 1.127.2.2:
8134: * src/include/pa_array.h [autoptr] 1.57.2.7:
8135: * src/include/pa_exception.h [autoptr] 1.38.2.5:
8136: * src/include/pa_hash.h [autoptr] 1.58.2.5:
8137: * src/include/pa_pool.h [autoptr] 1.86.2.7:
8138: * src/include/pa_string.h [autoptr] 1.144.2.5:
8139: * src/include/pa_table.h [autoptr] 1.48.2.4:
8140: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
8141: * src/main/pa_exception.C [autoptr] 1.43.2.5:
8142: * src/main/pa_string.C [autoptr] 1.172.2.4:
8143: * src/main/pa_table.C [autoptr] 1.53.2.3:
8144: string compiled
8145:
8146: * src/include/pa_array.h [autoptr] 1.57.2.6:
8147: * src/include/pa_common.h [autoptr] 1.89.2.2:
8148: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
8149: * src/include/pa_exception.h [autoptr] 1.38.2.4:
8150: * src/include/pa_pool.h [autoptr] 1.86.2.6:
8151: * src/include/pa_string.h [autoptr] 1.144.2.4:
8152: * src/include/pa_table.h [autoptr] 1.48.2.3:
8153: * src/main/pa_common.C [autoptr] 1.143.2.2:
8154: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
8155: * src/main/pa_exception.C [autoptr] 1.43.2.4:
8156: * src/main/pa_string.C [autoptr] 1.172.2.3:
8157: dictionary compiled
8158:
8159: 2003-01-23 paf
8160: * src/include/pa_array.h [autoptr] 1.57.2.4:
8161: * src/include/pa_exception.h [autoptr] 1.38.2.2:
8162: * src/include/pa_hash.h [autoptr] 1.58.2.4:
8163: * src/include/pa_pool.h [autoptr] 1.86.2.4:
8164: * src/include/pa_table.h [autoptr] 1.48.2.2:
8165: * src/main/pa_exception.C [autoptr] 1.43.2.2:
8166: * src/main/pa_table.C [autoptr] 1.53.2.2:
8167: table compiled
8168:
8169: * src/include/pa_array.h [autoptr] 1.57.2.2:
8170: * src/include/pa_hash.h [autoptr] 1.58.2.2:
8171: * src/include/pa_pool.h [autoptr] 1.86.2.2:
8172: * src/main/main.dsp [autoptr] 1.161.6.1:
8173: continued with Hash
8174:
8175: * src/include/pa_array.h [autoptr] 1.57.2.5:
8176: * src/include/pa_common.h [autoptr] 1.89.2.1:
8177: * src/include/pa_exception.h [autoptr] 1.38.2.3:
8178: * src/include/pa_globals.h [autoptr] 1.101.2.2:
8179: * src/include/pa_pool.h [autoptr] 1.86.2.5:
8180: * src/include/pa_request.h [autoptr] 1.160.2.1:
8181: * src/include/pa_string.h [autoptr] 1.144.2.3:
8182: * src/main/pa_common.C [autoptr] 1.143.2.1:
8183: * src/main/pa_exception.C [autoptr] 1.43.2.3:
8184: * src/main/pa_globals.C [autoptr] 1.152.2.2:
8185: * src/types/pa_value.C [autoptr] 1.9.2.1:
8186: * src/types/pa_value.h [autoptr] 1.109.2.1:
8187: resurrected pool in new sense: now it's factory, producing
8188: accounting memory chunks for read[autofree] buffers
8189:
8190: * src/classes/image.C [autoptr] 1.90.2.1:
8191: * src/classes/op.C [autoptr] 1.127.2.1:
8192: * src/include/pa_array.h [autoptr] 1.57.2.3:
8193: * src/include/pa_exception.h [autoptr] 1.38.2.1:
8194: * src/include/pa_globals.h [autoptr] 1.101.2.1:
8195: * src/include/pa_hash.h [autoptr] 1.58.2.3:
8196: * src/include/pa_pool.h [autoptr] 1.86.2.3:
8197: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
8198: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
8199: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
8200: * src/include/pa_string.h [autoptr] 1.144.2.2:
8201: * src/include/pa_table.h [autoptr] 1.48.2.1:
8202: * src/include/pa_types.h [autoptr] 1.44.2.1:
8203: * src/main/pa_exception.C [autoptr] 1.43.2.1:
8204: * src/main/pa_globals.C [autoptr] 1.152.2.1:
8205: * src/main/pa_string.C [autoptr] 1.172.2.2:
8206: * src/main/pa_table.C [autoptr] 1.53.2.1:
8207: aint that easy
8208:
8209: * src/main/pa_common.C 1.144:
8210: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
8211: c with that stack]
8212:
8213: * src/lib/pcre/8859-1.ucm 1.1:
8214: file 8859-1.ucm was initially added on branch autoptr.
8215:
8216: 2003-01-22 paf
8217: * src/include/pa_array.h [autoptr] 1.57.2.1:
8218: * src/include/pa_charset.h [autoptr] 1.20.2.1:
8219: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
8220: * src/include/pa_hash.h [autoptr] 1.58.2.1:
8221: * src/include/pa_pool.h [autoptr] 1.86.2.1:
8222: * src/include/pa_string.h [autoptr] 1.144.2.1:
8223: * src/main/pa_array.C [autoptr] 1.54.2.1:
8224: * src/main/pa_hash.C [autoptr] 1.53.2.1:
8225: * src/main/pa_pool.C [autoptr] 1.59.2.1:
8226: * src/main/pa_string.C [autoptr] 1.172.2.1:
8227: started auto_ptr.
8228: PA_Object is base: contains references_count.
8229: auto_ptr template calls add_ref/release
8230:
8231: 2003-01-21 paf
8232: * src/classes/classes.C 1.18:
8233: * src/classes/classes.h 1.23:
8234: * src/classes/date.C 1.42:
8235: * src/classes/double.C 1.53:
8236: * src/classes/file.C 1.107:
8237: * src/classes/form.C 1.34:
8238: * src/classes/hash.C 1.54:
8239: * src/classes/image.C 1.90:
8240: * src/classes/int.C 1.49:
8241: * src/classes/mail.C 1.88:
8242: * src/classes/math.C 1.24:
8243: * src/classes/op.C 1.127:
8244: * src/classes/response.C 1.23:
8245: * src/classes/string.C 1.125:
8246: * src/classes/table.C 1.172:
8247: * src/classes/void.C 1.28:
8248: * src/classes/xdoc.C 1.108:
8249: * src/classes/xnode.C 1.54:
8250: * src/classes/xnode.h 1.18:
8251: * src/include/pa_array.h 1.57:
8252: * src/include/pa_cache_managers.h 1.9:
8253: * src/include/pa_charset.h 1.20:
8254: * src/include/pa_charsets.h 1.8:
8255: * src/include/pa_common.h 1.89:
8256: * src/include/pa_config_fixed.h 1.54:
8257: * src/include/pa_config_includes.h 1.23:
8258: * src/include/pa_dictionary.h 1.13:
8259: * src/include/pa_dir.h 1.13:
8260: * src/include/pa_exception.h 1.38:
8261: * src/include/pa_exec.h 1.11:
8262: * src/include/pa_globals.h 1.101:
8263: * src/include/pa_hash.h 1.58:
8264: * src/include/pa_opcode.h 1.24:
8265: * src/include/pa_pool.h 1.86:
8266: * src/include/pa_pragma_pack_begin.h 1.6:
8267: * src/include/pa_pragma_pack_end.h 1.6:
8268: * src/include/pa_request.h 1.160:
8269: * src/include/pa_sapi.h 1.22:
8270: * src/include/pa_socks.h 1.11:
8271: * src/include/pa_sql_connection.h 1.30:
8272: * src/include/pa_sql_driver_manager.h 1.26:
8273: * src/include/pa_stack.h 1.17:
8274: * src/include/pa_string.h 1.144:
8275: * src/include/pa_stylesheet_connection.h 1.32:
8276: * src/include/pa_stylesheet_manager.h 1.15:
8277: * src/include/pa_table.h 1.48:
8278: * src/include/pa_threads.h 1.26:
8279: * src/include/pa_types.h 1.44:
8280: * src/include/pa_uue.h 1.4:
8281: * src/lib/md5/pa_md5.h 1.5:
8282: * src/lib/md5/pa_md5c.c 1.6:
8283: * src/lib/pcre/pcre_parser_ctype.c 1.3:
8284: * src/main/compile.C 1.69:
8285: * src/main/compile.tab.C 1.80:
8286: * src/main/compile.y 1.204:
8287: * src/main/compile_tools.C 1.54:
8288: * src/main/compile_tools.h 1.67:
8289: * src/main/execute.C 1.295:
8290: * src/main/pa_array.C 1.54:
8291: * src/main/pa_cache_managers.C 1.7:
8292: * src/main/pa_charset.C 1.33:
8293: * src/main/pa_charsets.C 1.11:
8294: * src/main/pa_common.C 1.143:
8295: * src/main/pa_dictionary.C 1.17:
8296: * src/main/pa_dir.C 1.14:
8297: * src/main/pa_exception.C 1.43:
8298: * src/main/pa_exec.C 1.48:
8299: * src/main/pa_globals.C 1.152:
8300: * src/main/pa_hash.C 1.53:
8301: * src/main/pa_pool.C 1.59:
8302: * src/main/pa_request.C 1.245:
8303: * src/main/pa_socks.C 1.18:
8304: * src/main/pa_sql_driver_manager.C 1.69:
8305: * src/main/pa_string.C 1.172:
8306: * src/main/pa_stylesheet_manager.C 1.16:
8307: * src/main/pa_table.C 1.53:
8308: * src/main/pa_uue.C 1.4:
8309: * src/main/untaint.C 1.115:
8310: * src/sql/pa_sql_driver.h 1.34:
8311: * src/targets/apache13/mod_parser3.C 1.28:
8312: * src/targets/apache13/pa_md5c.c 1.5:
8313: * src/targets/apache13/pa_pool.C 1.8:
8314: * src/targets/apache13/pa_threads.C 1.11:
8315: * src/targets/cgi/pa_pool.C 1.41:
8316: * src/targets/cgi/pa_threads.C 1.12:
8317: * src/targets/cgi/parser3.C 1.216:
8318: * src/targets/cgi/pool_storage.h 1.13:
8319: * src/targets/isapi/pa_pool.C 1.16:
8320: * src/targets/isapi/pa_threads.C 1.13:
8321: * src/targets/isapi/parser3isapi.C 1.82:
8322: * src/targets/isapi/pool_storage.h 1.19:
8323: * src/types/pa_value.C 1.9:
8324: * src/types/pa_value.h 1.109:
8325: * src/types/pa_vbool.h 1.21:
8326: * src/types/pa_vclass.C 1.16:
8327: * src/types/pa_vclass.h 1.39:
8328: * src/types/pa_vcode_frame.h 1.24:
8329: * src/types/pa_vcookie.C 1.55:
8330: * src/types/pa_vcookie.h 1.23:
8331: * src/types/pa_vdate.h 1.24:
8332: * src/types/pa_vdouble.h 1.42:
8333: * src/types/pa_venv.h 1.28:
8334: * src/types/pa_vfile.C 1.36:
8335: * src/types/pa_vfile.h 1.52:
8336: * src/types/pa_vform.C 1.74:
8337: * src/types/pa_vform.h 1.45:
8338: * src/types/pa_vhash.h 1.43:
8339: * src/types/pa_vimage.C 1.22:
8340: * src/types/pa_vimage.h 1.34:
8341: * src/types/pa_vint.h 1.38:
8342: * src/types/pa_vjunction.h 1.19:
8343: * src/types/pa_vmail.C 1.40:
8344: * src/types/pa_vmail.h 1.9:
8345: * src/types/pa_vmath.h 1.14:
8346: * src/types/pa_vmethod_frame.h 1.45:
8347: * src/types/pa_vobject.C 1.12:
8348: * src/types/pa_vobject.h 1.38:
8349: * src/types/pa_vrequest.C 1.27:
8350: * src/types/pa_vrequest.h 1.25:
8351: * src/types/pa_vresponse.C 1.17:
8352: * src/types/pa_vresponse.h 1.32:
8353: * src/types/pa_vstateless_class.C 1.19:
8354: * src/types/pa_vstateless_class.h 1.42:
8355: * src/types/pa_vstateless_object.h 1.28:
8356: * src/types/pa_vstatus.C 1.15:
8357: * src/types/pa_vstatus.h 1.15:
8358: * src/types/pa_vstring.C 1.22:
8359: * src/types/pa_vstring.h 1.54:
8360: * src/types/pa_vtable.C 1.21:
8361: * src/types/pa_vtable.h 1.48:
8362: * src/types/pa_vvoid.h 1.17:
8363: * src/types/pa_vxdoc.C 1.23:
8364: * src/types/pa_vxdoc.h 1.31:
8365: * src/types/pa_vxnode.C 1.30:
8366: * src/types/pa_vxnode.h 1.22:
8367: * src/types/pa_wcontext.C 1.24:
8368: * src/types/pa_wcontext.h 1.42:
8369: * src/types/pa_wwrapper.h 1.28:
8370: 2002->2003
8371:
8372: 2003-01-16 paf
8373: * operators.txt 1.108:
8374: * src/include/pa_config_fixed.h 1.53:
8375: * src/main/pa_common.C 1.141:
8376: * www/htdocs/index.html 1.208:
8377: http request now return status. and not fail on status!=200
8378:
8379: * operators.txt 1.109:
8380: * src/include/pa_globals.h 1.100:
8381: * src/main/pa_common.C 1.142:
8382: * src/main/pa_globals.C 1.151:
8383: * www/htdocs/index.html 1.209:
8384: http://
8385: introducing
8386: $.any-status(1)
8387:
8388: * www/htdocs/index.html 1.210:
8389: image.copy fixed transparent resampling
8390:
8391: * bin/Makefile.in 1.9:
8392: * etc/Makefile.in 1.14:
8393: * etc/parser3.charsets/Makefile.in 1.17:
8394: * src/Makefile.in 1.55:
8395: * src/classes/Makefile.in 1.53:
8396: * src/include/Makefile.in 1.11:
8397: * src/lib/Makefile.in 1.8:
8398: * src/lib/md5/Makefile.in 1.6:
8399: * src/lib/patches/Makefile.in 1.10:
8400: * src/lib/pcre/Makefile.in 1.8:
8401: * src/main/Makefile.in 1.50:
8402: * src/sql/Makefile.in 1.11:
8403: * src/targets/Makefile.in 1.42:
8404: * src/targets/cgi/Makefile.in 1.62:
8405: * src/targets/isapi/Makefile.in 1.11:
8406: * src/types/Makefile.in 1.50:
8407: proper AC_LANG_ switching to fix qsort detection bug
8408:
8409: 2003-01-15 paf
8410: * src/main/pa_globals.C 1.150:
8411: localized pa_xmlFileRead/Close
8412:
8413: 2003-01-14 paf
8414: * src/lib/ltdl/config.guess 1.2:
8415: * src/lib/ltdl/config.sub 1.2:
8416: * src/lib/ltdl/install-sh 1.2:
8417: * src/lib/ltdl/missing 1.2:
8418: * src/lib/ltdl/mkinstalldirs 1.2:
8419: removed some ancient files [they in / really]
8420:
8421: * src/lib/ltdl/config_fixed.h 1.2:
8422: * src/lib/ltdl/libltdl.dsp 1.3:
8423: * src/lib/ltdl/ltdl.c 1.3:
8424: ltdl.c regretfully needed patch in two places.
8425: in config_fixed.h made stubs for lib to compile in MSVC
8426:
8427: * src/lib/ltdl/aclocal.m4 1.1:
8428: *** empty log message ***
8429:
8430: 2003-01-13 paf
8431: * config.guess 1.3:
8432: * config.sub 1.4:
8433: * ltmain.sh 1.4:
8434: * src/targets/apache13/Makefile.in 1.44:
8435: removed last piece of configure.in(libtool) hacks
8436:
8437: * src/lib/ltdl/COPYING.LIB 1.1:
8438: * src/lib/ltdl/Makefile.in 1.4:
8439: * src/lib/ltdl/acinclude.m4 1.2:
8440: * src/lib/ltdl/config.h 1.2:
8441: * src/lib/ltdl/config_auto.h.in 1.3:
8442: * src/lib/ltdl/configure 1.4:
8443: * src/lib/ltdl/configure.in 1.4:
8444: * src/lib/ltdl/libltdl.dsp 1.2:
8445: * src/lib/ltdl/ltdl.c 1.2:
8446: * src/lib/ltdl/ltdl.h 1.2:
8447: moved to latest libtool (1.4.3)
8448:
8449: 2003-01-10 paf
8450: * src/lib/patches/Makefile.am 1.3:
8451: * src/lib/patches/Makefile.in 1.9:
8452: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
8453: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
8454: * src/lib/patches/libgdome_morestatic.patch 1.2:
8455: * src/lib/patches/libxml_error_column_tab.patch 1.2:
8456: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
8457: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
8458: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
8459: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
8460: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
8461: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
8462: * src/main/pa_globals.C 1.149:
8463: moved to latest xml lib versions, changed patches.
8464: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8465: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8466: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8467:
8468: * INSTALL 1.31:
8469: moved to latest versions of xml libs
8470: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8471: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8472: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8473:
8474: * src/lib/patches/libxml2.patch 1.1:
8475: moved to libxml2 2.5.1, only these patches left:
8476: * fixing \t chars to spaces in error position reporting
8477: * adding context to conversion functions
8478:
8479: * src/lib/patches/gdome2.patch 1.1:
8480: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
8481: Paolo said that he would incorporate this patch in upcoming version of gdome.
8482:
8483: * src/lib/ltdl/configure 1.3:
8484: * src/lib/ltdl/configure.in 1.3:
8485: PROG_NM
8486:
8487: * src/lib/patches/libxslt.patch 1.1:
8488: moved to libxslt 1.0.23. still need a patch which suppresses
8489: htmlSetMetaEncoding calls
8490:
8491: 2003-01-09 paf
8492: * bin/Makefile.in 1.8:
8493: * config.guess 1.2:
8494: * config.sub 1.3:
8495: * etc/Makefile.in 1.13:
8496: * etc/parser3.charsets/Makefile.in 1.16:
8497: * missing 1.2:
8498: * mkinstalldirs 1.2:
8499: * src/Makefile.in 1.54:
8500: * src/classes/Makefile.in 1.52:
8501: * src/include/Makefile.in 1.10:
8502: * src/include/pa_config_auto.h.in 1.37:
8503: * src/lib/Makefile.in 1.7:
8504: * src/lib/ltdl/Makefile.in 1.3:
8505: * src/lib/ltdl/config_auto.h.in 1.2:
8506: * src/lib/ltdl/configure 1.2:
8507: * src/lib/ltdl/configure.in 1.2:
8508: * src/lib/md5/Makefile.in 1.5:
8509: * src/lib/patches/Makefile.in 1.8:
8510: * src/lib/pcre/Makefile.in 1.7:
8511: * src/main/Makefile.in 1.49:
8512: * src/sql/Makefile.in 1.10:
8513: * src/targets/Makefile.in 1.41:
8514: * src/targets/apache13/Makefile.in 1.43:
8515: * src/targets/cgi/Makefile.am 1.46:
8516: * src/targets/cgi/Makefile.in 1.61:
8517: * src/targets/isapi/Makefile.in 1.10:
8518: * src/types/Makefile.in 1.49:
8519: moved to autoconf 2.57 & automake 1.7.2
8520:
8521: * depcomp 1.1:
8522: moving to automake 1.7.2
8523:
8524: * INSTALL 1.30:
8525: xml,xslt,gdome lib urls updated
8526:
8527: * Makefile.am 1.30:
8528: * Makefile.in 1.44:
8529: * src/lib/ltdl/missing 1.1:
8530: * src/lib/ltdl/mkinstalldirs 1.1:
8531: *** empty log message ***
8532:
1.21 paf 8533: 2002-12-27 paf
8534: * src/doc/aliased.dox 1.5:
8535: * src/doc/index.dox 1.4:
8536: * src/doc/module.dox 1.4:
8537: * src/doc/pooled.dox 1.4:
8538: * www/htdocs/index.html 1.207:
8539: removed outdated parts, made links to language docs
8540:
8541: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
8542: 0007
8543:
8544: * src/include/pa_config_auto.h.in 1.36:
8545: comment
8546:
8547: 2002-12-26 paf
8548: * INSTALL 1.29:
8549: * src/include/pa_config_auto.h.in 1.35:
8550: * src/main/pa_common.C 1.140:
8551: * src/main/pa_exec.C 1.47:
8552: changing SAFE_MODE politics
8553:
8554: * src/classes/file.C 1.106:
8555: file:fullpath[a.gif] when document root did not contain
8556: trailing / fixed.
8557:
8558: 2002-12-25 paf
8559: * src/main/pa_globals.C 1.147:
8560: optimized-as-is
8561:
8562: * src/main/pa_globals.C 1.148:
8563: optimized-xml
8564:
8565: 2002-12-24 paf
8566: * src/main/pa_common.C 1.139:
8567: * src/main/pa_pool.C 1.58:
8568: pool::copy on zero size|ptr fixed [were really called with zero
8569: size when .html?a=&b=]
8570:
8571: * src/main/pa_exec.C 1.46:
8572: * www/htdocs/index.html 1.206:
8573: fork/pipe error now [old always-pipe-error fixed]
8574:
8575: * src/classes/mail.C 1.86:
8576: $MAIL in @conf now invalid when configured with --with-sendmail
8577:
8578: 2002-12-23 paf
8579: * src/types/pa_vcookie.C 1.54:
8580: cookie:field[put value] fixed [were ignoring parameters & were
8581: storing only string with default expires
8582:
8583: * src/main/pa_charset.C 1.32:
8584: From: "Victor Fedoseev" <vvf_ru@mail.ru>
8585: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
8586: Sent: Monday, December 23, 2002 4:22 AM
8587: Subject: bug â Charset::transcode_buf2xchar
8588:
8589: 2002-12-20 paf
8590: * src/targets/cgi/parser3.C 1.215:
8591: removed last \n appending in non-win32 non-cgi [script] runs
8592:
8593: 2002-12-19 paf
8594: * operators.txt 1.107:
8595: * src/include/pa_globals.h 1.99:
8596: * src/include/pa_request.h 1.159:
8597: * src/main/pa_globals.C 1.146:
8598: * src/main/pa_request.C 1.244:
8599: * www/htdocs/index.html 1.205:
8600: $response:download
8601:
8602: * src/classes/mail.C 1.85:
8603: 'to' check bugfix [now checked only on ms compiler [win32]].
8604:
8605: * INSTALL 1.28:
8606: --without-iconv recommended [it crashes on some systems [tested on elik]]
8607: moreover, it's not needed there [parser registers charsets itself]
8608:
8609: * INSTALL 1.27:
8610: -without-iconv recommended [it crashes on some systems [tested
8611: on elik]]
8612:
8613: 2002-12-18 paf
8614: * src/classes/xdoc.C 1.107:
8615: doc->URL on xdoc.load set correctly now
8616:
8617: 2002-12-17 paf
8618: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
8619: 1. on win32 in die: abort() reverted to exit(1)
8620: 2. more flexible iilegal call check
8621:
8622: * src/targets/cgi/parser3.C 1.214:
8623: merged die&iis changes
8624:
8625: 2002-12-16 paf
8626: * src/main/untaint.C 1.114:
8627: filespec russian small 'r' changed to latin 'p' bug fix
8628:
8629: * Makefile.in 1.38:
8630: ltmain.sh silly required for stupid automake added
8631:
8632: * ltmain.sh 1.3:
8633: *** empty log message ***
8634:
8635: * ltmain.sh [release_3_0_0006] 1.2.2.1:
8636: some automakes silly insist on having this handy
8637:
1.20 paf 8638: 2002-12-15 paf
1.21 paf 8639: * src/main/untaint.C 1.113:
8640: filespec russian small 'r' changed to latin 'p'
8641:
8642: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
8643: ftruncate having checked
8644:
8645: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
8646: removed warning
8647:
1.20 paf 8648: * configure.in [release_3_0_0006] 1.52.2.1:
8649: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
8650: new version
8651:
1.21 paf 8652: * configure.in [release_3_0_0006] 1.52.2.2:
8653: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
8654: *** empty log message ***
8655:
8656: * configure.in 1.53:
8657: * src/include/pa_config_auto.h.in 1.34:
8658: * src/main/compile.C 1.68:
8659: * src/main/pa_common.C 1.138:
8660: merged small changes from branch 6 to HEAD
8661:
1.20 paf 8662: 2002-12-14 paf
8663: * src/sql/pa_sql_driver.h 1.33:
8664: * www/htdocs/index.html 1.204:
8665: exception type fixed
8666:
8667: * src/classes/table.C 1.171:
8668: removed unnecessary code
8669:
8670: 2002-12-09 paf
8671: * src/classes/hash.C 1.53:
8672: * src/classes/string.C 1.124:
8673: * src/classes/table.C 1.170:
8674: * src/classes/void.C 1.27:
8675: * src/main/pa_sql_driver_manager.C 1.68:
8676: * src/sql/pa_sql_driver.h 1.32:
8677: changed exception handling mech in sql handlers #2
8678:
8679: * bin/Makefile.in 1.7:
8680: * configure.in 1.52:
8681: * etc/Makefile.in 1.12:
8682: * etc/parser3.charsets/Makefile.in 1.15:
8683: * src/Makefile.in 1.53:
8684: * src/classes/Makefile.in 1.51:
8685: * src/include/Makefile.in 1.9:
8686: * src/lib/Makefile.in 1.6:
8687: * src/lib/ltdl/Makefile.in 1.2:
8688: * src/lib/md5/Makefile.in 1.4:
8689: * src/lib/patches/Makefile.in 1.7:
8690: * src/lib/pcre/Makefile.in 1.6:
8691: * src/main/Makefile.in 1.48:
8692: * src/sql/Makefile.in 1.9:
8693: * src/targets/Makefile.in 1.40:
8694: * src/targets/apache13/Makefile.in 1.42:
8695: * src/targets/cgi/Makefile.in 1.60:
8696: * src/targets/isapi/Makefile.in 1.9:
8697: * src/types/Makefile.in 1.48:
8698: removed configure.in:AC_LIBTOOL, it caused automake to write
8699: makefile which used libtool to install things, which is not needed
8700:
8701: * src/targets/apache13/mod_parser3.C 1.27:
8702: * src/targets/cgi/parser3.C 1.211:
8703: * src/targets/cgi/parser3.C 1.212:
8704: * src/targets/cgi/parser3.C 1.213:
8705: * src/targets/isapi/parser3isapi.C 1.81:
8706: ::die now tries to write core dump
8707:
8708: * src/types/pa_vvoid.h 1.16:
8709: * www/htdocs/index.html 1.203:
8710: $void.store[now] error
8711:
8712: * src/classes/hash.C 1.52:
8713: * src/classes/string.C 1.123:
8714: * src/classes/table.C 1.169:
8715: * src/classes/void.C 1.26:
8716: * src/main/pa_sql_driver_manager.C 1.66:
8717: * src/main/pa_sql_driver_manager.C 1.67:
8718: * src/sql/pa_sql_driver.h 1.29:
8719: * src/sql/pa_sql_driver.h 1.30:
8720: * src/sql/pa_sql_driver.h 1.31:
8721: changed exception handling mech in sql handlers
8722:
8723: 2002-12-06 paf
8724: * operators.txt 1.106:
8725: * src/main/compile.tab.C 1.78:
8726: * src/types/pa_vhash.h 1.42:
8727: $hash.fields -- pseudo field to make 'hash' more like 'table'
8728:
8729: 2002-12-05 paf
8730: * src/main/pa_array.C 1.53:
8731: * src/main/pa_table.C 1.51:
8732: * www/htdocs/index.html 1.199:
8733: wow! found/fixed bug in lowlevel proc
8734:
8735: * src/main/pa_common.C 1.137:
8736: * src/main/untaint.C 1.111:
8737: * src/types/pa_vmail.C 1.38:
8738: * www/htdocs/index.html 1.200:
8739: mail header ',' allowed.
8740: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
8741:
8742: [strncpy killed, memnchr used]
8743:
8744: * src/main/pa_table.C 1.52:
8745: table-copy now current=0
8746:
8747: * src/targets/cgi/parser3.C 1.209:
8748: * src/targets/cgi/parser3.C 1.210:
8749: more checks on http://domain/parser.cgi start [maybe some
8750: getenv returns "", checked that now
8751:
8752: * src/targets/cgi/parser3.C 1.208:
8753: * www/htdocs/index.html 1.198:
8754: error logging made unbuffered [so that out-of-mem errors
8755: reached log]
8756:
8757: * src/main/main.dsp 1.161:
8758: pa_version included into main.dsp
8759:
8760: * www/htdocs/index.html 1.196:
8761: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
8762: win32] leave \n intact, and some clients [bat] fail to show
8763: letter correctly
8764:
8765: * src/classes/mail.C 1.83:
8766: * src/targets/cgi/parser3.C 1.207:
8767: * src/types/pa_vmail.C 1.37:
8768: * www/htdocs/index.html 1.197:
8769: mail:send MIME-Version default
8770:
8771: * src/main/untaint.C 1.112:
8772: * www/htdocs/index.html 1.201:
8773: mail header closed properly
8774:
8775: * src/classes/mail.C 1.84:
8776: * src/types/pa_vmail.C 1.39:
8777: * src/types/pa_vmail.h 1.8:
8778: * www/htdocs/index.html 1.202:
8779: smtp cc/bcc OK now
8780:
8781: 2002-12-04 paf
8782: * gnu.dsp 1.3:
8783: restored
8784:
8785: * src/types/pa_vform.C 1.73:
8786: $form:field string value cut by premature 0
8787:
8788: * parser3.dsw 1.6:
8789: * src/main/compile.tab.C 1.77:
8790: * src/main/main.dsp 1.160:
8791: * www/htdocs/.htaccess 1.12:
8792: * www/htdocs/index.html 1.195:
8793: lib/libltdl -> lib/ltdl Win32 changes. s
8794:
8795: * bin/Makefile.in 1.6:
8796: * configure.in 1.51:
8797: * etc/Makefile.in 1.11:
8798: * etc/parser3.charsets/Makefile.in 1.14:
8799: * gnu.dsp 1.2:
8800: * src/Makefile.in 1.52:
8801: * src/classes/Makefile.in 1.50:
8802: * src/include/Makefile.in 1.8:
8803: * src/lib/Makefile.am 1.3:
8804: * src/lib/Makefile.in 1.5:
8805: * src/lib/ltdl/Makefile.am 1.1:
8806: * src/lib/ltdl/Makefile.in 1.1:
8807: * src/lib/ltdl/README 1.1:
8808: * src/lib/ltdl/acinclude.m4 1.1:
8809: * src/lib/ltdl/config.guess 1.1:
8810: * src/lib/ltdl/config.h 1.1:
8811: * src/lib/ltdl/config.sub 1.1:
8812: * src/lib/ltdl/config_auto.h.in 1.1:
8813: * src/lib/ltdl/config_fixed.h 1.1:
8814: * src/lib/ltdl/configure 1.1:
8815: * src/lib/ltdl/configure.in 1.1:
8816: * src/lib/ltdl/install-sh 1.1:
8817: * src/lib/ltdl/libltdl.dsp 1.1:
8818: * src/lib/ltdl/ltdl.c 1.1:
8819: * src/lib/ltdl/ltdl.h 1.1:
8820: * src/lib/md5/Makefile.in 1.3:
8821: * src/lib/patches/Makefile.in 1.6:
8822: * src/lib/pcre/Makefile.in 1.5:
8823: * src/main/Makefile.in 1.47:
8824: * src/sql/Makefile.in 1.8:
8825: * src/targets/Makefile.in 1.39:
8826: * src/targets/apache13/Makefile.in 1.41:
8827: * src/targets/cgi/Makefile.in 1.59:
8828: * src/targets/isapi/Makefile.in 1.8:
8829: * src/types/Makefile.in 1.47:
8830: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
8831: so it does have no problems with automake.
8832: ltdl/configure AC_OUTPUT(Makefile<<removed)
8833:
8834: * src/classes/classes.awk 1.6:
8835: more strict *.C$
8836:
8837: 2002-12-02 paf
8838: * operators.txt 1.105:
8839: removed outdated status:db
8840:
8841: * src/classes/mail.C 1.82:
8842: * src/include/pa_common.h 1.88:
8843: * src/main/pa_common.C 1.136:
8844: * src/main/pa_request.C 1.243:
8845: * src/types/pa_vcookie.C 1.53:
8846: * src/types/pa_vmail.C 1.36:
8847: * www/htdocs/index.html 1.194:
8848: http header lang of tainted parts becomes http-header
8849:
1.19 paf 8850: 2002-11-29 paf
8851: * src/include/pa_common.h 1.87:
8852: * src/main/pa_common.C 1.135:
8853: * src/types/pa_vresponse.C 1.16:
8854: * src/types/pa_vresponse.h 1.31:
8855: * www/htdocs/index.html 1.192:
8856: http:// param values now handled exactly like $response:header values.
8857: e.g. can be hash [can have subattributes] & contain date values.
8858:
8859: * operators.txt 1.104:
8860: * src/classes/date.C 1.41:
8861: * src/classes/image.C 1.89:
8862: * www/htdocs/index.html 1.193:
8863: exif dates now objects of type date
8864:
8865: * src/main/pa_common.C 1.133:
8866: * www/htdocs/index.html 1.190:
8867: http:// tainted partes now %xx
8868:
8869: * src/main/pa_common.C 1.134:
8870: * www/htdocs/index.html 1.191:
8871: http:// param values lang forced URI
8872:
8873: * src/classes/image.C 1.88:
8874: 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]
8875: now used image.format
8876:
8877: 2002-11-28 paf
8878: * src/classes/op.C 1.126:
8879: * www/htdocs/index.html 1.185:
8880: ^cache bug fixed.
8881: stupid compiler allowed 'false' to go into (Hash *) parameter
8882:
8883: * src/classes/image.C 1.85:
8884: * www/htdocs/index.html 1.186:
8885: image.text now outputs one pixel HIGHER chars [one top
8886: horizontal line of 1pixel height were missing]
8887:
8888: * www/htdocs/index.html 1.187:
8889: regexp syntax xxx$ speed-up experiments
8890:
8891: * operators.txt 1.102:
8892: http.timeout
8893:
8894: * www/htdocs/font.gif 1.1:
8895: *** empty log message ***
8896:
8897: * configure.in 1.50:
8898: stopped double libltdl/Makefile generation
8899:
8900: * src/classes/image.C 1.87:
8901: * www/htdocs/index.html 1.188:
8902: image.length now counts interchar space. plus space after last char
8903:
8904: * www/htdocs/index.html 1.189:
8905: doc samples
8906:
8907: * src/main/pa_string.C 1.171:
8908: PCRE_DOLLAR_ENDONLY
8909:
8910: * src/classes/image.C 1.86:
8911: ^image.font width measurer now scans full height [were -1]
8912:
8913: 2002-11-27 paf
8914: * src/classes/image.C 1.84:
8915: * www/htdocs/index.html 1.183:
8916: ^image.font << bad font file-size now properly reported
8917:
8918: * src/include/pa_globals.h 1.98:
8919: * src/main/pa_globals.C 1.145:
8920: * src/main/pa_request.C 1.242:
8921: * src/types/pa_vmail.C 1.35:
8922: * www/htdocs/index.html 1.184:
8923: response:body[file] if file nows it's name
8924: now returns content-disposition: >>attachment<<
8925:
1.18 paf 8926: 2002-11-26 paf
8927: * operators.txt 1.101:
8928: * src/main/pa_common.C 1.130:
8929: * www/htdocs/index.html 1.182:
8930: http:// response status!=200 made exception: http.status with
8931: source=bad status#
8932:
8933: * src/main/pa_common.C 1.131:
8934: * www/htdocs/.htaccess 1.11:
8935: utf8 prefix ignored @read text
8936:
8937: * src/main/pa_request.C 1.241:
8938: fixed lang in reponse header
8939:
8940: 2002-11-25 paf
8941: * operators.txt 1.99:
8942: * src/main/pa_common.C 1.128:
8943: * www/htdocs/index.html 1.181:
8944: http fields now UPPERCASE
8945:
8946: $file[^file::load[http://there]]
8947: $file.SERVER
8948:
8949: * configure.in 1.49:
8950: * src/classes/image.C 1.83:
8951: * src/include/pa_config_auto.h.in 1.33:
8952: * src/include/pa_config_includes.h 1.22:
8953: * src/main/Makefile.am 1.35:
8954: * src/main/Makefile.in 1.46:
8955: * src/main/pa_common.C 1.129:
8956: * src/main/pa_globals.C 1.142:
8957: http://
8958: and image const void related probs fixed
8959:
8960: * operators.txt 1.98:
8961: * src/classes/file.C 1.104:
8962: * src/classes/table.C 1.168:
8963: * src/classes/xdoc.C 1.105:
8964: * src/include/pa_common.h 1.85:
8965: * src/include/pa_globals.h 1.97:
8966: * src/main/pa_common.C 1.126:
8967: * src/main/pa_globals.C 1.141:
8968: * src/main/pa_request.C 1.239:
8969: * src/types/pa_vfile.C 1.35:
8970: * src/types/pa_vfile.h 1.51:
8971: * www/htdocs/index.html 1.179:
8972: table/xdoc/file::load now understand http:// prefix and additional params, sample:
8973: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
8974: $.USER-AGENT[parser3]
8975: ]]
8976:
8977: * src/classes/file.C 1.105:
8978: * src/classes/image.C 1.82:
8979: * src/classes/xdoc.C 1.106:
8980: * src/include/pa_common.h 1.86:
8981: * src/main/pa_common.C 1.127:
8982: * src/main/pa_request.C 1.240:
8983: * www/htdocs/index.html 1.180:
8984: checked http options [invalid onces now reported]
8985: made default
8986: user-agent: paf
8987:
8988: 2002-11-22 paf
8989: * operators.txt 1.97:
8990: * src/classes/image.C 1.80:
8991: * src/include/pa_globals.h 1.96:
8992: * src/main/execute.C 1.294:
8993: * src/main/pa_globals.C 1.140:
8994: * src/types/pa_vimage.C 1.21:
8995: * src/types/pa_vimage.h 1.33:
8996: * www/htdocs/.htaccess 1.10:
8997: * www/htdocs/index.html 1.178:
8998: $image.exif support
8999: $image.exif.DateTime & co
9000:
9001: 2002-11-21 paf
9002: * src/classes/image.C 1.78:
9003: jpeg size measure fixed: were badly skipping EXIF information [
9004: were big block and it's size were considered negative :(]
9005:
9006: * operators.txt 1.96:
9007: * src/classes/image.C 1.77:
9008: * src/include/pa_common.h 1.83:
9009: * src/main/pa_common.C 1.123:
9010: * src/types/pa_vmail.C 1.34:
9011: * www/htdocs/index.html 1.177:
9012: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
9013: [now we fail to measure files with EXIF info]
9014:
9015: * src/main/pa_common.C 1.122:
9016: O_TRUNCATE killed, ftruncate used instead:
9017: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
9018:
9019: * src/main/pa_exec.C 1.44:
9020: * src/main/untaint.C 1.110:
9021: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
9022:
9023: 2002-11-20 paf
9024: * src/main/pa_exec.C 1.41:
9025: pa_exec: data written only if size>0
9026:
9027: * src/targets/cgi/parser3.C 1.205:
9028: logging @signal += query_string
9029:
9030: * src/include/pa_config_fixed.h 1.52:
9031: * src/main/pa_common.C 1.121:
9032: * src/main/pa_exec.C 1.40:
9033: * src/targets/cgi/parser3.C 1.200:
9034: ^file:exec/cgi [pa_exec] pipe read errors now checked
9035:
9036: * src/main/pa_exec.C 1.43:
9037: *** empty log message ***
9038:
9039: * operators.txt 1.95:
9040: * src/classes/file.C 1.103:
9041: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
9042:
9043: * src/include/pa_request.h 1.158:
9044: * src/main/execute.C 1.293:
9045: * src/main/pa_request.C 1.238:
9046: * src/targets/cgi/parser3.C 1.201:
9047: SIGUSR1 >> writes to error_log uri of currently processed document
9048: SIGPIPE >> interrupts request processing [exception = DB rollback]
9049:
9050: * src/targets/cgi/parser3.C 1.203:
9051: SIGNALS overriden @ main top
9052:
9053: * configure.in 1.48:
9054: * src/include/pa_config_auto.h.in 1.32:
9055: * src/include/pa_config_includes.h 1.21:
9056: * src/main/pa_exec.C 1.42:
9057: * src/targets/cgi/parser3.C 1.204:
9058: comment
9059:
9060: 2002-11-19 paf
9061: * src/targets/cgi/parser3.C 1.199:
9062: removed #ifdef WIN32 around check of CGI: Illegal call
9063:
9064: 2002-11-01 paf
9065: * src/main/execute.C 1.292:
9066: comment
9067:
9068: 2002-10-31 paf
9069: * src/types/pa_vobject.C 1.11:
9070: * src/types/pa_vstateless_object.h 1.27:
9071: object put replaces static parent if any
9072:
9073: * src/main/execute.C 1.291:
9074: found out why, checked that for now.
9075: todo: find out a way for that user could do that
9076:
9077: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
9078: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
9079: realized that one can't remember derivates in base class: there's so many of them.
9080: also there can be no virtual method calls in static classes
9081:
9082: * src/classes/op.C 1.124:
9083: * src/types/pa_value.h 1.107:
9084: * src/types/pa_vobject.h 1.36:
9085: * www/htdocs/base.p 1.4:
9086: * www/htdocs/derived.p 1.22:
9087: * www/htdocs/index.html 1.174:
9088: * www/htdocs/operators.p 1.11:
9089: * www/htdocs/some.p 1.2:
9090: ^process[$caller.self]{...}
9091: now compiles to last derived object part of that 'self'
9092:
9093: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
9094: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
9095: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
9096: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
9097: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
9098: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
9099: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
9100: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
9101: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
9102: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
9103: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
9104: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
9105: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
9106: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
9107: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
9108: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
9109: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
9110: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
9111: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
9112: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
9113: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
9114: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
9115: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
9116: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
9117: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
9118: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
9119: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
9120: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
9121: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
9122: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
9123: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
9124: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
9125: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
9126: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
9127: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
9128: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
9129: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
9130: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
9131: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
9132: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
9133: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
9134: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
9135: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
9136: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
9137: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
9138: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
9139: static call $self fixed
9140:
9141: * www/htdocs/base.p 1.6:
9142: * www/htdocs/derived.p 1.24:
9143: * www/htdocs/index.html 1.176:
9144: this example creates base object, which is wrong, todo: find
9145: out why
9146:
9147: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
9148: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
9149: killed $virtual_fields in dynamic, but one can reach derived
9150: static[class] variable from base
9151:
9152: * src/classes/form.C 1.33:
9153: * src/classes/mail.C 1.81:
9154: * src/classes/op.C 1.125:
9155: * src/classes/xnode.h 1.17:
9156: * src/main/compile.tab.C 1.76:
9157: * src/main/execute.C 1.290:
9158: * src/main/pa_request.C 1.237:
9159: * src/types/pa_value.h 1.108:
9160: * src/types/pa_vclass.C 1.15:
9161: * src/types/pa_vclass.h 1.38:
9162: * src/types/pa_vcode_frame.h 1.23:
9163: * src/types/pa_vcookie.C 1.52:
9164: * src/types/pa_vcookie.h 1.22:
9165: * src/types/pa_vdate.h 1.23:
9166: * src/types/pa_venv.h 1.27:
9167: * src/types/pa_vfile.h 1.50:
9168: * src/types/pa_vform.C 1.71:
9169: * src/types/pa_vform.h 1.44:
9170: * src/types/pa_vhash.h 1.41:
9171: * src/types/pa_vimage.h 1.32:
9172: * src/types/pa_vmail.C 1.33:
9173: * src/types/pa_vmail.h 1.7:
9174: * src/types/pa_vmath.h 1.13:
9175: * src/types/pa_vmethod_frame.h 1.44:
9176: * src/types/pa_vobject.C 1.10:
9177: * src/types/pa_vobject.h 1.37:
9178: * src/types/pa_vrequest.C 1.26:
9179: * src/types/pa_vrequest.h 1.24:
9180: * src/types/pa_vresponse.C 1.15:
9181: * src/types/pa_vresponse.h 1.30:
9182: * src/types/pa_vstateless_class.C 1.18:
9183: * src/types/pa_vstateless_class.h 1.41:
9184: * src/types/pa_vstateless_object.h 1.26:
9185: * src/types/pa_vstatus.C 1.14:
9186: * src/types/pa_vstatus.h 1.14:
9187: * src/types/pa_vstring.h 1.53:
9188: * src/types/pa_vtable.C 1.20:
9189: * src/types/pa_vtable.h 1.47:
9190: * src/types/pa_vvoid.h 1.15:
9191: * src/types/pa_vxdoc.C 1.22:
9192: * src/types/pa_vxdoc.h 1.30:
9193: * src/types/pa_vxnode.C 1.29:
9194: * src/types/pa_vxnode.h 1.21:
9195: * src/types/pa_wwrapper.h 1.27:
9196: * www/htdocs/base.p 1.5:
9197: * www/htdocs/derived.p 1.23:
9198: * www/htdocs/index.html 1.175:
9199: static fix merged
9200:
9201: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
9202: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
9203: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
9204: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
9205: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
9206: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
9207: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
9208: fixed statics, left $virtual_fields in dynamic
9209:
9210: * src/main/execute.C 1.288:
9211: comment
9212:
9213: 2002-10-30 paf
9214: * www/htdocs/derived.p 1.21:
9215: * www/htdocs/some.p 1.1:
9216: include method overriding tested OK
9217:
9218: 2002-10-29 paf
9219: * src/targets/isapi/parser3isapi.C 1.80:
9220: comment on 404 bad status re-passing [iis to blame]
9221:
9222: * src/classes/string.C 1.122:
9223: changed string.save to pass current sql connection to cstr
9224: thus one can
9225: ^connect[some server]{
9226: $s[insert into table x (x) values (^taint[sql]{value})]
9227: ^s.save[some.sql]
9228: }
9229: and he'd get in some.sql file code with properly escaped.
9230: [tried in mssql->mysql export->import of binary data]
9231:
9232: 2002-10-28 paf
9233: * www/htdocs/index.html 1.172:
9234: * www/htdocs/index.html 1.173:
9235: bad email handling test
9236:
9237: 2002-10-25 paf
9238: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
9239: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
9240: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
9241: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
9242: saving for maybe-future
9243:
9244: * src/types/pa_vresponse.C 1.14:
9245: case insensitive response user fields get/put
9246:
9247: 2002-10-23 paf
9248: * src/types/pa_vmail.C 1.32:
9249: * www/htdocs/index.html 1.171:
9250: email whitespace trimBoth-ed
9251:
9252: * operators.txt 1.94:
9253: * src/classes/table.C 1.166:
9254: ^table.hash{code}...
9255: ^table.hash(expr)...
9256:
9257: 2002-10-22 paf
9258: * src/types/pa_vform.C 1.70:
9259: * src/types/pa_vform.h 1.43:
9260: removed needless VForm::Append...(...Value)
9261:
9262: * src/main/execute.C 1.287:
9263: $.name outside of $name[...]
9264: checked
9265:
9266: * src/main/compile.tab.C 1.75:
9267: * src/main/compile.y 1.203:
9268: lexer changed to fix ^call[]^#HH bug [that situation yelded no
9269: EON, which whas wrong]
9270:
9271: 2002-10-21 paf
9272: * operators.txt 1.91:
9273: * src/types/pa_vform.C 1.67:
9274: $form:image-map
9275:
9276: * operators.txt 1.92:
9277: * src/types/pa_vform.C 1.68:
9278: $form:nameless = "?value&...", "...&value&...", "...&value"
9279:
9280: * operators.txt 1.93:
9281: * src/types/pa_vform.C 1.69:
9282: * src/types/pa_vform.h 1.42:
9283: $form:qtail
9284: $form:imap.x/y
9285:
9286: * operators.txt 1.90:
9287: * src/classes/file.C 1.102:
9288: * www/htdocs/index.html 1.170:
9289: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
9290:
9291: 2002-10-17 paf
9292: * src/classes/op.C 1.123:
9293: exception handling fixed [were bad with contexts]
9294:
9295: * src/main/compile.tab.C 1.74:
9296: * src/main/compile.y 1.202:
9297: operators precedence changed a little:
9298: logical not and bitwise negation precedence made highest,
9299: << and >> bitshits precedence made equal [were << higher than >>]
9300:
1.17 paf 9301: 2002-10-16 paf
9302: * src/classes/op.C 1.122:
9303: * src/include/pa_request.h 1.157:
9304: * src/main/execute.C 1.285:
9305: * src/main/execute.C 1.286:
9306: * src/main/pa_request.C 1.236:
9307: * www/htdocs/derived.p 1.20:
9308: * www/htdocs/index.html 1.167:
9309: * www/htdocs/index.html 1.168:
9310: Request::self considered equal to VMethodFrame::self, and removed,
9311: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 9312:
9313: * www/htdocs/index.html 1.169:
9314: bad compile to system class test
1.17 paf 9315:
9316: * src/classes/op.C 1.121:
9317: * src/main/pa_request.C 1.235:
9318: VMainClass now has name = $hash in open field now gives old
9319: good error meesage
9320:
1.15 paf 9321: 2002-10-15 paf
1.17 paf 9322: * www/htdocs/derived.p 1.17:
9323: * www/htdocs/index.html 1.162:
9324: test of ^process from operator called from user class
9325:
9326: * src/types/pa_vjunction.h 1.18:
9327: * www/htdocs/index.html 1.166:
9328: ^if(def $junction){was true}{now false}
9329: use
9330: ^if($junction is junction){was and now true}
9331:
9332: * src/types/pa_vjunction.C 1.2:
9333: ident
9334:
9335: * src/classes/op.C 1.119:
9336: * src/main/compile.tab.C 1.72:
9337: * src/main/compile.y 1.200:
9338: * src/types/pa_vmethod_frame.h 1.42:
9339: process[self] objects also considered [were only classes]
9340:
1.15 paf 9341: * src/main/execute.C 1.283:
9342: * src/targets/cgi/parser3.C 1.198:
9343: * src/types/pa_vstateless_class.C 1.17:
9344: * src/types/pa_vstateless_class.h 1.40:
9345: * www/htdocs/operators.p 1.9:
9346: compiling to system classes disabled
9347:
1.17 paf 9348: * operators.txt 1.88:
9349: * src/classes/op.C 1.116:
9350: * www/htdocs/operators.p 1.8:
9351: ^process[$caller.CLASS]{code-string} added
9352:
9353: * src/types/Makefile.in 1.46:
9354: *** empty log message ***
1.15 paf 9355:
1.17 paf 9356: * src/classes/op.C 1.120:
9357: * src/include/pa_opcode.h 1.23:
9358: * src/include/pa_request.h 1.156:
9359: * src/main/compile.tab.C 1.73:
9360: * src/main/compile.y 1.201:
9361: * src/main/execute.C 1.284:
9362: * src/types/pa_vmethod_frame.h 1.43:
9363: * www/htdocs/derived.p 1.19:
9364: removed last pieces of old code allowing $junction.xxx at
9365: compile time
1.15 paf 9366:
9367: * operators.txt 1.87:
9368: * src/classes/op.C 1.115:
9369: * src/main/compile.tab.C 1.71:
9370: * src/main/compile.y 1.199:
9371: * src/main/execute.C 1.282:
9372: * src/main/pa_request.C 1.234:
9373: * src/types/Makefile.am 1.28:
9374: * src/types/pa_vjunction.C 1.3:
9375: * src/types/pa_vjunction.h 1.17:
9376: * src/types/pa_vmethod_frame.h 1.40:
9377: * src/types/types.dsp 1.35:
9378: * www/htdocs/operators.p 1.7:
9379: removed $junction.get $junction.set[]
9380: introducing $caller
9381:
9382: * src/classes/op.C 1.118:
9383: * src/include/pa_request.h 1.155:
9384: * src/types/pa_vmethod_frame.h 1.41:
9385: * www/htdocs/derived.p 1.18:
9386: * www/htdocs/index.html 1.164:
9387: ^process[CLASS]{body} now executed with CLASS self.
9388: [ (request&method_frame).self temporarily changed ]
9389:
1.17 paf 9390: * src/classes/xdoc.C 1.104:
9391: * src/classes/xnode.C 1.53:
9392: * src/include/pa_charset.h 1.19:
9393: * src/include/pa_pool.h 1.85:
9394: * src/main/pa_charset.C 1.31:
9395: * src/main/pa_pool.C 1.57:
9396: * src/types/pa_vxnode.C 1.28:
9397: * www/htdocs/index.html 1.165:
9398: xml->parser strings now have origin, which points to place
9399: where value left xml library and came to parser: place of dom
9400: field extraction/call
1.16 paf 9401:
1.24 paf 9402: * src/types/pa_value.h 1.106:
9403: removed outdated comments. doxygen would find them lower by
9404: inheritance tree
9405:
1.15 paf 9406: * src/classes/hash.C 1.51:
9407: * src/classes/op.C 1.117:
9408: * www/htdocs/index.html 1.163:
9409: * www/htdocs/operators.p 1.10:
9410: method_frame now always changed, with no exception to native calls.
9411: for&foreach changed to use method_frame.caller for their var's name context
9412:
9413: 2002-10-14 paf
9414: * src/classes/form.C 1.32:
9415: * src/classes/mail.C 1.80:
9416: * src/classes/op.C 1.113:
9417: * src/include/pa_request.h 1.154:
9418: * src/main/compile.C 1.67:
9419: * src/main/compile.tab.C 1.70:
9420: * src/main/compile.y 1.198:
9421: * src/main/execute.C 1.281:
9422: * src/main/pa_request.C 1.233:
9423: * src/types/pa_vstateless_class.h 1.39:
9424: * www/htdocs/index.html 1.161:
9425: operators now main-class-methods
9426:
9427: * src/include/pa_request.h 1.152:
9428: * src/main/execute.C 1.280:
9429: * src/main/pa_request.C 1.232:
9430: operators @auto now executed in MAIN context
9431:
9432: * src/types/pa_vclass.C 1.14:
9433: * src/types/pa_vobject.h 1.35:
9434: * src/types/pa_vstateless_class.C 1.16:
9435: * src/types/pa_vstateless_class.h 1.38:
9436: * www/htdocs/index.html 1.158:
9437: * www/htdocs/operators.p 1.5:
9438: $form:CLASS resurrected [wes killed in action]
9439:
9440: * configure 1.49:
9441: * configure.in 1.47:
9442: * operators.txt 1.86:
9443: * src/include/pa_config_auto.h.in 1.31:
9444: * src/types/pa_vstatus.C 1.13:
9445: * www/htdocs/index.html 1.157:
9446: $status:rusage.tv_secs/usecs introduced
9447:
9448: * src/types/pa_vxnode.C 1.27:
9449: misreplace fixed
9450:
9451: * src/classes/op.C 1.112:
9452: * src/include/pa_request.h 1.153:
9453: * www/htdocs/index.html 1.160:
9454: * www/htdocs/operators.p 1.6:
9455: ^try{^call{}} now has better stack trace [has "call" & co there]
9456:
9457: * src/main/execute.C 1.279:
9458: operator execution context now = MAIN, not closest stack frame
9459:
9460: @touchit[]
9461: $i[after]
9462:
9463: ----t.html
9464: $i[before] << local
9465: ^touchit[]
9466: $i << now 'before', were 'after'
9467:
9468: ---t.html
9469: $i[before] << notlocal [main]
9470: ^touchit[]
9471: $i << now 'after'
9472:
9473: * src/main/execute.C 1.278:
9474: comment
9475:
9476: * src/classes/op.C 1.114:
9477: process compiles to code's class class
9478:
9479: 2002-10-09 paf
9480: * src/classes/double.C 1.52:
9481: * src/classes/int.C 1.48:
9482: * src/classes/string.C 1.121:
9483: * www/htdocs/derived.p 1.16:
9484: * www/htdocs/index.html 1.156:
9485: ^string.int[] now failes on empty string [or uses (default)]
9486:
9487: 2002-10-08 paf
9488: * src/lib/patches/Makefile.am 1.2:
9489: * src/lib/patches/Makefile.in 1.5:
9490: forgot libgdome_morestatic.patch
9491:
9492: * src/types/pa_vxnode.C 1.26:
9493: misreplace
9494:
9495: * src/main/untaint.C 1.109:
9496: mail header quoted printable changed after RFC reread
9497:
9498: * operators.txt 1.85:
9499: plan on ^if(method
9500:
9501: 2002-09-24 paf
9502: * src/targets/cgi/Makefile.am 1.45:
9503: * src/targets/cgi/Makefile.in 1.58:
9504: LIBS were bad name in .am
9505:
9506: * acconfig.h 1.5:
9507: * configure 1.47:
9508: * configure.in 1.46:
9509: * src/include/pa_config_auto.h.in 1.30:
9510: * src/include/pa_config_fixed.h 1.51:
9511: * src/targets/cgi/Makefile.am 1.44:
9512: * src/targets/cgi/Makefile.in 1.57:
9513: * src/types/pa_vmail.C 1.30:
9514: * src/types/pa_vmail.C 1.31:
9515: HAVE_TIMEZONE & co now checked and mailreceive would compile on
9516: freebsd now
9517:
9518: * src/classes/file.C 1.101:
9519: * src/main/untaint.C 1.108:
9520: * www/htdocs/index.html 1.155:
9521: 1.
9522: file spec language changed:
9523: now there are only few chars are untainted:
9524: * ? ' " < > |
9525: and, on unix, : \ ~
9526: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
9527:
9528: 2.
9529: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
9530:
9531: @russianindex[]
9532: #dir with files with russian-lang names
9533: $where[dir]
9534:
9535: $dir[^file:list[$where;\.txt^$]]
9536: ^dir.menu{
9537: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
9538: }
9539:
9540: 2002-09-23 paf
9541: * src/classes/date.C 1.38:
9542: * src/classes/date.C 1.39:
9543: date bug fix, now round(floatDays*secondsPerDay)
9544:
9545: * src/targets/cgi/Makefile.in 1.56:
9546: *** empty log message ***
9547:
9548: * src/types/pa_vdouble.h 1.41:
9549: double->int round added
9550:
9551: 2002-09-20 paf
9552: * src/types/pa_vhash.h 1.40:
9553: * www/htdocs/operators.p 1.4:
9554: hash.foreach modification of existing keys allowed
9555:
9556: * src/main/compile.tab.C 1.69:
9557: * src/main/compile.y 1.197:
9558: * www/htdocs/index.html 1.153:
9559: changed grammer on junction expanding to include ^junction.method
9560:
9561: * src/classes/xdoc.C 1.102:
9562: empty transform result, being taken as file now returns empty
9563: file, not raises stupid error about "stat-ed file"
9564:
9565: * src/main/execute.C 1.276:
9566: * www/htdocs/index.html 1.154:
9567: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
9568:
9569: this now error:
9570: @badjunctioncall[]
9571: ^badjunctioncallinside{code}
9572:
9573: @badjunctioncallinside[code]
9574: ^code[]
9575:
9576: * src/targets/apache13/Makefile.am 1.15:
9577: * src/targets/apache13/Makefile.in 1.40:
9578: * src/targets/cgi/Makefile.am 1.43:
9579: * src/targets/cgi/Makefile.in 1.55:
9580: binaries now depend on makefiles, thus taking linking options
9581: configure changes into account [were: ignoring]
9582:
9583: * src/classes/xdoc.C 1.103:
9584: * www/htdocs/index.html 1.152:
9585: xdoc::create[name] now sets $request:charset as internal xdoc
9586: encoding, and after decoding attributes set by dom functions
9587: now encoded OK, not as digital entities
9588:
9589: * src/types/Makefile.in 1.45:
9590: *** empty log message ***
9591:
9592: * src/include/pa_opcode.h 1.22:
9593: * src/include/pa_request.h 1.150:
9594: * src/main/compile.tab.C 1.68:
9595: * src/main/compile.y 1.196:
9596: * src/main/execute.C 1.275:
9597: * src/main/main.dsp 1.159:
9598: * src/targets/cgi/parser3.dsp 1.60:
9599: * src/types/Makefile.am 1.27:
9600: * src/types/pa_vjunction.C 1.1:
9601: * src/types/pa_vjunction.h 1.16:
9602: * src/types/types.dsp 1.34:
9603: * www/htdocs/.htaccess 1.8:
9604: * www/htdocs/index.html 1.151:
9605: introducing $junction.get/put(1)
9606: one can write iterators now:
9607:
9608: ^user-foreach[key;value]{$key=$value<br>}
9609:
9610: @user-foreach[key;value;code]
9611: ^for[i](1;10){
9612: $code.key($i)
9613: $code.value($i*2)
9614: $code
9615: }
9616:
9617: * src/main/pa_common.C 1.120:
9618: -d "DIR/" now true
9619:
9620: * src/main/compile_tools.h 1.66:
9621: mistype
9622:
9623: 2002-09-19 paf
9624: * Makefile.am 1.8:
9625: * Makefile.in 1.21:
9626: * aclocal.m4 1.5:
9627: *** empty log message ***
9628:
9629: * aclocal.m4 1.3:
9630: forced to be older
9631:
9632: * Makefile.am 1.12:
9633: * Makefile.in 1.25:
9634: new: make commit
9635:
9636: 2002-09-18 paf
9637: * parser3.dsw 1.4:
9638: * src/include/pa_opcode.h 1.21:
9639: * src/main/compile.tab.C 1.67:
9640: * src/main/compile.y 1.195:
9641: * src/main/execute.C 1.274:
9642: * www/htdocs/index.html 1.150:
9643: << >> int shifts
9644:
9645: * src/classes/file.C 1.100:
9646: * www/htdocs/index.html 1.149:
9647: * www/htdocs/mailreceive.eml 1.3:
9648: ^file::exec/cgi $.stdin[can be file now]
9649: so that one can pass binary data there
9650:
9651: * src/include/pa_common.h 1.82:
9652: * src/include/pa_request.h 1.149:
9653: * src/main/pa_common.C 1.119:
9654: * src/main/pa_request.C 1.230:
9655: auto.p exists but unreadable - now this - fatal error
9656:
9657: * src/classes/date.C 1.37:
9658: * src/classes/double.C 1.51:
9659: * src/classes/file.C 1.99:
9660: * src/classes/hash.C 1.50:
9661: * src/classes/image.C 1.76:
9662: * src/classes/int.C 1.47:
9663: * src/classes/mail.C 1.79:
9664: * src/classes/op.C 1.111:
9665: * src/classes/response.C 1.22:
9666: * src/classes/string.C 1.120:
9667: * src/classes/table.C 1.165:
9668: * src/classes/void.C 1.25:
9669: * src/classes/xdoc.C 1.101:
9670: * src/classes/xnode.C 1.52:
9671: * src/include/pa_request.h 1.148:
9672: * www/htdocs/index.html 1.148:
9673: pa_request contexts made privated, plus get_{self/method_frame} to read.
9674: Request_context_saver used in ^try to save flang too.
9675: [were not saved]
9676:
9677: * src/types/pa_vresponse.C 1.13:
9678: header value chains joined before output, this should help
9679: $.subject[$var $var]
9680: from being converted to
9681: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
9682:
9683: 2002-09-17 paf
9684: * src/classes/op.C 1.109:
9685: * www/htdocs/index.html 1.147:
9686: * www/htdocs/operators.p 1.2:
9687: made place for ^process to compile it's code to in case of no self
9688:
9689: * src/classes/op.C 1.110:
9690: * src/main/execute.C 1.272:
9691: * src/main/pa_request.C 1.229:
9692: * src/types/pa_value.C 1.8:
9693: * src/types/pa_value.h 1.104:
9694: * src/types/pa_vmethod_frame.h 1.38:
9695: * src/types/pa_vstateless_class.h 1.37:
9696: * www/htdocs/operators.p 1.3:
9697: operators now executed with MAIN self.
9698: it's for ^include sake, too strong a change
9699:
9700: * src/classes/hash.C 1.47:
9701: foreach delims bug fixed [were ,2,3]
9702:
9703: * src/classes/hash.C 1.48:
9704: * src/classes/table.C 1.162:
9705: * src/include/pa_sql_connection.h 1.29:
9706: * www/htdocs/index.html 1.141:
9707: table.sql hash::sql duplicate keys now errors
9708:
9709: * src/main/execute.C 1.273:
9710: * src/types/pa_value.h 1.105:
9711: * src/types/pa_vmethod_frame.h 1.39:
9712: removed changes, operators executed with calling self.
9713: lots of code with ^include code relies on defined/defining self variables
9714:
9715: $a[1]
9716: ^include[print_a.p]
9717: print_a.p: $a
9718:
9719: ^include[set_a.p]
9720: a=$a
9721: set_a.p:
9722: $a[1]
9723:
9724: * operators.txt 1.83:
9725: * operators.txt 1.84:
9726: * src/classes/hash.C 1.49:
9727: * src/classes/table.C 1.163:
9728: * src/include/pa_globals.h 1.95:
9729: * src/main/pa_globals.C 1.139:
9730: * www/htdocs/index.html 1.142:
9731: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
9732: first record taken [were last]
9733:
9734: * src/main/execute.C 1.270:
9735: * src/main/execute.C 1.271:
9736: * src/types/pa_value.C 1.7:
9737: * src/types/pa_value.h 1.103:
9738: * src/types/pa_vstateless_class.h 1.36:
9739: * www/htdocs/index.html 1.146:
9740: found ancient param to Junction, removed.
9741: allowed passing self to native_code_operators [for ^process to work, she needs self]
9742:
9743: * Makefile.in 1.20:
9744: * bin/Makefile.in 1.5:
9745: * bin/auto.p.dist.in 1.8:
9746: * configure 1.40:
9747: * configure 1.41:
9748: * configure.in 1.40:
9749: * configure.in 1.41:
9750: * etc/Makefile.in 1.10:
9751: * etc/parser3.charsets/Makefile.in 1.13:
9752: * src/Makefile.in 1.51:
9753: * src/classes/Makefile.in 1.49:
9754: * src/include/Makefile.in 1.7:
9755: * src/lib/Makefile.in 1.4:
9756: * src/lib/md5/Makefile.in 1.2:
9757: * src/lib/patches/Makefile.in 1.4:
9758: * src/lib/pcre/Makefile.in 1.4:
9759: * src/main/Makefile.in 1.45:
9760: * src/sql/Makefile.in 1.7:
9761: * src/targets/Makefile.in 1.38:
9762: * src/targets/apache13/Makefile.in 1.39:
9763: * src/targets/cgi/Makefile.in 1.54:
9764: * src/targets/isapi/Makefile.in 1.7:
9765: * src/types/Makefile.in 1.44:
9766: so now detected [can be .sl on hpux, .dll on cygwin, .so in
9767: other cases)
9768:
9769: * bin/auto.p.dist.in 1.9:
9770: strange \n
9771:
9772: * src/classes/table.C 1.164:
9773: * src/classes/xdoc.C 1.100:
9774: * www/htdocs/index.html 1.144:
9775: table::sql options
9776: table::create copy options
9777: options checked, wrong option now fatal error
9778:
9779: * src/main/pa_string.C 1.170:
9780: * www/htdocs/index.html 1.143:
9781: string.replace fixed [were missing words on pieces boundaries]
9782:
9783: * src/main/execute.C 1.269:
9784: * src/main/pa_request.C 1.228:
9785: * src/types/pa_value.C 1.6:
9786: * src/types/pa_value.h 1.102:
9787: * src/types/pa_vmethod_frame.h 1.37:
9788: * src/types/pa_vstateless_class.h 1.35:
9789: * www/htdocs/index.html 1.145:
9790: * www/htdocs/operators.p 1.1:
9791: allowed Request.self to be 0, checked that in VMethodFrame get
9792: put and $self.
9793:
9794: * src/classes/op.C 1.108:
9795: * src/classes/table.C 1.161:
9796: * www/htdocs/index.html 1.140:
9797: menu/for delims bug fixed [were ,2,3]
9798:
9799: 2002-09-16 paf
9800: * src/classes/file.C 1.98:
9801: * www/htdocs/index.html 1.139:
9802: 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.
9803: now detected closest header break.
9804:
9805: * src/main/untaint.C 1.107:
9806: * src/types/pa_vmail.C 1.29:
9807: mail:send closing ?= now closed right
9808:
9809: 2002-09-13 paf
9810: * operators.txt 1.81:
9811: * src/main/compile.tab.C 1.65:
9812: * src/main/compile.y 1.193:
9813: * www/htdocs/index.html 1.137:
9814: !| bitwise
9815: !|| numerical
9816: xor now
9817: [preparing for expression #comments]
9818:
9819: * src/main/compile.tab.C 1.63:
9820: * src/main/compile.y 1.191:
9821: * src/types/pa_vresponse.C 1.12:
9822: * www/htdocs/index.html 1.135:
9823: cookie date now clean [were mistakenly tainted & that worked
9824: bad with opera -- 'happily' that worked OK with msie]
9825:
9826: * src/main/compile.tab.C 1.64:
9827: * src/main/compile.y 1.192:
9828: * www/htdocs/index.html 1.136:
9829: @method[$name]
9830: now parse error
9831:
9832: * operators.txt 1.82:
9833: * src/main/compile.tab.C 1.66:
9834: * src/main/compile.y 1.194:
9835: * src/main/compile_tools.h 1.65:
9836: * www/htdocs/index.html 1.138:
9837: (expression #comment)
9838:
9839: (multiline expression #comment
9840: line2 #comment
9841: )
9842:
9843: (expression #comment with (brackets) comment) << OK
9844:
9845: * Makefile.in 1.19:
9846: * configure 1.39:
9847: * configure.in 1.39:
9848: * src/include/pa_config_auto.h.in 1.29:
9849: HAVE_WINSOCK_H created in configure.in
9850:
9851: * src/include/pa_config_fixed.h 1.50:
9852: * src/main/pa_socks.C 1.17:
9853: HAVE_WINSOCK_H cheched in pa_socks.C
9854:
9855: 2002-09-12 paf
9856: * src/main/untaint.C 1.105:
9857: * www/htdocs/index.html 1.134:
9858: quoted printable ' ' now =20
9859: and encoding stops before <...>$
9860:
9861: * src/types/pa_vclass.C 1.13:
9862: * src/types/pa_vmail.C 1.28:
9863: * src/types/pa_vobject.C 1.8:
9864: VObject & VClass
9865: get_element
9866: now first looks to fields, next to methods & co
9867: todo: the rest
9868: reason: more speed
9869:
9870: * src/main/untaint.C 1.106:
9871: quoted printable encoding stops before \s*<...>$
9872:
9873: 2002-09-11 paf
9874: * src/main/pa_charset.C 1.30:
9875: * src/targets/cgi/parser3.dsp 1.59:
9876: * www/htdocs/index.html 1.133:
9877: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
9878: forgot to check users of those funcs. not all were using that return value convention
9879:
9880: * etc/parser3.charsets/windows-1254.cfg 1.1:
9881: * src/lib/pcre/ibm-1254.ucm 1.1:
9882: windows-1254 added
9883:
9884: 2002-09-10 paf
9885: * src/classes/op.C 1.106:
9886: * src/main/execute.C 1.265:
9887: * src/types/pa_value.C 1.5:
9888: * src/types/pa_value.h 1.100:
9889: * src/types/pa_vcode_frame.h 1.22:
9890: * src/types/pa_vmethod_frame.h 1.36:
9891: * src/types/pa_wcontext.C 1.23:
9892: * src/types/pa_wcontext.h 1.39:
9893: * src/types/pa_wwrapper.h 1.25:
9894: moved junction kill responsibility to wcontext
9895:
9896: * src/main/execute.C 1.267:
9897: * src/types/pa_value.h 1.101:
9898: * src/types/pa_wwrapper.h 1.26:
9899: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
9900: now has parent, wich helps code in hash to survivi
9901:
9902: * src/include/pa_request.h 1.147:
9903: * src/main/execute.C 1.266:
9904: removed redundant param to execute [stack said 'thanks']
9905:
9906: * src/classes/file.C 1.97:
9907: decided not to log exec's with stderr, that could be warnings,
9908: and it's up to scritper to log/show them
9909:
9910: * src/main/pa_charset.C 1.29:
9911: * src/types/pa_vmail.C 1.27:
9912: * www/htdocs/index.html 1.131:
9913: 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]
9914: tfm readed & code updated
9915:
9916: * src/classes/op.C 1.107:
9917: * src/main/execute.C 1.268:
9918: * src/types/pa_wcontext.h 1.40:
9919: * src/types/pa_wcontext.h 1.41:
9920: VCodeFrame parent param were specified badly
9921:
9922: * src/classes/double.C 1.50:
9923: * src/main/execute.C 1.264:
9924: * www/htdocs/index.html 1.132:
9925: double:sql badly called write_assign_lang, not write_no_lang,
9926: thus doing unnecessary double/string converstion, which were loosing time&precesion
9927:
9928: 2002-09-04 paf
9929: * src/types/pa_vxnode.C 1.25:
9930: * www/htdocs/index.html 1.129:
9931: removed too strong checks of xnode.elements.
9932: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
9933:
9934: * configure 1.37:
9935: * configure.in 1.38:
9936: introducing --with-sjlj-exceptions
9937: [hpux can not work with longjump/throw pair, and one must switch that on there.
9938: todo: detect that automatically]
9939:
9940: * configure 1.38:
9941: makes with sjlj
9942:
9943: * src/include/pa_config_auto.h.in 1.28:
9944: sjlj define
9945:
9946: * INSTALL 1.26:
9947: * src/include/pa_config_fixed.h 1.49:
9948: * src/include/pa_sql_connection.h 1.28:
9949: * src/main/pa_sql_driver_manager.C 1.65:
9950: * www/htdocs/index.html 1.130:
9951: -with-sjlj-exceptions define checked.
9952: on win32 it made default
9953:
9954: 2002-09-02 paf
9955: * Makefile.am 1.7:
9956: * Makefile.in 1.18:
9957: * src/types/pa_vdate.h 1.20:
9958: happy now only install-exec
9959:
9960: * src/types/pa_vdate.h 1.21:
9961: removed debug
9962:
9963: * operators.txt 1.80:
9964: * src/main/execute.C 1.263:
9965: * src/targets/cgi/parser3.dsp 1.58:
9966: * www/htdocs/index.html 1.128:
9967: removed double_result, didn't help
9968:
9969: * src/types/pa_vdate.h 1.22:
9970: *** empty log message ***
9971:
9972: * src/main/execute.C 1.258:
9973: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
9974: this works fine on solaris/intel for still unknown reason.
9975:
9976: * src/main/execute.C 1.261:
9977: double_result made to move that var away from hungry g++ optimizer (-O2),
9978: before: it were optimized and comparison operators worked badly
9979:
9980: 2002-08-29 paf
9981: * parser3.dsw 1.3:
9982: * src/classes/classes.dsp 1.25:
9983: * src/classes/hash.C 1.46:
9984: * src/classes/op.C 1.105:
9985: * src/classes/string.C 1.119:
9986: * src/include/pa_request.h 1.146:
9987: * src/lib/md5/md5.dsp 1.2:
9988: * src/main/execute.C 1.257:
9989: * src/main/main.dsp 1.158:
9990: * src/main/pa_request.C 1.227:
9991: * src/targets/cgi/parser3.dsp 1.57:
9992: * src/types/pa_value.C 1.4:
9993: * src/types/pa_value.h 1.99:
9994: * src/types/pa_vmail.C 1.26:
9995: * src/types/pa_vmethod_frame.h 1.35:
9996: * src/types/pa_wcontext.h 1.38:
9997: * src/types/types.dsp 1.33:
9998: * www/htdocs/index.html 1.127:
9999: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
10000: request.root renamed to method_frame [more easyreading]
10001: ancient {...PUSH/POPs...} changed to stack vars [speed up]
10002:
10003: 2002-08-28 paf
10004: * operators.txt 1.79:
10005: * src/classes/string.C 1.118:
10006: * www/htdocs/derived.p 1.15:
10007: * www/htdocs/index.html 1.124:
10008: ^string.split[delim[;options]]
10009:
10010: * src/types/pa_vcookie.C 1.50:
10011: * www/htdocs/index.html 1.125:
10012: fixed cookie delete when
10013: $cookie:name[$.value[]]
10014:
10015: * src/types/pa_vcookie.C 1.51:
10016: * www/htdocs/index.html 1.126:
10017: $cookie:name[&]
10018: $cookie:name << now tainted
10019:
10020: 2002-08-27 paf
10021: * etc/parser3.charsets/Makefile.am 1.4:
10022: * etc/parser3.charsets/Makefile.in 1.12:
10023: merged from 3.0.0005
10024:
10025: * INSTALL 1.25:
10026: recommended latest gmime 1.0.5
10027:
10028: * operators.txt 1.78:
10029: * src/main/compile.tab.C 1.62:
10030: * src/main/compile.y 1.190:
10031: * www/htdocs/index.html 1.123:
10032: * www/htdocs/mailreceive.eml 1.2:
10033: # now delimiter
10034:
10035: 2002-08-26 paf
10036: * configure 1.36:
10037: * configure.in 1.37:
10038: * src/targets/apache13/Makefile.am 1.14:
10039: * src/targets/apache13/Makefile.in 1.38:
10040: apache13/hook added to make dist.
10041:
10042: 2002-08-23 paf
10043: * src/include/pa_common.h 1.81:
10044: * src/main/pa_common.C 1.118:
10045: * src/targets/cgi/parser3.C 1.197:
10046: * src/targets/isapi/parser3isapi.C 1.79:
10047: * www/htdocs/index.html 1.122:
10048: when auto.p beside binary [cgi, isapi] not accessible [due to
10049: bad rights or whatever] it's error now
10050:
10051: 2002-08-21 paf
10052: * src/main/pa_string.C 1.169:
10053: * www/htdocs/index.html 1.121:
10054: fixed bad language bug, [were wrong string cloning constructor]
10055:
10056: * src/main/compile.tab.C 1.61:
10057: * src/main/compile.y 1.189:
10058: * src/main/compile_tools.C 1.53:
10059: * src/main/compile_tools.h 1.64:
10060: * www/htdocs/derived.p 1.13:
10061: * www/htdocs/derived.p 1.14:
10062: "BASE:"
10063: "BASE::"
10064: syntax allowed, means "base class".
10065: compiled as if here they named base class
10066:
10067: * bin/auto.p.dist.in 1.7:
10068: * src/targets/cgi/parser3.C 1.196:
10069: * src/types/pa_vfile.C 1.34:
10070: * src/types/pa_vmail.C 1.23:
10071: * www/htdocs/mailreceive.eml 1.1:
10072: * www/htdocs/mailreceive.html 1.1:
10073: $mail.received.file.value.content-type fixed
10074:
10075: * Makefile.am 1.6:
10076: * Makefile.in 1.17:
10077: can use:
10078: make happy
10079: equals to
10080: make update install
10081:
10082: * src/main/execute.C 1.256:
10083: * src/types/pa_vobject.h 1.34:
10084: * www/htdocs/base.p 1.3:
10085: * www/htdocs/derived.p 1.12:
10086: * www/htdocs/index.html 1.120:
10087: fixed virtual calls
10088:
10089: 2002-08-20 paf
10090: * operators.txt 1.76:
10091: * src/classes/void.C 1.23:
10092: * www/htdocs/index.html 1.117:
10093: ^void.length[] = 0 merged from 3.0.0005
10094:
10095: * operators.txt 1.77:
10096: * src/classes/void.C 1.24:
10097: * www/htdocs/index.html 1.118:
10098: ^void.pos[...] = -1 merged from 3.0.0005
10099:
10100: * operators.txt [release_3_0_0005] 1.59.2.3:
10101: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
10102: ^void.length[] = 0
10103:
10104: * operators.txt [release_3_0_0005] 1.59.2.4:
10105: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
10106: ^void.pos[...] = -1
10107:
10108: * src/classes/file.C 1.96:
10109: * www/htdocs/index.html 1.119:
10110: fixed language of file:file result
10111:
10112: 2002-08-19 paf
10113: * src/classes/xnode.C 1.49:
10114: * src/classes/xnode.C 1.50:
10115: * src/classes/xnode.C 1.51:
10116: * src/types/pa_vxdoc.C 1.21:
10117: xdoc.fields fixed [were error in xnode, which were not catched
10118: in xdoc]
10119:
10120: * src/classes/xdoc.C 1.99:
10121: xdoc getElementsByTagName, ...NS
10122: overriden, work now
10123:
10124: * src/include/pa_stylesheet_connection.h 1.31:
10125: * src/main/pa_globals.C 1.138:
10126: prepared:
10127: // validate each document after load/create (?)
10128: //xmlDoValidityCheckingDefaultValue = 1;
10129:
10130: 2002-08-15 paf
10131: * src/types/pa_vrequest.C 1.25:
10132: * www/htdocs/index.html 1.113:
10133: $request:body unprecessed POST request
10134:
10135: * operators.txt 1.71:
10136: * src/classes/form.C 1.31:
10137: * src/include/pa_pool.h 1.84:
10138: * src/include/pa_request.h 1.145:
10139: * src/main/pa_pool.C 1.56:
10140: * src/types/pa_vform.C 1.66:
10141: * src/types/pa_vform.h 1.41:
10142: * www/htdocs/.htaccess 1.7:
10143: planning/preparing_to $request:body
10144: r.post_data now const
10145:
10146: * src/classes/image.C 1.75:
10147: * src/classes/op.C 1.104:
10148: * src/classes/xdoc.C 1.98:
10149: * src/classes/xnode.C 1.48:
10150: * src/main/execute.C 1.255:
10151: * src/types/pa_value.h 1.97:
10152: * src/types/pa_vhash.h 1.39:
10153: * src/types/pa_vobject.C 1.7:
10154: * src/types/pa_vobject.h 1.33:
10155: * src/types/pa_vtable.h 1.46:
10156: * www/htdocs/index.html 1.111:
10157: instead of type() checking everywhere used Value.as
10158: now user descendants can be used in params.
10159:
10160: VObject::as_*, is_defined now taken from bases.
10161: xtable(table)
10162: ^if($xtable) now OK
10163:
10164: * operators.txt 1.73:
10165: * src/include/pa_common.h 1.80:
10166: * src/main/pa_common.C 1.117:
10167: * src/types/pa_vcookie.C 1.49:
10168: * src/types/pa_vdate.h 1.19:
10169: * src/types/pa_vresponse.C 1.11:
10170: * src/types/pa_vresponse.h 1.29:
10171: * www/htdocs/index.html 1.115:
10172: $response:field[date]
10173: $response:field[$.xxx[date]]
10174:
10175: * src/types/pa_value.h 1.98:
10176: * src/types/pa_vdate.h 1.18:
10177: * src/types/pa_vrequest.C 1.24:
10178: * src/types/pa_vxdoc.C 1.20:
10179: * src/types/pa_vxnode.C 1.24:
10180: * www/htdocs/index.html 1.112:
10181: few barks:
10182: bark("%s field not found", 0, &aname)
10183:
10184: * src/classes/hash.C 1.45:
10185: * src/classes/string.C 1.117:
10186: * src/classes/table.C 1.160:
10187: * src/classes/void.C 1.22:
10188: * src/include/pa_sql_connection.h 1.27:
10189: * www/htdocs/index.html 1.114:
10190: fixed source of ^hash::sql{bad}
10191:
10192: * src/classes/classes.h 1.22:
10193: * www/htdocs/index.html 1.116:
10194: write to static var caused useless Exception, introduced
10195: Methoded::put_element wich consumes those
10196:
10197: * src/main/execute.C 1.254:
10198: * src/types/pa_value.h 1.96:
10199: * src/types/pa_vclass.C 1.12:
10200: * src/types/pa_vclass.h 1.37:
10201: * src/types/pa_vobject.C 1.6:
10202: * src/types/pa_vobject.h 1.32:
10203: * src/types/pa_vxdoc.C 1.19:
10204: * src/types/pa_vxdoc.h 1.29:
10205: is->as
10206:
10207: * operators.txt 1.72:
10208: $request:body unprecessed POST request body
10209:
10210: 2002-08-14 paf
10211: * src/targets/cgi/Makefile.am 1.41:
10212: * src/targets/cgi/fixopt.C 1.1:
10213: * src/targets/cgi/fixopt.C 1.2:
10214: * src/targets/cgi/fixopt.h 1.1:
10215: * src/targets/cgi/parser3.C 1.194:
10216: * src/targets/cgi/parser3.dsp 1.55:
10217: fixopt now preprocesses command line params, splitting them by
10218: space, excluding argv[0], argv[argc-1]
10219:
10220: * src/classes/xnode.h 1.16:
10221: * src/main/execute.C 1.253:
10222: * src/targets/cgi/parser3.dsp 1.56:
10223: * src/types/pa_value.h 1.95:
10224: * src/types/pa_vclass.C 1.11:
10225: * src/types/pa_vclass.h 1.36:
10226: * src/types/pa_vcode_frame.h 1.21:
10227: * src/types/pa_vcookie.C 1.48:
10228: * src/types/pa_vcookie.h 1.21:
10229: * src/types/pa_vdate.h 1.17:
10230: * src/types/pa_venv.h 1.26:
10231: * src/types/pa_vfile.h 1.49:
10232: * src/types/pa_vform.C 1.65:
10233: * src/types/pa_vform.h 1.40:
10234: * src/types/pa_vhash.h 1.38:
10235: * src/types/pa_vimage.h 1.31:
10236: * src/types/pa_vmail.C 1.22:
10237: * src/types/pa_vmail.h 1.6:
10238: * src/types/pa_vmath.h 1.12:
10239: * src/types/pa_vmethod_frame.h 1.34:
10240: * src/types/pa_vobject.C 1.5:
10241: * src/types/pa_vobject.h 1.31:
10242: * src/types/pa_vrequest.C 1.23:
10243: * src/types/pa_vrequest.h 1.23:
10244: * src/types/pa_vresponse.C 1.10:
10245: * src/types/pa_vresponse.h 1.28:
10246: * src/types/pa_vstateless_class.h 1.34:
10247: * src/types/pa_vstateless_object.h 1.25:
10248: * src/types/pa_vstatus.C 1.12:
10249: * src/types/pa_vstatus.h 1.13:
10250: * src/types/pa_vstring.h 1.52:
10251: * src/types/pa_vtable.C 1.19:
10252: * src/types/pa_vtable.h 1.45:
10253: * src/types/pa_vvoid.h 1.14:
10254: * src/types/pa_vxdoc.C 1.18:
10255: * src/types/pa_vxdoc.h 1.28:
10256: * src/types/pa_vxnode.C 1.23:
10257: * src/types/pa_vxnode.h 1.20:
10258: * src/types/pa_wwrapper.h 1.24:
10259: * www/htdocs/index.html 1.110:
10260: is now works with VObject & VClass
10261:
10262: * src/types/pa_vmail.C 1.21:
10263: mail: turned off utf8 to source transcoding
10264:
10265: * src/targets/cgi/parser3.C 1.193:
10266: -f config file
10267:
10268: * src/targets/cgi/Makefile.am 1.42:
10269: * src/targets/cgi/fixopt.C 1.3:
10270: * src/targets/cgi/fixopt.h 1.2:
10271: * src/targets/cgi/parser3.C 1.195:
10272: removed fixopt stupidity. on stupid linux use
10273: cd /document/root
10274: ../cgi/parser3 script
10275:
10276: * src/targets/cgi/Makefile.in 1.52:
10277: * src/targets/cgi/Makefile.in 1.53:
10278: *** empty log message ***
10279:
10280: * src/targets/cgi/parser3.C 1.192:
10281: * www/htdocs/auto.p 1.17:
10282: * www/htdocs/derived.p 1.11:
10283: * www/htdocs/index.html 1.109:
10284: fixed .log file dir
10285:
10286: 2002-08-13 paf
10287: * www/htdocs/derived.p 1.7:
10288: sample: dont convinient that table fields can be overridden
10289:
10290: * src/types/Makefile.in 1.43:
10291: added vobject.c & vclass
10292:
10293: * src/types/Makefile.in 1.42:
10294: VAliased removed
10295:
10296: * src/types/pa_vclass.C 1.9:
10297: * www/htdocs/derived.p 1.9:
10298: checked: form[vclass]fields can be overwritten in derived(table)
10299:
10300: * src/types/Makefile.am 1.26:
10301: * src/types/pa_vclass.C 1.7:
10302: * src/types/pa_vclass.h 1.34:
10303: * src/types/pa_vobject.C 1.1:
10304: * src/types/pa_vobject.h 1.29:
10305: * src/types/types.dsp 1.32:
10306: reorganized modules
10307: todo: fix bug with put endless recoursion
10308: todo: check 'as'
10309:
10310: * src/types/pa_vclass.C 1.10:
10311: * www/htdocs/index.html 1.107:
10312: allow override parent variables, useful for form descendants
10313:
10314: * src/types/pa_vobject.C 1.4:
10315: * www/htdocs/derived.p 1.10:
10316: * www/htdocs/index.html 1.108:
10317: allow override parent variables, useful for form descendants [
10318: in vobject too, were in vclass]
10319:
10320: * src/classes/form.C 1.30:
10321: * src/classes/mail.C 1.78:
10322: * src/classes/op.C 1.103:
10323: * src/classes/xnode.h 1.15:
10324: * src/include/pa_request.h 1.144:
10325: * src/main/execute.C 1.252:
10326: * src/main/pa_request.C 1.226:
10327: * src/types/pa_value.h 1.94:
10328: * src/types/pa_vclass.C 1.8:
10329: * src/types/pa_vclass.h 1.35:
10330: * src/types/pa_vcode_frame.h 1.20:
10331: * src/types/pa_vcookie.C 1.47:
10332: * src/types/pa_vcookie.h 1.20:
10333: * src/types/pa_vdate.h 1.16:
10334: * src/types/pa_venv.h 1.25:
10335: * src/types/pa_vfile.h 1.48:
10336: * src/types/pa_vform.C 1.64:
10337: * src/types/pa_vform.h 1.39:
10338: * src/types/pa_vhash.h 1.37:
10339: * src/types/pa_vimage.h 1.30:
10340: * src/types/pa_vmail.C 1.20:
10341: * src/types/pa_vmail.h 1.5:
10342: * src/types/pa_vmath.h 1.11:
10343: * src/types/pa_vmethod_frame.h 1.33:
10344: * src/types/pa_vobject.C 1.3:
10345: * src/types/pa_vobject.h 1.30:
10346: * src/types/pa_vrequest.C 1.22:
10347: * src/types/pa_vrequest.h 1.22:
10348: * src/types/pa_vresponse.C 1.9:
10349: * src/types/pa_vresponse.h 1.27:
10350: * src/types/pa_vstateless_class.h 1.33:
10351: * src/types/pa_vstateless_object.h 1.24:
10352: * src/types/pa_vstatus.C 1.11:
10353: * src/types/pa_vstatus.h 1.12:
10354: * src/types/pa_vstring.h 1.51:
10355: * src/types/pa_vtable.C 1.18:
10356: * src/types/pa_vtable.h 1.44:
10357: * src/types/pa_vvoid.h 1.13:
10358: * src/types/pa_vxdoc.C 1.17:
10359: * src/types/pa_vxdoc.h 1.27:
10360: * src/types/pa_vxnode.C 1.22:
10361: * src/types/pa_vxnode.h 1.19:
10362: * src/types/pa_wwrapper.h 1.23:
10363: introduced Value::get_element(..., bool looking_down) [needed
10364: to exclude endless recoursion]
10365:
10366: * src/classes/table.C 1.159:
10367: * src/types/pa_vtable.C 1.17:
10368: * src/types/pa_vtable.h 1.43:
10369: * www/htdocs/derived.p 1.5:
10370: fixed error message on using non-created table
10371:
10372: * src/classes/form.C 1.29:
10373: * src/classes/hash.C 1.44:
10374: * src/classes/mail.C 1.77:
10375: * src/classes/op.C 1.102:
10376: * src/classes/xnode.h 1.14:
10377: * src/include/pa_request.h 1.143:
10378: * src/main/compile.C 1.66:
10379: * src/main/compile.tab.C 1.60:
10380: * src/main/execute.C 1.251:
10381: * src/main/pa_request.C 1.225:
10382: * src/types/pa_value.h 1.93:
10383: * src/types/pa_vclass.h 1.33:
10384: * src/types/pa_vcode_frame.h 1.19:
10385: * src/types/pa_vcookie.C 1.46:
10386: * src/types/pa_vcookie.h 1.19:
10387: * src/types/pa_vdate.h 1.15:
10388: * src/types/pa_venv.h 1.24:
10389: * src/types/pa_vfile.h 1.47:
10390: * src/types/pa_vform.C 1.63:
10391: * src/types/pa_vform.h 1.38:
10392: * src/types/pa_vhash.h 1.36:
10393: * src/types/pa_vimage.C 1.20:
10394: * src/types/pa_vimage.h 1.29:
10395: * src/types/pa_vmail.C 1.19:
10396: * src/types/pa_vmail.h 1.4:
10397: * src/types/pa_vmath.h 1.10:
10398: * src/types/pa_vmethod_frame.h 1.32:
10399: * src/types/pa_vobject.h 1.26:
10400: * src/types/pa_vrequest.C 1.20:
10401: * src/types/pa_vrequest.h 1.20:
10402: * src/types/pa_vresponse.C 1.8:
10403: * src/types/pa_vresponse.h 1.26:
10404: * src/types/pa_vstateless_class.h 1.32:
10405: * src/types/pa_vstateless_object.h 1.23:
10406: * src/types/pa_vstatus.C 1.10:
10407: * src/types/pa_vstatus.h 1.11:
10408: * src/types/pa_vstring.h 1.50:
10409: * src/types/pa_vtable.C 1.16:
10410: * src/types/pa_vtable.h 1.42:
10411: * src/types/pa_vvoid.h 1.12:
10412: * src/types/pa_vxdoc.C 1.16:
10413: * src/types/pa_vxdoc.h 1.26:
10414: * src/types/pa_vxnode.C 1.21:
10415: * src/types/pa_vxnode.h 1.18:
10416: * src/types/pa_wwrapper.h 1.22:
10417: * www/htdocs/derived.p 1.4:
10418: VObject.get/out now looking down/up tree
10419: todo: fix error message on non-constructed parents
10420:
10421: * src/types/pa_vobject.h 1.28:
10422: * www/htdocs/derived.p 1.8:
10423: checked: table fields can be overwritten in derived(table)
10424:
10425: * src/types/pa_vobject.h 1.27:
10426: * www/htdocs/derived.p 1.6:
10427: * www/htdocs/index.html 1.106:
10428: derived classes can have fields of their own now
10429:
10430: 2002-08-12 paf
10431: * src/main/compile.tab.C 1.59:
10432: * src/main/compile.y 1.188:
10433: * src/main/execute.C 1.249:
10434: * src/main/execute.C 1.250:
10435: * src/main/pa_request.C 1.224:
10436: * src/types/Makefile.am 1.25:
10437: * src/types/pa_valiased.C 1.17:
10438: * src/types/pa_valiased.h 1.23:
10439: * src/types/pa_value.h 1.92:
10440: * src/types/pa_vclass.h 1.32:
10441: * src/types/pa_vobject.h 1.25:
10442: * src/types/pa_vstateless_class.h 1.30:
10443: * src/types/pa_vstateless_object.h 1.21:
10444: * src/types/pa_wcontext.h 1.37:
10445: ^base:create[] dynamic call rewritten
10446: todo: thorough testing
10447:
10448: * src/types/pa_value.h 1.91:
10449: * src/types/pa_vclass.h 1.31:
10450: * src/types/pa_vobject.h 1.24:
10451: * www/htdocs/base.p 1.1:
10452: * www/htdocs/derived.p 1.1:
10453: VObject ctor now instantates base class, remembers it and saves child in parent
10454: VObject.get_class now returns last child = downward virtual calls OK
10455:
10456: * src/types/pa_vstateless_class.h 1.31:
10457: * src/types/pa_vstateless_object.h 1.22:
10458: * www/htdocs/derived.p 1.3:
10459: table derived OK
10460:
10461: * src/main/pa_request.C 1.223:
10462: response:body[file] content-type check fixed [were bad when
10463: content-type is hash]
10464:
10465: * bin/auto.p.dist.in 1.5:
10466: fixed sendmail default comment
10467:
10468: * src/main/execute.C 1.248:
10469: * src/types/pa_value.h 1.90:
10470: * src/types/pa_vclass.h 1.30:
10471: * src/types/pa_vdate.h 1.14:
10472: * src/types/pa_vdouble.h 1.40:
10473: * src/types/pa_vfile.h 1.46:
10474: * src/types/pa_vimage.h 1.28:
10475: * src/types/pa_vint.h 1.37:
10476: * src/types/pa_vmethod_frame.h 1.31:
10477: * src/types/pa_vobject.h 1.23:
10478: * src/types/pa_vresponse.h 1.25:
10479: * src/types/pa_vstateless_class.h 1.29:
10480: * src/types/pa_vstateless_object.h 1.20:
10481: * src/types/pa_vstring.h 1.49:
10482: * src/types/pa_vtable.h 1.41:
10483: * src/types/pa_vxdoc.h 1.25:
10484: * src/types/pa_vxnode.h 1.17:
10485: * src/types/pa_wcontext.h 1.36:
10486: * src/types/types.dsp 1.31:
10487: * www/htdocs/index.html 1.105:
10488: killed VAliased [redundant], moved $CLASS to VObject only [
10489: parser class instance]
10490:
10491: * bin/auto.p.dist.in 1.6:
10492: more like in dist on parser.ru
10493:
10494: * www/htdocs/base.p 1.2:
10495: * www/htdocs/derived.p 1.2:
10496: not good - along upward-virtual call self eq child
10497:
10498: 2002-08-09 paf
10499: * src/main/execute.C 1.247:
10500: * src/types/pa_value.h 1.89:
10501: * src/types/pa_vclass.h 1.29:
10502: * src/types/pa_vobject.h 1.22:
10503: * src/types/pa_vxdoc.h 1.24:
10504: * www/htdocs/index.html 1.104:
10505: started as()
10506:
10507: 2002-08-08 paf
10508: * src/classes/mail.C 1.76:
10509: * src/types/pa_vmail.C 1.18:
10510: * www/htdocs/auto.p 1.16:
10511: * www/htdocs/index.html 1.98:
10512: in letter texts one can use tainted data now. only she must specify the language.
10513:
10514: ^mail:send[
10515: $.from[paf@mail.design.ru]
10516: $.to[paf@mail.design.ru]
10517: $.subject[^taint[uri][ìîñêâà]=2]
10518: $.text[^taint[uri][ìîñêâà]=]
10519: ]
10520:
10521: * operators.txt 1.67:
10522: * src/include/pa_string.h 1.142:
10523: * src/include/pa_string.h 1.143:
10524: * src/main/pa_string.C 1.168:
10525: * www/htdocs/index.html 1.95:
10526: String::first_char now not fails on empty strings
10527: ^if(-f '') now ok and in 3 other places.
10528:
10529: * src/classes/file.C 1.95:
10530: * src/classes/op.C 1.101:
10531: * src/types/pa_vfile.C 1.33:
10532: * www/htdocs/index.html 1.96:
10533: * www/htdocs/index.html 1.97:
10534: ^process now prints more precise origin
10535:
10536: * operators.txt 1.68:
10537: * src/types/pa_vdate.h 1.13:
10538: * www/htdocs/index.html 1.99:
10539: $date.yearday
10540: $date.daylightsaving
10541:
10542: * src/main/execute.C 1.246:
10543: * www/htdocs/index.html 1.100:
10544: error reporting on object writes to MAIN improved [were ruind
10545: with fixing $obj[^if(1){$obj}] ]
10546:
10547: * operators.txt 1.69:
10548: * operators.txt 1.70:
10549: * src/classes/date.C 1.36:
10550: * src/include/pa_globals.h 1.94:
10551: * src/main/pa_globals.C 1.137:
10552: * www/htdocs/index.html 1.101:
10553: * www/htdocs/index.html 1.102:
10554: year column in month calendar [week year]
10555:
10556: 2002-08-07 paf
10557: * src/classes/classes.dsp 1.24:
10558: * src/classes/table.C 1.158:
10559: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
10560: * src/main/pa_array.C 1.52:
10561: * src/types/types.dsp 1.30:
10562: * www/htdocs/index.html 1.91:
10563: all Debug dirs in .dsp now named 'Debug'
10564:
10565: * src/classes/string.C 1.116:
10566: * src/main/pa_string.C 1.166:
10567: * src/main/pa_string.C 1.167:
10568: * www/htdocs/index.html 1.93:
10569: * www/htdocs/index.html 1.94:
10570: ^string.mid(0;bad) fixed
10571:
10572: * operators.txt 1.66:
10573: * src/classes/op.C 1.100:
10574: cache...{...^cache<<to past...} now erasing cache file [there
10575: were bad check on that]
10576:
10577: * operators.txt 1.65:
10578: * src/classes/mail.C 1.75:
10579: exception_type email.send
10580:
10581: * src/types/pa_vmail.C 1.16:
10582: * www/htdocs/global.xsl 1.8:
10583: * www/htdocs/index.html 1.89:
10584: mail:send empty email checked
10585:
10586: * src/main/execute.C 1.245:
10587: * src/types/pa_vcode_frame.h 1.17:
10588: * src/types/pa_vcode_frame.h 1.18:
10589: * src/types/pa_vmethod_frame.h 1.30:
10590: * src/types/pa_wcontext.C 1.22:
10591: * src/types/pa_wcontext.h 1.35:
10592: * src/types/pa_wwrapper.h 1.21:
10593: * www/htdocs/index.html 1.92:
10594: vcodeframe were mistakenly not completely transparent to object writes.
10595: $hash[^if(1){$hash}] now works
10596:
10597: * operators.txt 1.64:
10598: * src/types/pa_vmail.C 1.17:
10599: * www/htdocs/index.html 1.90:
10600: exception_type email.format
10601:
10602: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
10603: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
10604: all included into dist
10605:
10606: 2002-08-06 paf
10607: * src/classes/file.C 1.93:
10608: * src/include/pa_globals.h 1.93:
10609: * src/main/pa_globals.C 1.136:
10610: * src/main/pa_request.C 1.222:
10611: * src/types/pa_vfile.C 1.32:
10612: * src/types/pa_vfile.h 1.45:
10613: * www/htdocs/index.html 1.85:
10614: $file.content-type [instead of .mime-type]
10615: now works for file::stat also
10616:
10617: * src/main/pa_request.C 1.221:
10618: * www/htdocs/index.html 1.84:
10619: case insensitive mime_type_of
10620:
10621: * src/classes/file.C 1.94:
10622: * www/htdocs/index.html 1.86:
10623: $f[file::cgi]
10624: $f.UPPER case fields
10625:
10626: * operators.txt 1.62:
10627: * operators.txt 1.63:
10628: * src/classes/table.C 1.157:
10629: * src/include/pa_array.h 1.56:
10630: * src/include/pa_table.h 1.47:
10631: * src/main/pa_array.C 1.51:
10632: * src/main/pa_table.C 1.50:
10633: * www/htdocs/index.html 1.88:
10634: ^table::create[$source;$.options]
10635: ^table::join[$source;$.options]
10636:
10637: * bin/auto.p.dist.in 1.4:
10638: jpeg
10639:
10640: * operators.txt 1.61:
10641: * src/classes/hash.C 1.43:
10642: * src/classes/string.C 1.115:
10643: * src/classes/table.C 1.156:
10644: * www/htdocs/index.html 1.87:
10645: sql options can be string now
10646: ^xxx:sql{...}[
10647: # $.default()
10648: }
10649:
10650: 2002-08-05 paf
10651: * src/classes/date.C 1.34:
10652: * src/include/pa_globals.h 1.92:
10653: * src/main/pa_globals.C 1.135:
10654: month calendar week column [ISO 8601 Week Numbers]
10655:
10656: * operators.txt 1.60:
10657: comment on date:calendar week column
10658:
10659: * src/types/pa_vxnode.C 1.20:
10660: xnode.childNodes now 0... [were 1...]
10661:
10662: * src/main/pa_common.C 1.113:
10663: * src/main/pa_common.C 1.114:
10664: * src/main/pa_common.C 1.115:
10665: * src/main/pa_common.C 1.116:
10666: write checked
10667:
10668: * src/types/pa_vmail.C 1.15:
10669: file buffer relocated to parser heap
10670:
10671: * src/classes/date.C 1.35:
10672: +1 buf size for stupid snprintfs
10673:
10674: 2002-08-02 paf
10675: * operators.txt 1.59:
10676: * src/main/pa_request.C 1.220:
10677: * src/types/pa_vform.C 1.61:
10678: * www/htdocs/index.html 1.83:
10679: response transcoded source->client only when text/* or simple
10680: onoverridden $response:body
10681:
10682: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
10683: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
10684: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
10685: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
10686: removed #define DEBUG*
10687:
10688: * src/Makefile.in 1.50:
10689: * src/classes/Makefile.in 1.48:
10690: * src/main/Makefile.in 1.44:
10691: * src/targets/apache13/Makefile.in 1.37:
10692: * src/targets/cgi/Makefile.in 1.51:
10693: * src/types/Makefile.in 1.41:
10694: *** empty log message ***
10695:
10696: * src/types/pa_vclass.h 1.28:
10697: * src/types/pa_vform.C 1.62:
10698: * src/types/pa_vobject.h 1.21:
10699: opera multipart post fixed
10700:
10701: * configure [release_3_0_0005] 1.35.2.1:
10702: * configure.in [release_3_0_0005] 1.36.2.1:
10703: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
10704: release 3_0_0005
10705:
10706: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
10707: unhandled_exception comments
10708:
10709: 2002-08-01 paf
10710: * src/classes/classes.C 1.17:
10711: * src/classes/classes.h 1.21:
10712: * src/classes/date.C 1.33:
10713: * src/classes/double.C 1.49:
10714: * src/classes/file.C 1.92:
10715: * src/classes/form.C 1.28:
10716: * src/classes/hash.C 1.42:
10717: * src/classes/image.C 1.74:
10718: * src/classes/int.C 1.46:
10719: * src/classes/mail.C 1.74:
10720: * src/classes/math.C 1.23:
10721: * src/classes/op.C 1.99:
10722: * src/classes/response.C 1.21:
10723: * src/classes/string.C 1.114:
10724: * src/classes/table.C 1.155:
10725: * src/classes/void.C 1.21:
10726: * src/classes/xdoc.C 1.97:
10727: * src/classes/xnode.C 1.47:
10728: * src/classes/xnode.h 1.13:
10729: * src/include/pa_array.h 1.55:
10730: * src/include/pa_cache_managers.h 1.8:
10731: * src/include/pa_charset.h 1.18:
10732: * src/include/pa_charsets.h 1.7:
10733: * src/include/pa_common.h 1.79:
10734: * src/include/pa_config_fixed.h 1.48:
10735: * src/include/pa_dictionary.h 1.12:
10736: * src/include/pa_dir.h 1.12:
10737: * src/include/pa_exception.h 1.37:
10738: * src/include/pa_exec.h 1.10:
10739: * src/include/pa_globals.h 1.91:
10740: * src/include/pa_hash.h 1.57:
10741: * src/include/pa_opcode.h 1.20:
10742: * src/include/pa_pool.h 1.83:
10743: * src/include/pa_request.h 1.142:
10744: * src/include/pa_sapi.h 1.21:
10745: * src/include/pa_socks.h 1.10:
10746: * src/include/pa_sql_connection.h 1.26:
10747: * src/include/pa_sql_driver_manager.h 1.25:
10748: * src/include/pa_stack.h 1.16:
10749: * src/include/pa_string.h 1.141:
10750: * src/include/pa_stylesheet_connection.h 1.30:
10751: * src/include/pa_stylesheet_manager.h 1.14:
10752: * src/include/pa_table.h 1.46:
10753: * src/include/pa_threads.h 1.25:
10754: * src/include/pa_types.h 1.43:
10755: * src/include/pa_uue.h 1.3:
10756: * src/lib/md5/pa_md5.h 1.4:
10757: * src/lib/md5/pa_md5c.c 1.5:
10758: * src/lib/pcre/pcre_parser_ctype.c 1.2:
10759: * src/main/compile.C 1.65:
10760: * src/main/compile.tab.C 1.58:
10761: * src/main/compile_tools.C 1.52:
10762: * src/main/compile_tools.h 1.63:
10763: * src/main/execute.C 1.244:
10764: * src/main/pa_array.C 1.50:
10765: * src/main/pa_cache_managers.C 1.6:
10766: * src/main/pa_charset.C 1.28:
10767: * src/main/pa_charsets.C 1.10:
10768: * src/main/pa_common.C 1.112:
10769: * src/main/pa_dictionary.C 1.16:
10770: * src/main/pa_dir.C 1.13:
10771: * src/main/pa_exception.C 1.42:
10772: * src/main/pa_exec.C 1.39:
10773: * src/main/pa_globals.C 1.134:
10774: * src/main/pa_hash.C 1.52:
10775: * src/main/pa_pool.C 1.55:
10776: * src/main/pa_request.C 1.219:
10777: * src/main/pa_socks.C 1.16:
10778: * src/main/pa_sql_driver_manager.C 1.64:
10779: * src/main/pa_string.C 1.165:
10780: * src/main/pa_stylesheet_manager.C 1.15:
10781: * src/main/pa_table.C 1.49:
10782: * src/main/pa_uue.C 1.3:
10783: * src/main/untaint.C 1.104:
10784: * src/sql/pa_sql_driver.h 1.28:
10785: * src/targets/apache13/mod_parser3.C 1.26:
10786: * src/targets/apache13/pa_md5c.c 1.4:
10787: * src/targets/apache13/pa_pool.C 1.7:
10788: * src/targets/apache13/pa_threads.C 1.10:
10789: * src/targets/cgi/pa_pool.C 1.40:
10790: * src/targets/cgi/pa_threads.C 1.11:
10791: * src/targets/cgi/parser3.C 1.190:
10792: * src/targets/cgi/pool_storage.h 1.12:
10793: * src/targets/isapi/pa_pool.C 1.15:
10794: * src/targets/isapi/pa_threads.C 1.12:
10795: * src/targets/isapi/parser3isapi.C 1.78:
10796: * src/targets/isapi/pool_storage.h 1.18:
10797: * src/types/pa_valiased.C 1.16:
10798: * src/types/pa_valiased.h 1.22:
10799: * src/types/pa_value.C 1.3:
10800: * src/types/pa_value.h 1.88:
10801: * src/types/pa_vbool.h 1.20:
10802: * src/types/pa_vclass.h 1.27:
10803: * src/types/pa_vcode_frame.h 1.16:
10804: * src/types/pa_vcookie.C 1.45:
10805: * src/types/pa_vcookie.h 1.18:
10806: * src/types/pa_vdate.h 1.12:
10807: * src/types/pa_vdouble.h 1.39:
10808: * src/types/pa_venv.h 1.23:
10809: * src/types/pa_vfile.C 1.31:
10810: * src/types/pa_vfile.h 1.44:
10811: * src/types/pa_vform.C 1.60:
10812: * src/types/pa_vform.h 1.37:
10813: * src/types/pa_vhash.h 1.35:
10814: * src/types/pa_vimage.C 1.19:
10815: * src/types/pa_vimage.h 1.27:
10816: * src/types/pa_vint.h 1.36:
10817: * src/types/pa_vjunction.h 1.15:
10818: * src/types/pa_vmail.C 1.14:
10819: * src/types/pa_vmail.h 1.3:
10820: * src/types/pa_vmath.h 1.9:
10821: * src/types/pa_vmethod_frame.h 1.29:
10822: * src/types/pa_vobject.h 1.20:
10823: * src/types/pa_vrequest.C 1.19:
10824: * src/types/pa_vrequest.h 1.19:
10825: * src/types/pa_vresponse.C 1.7:
10826: * src/types/pa_vresponse.h 1.24:
10827: * src/types/pa_vstateless_class.C 1.15:
10828: * src/types/pa_vstateless_class.h 1.28:
10829: * src/types/pa_vstateless_object.h 1.19:
10830: * src/types/pa_vstatus.C 1.9:
10831: * src/types/pa_vstatus.h 1.10:
10832: * src/types/pa_vstring.C 1.21:
10833: * src/types/pa_vstring.h 1.48:
10834: * src/types/pa_vtable.C 1.15:
10835: * src/types/pa_vtable.h 1.40:
10836: * src/types/pa_vvoid.h 1.11:
10837: * src/types/pa_vxdoc.C 1.15:
10838: * src/types/pa_vxdoc.h 1.23:
10839: * src/types/pa_vxnode.C 1.19:
10840: * src/types/pa_vxnode.h 1.16:
10841: * src/types/pa_wcontext.C 1.21:
10842: * src/types/pa_wcontext.h 1.34:
10843: * src/types/pa_wwrapper.h 1.20:
1.26 paf 10844: $Date: now$
1.15 paf 10845:
10846: * src/Makefile.am 1.17:
10847: * src/classes/Makefile.am 1.40:
10848: * src/classes/classes.C 1.16:
10849: * src/classes/classes.dsp 1.23:
10850: * src/classes/classes.h 1.20:
10851: * src/classes/date.C 1.32:
10852: * src/classes/double.C 1.48:
10853: * src/classes/file.C 1.91:
10854: * src/classes/form.C 1.27:
10855: * src/classes/hash.C 1.41:
10856: * src/classes/image.C 1.73:
10857: * src/classes/int.C 1.45:
10858: * src/classes/mail.C 1.73:
10859: * src/classes/math.C 1.22:
10860: * src/classes/op.C 1.98:
10861: * src/classes/response.C 1.20:
10862: * src/classes/string.C 1.113:
10863: * src/classes/table.C 1.154:
10864: * src/classes/void.C 1.20:
10865: * src/classes/xdoc.C 1.96:
10866: * src/classes/xnode.C 1.46:
10867: * src/classes/xnode.h 1.12:
10868: * src/include/pa_array.h 1.54:
10869: * src/include/pa_cache_managers.h 1.7:
10870: * src/include/pa_charset.h 1.17:
10871: * src/include/pa_charsets.h 1.6:
10872: * src/include/pa_common.h 1.78:
10873: * src/include/pa_config_fixed.h 1.47:
10874: * src/include/pa_config_includes.h 1.20:
10875: * src/include/pa_dictionary.h 1.11:
10876: * src/include/pa_dir.h 1.11:
10877: * src/include/pa_exception.h 1.36:
10878: * src/include/pa_exec.h 1.9:
10879: * src/include/pa_globals.h 1.90:
10880: * src/include/pa_hash.h 1.56:
10881: * src/include/pa_opcode.h 1.19:
10882: * src/include/pa_pool.h 1.82:
10883: * src/include/pa_pragma_pack_begin.h 1.5:
10884: * src/include/pa_pragma_pack_end.h 1.5:
10885: * src/include/pa_request.h 1.141:
10886: * src/include/pa_sapi.h 1.20:
10887: * src/include/pa_socks.h 1.9:
10888: * src/include/pa_sql_connection.h 1.25:
10889: * src/include/pa_sql_driver_manager.h 1.24:
10890: * src/include/pa_stack.h 1.15:
10891: * src/include/pa_string.h 1.140:
10892: * src/include/pa_stylesheet_connection.h 1.29:
10893: * src/include/pa_stylesheet_manager.h 1.13:
10894: * src/include/pa_table.h 1.45:
10895: * src/include/pa_threads.h 1.24:
10896: * src/include/pa_types.h 1.42:
10897: * src/include/pa_uue.h 1.2:
10898: * src/lib/md5/pa_md5.h 1.3:
10899: * src/lib/md5/pa_md5c.c 1.4:
10900: * src/main/Makefile.am 1.34:
10901: * src/main/compile.C 1.64:
10902: * src/main/compile_tools.C 1.51:
10903: * src/main/compile_tools.h 1.62:
10904: * src/main/execute.C 1.243:
10905: * src/main/main.dsp 1.157:
10906: * src/main/pa_array.C 1.49:
10907: * src/main/pa_cache_managers.C 1.5:
10908: * src/main/pa_charset.C 1.27:
10909: * src/main/pa_charsets.C 1.9:
10910: * src/main/pa_common.C 1.111:
10911: * src/main/pa_dictionary.C 1.15:
10912: * src/main/pa_dir.C 1.12:
10913: * src/main/pa_exception.C 1.41:
10914: * src/main/pa_exec.C 1.38:
10915: * src/main/pa_globals.C 1.133:
10916: * src/main/pa_hash.C 1.51:
10917: * src/main/pa_pool.C 1.54:
10918: * src/main/pa_request.C 1.218:
10919: * src/main/pa_socks.C 1.15:
10920: * src/main/pa_sql_driver_manager.C 1.63:
10921: * src/main/pa_string.C 1.164:
10922: * src/main/pa_stylesheet_manager.C 1.14:
10923: * src/main/pa_table.C 1.48:
10924: * src/main/pa_uue.C 1.2:
10925: * src/main/untaint.C 1.103:
10926: * src/sql/pa_sql_driver.h 1.27:
10927: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
10928: * src/targets/apache13/Makefile.am 1.13:
10929: * src/targets/apache13/mod_parser3.C 1.25:
10930: * src/targets/apache13/pa_md5c.c 1.3:
10931: * src/targets/apache13/pa_pool.C 1.6:
10932: * src/targets/apache13/pa_threads.C 1.9:
10933: * src/targets/cgi/Makefile.am 1.40:
10934: * src/targets/cgi/pa_pool.C 1.39:
10935: * src/targets/cgi/pa_threads.C 1.10:
10936: * src/targets/cgi/parser3.C 1.189:
10937: * src/targets/cgi/parser3.dsp 1.54:
10938: * src/targets/cgi/pool_storage.h 1.11:
10939: * src/targets/isapi/pa_pool.C 1.14:
10940: * src/targets/isapi/pa_threads.C 1.11:
10941: * src/targets/isapi/parser3isapi.C 1.77:
10942: * src/targets/isapi/parser3isapi.dsp 1.41:
10943: * src/targets/isapi/pool_storage.h 1.17:
10944: * src/types/Makefile.am 1.24:
10945: * src/types/pa_valiased.C 1.15:
10946: * src/types/pa_valiased.h 1.21:
10947: * src/types/pa_value.C 1.2:
10948: * src/types/pa_value.h 1.87:
10949: * src/types/pa_vbool.h 1.19:
10950: * src/types/pa_vclass.h 1.26:
10951: * src/types/pa_vcode_frame.h 1.15:
10952: * src/types/pa_vcookie.C 1.44:
10953: * src/types/pa_vcookie.h 1.17:
10954: * src/types/pa_vdate.h 1.11:
10955: * src/types/pa_vdouble.h 1.38:
10956: * src/types/pa_venv.h 1.22:
10957: * src/types/pa_vfile.C 1.30:
10958: * src/types/pa_vfile.h 1.43:
10959: * src/types/pa_vform.C 1.59:
10960: * src/types/pa_vform.h 1.36:
10961: * src/types/pa_vhash.h 1.34:
10962: * src/types/pa_vimage.C 1.18:
10963: * src/types/pa_vimage.h 1.26:
10964: * src/types/pa_vint.h 1.35:
10965: * src/types/pa_vjunction.h 1.14:
10966: * src/types/pa_vmail.C 1.13:
10967: * src/types/pa_vmail.h 1.2:
10968: * src/types/pa_vmath.h 1.8:
10969: * src/types/pa_vmethod_frame.h 1.28:
10970: * src/types/pa_vobject.h 1.19:
10971: * src/types/pa_vrequest.C 1.18:
10972: * src/types/pa_vrequest.h 1.18:
10973: * src/types/pa_vresponse.C 1.6:
10974: * src/types/pa_vresponse.h 1.23:
10975: * src/types/pa_vstateless_class.C 1.14:
10976: * src/types/pa_vstateless_class.h 1.27:
10977: * src/types/pa_vstateless_object.h 1.18:
10978: * src/types/pa_vstatus.C 1.8:
10979: * src/types/pa_vstatus.h 1.9:
10980: * src/types/pa_vstring.C 1.20:
10981: * src/types/pa_vstring.h 1.47:
10982: * src/types/pa_vtable.C 1.14:
10983: * src/types/pa_vtable.h 1.39:
10984: * src/types/pa_vvoid.h 1.10:
10985: * src/types/pa_vxdoc.C 1.14:
10986: * src/types/pa_vxdoc.h 1.22:
10987: * src/types/pa_vxnode.C 1.18:
10988: * src/types/pa_vxnode.h 1.15:
10989: * src/types/pa_wcontext.C 1.20:
10990: * src/types/pa_wcontext.h 1.33:
10991: * src/types/pa_wwrapper.h 1.19:
10992: * src/types/types.dsp 1.29:
10993: ident.C* removed
10994:
10995: * operators.txt 1.58:
10996: * src/classes/file.C 1.90:
10997: * src/main/pa_request.C 1.217:
1.24 paf 10998: * www/cgi-bin/parser3.log 1.78:
1.15 paf 10999: file:find[/can/do/this/now.txt]
11000:
11001: * src/targets/cgi/parser3.C 1.188:
11002: usage to stdout now
11003:
11004: 2002-07-31 paf
11005: * src/classes/mail.C 1.72:
11006: * src/types/pa_vmail.C 1.10:
11007: * src/types/pa_vmail.C 1.11:
11008: * src/types/pa_vmail.C 1.12:
11009: mail:
11010: errors-to: now default "postmaster"
11011:
11012: * src/classes/mail.C 1.70:
11013: * src/types/pa_vmail.C 1.9:
1.24 paf 11014: * www/cgi-bin/parser3.log 1.77:
1.15 paf 11015: mail from/to now must be.
11016: -f postmaster now default sendmail key
11017: word "postmaster" replaced to $.from
11018:
11019: * src/classes/mail.C 1.71:
11020: *** empty log message ***
11021:
11022: 2002-07-30 paf
11023: * src/main/pa_charset.C 1.25:
1.24 paf 11024: * www/cgi-bin/parser3.log 1.76:
1.15 paf 11025: * www/htdocs/auto.p 1.15:
11026: UTF-8 to 1byte charset convert, no char in table, &#decimal;
11027:
11028: * Makefile.in 1.16:
11029: * configure 1.35:
11030: * configure.in 1.36:
11031: * src/targets/cgi/Makefile.in 1.50:
11032: * src/targets/cgi/pa_config_paths.h.in 1.2:
11033: * src/targets/cgi/parser3.C 1.187:
11034: removed pa_config_paths.h
11035:
11036: * src/main/pa_charset.C 1.26:
11037: * src/main/pa_request.C 1.216:
11038: comment
11039:
11040: * etc/parser3.charsets/windows-1251.cfg 1.6:
11041: section sign [russian paragraf]
11042:
11043: 2002-07-11 paf
11044: * src/classes/mail.C 1.69:
11045: $MAIL[
11046: # xxx
11047: ]
11048:
11049: now ok
11050:
11051: * operators.txt 1.57:
11052: plan: sql detailed exception
11053:
11054: * src/main/pa_exec.C 1.36:
11055: invalid .exe caused error message with params wich parser did not provide = reported badly.
11056: fixed that.
11057:
11058: * src/main/pa_exec.C 1.37:
11059: build command line badly added params twice [and first time
11060: without ' ']. double wrong. fixed.
11061:
11062: 2002-07-01 paf
11063: * src/classes/form.C 1.26:
11064: * src/main/pa_request.C 1.215:
11065: conf bug fixed [MForm.configure_admin were called when request
11066: main_class ==0
11067:
11068: * src/classes/form.C 1.24:
11069: content_length type fix
11070:
11071: * src/classes/form.C 1.25:
11072: 10*0x400*400 bug fix [4M not 10M]
11073:
11074: 2002-06-30 paf
11075: * src/classes/mail.C 1.68:
11076: merged from 4
11077:
11078: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
11079: restored $MAIL
11080:
11081: 2002-06-28 paf
11082: * configure 1.32:
11083: * operators.txt 1.56:
11084: * src/classes/xdoc.C 1.95:
11085: * src/include/pa_charset.h 1.16:
11086: * src/include/pa_config_fixed.h 1.46:
11087: * src/include/pa_pool.h 1.81:
11088: * src/include/pa_version.h 1.6:
11089: * src/main/pa_charset.C 1.24:
11090: * src/main/pa_pool.C 1.53:
11091: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
11092: * src/targets/cgi/parser3.dsp 1.53:
11093: * src/targets/isapi/parser3isapi.dsp 1.40:
11094: * src/types/pa_vmail.C 1.8:
1.24 paf 11095: * www/cgi-bin/parser3.log 1.75:
1.15 paf 11096: * www/htdocs/index.html 1.82:
11097: merged latest updates to head
11098:
11099: * configure 1.34:
11100: * configure.in [release_3_0_0004] 1.35.2.2:
11101: removed paths.h
11102:
11103: * Makefile.in 1.15:
11104: * configure 1.33:
11105: * src/include/pa_version.h 1.7:
11106: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
11107: lates changes from 4 build merged, makes updated
11108:
11109: 2002-06-27 paf
11110: * src/classes/xdoc.C 1.94:
11111: * www/htdocs/index.html 1.81:
11112: xsltParseStylesheetDoc bug workaround
11113:
11114: * operators.txt [release_3_0_0004] 1.55.2.1:
11115: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
11116: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
11117: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
11118: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
11119: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
11120: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 11121: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 11122: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
11123: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
11124: default uri=path_translated
11125:
11126: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
11127: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
11128: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
11129: post-build not error now
11130:
11131: 2002-06-26 paf
11132: * configure [release_3_0_0004] 1.31.2.1:
11133: * configure.in [release_3_0_0004] 1.35.2.1:
11134: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
11135: release_3_0_0004
11136:
11137: * src/main/pa_string.C 1.162:
11138: blank string '', ' <whitespace>' considered 0 now
11139:
11140: * src/lib/md5/Makefile.in 1.1:
11141: *** empty log message ***
11142:
11143: * src/targets/cgi/parser3.C 1.186:
1.24 paf 11144: * www/cgi-bin/parser3.log 1.74:
1.15 paf 11145: /cgi-bin/parser empty filename checked
11146:
11147: 2002-06-25 paf
11148: * operators.txt 1.55:
11149: * src/classes/xdoc.C 1.93:
1.24 paf 11150: * www/cgi-bin/parser3.log 1.71:
11151: * www/cgi-bin/parser3.log 1.72:
1.15 paf 11152: * www/htdocs/index.html 1.78:
11153: * www/htdocs/index.html 1.79:
11154: ^xdoc.transform[xdoc <<can be now
11155:
11156: * bin/auto.p.dist.in 1.3:
11157: * operators.txt 1.53:
11158: * src/classes/math.C 1.20:
11159: * src/types/pa_vmail.C 1.6:
1.24 paf 11160: * www/cgi-bin/parser3.log 1.70:
1.15 paf 11161: * www/htdocs/index.html 1.76:
11162: math:crypt updated to generate random salt when needed and to
11163: call system crypt() if not $apr1$ prefix
11164:
11165: * configure 1.31:
11166: * configure.in 1.35:
11167: * src/include/pa_config_auto.h.in 1.27:
11168: crypt library configured
11169:
11170: * operators.txt 1.54:
11171: * src/classes/string.C 1.112:
11172: * www/htdocs/index.html 1.77:
11173: ^string.normalize [old name: optimize
11174:
11175: * src/main/pa_string.C 1.161:
1.24 paf 11176: * www/cgi-bin/parser3.log 1.73:
1.15 paf 11177: * www/htdocs/index.html 1.80:
11178: emtpy string, or string of whitespaces considered bad number now
11179:
11180: * src/main/pa_request.C 1.214:
11181: configure_admin forced if no @conf
11182:
11183: 2002-06-24 paf
11184: * Makefile.in 1.14:
11185: * bin/Makefile.in 1.4:
11186: * configure 1.29:
11187: * configure.in 1.33:
11188: * etc/Makefile.in 1.9:
11189: * etc/parser3.charsets/Makefile.in 1.11:
11190: * src/Makefile.in 1.49:
11191: * src/classes/Makefile.in 1.47:
11192: * src/include/Makefile.in 1.6:
11193: * src/include/pa_config_auto.h.in 1.25:
11194: * src/lib/Makefile.in 1.3:
11195: * src/lib/patches/Makefile.in 1.3:
11196: * src/lib/pcre/Makefile.in 1.3:
11197: * src/main/Makefile.in 1.43:
11198: * src/sql/Makefile.in 1.6:
11199: * src/targets/Makefile.in 1.37:
11200: * src/targets/apache13/Makefile.in 1.36:
11201: * src/targets/apache13/p3runConfigure.in 1.11:
11202: * src/targets/cgi/Makefile.am 1.39:
11203: * src/targets/cgi/Makefile.in 1.49:
11204: * src/targets/isapi/Makefile.in 1.6:
11205: * src/types/Makefile.am 1.23:
11206: * src/types/Makefile.in 1.40:
11207: * src/types/pa_vmail.C 1.4:
11208: $mail:received makes update
11209:
11210: * src/targets/cgi/getopt.c 1.1:
11211: * src/targets/cgi/getopt.h 1.1:
11212: introducing parser -m option, for $mail:receive
11213:
11214: * src/include/pa_config_fixed.h 1.45:
11215: ssize_t fixed
11216:
11217: * INSTALL 1.24:
11218: --with-static/shared-mailreceive described
11219:
11220: * operators.txt 1.51:
11221: * src/classes/mail.C 1.67:
11222: * src/include/Makefile.am 1.3:
11223: * src/include/pa_charset.h 1.15:
11224: * src/include/pa_config_fixed.h 1.43:
11225: * src/include/pa_request.h 1.140:
11226: * src/include/pa_string.h 1.139:
11227: * src/include/pa_uue.h 1.1:
11228: * src/main/Makefile.am 1.33:
11229: * src/main/main.dsp 1.155:
11230: * src/main/pa_globals.C 1.131:
11231: * src/main/pa_request.C 1.213:
11232: * src/main/pa_string.C 1.160:
11233: * src/main/pa_uue.C 1.1:
11234: * src/targets/apache13/mod_parser3.C 1.24:
11235: * src/targets/cgi/Makefile.am 1.38:
11236: * src/targets/cgi/parser3.C 1.184:
11237: * src/targets/cgi/parser3.dsp 1.51:
11238: * src/targets/isapi/parser3isapi.C 1.76:
11239: * src/types/pa_vform.C 1.57:
11240: * src/types/pa_vform.h 1.35:
11241: * src/types/pa_vmail.C 1.1:
11242: * src/types/pa_vmail.h 1.1:
11243: * src/types/types.dsp 1.27:
1.24 paf 11244: * www/cgi-bin/parser3.log 1.68:
1.15 paf 11245: * www/htdocs/index.html 1.74:
11246: uue to separate file
11247: introducting $message:received
11248: ^mail:send rewritten with backward comp
11249:
11250: * src/classes/classes.dsp 1.22:
11251: * src/main/main.dsp 1.156:
11252: * src/main/pa_globals.C 1.132:
11253: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
11254: * src/targets/cgi/parser3.dsp 1.52:
11255: * src/targets/isapi/parser3isapi.dsp 1.39:
11256: * src/types/types.dsp 1.28:
11257: win32xml win32mailreceive pseudomodules paths now
11258:
11259: * src/include/pa_config_fixed.h 1.44:
11260: * src/targets/cgi/parser3.C 1.185:
11261: * src/types/pa_vmail.C 1.3:
11262: #ifdef WITH_MAILRECEIVE
11263:
11264: * acconfig.h 1.2:
11265: * configure 1.30:
11266: * configure.in 1.34:
11267: * src/include/pa_config_auto.h.in 1.26:
11268: *** empty log message ***
11269:
11270: 2002-06-21 paf
11271: * Makefile.in 1.13:
11272: * configure 1.28:
11273: * configure.in 1.32:
11274: * src/Makefile.in 1.48:
11275: * src/classes/Makefile.in 1.46:
11276: * src/lib/Makefile.in 1.1:
11277: * src/lib/md5/Makefile.am 1.2:
11278: * src/lib/md5/pa_md5c.c 1.2:
11279: * src/lib/patches/Makefile.in 1.2:
11280: * src/lib/pcre/Makefile.in 1.2:
11281: * src/main/Makefile.in 1.42:
11282: * src/targets/apache13/Makefile.in 1.35:
11283: * src/targets/cgi/Makefile.am 1.37:
11284: * src/targets/cgi/Makefile.in 1.48:
11285: * src/types/Makefile.in 1.39:
11286: lib restructure .in and .am files appropriate changes
11287:
11288: * src/lib/Makefile.am 1.2:
11289: * src/lib/Makefile.in 1.2:
11290: * src/lib/md5/pa_md5.h 1.2:
11291: * src/targets/apache13/p3runConfigure.in 1.10:
11292: * src/targets/apache13/pa_md5c.c 1.2:
11293: lib restructure apache .am & co changes
11294:
11295: * INSTALL 1.23:
11296: * configure.in 1.31:
11297: * operators.txt 1.50:
11298: * parser3.dsw 1.2:
11299: * src/Makefile.am 1.16:
11300: * src/classes/Makefile.am 1.39:
11301: * src/classes/classes.dsp 1.21:
11302: * src/classes/math.C 1.19:
11303: * src/lib/Makefile.am 1.1:
11304: * src/lib/md5/Makefile.am 1.1:
11305: * src/lib/md5/md5.dsp 1.1:
11306: * src/lib/md5/pa_md5.h 1.1:
11307: * src/lib/md5/pa_md5c.c 1.1:
11308: * src/lib/patches/Makefile.am 1.1:
11309: * src/lib/patches/Makefile.in 1.1:
11310: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
11311: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
11312: * src/lib/patches/libgdome_morestatic.patch 1.1:
11313: * src/lib/patches/libxml_error_column_tab.patch 1.1:
11314: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
11315: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
11316: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
11317: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
11318: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
11319: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
11320: * src/lib/pcre/LICENCE 1.1:
11321: * src/lib/pcre/Makefile.am 1.1:
11322: * src/lib/pcre/Makefile.in 1.1:
11323: * src/lib/pcre/README 1.1:
11324: * src/lib/pcre/Tech.Notes 1.1:
11325: * src/lib/pcre/dftables.c 1.1:
11326: * src/lib/pcre/get.c 1.1:
11327: * src/lib/pcre/ibm-1250.ucm 1.1:
11328: * src/lib/pcre/ibm-1251.ucm 1.1:
11329: * src/lib/pcre/ibm-1257.ucm 1.1:
11330: * src/lib/pcre/internal.h 1.1:
11331: * src/lib/pcre/maketables.c 1.1:
11332: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
11333: * src/lib/pcre/pcre.3 1.1:
11334: * src/lib/pcre/pcre.3.html 1.1:
11335: * src/lib/pcre/pcre.3.txt 1.1:
11336: * src/lib/pcre/pcre.c 1.1:
11337: * src/lib/pcre/pcre.dsp 1.1:
11338: * src/lib/pcre/pcre.h 1.1:
11339: * src/lib/pcre/pcre_dftables.dsp 1.1:
11340: * src/lib/pcre/pcre_parser_ctype.c 1.1:
11341: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
11342: * src/lib/pcre/ruspart_win2koi.pl 1.1:
11343: * src/lib/pcre/study.c 1.1:
11344: * src/lib/pcre/win-koi.tab 1.1:
11345: * src/main/Makefile.am 1.32:
11346: * src/main/compile.tab.C 1.57:
11347: * src/main/main.dsp 1.154:
11348: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
11349: * src/targets/apache13/Makefile.am 1.12:
11350: * src/targets/apache13/pa_md5c.c 1.1:
11351: * src/targets/cgi/Makefile.am 1.36:
11352: * src/targets/cgi/parser3.dsp 1.50:
11353: * src/targets/isapi/parser3isapi.dsp 1.38:
11354: * src/types/Makefile.am 1.22:
11355: * src/types/types.dsp 1.26:
1.24 paf 11356: * www/cgi-bin/parser3.log 1.67:
1.15 paf 11357: * www/htdocs/.htaccess 1.5:
11358: * www/htdocs/index.html 1.73:
11359: moved libltdl and pcre to libs/
11360: added libs/md5 which is linked to non-apache targets
11361: ^math:crypt[password;$apr1$salt]
11362:
11363: 2002-06-20 paf
11364: * INSTALL [release_3_0_0003] 1.21.2.1:
11365: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
11366: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
11367: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
11368: * configure [release_3_0_0003] 1.26.2.2:
11369: * configure.in [release_3_0_0003] 1.29.2.2:
11370: * operators.txt [release_3_0_0003] 1.47.2.1:
11371: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
11372: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
11373: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
11374: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
11375: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
11376: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
11377: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
11378: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
11379: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
11380: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
11381: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
11382: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
11383: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
11384: marged latest HEAD updates, mainly file:justname&co & @auto
11385: conf[filespec
11386:
11387: * INSTALL 1.22:
11388: * bin/Makefile.am 1.3:
11389: * bin/auto.p.dist.in 1.1:
11390: * configure.in 1.30:
11391: * operators.txt 1.48:
11392: * src/doc/doxygen.cfg 1.23:
11393: * src/include/pa_globals.h 1.89:
11394: * src/targets/apache13/mod_parser3.C 1.23:
11395: * src/targets/cgi/parser3.C 1.183:
11396: * src/targets/isapi/parser3isapi.C 1.75:
11397: * www/htdocs/auto.p 1.12:
11398: * www/htdocs/index.html 1.70:
11399: parser3.conf renamed to auto.p
11400:
11401: * operators.txt 1.49:
11402: * src/classes/file.C 1.89:
1.24 paf 11403: * www/cgi-bin/parser3.log 1.66:
1.15 paf 11404: * www/htdocs/auto.p 1.14:
11405: * www/htdocs/index.html 1.72:
11406: !^file:dirname[/a/some.tar.gz]=/a
11407: !^file:dirname[/a/b/]=/a
11408: !^file:basename[/a/some.tar.gz]=some.tar.gz
11409: !^file:justname[/a/some.tar.gz]=some.tar
11410: !^file:justext[/a/some.tar.gz]=gz
11411:
11412: * bin/Makefile.in 1.3:
11413: * configure 1.27:
11414: parser3.conf renamed to auto.p autoconf changes
11415:
11416: * src/classes/op.C 1.97:
11417: * src/include/pa_request.h 1.139:
11418: * src/main/execute.C 1.242:
11419: * src/main/pa_request.C 1.212:
11420: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 11421: * www/cgi-bin/parser3.log 1.65:
1.15 paf 11422: * www/htdocs/auto.p 1.13:
11423: * www/htdocs/index.html 1.71:
11424: introducing @conf/auto[filespec]
11425:
11426: * bin/auto.p.dist.in 1.2:
11427: <noindex>
11428:
11429: 2002-06-18 paf
11430: * bin/Makefile.am 1.1:
11431: * bin/Makefile.in 1.1:
11432: * etc/Makefile.am 1.4:
11433: * www/htdocs/index.html 1.69:
11434: bin/parser3.conf.dist [moved from etc
11435:
1.24 paf 11436: * src/classes/file.C 1.86:
11437: * www/cgi-bin/parser3.log 1.64:
11438: ^file::exec[script;$.bad error case insensitive check now
11439:
1.15 paf 11440: * configure [release_3_0_0003] 1.26.2.1:
11441: * configure.in [release_3_0_0003] 1.29.2.1:
11442: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
11443: version to configure.in
11444:
11445: * src/classes/file.C 1.85:
1.24 paf 11446: * www/cgi-bin/parser3.log 1.63:
1.15 paf 11447: * www/htdocs/index.html 1.68:
11448: ^file::exec[script;$.bad now error, not skip
11449:
11450: * Makefile.am 1.5:
11451: * Makefile.in 1.12:
11452: * bin/Makefile.am 1.2:
11453: * bin/Makefile.in 1.2:
11454: * configure 1.26:
11455: * configure.in 1.29:
11456: * etc/Makefile.in 1.8:
11457: * etc/parser3.charsets/Makefile.am 1.3:
11458: * etc/parser3.charsets/Makefile.in 1.10:
11459: * src/targets/apache13/Makefile.in 1.34:
11460: parser3.conf.dist moved to bin, .in & *.am updated
11461:
11462: * src/classes/file.C 1.87:
11463: strcasecmp
11464:
11465: * INSTALL 1.21:
11466: reflected .conf.dist dir change
11467:
11468: * configure 1.25:
11469: * configure.in 1.28:
11470: * src/include/pa_pool.h 1.80:
11471: * src/include/pa_types.h 1.41:
11472: pack configure.in detection simplified.
11473: figured out that gcc on sparc not that stupid as thought previously:
11474: 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]
11475: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
11476: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
11477:
11478: * src/classes/file.C 1.88:
11479: strncasecmp
11480:
11481: 2002-06-14 paf
11482: * operators.txt 1.47:
11483: more precise xml-to-text options
11484:
11485: * operators.txt 1.46:
11486: * src/types/pa_vxnode.C 1.17:
11487: xnode attribute_node.name/value
11488: xnode pi.node.data
11489:
11490: 2002-06-12 paf
11491: * Makefile.in 1.11:
11492: * configure 1.24:
11493: * configure.in 1.27:
11494: * etc/Makefile.in 1.7:
11495: * etc/parser3.charsets/Makefile.in 1.9:
11496: * src/Makefile.in 1.47:
11497: * src/classes/Makefile.in 1.45:
11498: * src/include/Makefile.in 1.5:
11499: * src/main/Makefile.in 1.41:
11500: * src/sql/Makefile.in 1.5:
11501: * src/targets/Makefile.in 1.36:
11502: * src/targets/cgi/Makefile.am 1.35:
11503: * src/targets/cgi/Makefile.in 1.47:
11504: * src/targets/cgi/parser3.C 1.182:
11505: * src/targets/isapi/Makefile.in 1.5:
11506: * src/types/Makefile.in 1.38:
11507: removed root conf define creation
11508:
11509: * src/classes/mail.C 1.66:
11510: sendmail -ti [default now]
11511:
11512: * src/include/pa_globals.h 1.86:
11513: * src/include/pa_request.h 1.136:
11514: * src/main/main.dsp 1.153:
11515: * src/main/pa_globals.C 1.128:
11516: * src/main/pa_request.C 1.208:
1.24 paf 11517: * www/cgi-bin/parser3.log 1.60:
1.15 paf 11518: @conf
11519:
1.24 paf 11520: * src/include/pa_globals.h 1.87:
11521: * src/include/pa_request.h 1.137:
11522: * src/main/execute.C 1.241:
11523: * src/main/pa_globals.C 1.129:
11524: * src/main/pa_request.C 1.209:
11525: * www/cgi-bin/parser3.log 1.61:
11526: @rootconf [were @conf]
11527:
1.15 paf 11528: * INSTALL 1.20:
11529: * configure.in 1.26:
11530: * etc/Makefile.am 1.3:
11531: * operators.txt 1.43:
11532: * src/include/pa_globals.h 1.88:
11533: * src/include/pa_request.h 1.138:
11534: * src/main/compile.tab.C 1.56:
11535: * src/main/pa_globals.C 1.130:
11536: * src/main/pa_request.C 1.211:
11537: * src/targets/apache13/mod_parser3.C 1.22:
11538: * src/targets/cgi/parser3.C 1.181:
11539: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 11540: * www/cgi-bin/parser3.log 1.62:
1.15 paf 11541: parser3.conf now one and only
11542:
11543: * src/classes/mail.C 1.65:
11544: * src/main/pa_request.C 1.210:
11545: $MAIL $CHARSETS allowed to be strings. for convinient #ing
11546:
11547: 2002-06-11 paf
11548: * src/classes/file.C 1.83:
11549: * src/targets/cgi/parser3.dsp 1.49:
11550: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 11551: * www/cgi-bin/parser3.log 1.59:
1.15 paf 11552: * www/htdocs/.htaccess 1.4:
11553: * www/htdocs/index.html 1.66:
11554: suexec env keys filter plus CGI_ as valid prefix
11555:
11556: * src/classes/file.C 1.84:
11557: check simplified
11558:
11559: * src/classes/file.C 1.82:
11560: * src/include/pa_request.h 1.135:
11561: * src/include/pa_sapi.h 1.19:
11562: * src/targets/apache13/mod_parser3.C 1.21:
11563: * src/targets/cgi/parser3.C 1.180:
11564: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 11565: * www/cgi-bin/parser3.log 1.58:
1.15 paf 11566: * www/htdocs/index.html 1.65:
11567: file::exec/cgi to pass HTTP_ vars
11568: introducing SAPI::environment
11569:
11570: 2002-06-10 paf
11571: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
11572: fixed -d (bug)
11573:
11574: * configure 1.20:
11575: * configure [release_3_0_0002] 1.19.2.1:
11576: * configure.in [release_3_0_0002] 1.21.2.1:
11577: * src/include/pa_version.h 1.5:
11578: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
11579: makes
11580:
11581: * operators.txt 1.41:
11582: old merge conflict removed
11583:
11584: * src/types/pa_vform.C 1.56:
11585: * src/types/pa_vform.h 1.34:
11586: * www/htdocs/index.html 1.62:
11587: $form: not determined yet check
11588:
11589: * src/main/pa_common.C 1.109:
11590: merged fixed -d (bug)
11591:
11592: * src/main/compile.tab.C 1.55:
11593: * src/main/pa_string.C 1.159:
1.24 paf 11594: * www/cgi-bin/parser3.log 1.56:
1.15 paf 11595: * www/htdocs/index.html 1.63:
11596: whitespace after number in autoconvert now ignored
11597:
11598: * operators.txt 1.42:
11599: * src/classes/op.C 1.96:
11600: * src/include/pa_common.h 1.77:
11601: * src/main/pa_common.C 1.110:
11602: lock failures reported now
11603:
11604: * configure 1.21:
11605: * configure.in 1.23:
11606: pack even address access on sparc&co arch checked in configure
11607:
11608: * configure 1.23:
11609: * configure.in 1.25:
11610: *** empty log message ***
11611:
11612: * src/main/compile_tools.C 1.50:
1.24 paf 11613: * www/cgi-bin/parser3.log 1.57:
1.15 paf 11614: * www/htdocs/index.html 1.64:
11615: ^if(" 1 "){y} bug fixed
11616: optimization string->double @ compile time were not-enough-checking...
11617:
11618: * configure 1.22:
11619: * configure.in 1.24:
11620: hpux check, nsl link, no socket
11621:
11622: * src/classes/mail.C 1.64:
11623: mail netscape attachment name fixed. todo: $response:body
11624: content-type:name
11625:
11626: * src/main/untaint.C 1.102:
11627: bug#2) mail subject got always prepended with charset even when
11628: all letters were 7bit one
11629:
11630: 2002-06-04 paf
11631: * src/targets/apache13/mod_parser3.C 1.20:
11632: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
11633: fixed .dsp-s along with reorganized cvs modules dirs structure
11634:
11635: 2002-06-03 paf
11636: * etc/parser3.charsets/windows-1251.cfg 1.5:
11637: * operators.txt 1.40:
11638: * src/classes/classes.dsp 1.20:
11639: * src/main/compile.tab.C 1.54:
11640: * src/main/main.dsp 1.152:
11641: * src/main/pa_globals.C 1.127:
11642: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
11643: * src/targets/cgi/parser3.C 1.179:
11644: * src/targets/cgi/parser3.dsp 1.48:
11645: * src/targets/isapi/parser3isapi.dsp 1.37:
11646: * src/types/types.dsp 1.25:
11647: * www/htdocs/index.html 1.60:
11648: fixed .dsp-s along with reorganized cvs modules dirs structure
11649:
11650: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
11651: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
11652: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
11653: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
11654: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
11655: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
11656: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
11657: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
11658: reorganized cvs modules
11659:
11660: 2002-05-28 paf
11661: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
11662: info.uri now ""
11663:
11664: 2002-05-17 paf
11665: * src/classes/table.C 1.153:
11666: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
11667: ^table.save << checked empty pre/match/post columns
11668:
11669: 2002-05-16 paf
11670: * src/classes/image.C 1.72:
1.24 paf 11671: * www/cgi-bin/parser3.log 1.55:
1.15 paf 11672: * www/htdocs/index.html 1.59:
11673: image::measure can png now
11674:
11675: 2002-05-15 paf
11676: * operators.txt 1.38:
11677: * src/classes/date.C 1.31:
1.24 paf 11678: * www/cgi-bin/parser3.log 1.54:
1.15 paf 11679: * www/htdocs/index.html 1.58:
11680: ^date::create[%H:%M[:%S]] added
11681:
11682: * etc/parser3.charsets/windows-1251.cfg 1.4:
11683: 0x forgot, fixed
11684:
11685: * operators.txt 1.37:
11686: * src/classes/date.C 1.30:
1.24 paf 11687: * www/cgi-bin/parser3.log 1.53:
1.15 paf 11688: * www/htdocs/.htaccess 1.3:
11689: * www/htdocs/auto.p 1.10:
11690: * www/htdocs/index.html 1.57:
11691: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
11692: [-%m now
11693:
11694: 2002-05-14 paf
11695: * etc/parser3.charsets/windows-1251.cfg 1.3:
11696: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
11697: added 3 quotes
11698:
11699: 2002-05-07 paf
11700: * src/classes/classes.dsp 1.19:
11701: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
11702: * src/classes/op.C 1.95:
11703: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
11704: * src/include/pa_globals.h 1.85:
11705: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
11706: * src/include/pa_request.h 1.134:
11707: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
11708: * src/include/pa_table.h 1.44:
11709: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
11710: * src/main/compile.tab.C 1.53:
11711: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
11712: * src/main/compile.y 1.187:
11713: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
11714: * src/main/main.dsp 1.151:
11715: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
11716: * src/main/pa_globals.C 1.126:
11717: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
11718: * src/main/pa_request.C 1.207:
11719: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
11720: * src/main/pa_table.C 1.47:
11721: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
11722: * src/targets/isapi/pa_pool.C 1.13:
11723: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
11724: * src/targets/isapi/parser3isapi.C 1.71:
11725: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
11726: * src/targets/isapi/parser3isapi.dsp 1.36:
11727: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
11728: * src/targets/isapi/pool_storage.h 1.16:
11729: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
11730: * src/types/types.dsp 1.24:
11731: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
11732: * www/htdocs/parser-status.html 1.2:
11733: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
11734: Table name2number field now &.
11735: 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]
11736:
11737: 2002-05-06 paf
11738: * src/main/pa_globals.C 1.125:
11739: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
11740: * src/targets/cgi/parser3.C 1.178:
11741: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
11742: * src/targets/cgi/pool_storage.h 1.10:
11743: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
11744: * src/targets/isapi/parser3isapi.C 1.70:
11745: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
11746: removed 100*40 bytes per request memory leak [nonpool malloc in
11747: globals]
11748:
11749: 2002-04-30 paf
11750: * configure 1.19:
11751: * src/include/pa_version.h 1.4:
11752: version now not b
11753:
11754: * src/targets/cgi/parser3.C 1.177:
1.24 paf 11755: * www/cgi-bin/parser3.log 1.52:
1.15 paf 11756: * www/htdocs/global.xsl 1.7:
11757: * www/htdocs/index.html 1.56:
11758: request.uri now never 0
11759:
11760: 2002-04-29 paf
11761: * configure.in 1.21:
11762: removed b
11763:
11764: * src/doc/ClassExample1.dox 1.4:
11765: * src/doc/ClassExample3.dox 1.4:
11766: * src/doc/aliased.dox 1.4:
11767: * src/doc/methoded.dox 1.3:
11768: * src/doc/string.dox 1.4:
11769: * src/doc/value.dox 1.3:
11770: * src/include/pa_exception.h 1.34:
11771: * src/main/pa_request.C 1.205:
11772: * src/targets/cgi/parser3.C 1.176:
11773: merged from 0001
11774:
11775: * src/classes/op.C 1.94:
11776: * src/include/pa_exception.h 1.35:
11777: * src/main/pa_request.C 1.206:
11778: Exception::comment/type checked in (), no there's no empty type
11779: comment by default
11780:
11781: 2002-04-26 paf
11782: * src/doc/doxygen.cfg 1.22:
11783: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
11784: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 11785: * www/cgi-bin/parser3.log 1.51:
1.15 paf 11786: * www/htdocs/index.html 1.55:
11787: doxygen dot image size reduced
11788:
11789: 2002-04-25 paf
11790: * src/classes/table.C 1.152:
1.24 paf 11791: * www/cgi-bin/parser3.log 1.47:
1.15 paf 11792: * www/htdocs/.htaccess 1.1:
11793: * www/htdocs/index.html 1.51:
11794: removed restriction on column count to ^table.hash to work, now
11795: must be >0 [were >1]
11796:
11797: * src/targets/cgi/parser3.C 1.175:
11798: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
11799: setenv in .htaccess when cgi is not under that dir got
11800: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
11801: into account
11802:
1.24 paf 11803: * www/cgi-bin/parser3.log 1.48:
1.15 paf 11804: * www/htdocs/index.html 1.52:
11805: sample of 'using junction out of context'
11806:
11807: * operators.txt 1.35:
11808: * operators.txt 1.36:
11809: * src/classes/date.C 1.28:
11810: * src/classes/date.C 1.29:
1.24 paf 11811: * www/cgi-bin/parser3.log 1.49:
1.15 paf 11812: * www/htdocs/index.html 1.53:
11813: ^date::create[2002-12-33 01:03:04]
11814:
11815: 2002-04-24 paf
11816: * src/classes/classes.dsp 1.18:
11817: * src/main/compile.tab.C 1.52:
11818: * src/main/main.dsp 1.150:
11819: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
11820: * src/targets/cgi/parser3.C 1.174:
11821: * src/targets/cgi/parser3.dsp 1.46:
11822: * src/targets/isapi/parser3isapi.dsp 1.34:
11823: * src/types/types.dsp 1.23:
11824: MSVC profile targets
11825:
11826: 2002-04-23 paf
11827: * operators.txt 1.34:
11828: * src/classes/string.C 1.110:
1.24 paf 11829: * www/cgi-bin/parser3.log 1.46:
1.15 paf 11830: * www/htdocs/index.html 1.50:
11831: int/double/string:sql{}[$.default{code}]
11832: fixed [were barking: "junction used outside of context"]
11833:
11834: 2002-04-22 paf
11835: * src/classes/string.C 1.109:
11836: * src/include/pa_string.h 1.138:
11837: * src/main/pa_string.C 1.158:
11838: * src/types/pa_vstring.C 1.19:
11839: * src/types/pa_vstring.h 1.46:
11840: * types.txt 1.2:
11841: ^string.optimize[]
11842:
11843: * src/main/execute.C 1.238:
1.24 paf 11844: * www/cgi-bin/parser3.log 1.43:
1.15 paf 11845: * www/htdocs/index.html 1.48:
11846: junctions to local contexts got cleanized&checked later
11847:
1.24 paf 11848: * src/main/execute.C 1.240:
11849: * www/cgi-bin/parser3.log 1.45:
11850: rolled back to before_killing_userjunction_contexts
11851:
1.15 paf 11852: * src/include/pa_globals.h 1.84:
11853: * src/include/pa_table.h 1.43:
11854: * src/main/pa_globals.C 1.124:
11855: * src/main/pa_string.C 1.157:
11856: * src/main/pa_table.C 1.46:
11857: fixed match table template
11858:
11859: * src/classes/string.C 1.107:
11860: * src/classes/string.C 1.108:
11861: optimize removed from string .left/right/pos
11862:
11863: * src/main/execute.C 1.239:
1.24 paf 11864: * www/cgi-bin/parser3.log 1.44:
1.15 paf 11865: * www/htdocs/index.html 1.49:
11866: user junctions context killed
11867:
11868: 2002-04-19 paf
11869: * src/classes/string.C 1.106:
11870: * src/include/pa_request.h 1.133:
11871: * src/include/pa_string.h 1.137:
11872: * src/main/pa_request.C 1.204:
11873: * src/main/pa_string.C 1.156:
11874: * src/types/pa_vstring.C 1.18:
11875: * src/types/pa_vstring.h 1.45:
1.24 paf 11876: * www/cgi-bin/parser3.log 1.42:
1.15 paf 11877: * www/htdocs/index.html 1.47:
11878: string now optimized prior to .left .right .mid .pos .match when that is profitable,
11879: and always before .replace
11880: when $ORIGINS(1) optimization disabled
11881: 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
11882:
11883: * src/classes/op.C 1.93:
11884: * src/classes/string.C 1.105:
11885: * src/types/pa_value.h 1.86:
11886: VTable removed from each String::match replace iteration, and made stacked
11887: sizeof(VTable)=12bytes economy on each replace code
11888:
11889: * src/include/pa_globals.h 1.83:
11890: * src/include/pa_table.h 1.42:
11891: * src/main/pa_globals.C 1.123:
11892: * src/main/pa_string.C 1.155:
11893: String::match table columns globalized, not created @ each ^match anymore
11894: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
11895:
11896: * src/classes/file.C 1.81:
11897: ovector now local
11898: economy: 16 bytes per ^file:list
11899:
11900: * src/classes/string.C 1.104:
11901: * src/include/pa_string.h 1.136:
11902: * src/main/pa_string.C 1.154:
11903: * www/htdocs/index.html 1.46:
11904: string.match[]['] option enables generation of $match.prematch
11905: .match .postmatch columns
11906:
11907: * src/main/pa_string.C 1.153:
11908: String::match options analized without cstr-ing them now
11909:
11910: * src/doc/chmhelper.pl 1.1:
11911: * src/doc/doxygen.cfg 1.21:
11912: * src/doc/footer.htm 1.1:
11913: * src/doc/html2chm.cmd 1.6:
11914: * src/doc/postbuild.txt 1.3:
11915: * src/doc/sources2html.cmd 1.5:
11916: * src/doc/view_chm.cmd 1.2:
11917: * src/doc/view_html.cmd 1.2:
11918: config updated to doxygen 1.2.15,
11919: created helper which fixes minor bugs in chm project files & htm tree.
11920: changed extension to .htm
11921:
11922: * src/doc/footer.htm 1.2:
11923: 2001,
11924:
11925: 2002-04-18 paf
11926: * src/classes/classes.h 1.18:
11927: * src/classes/hash.C 1.40:
11928: * src/types/pa_value.h 1.85:
11929: * src/types/pa_vbool.h 1.18:
11930: * src/types/pa_vcookie.h 1.16:
11931: * src/types/pa_vdate.h 1.10:
11932: * src/types/pa_vdouble.h 1.37:
11933: * src/types/pa_venv.h 1.21:
11934: * src/types/pa_vfile.h 1.42:
11935: * src/types/pa_vhash.h 1.33:
11936: * src/types/pa_vimage.h 1.25:
11937: * src/types/pa_vint.h 1.34:
11938: * src/types/pa_vjunction.h 1.13:
11939: * src/types/pa_vobject.h 1.18:
11940: * src/types/pa_vrequest.h 1.17:
11941: * src/types/pa_vresponse.h 1.22:
11942: * src/types/pa_vstateless_class.h 1.26:
11943: * src/types/pa_vstateless_object.h 1.17:
11944: * src/types/pa_vstatus.h 1.8:
11945: * src/types/pa_vstring.h 1.44:
11946: * src/types/pa_vtable.h 1.38:
11947: * src/types/pa_vvoid.h 1.9:
11948: * src/types/pa_vxdoc.h 1.21:
11949: * src/types/pa_vxnode.h 1.14:
11950: fclass_real lowered from VStateless_class to VObject
11951:
11952: * src/types/pa_value.C 1.1:
11953: forced to cut that from .h because of VStateless_class usage [
11954: undefined in .h]
11955:
11956: * src/classes/classes.h 1.17:
11957: * src/classes/date.C 1.27:
11958: * src/classes/double.C 1.47:
11959: * src/classes/file.C 1.80:
11960: * src/classes/form.C 1.23:
11961: * src/classes/hash.C 1.39:
11962: * src/classes/image.C 1.71:
11963: * src/classes/int.C 1.44:
11964: * src/classes/mail.C 1.63:
11965: * src/classes/math.C 1.18:
11966: * src/classes/op.C 1.91:
11967: * src/classes/response.C 1.19:
11968: * src/classes/string.C 1.103:
11969: * src/classes/table.C 1.151:
11970: * src/classes/void.C 1.19:
11971: * src/classes/xnode.C 1.44:
11972: * src/include/pa_globals.h 1.82:
11973: * src/include/pa_request.h 1.132:
11974: * src/main/execute.C 1.236:
11975: * src/main/pa_globals.C 1.122:
11976: * src/main/pa_request.C 1.201:
11977: * src/types/Makefile.am 1.21:
11978: * src/types/pa_value.h 1.84:
11979: * src/types/pa_vdouble.h 1.36:
11980: * src/types/pa_vform.C 1.55:
11981: * src/types/pa_vhash.h 1.32:
11982: * src/types/pa_vint.h 1.33:
11983: * src/types/pa_vmath.h 1.7:
11984: * src/types/pa_vmethod_frame.h 1.25:
11985: * src/types/pa_vstateless_class.h 1.24:
11986: * src/types/pa_wcontext.C 1.18:
11987: * src/types/pa_wcontext.h 1.32:
11988: * src/types/pa_wwrapper.h 1.18:
11989: * src/types/types.dsp 1.22:
1.24 paf 11990: * www/cgi-bin/parser3.log 1.36:
1.15 paf 11991: * www/htdocs/index.html 1.40:
11992: removed Value::fname
11993:
11994: * src/include/pa_opcode.h 1.18:
11995: * src/main/compile.tab.C 1.51:
11996: * src/main/compile.y 1.186:
11997: * src/main/compile_tools.C 1.49:
11998: * src/main/compile_tools.h 1.61:
11999: * src/main/execute.C 1.237:
12000: * src/main/pa_request.C 1.202:
12001: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 12002: * www/cgi-bin/parser3.log 1.37:
1.15 paf 12003: * www/htdocs/index.html 1.41:
12004: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
12005: stack [no more heap waste on each CALL]
12006:
12007: * src/types/pa_valiased.C 1.14:
12008: * src/types/pa_valiased.h 1.19:
12009: * src/types/pa_vclass.h 1.25:
12010: * src/types/pa_vobject.h 1.17:
12011: * src/types/pa_wcontext.C 1.19:
1.24 paf 12012: * www/cgi-bin/parser3.log 1.38:
1.15 paf 12013: * www/htdocs/index.html 1.42:
12014: VAliased get/set alias now virtual and implemented down in
12015: VClass, fclass_alias removed,
12016:
12017: * src/main/pa_request.C 1.203:
12018: * src/types/pa_valiased.h 1.20:
12019: * src/types/pa_vstateless_class.h 1.25:
12020: * src/types/pa_vstateless_object.h 1.16:
12021: * src/types/pa_vstring.h 1.43:
1.24 paf 12022: * www/cgi-bin/parser3.log 1.39:
1.15 paf 12023: * www/htdocs/index.html 1.43:
12024: VStateless_string_object speicalized light version of VStateless_object
12025:
12026: * src/types/Makefile.in 1.37:
12027: *** empty log message ***
12028:
12029: * src/doc/doxygen.cfg 1.20:
12030: .chi generation disabled
12031:
12032: * src/classes/classes.h 1.19:
12033: * src/classes/xdoc.C 1.92:
12034: * src/classes/xnode.C 1.45:
12035: * src/classes/xnode.h 1.11:
12036: * src/types/pa_vxdoc.C 1.13:
1.24 paf 12037: * www/cgi-bin/parser3.log 1.40:
12038: * www/cgi-bin/parser3.log 1.41:
1.15 paf 12039: * www/htdocs/index.html 1.44:
12040: * www/htdocs/index.html 1.45:
12041: xdoc(xnode) now fully - fields&methods
12042:
12043: * src/classes/op.C 1.92:
12044: ^throw comment param made optional
12045:
12046: 2002-04-17 paf
12047: * src/types/pa_vhash.h 1.31:
12048: vstring wrong parent fixed
12049:
12050: * src/classes/op.C 1.90:
12051: taint local result var bug fixed
12052:
12053: * src/doc/ClassExample1.dox 1.3:
12054: * src/doc/ClassExample2.dox 1.4:
12055: * src/doc/ClassExample3.dox 1.3:
12056: * src/doc/compiler.dox 1.3:
12057: * src/doc/module.dox 1.3:
12058: * src/doc/pooled.dox 1.3:
12059: * src/doc/string.dox 1.3:
12060: * src/doc/targets.dox 1.3:
12061: * src/include/pa_pool.h 1.79:
12062: * src/include/pa_types.h 1.40:
12063: dox updated to current state, PTHROW freshen to throw & co
12064:
12065: 2002-04-16 paf
12066: * src/classes/op.C 1.89:
12067: exception2vhash file now tainted
12068:
12069: * src/include/pa_opcode.h 1.17:
12070: * src/main/compile.tab.C 1.49:
12071: * src/main/compile.y 1.185:
12072: * src/main/execute.C 1.232:
12073: * src/targets/cgi/parser3.C 1.172:
1.24 paf 12074: * www/cgi-bin/parser3.log 1.30:
1.15 paf 12075: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
12076:
12077: * src/doc/postbuild.txt 1.2:
12078: * src/main/execute.C 1.234:
1.24 paf 12079: * www/cgi-bin/parser3.log 1.34:
1.15 paf 12080: * www/htdocs/index.html 1.37:
12081: result in @postprocess & @unhandled_exception now taken into
12082: account as in usual functions
12083:
12084: * src/doc/postbuild.txt 1.1:
12085: instructions on post .html build
12086:
12087: * asm.txt 1.2:
12088: * form.txt 1.2:
12089: * lang.txt 1.2:
12090: * sql.txt 1.2:
1.24 paf 12091: * www/cgi-bin/parser3.log 1.35:
1.15 paf 12092: removed outdated. see in Attic asm.txt as most interesting
12093:
12094: * src/classes/op.C 1.87:
1.24 paf 12095: * www/cgi-bin/parser3.log 1.28:
1.15 paf 12096: * www/htdocs/auto.p 1.8:
12097: extra check on empty file in origin in _execute
12098:
12099: * src/classes/date.C 1.26:
12100: * src/main/compile.tab.C 1.50:
12101: * src/targets/cgi/parser3.C 1.173:
1.24 paf 12102: * www/cgi-bin/parser3.log 1.31:
12103: * www/cgi-bin/parser3.log 1.32:
1.15 paf 12104: cheched date:create(days) param for validity [later were
12105: assumed valid and crashed on invalid onces]
12106:
12107: * src/classes/file.C 1.79:
12108: * src/main/pa_exec.C 1.35:
1.24 paf 12109: * www/cgi-bin/parser3.log 1.33:
1.15 paf 12110: * www/htdocs/index.html 1.36:
12111: stderr of execs mark as tainted
12112:
12113: * src/main/execute.C 1.235:
12114: * www/htdocs/index.html 1.38:
12115: $result in @main now taken into account as in usual functions
12116:
1.24 paf 12117: * src/classes/op.C 1.88:
12118: * www/cgi-bin/parser3.log 1.29:
12119: _process pseudo origin copied from local var to heap
12120:
1.23 paf 12121: * src/main/pa_request.C 1.199:
12122: uri in error log
12123:
1.15 paf 12124: * src/main/pa_request.C 1.200:
12125: * src/targets/isapi/parser3isapi.C 1.69:
12126: * www/htdocs/index.html 1.39:
12127: removed check, preventing content-length: 0 from appearing
12128:
12129: * src/doc/doxygen.cfg 1.19:
12130: * src/doc/html2chm.cmd 1.5:
12131: .chm file only now, no .chi
12132:
12133: 2002-04-15 paf
12134: * src/classes/image.C 1.70:
12135: * src/classes/op.C 1.83:
12136: * src/classes/op.C 1.84:
12137: * src/classes/string.C 1.101:
12138: * src/classes/table.C 1.149:
12139: * src/include/pa_request.h 1.129:
12140: * src/main/execute.C 1.228:
12141: * src/types/pa_value.h 1.81:
12142: * src/types/pa_vmethod_frame.h 1.24:
12143: * src/types/pa_wcontext.h 1.29:
1.24 paf 12144: * www/cgi-bin/parser3.log 1.25:
1.15 paf 12145: StringOrValue wcontext result, now ready for dual writes
12146:
1.24 paf 12147: * src/classes/file.C 1.78:
12148: * src/classes/op.C 1.86:
12149: * src/classes/table.C 1.150:
12150: * www/cgi-bin/parser3.log 1.26:
12151: finished dual write_xxx_lang functions
12152:
1.15 paf 12153: * src/main/execute.C 1.231:
12154: * src/types/pa_value.h 1.83:
1.24 paf 12155: * www/cgi-bin/parser3.log 1.27:
1.15 paf 12156: fixed name update
12157:
12158: * src/main/execute.C 1.229:
12159: CodeFrame soul fixed [mistakenly killed by prev changes]
12160:
12161: * src/classes/date.C 1.25:
12162: * src/classes/file.C 1.76:
12163: * src/classes/mail.C 1.62:
12164: * src/classes/string.C 1.102:
12165: * src/classes/xnode.C 1.43:
12166: * src/include/pa_request.h 1.130:
12167: * src/types/pa_value.h 1.82:
12168: * src/types/pa_wcontext.h 1.30:
12169: removed absolutely unnecessary VString shells
12170:
12171: * src/classes/op.C 1.82:
12172: * src/include/pa_globals.h 1.81:
12173: * src/include/pa_opcode.h 1.16:
12174: * src/include/pa_request.h 1.128:
12175: * src/main/compile.tab.C 1.47:
12176: * src/main/compile.y 1.183:
12177: * src/main/compile_tools.C 1.47:
12178: * src/main/compile_tools.h 1.59:
12179: * src/main/execute.C 1.226:
12180: * src/main/pa_globals.C 1.121:
12181: * src/main/pa_request.C 1.198:
12182: * src/targets/cgi/parser3.C 1.170:
1.24 paf 12183: * www/cgi-bin/parser3.log 1.24:
1.15 paf 12184: * www/htdocs/index.html 1.35:
12185: switch in hash constructor fixed [were problems with using of
12186: stacked wwrapper after it's death]
12187:
12188: * src/classes/file.C 1.77:
12189: * src/classes/hash.C 1.38:
12190: * src/classes/op.C 1.85:
12191: * src/include/pa_request.h 1.131:
12192: * src/main/execute.C 1.230:
12193: * src/types/pa_wcontext.h 1.31:
12194: started dual write_xxx_lang functions, if checked & works
12195:
12196: * src/targets/cgi/parser3.C 1.171:
12197: ctime sometimes can be just "", checked that
12198:
12199: * src/main/compile.tab.C 1.48:
12200: * src/main/compile.y 1.184:
12201: * src/main/compile_tools.C 1.48:
12202: * src/main/compile_tools.h 1.60:
12203: * src/main/execute.C 1.227:
12204: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
12205: changed to OP_WRITE_VALUE
12206: in var get cases
12207:
12208: 2002-04-12 paf
12209: * operators.txt 1.33:
12210: * src/classes/table.C 1.148:
1.24 paf 12211: * www/cgi-bin/parser3.log 1.23:
1.15 paf 12212: * www/htdocs/index.html 1.34:
12213: table.select(expression) 0
12214:
12215: 2002-04-11 paf
12216: * src/classes/string.C 1.100:
12217: * src/include/pa_request.h 1.127:
12218: * src/main/execute.C 1.225:
12219: Request::process_internal codeFrame & wwrapper stacked [not
12220: wasting heap anymore]
12221:
12222: 2002-04-10 paf
12223: * src/include/pa_string.h 1.135:
12224: * src/main/pa_string.C 1.151:
12225: * src/main/untaint.C 1.101:
1.24 paf 12226: * www/cgi-bin/parser3.log 1.22:
1.15 paf 12227: * www/htdocs/index.html 1.33:
12228: killed 8 bytes from String.head
12229:
12230: * src/classes/double.C 1.46:
12231: * src/classes/file.C 1.75:
12232: * src/classes/hash.C 1.37:
12233: * src/classes/image.C 1.69:
12234: * src/classes/int.C 1.43:
12235: * src/classes/math.C 1.17:
12236: * src/classes/op.C 1.81:
12237: * src/classes/string.C 1.99:
12238: * src/classes/table.C 1.147:
12239: * src/classes/void.C 1.18:
12240: * src/classes/xdoc.C 1.91:
12241: * src/include/pa_request.h 1.126:
12242: * src/main/execute.C 1.224:
12243: * src/main/pa_string.C 1.152:
12244: killed Request::process() wrapping VString(String) in case we
12245: need only String
12246:
12247: 2002-04-09 paf
12248: * src/main/pa_common.C 1.108:
12249: * src/targets/cgi/parser3.C 1.168:
12250: * src/types/pa_vdouble.h 1.35:
12251: * src/types/pa_vint.h 1.32:
12252: int/double get_string now not pool.malloc(MAX_NUMBER) but
12253: really neaded
12254:
12255: * etc/Makefile.in 1.6:
12256: * etc/parser3.charsets/Makefile.in 1.8:
12257: * src/classes/Makefile.in 1.44:
12258: * src/sql/Makefile.in 1.4:
12259: * src/targets/Makefile.in 1.35:
12260: * src/targets/apache13/Makefile.in 1.33:
12261: * src/targets/cgi/Makefile.in 1.46:
12262: * src/targets/isapi/Makefile.in 1.4:
12263: * src/types/Makefile.in 1.36:
12264: makse
12265:
12266: * operators.txt 1.31:
12267: * src/classes/double.C 1.45:
12268: * src/classes/int.C 1.42:
12269: * www/htdocs/global.xsl 1.5:
12270: int/double.int/double(default)
12271:
12272: * src/main/compile.tab.C 1.46:
12273: * src/targets/cgi/parser3.C 1.169:
12274: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 12275: * www/cgi-bin/parser3.log 1.21:
1.15 paf 12276: removed
12277: {
12278: char *a;
12279: {
12280: /*sub local*/char b[...];
12281: a=b;
12282: situations
12283:
12284: * src/classes/xdoc.C 1.89:
1.24 paf 12285: * www/cgi-bin/parser3.log 1.19:
1.15 paf 12286: * www/htdocs/global.xsl 1.6:
12287: * www/htdocs/index.html 1.32:
12288: xslt params fixed
12289:
12290: * operators.txt 1.32:
12291: * src/classes/xdoc.C 1.90:
1.24 paf 12292: * www/cgi-bin/parser3.log 1.20:
1.15 paf 12293: xslt params made literal
12294:
12295: 2002-04-04 paf
12296: * src/include/pa_string.h 1.134:
12297: * src/main/pa_string.C 1.150:
1.24 paf 12298: * www/cgi-bin/parser3.log 1.18:
1.15 paf 12299: * www/htdocs/index.html 1.31:
12300: fixed string.replace [when reconstructing pieces were split by
12301: max_integral(piece.size), thus some strings to replace happen
12302: to be split into two = not replaced)
12303:
12304: * src/targets/cgi/parser3.C 1.166:
12305: * src/targets/cgi/parser3.C 1.167:
12306: * src/targets/cgi/parser3.dsp 1.44:
12307: * src/targets/cgi/parser3.dsp 1.45:
12308: document root in standalone version = current dir
12309:
12310: 2002-04-03 paf
12311: * INSTALL 1.18:
12312: * Makefile.in 1.10:
12313: * configure 1.17:
12314: * configure.in 1.19:
12315: * etc/Makefile.in 1.5:
12316: * etc/parser3.charsets/Makefile.in 1.7:
12317: * src/Makefile.in 1.46:
12318: * src/include/Makefile.in 1.4:
12319: * src/main/Makefile.in 1.40:
12320: root config configure options
12321:
12322: * configure 1.18:
12323: * configure.in 1.20:
12324: more checks on nonexistent charset
12325:
12326: 2002-04-02 paf
12327: * src/main/compile.C 1.63:
12328: parser.compile [exception name more like in doc]
12329:
12330: 2002-04-01 paf
12331: * src/classes/mail.C 1.61:
12332: * src/include/pa_string.h 1.133:
12333: * src/main/untaint.C 1.100:
12334: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 12335: * www/cgi-bin/parser3.log 1.17:
1.15 paf 12336: mail subject encoding taken from .content-type.charset, not .charset
12337:
12338: 2002-03-29 paf
12339: * operators.txt 1.30:
12340: * src/classes/date.C 1.24:
1.24 paf 12341: * www/cgi-bin/parser3.log 1.16:
1.15 paf 12342: * www/htdocs/index.html 1.30:
12343: ^date::create now may not supply day, default 1.
12344: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
12345:
12346: * etc/parser3.charsets/koi8-r.cfg 1.2:
12347: koi8-r += ukranian letters
12348:
12349: 2002-03-28 paf
12350: * operators.txt 1.29:
12351: * src/classes/date.C 1.23:
12352: * src/classes/op.C 1.79:
12353: * src/include/pa_globals.h 1.80:
12354: * src/include/pa_hash.h 1.55:
12355: * src/main/pa_globals.C 1.120:
12356: * src/types/pa_vdate.h 1.9:
12357: * www/htdocs/index.html 1.29:
12358: ^cache[file][date]{
12359: ^cache(seconds)
12360: ^cache[date]
12361: }
12362:
12363: * src/classes/xdoc.C 1.88:
12364: * src/classes/xnode.C 1.42:
12365: * src/classes/xnode.h 1.10:
12366: removed redundant pool param
12367:
12368: 2002-03-27 paf
12369: * operators.txt 1.27:
12370: * src/classes/op.C 1.77:
12371: * src/include/pa_config_fixed.h 1.42:
12372: * src/include/pa_request.h 1.124:
12373: * src/main/execute.C 1.222:
12374: * src/main/pa_request.C 1.196:
1.24 paf 12375: * www/cgi-bin/parser3.log 1.14:
1.15 paf 12376: decided agains resetting exception_trace, just changed name
12377:
12378: * operators.txt 1.28:
12379: * src/classes/date.C 1.22:
12380: * src/classes/double.C 1.44:
12381: * src/classes/file.C 1.74:
12382: * src/classes/form.C 1.22:
12383: * src/classes/hash.C 1.36:
12384: * src/classes/image.C 1.68:
12385: * src/classes/int.C 1.41:
12386: * src/classes/mail.C 1.60:
12387: * src/classes/math.C 1.16:
12388: * src/classes/op.C 1.78:
12389: * src/classes/string.C 1.98:
12390: * src/classes/table.C 1.146:
12391: * src/classes/void.C 1.17:
12392: * src/classes/xdoc.C 1.87:
12393: * src/classes/xnode.C 1.41:
12394: * src/include/pa_exception.h 1.33:
12395: * src/include/pa_request.h 1.125:
12396: * src/include/pa_stylesheet_connection.h 1.28:
12397: * src/main/compile.C 1.62:
12398: * src/main/compile_tools.C 1.46:
12399: * src/main/execute.C 1.223:
12400: * src/main/pa_array.C 1.48:
12401: * src/main/pa_charset.C 1.23:
12402: * src/main/pa_charsets.C 1.8:
12403: * src/main/pa_common.C 1.106:
12404: * src/main/pa_dictionary.C 1.14:
12405: * src/main/pa_exception.C 1.40:
12406: * src/main/pa_exec.C 1.34:
12407: * src/main/pa_pool.C 1.52:
12408: * src/main/pa_request.C 1.197:
12409: * src/main/pa_socks.C 1.14:
12410: * src/main/pa_sql_driver_manager.C 1.62:
12411: * src/main/pa_string.C 1.149:
12412: * src/main/pa_table.C 1.45:
12413: * src/main/untaint.C 1.99:
12414: * src/targets/apache13/mod_parser3.C 1.19:
12415: * src/targets/cgi/parser3.C 1.165:
12416: * src/targets/isapi/parser3isapi.C 1.67:
12417: * src/types/pa_value.h 1.80:
12418: * src/types/pa_vcookie.C 1.43:
12419: * src/types/pa_vfile.h 1.41:
12420: * src/types/pa_vform.C 1.54:
12421: * src/types/pa_vhash.h 1.30:
12422: * src/types/pa_vmethod_frame.h 1.23:
12423: * src/types/pa_vstatus.C 1.7:
12424: * src/types/pa_vtable.C 1.13:
12425: * src/types/pa_vxdoc.h 1.20:
12426: * src/types/pa_vxnode.h 1.13:
12427: * src/types/pa_wcontext.C 1.17:
12428: * src/types/pa_wwrapper.h 1.17:
1.24 paf 12429: * www/cgi-bin/parser3.log 1.15:
1.15 paf 12430: * www/htdocs/index.html 1.28:
12431: assigned exception types
12432:
12433: 2002-03-26 paf
12434: * operators.txt 1.24:
12435: * src/classes/date.C 1.20:
12436: * www/htdocs/index.html 1.25:
12437: fixed date roll on daylightsaving days
12438: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
12439:
12440: * src/classes/op.C 1.76:
12441: * www/htdocs/index.html 1.27:
12442: forced language of $source field of exception to 'tainted',
12443: so that sql-langed-frags could be outputed outside of connect
12444:
12445: * src/include/pa_common.h 1.76:
12446: * src/main/pa_exec.C 1.33:
12447: windows exec chdir fixed
12448:
12449: * operators.txt 1.25:
12450: * src/classes/date.C 1.21:
12451: * www/htdocs/index.html 1.26:
12452: removed date.roll limit of +-1 offset
12453:
12454: 2002-03-25 paf
12455: * INSTALL 1.13:
12456: comment on --disable-link-stdcpp
12457:
12458: * INSTALL 1.12:
12459: * configure 1.15:
12460: * configure.in 1.17:
12461: * src/targets/cgi/Makefile.am 1.33:
12462: * src/targets/cgi/Makefile.in 1.44:
12463: libstdc++ link skipping configure option
12464:
12465: * src/classes/file.C 1.73:
12466: * src/classes/mail.C 1.56:
12467: * src/include/pa_exec.h 1.8:
12468: * src/main/pa_exec.C 1.32:
12469: f(!forced_allow)
12470: to allow
12471: --with-sendmail to work with any/both
12472: --disable-foreign-group-files --disable-execs
12473:
12474: * src/classes/op.C 1.75:
12475: * src/include/pa_sql_connection.h 1.24:
12476: sql connection with error were put to cache with '
12477: marked_to_rollback' flag, all consequent even OK requests
12478: rolled back
12479:
12480: * INSTALL 1.16:
12481: "--with=sendmail=COMMAND"
12482: comment
12483:
12484: * INSTALL 1.15:
12485: * configure 1.16:
12486: * configure.in 1.18:
12487: * src/classes/mail.C 1.55:
12488: * src/include/pa_config_auto.h.in 1.24:
12489: * src/main/pa_exec.C 1.31:
12490: * src/targets/cgi/Makefile.am 1.34:
12491: * src/targets/cgi/Makefile.in 1.45:
12492: --disable-foreign-group-files now disables execs also.
12493: introducing --sendmail
12494:
12495: * INSTALL 1.14:
12496: * INSTALL 1.17:
12497: * src/classes/mail.C 1.57:
12498: * src/classes/mail.C 1.58:
12499: *** empty log message ***
12500:
12501: * operators.txt 1.22:
12502: pgsql options comment
12503:
12504: * operators.txt 1.23:
12505: * src/targets/cgi/parser3.C 1.164:
12506: http_site_config_filespec
12507:
12508: 2002-03-22 paf
12509: * operators.txt 1.21:
12510: few comments on sets
12511:
12512: * src/main/pa_exec.C 1.30:
12513: createprocess nowindow flag
12514: check on readfile false return
12515:
12516: 2002-03-18 paf
12517: * src/main/pa_charset.C 1.22:
12518: * src/targets/isapi/pa_threads.C 1.10:
12519: * src/types/pa_vdouble.h 1.34:
12520: removed some tested @tests
12521:
12522: * operators.txt 1.20:
12523: * src/classes/op.C 1.74:
12524: * src/include/pa_exception.h 1.32:
12525: * src/include/pa_globals.h 1.79:
12526: * src/include/pa_request.h 1.123:
12527: * src/include/pa_stack.h 1.14:
12528: * src/main/pa_globals.C 1.119:
12529: * src/main/pa_request.C 1.195:
1.24 paf 12530: * www/cgi-bin/parser3.log 1.12:
12531: * www/cgi-bin/parser3.log 1.13:
1.15 paf 12532: * www/htdocs/index.html 1.22:
12533: * www/htdocs/index.html 1.23:
12534: introducing ^try
12535:
12536: 2002-03-15 paf
12537: * operators.txt 1.19:
12538: * src/classes/table.C 1.145:
12539: * www/htdocs/index.html 1.21:
12540: ^table.locate(logical expr)
12541:
12542: 2002-03-13 paf
12543: * src/main/pa_exception.C 1.39:
12544: checked not-pooled malloc
12545:
12546: 2002-03-11 paf
12547: * src/types/pa_vfile.C 1.29:
12548: $file.text now 0A linebreaks,
12549: file::exec/cgi linebreaks "0D0A" changed to 0A onces
12550:
12551: * INSTALL 1.10:
12552: * configure 1.13:
12553: * configure.in 1.15:
12554: * src/include/pa_config_auto.h.in 1.22:
12555: * src/include/pa_config_fixed.h 1.40:
12556: * src/main/pa_exec.C 1.28:
12557: * src/main/pa_exec.C 1.29:
12558: * www/htdocs/index.html 1.18:
12559: * www/htdocs/index.html 1.19:
12560: * www/htdocs/index.html 1.20:
12561: --disable-execs
12562:
12563: * INSTALL 1.11:
12564: * configure 1.14:
12565: * configure.in 1.16:
12566: * src/include/pa_config_auto.h.in 1.23:
12567: * src/main/pa_common.C 1.105:
12568: --disable-foreign-group-files
12569:
12570: 2002-03-05 paf
12571: * src/targets/isapi/parser3isapi.C 1.66:
12572: * src/targets/isapi/parser3isapi.dsp 1.32:
12573: iis5 now requires headers to be terminated with \r\n manually [
12574: refuses to separate header/body itself]
12575:
12576: * operators.txt 1.17:
12577: * operators.txt 1.18:
12578: * src/classes/date.C 1.18:
12579: * src/classes/date.C 1.19:
12580: date week calendar columns named
12581:
12582: * src/main/pa_globals.C 1.118:
12583: * src/targets/cgi/parser3.C 1.163:
12584: * src/targets/isapi/parser3isapi.C 1.65:
12585: * www/htdocs/index.html 1.17:
12586: isapi site config beside .dll
12587:
12588: 2002-03-04 paf
12589: * src/targets/isapi/pa_threads.C 1.9:
12590: * src/targets/isapi/parser3isapi.C 1.64:
12591: * src/targets/isapi/parser3isapi.dsp 1.31:
12592: isapi updated
12593:
12594: * src/classes/op.C 1.73:
12595: * src/types/pa_vfile.C 1.28:
1.24 paf 12596: * www/cgi-bin/parser3.log 1.11:
1.15 paf 12597: * www/htdocs/index.html 1.16:
12598: process body now evaluated in PASS language
12599:
12600: * src/classes/op.C 1.72:
12601: * src/include/pa_string.h 1.132:
12602: * src/main/pa_string.C 1.148:
12603: string deserialize checks on broken file
12604:
12605: 2002-03-01 paf
12606: * src/main/pa_exec.C 1.27:
12607: execle -> execve, now argc OK
12608:
12609: 2002-02-28 paf
12610: * src/main/pa_string.C 1.147:
12611: origin by first piece preferred before last piece
12612:
12613: * src/main/pa_charsets.C 1.7:
12614: when placing charset to cache using global name now [were
12615: request]
12616:
12617: * configure 1.12:
12618: * configure.in 1.14:
12619: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
12620: * src/targets/apache13/mod_parser3.C 1.18:
12621: * src/targets/apache13/p3runConfigure.in 1.9:
12622: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 12623: * www/cgi-bin/parser3.log 1.10:
1.15 paf 12624: * www/htdocs/auto.p 1.7:
12625: apache module updated
12626:
12627: * src/main/untaint.C 1.98:
12628: removed some debug comments
12629:
12630: 2002-02-27 paf
12631: * src/main/pa_charset.C 1.21:
12632: size_t
12633:
12634: * INSTALL 1.9:
12635: shared/static-xml
12636: with-pathlink
12637:
12638: * operators.txt 1.15:
12639: * operators.txt 1.16:
12640: SMTP comment
12641:
12642: 2002-02-26 paf
12643: * src/classes/xnode.C 1.40:
1.24 paf 12644: * www/cgi-bin/parser3.log 1.9:
1.15 paf 12645: * www/htdocs/auto.p 1.6:
12646: * www/htdocs/global.xsl 1.4:
12647: * www/htdocs/index.html 1.15:
12648: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
12649: checked that
12650:
12651: * src/main/pa_exec.C 1.26:
12652: more precise names for vars, cosmetic
12653:
12654: 2002-02-22 paf
12655: * operators.txt 1.14:
12656: * src/types/pa_vcookie.C 1.41:
12657: * src/types/pa_vcookie.C 1.42:
1.24 paf 12658: * www/cgi-bin/parser3.log 1.5:
1.15 paf 12659: cookie "expires=0" = "session"
12660:
12661: * src/include/pa_string.h 1.131:
12662: * src/main/pa_string.C 1.144:
12663: * src/main/pa_string.C 1.145:
12664: * src/main/pa_string.C 1.146:
1.24 paf 12665: * www/cgi-bin/parser3.log 1.6:
12666: * www/cgi-bin/parser3.log 1.7:
12667: * www/cgi-bin/parser3.log 1.8:
1.15 paf 12668: * www/htdocs/auto.p 1.5:
12669: * www/htdocs/index.html 1.14:
12670: string iterators fixed again, so were String::join_chain
12671:
12672: * configure 1.11:
12673: * configure.in 1.13:
12674: glib###.a detection fixed
12675:
12676: * Makefile.in 1.7:
12677: * configure 1.9:
12678: * configure.in 1.11:
12679: * etc/Makefile.in 1.4:
12680: * etc/parser3.charsets/Makefile.in 1.6:
12681: * src/Makefile.in 1.45:
12682: * src/classes/Makefile.am 1.38:
12683: * src/classes/Makefile.in 1.43:
12684: * src/classes/hashfile.C 1.23:
12685: * src/include/Makefile.am 1.2:
12686: * src/include/Makefile.in 1.3:
12687: * src/include/pa_config_auto.h.in 1.20:
12688: * src/include/pa_db_connection.h 1.22:
12689: * src/include/pa_db_manager.h 1.15:
12690: * src/include/pa_db_table.h 1.16:
12691: * src/main/Makefile.am 1.31:
12692: * src/main/Makefile.in 1.39:
12693: * src/main/pa_db_connection.C 1.38:
12694: * src/main/pa_db_manager.C 1.23:
12695: * src/main/pa_db_table.C 1.21:
12696: * src/main/pa_globals.C 1.117:
12697: * src/sql/Makefile.in 1.3:
12698: * src/targets/Makefile.in 1.34:
12699: * src/targets/apache13/Makefile.in 1.32:
12700: * src/targets/apache13/p3runConfigure.in 1.8:
12701: * src/targets/cgi/Makefile.am 1.32:
12702: * src/targets/cgi/Makefile.in 1.43:
12703: * src/targets/isapi/Makefile.in 1.3:
12704: * src/types/Makefile.am 1.20:
12705: * src/types/Makefile.in 1.35:
12706: * src/types/pa_vhashfile.C 1.21:
12707: * src/types/pa_vhashfile.h 1.16:
12708: removed hashfile support for now
12709:
12710: * acconfig.h 1.1:
12711: acconfig move in cvs[from src/libltdl to /]
12712:
12713: * etc/parser3.charsets/windows-1251.cfg 1.2:
12714: °
12715:
12716: * Makefile.am 1.4:
12717: * Makefile.in 1.9:
12718: make update
12719:
12720: * INSTALL 1.7:
12721: hashfile removed from INSTALL
12722:
12723: * Makefile.in 1.8:
12724: * configure 1.10:
12725: * configure.in 1.12:
12726: * src/include/pa_config_auto.h.in 1.21:
12727: --with-shared-xml
12728: --with-static-xml
12729:
12730: * INSTALL 1.8:
12731: without-zlib comment
12732:
12733: * operators.txt 1.13:
12734: * src/classes/classes.dsp 1.16:
12735: * src/main/main.dsp 1.148:
12736: * src/types/types.dsp 1.20:
12737: removed hashfile support from sources for now
12738:
12739: * src/classes/classes.dsp 1.17:
12740: * src/main/compile.tab.C 1.45:
12741: * src/main/main.dsp 1.149:
12742: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
12743: * src/targets/cgi/parser3.dsp 1.43:
12744: * src/targets/isapi/parser3isapi.dsp 1.30:
12745: * src/types/types.dsp 1.21:
12746: *.dsp: removed refereces to win32db & ancient xalan&xml
12747:
12748: 2002-02-21 paf
12749: * Makefile.am 1.3:
12750: * Makefile.in 1.6:
12751: make cvsupdate
12752:
12753: * src/main/untaint.C 1.97:
1.24 paf 12754: * www/cgi-bin/parser3.log 1.4:
1.15 paf 12755: removed debug code, activated commented-for debug parts
12756:
12757: * src/include/pa_string.h 1.130:
12758: * src/include/pa_types.h 1.39:
12759: * src/main/pa_string.C 1.143:
12760: * src/main/untaint.C 1.96:
1.24 paf 12761: * www/cgi-bin/parser3.log 1.3:
1.15 paf 12762: STRING_*FOREACH_ROW
12763: changed to stop at append_row, not at link zero
12764: now string to string appending works
12765:
12766: 2002-02-20 paf
12767: * src/include/pa_string.h 1.129:
12768: * src/main/execute.C 1.221:
12769: * src/main/untaint.C 1.95:
12770: * src/targets/cgi/pa_pool.C 1.38:
12771: * src/targets/cgi/parser3.C 1.162:
12772: * www/htdocs/index.html 1.13:
12773: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
12774:
12775: * src/include/pa_string.h 1.128:
12776: * src/main/pa_string.C 1.142:
12777: * src/main/untaint.C 1.94:
1.24 paf 12778: * www/cgi-bin/parser3.log 1.2:
1.15 paf 12779: economy: 22%
12780:
12781: * operators.txt 1.12:
12782: * src/include/pa_common.h 1.75:
12783: * src/include/pa_config_fixed.h 1.39:
12784: * src/include/pa_string.h 1.125:
12785: * src/include/pa_types.h 1.38:
12786: * src/main/compile.tab.C 1.44:
12787: * src/main/execute.C 1.220:
12788: * src/main/pa_string.C 1.139:
12789: * src/main/untaint.C 1.91:
12790: * src/targets/cgi/pa_pool.C 1.37:
12791: * src/targets/cgi/parser3.C 1.160:
12792: * www/htdocs/auto.p 1.4:
12793: * www/htdocs/global.xsl 1.3:
12794: * www/htdocs/index.html 1.11:
12795: strign to string append optimiziation idea and estimates
12796:
12797: * src/include/pa_string.h 1.126:
12798: * src/include/pa_stylesheet_connection.h 1.27:
12799: * src/main/pa_db_manager.C 1.22:
12800: * src/main/pa_dictionary.C 1.13:
12801: * src/main/pa_string.C 1.140:
12802: * src/main/untaint.C 1.92:
12803: * src/targets/cgi/parser3.C 1.161:
12804: * src/types/pa_vcookie.C 1.40:
12805: * src/types/pa_vstring.h 1.42:
12806: * www/htdocs/index.html 1.12:
12807: speed uptimized: string::is_empty
12808:
12809: * src/include/pa_string.h 1.127:
12810: * src/main/pa_string.C 1.141:
12811: * src/main/untaint.C 1.93:
1.24 paf 12812: * www/cgi-bin/parser3.log 1.1:
1.15 paf 12813: space uptimized: string::link_row removed
12814:
12815: 2002-02-19 paf
12816: * src/classes/xdoc.C 1.86:
12817: * src/classes/xnode.C 1.39:
12818: getElementsByTagName and *NS moved to node [element]
12819:
12820: * src/classes/math.C 1.15:
12821: not used directly [but erroreously reported that 'is', thus
12822: registering twice&other probs]
12823:
12824: * src/main/compile.C 1.59:
12825: * src/main/compile.C 1.60:
12826: without string_origins not worked
12827:
12828: * src/main/compile.C 1.61:
12829: without string_origins parse error file+line+col possible
12830:
12831: 2002-02-18 paf
12832: * src/types/pa_vdouble.h 1.33:
12833: since we have in_expression
12834: removed that trick i've installed into double::as_string
12835:
12836: * INSTALL 1.6:
12837: local install comment
12838:
12839: * src/main/compile.tab.C 1.41:
12840: * src/main/compile.y 1.181:
12841: * www/htdocs/global.xsl 1.2:
12842: * www/htdocs/index.html 1.7:
12843: integer division stops name
12844:
12845: * Makefile.in 1.4:
12846: * acinclude.m4 1.2:
12847: * aclocal.m4 1.2:
12848: * configure 1.8:
12849: * configure.in 1.10:
12850: * etc/Makefile.in 1.3:
12851: * etc/parser3.charsets/Makefile.in 1.5:
12852: * src/Makefile.in 1.44:
12853: * src/classes/Makefile.in 1.42:
12854: * src/include/Makefile.in 1.2:
12855: * src/include/pa_config_auto.h.in 1.19:
12856: * src/include/pa_config_includes.h 1.19:
12857: * src/main/Makefile.in 1.38:
12858: * src/sql/Makefile.in 1.2:
12859: * src/targets/Makefile.in 1.33:
12860: * src/targets/apache13/Makefile.in 1.31:
12861: * src/targets/apache13/p3runConfigure.in 1.7:
12862: * src/targets/cgi/Makefile.am 1.30:
12863: * src/targets/cgi/Makefile.in 1.41:
12864: * src/targets/cgi/parser3.C 1.157:
12865: * src/targets/isapi/Makefile.in 1.2:
12866: * src/types/Makefile.in 1.34:
12867: removed libtool usage from build mech
12868:
1.24 paf 12869: * src/classes/math.C 1.14:
12870: * www/htdocs/index.html 1.8:
12871: math:random range check fixed
12872:
1.15 paf 12873: * operators.txt 1.10:
12874: * src/classes/date.C 1.17:
12875: date::create [were date::set, with backward comp
12876:
12877: * src/main/compile.tab.C 1.42:
12878: bison env set so one could compile without cygwin installed
12879:
12880: * src/targets/cgi/Makefile.am 1.31:
12881: * src/targets/cgi/Makefile.in 1.42:
12882: * src/targets/cgi/parser3.C 1.158:
12883: *** empty log message ***
12884:
12885: * src/main/pa_globals.C 1.116:
12886: extern "C" was removed too fast
12887:
12888: * Makefile.in 1.5:
12889: * ltconfig 1.2:
12890: * ltmain.sh 1.2:
12891: removed libtool subpart files
12892:
12893: * src/main/main.dsp 1.147:
12894: * src/main/pa_globals.C 1.115:
12895: removed unneded
12896: #ifdef __cplusplus
12897: }
12898: #endif
12899:
12900: * src/include/pa_opcode.h 1.15:
12901: * src/include/pa_request.h 1.122:
12902: * src/main/compile.tab.C 1.43:
12903: * src/main/compile.y 1.182:
12904: * src/main/execute.C 1.219:
12905: * src/types/pa_wcontext.h 1.28:
12906: * www/htdocs/index.html 1.10:
12907: * www/htdocs/index.html 1.9:
12908: in_expression
12909: aimed to solve old problem with string/nonstring values,
12910: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
12911:
12912: * operators.txt 1.11:
12913: * src/targets/cgi/parser3.C 1.159:
12914: PARSER_ROOT_CONFIG
12915:
12916: * src/classes/classes.dsp 1.15:
12917: * src/main/main.dsp 1.146:
12918: * src/main/pa_globals.C 1.114:
12919: * src/targets/cgi/parser3.dsp 1.42:
12920: * src/types/types.dsp 1.19:
12921: win32xml now contains gnome xml libs
12922: parser .dsp-s changed accordingly
12923:
12924: * operators.txt 1.9:
12925: \ comment
12926:
12927: 2002-02-13 paf
12928: * INSTALL 1.5:
12929: * configure 1.7:
12930: * configure.in 1.9:
12931: * src/targets/cgi/Makefile.am 1.29:
12932: * src/targets/cgi/Makefile.in 1.40:
12933: --with-glib-config
12934: CXXLINK=$(CC) for targets/cgi/parser3
12935:
12936: * src/include/pa_config_includes.h 1.18:
12937: sys/time time both included now.
12938: vaguely remember confilicts on this on some system [not on six|ablv]
12939: so when would see them again would think up proper check
12940:
12941: * etc/parser3.charsets/windows-1257.cfg 1.1:
12942: * src/targets/cgi/parser3.C 1.156:
12943: baltic charset file generated, in generation script ispunct
12944: check added
12945:
12946: * src/main/pa_common.C 1.103:
12947: strnchr: sanity check added
12948:
12949: * src/main/pa_common.C 1.104:
12950: truncation never occured when writing files on unix [since i've changed cache mech]
12951: fix
12952:
12953: * etc/parser3.charsets/windows-1257.cfg 1.2:
12954: id added
12955:
12956: 2002-02-08 paf
12957: * src/classes/classes.C 1.14:
12958: * src/classes/classes.h 1.15:
12959: * src/classes/date.C 1.15:
12960: * src/classes/double.C 1.42:
12961: * src/classes/file.C 1.71:
12962: * src/classes/form.C 1.20:
12963: * src/classes/hash.C 1.34:
12964: * src/classes/hashfile.C 1.21:
12965: * src/classes/image.C 1.65:
12966: * src/classes/int.C 1.39:
12967: * src/classes/mail.C 1.53:
12968: * src/classes/math.C 1.12:
12969: * src/classes/op.C 1.70:
12970: * src/classes/response.C 1.17:
12971: * src/classes/string.C 1.96:
12972: * src/classes/table.C 1.143:
12973: * src/classes/void.C 1.15:
12974: * src/classes/xdoc.C 1.84:
12975: * src/classes/xnode.C 1.37:
12976: * src/classes/xnode.h 1.8:
12977: * src/include/pa_array.h 1.52:
12978: * src/include/pa_cache_managers.h 1.5:
12979: * src/include/pa_charset.h 1.13:
12980: * src/include/pa_charsets.h 1.4:
12981: * src/include/pa_common.h 1.73:
12982: * src/include/pa_config_fixed.h 1.37:
12983: * src/include/pa_config_includes.h 1.16:
12984: * src/include/pa_db_connection.h 1.20:
12985: * src/include/pa_db_manager.h 1.13:
12986: * src/include/pa_db_table.h 1.14:
12987: * src/include/pa_dictionary.h 1.9:
12988: * src/include/pa_dir.h 1.9:
12989: * src/include/pa_exception.h 1.30:
12990: * src/include/pa_exec.h 1.6:
12991: * src/include/pa_globals.h 1.77:
12992: * src/include/pa_hash.h 1.53:
12993: * src/include/pa_opcode.h 1.13:
12994: * src/include/pa_pool.h 1.77:
12995: * src/include/pa_pragma_pack_begin.h 1.3:
12996: * src/include/pa_pragma_pack_end.h 1.3:
12997: * src/include/pa_request.h 1.120:
12998: * src/include/pa_sapi.h 1.17:
12999: * src/include/pa_socks.h 1.7:
13000: * src/include/pa_sql_connection.h 1.22:
13001: * src/include/pa_sql_driver_manager.h 1.22:
13002: * src/include/pa_stack.h 1.12:
13003: * src/include/pa_string.h 1.123:
13004: * src/include/pa_stylesheet_connection.h 1.25:
13005: * src/include/pa_stylesheet_manager.h 1.11:
13006: * src/include/pa_table.h 1.40:
13007: * src/include/pa_threads.h 1.22:
13008: * src/include/pa_types.h 1.36:
13009: * src/main/compile.C 1.57:
13010: * src/main/compile.tab.C 1.40:
13011: * src/main/compile_tools.C 1.44:
13012: * src/main/compile_tools.h 1.57:
13013: * src/main/execute.C 1.217:
13014: * src/main/pa_array.C 1.46:
13015: * src/main/pa_cache_managers.C 1.3:
13016: * src/main/pa_charset.C 1.19:
13017: * src/main/pa_charsets.C 1.5:
13018: * src/main/pa_common.C 1.100:
13019: * src/main/pa_db_connection.C 1.36:
13020: * src/main/pa_db_manager.C 1.20:
13021: * src/main/pa_db_table.C 1.19:
13022: * src/main/pa_dictionary.C 1.11:
13023: * src/main/pa_dir.C 1.10:
13024: * src/main/pa_exception.C 1.37:
13025: * src/main/pa_exec.C 1.24:
13026: * src/main/pa_globals.C 1.112:
13027: * src/main/pa_hash.C 1.49:
13028: * src/main/pa_pool.C 1.50:
13029: * src/main/pa_request.C 1.193:
13030: * src/main/pa_socks.C 1.12:
13031: * src/main/pa_sql_driver_manager.C 1.60:
13032: * src/main/pa_status_provider.C 1.3:
13033: * src/main/pa_string.C 1.137:
13034: * src/main/pa_stylesheet_manager.C 1.12:
13035: * src/main/pa_table.C 1.43:
13036: * src/main/untaint.C 1.88:
13037: * src/sql/pa_sql_driver.h 1.25:
13038: * src/targets/apache13/mod_parser3.C 1.16:
13039: * src/targets/apache13/pa_pool.C 1.4:
13040: * src/targets/apache13/pa_threads.C 1.6:
13041: * src/targets/cgi/pa_pool.C 1.35:
13042: * src/targets/cgi/pa_threads.C 1.8:
13043: * src/targets/cgi/parser3.C 1.153:
13044: * src/targets/cgi/pool_storage.h 1.8:
13045: * src/targets/isapi/pa_pool.C 1.11:
13046: * src/targets/isapi/pa_threads.C 1.7:
13047: * src/targets/isapi/parser3isapi.C 1.62:
13048: * src/targets/isapi/pool_storage.h 1.14:
13049: * src/types/pa_valiased.C 1.12:
13050: * src/types/pa_valiased.h 1.17:
13051: * src/types/pa_value.h 1.78:
13052: * src/types/pa_vbool.h 1.16:
13053: * src/types/pa_vclass.h 1.23:
13054: * src/types/pa_vcode_frame.h 1.13:
13055: * src/types/pa_vcookie.C 1.33:
13056: * src/types/pa_vcookie.h 1.14:
13057: * src/types/pa_vdate.h 1.7:
13058: * src/types/pa_vdouble.h 1.31:
13059: * src/types/pa_venv.h 1.19:
13060: * src/types/pa_vfile.C 1.25:
13061: * src/types/pa_vfile.h 1.39:
13062: * src/types/pa_vform.C 1.51:
13063: * src/types/pa_vform.h 1.32:
13064: * src/types/pa_vhash.h 1.28:
13065: * src/types/pa_vhashfile.C 1.18:
13066: * src/types/pa_vhashfile.h 1.14:
13067: * src/types/pa_vimage.C 1.15:
13068: * src/types/pa_vimage.h 1.23:
13069: * src/types/pa_vint.h 1.30:
13070: * src/types/pa_vjunction.h 1.11:
13071: * src/types/pa_vmath.h 1.5:
13072: * src/types/pa_vmethod_frame.h 1.21:
13073: * src/types/pa_vobject.h 1.15:
13074: * src/types/pa_vrequest.C 1.15:
13075: * src/types/pa_vrequest.h 1.15:
13076: * src/types/pa_vresponse.C 1.3:
13077: * src/types/pa_vresponse.h 1.20:
13078: * src/types/pa_vstateless_class.C 1.12:
13079: * src/types/pa_vstateless_class.h 1.22:
13080: * src/types/pa_vstateless_object.h 1.14:
13081: * src/types/pa_vstatus.C 1.5:
13082: * src/types/pa_vstatus.h 1.6:
13083: * src/types/pa_vstring.C 1.15:
13084: * src/types/pa_vstring.h 1.40:
13085: * src/types/pa_vtable.C 1.10:
13086: * src/types/pa_vtable.h 1.36:
13087: * src/types/pa_vvoid.h 1.7:
13088: * src/types/pa_vxdoc.C 1.10:
13089: * src/types/pa_vxdoc.h 1.18:
13090: * src/types/pa_vxnode.C 1.14:
13091: * src/types/pa_vxnode.h 1.11:
13092: * src/types/pa_wcontext.C 1.14:
13093: * src/types/pa_wcontext.h 1.26:
13094: * src/types/pa_wwrapper.h 1.15:
13095: 2002
13096:
13097: * src/types/pa_vcookie.C 1.36:
13098: * src/types/pa_vcookie.C 1.37:
13099: * src/types/pa_vcookie.C 1.38:
13100: * src/types/pa_vcookie.C 1.39:
13101: VCookie::fill_fields one check forgotten
13102:
13103: * src/include/Makefile.am 1.1:
13104: * src/include/Makefile.in 1.1:
13105: * src/sql/Makefile.am 1.3:
13106: * src/sql/Makefile.in 1.1:
13107: * src/targets/isapi/Makefile.am 1.1:
13108: * src/targets/isapi/Makefile.in 1.1:
13109: forgotten makes
13110:
13111: * AUTHORS 1.2:
13112: * COPYING 1.2:
13113: * INSTALL 1.3:
13114: * INSTALL 1.4:
13115: * README 1.2:
13116: install&others updated
13117:
13118: * Makefile.am 1.2:
13119: * Makefile.in 1.3:
13120: * configure 1.6:
13121: * configure.in 1.8:
13122: * etc/parser3.charsets/Makefile.am 1.2:
13123: * etc/parser3.charsets/Makefile.in 1.4:
13124: * src/Makefile.am 1.15:
13125: * src/Makefile.in 1.43:
13126: * src/classes/Makefile.am 1.37:
13127: * src/classes/Makefile.in 1.41:
13128: * src/main/Makefile.am 1.30:
13129: * src/main/Makefile.in 1.37:
13130: * src/main/pa_status_provider.C 1.5:
13131: * src/targets/Makefile.am 1.9:
13132: * src/targets/Makefile.in 1.32:
13133: * src/targets/apache13/Makefile.am 1.11:
13134: * src/targets/apache13/Makefile.in 1.30:
13135: * src/targets/cgi/Makefile.am 1.28:
13136: * src/targets/cgi/Makefile.in 1.39:
13137: * src/types/Makefile.am 1.19:
13138: * src/types/Makefile.in 1.33:
13139: 'make dist' works
13140:
13141: * src/classes/classes.C 1.15:
13142: * src/classes/classes.h 1.16:
13143: * src/classes/date.C 1.16:
13144: * src/classes/double.C 1.43:
13145: * src/classes/file.C 1.72:
13146: * src/classes/form.C 1.21:
13147: * src/classes/hash.C 1.35:
13148: * src/classes/hashfile.C 1.22:
13149: * src/classes/image.C 1.66:
13150: * src/classes/image.C 1.67:
13151: * src/classes/int.C 1.40:
13152: * src/classes/mail.C 1.54:
13153: * src/classes/math.C 1.13:
13154: * src/classes/op.C 1.71:
13155: * src/classes/response.C 1.18:
13156: * src/classes/string.C 1.97:
13157: * src/classes/table.C 1.144:
13158: * src/classes/void.C 1.16:
13159: * src/classes/xdoc.C 1.85:
13160: * src/classes/xnode.C 1.38:
13161: * src/classes/xnode.h 1.9:
13162: * src/include/pa_array.h 1.53:
13163: * src/include/pa_cache_managers.h 1.6:
13164: * src/include/pa_charset.h 1.14:
13165: * src/include/pa_charsets.h 1.5:
13166: * src/include/pa_common.h 1.74:
13167: * src/include/pa_config_fixed.h 1.38:
13168: * src/include/pa_config_includes.h 1.17:
13169: * src/include/pa_db_connection.h 1.21:
13170: * src/include/pa_db_manager.h 1.14:
13171: * src/include/pa_db_table.h 1.15:
13172: * src/include/pa_dictionary.h 1.10:
13173: * src/include/pa_dir.h 1.10:
13174: * src/include/pa_exception.h 1.31:
13175: * src/include/pa_exec.h 1.7:
13176: * src/include/pa_globals.h 1.78:
13177: * src/include/pa_hash.h 1.54:
13178: * src/include/pa_opcode.h 1.14:
13179: * src/include/pa_pool.h 1.78:
13180: * src/include/pa_pragma_pack_begin.h 1.4:
13181: * src/include/pa_pragma_pack_end.h 1.4:
13182: * src/include/pa_request.h 1.121:
13183: * src/include/pa_sapi.h 1.18:
13184: * src/include/pa_socks.h 1.8:
13185: * src/include/pa_sql_connection.h 1.23:
13186: * src/include/pa_sql_driver_manager.h 1.23:
13187: * src/include/pa_stack.h 1.13:
13188: * src/include/pa_string.h 1.124:
13189: * src/include/pa_stylesheet_connection.h 1.26:
13190: * src/include/pa_stylesheet_manager.h 1.12:
13191: * src/include/pa_table.h 1.41:
13192: * src/include/pa_threads.h 1.23:
13193: * src/include/pa_types.h 1.37:
13194: * src/main/compile.C 1.58:
13195: * src/main/compile_tools.C 1.45:
13196: * src/main/compile_tools.h 1.58:
13197: * src/main/execute.C 1.218:
13198: * src/main/pa_array.C 1.47:
13199: * src/main/pa_cache_managers.C 1.4:
13200: * src/main/pa_charset.C 1.20:
13201: * src/main/pa_charsets.C 1.6:
13202: * src/main/pa_common.C 1.101:
13203: * src/main/pa_common.C 1.102:
13204: * src/main/pa_db_connection.C 1.37:
13205: * src/main/pa_db_manager.C 1.21:
13206: * src/main/pa_db_table.C 1.20:
13207: * src/main/pa_dictionary.C 1.12:
13208: * src/main/pa_dir.C 1.11:
13209: * src/main/pa_exception.C 1.38:
13210: * src/main/pa_exec.C 1.25:
13211: * src/main/pa_globals.C 1.113:
13212: * src/main/pa_hash.C 1.50:
13213: * src/main/pa_pool.C 1.51:
13214: * src/main/pa_request.C 1.194:
13215: * src/main/pa_socks.C 1.13:
13216: * src/main/pa_sql_driver_manager.C 1.61:
13217: * src/main/pa_status_provider.C 1.4:
13218: * src/main/pa_string.C 1.138:
13219: * src/main/pa_stylesheet_manager.C 1.13:
13220: * src/main/pa_table.C 1.44:
13221: * src/main/untaint.C 1.89:
13222: * src/main/untaint.C 1.90:
13223: * src/sql/pa_sql_driver.h 1.26:
13224: * src/targets/apache13/mod_parser3.C 1.17:
13225: * src/targets/apache13/pa_pool.C 1.5:
13226: * src/targets/apache13/pa_threads.C 1.7:
13227: * src/targets/cgi/pa_pool.C 1.36:
13228: * src/targets/cgi/pa_threads.C 1.9:
13229: * src/targets/cgi/parser3.C 1.154:
13230: * src/targets/cgi/parser3.C 1.155:
13231: * src/targets/cgi/pool_storage.h 1.9:
13232: * src/targets/isapi/pa_pool.C 1.12:
13233: * src/targets/isapi/pa_threads.C 1.8:
13234: * src/targets/isapi/parser3isapi.C 1.63:
13235: * src/targets/isapi/pool_storage.h 1.15:
13236: * src/types/pa_valiased.C 1.13:
13237: * src/types/pa_valiased.h 1.18:
13238: * src/types/pa_value.h 1.79:
13239: * src/types/pa_vbool.h 1.17:
13240: * src/types/pa_vclass.h 1.24:
13241: * src/types/pa_vcode_frame.h 1.14:
13242: * src/types/pa_vcookie.C 1.34:
13243: * src/types/pa_vcookie.C 1.35:
13244: * src/types/pa_vcookie.h 1.15:
13245: * src/types/pa_vdate.h 1.8:
13246: * src/types/pa_vdouble.h 1.32:
13247: * src/types/pa_venv.h 1.20:
13248: * src/types/pa_vfile.C 1.26:
13249: * src/types/pa_vfile.C 1.27:
13250: * src/types/pa_vfile.h 1.40:
13251: * src/types/pa_vform.C 1.52:
13252: * src/types/pa_vform.C 1.53:
13253: * src/types/pa_vform.h 1.33:
13254: * src/types/pa_vhash.h 1.29:
13255: * src/types/pa_vhashfile.C 1.19:
13256: * src/types/pa_vhashfile.C 1.20:
13257: * src/types/pa_vhashfile.h 1.15:
13258: * src/types/pa_vimage.C 1.16:
13259: * src/types/pa_vimage.C 1.17:
13260: * src/types/pa_vimage.h 1.24:
13261: * src/types/pa_vint.h 1.31:
13262: * src/types/pa_vjunction.h 1.12:
13263: * src/types/pa_vmath.h 1.6:
13264: * src/types/pa_vmethod_frame.h 1.22:
13265: * src/types/pa_vobject.h 1.16:
13266: * src/types/pa_vrequest.C 1.16:
13267: * src/types/pa_vrequest.C 1.17:
13268: * src/types/pa_vrequest.h 1.16:
13269: * src/types/pa_vresponse.C 1.4:
13270: * src/types/pa_vresponse.C 1.5:
13271: * src/types/pa_vresponse.h 1.21:
13272: * src/types/pa_vstateless_class.C 1.13:
13273: * src/types/pa_vstateless_class.h 1.23:
13274: * src/types/pa_vstateless_object.h 1.15:
13275: * src/types/pa_vstatus.C 1.6:
13276: * src/types/pa_vstatus.h 1.7:
13277: * src/types/pa_vstring.C 1.16:
13278: * src/types/pa_vstring.C 1.17:
13279: * src/types/pa_vstring.h 1.41:
13280: * src/types/pa_vtable.C 1.11:
13281: * src/types/pa_vtable.C 1.12:
13282: * src/types/pa_vtable.h 1.37:
13283: * src/types/pa_vvoid.h 1.8:
13284: * src/types/pa_vxdoc.C 1.11:
13285: * src/types/pa_vxdoc.C 1.12:
13286: * src/types/pa_vxdoc.h 1.19:
13287: * src/types/pa_vxnode.C 1.15:
13288: * src/types/pa_vxnode.C 1.16:
13289: * src/types/pa_vxnode.h 1.12:
13290: * src/types/pa_wcontext.C 1.15:
13291: * src/types/pa_wcontext.h 1.27:
13292: * src/types/pa_wwrapper.h 1.16:
13293: name spelling
13294:
13295: 2002-02-07 paf
13296: * src/main/compile.C 1.56:
13297: * src/main/compile.tab.C 1.39:
13298: * src/main/compile.y 1.180:
13299: * src/main/compile_tools.h 1.56:
13300: disabled $if reference due to conflicts with local variables
13301:
13302: * configure 1.5:
13303: * configure.in 1.7:
13304: * src/classes/Makefile.in 1.39:
13305: * src/include/pa_config_auto.h.in 1.18:
13306: * src/main/Makefile.in 1.35:
13307: * src/main/pa_common.C 1.99:
13308: * src/main/pa_socks.C 1.10:
13309: * src/targets/Makefile.in 1.30:
13310: * src/targets/cgi/Makefile.in 1.37:
13311: * src/types/Makefile.in 1.31:
13312: compiled under cygwin
13313: added yet another locking function: fcntl
13314:
13315: * src/classes/Makefile.in 1.40:
13316: * src/main/Makefile.in 1.36:
13317: * src/targets/Makefile.in 1.31:
13318: * src/targets/apache13/Makefile.in 1.29:
13319: * src/targets/cgi/Makefile.in 1.38:
13320: * src/types/Makefile.in 1.32:
13321: makes
13322:
13323: * src/include/pa_array.h 1.50:
13324: * src/main/compile.C 1.55:
13325: * src/main/compile.tab.C 1.37:
13326: * src/main/compile.y 1.179:
13327: * src/main/compile_tools.C 1.43:
13328: * src/main/compile_tools.h 1.55:
13329: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
13330: OP_VALUE+string+OP_GET_ELEMENT.
13331: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
13332: to form
13333: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
13334: code
13335:
13336: * operators.txt 1.6:
13337: * src/classes/string.C 1.95:
13338: * src/include/pa_config_fixed.h 1.35:
13339: * src/main/compile.tab.C 1.38:
13340: ^int/double/string.format
13341: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
13342: retaining backward compatibility due to some already-implemented servers
13343:
13344: * config.sub 1.2:
13345: on cygwin configure passes it with strange i1586 const, hacked
13346: it to mean i586
13347:
13348: * src/main/pa_socks.C 1.11:
13349: swapped headers to avoid compiler warnings
13350:
13351: * operators.txt 1.7:
13352: * src/classes/table.C 1.142:
13353: * src/include/pa_array.h 1.51:
13354: * src/include/pa_table.h 1.39:
13355: * src/main/pa_array.C 1.45:
13356: * src/main/pa_table.C 1.42:
13357: * www/htdocs/auto.p 1.3:
13358: * www/htdocs/index.html 1.6:
13359: table::create now // 'set' name obsolete now
13360: table clone.
13361:
13362: * operators.txt 1.8:
13363: * src/classes/xdoc.C 1.83:
13364: * src/include/pa_config_fixed.h 1.36:
13365: xdoc::set obsolete now, now xdoc::create, with both sences
13366:
13367: 2002-02-06 paf
13368: * src/classes/mail.C 1.52:
13369: *** empty log message ***
13370:
13371: * configure 1.4:
13372: * configure.in 1.6:
13373: prefix expanded, grr
13374:
13375: * operators.txt 1.5:
13376: * src/classes/mail.C 1.51:
13377: mail:send config changed
13378:
13379: 2002-02-05 paf
13380: * configure.in 1.3:
13381: * operators.txt 1.2:
13382: * src/classes/file.C 1.70:
13383: * src/classes/op.C 1.69:
13384: * src/include/pa_common.h 1.72:
13385: * src/include/pa_config_includes.h 1.15:
13386: * src/main/compile.tab.C 1.36:
13387: * src/main/pa_common.C 1.98:
13388: * www/htdocs/index.html 1.5:
13389: rewritten ^cache to use non-blocking-exclusive-caches
13390:
13391: * src/types/pa_vstatus.C 1.4:
13392: status:rusage 3
13393:
13394: * src/main/pa_common.C 1.97:
13395: text file read mode on win32 adjusted [speed impact. was off
13396: for debugging purpose, but forgotten afterwards]
13397:
13398: * operators.txt 1.3:
13399: status:rusage described int operators
13400:
13401: * configure.in 1.4:
13402: * src/types/Makefile.am 1.18:
13403: * src/types/pa_vstatus.h 1.5:
13404: * src/types/types.dsp 1.18:
13405: status:rusage
13406:
13407: * src/types/pa_vstatus.C 1.1:
13408: status:rusage 1
13409:
13410: * configure 1.3:
13411: * configure.in 1.5:
13412: * src/include/pa_config_auto.h.in 1.17:
13413: * src/types/Makefile.in 1.30:
13414: * src/types/pa_vstatus.C 1.2:
13415: *** empty log message ***
13416:
13417: * src/main/pa_exec.C 1.22.14.1:
13418: * src/main/pa_exec.C 1.23:
13419: argv0 now correct
13420:
13421: * src/types/pa_vstatus.C 1.3:
13422: status:rusage 2
13423:
13424: * operators.txt 1.4:
13425: regex options commented
13426:
13427: 2002-02-01 paf
13428: * src/classes/op.C 1.62.2.1.2.3:
13429: file_write does EX lock after create,
13430: while file_read does SH after open,
13431: 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,
13432: added a check for that in ^cache...read
13433:
13434: 2002-01-31 paf
13435: * src/main/execute.C 1.210:
13436: * www/htdocs/index.html 1.3:
13437: operators check, thay mistakenly seen in
13438: $class:operator
13439: $object.operators
13440: contexts
13441:
13442: * INSTALL 1.2:
13443: * Makefile.in 1.2:
13444: * configure 1.2:
13445: * configure.in 1.2:
13446: * etc/Makefile.am 1.2:
13447: * etc/Makefile.in 1.2:
13448: * etc/parser3.charsets/Makefile.in 1.3:
13449: * ident.awk 1.2:
13450: * src/Makefile.in 1.42:
13451: * src/classes/Makefile.am 1.36:
13452: * src/classes/Makefile.in 1.38:
13453: * src/main/Makefile.am 1.29:
13454: * src/main/Makefile.in 1.34:
13455: * src/targets/Makefile.in 1.29:
13456: * src/targets/apache13/Makefile.am 1.10:
13457: * src/targets/cgi/Makefile.am 1.27:
13458: * src/targets/cgi/Makefile.in 1.36:
13459: * src/targets/cgi/pa_config_paths.h.in 1.1:
13460: * src/targets/cgi/parser3.C 1.152:
13461: * src/types/Makefile.am 1.17:
13462: * src/types/Makefile.in 1.29:
13463: lowered indent.awk back to src/
13464:
13465: * src/classes/xdoc.C 1.82:
13466: * src/targets/cgi/parser3.dsp 1.41:
13467: * www/htdocs/index.html 1.2:
13468: now compiles under win32
13469:
13470: * src/main/compile.tab.C 1.35:
13471: * src/main/compile.y 1.178:
13472: disabled operator call after ^xxx:
13473:
13474: * AUTHORS 1.1:
13475: * COPYING 1.1:
13476: * INSTALL 1.1:
13477: * Makefile.am 1.1:
13478: * Makefile.in 1.1:
13479: * NEWS 1.1:
13480: * README 1.1:
13481: * acinclude.m4 1.1:
13482: * aclocal.m4 1.1:
13483: * asm.txt 1.1:
13484: * config.guess 1.1:
13485: * config.sub 1.1:
13486: * configure 1.1:
13487: * configure.in 1.1:
13488: * etc/Makefile.am 1.1:
13489: * etc/Makefile.in 1.1:
13490: * etc/parser3.charsets/Makefile.am 1.1:
13491: * etc/parser3.charsets/Makefile.in 1.1:
13492: * etc/parser3.charsets/koi8-r.cfg 1.1:
13493: * etc/parser3.charsets/windows-1250.cfg 1.1:
13494: * etc/parser3.charsets/windows-1251.cfg 1.1:
13495: * form.txt 1.1:
13496: * ident.awk 1.1:
13497: * install-sh 1.1:
13498: * lang.txt 1.1:
13499: * ltconfig 1.1:
13500: * ltmain.sh 1.1:
13501: * missing 1.1:
13502: * mkinstalldirs 1.1:
13503: * operators.txt 1.1:
13504: * parser3.dsw 1.1:
13505: * sql.txt 1.1:
13506: * src/Makefile.am 1.14:
13507: * src/Makefile.in 1.41:
13508: * src/classes/Makefile.am 1.35:
13509: * src/classes/Makefile.in 1.37:
13510: * src/include/pa_config_auto.h.in 1.16:
13511: * src/main/Makefile.am 1.28:
13512: * src/main/Makefile.in 1.33:
13513: * src/targets/Makefile.in 1.28:
13514: * src/targets/apache13/Makefile.am 1.9:
13515: * src/targets/apache13/Makefile.in 1.28:
13516: * src/targets/cgi/Makefile.am 1.26:
13517: * src/targets/cgi/Makefile.in 1.35:
13518: * src/targets/cgi/parser3.C 1.151:
13519: * src/types/Makefile.am 1.16:
13520: * src/types/Makefile.in 1.28:
13521: * types.txt 1.1:
13522: * www/Makefile.am 1.1:
13523: * www/Makefile.in 1.1:
13524: * www/htdocs/auto.p 1.1:
13525: * www/htdocs/global.xsl 1.1:
13526: * www/htdocs/index.html 1.1:
13527: * www/htdocs/parser-status.html 1.1:
13528: * www/htdocs/people.dtd 1.1:
13529: moved etc&www out of src, moved configure&co out of src
13530: added windows-1250.cfg
13531: straightened installation scripts procedure
13532: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
13533:
13534: * src/include/pa_opcode.h 1.12:
13535: * src/include/pa_request.h 1.119:
13536: * src/main/compile.C 1.54:
13537: * src/main/compile.tab.C 1.33:
13538: * src/main/compile.y 1.177:
13539: * src/main/compile_tools.C 1.42:
13540: * src/main/compile_tools.h 1.54:
13541: * src/main/execute.C 1.215:
13542: * src/types/pa_wcontext.h 1.25:
13543: operators check 6.1
13544: rewritten. now check is done at compile time
13545:
13546: * src/main/execute.C 1.214:
13547: operators check 5
13548: floated up old error of staying in 'entered class/object' state after $a($a..)
13549: it prevented operators from being called thereafter
13550:
13551: * src/main/compile.tab.C 1.34:
13552: * src/main/execute.C 1.216:
13553: made operators lookup first in ^xxx situation.
13554: so that one could not do
13555: $if[1]
13556: ^if[xxx]
13557:
1.24 paf 13558: * etc/parser3.charsets/Makefile.in 1.2:
13559: *** empty log message ***
13560:
1.15 paf 13561: * src/main/execute.C 1.211:
13562: * src/types/pa_wcontext.h 1.24:
13563: * www/htdocs/auto.p 1.2:
13564: * www/htdocs/index.html 1.4:
13565: operators check 2
13566: floated up old error of staying in 'entered class' state after $a:a[a]
13567: it prevented operators from being called thereafter
13568:
13569: * src/main/execute.C 1.212:
13570: operators check 3
13571: floated up old error of staying in 'entered class' state after $a:a(a)
13572: it prevented operators from being called thereafter
13573:
13574: * src/include/pa_opcode.h 1.11:
13575: * src/main/compile.tab.C 1.32:
13576: * src/main/compile.y 1.176:
13577: * src/main/execute.C 1.213:
13578: operators check 4
13579: floated up old error of staying in 'entered object' state after ^a.a(a)
13580: it prevented operators from being called thereafter
13581:
13582: 2002-01-30 paf
13583: * src/classes/xdoc.C 1.81:
13584: acconfig.h changed [comments before #undefs removed]
13585: those comments were a mistake, and prevented libltdl from function properly
13586:
13587: 2002-01-29 paf
13588: * src/Makefile.am 1.13:
13589: * src/Makefile.in 1.40:
13590: * src/classes/Makefile.am 1.34:
13591: * src/classes/Makefile.in 1.36:
13592: * src/main/Makefile.in 1.32:
13593: * src/targets/Makefile.in 1.27:
13594: * src/targets/apache13/Makefile.in 1.27:
13595: * src/targets/cgi/Makefile.in 1.34:
13596: * src/types/Makefile.in 1.27:
13597: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
13598: added default system config&charsetts
13599: prepared 'make install', now it installs
13600: targets/cgi/parser3 into bin directory
13601: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
13602:
13603: * src/classes/xdoc.C 1.80:
13604: * src/include/pa_charset.h 1.12:
13605: * src/include/pa_globals.h 1.76:
13606: * src/main/pa_globals.C 1.111:
13607: few forgotten ifdef XML added
13608:
13609: 2002-01-28 paf
13610: * src/classes/xdoc.C 1.79:
13611: * src/classes/xnode.h 1.7:
13612: * src/main/pa_exception.C 1.35:
13613: xdoc.importNode 0
13614:
13615: * src/classes/xdoc.C 1.78:
13616: xdoc::set now untaints OK
13617:
13618: * src/Makefile.in 1.39:
13619: stupid make runs automake on ths
13620:
13621: * src/classes/xnode.C 1.34:
13622: * src/types/pa_vxdoc.h 1.17:
13623: xdoc.importNode 1 [fixed as_node helper func to accept docs]
13624:
13625: * src/classes/Makefile.am 1.33:
13626: * src/classes/Makefile.in 1.35:
13627: * src/targets/cgi/Makefile.am 1.25:
13628: * src/targets/cgi/Makefile.in 1.33:
13629: xalan-patch removed
13630:
13631: * src/main/pa_exception.C 1.36:
13632: dom|generic error output fix
13633:
13634: * src/classes/xnode.C 1.35:
13635: xdoc.importNode 2 [mistype err]
13636:
13637: * src/classes/xnode.C 1.36:
13638: xdoc.importNode 3 [check err]
13639:
13640: 2002-01-25 paf
13641: * src/include/pa_charset.h 1.11:
13642: * src/main/pa_globals.C 1.110:
13643: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
13644:
13645: * src/classes/hash.C 1.33:
13646: unified hash::sql, now
13647: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
13648:
13649: * src/classes/file.C 1.68:
13650: * src/classes/op.C 1.68:
13651: * src/classes/string.C 1.94:
13652: * src/classes/table.C 1.141:
13653: * src/classes/xdoc.C 1.77:
13654: * src/include/pa_common.h 1.70:
13655: * src/main/pa_common.C 1.95:
13656: * src/types/pa_vfile.h 1.38:
13657: removed redundant pool param to some pa_common funcs
13658:
13659: * src/classes/file.C 1.69:
13660: * src/include/pa_common.h 1.71:
13661: * src/main/pa_common.C 1.96:
13662: ^file:lock[filename]{code}
13663:
13664: * src/include/pa_charset.h 1.10:
13665: * src/include/pa_charset.h 1.2.2.1:
13666: * src/include/pa_config_fixed.h 1.34.6.1:
13667: * src/main/compile.tab.C 1.27.6.3:
13668: * src/main/pa_charset.C 1.18:
13669: typedef XMLCh... not stupid illegal define
13670:
13671: * src/main/compile.tab.C 1.31:
13672: * src/main/compile.y 1.175:
13673: #comment before @ after @SPECIAL
13674: now works OK
13675:
13676: * src/main/pa_exec.C 1.20:
13677: max arg count now 10, and proper message on violation that added
13678:
13679: * src/main/pa_exec.C 1.21:
13680: * src/main/pa_exec.C 1.22:
13681: unix: exec now does chdir to script dir
13682:
13683: 2002-01-24 paf
13684: * src/classes/hashfile.C 1.20:
13685: * src/include/pa_db_table.h 1.13:
13686: * src/include/pa_opcode.h 1.10:
13687: * src/main/compile.tab.C 1.30:
13688: * src/main/compile.y 1.174:
13689: * src/main/compile_tools.C 1.41:
13690: * src/main/compile_tools.h 1.53:
13691: * src/main/execute.C 1.209:
13692: * src/main/pa_db_connection.C 1.35:
13693: * src/main/pa_db_table.C 1.18:
13694: * src/types/pa_vhashfile.C 1.17:
13695: * src/types/pa_vhashfile.h 1.13:
13696: merged from r17 - hashfile without logfiles
13697:
13698: * src/classes/xnode.C 1.31:
13699: xnode.select returns array always now, in case 'nothing found'
13700: returns empty array
13701:
13702: * src/include/pa_version.h 1.3:
13703: changed version number
13704:
13705: * src/classes/xdoc.C 1.74:
13706: checked empty response
13707:
13708: * src/classes/hashfile.C 1.19.2.1:
13709: * src/include/pa_db_table.h 1.12.6.1:
13710: * src/main/compile.tab.C 1.27.6.2:
13711: * src/main/pa_db_connection.C 1.34.6.1:
13712: * src/main/pa_db_table.C 1.17.2.1:
13713: * src/types/pa_vhashfile.C 1.16.6.1:
13714: * src/types/pa_vhashfile.h 1.12.14.1:
13715: hashfile:
13716: removed use of transactions
13717: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
13718: thus got rid of huge log files, which cluttered disk without huge need]
13719:
13720: * src/classes/xdoc.C 1.76:
13721: * src/classes/xnode.C 1.33:
13722: * src/classes/xnode.h 1.6:
13723: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
13724: in dome lib
13725:
13726: * src/classes/xnode.C 1.30:
13727: xpath nodes select bug [0] instead of [i], be more tender with
13728: ctrl/c/v
13729:
13730: * src/classes/xdoc.C 1.75:
13731: xsltSaveResultTo checked <0 response
13732:
13733: * src/classes/xnode.C 1.32:
13734: xdoc.select fixed context node [were always /, not self node]
13735:
13736: 2002-01-23 paf
13737: * src/classes/xdoc.C 1.72:
13738: * src/main/pa_globals.C 1.108:
13739: * src/types/pa_vdouble.h 1.29:
13740: %.20E now default float format
13741: this is for regretful twice-converting here:
13742: $a(double value) when they write double falue they convert it to string first,
13743: thus %g were losing precesion.
13744:
13745: todo: think up some way to remove double->string string->double twice-converting
13746:
13747: * src/main/pa_globals.C 1.105:
13748: removed debug xslt messages
13749:
13750: * src/main/pa_globals.C 1.106:
13751: xslt linked dynamically. [mistekenly were statically linked]
13752:
13753: * src/include/pa_exception.h 1.29:
13754: * src/main/compile.tab.C 1.29:
13755: * src/main/pa_exception.C 1.34:
13756: removed exception va_list constructor.
13757: 1. not needed anymore
13758: 2. there were a conflict[causing errors] between
13759: ctor(, va_list)
13760: ctor(, ...)
13761: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
13762: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
13763:
13764: * src/types/pa_vdouble.h 1.30:
13765: %.20E now float format when %g produced 'e' in output
13766: this is for regretful twice-converting here:
13767: $a(double value) when they write double falue they convert it to string first,
13768: thus %g were losing precesion.
13769:
13770: todo: think up some way to remove double->string string->double twice-converting
13771:
13772: * src/types/pa_vdouble.h 1.28.14.1:
13773: double prec. todo: get rid of twice-converting
13774:
13775: * src/classes/xdoc.C 1.71:
13776: * src/include/pa_stylesheet_connection.h 1.24:
13777: * src/main/pa_globals.C 1.107:
13778: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
13779:
13780: * src/classes/xdoc.C 1.73:
13781: * src/main/pa_globals.C 1.109:
13782: xdoc::load/set entities substituted.
13783: // 2. when dom tree with entites goes under transform text nodes
13784: // got [erroreosly] cut on first entity occurance
13785:
13786: 2002-01-22 paf
13787: * src/classes/table.C 1.140:
13788: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
13789: replaced them with empty strings
13790:
13791: * src/classes/xdoc.C 1.70:
13792: * src/include/pa_stylesheet_connection.h 1.23:
13793: * src/main/pa_globals.C 1.104:
13794: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
13795: example:
13796: this refused to work,
13797: <b>«<xsl:value-of select="@title" />»</b>
13798: stranly worked only this way:
13799: <b>«<xsl:value-of select="@title" />»</b>
13800:
13801: docs says "set it to 1", never going into details, so I decided to try NOT to do that
13802:
13803: 2002-01-21 paf
13804: * src/include/pa_stylesheet_connection.h 1.20:
13805: * src/main/pa_exception.C 1.32:
13806: xml generic message 1
13807:
13808: * src/main/pa_charset.C 1.17:
13809: checked empty transcoders in transcode_cstr|buf
13810:
13811: * src/classes/Makefile.in 1.34:
13812: * src/classes/xdoc.C 1.67:
13813: * src/classes/xnode.C 1.29:
13814: * src/include/pa_stylesheet_connection.h 1.22:
13815: * src/main/pa_charset.C 1.16:
13816: * src/main/pa_globals.C 1.103:
13817: * src/main/pa_sql_driver_manager.C 1.59:
13818: * src/main/pa_stylesheet_manager.C 1.11:
13819: * src/targets/cgi/Makefile.am 1.24:
13820: * src/targets/cgi/Makefile.in 1.32:
13821: autoconf gnome
13822:
13823: * src/classes/xdoc.C 1.69:
13824: xdoc::load error source = filespec
13825:
13826: * src/classes/table.C 1.139:
13827: ^table::load
13828: empty lines or #comments before headline
13829:
13830: * src/include/pa_array.h 1.49:
13831: * src/include/pa_globals.h 1.74:
13832: * src/include/pa_request.h 1.118:
13833: * src/include/pa_threads.h 1.21:
13834: * src/main/pa_array.C 1.44:
13835: * src/main/pa_exception.C 1.31:
13836: * src/main/pa_globals.C 1.101:
13837: * src/main/pa_request.C 1.192:
13838: * src/targets/apache13/pa_threads.C 1.4:
13839: * src/targets/cgi/pa_threads.C 1.6:
13840: * src/targets/isapi/pa_threads.C 1.6:
13841: xml generic errors 0
13842:
13843: * src/classes/xdoc.C 1.66:
13844: * src/classes/xnode.C 1.28:
13845: * src/include/pa_exception.h 1.28:
13846: * src/include/pa_globals.h 1.75:
13847: * src/include/pa_stylesheet_connection.h 1.21:
13848: * src/main/pa_exception.C 1.33:
13849: * src/main/pa_globals.C 1.102:
13850: * src/targets/apache13/pa_threads.C 1.5:
13851: * src/targets/cgi/pa_threads.C 1.7:
13852: xslt generic error 1
13853:
13854: * src/classes/xdoc.C 1.68:
13855: transform error source now stylesheet_filespec
13856:
13857: 2002-01-16 paf
13858: * src/classes/xdoc.C 1.64:
13859: few comments
13860:
13861: * src/classes/hash.C 1.32:
13862: * src/classes/op.C 1.67:
13863: * src/classes/string.C 1.93:
13864: * src/classes/table.C 1.138:
13865: * src/classes/void.C 1.14:
13866: * src/classes/xdoc.C 1.65:
13867: * src/include/pa_db_connection.h 1.19:
13868: * src/include/pa_request.h 1.117:
13869: * src/include/pa_sql_connection.h 1.21:
13870: * src/include/pa_sql_driver_manager.h 1.21:
13871: * src/include/pa_stylesheet_connection.h 1.19:
13872: * src/include/pa_stylesheet_manager.h 1.10:
13873: * src/main/pa_request.C 1.191:
13874: * src/main/pa_sql_driver_manager.C 1.58:
13875: * src/main/pa_stylesheet_manager.C 1.10:
13876: * src/targets/cgi/pool_storage.h 1.7:
13877: auto closers to sql_connection, stylesheet_connection
13878: auto destroyers to remaining gnome objects
13879:
13880: 2002-01-15 paf
13881: * src/classes/xdoc.C 1.61:
13882: * src/include/pa_charset.h 1.9:
13883: * src/main/pa_charset.C 1.15:
13884: started output options parsing
13885:
13886: * src/classes/xdoc.C 1.63:
13887: xdoc
13888: file
13889: save
13890: string
13891:
13892: ready.
13893: todo: error handling
13894:
13895: * src/classes/xdoc.C 1.62:
13896: xdoc save rewritten using xmlAllocOutputBuffer
13897: less mallocs, more reallocs. less fragmented result
13898:
13899: 2002-01-14 paf
13900: * src/classes/xdoc.C 1.60:
13901: method
13902:
13903: * src/classes/xdoc.C 1.59:
13904: * src/classes/xnode.C 1.27:
13905: * src/include/pa_charset.h 1.8:
13906: * src/include/pa_pool.h 1.76:
13907: * src/include/pa_stylesheet_connection.h 1.18:
13908: * src/main/main.dsp 1.145:
13909: * src/main/pa_charset.C 1.14:
13910: * src/main/pa_globals.C 1.100:
13911: * src/main/pa_pool.C 1.49:
13912: * src/main/pa_stylesheet_manager.C 1.9:
13913: * src/types/pa_vxdoc.h 1.16:
13914: xslt transform0.
13915: TODO:
13916: use output options
13917: handle errors
13918:
13919: * src/classes/xdoc.C 1.58:
13920: * src/classes/xnode.C 1.26:
13921: ^xdoc.file
13922:
13923: 2002-01-11 paf
13924: * src/classes/xnode.C 1.22:
13925: * src/include/pa_charset.h 1.6:
13926: * src/main/pa_charset.C 1.13:
13927: xpath selectNode 1
13928:
13929: * src/include/pa_opcode.h 1.9.6.1:
13930: * src/main/compile.tab.C 1.27.6.1:
13931: * src/main/compile.y 1.173.14.1:
13932: * src/main/compile_tools.C 1.40.14.1:
13933: * src/main/compile_tools.h 1.52.6.1:
13934: * src/main/execute.C 1.208.2.1:
13935: partial logical && || evaluation
13936:
13937: * src/classes/xnode.C 1.23:
13938: xpath selectNode 2
13939:
13940: * src/classes/xnode.C 1.24:
13941: * src/include/pa_charset.h 1.7:
13942: xpath selectNode 3: string/number/bool
13943:
13944: * src/classes/xnode.C 1.25:
13945: xpath selectNodes
13946:
13947: 2002-01-10 paf
13948: * src/classes/xnode.C 1.21:
13949: xpath selectNode -100 [just written]
13950:
13951: * src/classes/xdoc.C 1.57:
13952: * src/classes/xnode.C 1.20:
13953: * src/include/pa_charset.h 1.5:
13954: * src/include/pa_exception.h 1.27:
13955: * src/include/pa_pool.h 1.75:
13956: * src/main/pa_charset.C 1.12:
13957: * src/main/pa_pool.C 1.48:
13958: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
13959:
13960: 2001-12-29 paf
13961: * src/classes/xdoc.C 1.56:
13962: * src/include/pa_exception.h 1.26:
13963: * src/main/pa_charset.C 1.11:
13964: * src/main/pa_exception.C 1.30:
13965: * src/main/pa_globals.C 1.99:
13966: xdoc
13967: ^set
13968: ^string with glib works 0
13969:
13970: 2001-12-28 paf
13971: * src/main/pa_globals.C 1.98:
13972: renamed gdome to libgdome.dll
13973:
13974: * src/classes/classes.dsp 1.14:
13975: * src/classes/mail.C 1.50:
13976: * src/classes/xdoc.C 1.54:
13977: * src/classes/xnode.C 1.19:
13978: * src/classes/xnode.h 1.5:
13979: * src/include/pa_exception.h 1.25:
13980: * src/include/pa_globals.h 1.73:
13981: * src/main/compile.tab.C 1.28:
13982: * src/main/main.dsp 1.144:
13983: * src/main/pa_charset.C 1.9:
13984: * src/main/pa_dir.C 1.9:
13985: * src/main/pa_exception.C 1.28:
13986: * src/main/pa_exec.C 1.19:
13987: * src/main/pa_globals.C 1.97:
13988: * src/main/pa_socks.C 1.9:
13989: * src/targets/cgi/parser3.C 1.150:
13990: * src/targets/cgi/parser3.dsp 1.40:
13991: * src/types/pa_vxdoc.C 1.9:
13992: * src/types/pa_vxdoc.h 1.15:
13993: * src/types/pa_vxnode.C 1.13:
13994: * src/types/pa_vxnode.h 1.10:
13995: gnome libs just compiled in.
13996: no refcounting
13997: no xpath
13998: no xslt
13999: yet
14000:
14001: * src/classes/xdoc.C 1.55:
14002: * src/include/pa_charset.h 1.4:
14003: * src/main/pa_charset.C 1.10:
14004: * src/main/pa_exception.C 1.29:
14005: started glib transcoders
14006:
14007: 2001-12-27 paf
14008: * src/include/pa_charset.h 1.3:
14009: * src/include/pa_common.h 1.69:
14010: * src/include/pa_exception.h 1.24:
14011: * src/include/pa_globals.h 1.72:
14012: * src/include/pa_pool.h 1.74:
14013: * src/main/main.dsp 1.143:
14014: * src/main/pa_charset.C 1.8:
14015: * src/main/pa_charsets.C 1.4:
14016: * src/main/pa_globals.C 1.96:
14017: * src/main/pa_pool.C 1.47:
14018: * src/targets/cgi/parser3.C 1.149:
14019: * src/targets/cgi/parser3.dsp 1.39:
14020: * src/types/pa_vxdoc.C 1.8:
14021: * src/types/pa_vxdoc.h 1.14:
14022: * src/types/pa_vxnode.C 1.12:
14023: * src/types/pa_vxnode.h 1.9:
14024: * src/types/types.dsp 1.17:
14025: going away from xalan&xerces, started the process.
14026: globals [initialization
14027: pool [charset update
14028: charset [transcodings
14029: vxnode vxdoc [DOM calls
14030:
14031: * src/classes/Makefile.am 1.32:
14032: going away from xalan&xerces, not needed anymore
14033:
14034: 2001-12-26 paf
14035: * src/include/pa_charset.h 1.2:
14036: * src/include/pa_charsets.h 1.3:
14037: * src/main/pa_charset.C 1.7:
14038: * src/main/pa_charsets.C 1.3:
14039: * src/main/pa_request.C 1.190:
14040: charset key globalized [bug]
14041:
14042: 2001-12-25 paf
14043: * src/classes/mail.C 1.49:
14044: * src/classes/table.C 1.137:
14045: * src/include/pa_string.h 1.122:
14046: * src/main/pa_string.C 1.136:
14047: table set & append changed splitting languages, separators now can be clean AND as-is
14048: same to mail command line $MAIN:MAIL.progX arguments
14049:
14050: 2001-12-24 paf
14051: * src/classes/hashfile.C 1.19:
14052: * src/classes/op.C 1.66:
14053: * src/main/pa_db_table.C 1.17:
14054: * src/main/pa_string.C 1.135:
14055: read from cache size check updated
14056:
14057: * src/main/pa_string.C 1.133:
14058: * src/main/pa_string.C 1.134:
14059: String::join_chain another ugly bug :(
14060:
14061: * src/classes/mail.C 1.48:
14062: one parted text messages - no multipart mime-type anymore.
14063: for convinient if $.attach-ments
14064:
14065: 2001-12-21 paf
14066: * src/main/pa_request.C 1.189:
14067: $result in @main actually not working, to hell with it for now
14068:
14069: * src/main/execute.C 1.207:
14070: junction evaluation canceled - endless recursion detected
14071:
14072: * src/classes/date.C 1.14:
14073: date:sql-string now returns localtime
14074:
14075: * src/include/pa_request.h 1.116:
14076: * src/main/execute.C 1.208:
14077: * src/main/pa_request.C 1.188:
14078: * src/types/pa_vmethod_frame.h 1.20:
14079: * src/types/pa_wcontext.h 1.23:
14080: $result in @main @postprocess @exception
14081:
14082: 2001-12-19 paf
14083: * src/main/pa_request.C 1.187:
14084: CLASS_PATH now / = DOCUMENT_ROOT
14085:
14086: * src/classes/op.C 1.65:
14087: ^cache keypath now relative
14088:
14089: * src/classes/hashfile.C 1.18:
14090: ^hashfile.open DB_HOME now relative
14091:
14092: * src/main/pa_charset.C 1.6:
14093: charset->charset transcoding via unicode intermediate
14094:
14095: * src/classes/mail.C 1.46:
14096: * src/include/pa_config_fixed.h 1.34:
14097: to/from 0 check were missing
14098:
14099: * src/classes/mail.C 1.47:
14100: changed weighting prior to sort
14101:
14102: 2001-12-17 paf
14103: * src/classes/mail.C 1.45:
14104: * src/include/pa_charsets.h 1.2:
14105: * src/include/pa_string.h 1.121:
14106: * src/main/pa_charsets.C 1.2:
14107: * src/main/untaint.C 1.87:
14108: * src/types/pa_vrequest.C 1.14:
14109: * src/types/pa_vresponse.C 1.2:
14110: ^mail:send[
14111: $.charset[zzz]
14112: addded
14113:
14114: * src/include/pa_db_table.h 1.12:
14115: * src/main/pa_db_table.C 1.16:
14116: db_table used outdated unset services_pool
14117:
14118: * src/main/pa_charset.C 1.5:
14119: ifndef XML were bad type
14120:
14121: * src/classes/image.C 1.63:
14122: govno
14123:
14124: * src/main/untaint.C 1.86:
14125: allowed space in filespec
14126:
14127: * src/classes/image.C 1.64:
14128: no govno
14129:
14130: * src/targets/apache13/mod_parser3.C 1.15:
14131: test r->finfo.st_mode check seems to work only on win32
14132:
14133: * src/main/pa_charset.C 1.4:
14134: empty bufs transcode [forgot check :(]
14135:
14136: 2001-12-15 paf
14137: * src/classes/file.C 1.67:
14138: * src/classes/math.C 1.11:
14139: * src/classes/op.C 1.64:
14140: * src/classes/string.C 1.92:
14141: * src/classes/table.C 1.136:
14142: * src/classes/xdoc.C 1.53:
14143: * src/include/pa_array.h 1.48:
14144: * src/include/pa_cache_managers.h 1.4:
14145: * src/include/pa_charset_connection.h 1.6:
14146: * src/include/pa_charset_manager.h 1.8:
14147: * src/include/pa_common.h 1.68:
14148: * src/include/pa_db_connection.h 1.18:
14149: * src/include/pa_db_manager.h 1.12:
14150: * src/include/pa_db_table.h 1.11:
14151: * src/include/pa_dictionary.h 1.8:
14152: * src/include/pa_exception.h 1.23:
14153: * src/include/pa_exec.h 1.5:
14154: * src/include/pa_globals.h 1.71:
14155: * src/include/pa_hash.h 1.52:
14156: * src/include/pa_opcode.h 1.9:
14157: * src/include/pa_pool.h 1.73:
14158: * src/include/pa_request.h 1.115:
14159: * src/include/pa_sapi.h 1.16:
14160: * src/include/pa_socks.h 1.6:
14161: * src/include/pa_sql_connection.h 1.20:
14162: * src/include/pa_sql_driver_manager.h 1.20:
14163: * src/include/pa_string.h 1.120:
14164: * src/include/pa_stylesheet_connection.h 1.17:
14165: * src/include/pa_stylesheet_manager.h 1.9:
14166: * src/include/pa_table.h 1.38:
14167: * src/include/pa_transcoder.h 1.3:
14168: * src/main/compile_tools.h 1.52:
14169: * src/main/main.dsp 1.142:
14170: * src/main/pa_charset.C 1.1:
14171: * src/main/pa_charset_connection.C 1.13:
14172: * src/main/pa_charset_manager.C 1.10:
14173: * src/main/pa_charsets.C 1.1:
14174: * src/main/pa_globals.C 1.95:
14175: * src/main/pa_pool.C 1.46:
14176: * src/main/pa_request.C 1.186:
14177: * src/main/pa_string.C 1.132:
14178: * src/main/pa_transcoder.C 1.4:
14179: * src/main/untaint.C 1.84:
14180: * src/types/pa_vfile.C 1.24:
14181: * src/types/pa_vform.C 1.50:
14182: * src/types/pa_vform.h 1.31:
14183: * src/types/pa_vrequest.C 1.13:
14184: * src/types/pa_vrequest.h 1.14:
14185: * src/types/pa_vresponse.C 1.1:
14186: * src/types/pa_vresponse.h 1.19:
14187: * src/types/types.dsp 1.16:
14188: introducing Charset
14189:
14190: * src/main/pa_charset.C 1.2:
14191: name_cstr 0
14192:
14193: * src/main/Makefile.in 1.31:
14194: * src/targets/apache13/Makefile.in 1.26:
14195: * src/targets/cgi/Makefile.in 1.31:
14196: * src/types/Makefile.in 1.26:
14197: makes
14198:
14199: * src/include/pa_charset.h 1.1:
14200: * src/include/pa_charsets.h 1.1:
14201: forgot to add
14202:
14203: * src/main/Makefile.am 1.27:
14204: * src/main/pa_charset.C 1.3:
14205: * src/types/Makefile.am 1.15:
14206: charset_connection&manager replaced by charset&charsets
14207:
14208: * src/main/untaint.C 1.85:
14209: uri lang now knows about client/source charsets
14210:
14211: 2001-12-14 paf
14212: * src/include/pa_request.h 1.114:
14213: * src/include/pa_transcoder.h 1.2:
14214: * src/main/pa_request.C 1.185:
14215: * src/main/pa_transcoder.C 1.3:
14216: * src/types/pa_vform.C 1.49:
14217: * src/types/pa_vform.h 1.30:
14218: transcodeToUTF8[were FromUTF8] for forms
14219: todo: uri lang
14220:
14221: * src/targets/apache13/Makefile.am 1.8:
14222: * src/targets/cgi/Makefile.am 1.23:
14223: -I../../pcre to .am
14224:
14225: * src/include/pa_charset_connection.h 1.5:
14226: * src/include/pa_pool.h 1.72:
14227: * src/include/pa_request.h 1.113:
14228: * src/include/pa_transcoder.h 1.1:
14229: * src/main/Makefile.am 1.26:
14230: * src/main/main.dsp 1.141:
14231: * src/main/pa_charset_connection.C 1.12:
14232: * src/main/pa_charset_manager.C 1.9:
14233: * src/main/pa_request.C 1.184:
14234: * src/main/pa_transcoder.C 1.1:
14235: * src/types/Makefile.am 1.14:
14236: * src/types/pa_vrequest.C 1.12:
14237: * src/types/pa_vrequest.h 1.13:
14238: * src/types/pa_vresponse.h 1.18:
14239: * src/types/types.dsp 1.15:
14240: changed charset model.
14241: now important:
14242: $request:charset
14243: $response:charset
14244: while
14245: $response:content-type.charset
14246: become unimportant [informational]
14247:
14248: * src/include/pa_globals.h 1.70:
14249: * src/main/pa_globals.C 1.94:
14250: removed unused defalts_name global
14251:
14252: * src/main/pa_transcoder.C 1.2:
14253: transcodeToUTF8,
14254: now form&uri lang
14255:
14256: 2001-12-13 paf
14257: * src/include/pa_types.h 1.35:
14258: msvc head debugging flag
14259:
14260: * src/classes/xdoc.C 1.49:
14261: freed up listener
14262:
14263: * src/classes/xdoc.C 1.51:
14264: * src/main/pa_sql_driver_manager.C 1.57:
14265: rewritten auto_ptr part other way, because of stupid gcc 2.96
14266: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14267: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14268: FormatterListener]
14269: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14270: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14271: FormatterListener, _Tp = FormatterListener]
14272:
14273: * src/include/pa_config_fixed.h 1.32:
14274: * src/main/pa_common.C 1.94:
14275: * src/main/pa_string.C 1.131:
14276: removed signed mismatch warnings
14277:
14278: * src/classes/xdoc.C 1.52:
14279: rewritten auto_ptr part other way2, because of stupid gcc 2.96
14280: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14281: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14282: FormatterListener]
14283: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14284: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14285: FormatterListener, _Tp = FormatterListener]
14286:
14287: * src/main/pa_string.C 1.130:
14288: string::recustruct erroreusly used outdated row ptr
14289:
14290: * src/include/pa_cache_managers.h 1.3:
14291: * src/include/pa_charset_manager.h 1.7:
14292: * src/include/pa_config_fixed.h 1.33:
14293: * src/include/pa_db_manager.h 1.11:
14294: * src/include/pa_sql_driver_manager.h 1.19:
14295: * src/include/pa_stylesheet_manager.h 1.8:
14296: * src/main/pa_cache_managers.C 1.2:
14297: * src/main/pa_globals.C 1.93:
14298: ~Cache_managers
14299:
14300: * src/classes/string.C 1.91:
14301: change msg '... code is not code'
14302:
14303: * src/classes/xdoc.C 1.50:
14304: removed extra inc
14305:
14306: * src/targets/apache13/mod_parser3.C 1.14:
14307: * src/targets/cgi/parser3.C 1.147:
14308: * src/targets/isapi/parser3isapi.C 1.61:
14309: removed 'expires' from header outputs
14310:
14311: * src/targets/cgi/pa_pool.C 1.34:
14312: * src/targets/isapi/pa_pool.C 1.10:
14313: EOL@EOF
14314:
14315: * src/main/pa_db_connection.C 1.34:
14316: * src/main/pa_db_manager.C 1.19:
14317: * src/main/pa_sql_driver_manager.C 1.56:
14318: * src/main/pa_stylesheet_manager.C 1.8:
14319: * src/targets/cgi/pool_storage.h 1.6:
14320: couple cache expiratiors were wrong [past/future prob]
14321:
14322: * src/classes/xdoc.C 1.48:
14323: lang list updated
14324:
14325: * src/targets/cgi/pa_pool.C 1.33:
14326: * src/targets/cgi/parser3.C 1.148:
14327: msvc heap debugging flag
14328:
14329: * src/classes/file.C 1.66:
14330: file::cgi bug, request_method were passed to SERVER_PROTOCOL
14331: but SERVER_PROTOCOL were forgotten
14332:
14333: 2001-12-10 paf
14334: * src/main/untaint.C 1.83:
14335: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
14336: introducing
14337: // theoretical problem with, for instance, "_2B" and "." fragments,
14338: // they would yield the same
14339: // because need_file_encode('_')=false
14340: // but we need to delete such files somehow, getting names from ^index
14341:
14342: * src/main/pa_string.C 1.129:
14343: ^string.replace bug fixed [bad string::join_chank break]
14344:
14345: * src/classes/math.C 1.10:
14346: ^math:random(n) now yields[0;n) not [0;n]
14347:
14348: 2001-12-07 paf
14349: * src/main/pa_string.C 1.125.2.1.2.2:
14350: stupid sparc architecture failed to access short at odd address
14351: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
14352:
14353: bus error,
14354: fixed that
14355:
14356: * src/include/pa_config_auto.h.in 1.14.6.1:
14357: makes
14358:
14359: * src/main/pa_string.C 1.125.2.1.2.1:
14360: strange string deserialize bug on client[pmts], a bit shortened,
14361:
14362: * src/include/pa_common.h 1.66.6.2:
14363: * src/include/pa_config_fixed.h 1.30.8.2:
14364: * src/include/pa_config_includes.h 1.13.6.1:
14365: * src/main/pa_common.C 1.91.4.1.2.2:
14366: exclusive lock file write
14367: shared lock file read
14368:
14369: * src/classes/hashfile.C 1.17:
14370: * src/classes/op.C 1.63:
14371: * src/classes/table.C 1.135:
14372: * src/include/pa_common.h 1.67:
14373: * src/include/pa_config_auto.h.in 1.15:
14374: * src/include/pa_config_fixed.h 1.31:
14375: * src/include/pa_config_includes.h 1.14:
14376: * src/include/pa_db_table.h 1.10:
14377: * src/include/pa_request.h 1.112:
14378: * src/main/pa_common.C 1.93:
14379: * src/main/pa_db_table.C 1.15:
14380: * src/main/pa_request.C 1.183:
14381: * src/main/pa_string.C 1.128:
14382: * src/types/pa_vhashfile.C 1.16:
14383: merged from r14_simple_cache
14384:
14385: 2001-12-06 paf
14386: * src/main/compile.tab.C 1.27:
14387: * src/targets/cgi/parser3.C 1.146:
14388: removed debug info
14389:
14390: * src/classes/op.C 1.62.2.1.2.1:
14391: * src/classes/table.C 1.133.2.2.2.1:
14392: * src/include/pa_request.h 1.111.2.1.2.1:
14393: * src/main/pa_request.C 1.182.2.1.2.1:
14394: #ifdef RESOURCES_DEBUG
14395:
14396: * src/classes/op.C 1.62.2.1.2.2:
14397: * src/include/pa_common.h 1.66.6.1:
14398: * src/include/pa_config_fixed.h 1.30.8.1:
14399: * src/main/pa_common.C 1.91.4.1.2.1:
14400: ^cache operator
14401:
14402: * src/classes/hashfile.C 1.15.6.2:
14403: removed transaction from ^cache
14404:
14405: 2001-12-05 paf
14406: * src/targets/cgi/parser3.C 1.144:
14407: * src/targets/cgi/parser3.C 1.145:
14408: fatal error reporting fixed.
14409: in IIS5 there were a prob with illegal call check
14410:
14411: 2001-12-04 paf
14412: * src/classes/op.C 1.62.2.1:
14413: * src/classes/table.C 1.133.2.2:
14414: * src/include/pa_request.h 1.111.2.1:
14415: * src/main/pa_request.C 1.182.2.1:
14416: measures to log
14417:
14418: 2001-11-26 paf
14419: * src/targets/apache13/mod_parser3.C 1.13:
14420: merge dir config now works OK with parser_root_config_filespec
14421:
14422: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
14423:
14424: 2001-11-23 paf
14425: * src/classes/hashfile.C 1.16:
14426: * src/classes/table.C 1.134:
14427: * src/include/pa_db_table.h 1.9:
14428: * src/main/pa_common.C 1.92:
14429: * src/main/pa_db_table.C 1.14:
14430: * src/main/pa_string.C 1.127:
14431: * src/types/pa_vhashfile.C 1.15:
14432: merged from _0014, 1
14433:
14434: * src/classes/hashfile.C 1.15.6.1:
14435: * src/classes/table.C 1.133.2.1:
14436: * src/include/pa_db_table.h 1.8.6.1:
14437: * src/main/pa_common.C 1.91.4.1:
14438: * src/main/pa_db_table.C 1.12.6.2:
14439: * src/types/pa_vhashfile.C 1.14.6.1:
14440: hashfile bugfix2 more wrong sizes.
14441: ^cache behaviour changed: if ^cache(33) would change
14442:
14443: 0660 bits in file_write & hashfile create
14444:
14445: * src/main/pa_db_table.C 1.12.6.1:
14446: * src/main/pa_db_table.C 1.13:
14447: * src/main/pa_string.C 1.125.2.1:
14448: * src/main/pa_string.C 1.126:
14449: cache bugfix [wrong types after pa_string optimization]
14450:
14451: 2001-11-22 paf
14452: * src/main/untaint.C 1.82:
14453: ORIGINS mode removed UHTML
14454:
14455: * src/classes/op.C 1.62:
14456: process cstr(,connection)
14457:
14458: * src/Makefile.in 1.38:
14459: * src/classes/xdoc.C 1.47:
14460: * src/targets/Makefile.in 1.26:
14461: * src/targets/apache13/Makefile.in 1.25:
14462: * src/targets/cgi/Makefile.in 1.30:
14463: cached xslt [removed nocache forcing]
14464:
14465: * src/classes/op.C 1.61:
14466: process now gets its body on current language, not as-is
14467:
14468: * src/main/untaint.C 1.81:
14469: ORIGINS mode was bad - forgot about optimize bit
14470:
14471: * src/classes/table.C 1.133:
14472: * src/include/pa_table.h 1.37:
14473: * src/main/pa_table.C 1.41:
14474: table.offset[whence]
14475:
14476: 2001-11-21 paf
14477: * src/classes/table.C 1.132:
14478: * src/main/pa_string.C 1.124:
14479: * src/main/untaint.C 1.78:
14480: * src/targets/cgi/parser3.C 1.141:
14481: table.append bug fixed: forgot to switch default language for {
14482: code}, it happen to change it's language from CLEAN, so later
14483: refused to split by CLEAN \t
14484:
14485: * src/classes/xdoc.C 1.46:
14486: * src/types/pa_vxdoc.C 1.7:
14487: * src/types/pa_vxdoc.h 1.13:
14488: <xsl:output
14489: output options made identical to xsl:output attributes
14490: exclusion:
14491: cdata-section-elements
14492: what xalan can do but that not used now:
14493: it can escape and remove CDATA sections
14494:
14495: * src/targets/cgi/parser3.C 1.142:
14496: removed debug cgi||1
14497:
14498: * src/main/untaint.C 1.80:
14499: * src/targets/cgi/parser3.C 1.143:
14500: optimized \r produced by xslt
14501:
14502: * src/main/pa_string.C 1.125:
14503: * src/main/untaint.C 1.79:
14504: cached some string::size() es
14505:
14506: 2001-11-20 paf
14507: * src/classes/Makefile.am 1.31:
14508: * src/classes/Makefile.in 1.33:
14509: * src/classes/table.C 1.131:
14510: * src/main/Makefile.am 1.25:
14511: * src/main/Makefile.in 1.30:
14512: * src/main/pa_exception.C 1.27:
14513: * src/types/Makefile.am 1.13:
14514: * src/types/Makefile.in 1.25:
14515: moved ident.C & co to bottom of dependeces, so that errors
14516: would popup quicklier, fixed line numbering in table::sql
14517:
14518: 2001-11-19 paf
14519: * src/classes/op.C 1.60:
14520: * src/include/pa_request.h 1.111:
14521: * src/include/pa_string.h 1.119:
14522: * src/include/pa_types.h 1.34:
14523: * src/main/pa_globals.C 1.92:
14524: * src/main/pa_request.C 1.182:
14525: * src/main/pa_string.C 1.123:
14526: * src/main/untaint.C 1.77:
14527: * src/targets/apache13/mod_parser3.C 1.12:
14528: * src/targets/cgi/parser3.C 1.140:
14529: * src/targets/isapi/parser3isapi.C 1.60:
14530: * src/types/pa_wcontext.C 1.13:
14531: * src/types/pa_wcontext.h 1.22:
14532: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
14533:
14534: * src/classes/Makefile.in 1.32:
14535: * src/main/Makefile.in 1.29:
14536: * src/targets/Makefile.am 1.8:
14537: * src/targets/Makefile.in 1.25:
14538: * src/targets/apache13/Makefile.in 1.24:
14539: * src/targets/apache13/mod_parser3.C 1.11:
14540: * src/targets/cgi/Makefile.in 1.29:
14541: * src/targets/cgi/parser3.C 1.139:
14542: * src/types/Makefile.in 1.24:
14543: #if _MSC_VER _set_new_handler
14544:
14545: * src/Makefile.in 1.37:
14546: * src/targets/apache13/mod_parser3.C 1.10:
14547: * src/targets/cgi/parser3.C 1.138:
14548: * src/targets/isapi/parser3isapi.C 1.59:
14549: set_new_handler in apache&isapi
14550:
14551: 2001-11-16 paf
14552: * src/include/pa_string.h 1.117:
14553: * src/main/pa_string.C 1.120:
14554: * src/main/pa_string.C 1.121:
14555: * src/main/untaint.C 1.76:
14556: * src/types/pa_vstring.C 1.14:
14557: removed 1+4 bytes from String
14558:
14559: * src/include/pa_string.h 1.118:
14560: * src/include/pa_types.h 1.33:
14561: * src/main/pa_string.C 1.122:
14562: removed 8 bytes from String, 2 bytes from string::chunk::row::item
14563:
14564: * src/include/pa_globals.h 1.69:
14565: * src/include/pa_string.h 1.116:
14566: * src/include/pa_types.h 1.32:
14567: * src/main/pa_globals.C 1.91:
14568: * src/main/pa_pool.C 1.44:
14569: * src/main/pa_pool.C 1.45:
14570: * src/main/pa_request.C 1.181:
14571: * src/main/untaint.C 1.75:
14572: * src/sql/pa_sql_driver.h 1.24:
14573: * src/targets/cgi/parser3.C 1.136:
14574: introducing estimating String::cstr_bufsize, 0
14575:
14576: * src/include/pa_pool.h 1.70:
14577: * src/include/pa_pool.h 1.71:
14578: * src/main/execute.C 1.206:
14579: * src/main/pa_pool.C 1.41:
14580: * src/main/pa_pool.C 1.42:
14581: * src/main/pa_pool.C 1.43:
14582: * src/targets/cgi/parser3.C 1.134:
14583: * src/targets/cgi/parser3.C 1.135:
14584: die in pool::fail
14585:
14586: * src/targets/cgi/parser3.C 1.137:
14587: pool debug @ die
14588:
14589: 2001-11-15 paf
14590: * src/Makefile.in 1.36:
14591: configure set_new_handler check added
14592:
14593: * src/targets/cgi/parser3.C 1.131:
14594: set_new_handler started
14595:
14596: * src/include/pa_exception.h 1.22:
14597: * src/main/execute.C 1.205:
14598: * src/main/main.dsp 1.140:
14599: * src/main/pa_exception.C 1.26:
14600: * src/targets/cgi/parser3.C 1.133:
14601: exception with dynamic buffer re-back
14602: now with counter
14603:
14604: * src/include/pa_config_auto.h.in 1.13:
14605: * src/main/Makefile.in 1.28:
14606: makes
14607:
14608: * src/include/pa_exception.h 1.21:
14609: * src/main/pa_exception.C 1.25:
14610: exception with static buffer back
14611:
14612: * src/classes/classes.awk 1.5:
14613: * src/include/pa_config_auto.h.in 1.14:
14614: * src/include/pa_config_includes.h 1.13:
14615: setnewhandler check
14616:
14617: * src/targets/cgi/parser3.C 1.132:
14618: std::
14619:
14620: 2001-11-14 paf
14621: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
14622: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
14623: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
14624: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
14625: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
14626: fixed this:
14627: $bred[^string::length[]]
14628: $bred[^response::clear[]]
14629: $bred[^int::int[]]
14630:
14631: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
14632:
14633: * src/include/pa_common.h 1.64:
14634: * src/include/pa_common.h 1.65:
14635: * src/include/pa_common.h 1.66:
14636: * src/main/pa_common.C 1.90:
14637: * src/main/pa_common.C 1.91:
14638: snprintf replacement was wrong
14639:
14640: * src/main/execute.C 1.204:
14641: * src/types/pa_vclass.h 1.22:
14642: * src/types/pa_vobject.h 1.14:
14643: * src/types/pa_vstateless_class.h 1.21:
14644: * src/types/pa_vstateless_object.h 1.13:
14645: merged with no_bad_constructors_try
14646:
14647: * src/classes/op.C 1.59:
14648: ^untaint{body} as-is default now
14649:
14650: * src/main/pa_request.C 1.180:
14651: z
14652:
14653: * src/include/pa_common.h 1.63:
14654: * src/main/pa_common.C 1.88:
14655: * src/main/pa_common.C 1.89:
14656: snprintf on buffer full returns
14657: win32 -1
14658: solaris >buffer_size
14659:
14660: checked all that
14661:
14662: 2001-11-13 paf
14663: * src/classes/classes.C 1.13:
14664: returned accedently removed if in foreach callbacks [when hash
14665: no-0-restructure]
14666:
14667: 2001-11-12 paf
14668: * src/classes/classes.C 1.12:
14669: * src/classes/hash.C 1.31:
14670: * src/classes/xdoc.C 1.45:
14671: * src/include/pa_hash.h 1.51:
14672: * src/main/pa_db_connection.C 1.33:
14673: * src/main/pa_db_manager.C 1.18:
14674: * src/main/pa_dictionary.C 1.10:
14675: * src/main/pa_hash.C 1.48:
14676: * src/main/pa_sql_driver_manager.C 1.55:
14677: * src/main/pa_stylesheet_manager.C 1.7:
14678: hash now does not containt 0 values. put 0 actullay removes.
14679: no check on 0 value in foreach now required
14680:
14681: * src/classes/date.C 1.13:
14682: date.roll parser2 alg used
14683:
14684: * src/main/pa_pool.C 1.40:
14685: changed xdoc createXXX politics, now string passed as-is to
14686: method, xalan makes & into & itself
14687:
14688: 2001-11-11 paf
14689: * src/main/pa_sql_driver_manager.C 1.53:
14690: * src/sql/pa_sql_driver.h 1.21:
14691: sql driver initialize not const
14692:
14693: * src/sql/pa_sql_driver.h 1.23:
14694: removed extra constructor, doc
14695:
14696: * src/main/pa_sql_driver_manager.C 1.54:
14697: * src/sql/pa_sql_driver.h 1.22:
14698: CRLF
14699:
14700: 2001-11-10 paf
14701: * src/main/pa_exec.C 1.18:
14702: doc
14703:
14704: 2001-11-09 paf
14705: * src/main/pa_common.C 1.87:
14706: line endings fixing fixed last piece[was still cstr oriented]
14707:
14708: * src/include/pa_common.h 1.62:
14709: * src/main/pa_common.C 1.86:
14710: * src/types/pa_vform.C 1.48:
14711: line endings fixing got rid of cstr, now must work ok with post multipart
14712:
14713: * src/classes/string.C 1.90:
14714: * src/classes/xdoc.C 1.44:
14715: xdoc::set{code} now untaints param properly
14716:
14717: * src/types/pa_vform.C 1.47:
14718: line endings fixed at post / multipart / not file also now
14719:
14720: * src/classes/string.C 1.89:
14721: string.save now does untainting before saving
14722:
14723: 2001-11-08 paf
14724: * src/include/pa_request.h 1.110:
14725: * src/main/pa_request.C 1.179:
14726: * src/targets/apache13/mod_parser3.C 1.9:
14727: * src/targets/cgi/parser3.C 1.130:
14728: * src/targets/isapi/parser3isapi.C 1.58:
14729: apache 'status' class enabler
14730:
14731: <Location /parser-status.html>
14732: ParserStatusAllowed
14733: </Location>
14734:
14735: * src/Makefile.in 1.35:
14736: * src/include/pa_common.h 1.61:
14737: * src/main/Makefile.am 1.24:
14738: * src/main/Makefile.in 1.27:
14739: * src/targets/cgi/pa_pool.C 1.32:
14740: makes
14741:
14742: * src/include/pa_cache_managers.h 1.2:
14743: * src/include/pa_charset_manager.h 1.6:
14744: * src/include/pa_db_manager.h 1.10:
14745: * src/include/pa_sql_driver_manager.h 1.18:
14746: * src/include/pa_stylesheet_manager.h 1.7:
14747: * src/main/pa_charset_manager.C 1.8:
14748: * src/main/pa_db_manager.C 1.17:
14749: * src/main/pa_sql_driver_manager.C 1.52:
14750: * src/main/pa_stylesheet_manager.C 1.6:
14751: restructured Cache manager to be simple parent, not second
14752: parent [gcc 2.96 strangly refused to call virtual from second
14753: parent]
14754:
14755: * src/include/pa_cache_managers.h 1.1:
14756: * src/include/pa_charset_manager.h 1.5:
14757: * src/include/pa_db_manager.h 1.9:
14758: * src/include/pa_sql_driver_manager.h 1.17:
14759: * src/include/pa_stylesheet_manager.h 1.6:
14760: * src/main/main.dsp 1.139:
14761: * src/main/pa_cache_managers.C 1.1:
14762: * src/main/pa_charset_manager.C 1.7:
14763: * src/main/pa_db_manager.C 1.16:
14764: * src/main/pa_globals.C 1.90:
14765: * src/main/pa_request.C 1.178:
14766: * src/main/pa_sql_driver_manager.C 1.51:
14767: * src/main/pa_stylesheet_manager.C 1.5:
14768: * src/types/pa_vstatus.h 1.4:
14769: cache_managers, maybe-expiring every request
14770: todo: apache 'status' class enabler
14771:
14772: 2001-11-05 paf
14773: * src/classes/xdoc.C 1.42:
14774: * src/include/pa_db_connection.h 1.16:
14775: * src/include/pa_stylesheet_connection.h 1.15:
14776: * src/include/pa_stylesheet_manager.h 1.4:
14777: * src/main/pa_stylesheet_manager.C 1.3:
14778: * src/types/pa_vstatus.h 1.2:
14779: $status:stylesheet
14780:
14781: * src/targets/cgi/parser3.C 1.129:
14782: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
14783: checked that in cgi, on apache already done :)
14784:
14785: * src/main/pa_db_connection.C 1.31:
14786: * src/main/pa_db_manager.C 1.14:
14787: * src/main/pa_request.C 1.177:
14788: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
14789:
14790: expiring to 0 time was wrong, changed to 'now' time
14791:
14792: * src/main/pa_db_connection.C 1.30:
14793: * src/main/pa_db_manager.C 1.13:
14794: hence i removed skipping 0 values in hash::for_each-es we need
14795: to check cleaned cache items manually
14796:
14797: * src/include/pa_charset_connection.h 1.3:
14798: * src/main/pa_charset_manager.C 1.5:
14799: $status:charset
14800:
14801: * src/classes/classes.C 1.11:
14802: * src/classes/classes.h 1.14:
14803: * src/classes/date.C 1.12:
14804: * src/classes/double.C 1.41:
14805: * src/classes/file.C 1.65:
14806: * src/classes/form.C 1.19:
14807: * src/classes/hash.C 1.30:
14808: * src/classes/hashfile.C 1.15:
14809: * src/classes/image.C 1.62:
14810: * src/classes/int.C 1.38:
14811: * src/classes/mail.C 1.44:
14812: * src/classes/math.C 1.9:
14813: * src/classes/op.C 1.58:
14814: * src/classes/response.C 1.16:
14815: * src/classes/string.C 1.88:
14816: * src/classes/table.C 1.130:
14817: * src/classes/void.C 1.13:
14818: * src/classes/xdoc.C 1.43:
14819: * src/classes/xnode.C 1.18:
14820: * src/classes/xnode.h 1.4:
14821: * src/include/pa_array.h 1.47:
14822: * src/include/pa_charset_connection.h 1.4:
14823: * src/include/pa_charset_manager.h 1.4:
14824: * src/include/pa_common.h 1.60:
14825: * src/include/pa_config_fixed.h 1.30:
14826: * src/include/pa_config_includes.h 1.12:
14827: * src/include/pa_db_connection.h 1.17:
14828: * src/include/pa_db_manager.h 1.8:
14829: * src/include/pa_db_table.h 1.8:
14830: * src/include/pa_dictionary.h 1.7:
14831: * src/include/pa_dir.h 1.8:
14832: * src/include/pa_exception.h 1.20:
14833: * src/include/pa_exec.h 1.4:
14834: * src/include/pa_globals.h 1.68:
14835: * src/include/pa_hash.h 1.50:
14836: * src/include/pa_opcode.h 1.8:
14837: * src/include/pa_pool.h 1.69:
14838: * src/include/pa_pragma_pack_begin.h 1.2:
14839: * src/include/pa_pragma_pack_end.h 1.2:
14840: * src/include/pa_request.h 1.109:
14841: * src/include/pa_sapi.h 1.15:
14842: * src/include/pa_socks.h 1.5:
14843: * src/include/pa_sql_connection.h 1.19:
14844: * src/include/pa_sql_driver_manager.h 1.16:
14845: * src/include/pa_stack.h 1.11:
14846: * src/include/pa_string.h 1.115:
14847: * src/include/pa_stylesheet_connection.h 1.16:
14848: * src/include/pa_stylesheet_manager.h 1.5:
14849: * src/include/pa_table.h 1.36:
14850: * src/include/pa_threads.h 1.20:
14851: * src/include/pa_types.h 1.31:
14852: * src/main/compile.C 1.53:
14853: * src/main/compile.tab.C 1.26:
14854: * src/main/compile_tools.C 1.40:
14855: * src/main/compile_tools.h 1.51:
14856: * src/main/execute.C 1.203:
14857: * src/main/pa_array.C 1.43:
14858: * src/main/pa_charset_connection.C 1.11:
14859: * src/main/pa_charset_manager.C 1.6:
14860: * src/main/pa_common.C 1.85:
14861: * src/main/pa_db_connection.C 1.28:
14862: * src/main/pa_db_manager.C 1.12:
14863: * src/main/pa_db_table.C 1.11:
14864: * src/main/pa_dictionary.C 1.9:
14865: * src/main/pa_dir.C 1.8:
14866: * src/main/pa_exception.C 1.24:
14867: * src/main/pa_exec.C 1.17:
14868: * src/main/pa_globals.C 1.89:
14869: * src/main/pa_hash.C 1.47:
14870: * src/main/pa_pool.C 1.39:
14871: * src/main/pa_request.C 1.176:
14872: * src/main/pa_socks.C 1.8:
14873: * src/main/pa_sql_driver_manager.C 1.50:
14874: * src/main/pa_status_provider.C 1.2:
14875: * src/main/pa_string.C 1.119:
14876: * src/main/pa_stylesheet_manager.C 1.4:
14877: * src/main/pa_table.C 1.40:
14878: * src/main/untaint.C 1.74:
14879: * src/sql/pa_sql_driver.h 1.20:
14880: * src/targets/apache13/mod_parser3.C 1.8:
14881: * src/targets/apache13/pa_pool.C 1.3:
14882: * src/targets/apache13/pa_threads.C 1.3:
14883: * src/targets/cgi/pa_pool.C 1.31:
14884: * src/targets/cgi/pa_threads.C 1.5:
14885: * src/targets/cgi/parser3.C 1.128:
14886: * src/targets/cgi/pool_storage.h 1.5:
14887: * src/targets/isapi/pa_pool.C 1.9:
14888: * src/targets/isapi/pa_threads.C 1.5:
14889: * src/targets/isapi/parser3isapi.C 1.57:
14890: * src/targets/isapi/pool_storage.h 1.13:
14891: * src/types/pa_valiased.C 1.11:
14892: * src/types/pa_valiased.h 1.16:
14893: * src/types/pa_value.h 1.77:
14894: * src/types/pa_vbool.h 1.15:
14895: * src/types/pa_vclass.h 1.21:
14896: * src/types/pa_vcode_frame.h 1.12:
14897: * src/types/pa_vcookie.C 1.32:
14898: * src/types/pa_vcookie.h 1.13:
14899: * src/types/pa_vdate.h 1.6:
14900: * src/types/pa_vdouble.h 1.28:
14901: * src/types/pa_venv.h 1.18:
14902: * src/types/pa_vfile.C 1.23:
14903: * src/types/pa_vfile.h 1.37:
14904: * src/types/pa_vform.C 1.46:
14905: * src/types/pa_vform.h 1.29:
14906: * src/types/pa_vhash.h 1.27:
14907: * src/types/pa_vhashfile.C 1.14:
14908: * src/types/pa_vhashfile.h 1.12:
14909: * src/types/pa_vimage.C 1.14:
14910: * src/types/pa_vimage.h 1.22:
14911: * src/types/pa_vint.h 1.29:
14912: * src/types/pa_vjunction.h 1.10:
14913: * src/types/pa_vmath.h 1.4:
14914: * src/types/pa_vmethod_frame.h 1.19:
14915: * src/types/pa_vobject.h 1.13:
14916: * src/types/pa_vrequest.C 1.11:
14917: * src/types/pa_vrequest.h 1.12:
14918: * src/types/pa_vresponse.h 1.17:
14919: * src/types/pa_vstateless_class.C 1.11:
14920: * src/types/pa_vstateless_class.h 1.20:
14921: * src/types/pa_vstateless_object.h 1.12:
14922: * src/types/pa_vstatus.h 1.3:
14923: * src/types/pa_vstring.C 1.13:
14924: * src/types/pa_vstring.h 1.39:
14925: * src/types/pa_vtable.C 1.9:
14926: * src/types/pa_vtable.h 1.35:
14927: * src/types/pa_vvoid.h 1.6:
14928: * src/types/pa_vxdoc.C 1.6:
14929: * src/types/pa_vxdoc.h 1.12:
14930: * src/types/pa_vxnode.C 1.11:
14931: * src/types/pa_vxnode.h 1.8:
14932: * src/types/pa_wcontext.C 1.12:
14933: * src/types/pa_wcontext.h 1.21:
14934: * src/types/pa_wwrapper.h 1.14:
14935: $status:db
14936: fixed used not initialized in db_connection & db_table
14937:
14938: * src/include/pa_charset_manager.h 1.3:
14939: * src/include/pa_db_manager.h 1.7:
14940: * src/include/pa_request.h 1.108:
14941: * src/include/pa_sql_connection.h 1.18:
14942: * src/include/pa_sql_driver_manager.h 1.15:
14943: * src/include/pa_stylesheet_manager.h 1.3:
14944: * src/main/main.dsp 1.138:
14945: * src/main/pa_charset_manager.C 1.4:
14946: * src/main/pa_common.C 1.84:
14947: * src/main/pa_db_manager.C 1.11:
14948: * src/main/pa_globals.C 1.88:
14949: * src/main/pa_request.C 1.175:
14950: * src/main/pa_sql_driver_manager.C 1.49:
14951: * src/main/pa_status_provider.C 1.1:
14952: * src/main/pa_stylesheet_manager.C 1.2:
14953: * src/types/pa_vstatus.h 1.1:
14954: * src/types/pa_vxnode.C 1.10:
14955: * src/types/types.dsp 1.14:
14956: started status parser class
14957:
14958: * src/main/pa_db_connection.C 1.29:
14959: * src/main/pa_db_table.C 1.12:
14960: parser_multithreaded check was wrong
14961:
14962: * src/main/pa_db_connection.C 1.32:
14963: * src/main/pa_db_manager.C 1.15:
14964: expiration from debug to normal
14965:
14966: 2001-11-01 paf
14967: * src/classes/hash.C 1.26:
14968: * src/classes/op.C 1.54:
14969: * src/types/pa_vmethod_frame.h 1.18:
14970: * src/types/pa_vstring.C 1.12:
14971: * src/types/pa_vstring.h 1.38:
14972: ^foreach[key|value]{body}[[separator]|{separator}]
14973:
14974: * src/classes/hash.C 1.25:
14975: * src/include/pa_hash.h 1.48:
14976: * src/main/pa_hash.C 1.44:
14977: * src/types/pa_vcookie.C 1.31:
14978: ^hash.delete[key]
14979:
14980: * src/classes/math.C 1.8:
14981: * src/include/pa_common.h 1.59:
14982: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
14983:
14984: * src/classes/op.C 1.57:
14985: ^for endless loop check strightened
14986:
14987: * src/Makefile.in 1.34:
14988: * src/classes/Makefile.in 1.31:
14989: * src/include/pa_config_auto.h.in 1.12:
14990: * src/main/Makefile.in 1.26:
14991: * src/targets/Makefile.in 1.24:
14992: * src/targets/apache13/Makefile.in 1.23:
14993: * src/targets/cgi/Makefile.in 1.28:
14994: * src/types/Makefile.in 1.23:
14995: makes
14996:
14997: * src/main/pa_hash.C 1.46:
14998: removed old extra include
14999:
15000: * src/classes/hash.C 1.28:
15001: * src/classes/xdoc.C 1.41:
15002: * src/classes/xnode.C 1.17:
15003: * src/include/pa_hash.h 1.49:
15004: * src/main/pa_hash.C 1.45:
15005: * src/main/pa_request.C 1.174:
15006: * src/types/pa_vhash.h 1.26:
15007: * src/types/pa_vxnode.C 1.9:
15008: hash locking
15009: disabled changing of hash inside of foreach
15010:
15011: * src/classes/hash.C 1.27:
15012: * src/classes/hashfile.C 1.14:
15013: * src/types/pa_vhashfile.C 1.13:
15014: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
15015: prev were hash.foreach
15016:
15017: * src/classes/hash.C 1.29:
15018: * src/classes/op.C 1.56:
15019: * src/main/execute.C 1.202:
15020: changed root behavior in native calls.
15021: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
15022:
15023: * src/classes/op.C 1.55:
15024: detected for var storage bug, fixed. todo:foreach
15025:
15026: 2001-10-31 paf
15027: * src/main/pa_sql_driver_manager.C 1.47:
15028: hiding passwords and addresses from accidental show [imagine
15029: user forgot @exception]
15030:
15031: * src/main/pa_db_connection.C 1.26:
15032: * src/main/pa_sql_driver_manager.C 1.48:
15033: // lockdetector flags
15034: dbenv.lk_detect=DB_LOCK_RANDOM;
15035:
15036: * src/include/pa_opcode.h 1.7:
15037: * src/main/compile.tab.C 1.25:
15038: * src/main/compile.y 1.173:
15039: * src/main/execute.C 1.201:
15040: \ in expression: int divide 10/3=3
15041:
15042: * src/main/pa_common.C 1.81:
15043: typing bug in common - bad ifdeff
15044:
15045: * src/types/pa_vhashfile.h 1.11:
15046: hashfile ^delete to do something only inside of ^cache
15047:
15048: * src/include/pa_threads.h 1.19:
15049: * src/main/pa_db_connection.C 1.25:
15050: * src/main/pa_db_table.C 1.10:
15051: * src/targets/apache13/pa_threads.C 1.2:
15052: * src/targets/cgi/pa_threads.C 1.4:
15053: * src/targets/isapi/pa_threads.C 1.4:
15054: libdb DB_THREAD flag only when really needed
15055:
15056: * src/main/pa_db_connection.C 1.27:
15057: z
15058:
15059: * src/classes/file.C 1.64:
15060: * src/classes/image.C 1.61:
15061: * src/classes/mail.C 1.43:
15062: * src/classes/string.C 1.87:
15063: * src/classes/xnode.C 1.16:
15064: * src/include/pa_common.h 1.58:
15065: * src/main/pa_common.C 1.80:
15066: ^string.save[[append;]path]
15067:
15068: * src/main/compile.C 1.52:
15069: * src/main/pa_common.C 1.83:
15070: completely empty file now considered "read", not ignored [not
15071: perfect trick used]
15072:
15073: * src/classes/table.C 1.129:
15074: ^table.save[[nameless|+append;]path]
15075:
15076: * src/main/pa_common.C 1.82:
15077: simplier common ifdefs
15078:
15079: 2001-10-30 paf
15080: * src/include/pa_common.h 1.57:
15081: * src/main/pa_common.C 1.79:
15082: * src/types/pa_vform.C 1.45:
15083: form post data line endings not reformatted now.
15084:
15085: * src/classes/xdoc.C 1.40:
15086: rolled back {} in xdoc.createTextNode for now
15087:
15088: * src/classes/classes.dsp 1.13:
15089: * src/main/main.dsp 1.137:
15090: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
15091: * src/targets/cgi/parser3.dsp 1.38:
15092: * src/targets/isapi/parser3isapi.dsp 1.29:
15093: * src/types/types.dsp 1.13:
15094: enabled debug incremental compile
15095:
15096: * src/main/pa_db_connection.C 1.24:
15097: * src/main/pa_db_manager.C 1.10:
15098: * src/main/pa_db_table.C 1.9:
15099: * src/main/pa_exec.C 1.16:
15100: * src/main/pa_request.C 1.173:
15101: * src/main/pa_sql_driver_manager.C 1.46:
15102: * src/main/pa_string.C 1.118:
15103: cstr(asis) default param removed
15104:
15105: * src/types/pa_vform.C 1.44:
15106: * src/types/pa_vform.h 1.28:
15107: AppendFormEntry length param now required [had bug when file=
15108: has no value]
15109:
15110: * src/types/pa_vform.C 1.43:
15111: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
15112:
15113: * src/include/pa_dir.h 1.7:
15114: LOAD_DIR fixed
15115:
15116: * src/include/pa_config_fixed.h 1.29:
15117: * src/include/pa_pragma_pack_begin.h 1.1:
15118: * src/include/pa_pragma_pack_end.h 1.1:
15119: * src/include/pa_string.h 1.114:
15120: * src/include/pa_types.h 1.30:
15121: String & Origin packed with #pragma pack
15122:
15123: * src/Makefile.in 1.33:
15124: * src/include/pa_config_auto.h.in 1.11:
15125: pragma detection
15126:
15127: * src/classes/xdoc.C 1.39:
15128: rolled back {} in xdoc.createElement for now
15129:
15130: 2001-10-29 paf
15131: * src/types/pa_wcontext.h 1.20:
15132: bitfield syntax stricter
15133:
15134: * src/include/pa_string.h 1.111:
15135: * src/main/pa_string.C 1.115:
15136: * src/targets/cgi/pa_pool.C 1.27:
15137: debugging memory
15138: String::fused_rows func now
15139:
15140: [Mon Oct 29 17:55:45 2001] total 5917436/158731
15141: [Mon Oct 29 18:11:53 2001] total 5796092/158731
15142:
15143: * src/classes/file.C 1.61:
15144: * src/classes/image.C 1.60:
15145: * src/classes/string.C 1.86:
15146: * src/classes/xdoc.C 1.38:
15147: * src/include/pa_pool.h 1.68:
15148: * src/include/pa_string.h 1.109:
15149: * src/main/execute.C 1.199:
15150: * src/main/pa_array.C 1.41:
15151: * src/main/pa_common.C 1.78:
15152: * src/main/pa_hash.C 1.43:
15153: * src/main/pa_sql_driver_manager.C 1.45:
15154: * src/main/pa_string.C 1.114:
15155: * src/main/untaint.C 1.70:
15156: * src/targets/cgi/pa_pool.C 1.25:
15157: * src/targets/cgi/parser3.C 1.126:
15158: * src/types/pa_vcookie.C 1.30:
15159: * src/types/pa_vstring.h 1.37:
15160: debuggging memory.
15161: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
15162: VString(String&) not copies reference [29M -> 17M]
15163:
15164: * src/include/pa_sql_connection.h 1.17:
15165: SQL_CONNECTION_FUNC_GUARDED name
15166:
15167: * src/targets/isapi/pa_pool.C 1.8:
15168: added isapi&apache real_malloc debug param.someday either ifdef
15169: or remove it
15170:
15171: * src/targets/apache13/pa_pool.C 1.2:
15172: * src/targets/cgi/pa_pool.C 1.30:
15173: * src/targets/cgi/parser3.C 1.127:
15174: removed debug defines
15175:
15176: * src/Makefile.am 1.12:
15177: .am order
15178:
15179: * src/main/pa_sql_driver_manager.C 1.44:
15180: ping to have services [old hiding bug]
15181:
15182: * src/main/untaint.C 1.73:
15183: optimizing returned after debugging
15184:
15185: * src/include/pa_array.h 1.45:
15186: * src/include/pa_charset_manager.h 1.2:
15187: * src/include/pa_db_connection.h 1.15:
15188: * src/include/pa_db_manager.h 1.6:
15189: * src/include/pa_db_table.h 1.7:
15190: * src/include/pa_hash.h 1.46:
15191: * src/include/pa_request.h 1.107:
15192: * src/include/pa_sql_driver_manager.h 1.14:
15193: * src/include/pa_stylesheet_manager.h 1.2:
15194: * src/include/pa_threads.h 1.18:
15195: * src/types/pa_valiased.h 1.15:
15196: * src/types/pa_vhashfile.h 1.10:
15197: * src/types/pa_vstateless_class.h 1.19:
15198: * src/types/pa_wcontext.h 1.18:
15199: gcc 3.0.1 required "friend class"
15200:
15201: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
15202: class Temp_lang'
15203:
15204: * src/include/pa_string.h 1.112:
15205: * src/main/pa_string.C 1.116:
15206: * src/main/untaint.C 1.71:
15207: * src/targets/cgi/pa_pool.C 1.29:
15208: String size_t replace to uint in proper places [todo:Array]
15209:
15210: * src/classes/file.C 1.62:
15211: * src/include/pa_hash.h 1.47:
15212: * src/include/pa_string.h 1.110:
15213: * src/main/pa_globals.C 1.87:
15214: * src/targets/cgi/pa_pool.C 1.26:
15215: debugging memory
15216: hash key ref now
15217:
15218: [Mon Oct 29 16:01:17 2001] total 17050496/202647
15219: [Mon Oct 29 17:11:17 2001] total 16867948/202658
15220:
15221: * src/classes/file.C 1.63:
15222: * src/types/pa_vimage.C 1.13:
15223: image&file couple stack string hash.puts
15224:
15225: * src/main/execute.C 1.200:
15226: * src/targets/cgi/pa_pool.C 1.28:
15227: * src/targets/cgi/parser3.dsp 1.37:
15228: * src/types/pa_wcontext.h 1.19:
15229: * src/types/pa_wwrapper.h 1.13:
15230: debugging memory
15231: WContext
15232: flags to bits
15233:
15234: total 5 652 652/158731
15235: total 5 469 332/158731
15236:
15237: * src/include/pa_sql_connection.h 1.16:
15238: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
15239:
15240: * src/include/pa_exception.h 1.19:
15241: * src/include/pa_sql_connection.h 1.15:
15242: * src/main/pa_exception.C 1.23:
15243: * src/main/pa_sql_driver_manager.C 1.43:
15244: * src/sql/pa_sql_driver.h 1.19:
15245: sql driver impl changed in _throw part.
15246:
15247: the idea is to #1 jump to C++ some function to main body, where
15248: every function stack frame has exception unwind information
15249: and from there... #2 propagate_exception()
15250:
15251: * src/include/pa_array.h 1.46:
15252: * src/main/pa_array.C 1.42:
15253: debugging memory
15254: Array:: without cache in get/put now
15255:
15256: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
15257: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
15258:
15259: * src/include/pa_string.h 1.113:
15260: * src/include/pa_types.h 1.29:
15261: * src/main/pa_string.C 1.117:
15262: * src/main/untaint.C 1.72:
15263: memory hunging
15264: #pragma pack(1)
15265:
15266: 16 419 844
15267: 13 169 394
15268:
15269: 2001-10-28 paf
15270: * src/include/pa_config_auto.h.in 1.10:
15271: * src/include/pa_config_fixed.h 1.28:
15272: * src/include/pa_db_connection.h 1.14:
15273: * src/include/pa_db_manager.h 1.5:
15274: * src/include/pa_db_table.h 1.6:
15275: * src/main/pa_db_connection.C 1.20:
15276: * src/main/pa_db_table.C 1.6:
15277: db2 on linux with DB 2.4.14: (6/2/98)
15278:
15279: * src/main/pa_db_connection.C 1.21:
15280: * src/main/pa_db_table.C 1.8:
15281: exception translation
15282:
15283: * src/main/pa_db_connection.C 1.22:
15284: expire table [was accidently pasted with wrong type/cast]
15285:
15286: * src/classes/Makefile.am 1.30:
15287: * src/classes/Makefile.in 1.30:
15288: * src/targets/apache13/p3runConfigure.in 1.6:
15289: * src/targets/cgi/Makefile.am 1.22:
15290: * src/targets/cgi/Makefile.in 1.27:
15291: db makes. remember to build DB2 with -fexceptions!!!
15292:
15293: * src/main/pa_db_table.C 1.7:
15294: DB_RMW defed
15295:
15296: * src/main/pa_db_connection.C 1.23:
15297: removed old consts
15298:
15299: 2001-10-27 paf
15300: * src/classes/hashfile.C 1.13:
15301: * src/include/pa_db_connection.h 1.13:
15302: * src/include/pa_db_table.h 1.5:
15303: * src/main/pa_db_connection.C 1.19:
15304: * src/main/pa_db_manager.C 1.9:
15305: * src/main/pa_db_table.C 1.5:
15306: * src/main/pa_globals.C 1.86:
15307: * src/types/pa_vhashfile.C 1.12:
15308: DB2 ifdefs
15309:
15310: * src/Makefile.in 1.32:
15311: * src/classes/Makefile.am 1.29:
15312: * src/classes/Makefile.in 1.29:
15313: * src/include/pa_config_fixed.h 1.27:
15314: * src/main/Makefile.am 1.23:
15315: * src/main/Makefile.in 1.25:
15316: * src/targets/Makefile.in 1.23:
15317: * src/targets/apache13/Makefile.in 1.22:
15318: * src/targets/apache13/p3runConfigure.in 1.5:
15319: * src/targets/cgi/Makefile.am 1.21:
15320: * src/targets/cgi/Makefile.in 1.26:
15321: * src/types/Makefile.am 1.12:
15322: * src/types/Makefile.in 1.22:
15323: makes with DB2
15324:
15325: * src/classes/classes.awk 1.4:
15326: no $ in var names
15327:
15328: * src/main/pa_globals.C 1.85:
15329: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
15330: * src/targets/cgi/parser3.dsp 1.36:
15331: * src/targets/isapi/parser3isapi.dsp 1.28:
15332: vc projects libdb ifdefed into globals.C
15333:
15334: * src/main/pa_db_connection.C 1.17:
15335: * src/main/pa_db_manager.C 1.8:
15336: db expiration connection&table [forgotten calls]
15337:
15338: * src/Makefile.in 1.31:
15339: * src/classes/Makefile.in 1.28:
15340: * src/include/pa_config_auto.h.in 1.9:
15341: * src/main/Makefile.am 1.22:
15342: * src/main/Makefile.in 1.24:
15343: * src/targets/Makefile.in 1.22:
15344: * src/targets/apache13/p3runConfigure.in 1.4:
15345: * src/targets/cgi/Makefile.in 1.25:
15346: * src/types/Makefile.am 1.11:
15347: * src/types/Makefile.in 1.21:
15348: makes db
15349:
15350: * src/classes/hashfile.C 1.12:
15351: * src/include/pa_db_connection.h 1.12:
15352: * src/include/pa_db_table.h 1.4:
15353: * src/main/pa_db_connection.C 1.18:
15354: * src/main/pa_db_table.C 1.4:
15355: ^hashfile.clear[]
15356:
15357: 2001-10-26 paf
15358: * src/classes/xdoc.C 1.35:
15359: * src/classes/xdoc.C 1.36:
15360: * src/types/pa_vxdoc.h 1.11:
15361: transform2 for parsed_source
15362:
15363: * src/classes/hashfile.C 1.11:
15364: * src/include/pa_db_connection.h 1.10:
15365: * src/include/pa_db_manager.h 1.4:
15366: * src/include/pa_db_table.h 1.3:
15367: * src/include/pa_hash.h 1.45:
15368: * src/main/pa_db_connection.C 1.13:
15369: * src/main/pa_db_manager.C 1.7:
15370: * src/main/pa_db_table.C 1.3:
15371: * src/main/pa_hash.C 1.42:
15372: * src/types/pa_vhashfile.C 1.11:
15373: * src/types/pa_vhashfile.h 1.9:
15374: db connections & tables now cached at create time & multithreaded
15375:
15376: * src/classes/xdoc.C 1.37:
15377: xdoc createTextNode createElement UL_XML default. but entities
15378: still reparsed. todo: tothink
15379:
15380: * src/classes/hashfile.C 1.10:
15381: * src/include/pa_db_table.h 1.2:
15382: * src/main/pa_db_table.C 1.2:
15383: db: child transaction commit/rollback responsibility left to
15384: parent [as it sould - else there were a bug with double free]
15385:
15386: * src/include/pa_db_connection.h 1.11:
15387: * src/main/pa_db_connection.C 1.15:
15388: * src/main/pa_db_connection.C 1.16:
15389: db checkpoints
15390:
15391: * src/main/pa_db_connection.C 1.12:
15392: about to remove connection from vhashfile
15393:
15394: * src/main/pa_db_connection.C 1.14:
15395: db recover mech 2
15396:
15397: 2001-10-25 paf
15398: * src/classes/hashfile.C 1.9:
15399: * src/include/pa_common.h 1.56:
15400: * src/include/pa_db_connection.h 1.9:
15401: * src/include/pa_db_manager.h 1.3:
15402: * src/include/pa_db_table.h 1.1:
15403: * src/main/main.dsp 1.136:
15404: * src/main/pa_db_connection.C 1.11:
15405: * src/main/pa_db_manager.C 1.6:
15406: * src/main/pa_db_table.C 1.1:
15407: * src/types/pa_vhashfile.C 1.10:
15408: * src/types/pa_vhashfile.h 1.8:
15409: started db_home [multiple, cached]
15410: todo: autorecover [tried, but not succeded, yet]
15411:
15412: * src/include/pa_db_connection.h 1.8:
15413: * src/main/pa_db_manager.C 1.5:
15414: transaction parent passed
15415:
15416: * src/include/pa_dir.h 1.6:
15417: ancient gpf on dir not found fixed
15418:
15419: 2001-10-24 parser
15420: * src/classes/Makefile.am 1.26:
15421: * src/classes/Makefile.am 1.27:
15422: * src/classes/Makefile.am 1.28:
15423: * src/classes/Makefile.in 1.26:
15424: * src/classes/Makefile.in 1.27:
15425: * src/main/Makefile.in 1.23:
15426: * src/targets/cgi/Makefile.am 1.20:
15427: * src/targets/cgi/Makefile.in 1.24:
15428: * src/targets/cgi/pool_storage.h 1.2:
15429: * src/targets/cgi/pool_storage.h 1.3:
15430: makes
15431:
15432: * src/include/pa_db_connection.h 1.6:
15433: * src/main/pa_db_connection.C 1.6:
15434: * src/types/pa_vhashfile.C 1.6:
15435: db_cursor constructor public now
15436:
15437: * src/include/pa_common.h 1.54:
15438: * src/main/Makefile.am 1.21:
15439: * src/main/pa_common.C 1.76:
15440: * src/types/pa_vform.C 1.41:
15441: * src/types/pa_vform.h 1.26:
15442: .am
15443:
15444: * src/classes/hashfile.C 1.7:
15445: * src/include/pa_request.h 1.106:
15446: hashfile.cache 0
15447:
15448: * src/main/pa_db_connection.C 1.7:
15449: * src/types/pa_vhashfile.C 1.7:
15450: db_connection not bothers with key when not returning expired data
15451:
15452: * src/targets/cgi/pool_storage.h 1.4:
15453: * src/targets/isapi/parser3isapi.C 1.56:
15454: * src/targets/isapi/pool_storage.h 1.12:
15455: pool_storage fixed
15456:
15457: * src/include/pa_common.h 1.55:
15458: * src/main/pa_common.C 1.77:
15459: * src/types/pa_vform.C 1.42:
15460: * src/types/pa_vform.h 1.27:
15461: form fix_line_breaks
15462:
15463: * src/types/pa_vhashfile.C 1.8:
15464: * src/types/pa_vhashfile.h 1.6:
15465: hashfile expiring 0
15466:
15467: * src/main/pa_db_connection.C 1.8:
15468: * src/types/pa_vhashfile.C 1.9:
15469: hashfile expiring 1
15470:
15471: * src/classes/hashfile.C 1.6:
15472: * src/include/pa_db_connection.h 1.7:
15473: * src/main/pa_db_connection.C 1.9:
15474: hashfile expired deleted from db when get & iterate
15475:
15476: * src/classes/hashfile.C 1.8:
15477: * src/types/pa_vhashfile.h 1.7:
15478: hashfile 1
15479:
1.24 paf 15480: * src/sql/pa_sql_driver.h 1.18:
15481: version
15482:
1.15 paf 15483: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
15484: * src/targets/isapi/parser3isapi.dsp 1.27:
15485: doc
15486:
15487: * src/include/pa_db_connection.h 1.5:
15488: * src/main/pa_db_connection.C 1.5:
15489: * src/types/pa_vhashfile.C 1.5:
15490: * src/types/pa_vhashfile.h 1.5:
15491: hashfile data stamped, todo: put_element analize
15492:
15493: * src/include/pa_db_connection.h 1.4:
15494: * src/include/pa_string.h 1.108:
15495: * src/main/pa_db_connection.C 1.4:
15496: * src/main/pa_string.C 1.113:
15497: hashfile pieced serialize. todo stamp
15498:
15499: * src/main/pa_db_connection.C 1.10:
15500: * src/main/pa_db_manager.C 1.4:
15501: hashfile setted this:
15502: DB_RMW
15503: 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
15504:
15505: 2001-10-23 parser
15506: * src/classes/file.C 1.60:
15507: * src/classes/hash.C 1.24:
15508: * src/classes/hashfile.C 1.5:
15509: * src/classes/image.C 1.59:
15510: * src/classes/mail.C 1.42:
15511: * src/classes/response.C 1.15:
15512: * src/classes/string.C 1.85:
15513: * src/classes/table.C 1.128:
15514: * src/classes/xdoc.C 1.34:
15515: * src/include/pa_config_fixed.h 1.26:
15516: * src/include/pa_db_connection.h 1.3:
15517: * src/main/pa_common.C 1.75:
15518: * src/main/pa_db_connection.C 1.3:
15519: * src/main/pa_request.C 1.172:
15520: * src/types/pa_value.h 1.76:
15521: * src/types/pa_vcookie.C 1.29:
15522: * src/types/pa_vhash.h 1.25:
15523: * src/types/pa_vhashfile.C 1.4:
15524: * src/types/pa_vhashfile.h 1.4:
15525: * src/types/pa_vresponse.h 1.16:
15526: * src/types/pa_vtable.C 1.8:
15527: ^hashfile.hash[]
15528:
15529: * src/classes/hashfile.C 1.3:
15530: * src/include/pa_db_connection.h 1.2:
15531: * src/include/pa_db_manager.h 1.2:
15532: * src/main/pa_db_connection.C 1.2:
15533: * src/main/pa_db_manager.C 1.2:
15534: * src/types/pa_vhashfile.h 1.3:
15535: ^hashfile.transaction{code}
15536: ^hashfile:clear[filename]
15537: ^hashfile.delete[key]
15538:
15539: * src/classes/hashfile.C 1.4:
15540: * src/classes/xdoc.C 1.33:
15541: * src/include/pa_config_fixed.h 1.25:
15542: * src/main/pa_db_manager.C 1.3:
15543: * src/main/pa_globals.C 1.84:
15544: ifdefs so it compiled without db
15545:
15546: 2001-10-22 parser
15547: * src/classes/classes.dsp 1.12:
15548: * src/classes/hashfile.C 1.2:
15549: * src/classes/xdoc.C 1.32:
15550: * src/classes/xnode.C 1.15:
15551: * src/include/pa_charset_connection.h 1.2:
15552: * src/include/pa_db_connection.h 1.1:
15553: * src/include/pa_db_manager.h 1.1:
15554: * src/include/pa_exception.h 1.18:
15555: * src/include/pa_sapi.h 1.14:
15556: * src/include/pa_sql_connection.h 1.14:
15557: * src/include/pa_sql_driver_manager.h 1.13:
15558: * src/include/pa_stylesheet_connection.h 1.14:
15559: * src/include/pa_stylesheet_manager.h 1.1:
15560: * src/include/pa_xslt_stylesheet_manager.h 1.5:
15561: * src/main/main.dsp 1.135:
15562: * src/main/pa_db_connection.C 1.1:
15563: * src/main/pa_db_manager.C 1.1:
15564: * src/main/pa_exception.C 1.22:
15565: * src/main/pa_globals.C 1.83:
15566: * src/main/pa_pool.C 1.38:
15567: * src/main/pa_sql_driver_manager.C 1.42:
15568: * src/main/pa_stylesheet_manager.C 1.1:
15569: * src/main/pa_xslt_stylesheet_manager.C 1.5:
15570: * src/targets/apache13/mod_parser3.C 1.7:
15571: * src/targets/cgi/parser3.C 1.124:
15572: * src/targets/isapi/parser3isapi.C 1.55:
15573: * src/types/pa_vhashfile.C 1.3:
15574: * src/types/pa_vhashfile.h 1.2:
15575: * src/types/pa_vxdoc.C 1.5:
15576: * src/types/pa_vxnode.C 1.8:
15577: * src/types/types.dsp 1.12:
15578: hashfile 0
15579:
15580: * src/targets/cgi/pa_pool.C 1.24:
15581: * src/targets/cgi/parser3.C 1.125:
15582: * src/targets/cgi/parser3.dsp 1.35:
15583: * src/targets/cgi/pool_storage.h 1.1:
15584: * src/targets/isapi/pool_storage.h 1.11:
15585: cgi += pool cleanups
15586:
15587: * src/targets/apache13/mod_parser3.C 1.5:
15588: * src/targets/isapi/parser3isapi.C 1.54:
15589: SEH minor ifdef changes
15590:
15591: * src/targets/apache13/mod_parser3.C 1.6:
15592: html
15593:
15594: * src/classes/classes.dsp 1.11:
15595: * src/classes/hashfile.C 1.1:
15596: * src/include/pa_config_fixed.h 1.24:
15597: * src/main/execute.C 1.198:
15598: * src/targets/cgi/parser3.dsp 1.34:
15599: * src/types/pa_vhashfile.C 1.1:
15600: * src/types/pa_vhashfile.h 1.1:
15601: * src/types/types.dsp 1.11:
15602: hashfile -100
15603:
15604: * src/include/pa_exception.h 1.17:
15605: * src/include/pa_request.h 1.105:
15606: * src/main/execute.C 1.197:
15607: * src/main/pa_exception.C 1.21:
15608: * src/main/pa_request.C 1.171:
15609: * src/targets/cgi/parser3.C 1.123:
15610: * src/targets/cgi/parser3.dsp 1.33:
15611: * src/types/pa_vclass.h 1.20:
15612: * src/types/pa_vobject.h 1.12:
15613: stack backtrace
15614:
15615: * src/types/pa_vhashfile.C 1.2:
15616: z
15617:
15618: 2001-10-19 parser
15619: * src/main/pa_request.C 1.170:
15620: * src/targets/apache13/mod_parser3.C 1.4:
15621: pool:: context - get_context
15622:
15623: * src/main/pa_pool.C 1.37:
15624: auto compiled on gcc
15625:
15626: * src/classes/classes.h 1.13:
15627: * src/classes/date.C 1.11:
15628: * src/classes/double.C 1.40:
15629: * src/classes/file.C 1.59:
15630: * src/classes/form.C 1.18:
15631: * src/classes/hash.C 1.23:
15632: * src/classes/image.C 1.57:
15633: * src/classes/int.C 1.37:
15634: * src/classes/mail.C 1.41:
15635: * src/classes/math.C 1.7:
15636: * src/classes/op.C 1.53:
15637: * src/classes/string.C 1.84:
15638: * src/classes/table.C 1.127:
15639: * src/classes/void.C 1.12:
15640: * src/include/pa_config_fixed.h 1.22:
15641: * src/include/pa_exception.h 1.15:
15642: * src/include/pa_pool.h 1.64:
15643: * src/include/pa_request.h 1.104:
15644: * src/include/pa_types.h 1.27:
15645: * src/main/compile.C 1.51:
15646: * src/main/compile_tools.C 1.39:
15647: * src/main/execute.C 1.196:
15648: * src/main/pa_array.C 1.40:
15649: * src/main/pa_common.C 1.73:
15650: * src/main/pa_dictionary.C 1.8:
15651: * src/main/pa_exception.C 1.19:
15652: * src/main/pa_exec.C 1.15:
15653: * src/main/pa_pool.C 1.34:
15654: * src/main/pa_request.C 1.169:
15655: * src/main/pa_socks.C 1.7:
15656: * src/main/pa_sql_driver_manager.C 1.41:
15657: * src/main/pa_string.C 1.112:
15658: * src/main/pa_table.C 1.39:
15659: * src/main/untaint.C 1.69:
15660: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
15661: * src/targets/apache13/mod_parser3.C 1.3:
15662: * src/targets/cgi/parser3.C 1.122:
15663: * src/targets/isapi/parser3isapi.C 1.53:
15664: * src/types/pa_value.h 1.75:
15665: * src/types/pa_vbool.h 1.14:
15666: * src/types/pa_vdouble.h 1.27:
15667: * src/types/pa_vfile.h 1.36:
15668: * src/types/pa_vform.C 1.40:
15669: * src/types/pa_vhash.h 1.24:
15670: * src/types/pa_vint.h 1.28:
15671: * src/types/pa_vjunction.h 1.9:
15672: * src/types/pa_vmethod_frame.h 1.17:
15673: * src/types/pa_vstateless_class.h 1.18:
15674: * src/types/pa_vtable.C 1.7:
15675: * src/types/pa_wcontext.C 1.11:
15676: * src/types/pa_wwrapper.h 1.12:
15677: switched to c++ exceptions 0
15678:
15679: * src/Makefile.in 1.30:
15680: * src/classes/Makefile.in 1.25:
15681: * src/include/pa_pool.h 1.66:
15682: * src/main/Makefile.in 1.22:
15683: * src/main/pa_common.C 1.74:
15684: * src/targets/Makefile.in 1.21:
15685: * src/targets/apache13/Makefile.in 1.21:
15686: * src/targets/cgi/Makefile.in 1.23:
15687: * src/types/Makefile.in 1.20:
15688: makes
15689:
15690: * src/include/pa_pool.h 1.67:
15691: header
15692:
15693: * src/classes/xdoc.C 1.30:
15694: * src/classes/xnode.C 1.13:
15695: * src/include/pa_pool.h 1.65:
15696: * src/include/pa_types.h 1.28:
15697: * src/main/pa_pool.C 1.36:
15698: first c++ exceptions result: can free up xalandomstring
15699: resulting from pool::transcode
15700:
15701: * src/classes/classes.awk 1.3.6.1:
15702: $ removed
15703:
15704: * src/classes/Makefile.am 1.25:
15705: * src/classes/xdoc.C 1.29:
15706: * src/classes/xnode.C 1.12:
15707: * src/include/pa_config_fixed.h 1.23:
15708: * src/include/pa_exception.h 1.16:
15709: * src/include/pa_stylesheet_connection.h 1.13:
15710: * src/main/pa_charset_connection.C 1.10:
15711: * src/main/pa_exception.C 1.20:
15712: * src/main/pa_pool.C 1.35:
15713: * src/types/pa_vxdoc.C 1.3:
15714: * src/types/pa_vxdoc.h 1.9:
15715: * src/types/pa_vxnode.C 1.6:
15716: * src/types/pa_vxnode.h 1.6:
15717: switched to c++ exceptions 1xml
15718: configure fixed to exclude xalan-patch from non-xml compile
15719:
15720: * src/classes/xdoc.C 1.31:
15721: * src/classes/xnode.C 1.14:
15722: * src/classes/xnode.h 1.3:
15723: * src/types/pa_vxdoc.C 1.4:
15724: * src/types/pa_vxdoc.h 1.10:
15725: * src/types/pa_vxnode.C 1.7:
15726: * src/types/pa_vxnode.h 1.7:
15727: xnode clone got freed
15728:
15729: * src/classes/image.C 1.58:
15730: comment
15731:
15732: 2001-10-18 parser
15733: * src/classes/xdoc.C 1.28:
15734: * src/types/pa_vxdoc.h 1.8:
15735: * src/types/pa_vxnode.C 1.5:
15736: vxdoc set_document & ctor question "who owns document" solved
15737:
15738: * src/classes/xdoc.C 1.26:
15739: * src/classes/xnode.C 1.11:
15740: * src/include/pa_pool.h 1.63:
15741: * src/main/pa_pool.C 1.32:
15742: encoding in dom creating funcs
15743:
15744: * src/include/pa_stylesheet_connection.h 1.12:
15745: prev stylesheet destroyed @ recompile
15746:
15747: * src/classes/xdoc.C 1.22:
15748: comment
15749:
15750: * src/classes/xdoc.C 1.21:
15751: * src/classes/xnode.C 1.10:
15752: * src/main/compile.tab.C 1.24:
15753: xdoc create now uses XercesDocumentBridge, appendChild&co now works
15754:
15755: * src/classes/xdoc.C 1.27:
15756: * src/main/pa_pool.C 1.33:
15757: extra free removed
15758:
15759: * src/classes/xdoc.C 1.24:
15760: * src/classes/xdoc.C 1.25:
15761: * src/types/pa_vxdoc.h 1.7:
15762: dom created by create can be transformed now
15763:
15764: * src/classes/xdoc.C 1.23:
15765: z
15766:
15767: * src/types/pa_vcookie.C 1.28:
15768: cookie:CLASS
15769:
15770: * src/classes/classes.dsp 1.10:
15771: * src/classes/xdoc.C 1.19:
15772: * src/types/types.dsp 1.10:
15773: fiew leechy-found bugs in code&doc fixed
15774:
15775: * src/classes/xdoc.C 1.20:
15776: * src/classes/xnode.C 1.9:
15777: xdoc::create[] now. and all dom tag names forced to XML lang
15778:
15779: * src/main/main.dsp 1.134:
15780: project
15781:
15782: * src/main/compile.tab.C 1.23:
15783: * src/main/compile.y 1.172:
15784: * src/main/pa_request.C 1.168:
15785: ^:
15786: no colon in $origin @exception[
15787:
15788: 2001-10-17 parser
15789: * src/types/pa_vimage.h 1.21:
15790: removed unused vimage::save
15791:
15792: * src/classes/classes.dsp 1.9:
15793: * src/classes/string.C 1.83:
15794: * src/main/pa_string.C 1.111:
15795: * src/types/pa_vxnode.h 1.5:
15796: * src/types/types.dsp 1.9:
15797: string::mid fixed, string.mid n functionality preserved
15798:
15799: 2001-10-16 parser
15800: * src/classes/classes.dsp 1.8:
15801: * src/main/main.dsp 1.133:
15802: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
15803: * src/targets/cgi/parser3.dsp 1.32:
15804: * src/targets/isapi/parser3isapi.dsp 1.26:
15805: * src/types/types.dsp 1.8:
15806: ident >nul 2>&1
15807:
1.28 paf 15808: * src/classes/xnode.C 1.7:
15809: * src/classes/xnode.C 1.8:
15810: removed few dom returns & changed op.txt
15811:
15812: * src/classes/image.C 1.54:
15813: gd size/resize bugfix
1.15 paf 15814:
1.28 paf 15815: * src/classes/image.C 1.55:
15816: :CopyResampled made gd2beta+my hands, very ineffective, but
15817: works for small paleted image
1.15 paf 15818:
15819: * src/classes/string.C 1.82:
15820: * src/main/pa_string.C 1.110:
15821: $string.mid(p[;n])
15822:
1.28 paf 15823: * src/classes/image.C 1.56:
15824: image.copy tolerance
15825:
15826: * src/types/pa_vhash.h 1.23:
15827: * src/types/pa_vtable.h 1.34:
15828: hash can be used as boolean
15829:
1.15 paf 15830: * src/main/pa_common.C 1.72:
15831: \r\n -> \n DOS
15832: \r -> \n Macintosh
15833: on all systems
15834:
15835: * src/classes/image.C 1.53:
15836: * src/types/pa_vimage.h 1.20:
15837: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
15838: ;dest h]])
15839:
1.28 paf 15840: * src/types/pa_vimage.C 1.12:
15841: comment
15842:
1.15 paf 15843: 2001-10-15 parser
15844: * src/Makefile.in 1.29:
15845: * src/types/pa_vcode_frame.h 1.11:
15846: * src/types/pa_wcontext.C 1.10:
15847: code_frame fixed - ::write badly passed string too
15848: transparently [failed to intercept it]
15849:
15850: * src/types/pa_vxnode.C 1.4:
15851: document_type_node.
15852: !readonly attribute DOMString name
15853: !notation_node.
15854: !readonly attribute DOMString publicId
15855: !readonly attribute DOMString systemId
15856:
15857: * src/classes/xdoc.C 1.16:
15858: * src/classes/xnode.C 1.6:
15859: * src/include/pa_config_fixed.h 1.21:
15860: * src/include/pa_request.h 1.103:
15861: * src/main/pa_sql_driver_manager.C 1.40:
15862: * src/types/pa_vxdoc.C 1.2:
15863: * src/types/pa_vxdoc.h 1.6:
15864: * src/types/pa_vxnode.C 1.3:
15865: * src/types/pa_vxnode.h 1.4:
15866: DOM1 major addtion, only few attributes/methods left
15867:
15868: * src/main/execute.C 1.195:
15869: z
15870:
15871: * src/classes/xdoc.C 1.17:
15872: * src/classes/xdoc.C 1.18:
15873: !::create{qualifiedName}
15874:
15875: 2001-10-13 parser
15876: * src/main/execute.C 1.194:
15877: * src/types/pa_vcode_frame.h 1.9:
15878: vcodeframe made transparent enough to handle hash if creation&passing
15879:
15880: * src/include/pa_config_fixed.h 1.20:
15881: * src/main/execute.C 1.193:
15882: * src/main/pa_exception.C 1.18:
15883: noticed that vcodeframe not transparent enough, would change now
15884:
15885: * src/types/pa_vcode_frame.h 1.10:
15886: couple comments
15887:
15888: * src/targets/isapi/pool_storage.h 1.10:
15889: isapi pool storage reverse cleanups & frees order
15890:
15891: * src/main/pa_sql_driver_manager.C 1.39:
15892: * src/targets/cgi/parser3.C 1.121:
15893: * src/targets/isapi/parser3isapi.C 1.52:
15894: isapi&cgi couple non-pooled mallocs in main handler
15895:
15896: 2001-10-12 parser
15897: * src/classes/double.C 1.39:
15898: * src/classes/int.C 1.36:
15899: * src/classes/string.C 1.81:
15900: sql{}[$.default[({})]] handling changed:
15901: now type of default param analized always, not only at problem time,
15902: thus helping early problem spotting
15903:
15904: * src/classes/classes.dsp 1.7:
15905: * src/classes/xdoc.C 1.15:
15906: * src/main/compile.tab.C 1.22:
15907: * src/main/main.dsp 1.132:
15908: * src/main/pa_globals.C 1.82:
15909: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
15910: * src/targets/apache13/mod_parser3.C 1.2:
15911: * src/targets/cgi/parser3.C 1.120:
15912: * src/targets/cgi/parser3.dsp 1.31:
15913: * src/targets/isapi/parser3isapi.C 1.50:
15914: * src/targets/isapi/parser3isapi.C 1.51:
15915: * src/targets/isapi/parser3isapi.dsp 1.25:
15916: * src/types/types.dsp 1.7:
15917: xalan&xerces multithread bug fixed. initialization&free on each
15918: thread!
15919:
15920: 2001-10-11 parser
15921: * src/targets/apache13/Makefile.am 1.6:
15922: started restructuring
15923:
15924: * src/Makefile.in 1.25:
15925: * src/Makefile.in 1.26:
15926: * src/Makefile.in 1.28:
15927: * src/classes/Makefile.in 1.22:
15928: * src/classes/Makefile.in 1.23:
15929: * src/include/pa_config_auto.h.in 1.8:
15930: * src/main/Makefile.in 1.20:
15931: * src/main/Makefile.in 1.21:
15932: * src/targets/Makefile.in 1.19:
15933: * src/targets/Makefile.in 1.20:
15934: * src/targets/apache13/Makefile.in 1.19:
15935: * src/targets/apache13/Makefile.in 1.20:
15936: * src/targets/apache13/p3runConfigure.in 1.3:
15937: * src/targets/cgi/Makefile.in 1.21:
15938: * src/targets/cgi/Makefile.in 1.22:
15939: * src/types/Makefile.in 1.18:
15940: * src/types/Makefile.in 1.19:
15941: makes
15942:
15943: * src/classes/xnode.C 1.5:
15944: xnode.selectSingle now
15945:
15946: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
15947: .dsp fixed due to relocate
15948:
15949: * src/classes/xdoc.C 1.14:
15950: * src/classes/xnode.C 1.4:
15951: * src/include/pa_exception.h 1.14:
15952: * src/include/pa_pool.h 1.62:
15953: * src/include/pa_stylesheet_connection.h 1.11:
15954: * src/main/pa_exception.C 1.17:
15955: * src/main/pa_pool.C 1.31:
15956: moved xslt exceptions convertors out of Pool into Exception
15957:
15958: * src/Makefile.in 1.27:
15959: * src/classes/Makefile.in 1.24:
15960: makes. stdc++ lib added to apache libraries
15961:
15962: * src/classes/hash.C 1.22:
15963: !^hash.add[addme]
15964: !^hash.sub[subme]
15965: !^a.union[b] = new
15966: !^a.intersection[b] = new
15967: !^a.intersects[b] = bool
15968:
15969: * src/main/pa_string.C 1.109:
15970: const
15971:
15972: * src/classes/hash.C 1.20:
15973: * src/types/pa_vhash.h 1.22:
15974: !^hash::create[[copy_from]]
15975:
15976: * src/targets/apache13/Makefile.am 1.7:
15977: * src/targets/apache13/p3runConfigure.in 1.2:
15978: added
15979:
1.28 paf 15980: * src/classes/hash.C 1.21:
15981: !^hash::append[append_from]
15982:
1.15 paf 15983: * src/include/pa_string.h 1.107:
15984: * src/main/pa_string.C 1.108:
15985: restructured string: linked pieces of same language together
15986: prior to String::replace
15987:
15988: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
15989: * src/targets/apache13/mod_parser3.C 1.1:
15990: * src/targets/apache13/p3runConfigure.in 1.1:
15991: * src/targets/apache13/pa_pool.C 1.1:
15992: * src/targets/apache13/pa_threads.C 1.1:
15993: restructured
15994:
15995: * src/classes/string.C 1.80:
15996: * src/classes/table.C 1.126:
15997: * src/include/pa_globals.h 1.67:
15998: * src/include/pa_string.h 1.106:
15999: * src/main/pa_globals.C 1.81:
16000: * src/main/pa_string.C 1.107:
16001: * src/main/untaint.C 1.68:
16002: * src/types/pa_vvoid.h 1.5:
16003: untaint lang origins table fixed.
16004: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
16005:
16006: 2001-10-10 parser
16007: * src/main/compile.tab.C 1.19:
16008: * src/main/compile.y 1.170:
16009: ^a[^b] more informative compile error
16010:
16011: * src/main/compile.tab.C 1.20:
16012: * src/main/compile.y 1.171:
16013: ^a[
16014:
16015: @next_method << now unclosed ] would be reported here
16016:
16017: * src/classes/op.C 1.52:
16018: * src/main/compile.tab.C 1.21:
16019: ^error[msg]
16020:
16021: 2001-10-09 parser
16022: * src/classes/classes.dsp 1.6:
16023: * src/classes/xdoc.C 1.13:
16024: * src/include/pa_stylesheet_connection.h 1.10:
16025: * src/main/main.dsp 1.131:
16026: * src/targets/cgi/parser3.C 1.118:
16027: * src/targets/isapi/parser3isapi.C 1.48:
16028: * src/types/pa_vxdoc.h 1.5:
16029: * src/types/pa_vxnode.h 1.3:
16030: * src/types/types.dsp 1.6:
16031: xalan patches starting
16032:
16033: * src/classes/op.C 1.49:
16034: * src/classes/table.C 1.121:
16035: * src/types/pa_vfile.h 1.35:
16036: * src/types/pa_vimage.h 1.19:
16037: * src/types/pa_vjunction.h 1.8:
16038: * src/types/pa_vxdoc.h 1.4:
16039: * src/types/pa_vxnode.h 1.2:
16040: table:menu & op for delims made allowed not to be code [be
16041: string..]
16042:
16043: * src/Makefile.in 1.23:
16044: * src/Makefile.in 1.24:
16045: * src/classes/Makefile.am 1.23:
16046: * src/classes/Makefile.am 1.24:
16047: * src/classes/Makefile.in 1.20:
16048: * src/classes/Makefile.in 1.21:
16049: * src/main/Makefile.am 1.20:
16050: * src/main/Makefile.in 1.18:
16051: * src/main/Makefile.in 1.19:
16052: * src/targets/Makefile.in 1.17:
16053: * src/targets/Makefile.in 1.18:
16054: * src/targets/apache13/Makefile.in 1.17:
16055: * src/targets/apache13/Makefile.in 1.18:
16056: * src/targets/cgi/Makefile.am 1.19:
16057: * src/targets/cgi/Makefile.in 1.19:
16058: * src/targets/cgi/Makefile.in 1.20:
16059: * src/types/Makefile.am 1.10:
16060: * src/types/Makefile.in 1.16:
16061: * src/types/Makefile.in 1.17:
16062: makes
16063:
16064: * src/targets/cgi/parser3.C 1.119:
16065: * src/targets/isapi/parser3isapi.C 1.49:
16066: xml transform win32 errors intercepted [xalan transformer
16067: patched and incorporated]
16068:
16069: * src/classes/double.C 1.38:
16070: * src/classes/file.C 1.58:
16071: * src/classes/image.C 1.52:
16072: * src/classes/int.C 1.35:
16073: * src/classes/op.C 1.48:
16074: * src/classes/string.C 1.78:
16075: * src/classes/table.C 1.120:
16076: lots of params->as_int/double/as_string/as_junction
16077: as_no_junction messages added
16078:
16079: * src/classes/op.C 1.51:
16080: * src/classes/table.C 1.123:
16081: table.hash[key field;value field(s) string/table] now
16082:
16083: * src/classes/op.C 1.50:
16084: * src/classes/table.C 1.122:
16085: z
16086:
16087: * src/classes/date.C 1.10:
16088: * src/classes/table.C 1.124:
16089: calendar moved to date
16090:
16091: * src/classes/string.C 1.79:
16092: * src/classes/table.C 1.125:
16093: ^string.save[file]
16094:
16095: 2001-10-08 parser
16096: * src/classes/image.C 1.49:
16097: * src/types/pa_vcookie.C 1.27:
16098: * src/types/pa_vimage.C 1.11:
16099: image:sector
16100: removed image:html internal "line-*" attribs
16101:
1.28 paf 16102: * src/types/pa_vcookie.C 1.25:
16103: removing cookie made more netscape-like way
16104:
1.15 paf 16105: * src/classes/file.C 1.57:
16106: * src/classes/form.C 1.17:
16107: * src/main/pa_common.C 1.70:
16108: * src/main/untaint.C 1.67:
16109: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
16110: nonforced [only tainted pieces]
16111:
1.28 paf 16112: * src/classes/xdoc.C 1.12:
16113: xdoc:load exceptions intercepted [like in set]
16114:
1.15 paf 16115: * src/classes/image.C 1.50:
16116: image:circle [and round arc] uses Bresenham
16117:
16118: * src/main/untaint.C 1.65:
16119: \r to ' ' in origins mode
16120:
16121: * src/classes/date.C 1.9:
16122: * src/classes/image.C 1.51:
16123: * src/classes/string.C 1.77:
16124: * src/classes/table.C 1.119:
16125: * src/classes/void.C 1.11:
16126: * src/include/pa_request.h 1.102:
16127: params->as_int/double message added
16128:
16129: * src/classes/xdoc.C 1.11:
16130: * src/include/pa_config_fixed.h 1.19:
16131: * src/main/compile.tab.C 1.18:
16132: * src/types/pa_vxdoc.h 1.3:
16133: parsedSource produced by nonstandard liaison freed up
16134:
1.28 paf 16135: * src/classes/image.C 1.48:
16136: * src/include/pa_common.h 1.53:
16137: * src/main/pa_common.C 1.71:
16138: * src/types/pa_vcookie.C 1.26:
16139: cookie urlencoded [netscape doc reread]
16140:
1.15 paf 16141: * src/include/pa_common.h 1.52:
16142: * src/main/pa_common.C 1.69:
16143: * src/main/untaint.C 1.66:
16144: * src/targets/cgi/parser3.C 1.117:
16145: * src/targets/isapi/parser3isapi.C 1.47:
16146: remove_crlf @ SAPI::log
16147:
16148: 2001-10-07 parser
16149: * src/include/pa_config_fixed.h 1.18:
16150: * src/main/compile.tab.C 1.17:
16151: restored project
16152:
16153: 2001-10-05 parser
16154: * src/classes/xdoc.C 1.9:
16155: * src/include/pa_dictionary.h 1.6:
16156: * src/main/main.dsp 1.129:
16157: * src/main/pa_dictionary.C 1.7:
16158: * src/main/pa_string.C 1.106:
16159: * src/types/pa_vxdoc.h 1.2:
16160: started xml errorhandler.
16161: fixed string.replace a little, read @test
16162:
16163: * src/main/pa_charset_connection.C 1.7:
16164: unicode zero pair at the beging of totable appered to be vital
16165:
16166: * src/classes/xdoc.C 1.8:
16167: * src/main/compile.tab.C 1.16:
16168: xdoc.transform now
16169:
16170: * src/doc/doxygen.cfg 1.18:
16171: * src/doc/html2chm.cmd 1.4:
16172: * src/doc/sources2html.cmd 1.4:
16173: paths
16174:
16175: * src/classes/xdoc.C 1.10:
16176: * src/include/pa_pool.h 1.61:
16177: * src/main/main.dsp 1.130:
16178: * src/main/pa_pool.C 1.30:
16179: changed xdoc:set to prevent SAXParseException from outputing to cerr.
16180: lots of "todos"
16181:
16182: * src/main/pa_charset_connection.C 1.8:
16183: * src/main/pa_charset_connection.C 1.9:
16184: ctype another mem clear bugfix
16185:
16186: * src/main/untaint.C 1.64:
16187: http_header tainting more gentle with enquoting now
16188:
16189: * src/main/pa_string.C 1.105:
16190: found replace bug - first_that_starts(char *) does not have
16191: limit, and looks further eos, fixing....
16192:
16193: * src/include/pa_hash.h 1.44:
16194: * src/main/pa_hash.C 1.41:
16195: Hash::size() calculated wrong. fixed it
16196:
16197: * src/Makefile.in 1.22:
16198: * src/main/compile.tab.C 1.15:
16199: * src/main/compile.y 1.169:
16200: disabled ^literals in names
16201: $result[^[$p^]z]
16202: now works fine
16203:
16204: 2001-10-04 parser
16205: * src/classes/image.C 1.47:
16206: ^image.length[text]
16207:
16208: 2001-10-03 parser
16209: * src/main/pa_request.C 1.166:
16210: restored pcre defaulting in request [mindlessly "optimized" yesterday]
16211: comment left
16212:
16213: * src/main/pa_request.C 1.167:
16214: DEFAULT...charset was ignored when !XML
16215:
16216: 2001-10-02 parser
16217: * src/include/pa_request.h 1.101:
16218: * src/main/pa_charset_connection.C 1.4:
16219: * src/main/pa_charset_connection.C 1.5:
16220: * src/main/pa_request.C 1.165:
16221: * src/types/pa_vstring.h 1.36:
16222: pcre tables now const inside
16223: removed default - pcre handles that internally
16224: fixed bug on not-cleaning tables [previously was calloced, now member]
16225:
16226: * src/Makefile.in 1.21:
16227: * src/classes/Makefile.in 1.19:
16228: * src/main/Makefile.in 1.17:
16229: * src/targets/Makefile.in 1.16:
16230: * src/targets/apache13/Makefile.in 1.16:
16231: * src/targets/cgi/Makefile.in 1.18:
16232: * src/types/Makefile.in 1.15:
16233: makes
16234:
16235: * src/include/pa_config_fixed.h 1.17:
16236: * src/main/pa_charset_connection.C 1.3:
16237: tested charset reload on file change @ apache version = OK
16238: tested freeing up prev encoding on adding new = OK
16239:
16240: * src/classes/table.C 1.117:
16241: * src/main/pa_charset_connection.C 1.6:
16242: table:load & charset_connection
16243: #comment now
16244:
16245: * src/classes/classes.dsp 1.5:
16246: * src/types/types.dsp 1.5:
16247: release projects options fixed to use release msvcrt lib
16248:
16249: * src/include/pa_pool.h 1.60:
16250: * src/include/pa_stylesheet_connection.h 1.8:
16251: * src/include/pa_stylesheet_connection.h 1.9:
16252: * src/main/pa_charset_manager.C 1.2:
16253: * src/main/pa_charset_manager.C 1.3:
16254: * src/main/pa_pool.C 1.29:
16255: * src/types/pa_vresponse.h 1.15:
16256: forgot non-xml pool.*charset needed
16257:
16258: * src/classes/table.C 1.118:
16259: # config comments fixed
16260:
16261: 2001-10-01 parser
16262: * src/include/pa_charset_connection.h 1.1:
16263: * src/include/pa_charset_manager.h 1.1:
16264: * src/include/pa_xslt_stylesheet_manager.h 1.4:
16265: * src/main/main.dsp 1.128:
16266: * src/main/pa_charset_connection.C 1.1:
16267: * src/main/pa_charset_manager.C 1.1:
16268: * src/main/pa_request.C 1.164:
16269: charset loading & caching mech 0
16270:
16271: * src/include/pa_stylesheet_connection.h 1.7:
16272: * src/include/pa_xslt_stylesheet_manager.h 1.3:
16273: * src/main/main.dsp 1.127:
16274: * src/main/pa_globals.C 1.80:
16275: * src/main/pa_request.C 1.163:
16276: would make charset loading & caching mech now
16277:
16278: * src/main/pa_charset_connection.C 1.2:
16279: removed entitify external hack [internal installed]
16280:
16281: * src/main/Makefile.am 1.19:
16282: * src/main/Makefile.in 1.16:
16283: makes+removed dtd
16284:
16285: 2001-09-30 parser
16286: * src/classes/xdoc.C 1.7:
16287: * src/include/pa_request.h 1.100:
16288: * src/main/pa_request.C 1.159:
16289: ctype with unicode 1. todo: no П entities on output somehow
16290:
16291: * src/include/pa_globals.h 1.66:
16292: * src/main/pa_globals.C 1.79:
16293: * src/main/pa_request.C 1.160:
16294: now charsets table configuration variable is: CHARSETS
16295:
16296: * src/main/pa_request.C 1.162:
16297: forgot to fill toTable
16298:
16299: * src/classes/file.C 1.56:
16300: * src/classes/op.C 1.47:
16301: * src/classes/string.C 1.76:
16302: * src/include/pa_request.h 1.99:
16303: * src/main/pa_request.C 1.158:
16304: started ctype with unicode values
16305:
16306: * src/include/pa_config_fixed.h 1.16:
16307: * src/main/pa_request.C 1.161:
16308: started hack_s_maximumCharacterValues to
16309: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
16310:
16311: 2001-09-28 parser
16312: * src/classes/xdoc.C 1.5:
16313: * src/classes/xnode.C 1.3:
16314: xdoc addencoding works! invented a way of user-configuring...
16315: todo: implement
16316:
16317: * src/classes/mail.C 1.40:
16318: * src/classes/op.C 1.46:
16319: * src/classes/xdoc.C 1.6:
16320: * src/include/pa_stylesheet_connection.h 1.6:
16321: * src/main/pa_request.C 1.157:
16322: letter body string passed AS-IS now
16323:
16324: 2001-09-27 parser
16325: * src/classes/classes.dsp 1.4:
16326: * src/classes/xdoc.C 1.3:
16327: * src/main/main.dsp 1.126:
16328: * src/targets/cgi/parser3.dsp 1.30:
16329: * src/targets/isapi/parser3isapi.dsp 1.23:
16330: * src/types/types.dsp 1.4:
16331: win32 ident make system so not to rebuild library [ident.C.new]
16332:
16333: * src/classes/table.C 1.116:
16334: table.sort changed to sort table itself
16335:
16336: * src/classes/xdoc.C 1.4:
16337: * src/targets/isapi/parser3isapi.dsp 1.24:
16338: X^.getElementsByTagName[tagname] = array of xnode
16339: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
16340: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
16341:
16342: win32build system: solved long waiting anti-non-started-apache problem
16343:
16344: 2001-09-26 parser
16345: * src/Makefile.am 1.11:
16346: * src/classes/Makefile.am 1.22:
16347: * src/classes/Makefile.in 1.18:
16348: * src/main/Makefile.am 1.18:
16349: * src/main/Makefile.in 1.15:
16350: * src/targets/Makefile.in 1.15:
16351: * src/targets/apache13/Makefile.in 1.15:
16352: * src/targets/cgi/Makefile.am 1.18:
16353: * src/targets/cgi/Makefile.in 1.17:
16354: * src/types/Makefile.am 1.9:
16355: * src/types/Makefile.in 1.14:
16356: makes with clases.awk
16357:
16358: * src/include/pa_config_fixed.h 1.14:
16359: * src/targets/cgi/parser3.C 1.114:
16360: * src/targets/isapi/parser3isapi.C 1.45:
16361: #ifdef SMTP
16362:
16363: * src/classes/classes.C 1.9:
16364: * src/classes/classes.awk 1.3:
16365: * src/classes/classes.dsp 1.1:
16366: * src/classes/classes.h 1.12:
16367: * src/classes/date.C 1.8:
16368: * src/classes/dnode.C 1.6:
16369: * src/classes/dnode.h 1.2:
16370: * src/classes/dom.C 1.35:
16371: * src/classes/double.C 1.37:
16372: * src/classes/file.C 1.55:
16373: * src/classes/form.C 1.16:
16374: * src/classes/hash.C 1.19:
16375: * src/classes/image.C 1.46:
16376: * src/classes/int.C 1.34:
16377: * src/classes/mail.C 1.39:
16378: * src/classes/math.C 1.6:
16379: * src/classes/op.C 1.45:
16380: * src/classes/response.C 1.14:
16381: * src/classes/string.C 1.75:
16382: * src/classes/table.C 1.115:
16383: * src/classes/void.C 1.10:
16384: * src/include/pa_array.h 1.44:
16385: * src/include/pa_common.h 1.51:
16386: * src/include/pa_config_fixed.h 1.13:
16387: * src/include/pa_config_includes.h 1.11:
16388: * src/include/pa_dictionary.h 1.5:
16389: * src/include/pa_dir.h 1.5:
16390: * src/include/pa_exception.h 1.13:
16391: * src/include/pa_exec.h 1.3:
16392: * src/include/pa_globals.h 1.65:
16393: * src/include/pa_request.h 1.98:
16394: * src/include/pa_sapi.h 1.13:
16395: * src/include/pa_socks.h 1.4:
16396: * src/include/pa_sql_connection.h 1.13:
16397: * src/include/pa_sql_driver_manager.h 1.12:
16398: * src/include/pa_stack.h 1.10:
16399: * src/include/pa_string.h 1.105:
16400: * src/include/pa_stylesheet_connection.h 1.5:
16401: * src/include/pa_table.h 1.35:
16402: * src/include/pa_threads.h 1.17:
16403: * src/include/pa_types.h 1.26:
16404: * src/include/pa_xslt_stylesheet_manager.h 1.2:
16405: * src/main/compile.C 1.50:
16406: * src/main/compile.y 1.168:
16407: * src/main/compile_tools.C 1.38:
16408: * src/main/compile_tools.h 1.50:
16409: * src/main/execute.C 1.192:
16410: * src/main/main.dsp 1.124:
16411: * src/main/pa_array.C 1.39:
16412: * src/main/pa_common.C 1.68:
16413: * src/main/pa_dictionary.C 1.6:
16414: * src/main/pa_dir.C 1.7:
16415: * src/main/pa_exception.C 1.16:
16416: * src/main/pa_exec.C 1.14:
16417: * src/main/pa_globals.C 1.78:
16418: * src/main/pa_hash.C 1.40:
16419: * src/main/pa_pool.C 1.28:
16420: * src/main/pa_request.C 1.156:
16421: * src/main/pa_socks.C 1.6:
16422: * src/main/pa_sql_driver_manager.C 1.38:
16423: * src/main/pa_string.C 1.104:
16424: * src/main/pa_table.C 1.38:
16425: * src/main/pa_xslt_stylesheet_manager.C 1.4:
16426: * src/main/untaint.C 1.63:
16427: * src/sql/pa_sql_driver.h 1.17:
16428: * src/targets/cgi/pa_pool.C 1.23:
16429: * src/targets/cgi/pa_threads.C 1.3:
16430: * src/targets/cgi/parser3.C 1.113:
16431: * src/targets/cgi/parser3.dsp 1.29:
16432: * src/targets/isapi/pa_pool.C 1.7:
16433: * src/targets/isapi/pa_threads.C 1.3:
16434: * src/targets/isapi/parser3isapi.C 1.44:
16435: * src/targets/isapi/parser3isapi.dsp 1.22:
16436: * src/targets/isapi/pool_storage.h 1.9:
16437: * src/types/pa_valiased.C 1.10:
16438: * src/types/pa_valiased.h 1.14:
16439: * src/types/pa_value.h 1.74:
16440: * src/types/pa_vbool.h 1.13:
16441: * src/types/pa_vclass.h 1.19:
16442: * src/types/pa_vcode_frame.h 1.8:
16443: * src/types/pa_vcookie.C 1.24:
16444: * src/types/pa_vcookie.h 1.12:
16445: * src/types/pa_vdate.h 1.5:
16446: * src/types/pa_vdnode.C 1.8:
16447: * src/types/pa_vdnode.h 1.3:
16448: * src/types/pa_vdom.C 1.3:
16449: * src/types/pa_vdom.h 1.14:
16450: * src/types/pa_vdouble.h 1.26:
16451: * src/types/pa_venv.h 1.17:
16452: * src/types/pa_vfile.C 1.22:
16453: * src/types/pa_vfile.h 1.34:
16454: * src/types/pa_vform.C 1.39:
16455: * src/types/pa_vform.h 1.25:
16456: * src/types/pa_vimage.C 1.10:
16457: * src/types/pa_vimage.h 1.18:
16458: * src/types/pa_vint.h 1.27:
16459: * src/types/pa_vjunction.h 1.7:
16460: * src/types/pa_vmath.h 1.3:
16461: * src/types/pa_vmethod_frame.h 1.16:
16462: * src/types/pa_vobject.h 1.11:
16463: * src/types/pa_vrequest.C 1.10:
16464: * src/types/pa_vrequest.h 1.11:
16465: * src/types/pa_vresponse.h 1.14:
16466: * src/types/pa_vstateless_class.C 1.10:
16467: * src/types/pa_vstateless_class.h 1.17:
16468: * src/types/pa_vstateless_object.h 1.11:
16469: * src/types/pa_vstring.C 1.11:
16470: * src/types/pa_vstring.h 1.35:
16471: * src/types/pa_vtable.C 1.6:
16472: * src/types/pa_vtable.h 1.33:
16473: * src/types/pa_vvoid.h 1.4:
16474: * src/types/pa_wcontext.C 1.9:
16475: * src/types/pa_wcontext.h 1.17:
16476: * src/types/pa_wwrapper.h 1.11:
16477: * src/types/types.dsp 1.1:
16478: added ident.awk and main.dsp splitted to main+classes+types
16479: along to .am
16480:
16481: * src/classes/classes.dsp 1.2:
16482: * src/classes/dnode.C 1.7:
16483: * src/classes/dnode.h 1.3:
16484: * src/classes/dom.C 1.36:
16485: * src/classes/xdoc.C 1.1:
16486: * src/classes/xnode.C 1.1:
16487: * src/classes/xnode.h 1.1:
16488: * src/main/compile.tab.C 1.14:
16489: * src/types/pa_vdnode.C 1.9:
16490: * src/types/pa_vdnode.h 1.4:
16491: * src/types/pa_vdom.C 1.4:
16492: * src/types/pa_vdom.h 1.15:
16493: * src/types/pa_vxdoc.C 1.1:
16494: * src/types/pa_vxdoc.h 1.1:
16495: * src/types/pa_vxnode.C 1.1:
16496: * src/types/pa_vxnode.h 1.1:
16497: * src/types/types.dsp 1.2:
16498: xdoc&xnode now
16499:
16500: * src/classes/classes.dsp 1.3:
16501: * src/classes/xdoc.C 1.2:
16502: * src/classes/xnode.C 1.2:
16503: * src/classes/xnode.h 1.2:
16504: * src/include/pa_config_fixed.h 1.15:
16505: * src/main/main.dsp 1.125:
16506: * src/targets/cgi/parser3.C 1.115:
16507: * src/targets/cgi/parser3.C 1.116:
16508: * src/targets/isapi/parser3isapi.C 1.46:
16509: * src/types/pa_vxnode.C 1.2:
16510: * src/types/types.dsp 1.3:
16511: z
16512:
16513: * src/classes/classes.cmd 1.4:
16514: * src/main/main.dsp 1.123:
16515: * src/targets/cgi/parser3.dsp 1.28:
16516: moved classes.inc generation on win32 to main.dsp
16517:
16518: * src/classes/classes.C 1.10:
16519: forgot one non-xml check
16520:
16521: * src/classes/Makefile.am 1.21:
16522: removed useless var
16523:
16524: 2001-09-25 parser
16525: * src/Makefile.am 1.10:
16526: * src/Makefile.in 1.20:
16527: * src/classes/Makefile.am 1.20:
16528: * src/classes/Makefile.in 1.17:
16529: * src/classes/dom.C 1.34:
16530: * src/include/pa_stylesheet_connection.h 1.4:
16531: * src/main/Makefile.am 1.17:
16532: * src/main/Makefile.in 1.14:
16533: * src/main/pa_pool.C 1.27:
16534: * src/targets/Makefile.in 1.14:
16535: * src/targets/apache13/Makefile.in 1.14:
16536: * src/targets/cgi/Makefile.am 1.17:
16537: * src/targets/cgi/Makefile.in 1.16:
16538: * src/types/Makefile.am 1.8:
16539: * src/types/Makefile.in 1.13:
16540: * src/types/pa_vdom.h 1.13:
16541: xml configure makes
16542:
16543: * src/include/pa_config_auto.h.in 1.7:
16544: xml on linux[elik] works! no 1251 though, todo ICU
16545:
16546: 2001-09-24 parser
16547: * src/types/pa_vfile.h 1.33:
16548: * src/types/pa_vimage.h 1.17:
16549: * src/types/pa_vstring.h 1.34:
16550: fiew wrong resolved conflicts fixed [const]
16551:
16552: * src/Makefile.in 1.19:
16553: * src/classes/Makefile.am 1.19:
16554: * src/classes/Makefile.in 1.16:
16555: * src/include/pa_config_auto.h.in 1.6:
16556: * src/main/Makefile.in 1.13:
16557: * src/targets/Makefile.in 1.13:
16558: * src/targets/apache13/Makefile.in 1.13:
16559: * src/types/Makefile.am 1.7:
16560: * src/types/Makefile.in 1.12:
16561: makes
16562:
16563: * src/targets/cgi/Makefile.am 1.16:
16564: * src/targets/cgi/Makefile.in 1.15:
16565: makefiles
16566:
16567: * src/types/pa_value.h 1.73:
16568: * src/types/pa_vdnode.C 1.7:
16569: * src/types/pa_vtable.C 1.5:
16570: * src/types/pa_vvoid.h 1.3:
16571: z
16572:
16573: * src/types/pa_vclass.h 1.18:
16574: * src/types/pa_vhash.h 1.20:
16575: * src/types/pa_vhash.h 1.21:
16576: * src/types/pa_vtable.h 1.32:
16577: fixed small bugs with usinge hash/table in expressions
16578:
16579: * src/classes/classes.cmd 1.3:
16580: * src/classes/image.C 1.45:
16581: * src/classes/op.C 1.44:
16582: * src/classes/table.C 1.114:
16583: * src/include/pa_request.h 1.97:
16584: * src/include/pa_sapi.h 1.12:
16585: * src/main/compile.C 1.49:
16586: * src/main/compile.tab.C 1.13:
16587: * src/main/compile.y 1.167:
16588: * src/main/compile_tools.h 1.49:
16589: * src/main/main.dsp 1.122:
16590: * src/main/pa_common.C 1.67:
16591: * src/main/pa_sql_driver_manager.C 1.37:
16592: * src/targets/cgi/parser3.C 1.112:
16593: * src/targets/cgi/parser3.dsp 1.27:
16594: * src/types/pa_value.h 1.72:
16595: * src/types/pa_vbool.h 1.12:
16596: * src/types/pa_vdate.h 1.4:
16597: * src/types/pa_vdouble.h 1.25:
16598: * src/types/pa_vform.C 1.38:
16599: * src/types/pa_vhash.h 1.19:
16600: * src/types/pa_vimage.h 1.16:
16601: * src/types/pa_vint.h 1.26:
16602: * src/types/pa_vstring.h 1.33:
16603: * src/types/pa_vtable.h 1.31:
16604: * src/types/pa_vvoid.h 1.2:
16605: merged3 with before_xml
16606: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
16607:
16608: * src/Makefile.am 1.7:
16609: * src/Makefile.am 1.8:
16610: * src/Makefile.am 1.9:
16611: * src/main/Makefile.am 1.16:
16612: * src/targets/Makefile.am 1.7:
16613: * src/targets/apache13/Makefile.am 1.5:
16614: * src/targets/cgi/Makefile.am 1.15:
16615: * src/targets/cgi/pa_pool.C 1.22:
16616: started unix makes update
16617:
16618: 2001-09-21 parser
16619: * src/main/main.dsp 1.121:
16620: * src/targets/cgi/parser3.dsp 1.26:
16621: * src/targets/isapi/parser3isapi.dsp 1.21:
16622: updated project files [/ sadly produced "" in make file and
16623: sadly wrong interpreted on load]
16624:
16625: * src/include/pa_pool.h 1.56:
16626: * src/main/pa_pool.C 1.24:
16627: checked whether transcoder were created right
16628: "unsupported encoding" message.
16629: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
16630:
16631: reduced transcode buffer size to 60
16632: fixed pool cleanup - no registration needed, pools are officially destructured
16633:
16634: * src/classes/dom.C 1.29:
16635: * src/classes/dom.C 1.30:
16636: * src/classes/dom.C 1.31:
16637: * src/classes/dom.C 1.32:
16638: * src/include/pa_pool.h 1.57:
16639: * src/include/pa_pool.h 1.58:
16640: * src/main/pa_pool.C 1.25:
16641: * src/types/pa_vdnode.C 1.5:
16642: * src/types/pa_vresponse.h 1.12:
16643: defaulted dom writing methods encoding to pool.get_charset
16644:
16645: * src/classes/classes.C 1.8:
16646: * src/classes/date.C 1.7:
16647: * src/classes/dnode.C 1.5:
16648: * src/classes/dom.C 1.33:
16649: * src/classes/file.C 1.54:
16650: * src/classes/form.C 1.15:
16651: * src/classes/int.C 1.33:
16652: * src/classes/mail.C 1.38:
16653: * src/doc/doxygen.cfg 1.16:
16654: * src/include/pa_config_fixed.h 1.12:
16655: * src/include/pa_pool.h 1.59:
16656: * src/main/main.dsp 1.119:
16657: * src/main/pa_globals.C 1.76:
16658: * src/main/pa_pool.C 1.26:
16659: * src/main/pa_request.C 1.155:
16660: * src/main/pa_xslt_stylesheet_manager.C 1.3:
16661: * src/targets/cgi/pa_pool.C 1.21:
16662: * src/targets/cgi/pa_threads.C 1.2:
16663: * src/targets/cgi/parser3.dsp 1.24:
16664: * src/targets/isapi/pa_pool.C 1.6:
16665: * src/targets/isapi/pa_threads.C 1.2:
16666: * src/targets/isapi/parser3isapi.dsp 1.19:
16667: * src/types/pa_valiased.C 1.9:
16668: * src/types/pa_vcookie.C 1.23:
16669: * src/types/pa_vdnode.C 1.6:
16670: * src/types/pa_vdom.C 1.2:
16671: * src/types/pa_vfile.C 1.21:
16672: * src/types/pa_vform.C 1.37:
16673: * src/types/pa_vimage.C 1.9:
16674: * src/types/pa_vrequest.C 1.9:
16675: * src/types/pa_vresponse.h 1.13:
16676: * src/types/pa_vstateless_class.C 1.9:
16677: * src/types/pa_vstring.C 1.10:
16678: * src/types/pa_vtable.C 1.4:
16679: * src/types/pa_wcontext.C 1.8:
16680: zillions of #ifdef XML
16681: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
16682: first, will join latest changes
16683:
16684: * src/Makefile.in 1.18:
16685: * src/classes/classes.h 1.11:
16686: * src/classes/hash.C 1.18:
16687: * src/classes/op.C 1.43:
16688: * src/classes/table.C 1.113:
16689: * src/doc/doxygen.cfg 1.17:
16690: * src/include/pa_common.h 1.50:
16691: * src/include/pa_globals.h 1.64:
16692: * src/include/pa_request.h 1.96:
16693: * src/include/pa_sapi.h 1.11:
16694: * src/include/pa_sql_driver_manager.h 1.11:
16695: * src/include/pa_string.h 1.104:
16696: * src/main/compile.tab.C 1.12:
16697: * src/main/main.dsp 1.120:
16698: * src/main/pa_common.C 1.66:
16699: * src/main/pa_exec.C 1.13:
16700: * src/main/pa_globals.C 1.77:
16701: * src/targets/cgi/parser3.dsp 1.25:
16702: * src/targets/isapi/parser3isapi.dsp 1.20:
16703: merged with before_xml
16704:
16705: 2001-09-20 parser
16706: * src/classes/dnode.C 1.3:
16707: * src/classes/dom.C 1.26:
16708: * src/targets/cgi/parser3.dsp 1.22:
16709: * src/types/pa_vstring.h 1.32:
16710: dnode .file .string .save moved back to dom due to strange
16711: xalan bug
16712:
16713: * src/main/pa_pool.C 1.23:
16714: * src/main/pa_request.C 1.154:
16715: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
16716: charset[here]]
16717:
16718: * src/classes/dom.C 1.27:
16719: dom. string save file
16720: moved output xml options to last param and made it optional
16721:
16722: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
16723: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
16724: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
16725: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
16726: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
16727: table/hash can be used in expression context now, there value = size
16728: and boolean value size!=0
16729:
16730: * src/classes/dnode.C 1.4:
16731: * src/classes/dom.C 1.28:
16732: * src/include/pa_config_includes.h 1.10:
16733: * src/include/pa_globals.h 1.63:
16734: * src/include/pa_pool.h 1.55:
16735: * src/main/main.dsp 1.118:
16736: * src/main/pa_globals.C 1.75:
16737: * src/main/pa_pool.C 1.22:
16738: * src/targets/cgi/parser3.dsp 1.23:
16739: * src/targets/isapi/parser3isapi.C 1.43:
16740: * src/targets/isapi/parser3isapi.dsp 1.18:
16741: * src/types/pa_vdnode.C 1.4:
16742: * src/types/pa_vdnode.h 1.2:
16743: * src/types/pa_vresponse.h 1.11:
16744: Pool::transcode 0
16745:
16746: * src/types/pa_vdnode.C 1.3:
16747: !$elementnode.attributes = hash of dnodes
16748: !$attributenode.specified = boolean
16749: true if the attribute received its value explicitly in the XML document,
16750: or if a value was assigned programatically with the setValue function.
16751: false if the attribute value came from the default value declared in the document's DTD.
16752: !$pinode.target = target of this processing instruction
16753: XML defines this as being the first token following the markup
16754: that begins the processing instruction.
16755: XPath:
16756: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
16757: !^node.select-single[xpath/query/expression] = first node if any
16758:
16759: * src/classes/image.C [before_xml] 1.40.4.4:
16760: 20K preload on jpg measure [image::measure]
16761:
16762: * src/types/pa_value.h [before_xml] 1.70.4.2:
16763: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
16764: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
16765: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
16766: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
16767: * src/types/pa_vint.h [before_xml] 1.25.4.1:
16768: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
16769: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
16770: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
16771: some 'const's added
16772:
16773: 2001-09-18 parser
16774: * src/classes/dnode.C 1.2:
16775: * src/classes/dom.C 1.25:
16776: * src/classes/hash.C 1.17:
16777: * src/classes/image.C 1.44:
16778: * src/classes/op.C 1.42:
16779: * src/classes/table.C 1.112:
16780: * src/include/pa_common.h 1.49:
16781: * src/include/pa_globals.h 1.62:
16782: * src/include/pa_request.h 1.95:
16783: * src/include/pa_sql_driver_manager.h 1.10:
16784: * src/main/compile.C 1.48:
16785: * src/main/compile.tab.C 1.11:
16786: * src/main/compile.y 1.166:
16787: * src/main/compile_tools.h 1.48:
16788: * src/main/execute.C 1.191:
16789: * src/main/pa_common.C 1.65:
16790: * src/main/pa_request.C 1.153:
16791: * src/main/pa_sql_driver_manager.C 1.36:
16792: * src/main/pa_string.C 1.103:
16793: * src/main/pa_table.C 1.37:
16794: * src/targets/cgi/parser3.C 1.111:
16795: * src/targets/cgi/parser3.dsp 1.21:
16796: * src/targets/isapi/parser3isapi.C 1.42:
16797: * src/types/pa_value.h 1.71:
16798: * src/types/pa_vform.C 1.36:
16799: * src/types/pa_vform.h 1.24:
16800: * src/types/pa_vhash.h 1.18:
16801: * src/types/pa_vimage.C 1.8:
16802: * src/types/pa_vimage.h 1.15:
16803: * src/types/pa_vtable.h 1.30:
16804: merged latest bugfixes from before_xml branch
16805: ^if(def $hash) now true only when ^hash:_count[]!=0
16806: moved
16807: .string .save .file from dom to dnode
16808:
16809: * src/classes/dnode.C 1.1:
16810: * src/classes/dnode.h 1.1:
16811: * src/main/main.dsp 1.117:
16812: * src/types/pa_vdnode.C 1.1:
16813: * src/types/pa_vdnode.h 1.1:
16814: dom, dnode 0
16815:
16816: * src/types/pa_vdnode.C 1.2:
16817: * src/types/pa_vdom.h 1.12:
16818: * src/types/pa_vhash.h 1.17:
16819: * src/types/pa_vtable.h 1.29:
16820: dom, dnode 1
16821:
16822: * src/classes/image.C [before_xml] 1.40.4.3:
16823: * src/main/pa_string.C [before_xml] 1.102.2.2:
16824: * src/main/pa_table.C [before_xml] 1.36.2.1:
16825: image: poly* fixed
16826:
16827: * src/classes/op.C [before_xml] 1.41.4.2:
16828: * src/main/execute.C [before_xml] 1.190.4.2:
16829: operators self changed to root
16830: ^for variable context changed to self
16831:
16832: 2001-09-17 parser
16833: * src/classes/classes.h 1.10:
16834: * src/classes/dom.C 1.23:
16835: * src/classes/hash.C 1.16:
16836: * src/include/pa_stylesheet_connection.h 1.3:
16837: * src/main/main.dsp 1.115:
16838: * src/targets/cgi/pa_pool.C 1.20:
16839: * src/types/pa_vdom.h 1.10:
16840: * src/types/pa_vfile.h 1.32:
16841: * src/types/pa_vimage.h 1.14:
16842: started
16843: dnode
16844: DOM:
16845: $node.name
16846: $node.value
16847: ...others...
16848: ^node.xpath[/rates/USD] = hash
16849: dom(dnode)
16850:
16851: * src/classes/dom.C 1.24:
16852: * src/main/main.dsp 1.116:
16853: * src/main/pa_globals.C 1.74:
16854: * src/types/pa_vdom.h 1.11:
16855: started dnode+dom
16856:
16857: dnode
16858: DOM methods:
16859: $node.name
16860: $node.value
16861: ...others...
16862:
16863: ^node.xpath[/rates/USD] = hash
16864: $hash[
16865: $.0[node0]
16866: $.1[node1]
16867: ]
16868:
16869: * src/classes/image.C [before_xml] 1.40.4.2:
16870: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
16871: $image.line-style
16872: now applies to all linear primitives
16873:
16874: * src/classes/hash.C [before_xml] 1.15.4.1:
16875: * src/main/compile.C [before_xml] 1.47.4.1:
16876: * src/main/compile.tab.C [before_xml] 1.10.4.2:
16877: * src/main/compile.y [before_xml] 1.165.4.2:
16878: * src/main/compile_tools.h [before_xml] 1.47.4.2:
16879: * src/main/execute.C [before_xml] 1.190.4.1:
16880: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
16881: expressions unary+
16882: ^hash.count[]
16883: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
16884:
16885: 2001-09-15 parser
16886: * src/classes/image.C [before_xml] 1.40.4.1:
16887: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
16888: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
16889: image: $line-width ^line(...)[**** style]
16890:
16891: * src/classes/dom.C 1.21:
16892: * src/classes/image.C 1.43:
16893: * src/include/pa_pool.h 1.53:
16894: * src/include/pa_stylesheet_connection.h 1.2:
16895: * src/main/main.dsp 1.114:
16896: * src/targets/cgi/pa_pool.C 1.18:
16897: * src/targets/isapi/pa_pool.C 1.4:
16898: * src/targets/isapi/pool_storage.h 1.5:
16899: * src/types/pa_vdom.C 1.1:
16900: * src/types/pa_vdom.h 1.8:
16901: xalan objects freed up [introducing Pool::register_cleanup]
16902:
16903: * src/doc/doxygen.cfg 1.15:
16904: * src/include/pa_sapi.h 1.10:
16905: * src/types/pa_vdom.h 1.7:
16906: comments
16907:
16908: * src/classes/dom.C 1.22:
16909: * src/targets/isapi/parser3isapi.C 1.41:
16910: * src/targets/isapi/pool_storage.h 1.8:
16911: * src/types/pa_vdom.h 1.9:
16912: fixed bug in isapi pool_storage -
16913: cleanups first, allocations second.
16914: apache wisely does just like that
16915:
16916: * src/targets/isapi/parser3isapi.C 1.40:
16917: * src/targets/isapi/pool_storage.h 1.7:
16918: pool_storage rewritten using template, no bugs now
16919:
16920: * src/include/pa_pool.h 1.54:
16921: * src/main/pa_pool.C 1.21:
16922: * src/targets/cgi/pa_pool.C 1.19:
16923: * src/targets/isapi/pa_pool.C 1.5:
16924: * src/targets/isapi/parser3isapi.C 1.39:
16925: * src/targets/isapi/parser3isapi.dsp 1.17:
16926: * src/targets/isapi/pool_storage.h 1.6:
16927: poorly started isapi pool_storage, would rewrite using template now
16928:
16929: 2001-09-14 parser
16930: * src/classes/dom.C 1.20:
16931: * src/classes/file.C 1.53:
16932: * src/classes/image.C 1.42:
16933: * src/classes/mail.C 1.37:
16934: * src/include/pa_common.h 1.48:
16935: * src/include/pa_sql_driver_manager.h 1.9:
16936: * src/include/pa_string.h 1.103:
16937: * src/include/pa_stylesheet_connection.h 1.1:
16938: * src/include/pa_xslt_stylesheet_manager.h 1.1:
16939: * src/main/main.dsp 1.113:
16940: * src/main/pa_common.C 1.64:
16941: * src/main/pa_exec.C 1.12:
16942: * src/main/pa_globals.C 1.73:
16943: * src/main/pa_sql_driver_manager.C 1.34:
16944: * src/main/pa_xslt_stylesheet_manager.C 1.1:
16945: * src/main/untaint.C 1.62:
16946: * src/types/pa_vfile.C 1.20:
16947: dom.xslt stylesheet compiled&cached
16948:
16949: * src/main/pa_sql_driver_manager.C 1.35:
16950: * src/main/pa_xslt_stylesheet_manager.C 1.2:
16951: z
16952:
16953: 2001-09-13 parser
16954: * src/classes/dom.C 1.18:
16955: dom:file content-type(.method)
16956:
16957: * src/classes/dom.C 1.19:
16958: * src/classes/file.C 1.52:
16959: * src/classes/image.C 1.41:
16960: * src/types/pa_vfile.C 1.19:
16961: * src/types/pa_vfile.h 1.31:
16962: ^dom.file[] charset
16963:
16964: * src/include/pa_globals.h [before_xml] 1.61.4.1:
16965: * src/include/pa_request.h [before_xml] 1.94.4.1:
16966: * src/main/pa_request.C [before_xml] 1.152.4.2:
16967: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
16968: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
16969: ParserRootConfig .../parser3.conf
16970: ParserSiteConfig .../parser3.conf
16971:
16972: cgi&isapi looks for {configure|c:\windows}/parser3.conf
16973:
16974: * src/include/pa_common.h [before_xml] 1.47.4.1:
16975: * src/include/pa_globals.h [before_xml] 1.61.4.2:
16976: * src/main/pa_common.C [before_xml] 1.63.4.1:
16977: * src/main/pa_request.C [before_xml] 1.152.4.3:
16978: $MAIN:CLASS_PATH now
16979: can be string now
16980: more informative error messages
16981:
16982: 2001-09-12 parser
16983: * src/main/compile.y [before_xml] 1.165.4.1:
16984: * src/main/compile_tools.h [before_xml] 1.47.4.1:
16985: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
16986: introduced special LS_NAME_SQUARE_PART state
16987:
16988: * src/main/compile.tab.C [before_xml] 1.10.4.1:
16989: fixed - subname code parts actually [] braced
16990:
16991: * src/classes/op.C [before_xml] 1.41.4.1:
16992: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
16993: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
16994: ^connect[]
16995: ^connect[aaa]
16996: more precise error reporting:
16997: "connection string must start with protocol://"
16998: now
16999:
17000: 2001-09-11 parser
17001: * src/types/pa_vdom.h 1.5:
17002: messages
17003:
17004: * src/classes/dom.C 1.16:
17005: * src/types/pa_vdom.h 1.6:
17006: ^dom:set[<some>xml</some>]
17007:
17008: * src/classes/dom.C 1.17:
17009: * src/include/pa_string.h 1.102:
17010: * src/main/pa_globals.C 1.72:
17011: * src/main/untaint.C 1.61:
17012: ^dom:set{<some>xml</some>} default language XML
17013: languages+=xml
17014:
17015: * src/classes/dom.C 1.14:
17016: * src/classes/dom.C 1.15:
17017: ^dom:save/string/file[output options]
17018: output options:
17019: $.method[xml|html|text] detection fixed
17020:
17021: 2001-09-10 parser
17022: * src/classes/dom.C 1.4:
17023: * src/main/main.dsp 1.110:
17024: * src/types/pa_vform.C 1.35:
17025: * src/types/pa_vform.h 1.23:
17026: ^dom.save[b.xml] 0
17027:
17028: * src/classes/dom.C 1.9:
17029: ^dom.file[encoding] = file
17030:
17031: * src/classes/dom.C 1.12:
17032: ^dom.xslt[stylesheet filename][params hash added]
17033:
17034: * src/classes/dom.C 1.10:
17035: * src/main/main.dsp 1.111:
17036: * src/types/pa_vdom.h 1.3:
17037: ^dom.xslt[stylesheet filename] -1 doc is lying
17038:
17039: * src/classes/dom.C 1.11:
17040: * src/main/main.dsp 1.112:
17041: * src/types/pa_vdom.h 1.4:
17042: ^dom.xslt[stylesheet filename] 0
17043:
17044: * src/classes/dom.C 1.5:
17045: ^dom.save[b.xml] 1:error handling
17046:
17047: * src/classes/dom.C 1.13:
17048: ^dom:save/string/file[output options]
17049: output options:
17050: $.method[xml|html|text] $.encoding[windows-1251|...]
17051:
17052: * src/classes/dom.C 1.6:
17053: ^dom.string[] 0
17054:
17055: * src/classes/dom.C 1.7:
17056: * src/classes/dom.C 1.8:
17057: ^dom.string[encoding] 1
17058: ^dom.save[encoding;filename]
17059:
17060: 2001-09-08 parser
17061: * src/types/pa_vform.C [before_xml] 1.33.2.3:
17062: $form:tables.name.field
17063:
17064: 2001-09-07 parser
17065: * src/classes/dom.C 1.3:
17066: * src/types/pa_value.h [before_xml] 1.70.4.1:
17067: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
17068: (def $table) is false when table is empty
17069:
17070: * src/main/pa_request.C [before_xml] 1.152.4.1:
17071: * src/types/pa_vform.C [before_xml] 1.33.2.2:
17072: * src/types/pa_vform.h [before_xml] 1.22.2.2:
17073: !$form:tables
17074: $atable[$form:tables.a]
17075: ^atable.menu{a=$atable.element}[,]
17076:
17077: * src/classes/dom.C 1.1:
17078: file dom.C was initially added on branch xalan1_2.
17079:
17080: * src/main/pa_exception.C 1.15:
17081: * src/types/pa_vform.C 1.32:
17082: getting FIRST form element [not last]
17083:
17084: * src/classes/table.C [before_xml] 1.110.4.1:
17085: table:empty removed, superceded by ^if(def $table)...
17086:
17087: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
17088: * src/types/pa_vform.C [before_xml] 1.33.2.1:
17089: * src/types/pa_vform.h [before_xml] 1.22.2.1:
17090: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
17091: !$form:fields
17092:
17093: * src/include/pa_hash.h 1.43:
17094: * src/main/pa_hash.C 1.39:
17095: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
17096: * src/types/pa_vfile.h 1.30:
17097: * src/types/pa_vform.C 1.33:
17098: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
17099: * src/types/pa_vform.h 1.22:
17100: z
17101:
17102: * src/Makefile.in [xalan1_2] 1.16.2.1:
17103: * src/classes/dom.C [xalan1_2] 1.1.2.1:
17104: * src/classes/table.C [xalan1_2] 1.110.2.1:
17105: * src/main/main.dsp [xalan1_2] 1.108.2.1:
17106: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
17107: introducing dom. dom:load[a.xml]
17108:
17109: * src/main/pa_string.C [before_xml] 1.102.2.1:
17110: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
17111: is 0]
17112:
17113: * src/Makefile.in 1.17:
17114: * src/classes/dom.C 1.2:
17115: * src/classes/table.C 1.111:
17116: * src/main/main.dsp 1.109:
17117: * src/types/pa_vdom.h 1.2:
17118: * src/types/pa_vform.C 1.34:
17119: merged with successful start of dom
17120:
17121: * src/types/pa_vdom.h 1.1:
17122: file pa_vdom.h was initially added on branch xalan1_2.
17123:
17124: 2001-09-06 parser
17125: * src/doc/doxygen.cfg 1.14:
17126: merged new default options from 1.2.10 doxygen
17127:
17128: * src/classes/hash.C 1.15:
17129: * src/include/pa_globals.h 1.61:
17130: * src/main/pa_globals.C 1.71:
17131: * src/types/pa_vhash.h 1.16:
17132: now there's special hash key '_default' [instead of ^_default method]
17133: $hash[
17134: $.a[1]
17135: $.b[2]
17136: $._default[xx]
17137: ]
17138: $hash.c
17139:
17140: * src/types/pa_vform.C 1.30:
17141: * src/types/pa_vform.C 1.31:
17142: a=1&a=2 would result in $form:a being a table with one column '
17143: element' and two rows: 1 and 2
17144:
17145: * src/classes/image.C 1.40:
17146: * src/classes/op.C 1.41:
17147: * src/classes/string.C 1.74:
17148: * src/classes/table.C 1.110:
17149: * src/doc/doxygen.cfg 1.13:
17150: * src/targets/isapi/parser3isapi.C 1.38:
17151: * src/types/pa_vtable.C 1.3:
17152: few #ifndef DOXYGEN
17153:
17154: * src/classes/void.C 1.9:
17155: * src/main/pa_string.C 1.102:
17156: * src/main/pa_table.C 1.36:
17157: fixed up bad int/double conversions, and now $form:nonexistent
17158: int(88) would return 88
17159:
17160: * src/main/compile.tab.C 1.10:
17161: * src/main/compile.y 1.165:
17162: ^if(0){}{ ^if(1){}^; }
17163: bug fixed [thanks, fif], ^; were treated there non-literally
17164:
17165: 2001-09-05 parser
17166: * src/classes/string.C 1.73:
17167: * src/classes/table.C 1.109:
17168: sql options can be void [same as image:html the other day]
17169:
17170: * src/classes/mail.C 1.36:
17171: MAIN:MAIL check fixed
17172:
17173: * src/Makefile.in 1.16:
17174: * src/classes/Makefile.in 1.15:
17175: * src/main/Makefile.in 1.12:
17176: * src/targets/cgi/Makefile.in 1.14:
17177: * src/types/Makefile.in 1.11:
17178: makes
17179:
17180: * src/main/pa_sql_driver_manager.C 1.33:
17181: * src/sql/pa_sql_driver.h 1.16:
17182: * src/targets/cgi/parser3.C 1.110:
17183: #define STRINGIZE(name) #name
17184: does not macro expantion on param, simply qoutes whatever passed, undone
17185:
17186: * src/main/pa_sql_driver_manager.C 1.30:
17187: * src/sql/pa_sql_driver.h 1.14:
17188: SQL_DRIVER_CREATE_FUNC_NAME
17189:
17190: * src/main/pa_sql_driver_manager.C 1.32:
17191: * src/sql/pa_sql_driver.h 1.15:
17192: * src/targets/cgi/Makefile.am 1.13:
17193: * src/targets/cgi/parser3.C 1.109:
17194: #define STRINGIZE(name) #name
17195: invented
17196:
17197: * src/targets/cgi/Makefile.am 1.14:
17198: .am undo
17199:
17200: * src/classes/op.C 1.40:
17201: * src/include/pa_sql_driver_manager.h 1.8:
17202: * src/main/pa_sql_driver_manager.C 1.31:
17203: #define MAIN_SQL_NAME "SQL"
17204: #define MAIN_SQL_DRIVERS_NAME "drivers"
17205:
17206: moved to be availible to all users
17207:
17208: 2001-09-04 parser
17209: * src/targets/cgi/parser3.C 1.106:
17210: zz
17211:
17212: * src/include/pa_config_auto.h.in 1.5:
17213: * src/targets/Makefile.in 1.12:
17214: * src/targets/apache13/Makefile.in 1.12:
17215: * src/targets/cgi/Makefile.am 1.12:
17216: * src/targets/cgi/Makefile.in 1.13:
17217: * src/targets/cgi/parser3.C 1.102:
17218: configure --sysconfdir=sysadmin-controlled auto.p location for
17219: targets/cgi/parser3, default[/usr/local/etc]
17220:
17221: * src/Makefile.in 1.15:
17222: * src/include/pa_config_auto.h.in 1.4:
17223: * src/targets/apache13/Makefile.in 1.11:
17224: * src/targets/cgi/Makefile.in 1.12:
17225: makes
17226:
17227: * src/targets/isapi/parser3isapi.C 1.37:
17228: z
17229:
17230: * src/targets/cgi/parser3.C 1.104:
17231: zzz
17232:
17233: * src/targets/cgi/parser3.C 1.108:
17234: full_file_spec bug
17235:
17236: * src/classes/image.C 1.39:
17237: image.html now can accept void params
17238:
17239: * src/classes/date.C 1.5:
17240: date:sql-string is now without ''
17241:
17242: * src/classes/date.C 1.6:
17243: date
17244:
17245: * src/targets/cgi/parser3.C 1.107:
17246: getenvcheck
17247:
17248: 2001-09-03 parser
17249: * src/targets/cgi/parser3.C 1.101:
17250: /configure cgi SYSCONFDIR
17251:
17252: 2001-09-01 parser
17253: * src/classes/image.C 1.38:
17254: letter_spacing
17255:
17256: * src/classes/image.C 1.36:
17257: image: as_int as_string used
17258:
17259: * src/classes/image.C 1.37:
17260: image: font params changed
17261:
17262: * src/types/pa_vmethod_frame.h 1.15:
17263: $result[] now gets properly analized
17264:
17265: 2001-08-31 parser
17266: * src/Makefile.in 1.14:
17267: * src/include/pa_dir.h 1.4:
17268: * src/targets/Makefile.in 1.11:
17269: * src/targets/cgi/parser3.C 1.99:
17270: compiled under cygwin
17271:
17272: * src/targets/cgi/parser3.C 1.100:
17273: z
17274:
17275: * src/classes/void.C 1.8:
17276: void:int/double += (default)
17277:
17278: * src/classes/string.C 1.72:
17279: * src/classes/table.C 1.108:
17280: string:int/double (defaults)
17281:
17282: * src/classes/image.C 1.35:
17283: image:font added space param
17284: image:font changed charwidth alg, added kerning const[for now]
17285:
17286: 2001-08-29 parser
17287: * src/main/pa_exception.C 1.14:
17288: exception redundant debug info
17289:
17290: 2001-08-28 parser
17291: * src/classes/table.C 1.107:
17292: NO_STRING_ORIGIN check
17293:
17294: * src/classes/string.C 1.71:
17295: * src/include/pa_dictionary.h 1.2:
17296: * src/include/pa_string.h 1.101:
17297: * src/main/pa_dictionary.C 1.4:
17298: * src/main/pa_string.C 1.101:
17299: * src/main/untaint.C 1.59:
17300: pa_directory speeded up. moved zero 'from' check to directory constructor.
17301: string:replace
17302:
17303: * src/Makefile.in 1.13:
17304: makes
17305:
17306: * src/Makefile.in 1.12:
17307: * src/classes/Makefile.in 1.13:
17308: * src/main/Makefile.in 1.10:
17309: * src/targets/Makefile.in 1.10:
17310: * src/targets/apache13/Makefile.in 1.9:
17311: * src/targets/cgi/Makefile.in 1.10:
17312: * src/types/Makefile.in 1.9:
17313: makefiles
17314:
17315: * src/classes/file.C 1.51:
17316: * src/main/pa_common.C 1.63:
17317: file:move autocreate/remove dest/src dir
17318:
17319: * src/main/compile.C 1.47:
17320: NO_STRING_ORIGIN check2
17321:
17322: * src/classes/image.C 1.33:
17323: image: gifsize little endian
17324:
17325: * src/targets/apache13/Makefile.am 1.4:
17326: COMPILE_APACHE13_MODULE
17327:
17328: * src/include/pa_dictionary.h 1.4:
17329: * src/main/pa_dictionary.C 1.5:
17330: * src/main/pa_sql_driver_manager.C 1.29:
17331: NO_STRING_ORIGIN check3
17332:
17333: * src/include/pa_dictionary.h 1.3:
17334: gcc: ../include/pa_dictionary.h:19: storage class specifiers
17335: invalid in friend function declarations
17336:
17337: * src/targets/apache13/Makefile.am 1.3:
17338: configure to skip apache
17339:
17340: * src/classes/Makefile.in 1.14:
17341: * src/main/Makefile.in 1.11:
17342: * src/targets/apache13/Makefile.in 1.10:
17343: * src/targets/cgi/Makefile.in 1.11:
17344: * src/types/Makefile.in 1.10:
17345: make.ins
17346:
17347: * src/classes/op.C 1.39:
17348: * src/main/compile.tab.C 1.9:
17349: * src/main/pa_dir.C 1.6:
17350: * src/main/untaint.C 1.60:
17351: * src/targets/cgi/parser3.C 1.98:
17352: * src/targets/isapi/parser3isapi.C 1.36:
17353: strncpy forced with zero ending in case of limit
17354:
17355: * src/classes/image.C 1.34:
17356: image error msgs
17357:
17358: * src/classes/Makefile.am 1.18:
17359: * src/main/Makefile.am 1.15:
17360: * src/targets/cgi/Makefile.am 1.11:
17361: * src/types/Makefile.am 1.6:
17362: .am-s
17363:
17364: * src/doc/doxygen.cfg 1.12:
17365: doxygen conf removed some garbage from under doxygeneration
17366:
17367: 2001-08-27 parser
17368: * src/Makefile.in 1.11:
17369: * src/classes/Makefile.in 1.12:
17370: * src/main/Makefile.in 1.9:
17371: * src/main/pa_common.C 1.61:
17372: * src/main/pa_exception.C 1.12:
17373: * src/main/pa_sql_driver_manager.C 1.28:
17374: * src/targets/Makefile.in 1.9:
17375: * src/targets/apache13/Makefile.in 1.8:
17376: * src/targets/cgi/Makefile.am 1.10:
17377: * src/targets/cgi/Makefile.in 1.9:
17378: * src/types/Makefile.in 1.8:
17379: configure for solaris -lsocket
17380:
17381: * src/classes/image.C 1.31:
17382: * src/classes/image.C 1.32:
17383: fixed jpgsize alg
17384:
17385: * src/main/pa_request.C 1.152:
17386: * src/targets/cgi/parser3.C 1.97:
17387: parser3 test.html [auto.p from current dir loading]
17388:
17389: * src/main/pa_exception.C 1.13:
17390: z
17391:
17392: * src/main/pa_common.C 1.62:
17393: removed debug info from pa_common
17394:
17395: 2001-08-24 parser
17396: * src/targets/cgi/parser3.C 1.95:
17397: not cgi extra \n 2
17398:
17399: * src/classes/file.C 1.50:
17400: * src/classes/form.C 1.14:
17401: * src/classes/mail.C 1.35:
17402: * src/classes/table.C 1.106:
17403: fiew non-pool mallocs fixed
17404:
17405: * src/targets/cgi/parser3.C 1.96:
17406: not cgi extra \n 3
17407:
17408: * src/sql/pa_sql_driver.h 1.13:
17409: sql* removed services from disconnect - cross-request ideological probs.
17410: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
17411:
17412: * src/targets/cgi/parser3.C 1.94:
17413: not cgi extra \n
17414:
17415: * src/main/pa_sql_driver_manager.C 1.27:
17416: z
17417:
17418: * src/include/pa_sql_connection.h 1.12:
17419: * src/main/pa_sql_driver_manager.C 1.26:
17420: sql* removed services from disconnect - cross-request
17421: ideological probs.
17422:
17423: 2001-08-23 parser
17424: * src/main/pa_sql_driver_manager.C 1.25:
17425: oracle: dlink
17426:
17427: * src/classes/file.C 1.49:
17428: minor bug in file:save fixed
17429:
17430: 2001-08-22 parser
17431: * src/classes/file.C 1.48:
17432: * src/main/compile.tab.C 1.8:
17433: * src/types/pa_vfile.C 1.18:
17434: * src/types/pa_vfile.h 1.29:
17435: file:load|save[text|binary;
17436:
17437: * src/main/compile.tab.C 1.7:
17438: * src/main/compile.y 1.164:
17439: ^method[]^[^] literals []
17440:
17441: 2001-08-21 parser
17442: * src/classes/file.C 1.47:
17443: * src/classes/table.C 1.105:
17444: ^file:list
17445:
17446: 2001-08-20 parser
17447: * src/main/compile.tab.C 1.6:
17448: * src/main/compile.y 1.163:
17449: * src/main/pa_sql_driver_manager.C 1.24:
17450: * src/types/pa_value.h 1.70:
17451: * src/types/pa_vbool.h 1.11:
17452: * src/types/pa_vdouble.h 1.24:
17453: * src/types/pa_vint.h 1.25:
17454: var(123) ^var.inc[] recousively caused problems: inc incremeted
17455: 123 literal!! fixed
17456:
17457: 2001-08-10 parser
17458: * src/classes/table.C 1.101:
17459: * src/include/pa_table.h 1.34:
17460: * src/main/pa_table.C 1.35:
17461: table.sort now creates new sorted table
17462:
17463: * src/main/compile.tab.C 1.3:
17464: * src/main/compile.tab.C 1.4:
17465: * src/main/compile.y 1.160:
17466: * src/main/compile.y 1.161:
17467: (codes) name part syntax added
17468:
17469: * src/main/compile.tab.C 1.5:
17470: * src/main/compile.y 1.162:
17471: [codes] name part syntax now
17472:
17473: * src/main/pa_string.C 1.100:
17474: string.match hanged on. there were a hang check but it weren't wise enough
17475:
17476: @parse[dateString][tmp]
17477: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
17478: $tmp.1 $tmp.2
17479: #end
17480:
17481: @main[]
17482: ^parse[2001-02-03]
17483:
17484: * src/classes/table.C 1.102:
17485: * src/classes/table.C 1.103:
17486: table:sort now default desc
17487:
17488: * src/types/pa_value.h 1.69:
17489: * src/types/pa_vstring.h 1.30:
17490: * src/types/pa_vstring.h 1.31:
17491: string now def only when ne ''
17492:
17493: * src/main/pa_request.C 1.150:
17494: * src/main/pa_request.C 1.151:
17495: wanted to make
17496: const int MAX_EXECUTE_SECONDS=1;
17497:
17498: but couldnt, set_callback_and_alarm appeared to be not exported :(
17499:
17500: * src/classes/table.C 1.104:
17501: table:sort restored [it was bad test :(]
17502:
17503: 2001-08-09 parser
17504: * src/main/pa_string.C 1.99:
17505: $a[010] now ^if($a==10){true}
17506: were octal
17507:
17508: * src/main/Makefile.am 1.14:
17509: .am
17510:
17511: * src/classes/void.C 1.6:
17512: * src/classes/void.C 1.7:
17513: void: int double copy/paste from int: bug fixed
17514:
17515: * src/classes/hash.C 1.14:
17516: hash:_default now [was hash:default]
17517:
17518: * src/types/pa_vcookie.C 1.22:
17519: cookie name&value origins added, more precise $ORIGINS(1)
17520:
17521: * src/classes/op.C 1.38:
17522: case without switch check added
17523:
17524: * src/main/Makefile.in 1.8:
17525: make.in
17526:
17527: 2001-08-07 parser
17528: * src/classes/math.C 1.5:
17529: * src/main/pa_request.C 1.149:
17530: math:random fixed. win32 srand made working
17531:
17532: * src/classes/double.C 1.36:
17533: * src/classes/int.C 1.32:
17534: * src/classes/string.C 1.70:
17535: * src/classes/table.C 1.100:
17536: * src/include/pa_globals.h 1.60:
17537: * src/main/pa_globals.C 1.70:
17538: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
17539: string, table
17540:
17541: 2001-08-06 parser
17542: * src/classes/hash.C 1.13:
17543: hash:keys renamed to hash:_keys :(
17544:
17545: * src/main/pa_exec.C 1.10:
17546: exec win32 real filename
17547:
17548: * src/classes/file.C 1.46:
17549: exec stderr out
17550:
17551: * src/classes/mail.C 1.34:
17552: * src/classes/op.C 1.37:
17553: * src/include/pa_array.h 1.43:
17554: * src/include/pa_globals.h 1.59:
17555: * src/include/pa_hash.h 1.42:
17556: * src/include/pa_request.h 1.94:
17557: * src/main/compile.tab.C 1.2:
17558: * src/main/compile.y 1.159:
17559: * src/main/pa_array.C 1.38:
17560: * src/main/pa_dictionary.C 1.3:
17561: * src/main/pa_exec.C 1.11:
17562: * src/main/pa_globals.C 1.69:
17563: * src/main/pa_hash.C 1.38:
17564: * src/main/pa_request.C 1.148:
17565: * src/main/pa_string.C 1.98:
17566: class_path
17567:
17568: 2001-08-03 parser
17569: * src/classes/table.C 1.99:
17570: * src/types/pa_vtable.h 1.28:
17571: vtable.locks killed
17572:
17573: 2001-08-02 parser
17574: * src/classes/classes.h 1.9:
17575: * src/classes/op.C 1.36:
17576: * src/include/pa_globals.h 1.58:
17577: * src/main/execute.C 1.188:
17578: * src/main/pa_globals.C 1.66:
17579: * src/main/pa_globals.C 1.67:
17580: found another multithread bug in op.C (last, last global var
17581: killed) :)
17582:
17583: * src/main/pa_dictionary.C 1.2:
17584: * src/main/pa_globals.C 1.68:
17585: memset dictionary minor bug fixed
17586:
17587: * src/classes/string.C 1.69:
17588: * src/classes/table.C 1.98:
17589: * src/include/pa_array.h 1.42:
17590: * src/main/execute.C 1.190:
17591: * src/main/pa_exec.C 1.9:
17592: introducing Array_iter
17593:
17594: * src/main/execute.C 1.189:
17595: detected quick_get recursion bug. changed to get@execute, but
17596: needs array iterator, separate from array to avoid it & use caching
17597:
17598: 2001-08-01 parser
17599: * src/include/pa_dictionary.h 1.1:
17600: * src/include/pa_globals.h 1.57:
17601: * src/include/pa_string.h 1.100:
17602: * src/main/main.dsp 1.107:
17603: * src/main/pa_dictionary.C 1.1:
17604: * src/main/pa_globals.C 1.65:
17605: * src/main/pa_request.C 1.147:
17606: * src/main/pa_string.C 1.97:
17607: * src/main/untaint.C 1.58:
17608: speeded up typo-html replacements. introducing Dictionary with
17609: first-char caching
17610:
17611: 2001-07-31 parser
17612: * src/types/Makefile.am 1.5:
17613: pa_vtable.C added to .am
17614:
17615: * src/main/compile.tab.C 1.1:
17616: added, so that could be compiled even on non-bison-enabled platforms
17617:
17618: 2001-07-28 parser
17619: * src/main/compile.y 1.158:
17620: * src/main/untaint.C 1.57:
17621: bug fix @ untaint when \r skipped \n
17622:
17623: * src/classes/table.C 1.97:
17624: table:hash always produces hash, when can't - empty
17625:
17626: 2001-07-27 parser
17627: * src/classes/double.C 1.35:
17628: * src/classes/int.C 1.31:
17629: * src/classes/string.C 1.68:
17630: provided meaningful msg on int/double/string :sql without
17631: result and default
17632:
17633: 2001-07-26 parser
17634: * src/include/pa_opcode.h 1.6:
17635: * src/main/compile.y 1.156:
17636: * src/main/execute.C 1.187:
17637: hash creation syntax problem persists. restored $: for a while.
17638: thinking of $man[$.age[zzz]] syntax now
17639:
17640: * src/classes/op.C 1.35:
17641: fixed bad multithread bug with strangly global OP
17642:
17643: * src/main/compile.y 1.157:
17644: $man[$.age[zzz]] 0
17645:
17646: * src/include/pa_opcode.h 1.4:
17647: * src/main/compile.C 1.45:
17648: * src/main/compile.y 1.154:
17649: * src/main/compile_tools.h 1.46:
17650: * src/main/execute.C 1.185:
17651: * src/main/pa_request.C 1.146:
17652: * src/types/pa_vmethod_frame.h 1.13:
17653: introducing ::
17654: this is constructor call prefix.
17655: ordinary : remains for static accesses
17656:
17657: * src/classes/double.C 1.34:
17658: * src/classes/int.C 1.30:
17659: * src/classes/string.C 1.67:
17660: * src/include/pa_opcode.h 1.5:
17661: * src/main/compile.C 1.46:
17662: * src/main/compile.y 1.155:
17663: * src/main/compile_tools.h 1.47:
17664: * src/main/execute.C 1.186:
17665: * src/types/pa_vcode_frame.h 1.7:
17666: * src/types/pa_vmethod_frame.h 1.14:
17667: * src/types/pa_wcontext.h 1.16:
17668: * src/types/pa_wwrapper.h 1.10:
17669: fixing :: realization #1
17670:
17671: 2001-07-25 parser
17672: * src/classes/table.C 1.95:
17673: * src/main/main.dsp 1.106:
17674: * src/types/pa_vtable.C 1.1:
17675: * src/types/pa_vtable.h 1.27:
17676: ^table.record[] now $table.fields
17677:
17678: * src/types/pa_vtable.C 1.2:
17679: table: get_element order changeed. now:
17680: 1. fields
17681: 2. methods
17682: 3. columns
17683:
17684: * src/types/pa_vdouble.h 1.23:
17685: * src/types/pa_vint.h 1.24:
17686: odbc: no result queries; quote.
17687: optimized double&int tostring-s
17688:
17689: * src/classes/string.C 1.66:
17690: * src/include/pa_globals.h 1.56:
17691: * src/main/execute.C 1.183:
17692: * src/main/pa_globals.C 1.64:
17693: match replace code context moved to implicit $match context
17694:
17695: * src/main/compile.C 1.44:
17696: * src/main/compile.y 1.153:
17697: * src/main/compile_tools.h 1.45:
17698: allowed whitespace before first method decl
17699:
17700: * src/include/pa_opcode.h 1.3:
17701: * src/main/compile.y 1.149:
17702: * src/main/compile_tools.C 1.37:
17703: * src/main/compile_tools.h 1.43:
17704: * src/main/execute.C 1.182:
17705: with killed, code storage introduced with former 'with' syntax
17706:
17707: * src/main/compile.y 1.150:
17708: * src/main/compile.y 1.151:
17709: * src/main/execute.C 1.184:
17710: $var[] is now empty string, not void
17711:
17712: * src/main/compile.C 1.43:
17713: * src/main/compile.y 1.152:
17714: * src/main/compile_tools.h 1.44:
17715: allowed empty lines before first method decl
17716:
17717: * src/classes/table.C 1.96:
17718: allowed nontable result in table:sql, results in empty table
17719:
17720: 2001-07-24 parser
17721: * src/main/compile.C 1.42:
17722: * src/main/execute.C 1.181:
17723: * src/main/pa_string.C 1.96:
17724: * src/types/pa_value.h 1.68:
17725: first get_element, next get operator
17726:
17727: * src/classes/file.C 1.45:
17728: * src/include/pa_common.h 1.47:
17729: * src/main/pa_common.C 1.60:
17730: file:move
17731:
17732: * src/main/compile.y 1.148:
17733: removed @end handling
17734:
17735: * src/main/pa_common.C 1.59:
17736: file_read close @ eof when imgsize bug fixed
17737:
17738: * src/main/compile.C 1.41:
17739: * src/main/compile.y 1.147:
17740: @end handling method2
17741:
17742: 2001-07-23 parser
17743: * src/main/pa_sql_driver_manager.C 1.23:
17744: * src/sql/pa_sql_driver.h 1.12:
17745: sql odbc driver
17746:
17747: * src/classes/hash.C 1.11:
17748: * src/classes/hash.C 1.12:
17749: * src/classes/string.C 1.65:
17750: * src/classes/table.C 1.94:
17751: * src/classes/void.C 1.5:
17752: * src/include/pa_sql_connection.h 1.11:
17753: * src/sql/pa_sql_driver.h 1.11:
17754: changed sql driver query interface
17755:
17756: 2001-07-20 parser
17757: * src/types/pa_vrequest.C 1.8:
17758: X!$browser:type
17759:
17760: * src/classes/file.C 1.44:
17761: * src/classes/string.C 1.64:
17762: * src/include/pa_string.h 1.99:
17763: * src/main/execute.C 1.180:
17764: * src/main/pa_string.C 1.95:
17765: * src/types/pa_valiased.C 1.8:
17766: * src/types/pa_valiased.h 1.13:
17767: * src/types/pa_value.h 1.67:
17768: * src/types/pa_vclass.h 1.17:
17769: * src/types/pa_vcookie.h 1.11:
17770: * src/types/pa_vdate.h 1.3:
17771: * src/types/pa_vfile.h 1.28:
17772: * src/types/pa_vform.h 1.21:
17773: * src/types/pa_vhash.h 1.15:
17774: * src/types/pa_vmath.h 1.2:
17775: * src/types/pa_vobject.h 1.10:
17776: * src/types/pa_vrequest.C 1.7:
17777: * src/types/pa_vstateless_class.h 1.16:
17778: * src/types/pa_vstateless_object.h 1.10:
17779: only ^class:method dynamic calls allowed.
17780: ^BASE.method call disabled.
17781: BASE element globally removed
17782:
17783: 2001-07-18 parser
17784: * src/Makefile.am 1.6:
17785: * src/Makefile.in 1.10:
17786: * src/classes/Makefile.am 1.17:
17787: * src/main/Makefile.am 1.13:
17788: * src/targets/Makefile.am 1.6:
17789: * src/targets/apache13/Makefile.am 1.2:
17790: * src/targets/cgi/Makefile.am 1.9:
17791: * src/types/Makefile.am 1.4:
17792: removed $id from *.in *.am
17793:
17794: * src/classes/file.C 1.43:
17795: file:exec/cgi msg
17796:
17797: * src/main/pa_request.C 1.145:
17798: * src/main/untaint.C 1.56:
17799: ORIGINS langs name abbrevations
17800:
17801: * src/classes/file.C 1.42:
17802: $file:exit-code renamed to 'status'
17803:
17804: * src/classes/date.C 1.4:
17805: * src/classes/mail.C 1.33:
17806: * src/classes/math.C 1.4:
17807: * src/classes/string.C 1.63:
17808: * src/classes/table.C 1.93:
17809: * src/include/pa_globals.h 1.55:
17810: * src/include/pa_string.h 1.98:
17811: * src/main/execute.C 1.179:
17812: * src/main/pa_globals.C 1.63:
17813: * src/main/pa_request.C 1.144:
17814: * src/main/pa_string.C 1.94:
17815: * src/main/untaint.C 1.55:
17816: * src/types/pa_value.h 1.66:
17817: * src/types/pa_vdouble.h 1.22:
17818: * src/types/pa_vfile.h 1.27:
17819: * src/types/pa_vint.h 1.23:
17820: * src/types/pa_vstring.C 1.9:
17821: * src/types/pa_vstring.h 1.29:
17822: $ORIGINS(1) output tracing mode
17823:
17824: * src/classes/Makefile.in 1.11:
17825: * src/main/Makefile.in 1.7:
17826: * src/targets/Makefile.in 1.8:
17827: * src/targets/apache13/Makefile.in 1.7:
17828: * src/targets/cgi/Makefile.in 1.8:
17829: * src/types/Makefile.in 1.7:
17830: $id in .in's from .am's removed
17831:
17832: * src/classes/file.C 1.41:
17833: * src/main/pa_exec.C 1.8:
17834: file:exec
17835:
17836: 2001-07-17 parser
17837: * src/Makefile.in 1.9:
17838: * src/classes/Makefile.in 1.10:
17839: == wrong
17840:
17841: 2001-07-13 parser
17842: * src/main/execute.C 1.175:
17843: * src/main/pa_request.C 1.142:
17844: order of MAIN parents was wrong, fixed
17845:
17846: * src/classes/double.C 1.33:
17847: * src/classes/int.C 1.29:
17848: * src/classes/string.C 1.62:
17849: * src/include/pa_request.h 1.92:
17850: * src/include/pa_request.h 1.93:
17851: * src/main/execute.C 1.176:
17852: * src/main/execute.C 1.177:
17853: * src/main/execute.C 1.178:
17854: * src/main/pa_request.C 1.143:
17855: auto.p[@auto], /news/auto.p[no @auto], so that initializing
17856: second would not call first @auto
17857:
17858: 2001-07-12 parser
17859: * src/types/pa_value.h 1.65:
17860: pa_value.putelement modification of system classes prevented
17861:
17862: 2001-07-11 parser
17863: * src/classes/string.C 1.61:
17864: * src/doc/sources2html.cmd 1.3:
17865: lr split now yelds table $piece
17866:
17867: * src/classes/file.C 1.40:
17868: * src/include/pa_common.h 1.46:
17869: * src/main/pa_common.C 1.58:
17870: * src/types/pa_vstateless_class.h 1.15:
17871: $file created by file:state += .atime .mtime .ctime
17872: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
17873:
17874: 2001-07-09 parser
17875: * src/main/untaint.C 1.54:
17876: qp wrong name
17877:
17878: * src/classes/date.C 1.3:
17879: * src/classes/string.C 1.60:
17880: * src/classes/table.C 1.92:
17881: * src/main/compile.y 1.146:
17882: date format 0
17883:
17884: 2001-07-07 parser
17885: * src/classes/Makefile.am 1.16:
17886: * src/classes/date.C 1.1:
17887: * src/classes/file.C 1.39:
17888: * src/classes/hash.C 1.10:
17889: * src/classes/image.C 1.30:
17890: * src/classes/mail.C 1.32:
17891: * src/classes/math.C 1.3:
17892: * src/classes/op.C 1.34:
17893: * src/classes/string.C 1.59:
17894: * src/classes/table.C 1.90:
17895: * src/classes/void.C 1.4:
17896: * src/include/pa_request.h 1.91:
17897: * src/main/main.dsp 1.105:
17898: * src/types/pa_value.h 1.64:
17899: * src/types/pa_vdate.h 1.1:
17900: * src/types/pa_wcontext.C 1.7:
17901: date now set $fields roll string. todo: sql, calendar
17902:
17903: * src/classes/date.C 1.2:
17904: * src/classes/table.C 1.91:
17905: * src/include/pa_common.h 1.45:
17906: * src/include/pa_string.h 1.97:
17907: * src/main/pa_common.C 1.57:
17908: * src/types/pa_vdate.h 1.2:
17909: date roll
17910: table calendar
17911:
17912: 2001-07-06 parser
17913: * src/classes/math.C 1.2:
17914: * src/include/pa_request.h 1.90:
17915: * src/main/execute.C 1.174:
17916: * src/main/main.dsp 1.104:
17917: * src/main/pa_request.C 1.141:
17918: * src/types/pa_vmath.h 1.1:
17919: math 0
17920:
17921: 2001-07-03 parser
17922: * src/classes/Makefile.am 1.15:
17923: * src/classes/math.C 1.1:
17924: * src/classes/op.C 1.33:
17925: * src/classes/random.C 1.15:
17926: * src/main/main.dsp 1.103:
17927: class random renamed to math, operators became methods
17928:
17929: * src/classes/op.C 1.32:
17930: pow sqrt
17931:
17932: * src/classes/op.C 1.31:
17933: * src/main/execute.C 1.173:
17934: sin asin cos acos tan atan
17935:
17936: 2001-07-02 parser
17937: * src/classes/hash.C 1.9:
17938: ^hash.keys[]
17939:
17940: * src/classes/table.C 1.88:
17941: * src/main/pa_table.C 1.34:
17942: ^table:columns[]
17943:
17944: * src/classes/table.C 1.89:
17945: ^table.columns column renamed from 'name' to 'column'
17946:
17947: * src/main/compile.y 1.145:
17948: * src/main/compile_tools.h 1.42:
17949: in expressions now allowed 'strings'
17950:
17951: 2001-06-29 parser
17952: * src/main/execute.C 1.171:
17953: * src/main/execute.C 1.172:
17954: /0 %0 checkes ver 2
17955:
17956: * src/classes/table.C 1.87:
17957: empty strings @ sql
17958:
17959: * src/Makefile.in 1.8:
17960: * src/classes/Makefile.in 1.9:
17961: makes
17962:
17963: * src/classes/Makefile.am 1.14:
17964: nothing - void
17965:
17966: * src/main/execute.C 1.170:
17967: /0 %0 checke
17968:
17969: 2001-06-28 parser
17970: * src/classes/double.C 1.32:
17971: * src/classes/file.C 1.38:
17972: * src/classes/form.C 1.13:
17973: * src/classes/hash.C 1.8:
17974: * src/classes/image.C 1.29:
17975: * src/classes/int.C 1.28:
17976: * src/classes/mail.C 1.31:
17977: * src/classes/op.C 1.30:
17978: * src/classes/random.C 1.14:
17979: * src/classes/response.C 1.13:
17980: * src/classes/string.C 1.58:
17981: * src/classes/table.C 1.86:
17982: * src/classes/void.C 1.3:
17983: * src/main/compile.C 1.40:
17984: * src/main/compile.y 1.144:
17985: * src/main/compile_tools.C 1.36:
17986: * src/main/execute.C 1.169:
17987: * src/main/pa_array.C 1.37:
17988: * src/main/pa_common.C 1.56:
17989: * src/main/pa_dir.C 1.5:
17990: * src/main/pa_exception.C 1.11:
17991: * src/main/pa_exec.C 1.7:
17992: * src/main/pa_globals.C 1.62:
17993: * src/main/pa_hash.C 1.37:
17994: * src/main/pa_pool.C 1.20:
17995: * src/main/pa_request.C 1.140:
17996: * src/main/pa_socks.C 1.5:
17997: * src/main/pa_sql_driver_manager.C 1.22:
17998: * src/main/pa_string.C 1.93:
17999: * src/main/pa_table.C 1.33:
18000: * src/main/untaint.C 1.53:
18001: * src/targets/cgi/parser3.C 1.93:
18002: * src/targets/isapi/parser3isapi.C 1.35:
18003: */
1.26 paf 18004: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 18005:
18006: * src/main/compile.y 1.142:
18007: * src/main/compile_tools.h 1.41:
18008: $:name: == ${name}:
18009: $class:name: == ${class:name}:
18010:
18011: * src/classes/string.C 1.56:
18012: exactly one
18013:
18014: * src/classes/double.C 1.31:
18015: * src/classes/file.C 1.37:
18016: * src/classes/form.C 1.12:
18017: * src/classes/hash.C 1.7:
18018: * src/classes/image.C 1.28:
18019: * src/classes/int.C 1.27:
18020: * src/classes/mail.C 1.30:
18021: * src/classes/op.C 1.29:
18022: * src/classes/random.C 1.13:
18023: * src/classes/response.C 1.12:
18024: * src/classes/string.C 1.57:
18025: * src/classes/table.C 1.85:
18026: * src/classes/void.C 1.2:
18027: * src/main/compile.C 1.39:
18028: * src/main/compile.y 1.143:
18029: * src/main/compile_tools.C 1.35:
18030: * src/main/execute.C 1.168:
18031: * src/main/pa_array.C 1.36:
18032: * src/main/pa_common.C 1.55:
18033: * src/main/pa_dir.C 1.4:
18034: * src/main/pa_exception.C 1.10:
18035: * src/main/pa_exec.C 1.6:
18036: * src/main/pa_globals.C 1.61:
18037: * src/main/pa_hash.C 1.36:
18038: * src/main/pa_pool.C 1.19:
18039: * src/main/pa_request.C 1.139:
18040: * src/main/pa_socks.C 1.4:
18041: * src/main/pa_sql_driver_manager.C 1.21:
18042: * src/main/pa_string.C 1.92:
18043: * src/main/pa_table.C 1.32:
18044: * src/main/untaint.C 1.52:
18045: * src/targets/cgi/parser3.C 1.92:
18046: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 18047: static char *RCSId="$Id$";
1.15 paf 18048:
18049: 2001-06-27 parser
18050: * src/classes/hash.C 1.6:
18051: * src/classes/nothing.C 1.5:
18052: * src/classes/table.C 1.84:
18053: * src/classes/void.C 1.1:
18054: * src/main/compile.y 1.140:
18055: * src/main/compile.y 1.141:
18056: * src/main/execute.C 1.167:
18057: * src/main/main.dsp 1.102:
18058: * src/main/pa_request.C 1.138:
18059: * src/targets/cgi/pa_pool.C 1.17:
18060: * src/types/pa_value.h 1.63:
18061: * src/types/pa_vcode_frame.h 1.6:
18062: * src/types/pa_vmethod_frame.h 1.12:
18063: * src/types/pa_vnothing.h 1.2:
18064: * src/types/pa_vtable.h 1.26:
18065: * src/types/pa_vvoid.h 1.1:
18066: nothing renamed to void
18067:
18068: * src/classes/op.C 1.28:
18069: ^switch ^case
18070:
18071: * src/main/compile.y 1.139:
18072: lexer: $zzzz^zzzz were name part
18073:
18074: 2001-05-28 parser
18075: * src/main/main.dsp 1.101:
18076: * src/targets/isapi/parser3isapi.dsp 1.15:
18077: release project options [some bugs]
18078:
18079: * src/classes/classes.C 1.7:
18080: * src/main/compile.C 1.38:
18081: * src/main/compile.y 1.138:
18082: * src/main/execute.C 1.166:
18083: operators are not in root class again
18084:
18085: * src/doc/html2chm.cmd 1.3:
18086: removed >a
18087:
18088: * src/doc/sources2html.cmd 1.2:
18089: z
18090:
18091: 2001-05-24 parser
18092: * src/Makefile.in 1.7:
18093: * src/classes/Makefile.in 1.8:
18094: * src/main/Makefile.in 1.6:
18095: * src/targets/Makefile.in 1.7:
18096: * src/targets/apache13/Makefile.in 1.6:
18097: * src/targets/cgi/Makefile.in 1.7:
18098: * src/types/Makefile.in 1.6:
18099: makes
18100:
18101: * src/main/pa_request.C 1.135:
18102: * src/main/pa_request.C 1.136:
18103: * src/targets/cgi/parser3.C 1.90:
18104: // no _ conversions in @exception[params]
18105:
18106: * src/targets/cgi/parser3.dsp 1.19:
18107: project file
18108:
18109: * src/classes/op.C 1.27:
18110: * src/main/pa_request.C 1.137:
18111: * src/targets/cgi/parser3.C 1.91:
18112: ^log ^exp
18113:
18114: 2001-05-23 parser
18115: * src/classes/op.C 1.25:
18116: * src/main/compile.y 1.137:
18117: allow one empty line before LS_DEF_NAME
18118:
18119: * src/main/pa_string.C 1.91:
18120: string cmp bug
18121:
18122: * src/classes/mail.C 1.29:
18123: * src/classes/op.C 1.26:
18124: rem max 1000
18125:
18126: 2001-05-22 parser
18127: * src/classes/op.C 1.24:
18128: if params code-required
18129:
18130: 2001-05-21 parser
18131: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
18132: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
18133: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
18134: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
18135: 0
18136:
18137: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
18138: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
18139: 1
18140:
18141: * src/Makefile.in 1.6:
18142: * src/classes/Makefile.in 1.6:
18143: * src/classes/Makefile.in 1.7:
18144: * src/main/Makefile.in 1.5:
18145: * src/targets/Makefile.in 1.6:
18146: * src/targets/apache13/Makefile.in 1.5:
18147: * src/targets/cgi/Makefile.in 1.6:
18148: * src/types/Makefile.in 1.5:
18149: makes
18150:
18151: * src/classes/double.C 1.30:
18152: * src/classes/hash.C 1.4:
18153: * src/classes/hash.C 1.5:
18154: * src/classes/nothing.C 1.1:
18155: * src/classes/nothing.C 1.2:
18156: * src/classes/nothing.C 1.3:
18157: * src/classes/op.C 1.23:
18158: * src/classes/string.C 1.55:
18159: * src/classes/table.C 1.83:
18160: * src/classes/unknown.C 1.8:
18161: * src/main/compile.y 1.136:
18162: * src/main/execute.C 1.164:
18163: * src/main/execute.C 1.165:
18164: * src/main/main.dsp 1.100:
18165: * src/main/pa_request.C 1.134:
18166: * src/targets/cgi/pa_pool.C 1.15:
18167: * src/targets/cgi/pa_pool.C 1.16:
18168: * src/types/pa_value.h 1.62:
18169: * src/types/pa_vcode_frame.h 1.5:
18170: * src/types/pa_vmethod_frame.h 1.10:
18171: * src/types/pa_vmethod_frame.h 1.11:
18172: * src/types/pa_vnothing.h 1.1:
18173: * src/types/pa_vtable.h 1.24:
18174: * src/types/pa_vtable.h 1.25:
18175: * src/types/pa_vunknown.h 1.14:
18176: 'unknown' renamed to 'nothing'
18177:
18178: * src/Makefile.in 1.5:
18179: * src/classes/Makefile.in 1.5:
18180: * src/main/Makefile.in 1.4:
18181: * src/targets/Makefile.in 1.5:
18182: * src/targets/apache13/Makefile.in 1.4:
18183: * src/targets/cgi/Makefile.in 1.5:
18184: * src/types/Makefile.in 1.4:
18185: make system timestamps
18186:
18187: * src/classes/nothing.C 1.4:
18188: resultless ^sql moved to nothing:
18189:
18190: * src/classes/Makefile.am 1.13:
18191: .AM
18192:
18193: * src/main/pa_request.C 1.133:
18194: .am
18195:
18196: * src/Makefile.in 1.4:
18197: file stamps to remove autoreconf
18198:
18199: * src/targets/cgi/parser3.C 1.88:
18200: argv can be just "parser3". made site_auto_path "." in that case
18201:
18202: * src/types/pa_vstring.C 1.8:
18203: eoleof
18204:
18205: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
18206: * src/main/execute.C 1.162:
18207: * src/targets/cgi/Makefile.in 1.4:
18208: * src/targets/cgi/parser3.C 1.86:
18209: * src/targets/cgi/parser3.C 1.87:
18210: * src/targets/cgi/parser3.C 1.89:
18211: z
18212:
18213: * src/main/pa_request.C 1.132:
18214: * src/targets/cgi/parser3.C 1.85:
18215: pcre_tables=pcre_default_tables;
18216:
18217: * src/classes/hash.C 1.3:
18218: * src/classes/int.C 1.25:
18219: * src/classes/string.C 1.53:
18220: * src/classes/table.C 1.82:
18221: * src/include/pa_string.h 1.95:
18222: * src/include/pa_string.h 1.96:
18223: * src/main/pa_string.C 1.89:
18224: * src/main/pa_string.C 1.90:
18225: * src/types/pa_vstring.C 1.6:
18226: * src/types/pa_vstring.h 1.27:
18227: started int:sql
18228:
18229: * src/types/pa_vstring.C 1.7:
18230: * src/types/pa_vstring.h 1.28:
18231: removed unnecessary vstring::set_string
18232:
18233: * src/classes/double.C 1.29:
18234: * src/classes/int.C 1.26:
18235: * src/classes/string.C 1.54:
18236: int,double;sql
18237:
18238: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
18239: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
18240: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
18241: hash:sql
18242:
18243: * src/classes/classes.C 1.6:
18244: * src/classes/hash.C 1.2:
18245: * src/classes/op.C 1.22:
18246: * src/classes/table.C 1.81:
18247: * src/main/compile.C 1.37:
18248: * src/main/compile.y 1.135:
18249: * src/main/execute.C 1.163:
18250: hash:sql moved to main trunc. operators.txt updated
18251:
18252: 2001-05-19 parser
18253: * src/types/pa_value.h 1.61:
18254: parameter # 1 based
18255:
18256: * src/main/pa_common.C 1.54:
18257: common: actual filename '%s'
18258:
18259: * src/classes/string.C 1.52:
18260: root context in match replace body now unchanged
18261:
18262: * src/classes/Makefile.am 1.10:
18263: * src/classes/Makefile.am 1.11:
18264: * src/classes/Makefile.am 1.12:
18265: * src/classes/Makefile.am 1.9:
18266: * src/main/pa_sql_driver_manager.C 1.20:
18267: * src/targets/cgi/pa_pool.C 1.12:
18268: classes/.am
18269:
18270: * src/main/untaint.C 1.50:
18271: * src/targets/cgi/pa_pool.C 1.13:
18272: * src/targets/cgi/parser3.C 1.84:
18273: fixed bug in pre html untaint, wrong size used, 4* mem wasted
18274:
18275: * src/classes/string.C 1.51:
18276: * src/main/pa_string.C 1.88:
18277: z
18278:
18279: * src/include/pa_string.h 1.94:
18280: * src/main/untaint.C 1.51:
18281: * src/targets/cgi/pa_pool.C 1.14:
18282: introducing String::cstr_bufsize, returns just size+1 for as_is
18283: target.
18284:
18285: * src/classes/Makefile.in 1.4:
18286: clean
18287:
18288: 2001-05-18 parser
18289: * src/Makefile.in 1.3:
18290: * src/classes/Makefile.in 1.3:
18291: * src/include/pa_config_auto.h.in 1.3:
18292: * src/main/Makefile.in 1.3:
18293: * src/targets/Makefile.in 1.4:
18294: * src/targets/apache13/Makefile.in 1.3:
18295: * src/targets/cgi/Makefile.in 1.3:
18296: * src/targets/cgi/pa_pool.C 1.11:
18297: * src/types/Makefile.in 1.3:
18298: .am pa_threads.C ins
18299:
18300: * src/targets/cgi/Makefile.am 1.8:
18301: .am pa_threads.C added
18302:
18303: 2001-05-17 parser
18304: * src/include/pa_hash.h 1.40:
18305: * src/main/execute.C 1.158:
18306: removed /*SYNCHRONIZED*/ from hash.h
18307:
18308: * src/include/pa_array.h 1.41:
18309: * src/include/pa_common.h 1.44:
18310: * src/include/pa_config_fixed.h 1.8:
18311: * src/include/pa_config_includes.h 1.8:
18312: * src/include/pa_exception.h 1.12:
18313: * src/include/pa_exec.h 1.2:
18314: * src/include/pa_globals.h 1.54:
18315: * src/include/pa_hash.h 1.41:
18316: * src/include/pa_opcode.h 1.2:
18317: * src/include/pa_pool.h 1.52:
18318: * src/include/pa_request.h 1.88:
18319: * src/include/pa_sapi.h 1.9:
18320: * src/include/pa_socks.h 1.3:
18321: * src/include/pa_sql_connection.h 1.7:
18322: * src/include/pa_stack.h 1.9:
18323: * src/include/pa_string.h 1.93:
18324: * src/include/pa_table.h 1.33:
18325: * src/include/pa_threads.h 1.14:
18326: #include "pa_config_includes.h"
18327: in all headers
18328:
18329: * src/include/pa_request.h 1.89:
18330: * src/main/execute.C 1.159:
18331: * src/main/pa_request.C 1.131:
18332: ANTI_ENDLESS_EXECUTE_RECOURSION
18333:
18334: * src/classes/op.C 1.20:
18335: * src/include/pa_config_fixed.h 1.10:
18336: * src/include/pa_sql_connection.h 1.8:
18337: * src/include/pa_sql_driver_manager.h 1.5:
18338: * src/main/pa_sql_driver_manager.C 1.15:
18339: found problem at last: 2connections own 1driver and
18340: set_services fight for driver::fservices. before fix
18341:
18342: * src/main/execute.C 1.160:
18343: * src/types/pa_vmethod_frame.h 1.9:
18344: endless recursion line no
18345:
18346: * src/classes/classes.h 1.8:
18347: * src/include/pa_sql_connection.h 1.10:
18348: * src/include/pa_sql_driver_manager.h 1.7:
18349: * src/main/pa_sql_driver_manager.C 1.17:
18350: cache expiration[use SQL_Driver::disconnect]
18351:
18352: * src/include/pa_config_fixed.h 1.9:
18353: * src/include/pa_threads.h 1.16:
18354: * src/targets/cgi/pa_threads.C 1.1:
18355: * src/targets/cgi/parser3.dsp 1.18:
18356: * src/targets/isapi/pa_threads.C 1.1:
18357: * src/targets/isapi/parser3isapi.dsp 1.14:
18358: added pa_threads.C
18359:
18360: * src/classes/image.C 1.27:
18361: * src/include/pa_sql_driver_manager.h 1.4:
18362: * src/main/pa_sql_driver_manager.C 1.14:
18363: * src/main/pa_string.C 1.87:
18364: wrong includes order prevented sqlmanager to see MULTYTHREAD define
18365:
18366: * src/main/pa_table.C 1.31:
18367: table.locate current restored on "not found"
18368:
18369: * src/include/pa_threads.h 1.15:
18370: removed targets/parser
18371:
18372: * src/classes/op.C 1.19:
18373: * src/include/pa_sql_connection.h 1.6:
18374: * src/main/pa_sql_driver_manager.C 1.12:
18375: * src/sql/pa_sql_driver.h 1.9:
18376: connection from cache ->set_services(&services);
18377:
18378: * src/include/pa_config_fixed.h 1.7:
18379: * src/include/pa_threads.h 1.13:
18380: * src/main/pa_sql_driver_manager.C 1.13:
18381: SYNCHRONIZED moved closer to caches put/gets
18382:
18383: * src/classes/string.C 1.50:
18384: * src/include/pa_config_fixed.h 1.11:
18385: * src/include/pa_config_includes.h 1.9:
18386: * src/main/compile.y 1.134:
18387: * src/main/compile_tools.h 1.40:
18388: * src/main/execute.C 1.161:
18389: * src/main/pa_array.C 1.35:
18390: * src/main/pa_common.C 1.53:
18391: * src/main/pa_dir.C 1.3:
18392: * src/main/pa_hash.C 1.35:
18393: * src/main/pa_pool.C 1.18:
18394: * src/main/untaint.C 1.49:
18395: * src/types/pa_vcookie.C 1.21:
18396: * src/types/pa_vfile.C 1.17:
18397: * src/types/pa_vform.C 1.29:
18398: #include "pa_config_includes.h"
18399: removed from most .C
18400:
18401: * src/doc/html2chm.cmd 1.2:
18402: z
18403:
18404: * src/doc/chm.cmd 1.7:
18405: * src/doc/doxygen.cmd 1.7:
18406: * src/doc/html2chm.cmd 1.1:
18407: * src/doc/sources2html.cmd 1.1:
18408: * src/doc/view.cmd 1.3:
18409: * src/doc/view_chm.cmd 1.1:
18410: * src/doc/view_html.cmd 1.1:
18411: doc cmds
18412:
18413: * src/main/pa_sql_driver_manager.C 1.19:
18414: moved expiration to get_connection_from_cache
18415:
18416: * src/main/pa_sql_driver_manager.C 1.18:
18417: cache expiration bf
18418:
18419: * src/classes/op.C 1.21:
18420: * src/include/pa_sql_connection.h 1.9:
18421: * src/include/pa_sql_driver_manager.h 1.6:
18422: * src/main/pa_sql_driver_manager.C 1.16:
18423: * src/sql/pa_sql_driver.h 1.10:
18424: fixed problem at last: 2connections own 1driver and
18425: set_services fight for driver::fservices. before fix
18426:
18427: 2001-05-16 parser
18428: * src/include/pa_array.h 1.39:
18429: * src/include/pa_string.h 1.92:
18430: * src/main/execute.C 1.157:
18431: * src/main/pa_array.C 1.33:
18432: * src/targets/cgi/pa_pool.C 1.9:
18433: * src/targets/cgi/parser3.C 1.81:
18434: array debugged; adjusted
18435:
18436: * src/include/pa_array.h 1.40:
18437: * src/main/pa_array.C 1.34:
18438: * src/targets/cgi/parser3.C 1.82:
18439: removed array debug. before vstring rebasing
18440:
18441: * src/main/pa_sql_driver_manager.C 1.11:
18442: * src/main/pa_string.C 1.86:
18443: SQL_Driver_manager line no for connect/charset errors
18444:
18445: * src/targets/cgi/parser3.C 1.83:
18446: z
18447:
18448: * src/include/pa_pool.h 1.51:
18449: * src/targets/cgi/pa_pool.C 1.10:
18450: removed pool debug, #ifdefed some.
18451: would debug later, on more precise sample than stupid:
18452: @main[]
18453: $name[$z[]]
18454: ^for[i](0;10000-2){
18455: $tail[9994]
18456: $name.$tail[$tail!]
18457: $name.$tail
18458: }
18459: ok3
18460:
18461: 2001-05-15 parser
18462: * src/targets/cgi/pa_pool.C 1.6:
18463: * src/targets/cgi/parser3.C 1.78:
18464: main loss here: 5673321/ 70041= 81
18465:
18466: * src/include/pa_pool.h 1.50:
18467: * src/include/pa_string.h 1.89:
18468: * src/main/pa_string.C 1.83:
18469: * src/targets/cgi/pa_pool.C 1.7:
18470: * src/targets/cgi/parser3.C 1.79:
18471: string fixed bug with fullchunk cmps
18472:
18473: * src/include/pa_string.h 1.90:
18474: * src/main/pa_string.C 1.84:
18475: * src/targets/cgi/pa_pool.C 1.8:
18476: * src/targets/cgi/parser3.C 1.80:
18477: think that all must grow lineary, not exponentialy
18478:
18479: * src/include/pa_array.h 1.38:
18480: * src/include/pa_string.h 1.91:
18481: * src/main/pa_array.C 1.32:
18482: * src/main/pa_string.C 1.85:
18483: string+array made linear grows
18484:
18485: * src/include/pa_string.h 1.88:
18486: * src/targets/cgi/pa_pool.C 1.5:
18487: * src/targets/cgi/parser3.C 1.77:
18488: detected huge mem allocation: size/times malloc 27809390/368771
18489: calloc 3232/83. would test now
18490:
18491: * src/classes/random.C 1.12:
18492: * src/main/compile.y 1.133:
18493: * src/main/execute.C 1.156:
18494: * src/main/pa_request.C 1.130:
18495: * src/types/pa_value.h 1.60:
18496: * src/types/pa_vmethod_frame.h 1.8:
18497: numbered params had wrong name - for instance: bad error
18498: message in ^for[] bad body type. fixed
18499:
18500: 2001-05-14 parser
18501: * src/classes/string.C 1.49:
18502: * src/include/pa_string.h 1.87:
18503: * src/main/pa_string.C 1.82:
18504: * src/main/untaint.C 1.48:
18505: ^string.upper|lower[]
18506:
18507: 2001-05-11 paf
18508: * src/classes/classes.cmd 1.2:
18509: * src/classes/gawk.exe 1.2:
18510: * src/classes/ls.exe 1.2:
18511: * src/main/bison.exe 1.2:
18512: * src/targets/isapi/KILL.EXE 1.2:
18513: * src/targets/isapi/PSTAT.EXE 1.2:
18514: * src/targets/isapi/istart.cmd 1.2:
18515: * src/targets/isapi/istop.cmd 1.2:
18516: * src/targets/isapi/kill.pl 1.2:
18517: moved win32 helpers to /win32tools
18518:
18519: 2001-05-11 parser
18520: * src/main/main.dsp 1.99:
18521: * src/targets/isapi/parser3isapi.dsp 1.13:
18522: fixed some .dsp for win32tools
18523:
18524: * src/classes/double.C 1.28:
18525: * src/classes/image.C 1.26:
18526: * src/classes/op.C 1.18:
18527: * src/classes/string.C 1.48:
18528: * src/classes/table.C 1.80:
18529: * src/classes/unknown.C 1.7:
18530: * src/main/execute.C 1.155:
18531: * src/types/pa_value.h 1.59:
18532: * src/types/pa_vbool.h 1.10:
18533: * src/types/pa_vdouble.h 1.21:
18534: * src/types/pa_vint.h 1.22:
18535: * src/types/pa_vstring.h 1.26:
18536: * src/types/pa_vunknown.h 1.13:
18537: op: MAX_LOOPS
18538: as_int
18539:
18540: 2001-05-10 paf
18541: * src/doc/doxygen.cmd 1.5:
18542: * src/main/compile.y 1.131:
18543: * src/types/pa_vobject.h 1.9:
18544: grammar: priorities changes [lowerd && prior]
18545: vobject: now first fields, next methods
18546:
18547: * src/main/pa_request.C 1.129:
18548: * src/types/pa_vrequest.C 1.6:
18549: op configured
18550:
18551: * src/Makefile.in 1.2:
18552: * src/classes/Makefile.in 1.2:
18553: * src/include/pa_config_auto.h.in 1.2:
18554: * src/include/pa_config_fixed.h 1.6:
18555: * src/include/pa_config_includes.h 1.6:
18556: * src/main/Makefile.in 1.2:
18557: * src/targets/Makefile.in 1.3:
18558: * src/targets/apache13/Makefile.in 1.2:
18559: * src/targets/cgi/Makefile.in 1.2:
18560: * src/types/Makefile.in 1.2:
18561: inline wonders
18562:
18563: * src/main/compile.y 1.132:
18564: @end grammar: allowed zero strings in control menthod
18565:
18566: * src/types/pa_value.h 1.58:
18567: * src/types/pa_vclass.h 1.16:
18568: * src/types/pa_vstateless_class.h 1.14:
18569: * src/types/pa_vstateless_object.h 1.9:
18570: changed priority: field before method lookup in vclass & vobject
18571:
18572: * src/include/pa_common.h 1.43:
18573: * src/include/pa_config_includes.h 1.7:
18574: inline undefed for C++, that's all
18575:
18576: * src/classes/Makefile.am 1.8:
18577: * src/classes/hash.C 1.1:
18578: * src/doc/doxygen.cfg 1.11:
18579: * src/doc/doxygen.cmd 1.6:
18580: hash.C added
18581:
18582: 2001-05-08 paf
18583: * src/classes/table.C 1.76:
18584: table:hash always hash of hash now
18585:
18586: * src/classes/op.C 1.15:
18587: * src/classes/table.C 1.72:
18588: * src/main/main.dsp 1.97:
18589: * src/types/pa_vtable.h 1.21:
18590: removed table:find. table:locate and op:eval now return bool
18591:
18592: * src/classes/table.C 1.75:
18593: table:empty return bool now
18594:
18595: * src/classes/table.C 1.79:
18596: * src/types/pa_value.h 1.57:
18597: * src/types/pa_vhash.h 1.14:
18598: * src/types/pa_vmethod_frame.h 1.7:
18599: hash:default works at last!
18600:
18601: * src/main/pa_table.C 1.30:
18602: table columnname2item on nameless ignored bark=false. fixed
18603:
18604: * src/classes/op.C 1.17:
18605: * src/types/pa_vtable.h 1.22:
18606: allowed $table.2342734 returns vunknown
18607:
18608: * src/classes/table.C 1.74:
18609: * src/doc/chm.cmd 1.6:
18610: * src/include/pa_array.h 1.37:
18611: * src/include/pa_table.h 1.32:
18612: * src/main/pa_table.C 1.29:
18613: * src/types/pa_value.h 1.56:
18614: * src/types/pa_vtable.h 1.23:
18615: table:hash
18616:
18617: * src/doc/chm.cmd 1.5:
18618: * src/main/execute.C 1.154:
18619: * src/types/pa_value.h 1.55:
18620: wrong pool in method checkparams again. fixed
18621:
18622: * src/classes/double.C 1.27:
18623: * src/classes/int.C 1.24:
18624: * src/classes/op.C 1.16:
18625: * src/classes/string.C 1.47:
18626: int,double,string:int[] double[] string:length[] results now
18627: have hames
18628:
18629: * src/classes/table.C 1.77:
18630: z
18631:
18632: * src/classes/mail.C 1.28:
18633: * src/classes/table.C 1.78:
18634: * src/doc/doxygen.cmd 1.4:
18635: * src/main/main.dsp 1.98:
18636: * src/types/pa_vhash.h 1.13:
18637: * src/types/pa_vstateless_class.h 1.13:
18638: hash:default
18639:
18640: * src/classes/table.C 1.73:
18641: table:record have name
18642:
18643: 2001-05-07 paf
18644: * src/types/pa_value.h 1.51:
18645: * src/types/pa_vtable.h 1.17:
18646: table: fields, then methods. so to enable 'dir' fields & co.
18647:
18648: * src/main/execute.C 1.153:
18649: ^var[^class:var.method[]] is not constructor now
18650:
18651: * src/main/compile.y 1.130:
18652: grammar: @end
18653:
18654: * src/doc/chm.cmd 1.4:
18655: cmd
18656:
18657: * src/doc/ClassExample2.dox 1.3:
18658: * src/doc/aliased.dox 1.3:
18659: * src/doc/chm.cmd 1.2:
18660: * src/include/code.h 1.29:
18661: * src/include/pa_opcode.h 1.1:
18662: * src/main/compile.C 1.36:
18663: * src/main/compile_tools.h 1.39:
18664: * src/main/execute.C 1.152:
18665: * src/types/pa_value.h 1.53:
18666: * src/types/pa_vbool.h 1.9:
18667: * src/types/pa_vclass.h 1.15:
18668: * src/types/pa_vcode_frame.h 1.4:
18669: * src/types/pa_vcookie.h 1.10:
18670: * src/types/pa_vdouble.h 1.20:
18671: * src/types/pa_venv.h 1.16:
18672: * src/types/pa_vfile.h 1.26:
18673: * src/types/pa_vform.h 1.20:
18674: * src/types/pa_vhash.h 1.12:
18675: * src/types/pa_vimage.h 1.13:
18676: * src/types/pa_vint.h 1.21:
18677: * src/types/pa_vjunction.h 1.6:
18678: * src/types/pa_vmethod_frame.h 1.6:
18679: * src/types/pa_vobject.h 1.8:
18680: * src/types/pa_vrequest.h 1.10:
18681: * src/types/pa_vresponse.h 1.10:
18682: * src/types/pa_vstateless_class.h 1.12:
18683: * src/types/pa_vstring.h 1.25:
18684: * src/types/pa_vtable.h 1.20:
18685: * src/types/pa_vunknown.h 1.12:
18686: * src/types/pa_wcontext.h 1.15:
18687: * src/types/pa_wwrapper.h 1.9:
18688: pa_code.h
18689:
18690: * src/include/pa_table.h 1.30:
18691: * src/main/pa_table.C 1.27:
18692: * src/types/pa_value.h 1.52:
18693: * src/types/pa_vtable.h 1.18:
18694: table: fields, then methods. so to enable 'dir' fields & co. more
18695:
18696: * src/classes/string.C 1.45:
18697: * src/classes/table.C 1.71:
18698: * src/doc/ClassExample1.dox 1.2:
18699: * src/doc/ClassExample2.dox 1.2:
18700: * src/doc/ClassExample3.dox 1.2:
18701: * src/doc/aliased.dox 1.2:
18702: * src/doc/class.dox 1.2:
18703: * src/doc/compiler.dox 1.2:
18704: * src/doc/doxygen.cfg 1.10:
18705: * src/doc/doxygen.cmd 1.2:
18706: * src/doc/executor.dox 1.2:
18707: * src/doc/index.dox 1.3:
18708: * src/doc/methoded.dox 1.2:
18709: * src/doc/module.dox 1.2:
18710: * src/doc/object.dox 1.2:
18711: * src/doc/pooled.dox 1.2:
18712: * src/doc/string.dox 1.2:
18713: * src/doc/targets.dox 1.2:
18714: * src/doc/value.dox 1.2:
18715: * src/include/code.h 1.28:
18716: * src/include/pa_hash.h 1.39:
18717: * src/include/pa_string.h 1.86:
18718: * src/main/pa_request.C 1.128:
18719: * src/main/pa_sql_driver_manager.C 1.10:
18720: * src/types/pa_vjunction.h 1.5:
18721: * src/types/pa_vtable.h 1.19:
18722: dox, split by not clean parts also
18723:
18724: * src/classes/image.C 1.25:
18725: * src/classes/mail.C 1.27:
18726: * src/classes/string.C 1.46:
18727: * src/doc/chm.cmd 1.3:
18728: * src/include/pa_table.h 1.31:
18729: * src/main/pa_table.C 1.28:
18730: * src/types/pa_value.h 1.54:
18731: method reported errors on wrong pool
18732:
18733: * src/doc/chm.cmd 1.1:
18734: * src/doc/doxygen.cmd 1.3:
18735: * src/doc/view.cmd 1.2:
18736: dox cmd
18737:
18738: 2001-05-04 paf
18739: * src/classes/classes.h 1.7:
18740: * src/classes/double.C 1.26:
18741: * src/classes/file.C 1.36:
18742: * src/classes/form.C 1.11:
18743: * src/classes/image.C 1.24:
18744: * src/classes/int.C 1.23:
18745: * src/classes/mail.C 1.26:
18746: * src/classes/op.C 1.14:
18747: * src/classes/random.C 1.11:
18748: * src/classes/response.C 1.11:
18749: * src/classes/string.C 1.44:
18750: * src/classes/table.C 1.70:
18751: * src/classes/unknown.C 1.6:
18752: * src/doc/doxygen.cfg 1.9:
18753: * src/doc/index.dox 1.2:
18754: * src/main/pa_string.C 1.81:
18755: removed m- method dox
18756:
18757: * src/doc/ClassExample1.dox 1.1:
18758: * src/doc/ClassExample2.dox 1.1:
18759: * src/doc/ClassExample3.dox 1.1:
18760: * src/main/execute.C 1.151:
18761: dox: example1 updated
18762:
18763: 2001-05-03 paf
18764: * src/classes/classes.h 1.6:
18765: * src/classes/double.C 1.25:
18766: * src/doc/aliased.dox 1.1:
18767: * src/doc/class.dox 1.1:
18768: * src/doc/compiler.dox 1.1:
18769: * src/doc/doxygen.cfg 1.8:
18770: * src/doc/doxygen.txt 1.6:
18771: * src/doc/executor.dox 1.1:
18772: * src/doc/index.dox 1.1:
18773: * src/doc/methoded.dox 1.1:
18774: * src/doc/module.dox 1.1:
18775: * src/doc/object.dox 1.1:
18776: * src/doc/pooled.dox 1.1:
18777: * src/doc/string.dox 1.1:
18778: * src/doc/targets.dox 1.1:
18779: * src/doc/value.dox 1.1:
18780: * src/main/pa_request.C 1.127:
18781: dox splitted .dox files and added some
18782:
18783: * src/classes/Makefile.am 1.7:
18784: * src/doc/doxygen.txt 1.5:
18785: classes/am
18786:
18787: 2001-05-02 paf
18788: * src/classes/image.C 1.23:
18789: * src/classes/table.C 1.69:
18790: table:dir result are not tainted by file_name language now
18791:
18792: 2001-04-28 paf
18793: * src/classes/classes.inc 1.5:
18794: removed classes.inc
18795:
18796: * src/classes/classes.C 1.3:
18797: * src/classes/classes.h 1.3:
18798: * src/classes/file.C 1.33:
18799: * src/classes/form.C 1.5:
18800: * src/classes/mail.C 1.24:
18801: * src/include/pa_request.h 1.85:
18802: * src/main/pa_request.C 1.124:
18803: configure started
18804:
18805: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
18806: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
18807: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
18808: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
18809: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
18810: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
18811: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
18812: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
18813: removed ^a.menu{$name} ability. now
18814: $a{^menu{$name}}
18815: or
18816: ^a.menu{$a.name}
18817:
18818: * src/classes/_double.h 1.8:
18819: * src/classes/_file.h 1.5:
18820: * src/classes/_form.h 1.4:
18821: * src/classes/_image.h 1.4:
18822: * src/classes/_int.h 1.8:
18823: * src/classes/_mail.h 1.4:
18824: * src/classes/_op.h 1.6:
18825: * src/classes/_random.h 1.4:
18826: * src/classes/_response.h 1.5:
18827: * src/classes/_string.h 1.10:
18828: * src/classes/_table.h 1.7:
18829: * src/classes/_unknown.h 1.3:
18830: * src/classes/classes.C 1.2:
18831: * src/classes/classes.h 1.2:
18832: * src/classes/classes.inc 1.1:
18833: * src/classes/double.C 1.22:
18834: * src/classes/exec.C 1.4:
18835: * src/classes/file.C 1.32:
18836: * src/classes/form.C 1.4:
18837: * src/classes/image.C 1.22:
18838: * src/classes/int.C 1.20:
18839: * src/classes/mail.C 1.23:
18840: * src/classes/op.C 1.10:
18841: * src/classes/random.C 1.10:
18842: * src/classes/response.C 1.8:
18843: * src/classes/string.C 1.41:
18844: * src/classes/table.C 1.66:
18845: * src/classes/unknown.C 1.3:
18846: * src/include/pa_globals.h 1.51:
18847: * src/include/pa_request.h 1.84:
18848: * src/main/compile.y 1.129:
18849: * src/main/execute.C 1.149:
18850: * src/main/main.dsp 1.93:
18851: * src/main/pa_globals.C 1.57:
18852: * src/main/pa_request.C 1.123:
18853: * src/targets/cgi/parser3.C 1.73:
18854: * src/targets/isapi/parser3isapi.C 1.32:
18855: * src/types/pa_value.h 1.50:
18856: * src/types/pa_vcookie.h 1.9:
18857: * src/types/pa_vdouble.h 1.17:
18858: * src/types/pa_venv.h 1.15:
18859: * src/types/pa_vfile.h 1.23:
18860: * src/types/pa_vform.C 1.28:
18861: * src/types/pa_vform.h 1.17:
18862: * src/types/pa_vimage.h 1.10:
18863: * src/types/pa_vint.h 1.18:
18864: * src/types/pa_vrequest.h 1.9:
18865: * src/types/pa_vresponse.h 1.9:
18866: * src/types/pa_vstateless_class.h 1.11:
18867: * src/types/pa_vstring.h 1.24:
18868: * src/types/pa_vtable.h 1.16:
18869: * src/types/pa_vunknown.h 1.11:
18870: * src/types/pa_wcontext.h 1.13:
18871: Methoded reorganized. todo: methoded-configure
18872:
18873: * src/classes/classes.inc 1.4:
18874: * src/main/Makefile.am 1.12:
18875: removed pa_methoded from .am
18876:
18877: * src/main/execute.C 1.150:
18878: * src/types/pa_wcontext.h 1.14:
18879: Methoded reorganized 2. todo: methoded-configure
18880:
18881: * src/classes/Makefile.am 1.4:
18882: * src/classes/classes.awk 1.1:
18883: * src/classes/classes.cmd 1.1:
18884: * src/classes/classes.inc 1.2:
18885: * src/classes/gawk.exe 1.1:
18886: * src/classes/ls.exe 1.1:
18887: * src/main/bison.exe 1.1:
18888: classes.inc autogenerator
18889:
18890: * src/classes/form.C 1.6:
18891: * src/include/pa_request.h 1.86:
18892: * src/main/pa_request.C 1.125:
18893: about to move configured data to special request hash
18894:
18895: * src/classes/form.C 1.7:
18896: * src/classes/mail.C 1.25:
18897: * src/classes/op.C 1.11:
18898: * src/include/pa_globals.h 1.52:
18899: * src/include/pa_request.h 1.87:
18900: * src/main/pa_globals.C 1.58:
18901: * src/main/pa_request.C 1.126:
18902: moved some configured data to request::classes_conf
18903: moved some string crations from globals to M...
18904:
1.24 paf 18905: * src/classes/Makefile.am 1.5:
18906: * src/main/main.dsp 1.95:
18907: classes/Makefile.am
18908:
1.15 paf 18909: * src/classes/classes.C 1.4:
18910: * src/classes/classes.h 1.4:
18911: * src/classes/double.C 1.23:
18912: * src/classes/file.C 1.34:
18913: * src/classes/form.C 1.9:
18914: * src/classes/int.C 1.21:
18915: * src/classes/op.C 1.12:
18916: * src/classes/response.C 1.9:
18917: * src/classes/string.C 1.42:
18918: * src/classes/table.C 1.67:
18919: * src/classes/unknown.C 1.4:
18920: * src/include/pa_methoded.h 1.1:
18921: * src/main/Makefile.am 1.11:
18922: * src/main/main.dsp 1.94:
18923: * src/main/pa_methoded.C 1.1:
18924: * src/targets/cgi/parser3.C 1.75:
18925: * src/types/pa_vdouble.h 1.18:
18926: * src/types/pa_vfile.h 1.24:
18927: * src/types/pa_vform.h 1.18:
18928: * src/types/pa_vimage.h 1.11:
18929: * src/types/pa_vint.h 1.19:
18930: classes/classes renamet to include|main/pa_methoded
18931:
18932: * src/include/pa_string.h 1.85:
18933: * src/main/pa_globals.C 1.60:
18934: * src/main/untaint.C 1.47:
18935: * src/targets/cgi/parser3.C 1.74:
18936: * src/targets/isapi/parser3isapi.C 1.33:
18937: z
18938:
18939: * src/classes/Makefile.am 1.6:
18940: * src/classes/classes.C 1.5:
18941: * src/classes/classes.h 1.5:
18942: * src/classes/classes.inc 1.3:
18943: * src/classes/double.C 1.24:
18944: * src/classes/file.C 1.35:
18945: * src/classes/form.C 1.10:
18946: * src/classes/int.C 1.22:
18947: * src/classes/op.C 1.13:
18948: * src/classes/response.C 1.10:
18949: * src/classes/string.C 1.43:
18950: * src/classes/table.C 1.68:
18951: * src/classes/unknown.C 1.5:
18952: * src/include/pa_methoded.h 1.2:
18953: * src/main/main.dsp 1.96:
18954: * src/main/pa_methoded.C 1.2:
18955: * src/targets/cgi/parser3.C 1.76:
18956: * src/types/pa_vdouble.h 1.19:
18957: * src/types/pa_vfile.h 1.25:
18958: * src/types/pa_vform.h 1.19:
18959: * src/types/pa_vimage.h 1.12:
18960: * src/types/pa_vint.h 1.20:
18961: renamed pa_methoded back to classes/classes.h
18962:
18963: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
18964: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
18965: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
18966: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
18967: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
18968: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
18969: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
18970: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
18971: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
18972: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
18973: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
18974: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
18975: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
18976: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
18977: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
18978: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
18979: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
18980: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
18981: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
18982: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
18983: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
18984: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
18985: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
18986: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
18987: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
18988: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
18989: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
18990: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
18991: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
18992: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
18993: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
18994: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
18995: beautifying just compiled. todo: debug, configure
18996:
18997: * src/classes/classes.awk 1.2:
18998: skipped classes in .awk
18999:
19000: * src/classes/form.C 1.8:
19001: * src/include/pa_globals.h 1.53:
19002: * src/main/pa_globals.C 1.59:
19003: moved some configured data to request::classes_conf
19004: moved some string crations from globals to M...
19005: [works]
19006:
19007: 2001-04-27 paf
19008: * src/main/compile.y 1.128:
19009: serge@ found @CLASS bug. fixed
19010:
19011: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
19012: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
19013: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
19014: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
19015: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
19016: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
19017: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
19018: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
19019: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
19020: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
19021: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
19022: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
19023: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
19024: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
19025: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
19026: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
19027: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
19028: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
19029: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
19030: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
19031: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
19032: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
19033: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
19034: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
19035: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
19036: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
19037: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
19038: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
19039: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
19040: beautifying -100
19041:
19042: * src/classes/classes.C 1.1:
19043: file classes.C was initially added on branch
19044: reorganize_user_classes.
19045:
19046: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
19047: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
19048: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
19049: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
19050: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
19051: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
19052: beautifying -99
19053:
19054: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
19055: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
19056: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
19057: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
19058: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
19059: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
19060: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
19061: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
19062: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
19063: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
19064: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
19065: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
19066: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
19067: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
19068: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
19069: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
19070: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
19071: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
19072: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
19073: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
19074: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
19075: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
19076: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
19077: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
19078: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
19079: started beautifying
19080:
19081: * src/classes/classes.h 1.1:
19082: file classes.h was initially added on branch
19083: reorganize_user_classes.
19084:
19085: 2001-04-26 paf
19086: * src/main/pa_request.C 1.121:
19087: * src/main/pa_string.C 1.80:
19088: z
19089:
19090: * src/classes/_exec.h 1.4:
19091: * src/classes/_image.h 1.3:
19092: * src/classes/image.C 1.21:
19093: * src/classes/mail.C 1.22:
19094: * src/classes/op.C 1.9:
19095: * src/classes/random.C 1.9:
19096: * src/classes/string.C 1.40:
19097: * src/classes/table.C 1.65:
19098: * src/doc/doxygen.cfg 1.5:
19099: * src/doc/doxygen.cfg 1.6:
19100: * src/doc/doxygen.cfg 1.7:
19101: * src/doc/doxygen.txt 1.4:
19102: * src/include/pa_array.h 1.36:
19103: * src/include/pa_config_fixed.h 1.5:
19104: * src/include/pa_config_includes.h 1.5:
19105: * src/include/pa_dir.h 1.3:
19106: * src/include/pa_socks.h 1.2:
19107: * src/include/pa_string.h 1.84:
19108: * src/main/compile_tools.h 1.38:
19109: * src/main/pa_common.C 1.52:
19110: * src/main/pa_request.C 1.122:
19111: * src/main/pa_socks.C 1.3:
19112: * src/sql/pa_sql_driver.h 1.8:
19113: * src/targets/cgi/pa_pool.C 1.4:
19114: * src/types/pa_vbool.h 1.7:
19115: * src/types/pa_vbool.h 1.8:
19116: * src/types/pa_vclass.h 1.13:
19117: * src/types/pa_vclass.h 1.14:
19118: * src/types/pa_vcode_frame.h 1.2:
19119: * src/types/pa_vcode_frame.h 1.3:
19120: * src/types/pa_vcookie.h 1.8:
19121: * src/types/pa_vdouble.h 1.16:
19122: * src/types/pa_venv.h 1.14:
19123: * src/types/pa_vfile.h 1.22:
19124: * src/types/pa_vform.C 1.27:
19125: * src/types/pa_vform.h 1.16:
19126: * src/types/pa_vhash.h 1.11:
19127: * src/types/pa_vimage.C 1.7:
19128: * src/types/pa_vimage.h 1.9:
19129: * src/types/pa_vint.h 1.17:
19130: * src/types/pa_vjunction.h 1.3:
19131: * src/types/pa_vjunction.h 1.4:
19132: * src/types/pa_vmethod_frame.h 1.4:
19133: * src/types/pa_vmethod_frame.h 1.5:
19134: * src/types/pa_vobject.h 1.6:
19135: * src/types/pa_vobject.h 1.7:
19136: * src/types/pa_vrequest.C 1.5:
19137: * src/types/pa_vrequest.h 1.8:
19138: * src/types/pa_vstateless_class.C 1.8:
19139: * src/types/pa_vstateless_class.h 1.10:
19140: * src/types/pa_vstateless_object.h 1.8:
19141: * src/types/pa_vstring.C 1.5:
19142: * src/types/pa_vstring.h 1.23:
19143: * src/types/pa_vtable.h 1.15:
19144: * src/types/pa_vunknown.h 1.10:
19145: * src/types/pa_wcontext.C 1.6:
19146: * src/types/pa_wcontext.h 1.12:
19147: * src/types/pa_wwrapper.h 1.7:
19148: * src/types/pa_wwrapper.h 1.8:
19149: code documentation ++
19150:
19151: * src/include/pa_common.h 1.42:
19152: * src/include/pa_types.h 1.25:
19153: * src/main/pa_sql_driver_manager.C 1.9:
19154: module [and, guess, isapi] connection caching fixed.
19155: request-pooled-url were stored into global connectioncache
19156:
19157: 2001-04-25 paf
19158: * src/doc/doxygen.cfg 1.4:
19159: * src/doc/doxygen.txt 1.3:
19160: * src/targets/isapi/parser3isapi.C 1.31:
19161: started doc / [doxygen.txt]
19162:
19163: * src/include/code.h 1.27:
19164: * src/include/pa_common.h 1.41:
19165: * src/main/compile.y 1.127:
19166: * src/main/execute.C 1.148:
19167: * src/main/pa_common.C 1.51:
19168: -d
19169:
19170: * src/classes/file.C 1.31:
19171: * src/main/pa_exec.C 1.5:
19172: * src/targets/cgi/parser3.C 1.72:
19173: illegal call check a bit improved, but still under iis no
19174: mapping of dir with parser allowed!
19175:
19176: 2001-04-24 paf
19177: * src/targets/Makefile.in 1.2:
19178: * src/targets/apache13/Makefile.in 1.1:
19179: apache makefile.in s
19180:
19181: * src/targets/Makefile.am 1.5:
19182: * src/targets/apache13/Makefile.am 1.1:
19183: apache module lib .am
19184:
19185: * src/main/pa_exec.C 1.4:
19186: windows32 buildCommand
19187:
19188: 2001-04-23 paf
19189: * src/classes/image.C 1.20:
19190: * src/classes/mail.C 1.21:
19191: * src/include/pa_globals.h 1.50:
19192: * src/include/pa_string.h 1.83:
19193: * src/main/pa_exec.C 1.3:
19194: * src/main/pa_request.C 1.119:
19195: * src/main/untaint.C 1.44:
19196: untaint - @test optimize whitespaces for all but 'html'
19197:
19198: * src/main/untaint.C 1.46:
19199: untaint without charset
19200:
19201: * src/targets/cgi/parser3.C 1.68:
19202: cgi /// @test disable /cgi-bin/parser3/auto.p
19203:
19204: * src/classes/random.C 1.8:
19205: * src/targets/cgi/parser3.C 1.71:
19206: redo failed
19207: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
19208:
19209: * src/main/untaint.C 1.45:
19210: mail header only once to =?
19211:
19212: * src/classes/mail.C 1.20:
19213: * src/include/pa_hash.h 1.38:
19214: * src/include/pa_string.h 1.82:
19215: * src/main/pa_common.C 1.49:
19216: * src/main/pa_hash.C 1.34:
19217: * src/main/pa_request.C 1.118:
19218: * src/main/untaint.C 1.43:
19219: untaint - @test mail-header
19220:
19221: * src/include/pa_config_auto.h.in 1.1:
19222: .h.in
19223:
19224: * src/targets/cgi/parser3.C 1.69:
19225: cgi cmdline ver
19226:
19227: * src/main/pa_request.C 1.120:
19228: * src/targets/cgi/parser3.C 1.70:
19229: // @test with commandline start "parser3 a.html" so that ^load
19230: a.cfg] worked! [now doesnt]
19231:
19232: * src/main/execute.C 1.147:
19233: operators first!
19234: so that ^table.menu{^rem{}} would not be 'unknown column'
19235:
19236: * src/include/pa_array.h 1.35:
19237: * src/main/pa_array.C 1.31:
19238: * src/types/pa_vfile.h 1.20:
19239: * src/types/pa_vfile.h 1.21:
19240: vfile fields return type
19241:
19242: * src/Makefile.in 1.1:
19243: * src/classes/Makefile.in 1.1:
19244: * src/main/Makefile.in 1.1:
19245: * src/targets/cgi/Makefile.in 1.1:
19246: * src/types/Makefile.in 1.1:
19247: makefile ins
19248:
19249: * src/main/pa_string.C 1.78:
19250: tested OK
19251: /// @test really @b test: s x m [tested: i & g ]
19252:
19253: * src/targets/Makefile.in 1.1:
19254: makefiles&co
19255:
19256: * src/classes/Makefile 1.2:
19257: * src/main/Makefile 1.2:
19258: * src/targets/cgi/Makefile 1.2:
19259: * src/types/Makefile 1.2:
19260: makefiles removed
19261:
19262: * src/classes/Makefile 1.1:
19263: * src/main/Makefile 1.1:
19264: * src/main/pa_string.C 1.79:
19265: * src/targets/cgi/Makefile 1.1:
19266: * src/types/Makefile 1.1:
19267: configure.in + makefiles
19268:
19269: * src/classes/table.C 1.64:
19270: * src/types/pa_vform.C 1.26:
19271: * src/types/pa_vtable.h 1.14:
19272: /// @test $a.menu{ $a[123] }
19273: and $a.menu{^table:set[]...}
19274:
19275: * src/targets/cgi/Makefile.am 1.5:
19276: liblink
19277:
19278: * src/targets/cgi/Makefile.am 1.6:
19279: * src/targets/cgi/Makefile.am 1.7:
19280: win32 conditional
19281:
19282: * src/include/pa_config_fixed.h 1.4:
19283: * src/include/pa_config_includes.h 1.4:
19284: * src/main/pa_common.C 1.50:
19285: common: file_write /// @test mkdirs file_delete rmdirs
19286:
19287: 2001-04-20 paf
19288: * src/main/untaint.C 1.41:
19289: * src/targets/cgi/parser3.C 1.66:
19290: fixed header "a/a"
19291:
19292: * src/main/untaint.C 1.42:
19293: z
19294:
19295: * src/classes/string.C 1.39:
19296: * src/classes/table.C 1.63:
19297: * src/include/pa_globals.h 1.49:
19298: * src/include/pa_request.h 1.83:
19299: * src/include/pa_string.h 1.81:
19300: * src/main/compile.y 1.126:
19301: * src/main/pa_globals.C 1.56:
19302: * src/main/pa_request.C 1.117:
19303: * src/main/pa_string.C 1.77:
19304: * src/targets/cgi/parser3.C 1.67:
19305: $MAIN:LOCALE
19306:
19307: 2001-04-19 paf
19308: * src/main/compile_tools.h 1.37:
19309: $a$b bugfix
19310:
19311: * src/classes/file.C 1.30:
19312: * src/targets/cgi/parser3.C 1.65:
19313: z
19314:
19315: * src/include/pa_common.h 1.39:
19316: * src/main/pa_common.C 1.48:
19317: * src/main/pa_request.C 1.116:
19318: * src/main/untaint.C 1.40:
19319: * src/targets/isapi/parser3isapi.C 1.30:
19320: * src/types/pa_vcookie.C 1.19:
19321: changed urlencode here and in untaint.C to HTTP standard's "
19322: and \" mech
19323:
19324: * src/classes/file.C 1.29:
19325: * src/include/pa_common.h 1.40:
19326: * src/types/pa_vcookie.C 1.20:
19327: done: header to $fields. waits for header '\' tricks
19328:
19329: * src/main/pa_request.C 1.115:
19330: * src/targets/isapi/parser3isapi.C 1.29:
19331: fixed http://alx/~paf/ doesnt load /auto.p
19332:
19333: 2001-04-18 paf
19334: * src/main/Makefile.am 1.10:
19335: * src/main/main.dsp 1.92:
19336: * src/targets/cgi/Makefile.am 1.4:
19337: linux @alx
19338:
19339: * src/main/pa_request.C 1.114:
19340: 1
19341:
19342: 2001-04-17 paf
19343: * src/classes/file.C 1.28:
19344: * src/classes/image.C 1.19:
19345: * src/doc/doxygen.cfg 1.3:
19346: * src/include/pa_sql_connection.h 1.5:
19347: * src/main/pa_sql_driver_manager.C 1.8:
19348: * src/sql/pa_sql_driver.h 1.7:
19349: SQL_Driver_services renamed. doxygen statics enabled
19350:
19351: * src/Makefile.am 1.5:
19352: * src/classes/Makefile.am 1.3:
19353: * src/classes/_double.h 1.7:
19354: * src/classes/_exec.h 1.3:
19355: * src/classes/_file.h 1.4:
19356: * src/classes/_form.h 1.3:
19357: * src/classes/_image.h 1.2:
19358: * src/classes/_int.h 1.7:
19359: * src/classes/_mail.h 1.3:
19360: * src/classes/_op.h 1.5:
19361: * src/classes/_random.h 1.3:
19362: * src/classes/_response.h 1.4:
19363: * src/classes/_string.h 1.9:
19364: * src/classes/_table.h 1.6:
19365: * src/classes/_unknown.h 1.2:
19366: * src/classes/file.C 1.27:
19367: * src/classes/image.C 1.18:
19368: * src/classes/mail.C 1.19:
19369: * src/classes/op.C 1.8:
19370: * src/classes/random.C 1.7:
19371: * src/include/pa_config_fixed.h 1.3:
19372: * src/include/pa_config_includes.h 1.3:
19373: * src/include/pa_hash.h 1.37:
19374: * src/include/pa_sql_driver_manager.h 1.3:
19375: * src/include/pa_version.h 1.2:
19376: * src/main/Makefile.am 1.9:
19377: * src/main/compile.y 1.125:
19378: * src/main/pa_common.C 1.47:
19379: * src/main/pa_exec.C 1.2:
19380: * src/main/pa_socks.C 1.2:
19381: * src/main/pa_sql_driver_manager.C 1.7:
19382: * src/sql/Makefile.am 1.2:
19383: * src/sql/pa_sql_driver.h 1.6:
19384: * src/targets/cgi/Makefile.am 1.3:
19385: * src/targets/cgi/parser3.C 1.64:
19386: * src/types/Makefile.am 1.3:
19387: * src/types/pa_vcookie.C 1.18:
19388: * src/types/pa_vform.C 1.25:
19389: * src/types/pa_vimage.h 1.8:
19390: exec @jav
19391:
19392: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
19393: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
19394: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
19395: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
19396: sql driver interface now has initialize(client .so)
19397:
19398: 2001-04-16 paf
19399: * src/Makefile.am [gcc0415] 1.4.2.2:
19400: compile2 cygwin
19401:
19402: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
19403: compile0 jav
19404:
19405: * src/Makefile.am [gcc0415] 1.4.2.1:
19406: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
19407: * src/classes/_double.h [gcc0415] 1.6.2.1:
19408: * src/classes/_exec.h [gcc0415] 1.2.2.1:
19409: * src/classes/_file.h [gcc0415] 1.3.2.1:
19410: * src/classes/_form.h [gcc0415] 1.2.2.1:
19411: * src/classes/_image.h [gcc0415] 1.1.2.1:
19412: * src/classes/_int.h [gcc0415] 1.6.2.1:
19413: * src/classes/_mail.h [gcc0415] 1.2.2.1:
19414: * src/classes/_op.h [gcc0415] 1.4.2.1:
19415: * src/classes/_random.h [gcc0415] 1.2.2.1:
19416: * src/classes/_response.h [gcc0415] 1.3.2.1:
19417: * src/classes/_string.h [gcc0415] 1.8.2.1:
19418: * src/classes/_table.h [gcc0415] 1.5.2.1:
19419: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
19420: * src/classes/image.C [gcc0415] 1.17.2.1:
19421: * src/classes/mail.C [gcc0415] 1.18.2.1:
19422: * src/classes/op.C [gcc0415] 1.7.2.1:
19423: * src/classes/random.C [gcc0415] 1.6.2.1:
19424: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
19425: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
19426: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
19427: * src/include/pa_version.h [gcc0415] 1.1.2.1:
19428: * src/main/Makefile.am [gcc0415] 1.8.2.1:
19429: * src/main/compile.y [gcc0415] 1.124.2.1:
19430: * src/main/pa_common.C [gcc0415] 1.46.2.1:
19431: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
19432: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
19433: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
19434: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
19435: * src/types/Makefile.am [gcc0415] 1.2.2.1:
19436: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
19437: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
19438: compile-1
19439:
19440: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
19441: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
19442: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
19443: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
19444: compile1 cygwin
19445:
19446: 2001-04-15 paf
19447: * src/classes/op.C 1.5:
19448: * src/include/pa_request.h 1.82:
19449: * src/types/pa_value.h 1.48:
19450: * src/types/pa_vmethod_frame.h 1.3:
19451: MethodParams in op.C
19452:
19453: * src/types/pa_value.h 1.49:
19454: MethodParams !junction
19455:
19456: * src/classes/table.C 1.62:
19457: table:empty +=process
19458:
19459: * src/classes/op.C 1.7:
19460: z
19461:
19462: * src/classes/_string.h 1.8:
19463: * src/classes/double.C 1.21:
19464: * src/classes/file.C 1.26:
19465: * src/classes/image.C 1.17:
19466: * src/classes/int.C 1.19:
19467: * src/classes/mail.C 1.18:
19468: * src/classes/op.C 1.6:
19469: * src/classes/random.C 1.6:
19470: * src/classes/response.C 1.7:
19471: * src/classes/string.C 1.38:
19472: * src/classes/table.C 1.61:
19473: * src/classes/unknown.C 1.2:
19474: * src/main/pa_request.C 1.113:
19475: MethodParams everywhere
19476:
19477: 2001-04-12 paf
19478: * src/classes/_unknown.h 1.1:
19479: * src/classes/unknown.C 1.1:
19480: * src/include/pa_globals.h 1.48:
19481: * src/main/main.dsp 1.91:
19482: * src/main/pa_globals.C 1.55:
19483: * src/types/pa_vunknown.h 1.9:
19484: ^unknown:int[]=0 double[]=0
19485:
19486: * src/classes/image.C 1.13:
19487: image:line/fill/rectangle/bar/replace/polygon/polybar
19488:
19489: * src/classes/image.C 1.15:
19490: * src/main/pa_hash.C 1.33:
19491: hash bug fixed
19492:
19493: * src/classes/image.C 1.12:
19494: * src/classes/op.C 1.4:
19495: * src/main/execute.C 1.146:
19496: * src/types/pa_value.h 1.47:
19497: * src/types/pa_vmethod_frame.h 1.2:
19498: * src/types/pa_wcontext.h 1.11:
19499: for var now written not to r.wcontext, but to r.root
19500: cleared "entered_object" state
19501:
19502: * src/classes/image.C 1.16:
19503: * src/types/pa_vimage.h 1.7:
19504: image:font :text
19505:
19506: * src/classes/image.C 1.14:
19507: image:gif now does not have params
19508:
19509: 2001-04-11 paf
19510: * src/classes/mail.C 1.17:
19511: * src/classes/op.C 1.3:
19512: * src/targets/cgi/parser3.C 1.63:
19513: * src/types/pa_value.h 1.46:
19514: * src/types/pa_vfile.C 1.15:
19515: * src/types/pa_vfile.h 1.19:
19516: * src/types/pa_vform.C 1.24:
19517: * src/types/pa_vstring.C 1.3:
19518: * src/types/pa_vstring.h 1.22:
19519: forced UL_FILE_NAME of posted file name
19520:
19521: * src/classes/image.C 1.7:
19522: * src/main/execute.C 1.145:
19523: * src/main/main.dsp 1.89:
19524: * src/main/pa_request.C 1.112:
19525: * src/types/pa_vcframe.h 1.4:
19526: * src/types/pa_vcode_frame.h 1.1:
19527: * src/types/pa_vimage.C 1.4:
19528: * src/types/pa_vimage.h 1.4:
19529: * src/types/pa_vmethod_frame.h 1.1:
19530: * src/types/pa_vmframe.h 1.13:
19531: libimaging dead end: pil parses header in .py
19532:
19533: * src/classes/image.C 1.8:
19534: * src/types/pa_vimage.C 1.5:
19535: * src/types/pa_vimage.h 1.5:
19536: gd started porting to Pooled descendant
19537:
19538: * src/classes/image.C 1.5:
19539: * src/main/pa_request.C 1.110:
19540: * src/types/pa_vform.C 1.23:
19541: fixed post [broke when moved post read to core]
19542:
19543: * src/main/main.dsp 1.87:
19544: gd+smtp made separate libs
19545:
19546: * src/classes/image.C 1.9:
19547: * src/types/pa_vimage.C 1.6:
19548: * src/types/pa_vimage.h 1.6:
19549: gd todo: gif without file
19550:
19551: * src/include/pa_globals.h 1.46:
19552: * src/include/pa_string.h 1.80:
19553: * src/main/pa_common.C 1.46:
19554: * src/main/pa_request.C 1.111:
19555: * src/main/untaint.C 1.39:
19556: * src/types/pa_vfile.C 1.16:
19557: * src/types/pa_vstring.C 1.4:
19558: fixed vstring:as_vfile length
19559:
19560: * src/classes/image.C 1.6:
19561: * src/include/pa_globals.h 1.47:
19562: * src/main/main.dsp 1.88:
19563: * src/main/pa_globals.C 1.54:
19564: * src/types/pa_vimage.C 1.3:
19565: * src/types/pa_vimage.h 1.3:
19566: gd dead end. switching to python imaging lib
19567:
19568: * src/classes/image.C 1.10:
19569: * src/main/main.dsp 1.90:
19570: gd with mem write + image just compiled
19571:
19572: * src/classes/image.C 1.11:
19573: image:create image:load
19574:
19575: 2001-04-10 paf
19576: * src/classes/_double.h 1.6:
19577: * src/classes/_file.h 1.3:
19578: * src/classes/_form.h 1.2:
19579: * src/classes/_int.h 1.6:
19580: * src/classes/_mail.h 1.2:
19581: * src/classes/_op.h 1.4:
19582: * src/classes/_random.h 1.2:
19583: * src/classes/_response.h 1.3:
19584: * src/classes/_string.h 1.7:
19585: * src/classes/_table.h 1.5:
19586: * src/classes/file.C 1.25:
19587: * src/classes/mail.C 1.16:
19588: * src/include/pa_common.h 1.37:
19589: * src/include/pa_globals.h 1.45:
19590: * src/main/execute.C 1.144:
19591: * src/main/main.dsp 1.86:
19592: * src/main/pa_common.C 1.44:
19593: * src/main/pa_globals.C 1.53:
19594: * src/targets/isapi/parser3isapi.C 1.28:
19595: * src/types/pa_value.h 1.45:
19596: * src/types/pa_vfile.C 1.14:
19597: * src/types/pa_vfile.h 1.18:
19598: * src/types/pa_vhash.h 1.10:
19599: * src/types/pa_vimage.h 1.1:
19600: * src/types/pa_vresponse.h 1.8:
19601: * src/types/pa_vstring.h 1.21:
19602: image:measure -100 just compiled
19603:
19604: * src/classes/_image.h 1.1:
19605: * src/classes/image.C 1.1:
19606: * src/types/pa_vimage.C 1.1:
19607: image forgotten!
19608:
19609: * src/classes/image.C 1.3:
19610: * src/types/pa_vimage.C 1.2:
19611: jpg measure bugs fixed
19612:
19613: * src/classes/image.C 1.4:
19614: image:html done
19615:
19616: * src/classes/table.C 1.60:
19617: * src/include/pa_common.h 1.38:
19618: * src/main/pa_common.C 1.45:
19619: * src/main/pa_request.C 1.109:
19620: * src/main/pa_string.C 1.76:
19621: * src/main/untaint.C 1.38:
19622: * src/types/pa_vimage.h 1.2:
19623: image:measure -90
19624:
19625: * src/classes/mail.C 1.11:
19626: * src/main/pa_globals.C 1.52:
19627: smtp some consts
19628:
19629: * src/classes/mail.C 1.12:
19630: unix sendmail compiled. todo:testing
19631:
19632: * src/classes/mail.C 1.14:
19633: sendmail unix skipping defaults
19634:
19635: * src/classes/image.C 1.2:
19636: z
19637:
19638: * src/classes/mail.C 1.13:
19639: * src/include/pa_common.h 1.36:
19640: * src/main/pa_common.C 1.43:
19641: sendmail unix added defaults
19642:
19643: * src/classes/mail.C 1.15:
19644: minor bug with unclear from/to
19645:
19646: 2001-04-09 paf
19647: * src/classes/_exec.h 1.2:
19648: * src/main/execute.C 1.142:
19649: * src/main/pa_globals.C 1.50:
19650: * src/main/pa_request.C 1.106:
19651: * src/types/pa_vcookie.C 1.17:
19652: * src/types/pa_vfile.C 1.12:
19653: exec -2
19654:
19655: * src/classes/file.C 1.24:
19656: * src/include/pa_exec.h 1.1:
19657: * src/include/pa_sapi.h 1.8:
19658: * src/main/main.dsp 1.85:
19659: * src/main/pa_exec.C 1.1:
19660: * src/targets/cgi/parser3.C 1.62:
19661: * src/targets/cgi/parser3.dsp 1.17:
19662: * src/targets/isapi/parser3isapi.C 1.27:
19663: * src/targets/isapi/parser3isapi.dsp 1.12:
19664: all targets exec
19665:
19666: * src/classes/exec.C 1.2:
19667: * src/include/pa_common.h 1.35:
19668: * src/main/pa_common.C 1.42:
19669: * src/main/untaint.C 1.37:
19670: exec3. decided exec:cgi to move to file:cgi
19671:
19672: * src/include/pa_sapi.h 1.7:
19673: * src/include/pa_string.h 1.79:
19674: * src/targets/cgi/parser3.C 1.61:
19675: * src/targets/isapi/parser3isapi.C 1.26:
19676: * src/targets/isapi/parser3isapi.dsp 1.11:
19677: sapi exec dead end. badly parsed args in apache:util.script
19678:
19679: * src/classes/file.C 1.23:
19680: * src/main/main.dsp 1.84:
19681: * src/main/pa_request.C 1.108:
19682: * src/targets/cgi/parser3.C 1.60:
19683: exec win32 env
19684:
19685: * src/classes/exec.C 1.3:
19686: * src/classes/file.C 1.21:
19687: * src/include/pa_globals.h 1.44:
19688: * src/main/execute.C 1.143:
19689: * src/main/main.dsp 1.83:
19690: * src/main/pa_globals.C 1.51:
19691: * src/main/pa_request.C 1.107:
19692: * src/types/pa_vfile.C 1.13:
19693: * src/types/pa_vfile.h 1.17:
19694: * src/types/pa_vform.C 1.22:
19695: * src/types/pa_vstring.C 1.2:
19696: exec4. todo env
19697:
19698: * src/classes/_exec.h 1.1:
19699: * src/classes/exec.C 1.1:
19700: * src/include/pa_common.h 1.34:
19701: * src/include/pa_request.h 1.81:
19702: * src/include/pa_sapi.h 1.6:
19703: * src/include/pa_string.h 1.77:
19704: * src/main/pa_common.C 1.41:
19705: * src/main/pa_request.C 1.105:
19706: * src/main/pa_string.C 1.75:
19707: * src/targets/cgi/parser3.C 1.59:
19708: * src/targets/cgi/parser3.dsp 1.16:
19709: * src/targets/isapi/parser3isapi.C 1.25:
19710: * src/types/pa_vform.C 1.21:
19711: * src/types/pa_vform.h 1.15:
19712: exec class just compiled. moved post read to request core
19713:
19714: * src/classes/file.C 1.22:
19715: * src/include/pa_hash.h 1.36:
19716: * src/main/pa_hash.C 1.32:
19717: exec env 0
19718:
19719: * src/classes/_op.h 1.3:
19720: * src/include/pa_dir.h 1.2:
19721: * src/include/pa_globals.h 1.43:
19722: * src/include/pa_sapi.h 1.5:
19723: * src/main/main.dsp 1.82:
19724: * src/main/pa_dir.C 1.2:
19725: * src/main/pa_globals.C 1.49:
19726: * src/targets/cgi/parser3.C 1.58:
19727: * src/targets/cgi/parser3.dsp 1.15:
19728: problems with ^exec:cgi post data. they are already read by vform
19729:
19730: * src/include/pa_string.h 1.78:
19731: written but not tested exec with env for unix
19732:
19733: 2001-04-08 paf
19734: * src/classes/file.C 1.20:
19735: * src/classes/mail.C 1.10:
19736: * src/classes/string.C 1.37:
19737: * src/include/pa_request.h 1.80:
19738: * src/include/pa_string.h 1.76:
19739: * src/main/pa_request.C 1.104:
19740: uuencode. string<<
19741:
19742: 2001-04-07 paf
19743: * src/classes/_mail.h 1.1:
19744: * src/classes/mail.C 1.1:
19745: * src/include/pa_common.h 1.33:
19746: * src/include/pa_globals.h 1.41:
19747: * src/include/pa_string.h 1.74:
19748: * src/main/main.dsp 1.79:
19749: * src/main/pa_common.C 1.40:
19750: * src/main/pa_globals.C 1.47:
19751: * src/main/pa_request.C 1.101:
19752: * src/main/untaint.C 1.36:
19753: * src/types/pa_vcookie.C 1.16:
19754: mail:send -10 just compiled
19755:
19756: * src/include/pa_socks.h 1.1:
19757: * src/main/main.dsp 1.81:
19758: * src/main/pa_socks.C 1.1:
19759: * src/targets/cgi/parser3.C 1.57:
19760: * src/targets/cgi/parser3.dsp 1.14:
19761: * src/targets/isapi/parser3isapi.C 1.24:
19762: mail:send 1
19763:
19764: * src/classes/mail.C 1.3:
19765: +=
19766:
19767: * src/classes/mail.C 1.6:
19768: ^attach dead end
19769:
19770: * src/classes/mail.C 1.2:
19771: * src/include/pa_string.h 1.75:
19772: mail:send -1 text prepared
19773:
19774: * src/classes/mail.C 1.7:
19775: ^mail[$attach
19776:
19777: * src/classes/mail.C 1.5:
19778: * src/classes/mail.C 1.8:
19779: * src/classes/mail.C 1.9:
19780: * src/main/pa_request.C 1.103:
19781: z
19782:
19783: * src/classes/mail.C 1.4:
19784: * src/include/pa_globals.h 1.42:
19785: * src/include/pa_request.h 1.79:
19786: * src/main/main.dsp 1.80:
19787: * src/main/pa_globals.C 1.48:
19788: * src/main/pa_request.C 1.102:
19789: smtp just compiled
19790:
19791: 2001-04-06 paf
19792: * src/types/pa_valiased.C 1.7:
19793: another root inherititance skipped
19794:
19795: * src/classes/random.C 1.5:
19796: * src/classes/table.C 1.57:
19797: * src/main/pa_globals.C 1.44:
19798: @office
19799:
19800: * src/classes/table.C 1.58:
19801: * src/include/pa_dir.h 1.1:
19802: * src/main/execute.C 1.141:
19803: * src/main/main.dsp 1.78:
19804: * src/main/pa_dir.C 1.1:
19805: table:dir 0 [without regexp]
19806:
19807: * src/main/compile.C 1.34:
19808: * src/main/compile.y 1.124:
19809: * src/main/execute.C 1.139:
19810: operators are now not root methods of parent class. just 'ROOT
19811: class
19812:
19813: * src/classes/table.C 1.59:
19814: * src/include/pa_globals.h 1.40:
19815: * src/main/pa_globals.C 1.46:
19816: * src/main/pa_string.C 1.74:
19817: table:dir 1
19818:
19819: * src/classes/_op.h 1.2:
19820: * src/classes/_root.h 1.5:
19821: * src/classes/op.C 1.2:
19822: * src/classes/root.C 1.62:
19823: * src/include/pa_globals.h 1.39:
19824: * src/include/pa_request.h 1.78:
19825: * src/main/compile.C 1.35:
19826: * src/main/execute.C 1.140:
19827: * src/main/main.dsp 1.77:
19828: * src/main/pa_globals.C 1.45:
19829: * src/main/pa_request.C 1.100:
19830: renamed 'root' to 'op'
19831:
19832: * src/classes/_op.h 1.1:
19833: * src/classes/op.C 1.1:
19834: renamed from 'root'
19835:
19836: 2001-04-05 paf
19837: * src/classes/root.C 1.59:
19838: * src/include/pa_sql_connection.h 1.1:
19839: * src/include/pa_sql_driver.h 1.5:
19840: * src/main/main.dsp 1.76:
19841: * src/main/pa_sql_driver_manager.C 1.3:
19842: * src/sql/pa_sql_driver.h 1.1:
19843: sql driver services for conv memory & error reporting
19844:
19845: * src/main/execute.C 1.138:
19846: * src/main/pa_request.C 1.98:
19847: * src/main/pa_string.C 1.73:
19848: * src/types/pa_value.h 1.44:
19849: * src/types/pa_vmframe.h 1.12:
19850: * src/types/pa_wcontext.h 1.10:
19851: constructor flag dropped at get_method_frame and remembered
19852: into method_frame
19853:
19854: * src/include/pa_globals.h 1.38:
19855: * src/main/pa_globals.C 1.43:
19856: * src/main/pa_request.C 1.96:
19857: * src/main/pa_string.C 1.72:
19858: * src/targets/isapi/parser3isapi.dsp 1.10:
19859: $LOCALE:ctype[Russian_Russia.1251]
19860:
19861: * src/main/pa_request.C 1.99:
19862: * src/sql/pa_sql_driver.h 1.5:
19863: mysql limit
19864:
19865: * src/classes/table.C 1.52:
19866: select * from hren error contains statement
19867:
19868: * src/classes/random.C 1.4:
19869: * src/classes/root.C 1.60:
19870: * src/classes/table.C 1.54:
19871: * src/include/pa_sql_connection.h 1.4:
19872: * src/include/pa_string.h 1.71:
19873: * src/main/execute.C 1.137:
19874: * src/main/pa_sql_driver_manager.C 1.6:
19875: * src/main/pa_string.C 1.70:
19876: * src/main/untaint.C 1.34:
19877: * src/sql/pa_sql_driver.h 1.4:
19878: * src/types/pa_vmframe.h 1.11:
19879: * src/types/pa_wcontext.C 1.5:
19880: * src/types/pa_wcontext.h 1.9:
19881: sql quote. string untaint UL_SQL
19882:
19883: * src/classes/table.C 1.51:
19884: * src/include/pa_sql_connection.h 1.2:
19885: * src/include/pa_types.h 1.24:
19886: * src/main/pa_sql_driver_manager.C 1.4:
19887: * src/main/untaint.C 1.33:
19888: * src/sql/pa_sql_driver.h 1.2:
19889: * src/targets/cgi/parser3.dsp 1.13:
19890: mysql 0
19891:
19892: * src/classes/table.C 1.53:
19893: * src/include/pa_sql_connection.h 1.3:
19894: * src/main/pa_sql_driver_manager.C 1.5:
19895: * src/sql/pa_sql_driver.h 1.3:
19896: sql ping
19897:
19898: * src/classes/table.C 1.55:
19899: * src/include/pa_string.h 1.72:
19900: * src/main/pa_string.C 1.71:
19901: * src/main/untaint.C 1.35:
19902: z
19903:
19904: * src/classes/file.C 1.19:
19905: * src/classes/root.C 1.61:
19906: * src/classes/string.C 1.36:
19907: * src/classes/table.C 1.56:
19908: * src/main/pa_request.C 1.97:
19909: junction to code&expression in errors
19910:
19911: * src/include/pa_config_fixed.h 1.2:
19912: * src/include/pa_config_includes.h 1.2:
19913: * src/include/pa_hash.h 1.35:
19914: * src/include/pa_string.h 1.73:
19915: * src/main/pa_hash.C 1.31:
19916: * src/main/pa_table.C 1.26:
19917: hash now not thread-safe.
19918:
19919: 2001-04-04 paf
19920: * src/include/pa_sql_driver.h 1.4:
19921: mysql connect
19922:
19923: * src/classes/random.C 1.3:
19924: * src/classes/root.C 1.56:
19925: * src/classes/table.C 1.49:
19926: * src/include/pa_globals.h 1.36:
19927: * src/include/pa_pool.h 1.48:
19928: * src/include/pa_request.h 1.76:
19929: * src/main/pa_request.C 1.94:
19930: * src/types/pa_vclass.h 1.12:
19931: sql frame -10
19932:
19933: * src/Makefile.am 1.4:
19934: * src/classes/root.C 1.57:
19935: * src/classes/string.C 1.35:
19936: * src/classes/table.C 1.50:
19937: * src/include/pa_globals.h 1.37:
19938: * src/include/pa_hash.h 1.34:
19939: * src/include/pa_pool.h 1.49:
19940: * src/include/pa_request.h 1.77:
19941: * src/include/pa_sapi.h 1.4:
19942: * src/include/pa_string.h 1.70:
19943: * src/include/pa_table.h 1.29:
19944: * src/main/main.dsp 1.74:
19945: * src/main/pa_globals.C 1.42:
19946: * src/main/pa_hash.C 1.30:
19947: * src/main/pa_request.C 1.95:
19948: * src/main/pa_string.C 1.69:
19949: * src/main/pa_table.C 1.25:
19950: * src/main/untaint.C 1.32:
19951: connect&sql -1000 just compiled
19952:
19953: * src/sql/Makefile.am 1.1:
19954: forgot to add mysql client
19955:
19956: * src/classes/root.C 1.58:
19957: * src/include/pa_sql_driver.h 1.2:
19958: * src/include/pa_sql_driver_manager.h 1.2:
19959: * src/main/main.dsp 1.75:
19960: * src/main/pa_sql_driver_manager.C 1.2:
19961: more manager&connection&driver
19962:
19963: * src/include/pa_sql_driver.h 1.3:
19964: mysql info
19965:
19966: * src/doc/doxygen.cfg 1.2:
19967: z
19968:
19969: * src/include/pa_sql_driver.h 1.1:
19970: * src/include/pa_sql_driver_manager.h 1.1:
19971: * src/main/pa_sql_driver_manager.C 1.1:
19972: connect&sql -1000 just compiled [forgot to add libltdl, added]
19973:
19974: 2001-04-03 paf
19975: * src/classes/file.C 1.18:
19976: * src/classes/string.C 1.32:
19977: * src/classes/table.C 1.48:
19978: * src/include/pa_string.h 1.69:
19979: * src/main/pa_common.C 1.39:
19980: * src/main/pa_string.C 1.68:
19981: * src/main/untaint.C 1.31:
19982: string:match replace 2. string.cstr(forced lang)
19983:
19984: * src/classes/string.C 1.30:
19985: string:match replace 0
19986:
19987: * src/classes/string.C 1.34:
19988: * src/types/pa_vform.C 1.19:
19989: string:match replace assigned lang
19990:
19991: * src/classes/string.C 1.31:
19992: * src/include/pa_string.h 1.68:
19993: * src/main/pa_string.C 1.67:
19994: string:match replace strange matches
19995:
19996: * src/classes/table.C 1.46:
19997: table:append now uses string::split
19998:
19999: * src/include/pa_globals.h 1.33:
20000: * src/include/pa_hash.h 1.33:
20001: * src/main/pa_globals.C 1.39:
20002: * src/main/pa_request.C 1.92:
20003: * src/targets/cgi/parser3.C 1.55:
20004: * src/targets/isapi/parser3isapi.C 1.22:
20005: * src/types/pa_vfile.C 1.11:
20006: content-disposition
20007:
20008: * src/classes/string.C 1.25:
20009: * src/include/pa_globals.h 1.34:
20010: * src/include/pa_string.h 1.64:
20011: * src/main/main.dsp 1.73:
20012: * src/main/pa_globals.C 1.40:
20013: * src/main/pa_string.C 1.62:
20014: string:match [search] -1 just compiled
20015:
20016: * src/classes/string.C 1.26:
20017: * src/include/pa_globals.h 1.35:
20018: * src/include/pa_string.h 1.65:
20019: * src/include/pa_threads.h 1.12:
20020: * src/main/pa_globals.C 1.41:
20021: * src/main/pa_string.C 1.63:
20022: * src/targets/isapi/parser3isapi.dsp 1.9:
20023: string:match 0
20024:
20025: * src/main/pa_common.C 1.37:
20026: * src/main/untaint.C 1.30:
20027: * src/targets/cgi/parser3.C 1.56:
20028: * src/targets/isapi/parser3isapi.C 1.23:
20029: * src/targets/isapi/pool_storage.h 1.4:
20030: todo/tests
20031:
20032: * src/classes/file.C 1.15:
20033: * src/classes/root.C 1.54:
20034: * src/classes/string.C 1.23:
20035: * src/classes/table.C 1.44:
20036: * src/doc/doxygen.cmd 1.1:
20037: * src/doc/doxygen.txt 1.2:
20038: * src/doc/generate.cmd 1.2:
20039: * src/include/pa_array.h 1.34:
20040: * src/include/pa_request.h 1.74:
20041: * src/include/pa_string.h 1.62:
20042: * src/main/execute.C 1.136:
20043: * src/main/pa_string.C 1.60:
20044: * src/main/untaint.C 1.29:
20045: * src/targets/cgi/parser3.C 1.52:
20046: * src/types/pa_vcookie.C 1.15:
20047: string::pos & cmp & piece bugs fixed.
20048: string::split new
20049: table:load separated from set
20050: table:set implemented with clean \n \t searches
20051:
20052: * src/include/pa_common.h 1.31:
20053: * src/include/pa_globals.h 1.32:
20054: * src/main/pa_globals.C 1.38:
20055: * src/main/pa_request.C 1.91:
20056: * src/targets/cgi/parser3.C 1.54:
20057: * src/targets/isapi/parser3isapi.C 1.21:
20058: * src/types/pa_value.h 1.43:
20059: main:post-process
20060:
1.24 paf 20061: * src/classes/string.C 1.27:
20062: * src/include/pa_string.h 1.66:
20063: * src/main/pa_string.C 1.64:
20064: string:match replace -11
20065:
1.15 paf 20066: * src/classes/file.C 1.16:
20067: * src/classes/table.C 1.45:
20068: * src/include/pa_common.h 1.32:
20069: * src/main/compile_tools.C 1.34:
20070: * src/main/pa_common.C 1.38:
20071: * src/main/pa_request.C 1.93:
20072: * src/types/pa_vform.C 1.20:
20073: * src/types/pa_vstring.C 1.1:
20074: z
20075:
20076: * src/include/pa_common.h 1.30:
20077: * src/include/pa_request.h 1.75:
20078: * src/include/pa_sapi.h 1.3:
20079: * src/main/main.dsp 1.72:
20080: * src/main/pa_common.C 1.36:
20081: * src/main/pa_request.C 1.90:
20082: * src/targets/cgi/parser3.C 1.53:
20083: * src/types/pa_value.h 1.42:
20084: * src/types/pa_vfile.C 1.10:
20085: * src/types/pa_vfile.h 1.16:
20086: * src/types/pa_vstring.h 1.20:
20087: vfile in response:body
20088:
20089: * src/classes/string.C 1.28:
20090: * src/include/pa_string.h 1.67:
20091: * src/main/pa_string.C 1.65:
20092: string:match replace prepared
20093:
20094: * src/classes/string.C 1.33:
20095: * src/main/compile.y 1.123:
20096: grammar: fixed to allow {}[]< empty []
20097:
20098: * src/classes/double.C 1.20:
20099: * src/classes/file.C 1.17:
20100: * src/classes/form.C 1.3:
20101: * src/classes/int.C 1.18:
20102: * src/classes/response.C 1.6:
20103: * src/classes/root.C 1.55:
20104: * src/classes/string.C 1.24:
20105: * src/classes/table.C 1.47:
20106: * src/include/pa_string.h 1.63:
20107: * src/main/pa_string.C 1.61:
20108: string:match -10 [frame]
20109:
20110: * src/classes/string.C 1.29:
20111: * src/main/pa_string.C 1.66:
20112: string:match replace prepared 2
20113:
20114: 2001-04-02 paf
20115: * src/classes/_random.h 1.1:
20116: * src/classes/random.C 1.1:
20117: * src/include/pa_globals.h 1.31:
20118: * src/main/main.dsp 1.71:
20119: * src/main/pa_globals.C 1.37:
20120: * src/main/pa_request.C 1.89:
20121: * src/types/pa_value.h 1.40:
20122: random:generate
20123:
20124: * src/classes/table.C 1.42:
20125: * src/include/pa_array.h 1.33:
20126: * src/include/pa_string.h 1.60:
20127: * src/include/pa_table.h 1.28:
20128: * src/main/execute.C 1.135:
20129: * src/types/pa_value.h 1.41:
20130: table:join
20131:
20132: * src/classes/table.C 1.43:
20133: * src/include/pa_string.h 1.61:
20134: * src/main/pa_string.C 1.59:
20135: * src/types/pa_valiased.C 1.6:
20136: * src/types/pa_valiased.h 1.12:
20137: * src/types/pa_vdouble.h 1.15:
20138: * src/types/pa_vfile.h 1.15:
20139: * src/types/pa_vint.h 1.16:
20140: * src/types/pa_vresponse.h 1.7:
20141: * src/types/pa_vstring.h 1.19:
20142: * src/types/pa_vtable.h 1.13:
20143: string::pos. about to use it in table:set/load
20144:
20145: * src/classes/random.C 1.2:
20146: random:generate 1
20147:
20148: 2001-03-30 paf
20149: * src/classes/double.C 1.19:
20150: * src/classes/file.C 1.14:
20151: * src/classes/int.C 1.17:
20152: * src/classes/response.C 1.5:
20153: * src/classes/root.C 1.53:
20154: * src/classes/string.C 1.22:
20155: * src/classes/table.C 1.40:
20156: * src/main/compile.y 1.122:
20157: * src/main/execute.C 1.134:
20158: * src/types/pa_value.h 1.39:
20159: * src/types/pa_vstateless_class.C 1.7:
20160: * src/types/pa_vstateless_class.h 1.9:
20161: static|dynamic|any method registration
20162:
20163: * src/classes/table.C 1.41:
20164: * src/include/pa_string.h 1.59:
20165: * src/main/pa_string.C 1.58:
20166: todo: table flip and append. string::pos
20167:
20168: 2001-03-29 paf
20169: * src/classes/string.C 1.14:
20170: * src/main/compile.y 1.120:
20171: * src/main/compile_tools.C 1.33:
20172: * src/main/compile_tools.h 1.36:
20173: * src/main/main.dsp 1.70:
20174: * src/types/pa_value.h 1.38:
20175: * src/types/pa_vstring.h 1.17:
20176: * src/types/pa_vunknown.h 1.8:
20177: empty params allowed. [] and [;] are different now.
20178:
20179: * src/include/pa_pool.h 1.46:
20180: * src/include/pa_request.h 1.72:
20181: * src/main/pa_request.C 1.86:
20182: * src/main/untaint.C 1.25:
20183: pool.request
20184:
20185: * src/classes/string.C 1.21:
20186: string:xsplit forgot that they must result in 1 row N column [
20187: not vice versa]
20188:
20189: * src/classes/string.C 1.17:
20190: * src/include/pa_string.h 1.57:
20191: * src/main/execute.C 1.133:
20192: * src/main/pa_array.C 1.30:
20193: * src/main/pa_string.C 1.56:
20194: * src/types/pa_vtable.h 1.12:
20195: string: lsplit -1
20196:
20197: * src/classes/string.C 1.16:
20198: * src/include/pa_string.h 1.55:
20199: * src/main/pa_string.C 1.54:
20200: string: pos -1
20201:
20202: * src/classes/string.C 1.18:
20203: * src/include/pa_string.h 1.58:
20204: * src/main/pa_string.C 1.57:
20205: string: lsplit
20206:
20207: * src/include/pa_pool.h 1.47:
20208: * src/include/pa_request.h 1.73:
20209: * src/main/pa_request.C 1.87:
20210: * src/main/untaint.C 1.26:
20211: pool.request undone
20212:
20213: * src/classes/string.C 1.20:
20214: z
20215:
20216: * src/include/pa_string.h 1.56:
20217: * src/main/pa_string.C 1.55:
20218: * src/main/untaint.C 1.28:
20219: string: pos
20220:
20221: * src/classes/string.C 1.15:
20222: * src/classes/table.C 1.38:
20223: * src/include/pa_string.h 1.54:
20224: * src/main/compile.y 1.121:
20225: * src/main/pa_request.C 1.88:
20226: * src/main/pa_string.C 1.53:
20227: * src/main/untaint.C 1.27:
20228: string: left right mid
20229:
20230: * src/classes/file.C 1.13:
20231: * src/classes/table.C 1.39:
20232: * src/include/pa_table.h 1.27:
20233: * src/main/pa_table.C 1.24:
20234: * src/types/pa_vstring.h 1.18:
20235: * src/types/pa_wwrapper.h 1.6:
20236: table:flip
20237:
20238: * src/classes/string.C 1.19:
20239: string: rsplit
20240:
20241: 2001-03-28 paf
20242: * src/classes/file.C 1.12:
20243: * src/include/pa_globals.h 1.30:
20244: * src/include/pa_request.h 1.71:
20245: * src/targets/cgi/parser3.C 1.51:
20246: * src/targets/isapi/parser3isapi.C 1.20:
20247: * src/types/pa_value.h 1.37:
20248: * src/types/pa_vrequest.C 1.4:
20249: * src/types/pa_vunknown.h 1.7:
20250: $request:browser [.type .version]; unknown.get_double now = 0.
20251:
20252: * src/classes/table.C 1.36:
20253: * src/include/pa_array.h 1.32:
20254: * src/include/pa_hash.h 1.32:
20255: * src/include/pa_table.h 1.24:
20256: * src/main/pa_array.C 1.29:
20257: * src/main/pa_table.C 1.21:
20258: * src/types/pa_vtable.h 1.11:
20259: table:locate just compiled
20260:
20261: * src/classes/file.C 1.9:
20262: * src/include/pa_common.h 1.29:
20263: * src/main/pa_common.C 1.34:
20264: * src/types/pa_vfile.C 1.7:
20265: * src/types/pa_vfile.h 1.12:
20266: started file:load. wrong write. must be self.set
20267:
20268: * src/classes/file.C 1.8:
20269: * src/classes/root.C 1.52:
20270: * src/classes/table.C 1.37:
20271: * src/include/pa_table.h 1.25:
20272: * src/main/pa_table.C 1.22:
20273: table:locate1, file:test
20274:
20275: * src/classes/file.C 1.10:
20276: * src/main/execute.C 1.132:
20277: * src/main/pa_common.C 1.35:
20278: * src/main/untaint.C 1.24:
20279: * src/targets/cgi/parser3.C 1.50:
20280: * src/types/pa_vfile.C 1.8:
20281: * src/types/pa_vfile.h 1.13:
20282: * src/types/pa_vform.C 1.17:
20283: file:load 1. tainted
20284:
20285: * src/classes/file.C 1.11:
20286: * src/include/pa_globals.h 1.29:
20287: * src/include/pa_request.h 1.70:
20288: * src/include/pa_table.h 1.26:
20289: * src/main/pa_globals.C 1.36:
20290: * src/main/pa_request.C 1.85:
20291: * src/main/pa_table.C 1.23:
20292: * src/types/pa_vfile.C 1.9:
20293: * src/types/pa_vfile.h 1.14:
20294: * src/types/pa_vform.C 1.18:
20295: file:load autodetection of mime-type by user-file-name
20296:
20297: 2001-03-27 paf
20298: * src/classes/double.C 1.18:
20299: * src/classes/int.C 1.16:
20300: * src/classes/root.C 1.51:
20301: * src/classes/string.C 1.13:
20302: * src/classes/table.C 1.34:
20303: * src/main/compile_tools.C 1.32:
20304: * src/main/execute.C 1.128:
20305: * src/main/pa_request.C 1.84:
20306: * src/main/untaint.C 1.23:
20307: * src/types/pa_value.h 1.35:
20308: * src/types/pa_vbool.h 1.6:
20309: * src/types/pa_vcookie.C 1.14:
20310: * src/types/pa_vdouble.h 1.14:
20311: * src/types/pa_vfile.h 1.11:
20312: * src/types/pa_vint.h 1.15:
20313: * src/types/pa_vmframe.h 1.9:
20314: * src/types/pa_vstring.h 1.16:
20315: * src/types/pa_vtable.h 1.10:
20316: * src/types/pa_vunknown.h 1.6:
20317: sort 0
20318:
20319: * src/classes/table.C 1.31:
20320: * src/include/pa_common.h 1.27:
20321: * src/main/compile.y 1.117:
20322: * src/main/execute.C 1.127:
20323: * src/main/pa_common.C 1.31:
20324: * src/main/pa_table.C 1.20:
20325: table:save decided to have as it were. stepped back.
20326: grammar: added 'in' 'is' 'lt'&co follow-space check
20327:
20328: * src/main/compile.y 1.119:
20329: fixed minor bug in @mn[][] ...^{
20330:
20331: * src/main/execute.C 1.130:
20332: * src/types/pa_value.h 1.36:
20333: * src/types/pa_vmframe.h 1.10:
20334: * src/types/pa_wcontext.h 1.8:
20335: fixed r/w context of code-params
20336:
20337: * src/classes/table.C 1.33:
20338: * src/main/pa_common.C 1.32:
20339: * src/main/pa_request.C 1.83:
20340: * src/targets/cgi/parser3.C 1.49:
20341: * src/types/pa_value.h 1.34:
20342: * src/types/pa_vbool.h 1.5:
20343: * src/types/pa_vdouble.h 1.12:
20344: * src/types/pa_vfile.h 1.9:
20345: * src/types/pa_vint.h 1.13:
20346: * src/types/pa_vstring.h 1.14:
20347: * src/types/pa_vunknown.h 1.5:
20348: continue on sort
20349:
20350: * src/types/pa_valiased.C 1.5:
20351: * src/types/pa_valiased.h 1.11:
20352: * src/types/pa_vdouble.h 1.13:
20353: * src/types/pa_vfile.h 1.10:
20354: * src/types/pa_vint.h 1.14:
20355: * src/types/pa_vresponse.h 1.6:
20356: * src/types/pa_vstring.h 1.15:
20357: * src/types/pa_vtable.h 1.9:
20358: renamed to are_static_calls_disabled
20359:
20360: * src/main/execute.C 1.131:
20361: * src/main/pa_common.C 1.33:
20362: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
20363:
20364: * src/classes/table.C 1.35:
20365: * src/main/execute.C 1.129:
20366: about to change junction rcontext!!
20367:
20368: * src/classes/table.C 1.32:
20369: * src/include/pa_common.h 1.28:
20370: * src/main/compile.y 1.118:
20371: started table:sort
20372: fixed minor bug in #...^{
20373:
20374: 2001-03-26 paf
20375: * src/classes/file.C 1.7:
20376: * src/classes/root.C 1.50:
20377: * src/classes/table.C 1.30:
20378: * src/include/pa_common.h 1.26:
20379: * src/include/pa_globals.h 1.28:
20380: * src/include/pa_table.h 1.23:
20381: * src/main/pa_common.C 1.30:
20382: * src/main/pa_globals.C 1.35:
20383: * src/main/pa_request.C 1.82:
20384: * src/main/pa_table.C 1.19:
20385: moved ::save to pa_table.
20386: disabled @auto invocation in ^process
20387:
20388: * src/classes/table.C 1.29:
20389: * src/include/pa_array.h 1.31:
20390: * src/include/pa_table.h 1.22:
20391: * src/main/pa_array.C 1.28:
20392: table:record
20393:
20394: * src/main/untaint.C 1.22:
20395: * src/targets/cgi/parser3.C 1.48:
20396: * src/targets/isapi/parser3isapi.C 1.19:
20397: * src/targets/isapi/parser3isapi.dsp 1.8:
20398: * src/targets/isapi/pool_storage.h 1.3:
20399: * src/types/pa_valiased.h 1.10:
20400: * src/types/pa_vcookie.C 1.13:
20401: * src/types/pa_vdouble.h 1.11:
20402: * src/types/pa_vfile.h 1.8:
20403: * src/types/pa_vint.h 1.12:
20404: * src/types/pa_vresponse.h 1.5:
20405: * src/types/pa_vstring.h 1.13:
20406: * src/types/pa_vtable.h 1.8:
20407: z
20408:
20409: * src/main/compile.y 1.116:
20410: grammar: [] 0params [;] 2 params (was 0)
20411:
20412: * src/include/pa_pool.h 1.45:
20413: * src/main/execute.C 1.126:
20414: * src/types/pa_valiased.C 1.4:
20415: * src/types/pa_valiased.h 1.9:
20416: * src/types/pa_value.h 1.33:
20417: * src/types/pa_vdouble.h 1.10:
20418: * src/types/pa_vfile.h 1.7:
20419: * src/types/pa_vint.h 1.11:
20420: * src/types/pa_vresponse.h 1.4:
20421: * src/types/pa_vstring.h 1.12:
20422: * src/types/pa_vtable.h 1.7:
20423: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
20424: allowed no checks in native method realisations on 'self' validity -
20425: they now can simply assume that 'self' is V{Proper} .
20426:
20427: 2001-03-25 paf
20428: * src/classes/table.C 1.26:
20429: * src/include/pa_globals.h 1.27:
20430: * src/include/pa_string.h 1.52:
20431: * src/include/pa_table.h 1.20:
20432: * src/main/compile.y 1.114:
20433: * src/main/compile_tools.C 1.31:
20434: * src/main/compile_tools.h 1.35:
20435: * src/main/pa_globals.C 1.32:
20436: * src/main/pa_request.C 1.79:
20437: * src/main/pa_string.C 1.52:
20438: * src/main/pa_table.C 1.17:
20439: * src/main/untaint.C 1.15:
20440: * src/types/pa_vcookie.h 1.7:
20441: typo & typo-default
20442:
20443: * src/main/pa_globals.C 1.34:
20444: * src/main/untaint.C 1.19:
20445: html-typo - moved all processing to table [except preliminary \
20446: \n \r \n replacements to "\n"]
20447:
20448: * src/main/untaint.C 1.16:
20449: typo \r \r\n \n properly handled
20450:
20451: * src/classes/table.C 1.27:
20452: * src/include/pa_table.h 1.21:
20453: * src/main/pa_globals.C 1.33:
20454: * src/main/pa_table.C 1.18:
20455: * src/main/untaint.C 1.17:
20456: returned table originating. useful for reporting typo table
20457: problems origin. think would be useful somewhere else
20458:
20459: * src/classes/table.C 1.28:
20460: * src/main/untaint.C 1.18:
20461: html-typo - decided to move all the processing to table
20462:
20463: * src/main/pa_request.C 1.80:
20464: table empty lines ignored. system-default content type assigned
20465: in output:result [can fail in main:auto and skipped normal
20466: defaults extraction]
20467:
20468: * src/include/pa_string.h 1.53:
20469: * src/main/compile.y 1.115:
20470: #comment fixed minor bug
20471:
20472: * src/main/pa_request.C 1.81:
20473: * src/main/untaint.C 1.20:
20474: moved default typo-table to lowlevel - it initialization could
20475: be skipped if failed in @auto. so that exception report would
20476: use some table
20477:
20478: * src/main/untaint.C 1.21:
20479: z
20480:
20481: 2001-03-24 paf
20482: * src/main/pa_globals.C 1.28:
20483: * src/types/pa_vclass.C 1.6:
20484: * src/types/pa_vclass.h 1.11:
20485: * src/types/pa_vstateless_class.C 1.6:
20486: * src/types/pa_vstateless_class.h 1.8:
20487: thrown away freeze mech.
20488: no danger now for you can't do ^request:process[@new-method[]
20489: body]
20490: trick anymore.
20491: still remains $some_instance.process[@new-method[]
20492: possibility]
20493: but would leave it as a feature.
20494: see index for sample
20495:
20496: * src/include/pa_string.h 1.51:
20497: * src/main/pa_string.C 1.51:
20498: * src/main/untaint.C 1.14:
20499: * src/targets/cgi/parser3.C 1.47:
20500: html-typo 2
20501:
20502: * src/include/pa_array.h 1.29:
20503: * src/include/pa_hash.h 1.31:
20504: * src/include/pa_request.h 1.67:
20505: * src/main/compile.y 1.110:
20506: * src/main/pa_array.C 1.26:
20507: * src/main/pa_common.C 1.25:
20508: * src/main/pa_hash.C 1.29:
20509: * src/main/pa_request.C 1.73:
20510: * src/types/pa_vcookie.C 1.12:
20511: cyclic uses ignored. defaulted default content-type
20512:
20513: * src/doc/doxygen.cfg 1.1:
20514: * src/doc/doxygen.txt 1.1:
20515: * src/doc/generate.cmd 1.1:
20516: * src/doc/view.cmd 1.1:
20517: * src/include/pa_array.h 1.30:
20518: * src/include/pa_globals.h 1.26:
20519: * src/include/pa_pool.h 1.44:
20520: * src/include/pa_string.h 1.50:
20521: * src/include/pa_table.h 1.19:
20522: * src/main/execute.C 1.125:
20523: * src/main/pa_array.C 1.27:
20524: * src/main/pa_globals.C 1.31:
20525: * src/main/pa_request.C 1.78:
20526: * src/main/pa_string.C 1.50:
20527: * src/main/untaint.C 1.13:
20528: * src/targets/cgi/parser3.C 1.46:
20529: * src/targets/isapi/parser3isapi.C 1.18:
20530: * src/types/pa_value.h 1.32:
20531: * src/types/pa_vtable.h 1.6:
20532: html-typo 0
20533: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
20534: html-typo sample. detected << problem: they become ltlt too fast
20535:
20536: * src/classes/file.C 1.6:
20537: * src/classes/root.C 1.49:
20538: * src/classes/table.C 1.25:
20539: * src/include/pa_common.h 1.25:
20540: * src/include/pa_request.h 1.69:
20541: * src/main/compile.y 1.111:
20542: * src/main/pa_common.C 1.28:
20543: * src/main/pa_request.C 1.77:
20544: * src/main/pa_string.C 1.49:
20545: * src/targets/isapi/parser3isapi.C 1.17:
20546: * src/types/pa_vfile.h 1.6:
20547: file_read stringified
20548:
20549: * src/include/pa_sapi.h 1.2:
20550: * src/main/pa_common.C 1.27:
20551: * src/main/pa_request.C 1.76:
20552: * src/targets/cgi/parser3.C 1.44:
20553: * src/targets/isapi/nt_log_events.mc 1.1:
20554: * src/targets/isapi/parser3isapi.C 1.16:
20555: * src/targets/isapi/parser3isapi.dsp 1.6:
20556: 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.
20557: isapi: used HSE_APPEND_LOG_PARAMETER feature
20558:
20559: * src/types/pa_valiased.C 1.3:
20560: decided to String-ify file_read
20561:
20562: * src/targets/cgi/parser3.C 1.45:
20563: * src/targets/isapi/nt_log_events.mc 1.2:
20564: * src/targets/isapi/parser3isapi.dsp 1.7:
20565: cgi: sapi::log
20566:
20567: * src/main/compile.y 1.109:
20568: * src/main/execute.C 1.124:
20569: * src/main/main.dsp 1.69:
20570: @CLASS equals @BASE. sanity
20571:
20572: * src/include/pa_common.h 1.22:
20573: * src/main/pa_common.C 1.23:
20574: * src/main/pa_request.C 1.72:
20575: * src/targets/cgi/parser3.C 1.42:
20576: * src/targets/isapi/pool_storage.h 1.2:
20577: * src/types/pa_vform.C 1.16:
20578: * src/types/pa_vform.h 1.14:
20579: auto.p monkey
20580:
20581: * src/include/pa_common.h 1.24:
20582: * src/include/pa_globals.h 1.25:
20583: * src/main/pa_common.C 1.26:
20584: * src/main/pa_globals.C 1.30:
20585: * src/main/pa_request.C 1.75:
20586: * src/targets/isapi/parser3isapi.C 1.15:
20587: fixed default content-type allocation storage
20588:
1.24 paf 20589: * src/include/pa_globals.h 1.24:
20590: * src/include/pa_request.h 1.68:
20591: * src/main/compile.y 1.113:
20592: * src/main/pa_common.C 1.29:
20593: * src/main/pa_globals.C 1.29:
20594: * src/main/pa_request.C 1.74:
20595: z
20596:
1.15 paf 20597: * src/include/pa_common.h 1.23:
20598: * src/main/pa_common.C 1.24:
20599: * src/targets/cgi/parser3.C 1.43:
20600: * src/targets/isapi/parser3isapi.C 1.14:
20601: auto.p monkey every target
20602:
20603: * src/main/compile.y 1.112:
20604: * src/main/compile_tools.h 1.34:
20605: #comment
20606:
20607: 2001-03-23 paf
20608: * src/classes/root.C 1.48:
20609: * src/classes/table.C 1.24:
20610: * src/include/pa_common.h 1.21:
20611: * src/include/pa_config_fixed.h 1.1:
20612: * src/include/pa_config_includes.h 1.1:
20613: * src/include/pa_string.h 1.49:
20614: * src/include/pa_threads.h 1.11:
20615: * src/include/pa_types.h 1.23:
20616: * src/include/pa_version.h 1.1:
20617: * src/main/compile.y 1.108:
20618: * src/main/execute.C 1.123:
20619: * src/main/pa_array.C 1.25:
20620: * src/main/pa_common.C 1.22:
20621: * src/main/pa_hash.C 1.28:
20622: * src/main/pa_pool.C 1.17:
20623: * src/main/pa_request.C 1.70:
20624: * src/main/pa_string.C 1.48:
20625: * src/main/untaint.C 1.12:
20626: * src/targets/cgi/parser3.C 1.40:
20627: * src/targets/isapi/parser3isapi.C 1.10:
20628: * src/types/pa_vfile.C 1.6:
20629: * src/types/pa_vform.C 1.15:
20630: cgi: reinvent document_root and request_uri under iis. autoconf
20631: updated. introducing ap_config_includes
20632:
20633: * src/targets/cgi/parser3.C 1.41:
20634: * src/targets/isapi/parser3isapi.C 1.12:
20635: isapi: think it would be better to rewrite as filter then to
20636: deal with pool
20637:
20638: * src/targets/cgi/parser3.C 1.39:
20639: cgi: reinvent document_root under iis
20640:
20641: * src/include/pa_globals.h 1.22:
20642: * src/main/pa_request.C 1.68:
20643: * src/targets/cgi/parser3.C 1.36:
20644: * src/targets/cgi/parser3.dsp 1.12:
20645: * src/targets/isapi/parser3isapi.C 1.8:
20646: * src/types/pa_vcookie.C 1.10:
20647: * src/types/pa_venv.h 1.12:
20648: * src/types/pa_vform.C 1.13:
20649: all: sapi beauty
20650:
20651: * src/main/pa_request.C 1.67:
20652: * src/targets/cgi/parser3.C 1.35:
20653: * src/targets/isapi/parser3isapi.C 1.7:
20654: * src/targets/isapi/parser3isapi.dsp 1.4:
20655: isapi minor env beauty
20656:
20657: * src/include/pa_globals.h 1.23:
20658: * src/include/pa_sapi.h 1.1:
20659: * src/main/main.dsp 1.67:
20660: * src/main/pa_globals.C 1.27:
20661: * src/main/pa_request.C 1.69:
20662: * src/targets/cgi/parser3.C 1.37:
20663: * src/targets/isapi/parser3isapi.C 1.9:
20664: * src/types/pa_vcookie.C 1.11:
20665: * src/types/pa_venv.h 1.13:
20666: * src/types/pa_vform.C 1.14:
20667: sapi made object
20668:
20669: * src/include/pa_pool.h 1.43:
20670: * src/main/pa_request.C 1.71:
20671: * src/targets/cgi/pa_pool.C 1.3:
20672: * src/targets/isapi/pa_pool.C 1.3:
20673: * src/targets/isapi/parser3isapi.C 1.13:
20674: * src/targets/isapi/parser3isapi.dsp 1.5:
20675: * src/targets/isapi/pool_storage.h 1.1:
20676: isapi: dumb pool storage
20677:
20678: * src/main/main.dsp 1.68:
20679: * src/targets/isapi/parser3isapi.C 1.11:
20680: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
20681:
20682: * src/targets/isapi/pa_pool.C 1.2:
20683: decided to continue with extension
20684:
20685: * src/targets/cgi/parser3.C 1.38:
20686: cgi: only one pool now
20687:
20688: 2001-03-22 paf
20689: * src/main/pa_request.C 1.66:
20690: * src/targets/cgi/parser3.C 1.34:
20691: * src/targets/isapi/parser3isapi.C 1.6:
20692: * src/targets/isapi/parser3isapi.dsp 1.3:
20693: isapi document_root 0
20694:
20695: * src/types/pa_vcookie.C 1.8:
20696: cookie attr decoded
20697:
20698: * src/include/pa_pool.h 1.40:
20699: * src/targets/cgi/pa_pool.C 1.2:
20700: * src/targets/cgi/parser3.C 1.31:
20701: * src/targets/cgi/parser3.dsp 1.11:
20702: * src/targets/isapi/pa_pool.C 1.1:
20703: * src/targets/isapi/parser3isapi.C 1.1:
20704: * src/targets/isapi/parser3isapi.def 1.1:
20705: * src/targets/isapi/parser3isapi.dsp 1.1:
20706: started isapi
20707:
20708: * src/targets/isapi/parser3isapi.C 1.5:
20709: isapi keep-alive
20710:
20711: * src/targets/isapi/KILL.EXE 1.1:
20712: * src/targets/isapi/PSTAT.EXE 1.1:
20713: * src/targets/isapi/istart.cmd 1.1:
20714: * src/targets/isapi/istop.cmd 1.1:
20715: * src/targets/isapi/kill.pl 1.1:
20716: isapi added utils
20717:
20718: * src/include/pa_pool.h 1.41:
20719: * src/main/pa_pool.C 1.16:
20720: * src/targets/cgi/parser3.C 1.32:
20721: * src/targets/isapi/parser3isapi.C 1.2:
20722: * src/targets/isapi/parser3isapi.dsp 1.2:
20723: * src/types/pa_vform.C 1.12:
20724: isapi 0
20725:
20726: * src/include/pa_globals.h 1.20:
20727: * src/include/pa_request.h 1.66:
20728: * src/include/pa_types.h 1.22:
20729: * src/main/pa_globals.C 1.26:
20730: * src/main/pa_request.C 1.63:
20731: * src/targets/cgi/parser3.C 1.30:
20732: * src/types/pa_vcookie.C 1.9:
20733: config of auto.p path: parser_root_auto_path parser_site_auto_path
20734:
20735: * src/targets/cgi/vform_fields_fill.C 1.2:
20736: * src/targets/cgi/vform_fields_fill.h 1.2:
20737: * src/targets/isapi/parser3isapi.C 1.4:
20738: z
20739:
20740: * src/include/pa_globals.h 1.21:
20741: * src/main/pa_common.C 1.21:
20742: * src/main/pa_request.C 1.64:
20743: some comments
20744:
20745: * src/include/pa_pool.h 1.42:
20746: * src/main/pa_request.C 1.65:
20747: * src/targets/cgi/parser3.C 1.33:
20748: * src/targets/isapi/parser3isapi.C 1.3:
20749: isapi 1
20750:
20751: 2001-03-21 paf
20752: * src/include/pa_globals.h 1.18:
20753: * src/targets/cgi/parser3.C 1.28:
20754: * src/types/pa_venv.h 1.11:
20755: in cookie & env. todo:post
20756:
20757: * src/Makefile.am 1.3:
20758: * src/classes/Makefile.am 1.2:
20759: * src/classes/file.C 1.5:
20760: * src/classes/root.C 1.47:
20761: * src/classes/table.C 1.23:
20762: * src/include/pa_array.h 1.28:
20763: * src/include/pa_common.h 1.20:
20764: * src/include/pa_globals.h 1.17:
20765: * src/include/pa_pool.h 1.39:
20766: * src/include/pa_request.h 1.65:
20767: * src/include/pa_string.h 1.48:
20768: * src/main/Makefile.am 1.8:
20769: * src/main/compile.y 1.107:
20770: * src/main/execute.C 1.122:
20771: * src/main/main.dsp 1.66:
20772: * src/main/pa_common.C 1.20:
20773: * src/main/pa_globals.C 1.25:
20774: * src/main/pa_request.C 1.62:
20775: * src/main/pa_string.C 1.47:
20776: * src/main/pa_table.C 1.16:
20777: * src/main/untaint.C 1.11:
20778: * src/targets/Makefile.am 1.4:
20779: * src/targets/cgi/Makefile.am 1.2:
20780: * src/targets/cgi/parser3.C 1.27:
20781: * src/targets/cgi/parser3.dsp 1.10:
20782: * src/types/Makefile.am 1.2:
20783: * src/types/pa_vcookie.C 1.7:
20784: * src/types/pa_vform.C 1.11:
20785: * src/types/pa_vstring.h 1.11:
20786: * src/types/pa_wwrapper.h 1.5:
20787: shifted apache branch on main trunc
20788:
20789: * src/targets/cgi/parser3.C 1.29:
20790: z
20791:
20792: * src/include/pa_common.h [automake_update] 1.19.2.2:
20793: * src/include/pa_globals.h [automake_update] 1.16.2.1:
20794: * src/include/pa_pool.h [automake_update] 1.38.2.1:
20795: * src/include/pa_request.h [automake_update] 1.64.2.4:
20796: * src/main/main.dsp [automake_update] 1.65.2.1:
20797: * src/main/pa_common.C [automake_update] 1.19.2.5:
20798: * src/main/pa_request.C [automake_update] 1.61.2.3:
20799: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
20800: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
20801: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
20802: * src/types/pa_vform.C [automake_update] 1.10.2.1:
20803: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
20804: starting mod_parser3
20805:
20806: * src/include/pa_globals.h 1.19:
20807: post. todo: config of auto.p path
20808:
20809: 2001-03-20 paf
20810: * src/classes/Makefile.am 1.1:
20811: * src/types/Makefile.am 1.1:
20812: file Makefile.am was initially added on branch automake_update.
20813:
20814: * src/main/pa_common.C [automake_update] 1.19.2.4:
20815: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
20816: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
20817: automake compiled and works. todo:make win32 ifdefs work and
20818: add ifdef unistd
20819:
20820: * src/classes/Makefile.am [automake_update] 1.1.2.1:
20821: * src/classes/file.C 1.4:
20822: * src/classes/table.C 1.21:
20823: * src/classes/table.C [automake_update] 1.22.2.2:
20824: * src/include/pa_array.h 1.27:
20825: * src/include/pa_common.h 1.18:
20826: * src/include/pa_common.h [automake_update] 1.19.2.1:
20827: * src/include/pa_request.h 1.64:
20828: * src/include/pa_request.h [automake_update] 1.64.2.3:
20829: * src/include/pa_string.h 1.47:
20830: * src/include/pa_table.h 1.18:
20831: * src/include/pa_threads.h 1.10:
20832: * src/main/Makefile.am [automake_update] 1.7.16.3:
20833: * src/main/pa_common.C [automake_update] 1.19.2.3:
20834: * src/main/pa_globals.C 1.24:
20835: * src/main/pa_request.C [automake_update] 1.61.2.2:
20836: * src/main/pa_table.C [automake_update] 1.15.2.1:
20837: * src/main/untaint.C 1.10:
20838: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
20839: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
20840: * src/types/Makefile.am [automake_update] 1.1.2.1:
20841: * src/types/pa_valiased.h 1.8:
20842: * src/types/pa_value.h 1.31:
20843: * src/types/pa_vform.h 1.13:
20844: z
20845:
20846: * src/include/pa_request.h [automake_update] 1.64.2.2:
20847: * src/main/Makefile.am [automake_update] 1.7.16.2:
20848: * src/main/compile.y [automake_update] 1.106.2.1:
20849: * src/main/execute.C [automake_update] 1.121.2.2:
20850: * src/main/pa_common.C [automake_update] 1.19.2.2:
20851: * src/types/Makefile.am [automake_update] 1.1.2.2:
20852: removing locking
20853:
20854: * src/Makefile.am [automake_update] 1.2.16.1:
20855: * src/classes/file.C [automake_update] 1.4.2.1:
20856: * src/classes/root.C [automake_update] 1.46.2.1:
20857: * src/classes/table.C [automake_update] 1.22.2.1:
20858: * src/include/pa_array.h [automake_update] 1.27.2.1:
20859: * src/include/pa_request.h [automake_update] 1.64.2.1:
20860: * src/include/pa_string.h [automake_update] 1.47.2.1:
20861: * src/main/Makefile.am [automake_update] 1.7.16.1:
20862: * src/main/execute.C [automake_update] 1.121.2.1:
20863: * src/main/pa_common.C [automake_update] 1.19.2.1:
20864: * src/main/pa_globals.C [automake_update] 1.24.2.1:
20865: * src/main/pa_request.C [automake_update] 1.61.2.1:
20866: * src/main/pa_string.C [automake_update] 1.46.2.1:
20867: * src/main/untaint.C [automake_update] 1.10.2.1:
20868: * src/targets/Makefile.am [automake_update] 1.3.16.1:
20869: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
20870: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
20871: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
20872: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
20873: String::UL_
20874:
20875: * src/classes/table.C 1.22:
20876: * src/include/pa_common.h 1.19:
20877: * src/main/pa_common.C 1.19:
20878: * src/main/pa_request.C 1.61:
20879: * src/types/pa_vfile.h 1.5:
20880: ^table:save
20881:
20882: 2001-03-19 paf
20883: * src/classes/file.C 1.2:
20884: * src/classes/request.C 1.4:
20885: * src/classes/table.C 1.19:
20886: * src/include/pa_string.h 1.45:
20887: * src/main/main.dsp 1.61:
20888: * src/main/pa_pool.C 1.15:
20889: * src/main/pa_request.C 1.58:
20890: * src/main/untaint.C 1.9:
20891: * src/types/pa_value.h 1.27:
20892: * src/types/pa_vfile.C 1.2:
20893: * src/types/pa_vfile.h 1.2:
20894: * src/types/pa_vform.C 1.10:
20895: file 1
20896:
20897: * src/classes/table.C 1.17:
20898: * src/include/pa_pool.h 1.38:
20899: * src/include/pa_request.h 1.63:
20900: * src/include/pa_table.h 1.16:
20901: * src/include/pa_types.h 1.20:
20902: * src/main/execute.C 1.119:
20903: * src/main/pa_request.C 1.57:
20904: * src/targets/cgi/parser3.C 1.25:
20905: * src/types/pa_value.h 1.25:
20906: * src/types/pa_vclass.h 1.10:
20907: * src/types/pa_vform.C 1.8:
20908: * src/types/pa_vstateless_class.h 1.5:
20909: * src/types/pa_vstateless_object.h 1.4:
20910: ^table:set{default level: TABLE}
20911:
20912: * src/classes/_request.h 1.3:
20913: * src/classes/request.C 1.5:
20914: * src/main/pa_globals.C 1.22:
20915: * src/types/pa_vrequest.C 1.2:
20916: * src/types/pa_vrequest.h 1.6:
20917: VRequest moved to :VStateless_object
20918:
20919: * src/classes/_request.h 1.4:
20920: * src/classes/request.C 1.6:
20921: * src/main/main.dsp 1.65:
20922: * src/main/pa_globals.C 1.23:
20923: * src/types/pa_value.h 1.30:
20924: * src/types/pa_vform.h 1.12:
20925: * src/types/pa_vrequest.C 1.3:
20926: * src/types/pa_vrequest.h 1.7:
20927: VRequest moved to :Value
20928:
20929: * src/types/pa_valiased.h 1.4:
20930: * src/types/pa_vbool.h 1.4:
20931: doc: Value and it's derivates somehow unlinked. don't know why yet
20932:
20933: * src/classes/_env.h 1.6:
20934: * src/classes/_table.h 1.4:
20935: * src/classes/env.C 1.8:
20936: * src/classes/table.C 1.20:
20937: * src/main/execute.C 1.121:
20938: * src/main/main.dsp 1.63:
20939: * src/main/pa_globals.C 1.20:
20940: * src/main/pa_request.C 1.60:
20941: * src/types/pa_value.h 1.28:
20942: * src/types/pa_vcookie.C 1.6:
20943: * src/types/pa_vcookie.h 1.6:
20944: * src/types/pa_venv.h 1.10:
20945: VEnv is now :Value
20946:
20947: * src/targets/cgi/pa_vform.C 1.3:
20948: * src/types/pa_valiased.C 1.1:
20949: * src/types/pa_valiased.h 1.7:
20950: * src/types/pa_value.h 1.29:
20951: * src/types/pa_vstateless_class.C 1.5:
20952: * src/types/pa_vstateless_class.h 1.7:
20953: * src/types/pa_vstateless_object.h 1.7:
20954: moved common get_element part from stateless object&class into VAliased
20955:
20956: * src/classes/_file.h 1.2:
20957: * src/classes/file.C 1.3:
20958: * src/include/pa_types.h 1.21:
20959: * src/main/pa_globals.C 1.18:
20960: * src/main/pa_request.C 1.59:
20961: * src/targets/cgi/parser3.C 1.26:
20962: * src/types/pa_valiased.h 1.6:
20963: * src/types/pa_vfile.C 1.4:
20964: * src/types/pa_vfile.h 1.3:
20965: * src/types/pa_vstateless_class.h 1.6:
20966: * src/types/pa_vstateless_object.h 1.5:
20967: \ to / and ^file:save
20968:
20969: * src/classes/root.C 1.46:
20970: * src/classes/table.C 1.16:
20971: * src/main/pa_exception.C 1.7:
20972: * src/main/pa_request.C 1.53:
20973: * src/targets/cgi/parser3.C 1.24:
20974: * src/types/pa_vbool.h 1.3:
20975: * src/types/pa_vcookie.C 1.3:
20976: * src/types/pa_vcookie.h 1.3:
20977: * src/types/pa_vdouble.h 1.9:
20978: * src/types/pa_venv.h 1.8:
20979: * src/types/pa_vform.h 1.8:
20980: * src/types/pa_vint.h 1.10:
20981: * src/types/pa_vrequest.h 1.4:
20982: doc: detected Value derivates prob
20983:
20984: * src/include/code.h 1.25:
20985: * src/include/pa_array.h 1.25:
20986: * src/include/pa_pool.h 1.35:
20987: * src/include/pa_string.h 1.42:
20988: * src/include/pa_threads.h 1.8:
20989: * src/main/compile.C 1.32:
20990: * src/main/compile.y 1.105:
20991: * src/main/compile_tools.C 1.29:
20992: * src/main/compile_tools.h 1.32:
20993: * src/main/execute.C 1.117:
20994: * src/main/pa_array.C 1.23:
20995: * src/main/pa_common.C 1.15:
20996: * src/main/pa_exception.C 1.8:
20997: * src/main/pa_globals.C 1.15:
20998: * src/main/pa_hash.C 1.25:
20999: * src/main/pa_pool.C 1.13:
21000: * src/main/pa_request.C 1.54:
21001: * src/main/pa_string.C 1.45:
21002: * src/main/pa_table.C 1.14:
21003: * src/main/untaint.C 1.7:
21004: * src/types/pa_value.h 1.23:
21005: auto @brief
21006:
21007: * src/classes/_file.h 1.1:
21008: * src/classes/file.C 1.1:
21009: * src/classes/table.C 1.18:
21010: * src/include/pa_common.h 1.17:
21011: * src/include/pa_globals.h 1.16:
21012: * src/include/pa_string.h 1.44:
21013: * src/include/pa_table.h 1.17:
21014: * src/main/main.dsp 1.60:
21015: * src/main/pa_common.C 1.18:
21016: * src/main/pa_globals.C 1.17:
21017: * src/types/pa_value.h 1.26:
21018: * src/types/pa_vcookie.h 1.4:
21019: * src/types/pa_venv.h 1.9:
21020: * src/types/pa_vfile.C 1.1:
21021: * src/types/pa_vfile.h 1.1:
21022: * src/types/pa_vform.C 1.9:
21023: * src/types/pa_vform.h 1.9:
21024: * src/types/pa_vrequest.h 1.5:
21025: * src/types/pa_vtable.h 1.5:
21026: file class just compiled
21027:
21028: * src/types/pa_vfile.C 1.5:
21029: * src/types/pa_vfile.h 1.4:
21030: * src/types/pa_vstateless_object.h 1.6:
21031: vfile doxx
21032:
21033: * src/classes/_response.h 1.2:
21034: * src/classes/response.C 1.4:
21035: * src/main/pa_globals.C 1.21:
21036: * src/types/pa_vform.h 1.11:
21037: * src/types/pa_vresponse.h 1.3:
21038: VResponse moved to :VStateless_object
21039:
21040: * src/classes/_request.h 1.2:
21041: * src/classes/request.C 1.3:
21042: * src/include/code.h 1.24:
21043: * src/include/pa_array.h 1.24:
21044: * src/include/pa_common.h 1.15:
21045: * src/include/pa_exception.h 1.10:
21046: * src/include/pa_globals.h 1.13:
21047: * src/include/pa_hash.h 1.28:
21048: * src/include/pa_pool.h 1.34:
21049: * src/include/pa_request.h 1.61:
21050: * src/include/pa_stack.h 1.7:
21051: * src/include/pa_string.h 1.41:
21052: * src/include/pa_table.h 1.14:
21053: * src/include/pa_threads.h 1.7:
21054: * src/include/pa_types.h 1.17:
21055: * src/main/execute.C 1.116:
21056: * src/main/pa_pool.C 1.12:
21057: * src/main/pa_request.C 1.52:
21058: * src/main/pa_string.C 1.44:
21059: * src/main/untaint.C 1.6:
21060: * src/targets/cgi/parser3.C 1.23:
21061: * src/types/pa_value.h 1.22:
21062: * src/types/pa_vform.C 1.7:
21063: doxygen include/, Value
21064:
21065: * src/include/code.h 1.26:
21066: * src/include/pa_array.h 1.26:
21067: * src/include/pa_common.h 1.16:
21068: * src/include/pa_exception.h 1.11:
21069: * src/include/pa_globals.h 1.14:
21070: * src/include/pa_globals.h 1.15:
21071: * src/include/pa_hash.h 1.29:
21072: * src/include/pa_pool.h 1.36:
21073: * src/include/pa_pool.h 1.37:
21074: * src/include/pa_request.h 1.62:
21075: * src/include/pa_stack.h 1.8:
21076: * src/include/pa_string.h 1.43:
21077: * src/include/pa_string.h 1.46:
21078: * src/include/pa_table.h 1.15:
21079: * src/include/pa_threads.h 1.9:
21080: * src/include/pa_types.h 1.18:
21081: * src/main/compile.C 1.33:
21082: * src/main/compile.y 1.106:
21083: * src/main/compile_tools.C 1.30:
21084: * src/main/compile_tools.h 1.33:
21085: * src/main/execute.C 1.118:
21086: * src/main/pa_array.C 1.24:
21087: * src/main/pa_common.C 1.16:
21088: * src/main/pa_exception.C 1.9:
21089: * src/main/pa_globals.C 1.16:
21090: * src/main/pa_hash.C 1.26:
21091: * src/main/pa_pool.C 1.14:
21092: * src/main/pa_request.C 1.55:
21093: * src/main/pa_string.C 1.46:
21094: * src/main/pa_table.C 1.15:
21095: * src/main/untaint.C 1.8:
21096: * src/types/pa_valiased.h 1.5:
21097: * src/types/pa_value.h 1.24:
21098: * src/types/pa_vfile.C 1.3:
21099: z
21100:
21101: * src/include/pa_hash.h 1.30:
21102: * src/include/pa_types.h 1.19:
21103: * src/main/pa_common.C 1.17:
21104: * src/main/pa_hash.C 1.27:
21105: * src/main/pa_request.C 1.56:
21106: * src/types/pa_vcookie.C 1.4:
21107: renamed Hash::Value to Val so to doxygen would finlly stop
21108: confusing those Value-s
21109:
21110: * src/main/main.dsp 1.64:
21111: * src/targets/cgi/parser3.dsp 1.9:
21112: * src/types/pa_valiased.C 1.2:
21113: * src/types/pa_vform.h 1.10:
21114: commented VForm
21115:
21116: * src/classes/_cookie.h 1.2:
21117: * src/classes/_table.h 1.3:
21118: * src/classes/cookie.C 1.3:
21119: * src/main/execute.C 1.120:
21120: * src/main/main.dsp 1.62:
21121: * src/main/pa_globals.C 1.19:
21122: * src/types/pa_vcookie.C 1.5:
21123: * src/types/pa_vcookie.h 1.5:
21124: VCookie is now :Value
21125:
21126: 2001-03-18 paf
21127: * src/classes/_cookie.h 1.1:
21128: * src/classes/cookie.C 1.1:
21129: * src/include/pa_common.h 1.14:
21130: * src/include/pa_globals.h 1.12:
21131: * src/include/pa_request.h 1.60:
21132: * src/include/pa_string.h 1.40:
21133: * src/include/pa_types.h 1.16:
21134: * src/main/main.dsp 1.59:
21135: * src/main/pa_common.C 1.14:
21136: * src/main/pa_globals.C 1.14:
21137: * src/main/pa_hash.C 1.24:
21138: * src/main/pa_request.C 1.51:
21139: * src/main/pa_string.C 1.43:
21140: * src/main/untaint.C 1.5:
21141: * src/targets/cgi/parser3.C 1.21:
21142: * src/types/pa_value.h 1.21:
21143: * src/types/pa_vcookie.C 1.1:
21144: * src/types/pa_vcookie.h 1.1:
21145: * src/types/pa_vform.C 1.6:
21146: * src/types/pa_vform.h 1.7:
21147: * src/types/pa_vhash.h 1.9:
21148: * src/types/pa_vunknown.h 1.4:
21149: cookie class
21150:
21151: * src/include/pa_hash.h 1.26:
21152: * src/main/pa_hash.C 1.22:
21153: * src/targets/cgi/parser3.C 1.17:
21154: response fields to header
21155:
21156: * src/classes/root.C 1.41:
21157: * src/classes/string.C 1.12:
21158: * src/include/pa_string.h 1.37:
21159: * src/main/pa_globals.C 1.11:
21160: * src/main/pa_request.C 1.44:
21161: * src/main/pa_string.C 1.41:
21162: * src/types/pa_vdouble.h 1.8:
21163: * src/types/pa_vform.C 1.5:
21164: * src/types/pa_vint.h 1.9:
21165: * src/types/pa_vstateless_class.C 1.4:
21166: convinient string(pool, char *src, bool tainted) ctor
21167:
21168: * src/include/pa_hash.h 1.27:
21169: * src/include/pa_request.h 1.58:
21170: * src/include/pa_string.h 1.36:
21171: * src/main/pa_globals.C 1.10:
21172: * src/main/pa_hash.C 1.23:
21173: * src/main/pa_request.C 1.43:
21174: * src/main/pa_string.C 1.40:
21175: * src/main/untaint.C 1.3:
21176: * src/targets/cgi/parser3.C 1.18:
21177: proper @exceptions params tainting
21178:
21179: * src/classes/_response.h 1.1:
21180: * src/classes/response.C 1.1:
21181: * src/include/pa_globals.h 1.8:
21182: * src/include/pa_hash.h 1.25:
21183: * src/include/pa_request.h 1.57:
21184: * src/main/compile.C 1.31:
21185: * src/main/compile.y 1.104:
21186: * src/main/execute.C 1.114:
21187: * src/main/main.dsp 1.58:
21188: * src/main/pa_globals.C 1.8:
21189: * src/main/pa_hash.C 1.21:
21190: * src/main/pa_request.C 1.41:
21191: * src/targets/cgi/parser3.C 1.16:
21192: * src/targets/cgi/parser3.dsp 1.8:
21193: * src/types/pa_value.h 1.18:
21194: * src/types/pa_vhash.h 1.6:
21195: * src/types/pa_vrequest.h 1.3:
21196: * src/types/pa_vresponse.h 1.1:
21197: $response: 0 request::core exception rethrow
21198:
21199: * src/classes/request.C 1.2:
21200: * src/classes/response.C 1.2:
21201: * src/classes/root.C 1.42:
21202: * src/include/pa_common.h 1.13:
21203: * src/include/pa_globals.h 1.10:
21204: * src/include/pa_request.h 1.59:
21205: * src/include/pa_string.h 1.38:
21206: * src/main/pa_common.C 1.13:
21207: * src/main/pa_globals.C 1.12:
21208: * src/main/pa_request.C 1.45:
21209: * src/targets/cgi/parser3.C 1.19:
21210: ^taint 0
21211:
21212: * src/classes/cookie.C 1.2:
21213: * src/types/pa_vcookie.C 1.2:
21214: * src/types/pa_vcookie.h 1.2:
21215: cookie: allowed access to hash-assigned
21216:
21217: * src/include/pa_globals.h 1.9:
21218: * src/main/execute.C 1.115:
21219: * src/main/pa_globals.C 1.9:
21220: * src/main/pa_request.C 1.42:
21221: * src/targets/cgi/parser3.C 1.22:
21222: z
21223:
21224: * src/main/pa_request.C 1.50:
21225: zero length output allowed
21226:
21227: * src/classes/root.C 1.44:
21228: * src/include/pa_globals.h 1.11:
21229: * src/include/pa_string.h 1.39:
21230: * src/main/pa_globals.C 1.13:
21231: * src/main/pa_request.C 1.47:
21232: * src/main/pa_string.C 1.42:
21233: * src/types/pa_value.h 1.19:
21234: * src/types/pa_vhash.h 1.7:
21235: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21236:
21237: * src/classes/root.C 1.43:
21238: * src/main/pa_request.C 1.46:
21239: * src/main/untaint.C 1.4:
21240: * src/targets/cgi/parser3.C 1.20:
21241: taint[uri
21242:
21243: * src/classes/response.C 1.3:
21244: * src/main/pa_request.C 1.49:
21245: * src/types/pa_value.h 1.20:
21246: * src/types/pa_vhash.h 1.8:
21247: * src/types/pa_vresponse.h 1.2:
21248: ^response:clear[]
21249:
21250: * src/classes/root.C 1.45:
21251: * src/main/pa_request.C 1.48:
21252: taint forgotten forced lang switch
21253:
21254: 2001-03-16 paf
21255: * src/include/code.h 1.22:
21256: * src/include/pa_hash.h 1.24:
21257: * src/include/pa_request.h 1.55:
21258: * src/main/compile.y 1.102:
21259: * src/main/execute.C 1.108:
21260: * src/types/pa_value.h 1.15:
21261: * src/types/pa_vhash.h 1.5:
21262: * src/types/pa_vstring.h 1.10:
21263: * src/types/pa_vtable.h 1.4:
21264: * src/types/pa_wcontext.C 1.4:
21265: * src/types/pa_wcontext.h 1.6:
21266: see () and {} param wcontext conflict
21267:
21268: * src/main/execute.C 1.113:
21269: * src/main/main.dsp 1.57:
21270: * src/types/pa_value.h 1.17:
21271: * src/types/pa_vrequest.h 1.2:
21272: native method' class call with less params then needed error reporting
21273:
21274: * src/classes/double.C 1.17:
21275: * src/include/code.h 1.23:
21276: * src/main/compile.y 1.103:
21277: * src/main/compile_tools.C 1.28:
21278: * src/main/compile_tools.h 1.31:
21279: * src/main/execute.C 1.109:
21280: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21281:
21282: * src/main/execute.C 1.107:
21283: * src/types/pa_value.h 1.14:
21284: * src/types/pa_vstateless_object.h 1.3:
21285: * src/types/pa_vstring.h 1.9:
21286: disabled $string.field
21287:
21288: * src/main/execute.C 1.110:
21289: * src/types/pa_vmframe.h 1.7:
21290: if(in "/news/")
21291:
21292: * src/include/pa_globals.h 1.6:
21293: * src/main/execute.C 1.111:
21294: * src/main/pa_globals.C 1.6:
21295: * src/types/pa_value.h 1.16:
21296: * src/types/pa_vcframe.h 1.3:
21297: * src/types/pa_vmframe.h 1.8:
21298: * src/types/pa_wcontext.h 1.7:
21299: $result
21300:
21301: * src/classes/_request.h 1.1:
21302: * src/classes/request.C 1.1:
21303: * src/include/pa_globals.h 1.7:
21304: * src/include/pa_request.h 1.56:
21305: * src/main/execute.C 1.112:
21306: * src/main/main.dsp 1.56:
21307: * src/main/pa_globals.C 1.7:
21308: * src/main/pa_request.C 1.40:
21309: * src/targets/cgi/parser3.C 1.15:
21310: * src/types/pa_vform.C 1.4:
21311: * src/types/pa_vrequest.C 1.1:
21312: * src/types/pa_vrequest.h 1.1:
21313: $request : query :uri
21314:
21315: 2001-03-15 paf
21316: * src/main/compile.y 1.99:
21317: * src/main/pa_request.C 1.37:
21318: * src/targets/cgi/parser3.C 1.13:
21319: * src/types/pa_vstring.h 1.7:
21320: pre-pre-pre-beta cgi under win32 apache pre pre pre works
21321:
21322: * src/main/compile.y 1.100:
21323: * src/main/execute.C 1.105:
21324: z
21325:
21326: * src/main/compile.y 1.101:
21327: * src/main/execute.C 1.106:
21328: * src/main/pa_request.C 1.38:
21329: * src/targets/cgi/parser3.C 1.14:
21330: * src/types/pa_vstring.h 1.8:
21331: @exception
21332:
21333: * src/include/pa_globals.h 1.5:
21334: * src/main/pa_globals.C 1.5:
21335: * src/main/pa_request.C 1.36:
21336: * src/targets/cgi/parser3.C 1.12:
21337: * src/types/pa_vform.C 1.3:
21338: * src/types/pa_vform.h 1.6:
21339: vform fillfields just compiled
21340:
21341: * src/main/pa_request.C 1.39:
21342: news sample
21343:
21344: 2001-03-14 paf
21345: * src/include/core.h 1.16:
21346: * src/include/pa_globals.h 1.1:
21347: * src/include/pa_pool.h 1.33:
21348: * src/include/pa_string.h 1.35:
21349: * src/include/pa_types.h 1.13:
21350: * src/main/compile.y 1.98:
21351: * src/main/core.C 1.69:
21352: * src/main/main.dsp 1.54:
21353: * src/main/pa_globals.C 1.1:
21354: * src/main/pa_request.C 1.31:
21355: * src/targets/cgi/pa_vform.C 1.2:
21356: * src/targets/cgi/parser3.C 1.5:
21357: * src/targets/cgi/parser3.dsp 1.4:
21358: * src/types/pa_value.h 1.13:
21359: * src/types/pa_vform.h 1.3:
21360: * src/types/pa_vunknown.h 1.3:
21361: global handler, exceptions in parser3
21362:
21363: * src/include/pa_globals.h 1.4:
21364: * src/main/pa_globals.C 1.4:
21365: * src/main/pa_request.C 1.34:
21366: * src/targets/cgi/parser3.dsp 1.7:
21367: * src/types/pa_vform.C 1.2:
21368: * src/types/pa_vform.h 1.5:
21369: * src/types/pa_vstring.h 1.6:
21370: limits -1
21371:
21372: * src/include/pa_common.h 1.12:
21373: * src/include/pa_types.h 1.14:
21374: * src/main/pa_request.C 1.32:
21375: * src/targets/cgi/parser3.C 1.7:
21376: PATH_DELIMITER_CHAR
21377:
21378: * src/targets/cgi/parser3.C 1.8:
21379: # if MSVC
21380:
21381: * src/include/pa_globals.h 1.3:
21382: * src/include/pa_request.h 1.53:
21383: * src/include/pa_types.h 1.15:
21384: * src/main/main.dsp 1.55:
21385: * src/main/pa_globals.C 1.3:
21386: * src/main/pa_request.C 1.33:
21387: * src/targets/cgi/parser3.C 1.10:
21388: * src/targets/cgi/parser3.dsp 1.6:
21389: * src/types/pa_vform.C 1.1:
21390: * src/types/pa_vform.h 1.4:
21391: request_info -1
21392:
21393: * src/include/pa_globals.h 1.2:
21394: * src/main/pa_globals.C 1.2:
21395: * src/targets/cgi/parser3.C 1.9:
21396: * src/targets/cgi/parser3.dsp 1.5:
21397: * src/targets/cgi/vform_fields_fill.C 1.1:
21398: * src/targets/cgi/vform_fields_fill.h 1.1:
21399: vform_fields_fill
21400:
21401: * src/include/pa_request.h 1.54:
21402: * src/main/pa_request.C 1.35:
21403: * src/targets/cgi/parser3.C 1.11:
21404: * src/targets/cgi/parser3.C 1.6:
21405: z
21406:
21407: 2001-03-13 paf
21408: * src/main/execute.C 1.101:
21409: * src/types/pa_value.h 1.10:
21410: * src/types/pa_venv.h 1.4:
21411: for future methods of ENV constructor if
21412:
21413: * src/classes/root.C 1.36:
21414: * src/classes/table.C 1.12:
21415: * src/include/pa_exception.h 1.9:
21416: * src/include/pa_pool.h 1.31:
21417: skipped_restructure_exceptions_dead_end
21418:
21419: * src/types/pa_vstateless_class.h 1.1:
21420: file pa_vstateless_class.h was initially added on branch
21421: stateless_class.
21422:
21423: * src/include/code.h 1.21:
21424: * src/include/pa_string.h 1.34:
21425: * src/main/compile.y 1.95:
21426: * src/main/execute.C 1.103:
21427: * src/main/pa_string.C 1.39:
21428: 'value is type' expr operator
21429:
21430: * src/classes/form.C 1.2:
21431: * src/main/compile.y 1.97:
21432: * src/main/core.C 1.68:
21433: * src/types/pa_value.h 1.12:
21434: * src/types/pa_vclass.h 1.9:
21435: * src/types/pa_venv.h 1.7:
21436: * src/types/pa_vform.h 1.2:
21437: * src/types/pa_vstateless_class.C 1.3:
21438: * src/types/pa_vstateless_class.h 1.4:
21439: form:fields removed. use $form.CLASS instead
21440:
21441: * src/types/pa_vstateless_class.C 1.1:
21442: file pa_vstateless_class.C was initially added on branch
21443: stateless_class.
21444:
21445: * src/include/core.h 1.14:
21446: * src/include/pa_common.h 1.10:
21447: * src/include/pa_request.h 1.51:
21448: * src/main/pa_common.C 1.12:
21449: * src/main/pa_request.C 1.29:
21450: * src/targets/cgi/parser3.C 1.3:
21451: before error show with parser
21452:
21453: * src/types/pa_venv.h 1.1:
21454: file pa_venv.h was initially added on branch stateless_class.
21455:
21456: * src/targets/cgi/Makefile.am 1.1:
21457: * src/targets/cgi/pa_pool.C 1.1:
21458: * src/targets/cgi/pa_vform.C 1.1:
21459: * src/targets/cgi/parser.dsp 1.1:
21460: * src/targets/cgi/parser3.C 1.1:
21461: renamed targets/ parser to cgi
21462:
21463: * src/classes/_double.h 1.5:
21464: * src/classes/_double.h [stateless_class] 1.4.8.1:
21465: * src/classes/_env.h 1.4:
21466: * src/classes/_env.h [stateless_class] 1.3.8.1:
21467: * src/classes/_int.h 1.5:
21468: * src/classes/_int.h [stateless_class] 1.4.8.1:
21469: * src/classes/_root.h 1.4:
21470: * src/classes/_root.h [stateless_class] 1.3.8.1:
21471: * src/classes/_string.h 1.6:
21472: * src/classes/_string.h [stateless_class] 1.5.4.1:
21473: * src/classes/_table.h 1.2:
21474: * src/classes/_table.h [stateless_class] 1.1.6.1:
21475: * src/classes/double.C 1.15:
21476: * src/classes/double.C [stateless_class] 1.14.2.1:
21477: * src/classes/env.C 1.5:
21478: * src/classes/env.C [stateless_class] 1.4.8.1:
21479: * src/classes/int.C 1.14:
21480: * src/classes/int.C [stateless_class] 1.13.2.1:
21481: * src/classes/root.C 1.38:
21482: * src/classes/root.C [stateless_class] 1.37.2.1:
21483: * src/classes/string.C 1.10:
21484: * src/classes/string.C [stateless_class] 1.9.4.1:
21485: * src/classes/table.C 1.14:
21486: * src/classes/table.C [stateless_class] 1.13.2.1:
21487: * src/include/pa_request.h 1.46:
21488: * src/include/pa_request.h [stateless_class] 1.45.2.1:
21489: * src/main/compile.C 1.29:
21490: * src/main/compile.C [stateless_class] 1.28.2.1:
21491: * src/main/compile_tools.h 1.30:
21492: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
21493: * src/main/core.C 1.64:
21494: * src/main/core.C [stateless_class] 1.63.6.1:
21495: * src/main/execute.C 1.100:
21496: * src/main/execute.C [stateless_class] 1.99.2.1:
21497: * src/main/main.dsp 1.51:
21498: * src/main/main.dsp [stateless_class] 1.50.6.1:
21499: * src/main/pa_request.C 1.26:
21500: * src/main/pa_request.C [stateless_class] 1.25.2.1:
21501: * src/types/pa_valiased.h 1.3:
21502: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
21503: * src/types/pa_value.h 1.9:
21504: * src/types/pa_value.h [stateless_class] 1.8.2.1:
21505: * src/types/pa_vclass.C 1.5:
21506: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
21507: * src/types/pa_vclass.h 1.8:
21508: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
21509: * src/types/pa_venv.h 1.2:
21510: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
21511: * src/types/pa_vmframe.h 1.6:
21512: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
21513: * src/types/pa_vobject.h 1.5:
21514: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
21515: * src/types/pa_vstateless_class.C 1.2:
21516: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
21517: * src/types/pa_vstateless_class.h 1.2:
21518: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
21519: * src/types/pa_vstateless_object.h 1.2:
21520: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
21521: * src/types/pa_wcontext.h 1.5:
21522: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
21523: $ENV: re 0, stateless classes
21524:
21525: * src/include/pa_request.h 1.45:
21526: * src/main/compile.C 1.28:
21527: * src/main/execute.C 1.99:
21528: * src/main/pa_request.C 1.25:
21529: * src/types/pa_value.h 1.8:
21530: * src/types/pa_vmframe.h 1.5:
21531: fixed yesterdays bad decision on execute_static_method
21532:
21533: * src/include/core.h 1.15:
21534: * src/include/pa_common.h 1.11:
21535: * src/include/pa_request.h 1.52:
21536: * src/main/core.C 1.67:
21537: * src/main/execute.C 1.104:
21538: * src/main/main.dsp 1.53:
21539: * src/main/pa_request.C 1.30:
21540: * src/targets/cgi/parser3.C 1.4:
21541: * src/targets/cgi/parser3.dsp 1.3:
21542: * src/types/pa_vform.h 1.1:
21543: started cgi target
21544:
21545: * src/include/pa_request.h 1.47:
21546: * src/types/pa_venv.h 1.3:
21547: $ENV 0.1 stateless class
21548:
21549: * src/classes/_form.h 1.1:
21550: * src/classes/double.C 1.16:
21551: * src/classes/env.C 1.7:
21552: * src/classes/form.C 1.1:
21553: * src/classes/int.C 1.15:
21554: * src/classes/root.C 1.40:
21555: * src/classes/string.C 1.11:
21556: * src/classes/table.C 1.13:
21557: * src/classes/table.C 1.15:
21558: * src/include/core.h 1.13:
21559: * src/include/pa_request.h 1.49:
21560: * src/include/pa_request.h 1.50:
21561: * src/include/pa_types.h 1.12:
21562: * src/main/core.C 1.66:
21563: * src/main/execute.C 1.102:
21564: * src/main/pa_request.C 1.23:
21565: * src/main/pa_request.C 1.24:
21566: * src/main/pa_request.C 1.28:
21567: * src/targets/cgi/parser.dsp 1.2:
21568: * src/targets/cgi/parser3.C 1.2:
21569: * src/targets/cgi/parser3.dsp 1.1:
21570: * src/targets/cgi/parser3.dsp 1.2:
21571: * src/types/pa_vhash.h 1.4:
21572: z
21573:
21574: * src/classes/root.C 1.35:
21575: * src/classes/table.C 1.11:
21576: * src/include/pa_exception.h 1.8:
21577: * src/include/pa_pool.h 1.30:
21578: * src/main/pa_request.C 1.22:
21579: restructure_exceptions_dead_end
21580:
21581: * src/classes/root.C 1.34:
21582: * src/main/compile.y 1.94:
21583: ^if required junctions. allowed ; inside {} to break params
21584:
21585: * src/classes/_env.h 1.5:
21586: * src/classes/env.C 1.6:
21587: * src/classes/root.C 1.39:
21588: * src/include/core.h 1.12:
21589: * src/include/pa_pool.h 1.32:
21590: * src/include/pa_request.h 1.48:
21591: * src/main/compile.C 1.30:
21592: * src/main/compile.y 1.96:
21593: * src/main/core.C 1.65:
21594: * src/main/main.dsp 1.52:
21595: * src/main/pa_common.C 1.11:
21596: * src/main/pa_request.C 1.27:
21597: * src/types/pa_value.h 1.11:
21598: * src/types/pa_venv.h 1.6:
21599: * src/types/pa_vstateless_class.h 1.3:
21600: started $form: [historical moment :)]
21601:
21602: * src/types/pa_venv.h 1.5:
21603: $ENV 1
21604:
21605: * src/classes/double.C 1.14:
21606: * src/classes/int.C 1.13:
21607: * src/classes/root.C 1.37:
21608: * src/types/pa_vdouble.h 1.7:
21609: * src/types/pa_vint.h 1.8:
21610: Int,Double dec mul div mod
21611:
21612: 2001-03-12 paf
21613: * src/classes/_string.h 1.5:
21614: * src/classes/double.C 1.13:
21615: * src/classes/int.C 1.12:
21616: * src/classes/string.C 1.9:
21617: * src/main/execute.C 1.98:
21618: * src/types/pa_wcontext.h 1.4:
21619: int doube string ^format
21620:
21621: * src/classes/root.C 1.19:
21622: * src/types/pa_vclass.h 1.4:
21623: process temp main zeroing
21624:
21625: * src/classes/root.C 1.30:
21626: * src/classes/table.C 1.6:
21627: * src/types/pa_vtable.h 1.2:
21628: table ^offset ^line ^count
21629:
21630: * src/classes/root.C 1.28:
21631: * src/classes/table.C 1.5:
21632: ^use
21633:
21634: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
21635: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
21636: constructing flag not 'bad' but not 'enough'
21637:
21638: * src/classes/root.C 1.27:
21639: * src/classes/table.C 1.4:
21640: * src/include/pa_request.h 1.44:
21641: * src/main/compile.y 1.92:
21642: * src/main/core.C 1.62:
21643: * src/main/execute.C 1.96:
21644: * src/types/pa_vclass.h 1.7:
21645: * src/types/pa_wcontext.C 1.3:
21646: * src/types/pa_wcontext.h 1.3:
21647: * src/types/pa_wwrapper.h 1.3:
21648: while. switched off wcontext.constructing after write(value) or
21649: auto-vhash-constructing
21650:
21651: * src/classes/table.C 1.8:
21652: table ^empty
21653:
21654: * src/classes/root.C 1.33:
21655: ^eval
21656:
21657: * src/classes/root.C 1.26:
21658: * src/classes/table.C 1.3:
21659: * src/include/pa_request.h 1.43:
21660: * src/main/pa_request.C 1.20:
21661: fail_if_junction_ helper func
21662:
21663: * src/classes/root.C 1.23:
21664: * src/include/core.h 1.11:
21665: * src/include/pa_array.h 1.23:
21666: * src/include/pa_request.h 1.41:
21667: * src/include/pa_table.h 1.11:
21668: * src/main/core.C 1.60:
21669: * src/main/main.dsp 1.49:
21670: * src/main/pa_request.C 1.17:
21671: * src/main/pa_table.C 1.12:
21672: * src/types/pa_value.h 1.6:
21673: * src/types/pa_vclass.C 1.4:
21674: * src/types/pa_vclass.h 1.6:
21675: * src/types/pa_vdouble.h 1.5:
21676: * src/types/pa_vint.h 1.5:
21677: * src/types/pa_vmframe.h 1.4:
21678: * src/types/pa_vstring.h 1.5:
21679: freeze, ^table:create[] -1
21680:
21681: * src/types/pa_vtable.h 1.1:
21682: table: no, better with string in cells...
21683:
21684: * src/classes/root.C 1.21:
21685: * src/main/execute.C 1.93:
21686: * src/types/pa_vclass.h 1.5:
21687: used get_method in couple places optimizing them
21688:
1.24 paf 21689: * src/classes/_table.h 1.1:
21690: * src/classes/root.C 1.20:
21691: * src/classes/root.C 1.22:
21692: * src/classes/table.C 1.1:
21693: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
21694: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
21695: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
21696: * src/main/untaint.C 1.1:
21697: * src/types/pa_value.h 1.5:
21698: z
21699:
1.15 paf 21700: * src/classes/double.C 1.10:
21701: * src/classes/int.C 1.10:
21702: * src/classes/root.C 1.18:
21703: * src/classes/string.C 1.7:
21704: * src/include/pa_common.h 1.6:
21705: * src/include/pa_request.h 1.40:
21706: * src/include/pa_string.h 1.32:
21707: * src/include/pa_types.h 1.10:
21708: * src/main/compile.C 1.27:
21709: * src/main/compile.y 1.91:
21710: * src/main/compile_tools.h 1.29:
21711: * src/main/execute.C 1.92:
21712: * src/main/pa_common.C 1.7:
21713: * src/main/pa_request.C 1.16:
21714: * src/types/pa_value.h 1.4:
21715: * src/types/pa_vmframe.h 1.3:
21716: process. actual names to store param and
21717: check_actual_numbered_params for better place diagnostics
21718:
21719: * src/classes/root.C 1.25:
21720: * src/classes/table.C 1.2:
21721: * src/include/pa_common.h 1.8:
21722: * src/include/pa_request.h 1.42:
21723: * src/main/execute.C 1.95:
21724: * src/main/main.dsp 1.50:
21725: * src/main/pa_common.C 1.9:
21726: * src/main/pa_request.C 1.19:
21727: ^process error point by actual method_name, not source.
21728: ^load
21729:
21730: * src/classes/table.C 1.7:
21731: * src/include/pa_table.h 1.13:
21732: table ^menu
21733:
21734: * src/classes/root.C 1.29:
21735: ^round() ^floor() ^ceiling() ^abs() ^sign()
21736:
21737: * src/classes/double.C 1.11:
21738: * src/classes/int.C 1.11:
21739: * src/classes/root.C 1.31:
21740: * src/classes/string.C 1.8:
21741: * src/classes/table.C 1.9:
21742: * src/main/core.C 1.63:
21743: * src/main/execute.C 1.97:
21744: * src/types/pa_vint.h 1.6:
21745: ^for
21746:
21747: * src/classes/double.C 1.12:
21748: * src/classes/root.C 1.32:
21749: * src/classes/table.C 1.10:
21750: * src/include/pa_common.h 1.9:
21751: * src/include/pa_types.h 1.11:
21752: * src/main/compile.y 1.93:
21753: * src/main/pa_common.C 1.10:
21754: * src/main/pa_request.C 1.21:
21755: * src/main/untaint.C 1.2:
21756: * src/types/pa_vdouble.h 1.6:
21757: * src/types/pa_vint.h 1.7:
21758: * src/types/pa_vtable.h 1.3:
21759: * src/types/pa_wwrapper.h 1.4:
21760: think constructing flag as is is bad
21761:
21762: * src/classes/root.C 1.24:
21763: * src/include/pa_common.h 1.7:
21764: * src/include/pa_string.h 1.33:
21765: * src/include/pa_table.h 1.12:
21766: * src/main/core.C 1.61:
21767: * src/main/execute.C 1.94:
21768: * src/main/pa_common.C 1.8:
21769: * src/main/pa_request.C 1.18:
21770: * src/main/pa_table.C 1.13:
21771: * src/types/pa_value.h 1.7:
21772: table:set 0
21773:
21774: 2001-03-11 paf
21775: * src/classes/double.C 1.8:
21776: * src/classes/int.C 1.8:
21777: * src/classes/root.C 1.14:
21778: * src/include/pa_request.h 1.38:
21779: * src/main/execute.C 1.90:
21780: intercept_string
21781:
21782: * src/classes/double.C 1.6:
21783: * src/classes/int.C 1.6:
21784: * src/include/pa_request.h 1.37:
21785: ^inc-s(expr)
21786:
21787: * src/include/pa_valiased.h 1.4:
21788: * src/include/pa_value.h 1.51:
21789: * src/include/pa_vbool.h 1.8:
21790: * src/include/pa_vcframe.h 1.8:
21791: * src/include/pa_vclass.h 1.30:
21792: * src/include/pa_vdouble.h 1.13:
21793: * src/include/pa_vhash.h 1.13:
21794: * src/include/pa_vint.h 1.5:
21795: * src/include/pa_vjunction.h 1.9:
21796: * src/include/pa_vmframe.h 1.24:
21797: * src/include/pa_vobject.h 1.18:
21798: * src/include/pa_vstring.h 1.18:
21799: * src/include/pa_vunknown.h 1.10:
21800: * src/include/pa_wcontext.h 1.29:
21801: * src/include/pa_wwrapper.h 1.14:
21802: * src/main/compile.y 1.88:
21803: * src/main/core.C 1.55:
21804: * src/main/main.dsp 1.44:
21805: * src/main/pa_cframe.C 1.6:
21806: * src/main/pa_request.C 1.11:
21807: * src/main/pa_value.C 1.8:
21808: * src/main/pa_vclass.C 1.5:
21809: * src/main/pa_wcontext.C 1.11:
21810: * src/types/pa_valiased.h 1.1:
21811: * src/types/pa_value.h 1.1:
21812: * src/types/pa_vbool.h 1.1:
21813: * src/types/pa_vcframe.h 1.1:
21814: * src/types/pa_vclass.C 1.1:
21815: * src/types/pa_vclass.h 1.1:
21816: * src/types/pa_vdouble.h 1.1:
21817: * src/types/pa_vhash.h 1.1:
21818: * src/types/pa_vint.h 1.1:
21819: * src/types/pa_vjunction.h 1.1:
21820: * src/types/pa_vmframe.h 1.1:
21821: * src/types/pa_vobject.h 1.1:
21822: * src/types/pa_vstring.h 1.1:
21823: * src/types/pa_vunknown.h 1.1:
21824: * src/types/pa_wcontext.C 1.1:
21825: * src/types/pa_wcontext.h 1.1:
21826: * src/types/pa_wwrapper.h 1.1:
21827: splitted types from include/
21828:
21829: * src/main/main.dsp 1.47:
21830: * src/types/pa_value.h 1.3:
21831: * src/types/pa_vdouble.h 1.3:
21832: * src/types/pa_vint.h 1.3:
21833: * src/types/pa_vobject.h 1.3:
21834: * src/types/pa_vstring.h 1.3:
21835: VString VDouble VInt base now VObject_base - without fields
21836:
21837: * src/include/core.h 1.7:
21838: * src/include/pa_request.h 1.35:
21839: * src/main/core.C 1.56:
21840: * src/main/main.dsp 1.45:
21841: * src/main/pa_request.C 1.12:
21842: renamed AUTO: to MAIN:
21843:
21844: * src/classes/double.C 1.9:
21845: * src/classes/int.C 1.9:
21846: * src/classes/root.C 1.15:
21847: * src/classes/string.C 1.6:
21848: * src/include/core.h 1.9:
21849: * src/include/pa_hash.h 1.23:
21850: * src/include/pa_pool.h 1.29:
21851: * src/include/pa_request.h 1.39:
21852: * src/include/pa_string.h 1.31:
21853: * src/main/compile.C 1.26:
21854: * src/main/core.C 1.58:
21855: * src/main/pa_request.C 1.15:
21856: ^untaint 0
21857:
21858: * src/classes/root.C 1.17:
21859: * src/main/execute.C 1.91:
21860: * src/main/main.dsp 1.48:
21861: setname for method-junctions bug fixed
21862:
21863: * src/types/pa_vdouble.h 1.4:
21864: * src/types/pa_vint.h 1.4:
21865: * src/types/pa_vobject.h 1.4:
21866: * src/types/pa_vstateless_object.h 1.1:
21867: * src/types/pa_vstring.h 1.4:
21868: stateless_object
21869:
21870: * src/classes/root.C 1.16:
21871: * src/include/core.h 1.10:
21872: * src/main/core.C 1.59:
21873: * src/main/pa_request.C 1.13:
21874: * src/types/pa_vhash.h 1.2:
21875: z
21876:
21877: * src/classes/_double.h 1.4:
21878: * src/classes/_env.h 1.3:
21879: * src/classes/_int.h 1.4:
21880: * src/classes/_root.h 1.3:
21881: * src/classes/_string.h 1.4:
21882: * src/classes/double.C 1.5:
21883: * src/classes/env.C 1.4:
21884: * src/classes/int.C 1.5:
21885: * src/classes/root.C 1.12:
21886: * src/classes/string.C 1.5:
21887: * src/include/code.h 1.20:
21888: * src/include/core.h 1.8:
21889: * src/include/pa_array.h 1.22:
21890: * src/include/pa_common.h 1.5:
21891: * src/include/pa_exception.h 1.7:
21892: * src/include/pa_hash.h 1.22:
21893: * src/include/pa_pool.h 1.28:
21894: * src/include/pa_request.h 1.36:
21895: * src/include/pa_stack.h 1.6:
21896: * src/include/pa_string.h 1.30:
21897: * src/include/pa_table.h 1.10:
21898: * src/include/pa_threads.h 1.6:
21899: * src/include/pa_types.h 1.9:
21900: * src/main/compile.C 1.25:
21901: * src/main/compile.y 1.89:
21902: * src/main/compile_tools.C 1.26:
21903: * src/main/compile_tools.h 1.27:
21904: * src/main/core.C 1.57:
21905: * src/main/execute.C 1.89:
21906: * src/main/pa_array.C 1.22:
21907: * src/main/pa_common.C 1.6:
21908: * src/main/pa_exception.C 1.6:
21909: * src/main/pa_hash.C 1.20:
21910: * src/main/pa_pool.C 1.11:
21911: * src/main/pa_request.C 1.14:
21912: * src/main/pa_string.C 1.37:
21913: * src/main/pa_table.C 1.11:
21914: * src/types/pa_valiased.h 1.2:
21915: * src/types/pa_value.h 1.2:
21916: * src/types/pa_vbool.h 1.2:
21917: * src/types/pa_vcframe.h 1.2:
21918: * src/types/pa_vclass.C 1.2:
21919: * src/types/pa_vclass.h 1.2:
21920: * src/types/pa_vdouble.h 1.2:
21921: * src/types/pa_vhash.h 1.3:
21922: * src/types/pa_vint.h 1.2:
21923: * src/types/pa_vjunction.h 1.2:
21924: * src/types/pa_vmframe.h 1.2:
21925: * src/types/pa_vobject.h 1.2:
21926: * src/types/pa_vstring.h 1.2:
21927: * src/types/pa_vunknown.h 1.2:
21928: * src/types/pa_wcontext.C 1.2:
21929: * src/types/pa_wcontext.h 1.2:
21930: * src/types/pa_wwrapper.h 1.2:
21931: headers updated
21932:
21933: * src/classes/double.C 1.7:
21934: * src/classes/int.C 1.7:
21935: * src/classes/root.C 1.13:
21936: * src/types/pa_vclass.C 1.3:
21937: * src/types/pa_vclass.h 1.3:
21938: add_native_method helper
21939:
21940: 2001-03-10 paf
21941: * src/include/core.h 1.4:
21942: * src/include/pa_request.h 1.30:
21943: * src/main/compile.y 1.85:
21944: * src/main/core.C 1.52:
21945: * src/main/pa_request.C 1.6:
21946: names to core.C
21947:
21948: * src/classes/_env.h 1.1:
21949: * src/classes/env.C 1.1:
21950: * src/classes/root.C 1.8:
21951: * src/include/pa_request.h 1.23:
21952: * src/include/pa_vclass.h 1.27:
21953: * src/main/core.C 1.49:
21954: * src/main/main.dsp 1.42:
21955: env0
21956:
21957: * src/include/code.h 1.18:
21958: * src/include/pa_request.h 1.28:
21959: * src/include/pa_vint.h 1.3:
21960: * src/include/pa_vjunction.h 1.7:
21961: * src/include/pa_vstring.h 1.16:
21962: * src/main/compile.y 1.84:
21963: * src/main/compile_tools.C 1.24:
21964: * src/main/compile_tools.h 1.25:
21965: * src/main/execute.C 1.86:
21966: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21967:
21968: * src/include/core.h 1.2:
21969: * src/include/pa_array.h 1.20:
21970: * src/include/pa_hash.h 1.20:
21971: * src/include/pa_request.h 1.24:
21972: * src/include/pa_value.h 1.49:
21973: * src/include/pa_vcframe.h 1.6:
21974: * src/include/pa_vdouble.h 1.11:
21975: * src/include/pa_vint.h 1.2:
21976: * src/include/pa_vstring.h 1.15:
21977: * src/include/pa_vunknown.h 1.8:
21978: * src/include/pa_wcontext.h 1.26:
21979: * src/main/compile.y 1.82:
21980: * src/main/compile_tools.C 1.23:
21981: * src/main/compile_tools.h 1.24:
21982: * src/main/core.C 1.50:
21983: * src/main/execute.C 1.82:
21984: * src/main/main.dsp 1.43:
21985: * src/main/pa_cframe.C 1.4:
21986: * src/main/pa_request.C 1.3:
21987: * src/main/pa_wcontext.C 1.8:
21988: const fight finished
21989:
21990: * src/include/core.h 1.6:
21991: * src/include/pa_request.h 1.34:
21992: * src/main/core.C 1.54:
21993: * src/main/pa_request.C 1.10:
21994: run+auto=run
21995:
21996: * src/include/pa_request.h 1.27:
21997: * src/main/execute.C 1.85:
21998: * src/main/pa_request.C 1.4:
21999: @auto[] realised. auto.p scan togo
22000:
22001: * src/classes/double.C 1.3:
22002: * src/classes/int.C 1.3:
22003: * src/classes/root.C 1.9:
22004: * src/classes/string.C 1.3:
22005: * src/include/pa_request.h 1.25:
22006: * src/include/pa_string.h 1.28:
22007: * src/include/pa_wcontext.h 1.27:
22008: * src/main/compile.y 1.83:
22009: * src/main/execute.C 1.83:
22010: * src/main/pa_string.C 1.35:
22011: * src/main/pa_wcontext.C 1.9:
22012: tainting 0
22013:
22014: * src/classes/_double.h 1.2:
22015: * src/classes/_int.h 1.2:
22016: * src/classes/_root.h 1.1:
22017: * src/classes/_string.h 1.2:
22018: * src/classes/double.C 1.2:
22019: * src/classes/int.C 1.2:
22020: * src/classes/root.C 1.7:
22021: * src/classes/string.C 1.2:
22022: * src/include/pa_request.h 1.22:
22023: * src/include/pa_string.h 1.27:
22024: * src/include/pa_types.h 1.7:
22025: * src/include/pa_vcframe.h 1.5:
22026: * src/include/pa_wcontext.h 1.25:
22027: * src/main/core.C 1.48:
22028: * src/main/main.dsp 1.41:
22029: * src/main/pa_cframe.C 1.3:
22030: * src/main/pa_string.C 1.34:
22031: * src/main/pa_vclass.C 1.3:
22032: * src/main/pa_wcontext.C 1.7:
22033: ^lang prepare0
22034:
22035: * src/include/pa_request.h 1.31:
22036: * src/main/compile.C 1.23:
22037: * src/main/compile.y 1.86:
22038: * src/main/pa_request.C 1.7:
22039: auto tree0
22040:
22041: * src/classes/env.C 1.2:
22042: env:file/line
22043:
22044: * src/include/pa_vclass.h 1.28:
22045: const fight to go
22046:
1.24 paf 22047: * src/include/pa_request.h 1.26:
22048: * src/main/execute.C 1.84:
22049: autocalc code-junctions result now have names
22050:
1.15 paf 22051: * src/include/core.h 1.3:
22052: * src/include/pa_common.h 1.3:
22053: * src/include/pa_pool.h 1.26:
22054: * src/include/pa_request.h 1.29:
22055: * src/main/core.C 1.51:
22056: * src/main/execute.C 1.87:
22057: * src/main/pa_common.C 1.4:
22058: * src/main/pa_request.C 1.5:
22059: root auto.p loaded
22060:
22061: * src/classes/root.C 1.11:
22062: * src/include/pa_request.h 1.33:
22063: minor if junction bug
22064:
22065: * src/main/pa_request.C 1.8:
22066: auto..
22067:
22068: * src/classes/_double.h 1.3:
22069: * src/classes/_env.h 1.2:
22070: * src/classes/_int.h 1.3:
22071: * src/classes/_root.h 1.2:
22072: * src/classes/_string.h 1.3:
22073: * src/classes/double.C 1.4:
22074: * src/classes/env.C 1.3:
22075: * src/classes/int.C 1.4:
22076: * src/classes/root.C 1.10:
22077: * src/classes/string.C 1.4:
22078: * src/include/code.h 1.19:
22079: * src/include/core.h 1.5:
22080: * src/include/pa_array.h 1.21:
22081: * src/include/pa_common.h 1.4:
22082: * src/include/pa_exception.h 1.6:
22083: * src/include/pa_hash.h 1.21:
22084: * src/include/pa_pool.h 1.27:
22085: * src/include/pa_request.h 1.32:
22086: * src/include/pa_stack.h 1.5:
22087: * src/include/pa_string.h 1.29:
22088: * src/include/pa_table.h 1.9:
22089: * src/include/pa_threads.h 1.5:
22090: * src/include/pa_types.h 1.8:
22091: * src/include/pa_valiased.h 1.3:
22092: * src/include/pa_value.h 1.50:
22093: * src/include/pa_vbool.h 1.7:
22094: * src/include/pa_vcframe.h 1.7:
22095: * src/include/pa_vclass.h 1.29:
22096: * src/include/pa_vdouble.h 1.12:
22097: * src/include/pa_vhash.h 1.12:
22098: * src/include/pa_vint.h 1.4:
22099: * src/include/pa_vjunction.h 1.8:
22100: * src/include/pa_vmframe.h 1.23:
22101: * src/include/pa_vobject.h 1.17:
22102: * src/include/pa_vstring.h 1.17:
22103: * src/include/pa_vunknown.h 1.9:
22104: * src/include/pa_wcontext.h 1.28:
22105: * src/include/pa_wwrapper.h 1.13:
22106: * src/main/compile.C 1.24:
22107: * src/main/compile.y 1.87:
22108: * src/main/compile_tools.C 1.25:
22109: * src/main/compile_tools.h 1.26:
22110: * src/main/core.C 1.53:
22111: * src/main/execute.C 1.88:
22112: * src/main/pa_array.C 1.21:
22113: * src/main/pa_cframe.C 1.5:
22114: * src/main/pa_common.C 1.5:
22115: * src/main/pa_exception.C 1.5:
22116: * src/main/pa_hash.C 1.19:
22117: * src/main/pa_pool.C 1.10:
22118: * src/main/pa_request.C 1.9:
22119: * src/main/pa_string.C 1.36:
22120: * src/main/pa_table.C 1.10:
22121: * src/main/pa_value.C 1.7:
22122: * src/main/pa_vclass.C 1.4:
22123: * src/main/pa_wcontext.C 1.10:
22124: sources header
22125:
22126: 2001-03-09 paf
22127: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
22128: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
22129: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
22130: ^string.length[]
22131:
22132: * src/classes/root.C 1.5:
22133: * src/include/pa_request.h 1.21:
22134: * src/include/pa_vclass.h 1.26:
22135: * src/include/pa_vhash.h 1.11:
22136: * src/include/pa_vmframe.h 1.20:
22137: * src/include/pa_vobject.h 1.15:
22138: * src/include/pa_vstring.h 1.13:
22139: * src/include/pa_wcontext.h 1.24:
22140: * src/main/compile.y 1.80:
22141: * src/main/core.C 1.46:
22142: * src/main/execute.C 1.79:
22143: * src/main/main.dsp 1.39:
22144: .
22145:
22146: * src/include/pa_vmframe.h 1.22:
22147: * src/main/compile.C 1.22:
22148: * src/main/execute.C 1.81:
22149: expr construct proper naming
22150:
22151: * src/classes/_double.h 1.1:
22152: * src/classes/_int.h 1.1:
22153: * src/classes/_string.h 1.1:
22154: * src/classes/double.C 1.1:
22155: * src/classes/int.C 1.1:
22156: * src/classes/root.C 1.6:
22157: * src/classes/string.C 1.1:
22158: * src/include/code.h 1.17:
22159: * src/include/pa_value.h 1.48:
22160: * src/include/pa_vbool.h 1.6:
22161: * src/include/pa_vdouble.h 1.10:
22162: * src/include/pa_vint.h 1.1:
22163: * src/include/pa_vmframe.h 1.21:
22164: * src/include/pa_vobject.h 1.16:
22165: * src/include/pa_vstring.h 1.14:
22166: * src/main/compile.y 1.81:
22167: * src/main/compile_tools.C 1.22:
22168: * src/main/core.C 1.47:
22169: * src/main/execute.C 1.80:
22170: * src/main/main.dsp 1.40:
22171: Int and Double classes with ^int[] and ^double[]. fixed expr type
22172:
22173: 2001-03-08 paf
22174: * src/include/pa_request.h 1.18:
22175: * src/include/pa_value.h 1.44:
22176: * src/include/pa_vcframe.h 1.4:
22177: * src/include/pa_vmframe.h 1.16:
22178: * src/include/pa_wcontext.h 1.23:
22179: * src/main/compile.C 1.21:
22180: * src/main/compile.y 1.76:
22181: * src/main/core.C 1.45:
22182: * src/main/execute.C 1.70:
22183: * src/main/pa_cframe.C 1.2:
22184: * src/main/pa_wcontext.C 1.5:
22185: 'if' just compiled
22186:
22187: * src/main/pa_vclass.C 1.2:
22188: that were ok... [vclass were out of vcs]
22189:
22190: * src/include/pa_value.h 1.43:
22191: * src/include/pa_vmframe.h 1.14:
22192: * src/main/compile.y 1.75:
22193: * src/main/core.C 1.44:
22194: * src/main/execute.C 1.68:
22195: * src/main/main.dsp 1.37:
22196: z. detected probs with parameter names in operator methods
22197:
22198: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
22199: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
22200: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
22201: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
22202: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
22203: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
22204: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
22205: dead end: vstring can't be derivated from vobject
22206:
22207: * src/include/pa_request.h 1.17:
22208: * src/main/compile.C 1.20:
22209: * src/main/compile.y 1.73:
22210: * src/main/core.C 1.43:
22211: * src/main/main.dsp 1.36:
22212: introducing ROOT_CLASS.
22213: it's default @BASE.
22214: changed 'RUN' assignment mech
22215:
22216: * src/main/execute.C 1.64:
22217: root root in code-junction
22218:
22219: * src/include/pa_bool.h 1.2:
22220: * src/include/pa_double.h 1.2:
22221: * src/include/pa_value.h 1.47:
22222: * src/include/pa_vbool.h 1.5:
22223: * src/include/pa_vclass.h 1.24:
22224: * src/include/pa_vdouble.h 1.9:
22225: * src/include/pa_vhash.h 1.9:
22226: * src/include/pa_vjunction.h 1.6:
22227: * src/include/pa_vmframe.h 1.19:
22228: * src/include/pa_vobject.h 1.13:
22229: * src/include/pa_vstring.h 1.12:
22230: * src/include/pa_vunknown.h 1.7:
22231: * src/main/compile.y 1.79:
22232: * src/main/compile_tools.C 1.21:
22233: * src/main/execute.C 1.78:
22234: withoud cloning. didn't need it actually, params got passed
22235: from out unnamed ewpool
22236:
22237: * src/include/code.h 1.16:
22238: * src/main/compile.y 1.72:
22239: * src/main/compile_tools.C 1.19:
22240: * src/main/compile_tools.h 1.23:
22241: * src/main/execute.C 1.66:
22242: made class: dynamic, not static. so to enable runtime ^use
22243:
22244: * src/include/code.h 1.15:
22245: * src/main/compile.y 1.70:
22246: * src/main/compile_tools.C 1.18:
22247: * src/main/execute.C 1.65:
22248: joined 2 into one OP_CODE__STORE_PARAM
22249:
22250: * src/main/execute.C 1.74:
22251: fixed problems calling operators in constructors
22252:
22253: * src/classes/root.C 1.2:
22254: * src/include/pa_request.h 1.19:
22255: * src/include/pa_value.h 1.45:
22256: * src/include/pa_vbool.h 1.3:
22257: * src/include/pa_wwrapper.h 1.12:
22258: * src/main/execute.C 1.71:
22259: ^if 0
22260:
22261: * src/main/pa_vclass.C 1.1:
22262: wow! vclass were out of vcs
22263:
22264: * src/classes/root.C 1.4:
22265: * src/include/pa_stack.h 1.4:
22266: * src/main/execute.C 1.73:
22267: detected problems calling operators in constructors
22268:
22269: * src/main/compile.y 1.74:
22270: minor renamings in .y
22271:
22272: * src/include/pa_vdouble.h 1.8:
22273: * src/include/pa_vhash.h 1.8:
22274: * src/include/pa_vjunction.h 1.5:
22275: * src/include/pa_vobject.h 1.12:
22276: * src/include/pa_vunknown.h 1.6:
22277: * src/main/compile.y 1.78:
22278: cloning dead end
22279:
22280: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
22281: fixed forgotten method_frame my check
22282:
22283: * src/classes/root.C 1.1:
22284: added root.c
22285:
22286: * src/include/pa_vbool.h 1.2:
22287: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
22288: * src/include/pa_vdouble.h 1.6:
22289: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
22290: * src/include/pa_vjunction.h 1.3:
22291: * src/include/pa_vmframe.h 1.15:
22292: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
22293: * src/include/pa_vstring.h 1.10:
22294: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
22295: * src/include/pa_wcontext.h 1.22:
22296: * src/main/execute.C 1.67:
22297: * src/main/execute.C 1.69:
22298: * src/main/execute.C 1.75:
22299: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
22300: * src/main/pa_wcontext.C 1.4:
22301: * src/main/pa_wcontext.C 1.6:
22302: z
22303:
22304: * src/main/compile.y 1.71:
22305: minor grammar bug with OP_CODE__STORE_PARAM
22306:
22307: * src/include/pa_bool.h 1.1:
22308: * src/include/pa_double.h 1.1:
22309: * src/include/pa_valiased.h 1.2:
22310: * src/include/pa_value.h 1.46:
22311: * src/include/pa_vbool.h 1.4:
22312: * src/include/pa_vclass.h 1.23:
22313: * src/include/pa_vdouble.h 1.7:
22314: * src/include/pa_vhash.h 1.7:
22315: * src/include/pa_vjunction.h 1.4:
22316: * src/include/pa_vmframe.h 1.18:
22317: * src/include/pa_vobject.h 1.11:
22318: * src/include/pa_vstring.h 1.11:
22319: * src/include/pa_vunknown.h 1.5:
22320: * src/main/compile.y 1.77:
22321: * src/main/compile_tools.C 1.20:
22322: * src/main/execute.C 1.77:
22323: * src/main/main.dsp 1.38:
22324: * src/main/pa_value.C 1.6:
22325: value.cloning so to give params proper names
22326:
22327: * src/classes/root.C 1.3:
22328: * src/include/pa_request.h 1.20:
22329: * src/main/execute.C 1.72:
22330: autocalc def to string
22331:
22332: * src/include/pa_vmframe.h 1.17:
22333: * src/main/execute.C 1.76:
22334: added names to unknown values in get_element and unfilled
22335: params. removed wrong name change in get_element
22336:
22337: * src/include/pa_vclass.h 1.25:
22338: * src/include/pa_vhash.h 1.10:
22339: * src/include/pa_vobject.h 1.14:
22340: removes some remained clone conseqs
22341:
22342: 2001-03-07 paf
22343: * src/include/pa_hash.h 1.19:
22344: * src/include/pa_value.h 1.40:
22345: * src/include/pa_vhash.h 1.4:
22346: * src/include/pa_vunknown.h 1.4:
22347: * src/main/compile.y 1.67:
22348: * src/main/execute.C 1.62:
22349: * src/main/pa_hash.C 1.18:
22350: expr def in -f
22351:
22352: * src/main/compile.y 1.65:
22353: * src/main/execute.C 1.60:
22354: * src/main/pa_string.C 1.33:
22355: bug in string.cmp fixed
22356:
22357: * src/main/compile.y 1.68:
22358: .y priorities syntax shaped up a bit
22359:
22360: * src/main/compile.y 1.64:
22361: expr quoted code
22362:
22363: * src/main/execute.C 1.57:
22364: ^var.menu{$field} problem detected. that $field not a $var.field
22365:
22366: * src/main/compile.y 1.69:
22367: * src/main/compile_tools.h 1.22:
22368: ^func(params)
22369:
1.24 paf 22370: * src/main/compile.y 1.63:
22371: * src/main/execute.C 1.59:
22372: expr whitespace solved. added "" support0
22373:
1.15 paf 22374: * src/include/pa_value.h 1.42:
22375: * src/include/pa_vclass.h 1.22:
22376: * src/include/pa_vhash.h 1.6:
22377: * src/include/pa_vmframe.h 1.13:
22378: * src/include/pa_vobject.h 1.10:
22379: * src/include/pa_wwrapper.h 1.11:
22380: const in Value.get_element
22381:
22382: * src/include/pa_string.h 1.26:
22383: * src/main/compile.y 1.61:
22384: * src/main/execute.C 1.58:
22385: * src/main/pa_string.C 1.32:
22386: just compiled lt&co
22387:
22388: * src/include/pa_stack.h 1.3:
22389: * src/include/pa_value.h 1.41:
22390: * src/include/pa_vclass.h 1.21:
22391: * src/include/pa_vhash.h 1.5:
22392: * src/include/pa_vmframe.h 1.12:
22393: * src/include/pa_vobject.h 1.9:
22394: * src/include/pa_wwrapper.h 1.10:
22395: * src/main/execute.C 1.63:
22396: fixed rwcontext of {} params up
22397:
22398: * src/main/compile.y 1.62:
22399: expr string comparisons 0
22400:
22401: * src/main/compile.y 1.66:
22402: * src/main/execute.C 1.61:
22403: expr calls
22404:
22405: 2001-03-06 paf
22406: * src/include/pa_vbool.h 1.1:
22407: forgot this
22408:
22409: * src/main/compile.y 1.51:
22410: expr lexx1
22411:
22412: * src/include/code.h 1.14:
22413: * src/main/compile.y 1.59:
22414: * src/main/execute.C 1.56:
22415: 1 problems with skipping whitespace in yylex fixed
22416: 2 xors: # bitwise ## logical
22417:
22418: * src/include/code.h 1.11:
22419: * src/include/pa_valiased.h 1.1:
22420: * src/include/pa_value.h 1.37:
22421: * src/include/pa_vdouble.h 1.1:
22422: * src/include/pa_vstring.h 1.6:
22423: * src/main/compile.y 1.49:
22424: * src/main/execute.C 1.49:
22425: expr lex0 exec-1
22426:
22427: * src/main/compile.y 1.52:
22428: expr grammar-1
22429:
22430: * src/include/pa_value.h 1.39:
22431: * src/include/pa_vdouble.h 1.5:
22432: * src/include/pa_vstring.h 1.8:
22433: * src/include/pa_vunknown.h 1.3:
22434: * src/main/compile.y 1.56:
22435: * src/main/execute.C 1.54:
22436: * src/main/main.dsp 1.35:
22437: !~
22438:
22439: * src/include/code.h 1.10:
22440: * src/main/compile.y 1.48:
22441: * src/main/compile_tools.h 1.18:
22442: g
22443:
22444: * src/main/compile.y 1.60:
22445: .y expr visible-shorter
22446:
22447: * src/include/pa_vcframe.h 1.3:
22448: * src/include/pa_vclass.h 1.20:
22449: * src/include/pa_vdouble.h 1.4:
22450: * src/include/pa_vhash.h 1.3:
22451: * src/include/pa_vjunction.h 1.2:
22452: * src/include/pa_vmframe.h 1.11:
22453: * src/include/pa_vobject.h 1.8:
22454: * src/include/pa_vstring.h 1.7:
22455: * src/include/pa_vunknown.h 1.2:
22456: * src/include/pa_wcontext.h 1.21:
22457: * src/include/pa_wwrapper.h 1.9:
22458: * src/main/compile.y 1.55:
22459: * src/main/compile_tools.C 1.17:
22460: * src/main/compile_tools.h 1.21:
22461: * src/main/execute.C 1.53:
22462: +-*/
22463:
22464: * src/main/compile.y 1.50:
22465: * src/main/execute.C 1.50:
22466: * src/main/main.dsp 1.34:
22467: z
22468:
22469: * src/include/pa_value.h 1.38:
22470: * src/include/pa_vdouble.h 1.2:
22471: * src/main/compile.y 1.53:
22472: * src/main/execute.C 1.51:
22473: expr grammar-1 2*2=4.000000 :)
22474:
1.24 paf 22475: * src/include/pa_vstring.h 1.9:
22476: * src/main/compile.y 1.58:
22477: problems with skipping whitespace in yylex
22478:
1.15 paf 22479: * src/include/pa_vdouble.h 1.3:
22480: * src/main/compile.y 1.54:
22481: * src/main/compile_tools.C 1.15:
22482: * src/main/compile_tools.h 1.19:
22483: grammar-1.1 $a(z) $a=0
22484:
22485: * src/include/code.h 1.13:
22486: * src/main/compile.y 1.57:
22487: * src/main/execute.C 1.55:
22488: without string ops in expressions 0
22489:
22490: 2001-02-26 paf
22491: * src/main/compile.y 1.46:
22492: max_string in yyerror bug fix
22493:
22494: 2001-02-25 paf
22495: * src/main/compile.y 1.40:
22496: escaping bug
22497:
22498: * src/include/pa_request.h 1.14:
22499: * src/main/compile.C 1.19:
22500: * src/main/core.C 1.38:
22501: default name RUN, also alias
22502:
22503: * src/include/pa_vcframe.h 1.2:
22504: * src/include/pa_vmframe.h 1.5:
22505: * src/include/pa_vobject.h 1.6:
22506: * src/include/pa_wcontext.h 1.17:
22507: * src/include/pa_wwrapper.h 1.7:
22508: * src/main/core.C 1.40:
22509: * src/main/execute.C 1.43:
22510: * src/main/main.dsp 1.31:
22511: would now get fields into interm VFielded class
22512:
22513: * src/include/pa_request.h 1.16:
22514: * src/include/pa_value.h 1.34:
22515: * src/include/pa_vmframe.h 1.7:
22516: * src/include/pa_wcontext.h 1.19:
22517: * src/main/execute.C 1.46:
22518: VAliased0
22519:
22520: * src/main/execute.C 1.47:
22521: VAliased1
22522:
22523: * src/include/pa_value.h 1.35:
22524: * src/include/pa_vmframe.h 1.8:
22525: VAliased2
22526:
22527: * src/include/code.h 1.9:
22528: * src/include/pa_value.h 1.28:
22529: * src/include/pa_vclass.h 1.15:
22530: * src/include/pa_vmframe.h 1.2:
22531: * src/include/pa_vobject.h 1.3:
22532: * src/include/pa_wwrapper.h 1.5:
22533: * src/main/compile.y 1.38:
22534: * src/main/compile_tools.C 1.14:
22535: * src/main/compile_tools.h 1.16:
22536: * src/main/execute.C 1.38:
22537: ^class:method() just compiled
22538:
22539: * src/include/pa_hash.h 1.18:
22540: * src/include/pa_value.h 1.31:
22541: * src/include/pa_vclass.h 1.17:
22542: * src/include/pa_vmframe.h 1.4:
22543: * src/include/pa_vobject.h 1.5:
22544: * src/include/pa_vstring.h 1.5:
22545: * src/include/pa_wcontext.h 1.16:
22546: * src/main/compile.y 1.45:
22547: * src/main/core.C 1.39:
22548: * src/main/execute.C 1.42:
22549: * src/main/main.dsp 1.30:
22550: * src/main/pa_hash.C 1.17:
22551: * src/main/pa_value.C 1.5:
22552: * src/main/pa_wcontext.C 1.3:
22553: virtuals2
22554:
22555: * src/include/pa_value.h 1.32:
22556: * src/include/pa_vclass.h 1.18:
22557: * src/include/pa_wcontext.h 1.18:
22558: * src/include/pa_wwrapper.h 1.8:
22559: * src/main/execute.C 1.44:
22560: * src/main/main.dsp 1.32:
22561: no not get fields into interm VFielded class.
22562: fields & staticfields 1
22563:
22564: * src/include/pa_pool.h 1.25:
22565: * src/include/pa_request.h 1.15:
22566: * src/include/pa_value.h 1.33:
22567: * src/include/pa_vclass.h 1.19:
22568: * src/include/pa_vmframe.h 1.6:
22569: * src/include/pa_vobject.h 1.7:
22570: * src/main/core.C 1.41:
22571: * src/main/execute.C 1.45:
22572: * src/main/main.dsp 1.33:
22573: VAliased just compiled
22574:
1.24 paf 22575: * src/include/pa_value.h 1.36:
22576: * src/include/pa_vmframe.h 1.9:
22577: * src/include/pa_wcontext.h 1.20:
22578: * src/main/execute.C 1.48:
22579: VAliased3
22580:
1.15 paf 22581: * src/include/pa_request.h 1.13:
22582: * src/include/pa_value.h 1.29:
22583: * src/include/pa_vobject.h 1.4:
22584: * src/main/compile.y 1.39:
22585: * src/main/compile_tools.h 1.17:
22586: * src/main/core.C 1.37:
22587: * src/main/execute.C 1.39:
22588: * src/main/pa_common.C 1.3:
22589: vobject1
22590:
22591: * src/main/compile.y 1.43:
22592: rethought to $class:static.field.subfield
22593:
22594: * src/main/compile.y 1.44:
22595: : 1
22596:
22597: * src/include/pa_value.h 1.30:
22598: * src/include/pa_vmframe.h 1.3:
22599: * src/include/pa_wwrapper.h 1.6:
22600: * src/main/compile.y 1.41:
22601: * src/main/execute.C 1.40:
22602: * src/main/pa_wcontext.C 1.2:
22603: before execute class calls rewrite
22604:
22605: * src/include/pa_vclass.h 1.16:
22606: * src/main/compile.y 1.42:
22607: * src/main/execute.C 1.41:
22608: $class:element
22609:
22610: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
22611: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
22612: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
22613: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
22614: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
22615: alias dead end
22616:
22617: 2001-02-24 paf
22618: * src/main/compile.y 1.32:
22619: fixed grammar bugs in constructor/params klinch
22620:
22621: * src/main/main.dsp 1.29:
22622: no bison -d
22623:
22624: * src/main/compile.y 1.37:
22625: * src/main/compile_tools.h 1.15:
22626: use0 line no on 'undef class' err msg wrong
22627:
22628: * src/main/compile.y 1.30:
22629: fixed last \n macrotemplate strip bug
22630:
22631: * src/include/pa_vframe.h 1.5:
22632: * src/main/compile.y 1.33:
22633: found junction ideology @: ^x{$a()) must construct current
22634: wcontext element, so smart wcontext handling needed
22635:
22636: * src/include/pa_value.h 1.25:
22637: * src/include/pa_wcontext.h 1.15:
22638: * src/include/pa_wwrapper.h 1.4:
22639: * src/main/execute.C 1.36:
22640: * src/main/pa_value.C 1.4:
22641: it works as bad as you've named it: wcontext.value() was not a
22642: perfect idea
22643:
22644: * src/main/compile.y 1.35:
22645: * src/main/core.C 1.36:
22646: yylex need some @special lines adj
22647:
22648: * src/include/pa_value.h 1.24:
22649: * src/include/pa_vcframe.h 1.1:
22650: * src/include/pa_vclass.h 1.10:
22651: * src/include/pa_vframe.h 1.6:
22652: * src/include/pa_vhash.h 1.2:
22653: * src/include/pa_vjunction.h 1.1:
22654: * src/include/pa_vmframe.h 1.1:
22655: * src/include/pa_wcontext.h 1.14:
22656: * src/include/pa_wwrapper.h 1.3:
22657: * src/main/execute.C 1.34:
22658: * src/main/main.dsp 1.27:
22659: * src/main/pa_cframe.C 1.1:
22660: * src/main/pa_wcontext.C 1.1:
22661: codeframe just compiled
22662:
22663: * src/include/pa_request.h 1.12:
22664: * src/include/pa_vclass.h 1.14:
22665: * src/main/compile.C 1.18:
22666: * src/main/compile.y 1.34:
22667: * src/main/compile_tools.h 1.14:
22668: * src/main/core.C 1.35:
22669: modules0
22670:
22671: * src/main/pa_array.C 1.20:
22672: minor bug in expanding very small arrays. 60% from 1 were 0
22673:
22674: * src/include/pa_vclass.h 1.12:
22675: * src/main/compile.y 1.36:
22676: * src/main/core.C 1.33:
22677: z
22678:
22679: * src/include/code.h 1.7:
22680: * src/include/pa_request.h 1.11:
22681: * src/include/pa_value.h 1.23:
22682: * src/include/pa_vclass.h 1.9:
22683: * src/include/pa_vframe.h 1.4:
22684: * src/main/compile.y 1.29:
22685: * src/main/compile_tools.C 1.13:
22686: * src/main/compile_tools.h 1.13:
22687: * src/main/core.C 1.32:
22688: * src/main/execute.C 1.32:
22689: code junctions0. something wrong with last \n macrotemplate strip
22690:
22691: * src/include/pa_value.h 1.26:
22692: * src/include/pa_vclass.h 1.11:
22693: * src/include/pa_vobject.h 1.1:
22694: * src/main/main.dsp 1.28:
22695: vobject00
22696:
22697: * src/main/compile.y 1.31:
22698: * src/main/execute.C 1.33:
22699: fixed empty constructor optimized empty case. failed on calls -
22700: produced empty string param
22701:
22702: * src/main/execute.C 1.35:
22703: codeframe1
22704:
22705: 2001-02-23 paf
22706: * src/include/pa_value.h 1.18:
22707: * src/main/core.C 1.27:
22708: * src/main/execute.C 1.25:
22709: * src/main/main.dsp 1.23:
22710: value named
22711:
22712: * src/main/compile.y 1.26:
22713: * src/main/execute.C 1.27:
22714: empty constructor bug fixed
22715:
22716: * src/include/pa_vframe.h 1.1:
22717: * src/include/pa_vunknown.h 1.1:
22718: * src/include/pa_wcontext.h 1.13:
22719: * src/include/pa_wwrapper.h 1.1:
22720: * src/main/core.C 1.29:
22721: * src/main/execute.C 1.29:
22722: * src/main/main.dsp 1.25:
22723: * src/main/pa_value.C 1.1:
22724: call0
22725:
22726: * src/main/compile.y 1.27:
22727: * src/main/compile_tools.C 1.12:
22728: * src/main/compile_tools.h 1.12:
22729: fixed wrong grammar in complex constructor case
22730:
22731: * src/include/pa_value.h 1.21:
22732: * src/include/pa_vclass.h 1.8:
22733: * src/include/pa_vframe.h 1.3:
22734: * src/main/core.C 1.30:
22735: * src/main/execute.C 1.31:
22736: * src/main/pa_value.C 1.2:
22737: get_method RIP. junctions everywhere. call with junctions0
22738:
22739: * src/main/compile.y 1.28:
22740: * src/main/execute.C 1.30:
22741: * src/main/main.dsp 1.26:
22742: rethought some. before junction
22743:
22744: * src/include/pa_value.h 1.17:
22745: * src/include/pa_vstring.h 1.4:
22746: * src/main/execute.C 1.24:
22747: strign 2 value in 2 places in execute
22748:
22749: * src/include/pa_wcontext.h 1.11:
22750: z
22751:
22752: * src/include/pa_hash.h 1.17:
22753: * src/include/pa_value.h 1.19:
22754: * src/include/pa_wcontext.h 1.12:
22755: * src/main/core.C 1.28:
22756: * src/main/execute.C 1.28:
22757: * src/main/main.dsp 1.24:
22758: * src/main/pa_hash.C 1.16:
22759: started call. store param, vframe done
22760:
22761: * src/include/pa_value.h 1.22:
22762: * src/main/compile.C 1.17:
22763: * src/main/core.C 1.31:
22764: * src/main/pa_value.C 1.3:
22765: minor error reporting format beautifyings
22766:
22767: * src/main/execute.C 1.26:
22768: with result rwpool
22769:
1.24 paf 22770: * src/include/pa_value.h 1.20:
22771: * src/include/pa_vclass.h 1.7:
22772: * src/include/pa_vframe.h 1.2:
22773: * src/include/pa_wwrapper.h 1.2:
22774: lara came, can't work, sorry :(
22775:
1.15 paf 22776: * src/include/pa_value.h 1.16:
22777: * src/include/pa_wcontext.h 1.10:
22778: * src/main/compile.y 1.25:
22779: * src/main/execute.C 1.23:
22780: * src/main/main.dsp 1.22:
22781: * src/main/pa_array.C 1.19:
22782: auto VHash on wcontext.put_element when wcontext fvalue==0
22783:
22784: 2001-02-22 paf
22785: * src/include/pa_request.h 1.10:
22786: * src/main/compile.y 1.23:
22787: $self.put(val)
22788:
22789: * src/include/pa_pool.h 1.24:
22790: * src/include/pa_vclass.h 1.5:
22791: * src/main/core.C 1.25:
22792: * src/main/pa_hash.C 1.15:
22793: * src/main/pa_pool.C 1.9:
22794: TRY...
22795:
22796: * src/include/code.h 1.6:
22797: * src/main/compile_tools.C 1.9:
22798: * src/main/compile_tools.h 1.10:
22799: * src/main/execute.C 1.19:
22800: OP_STRING better then some xxx _VALUE
22801:
22802: * src/main/compile.C 1.14:
22803: * src/main/core.C 1.26:
22804: * src/main/execute.C 1.16:
22805: * src/main/pa_string.C 1.31:
22806: more precise parse error line:col
22807:
22808: * src/main/compile.C 1.15:
22809: * src/main/compile.y 1.18:
22810: * src/main/execute.C 1.20:
22811: started : with $a.$:f
22812:
22813: * src/main/compile.y 1.20:
22814: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
22815:
22816: * src/include/code.h 1.3:
22817: * src/include/pa_string.h 1.25:
22818: * src/include/pa_value.h 1.12:
22819: * src/include/pa_vclass.h 1.3:
22820: * src/include/pa_wcontext.h 1.3:
22821: * src/main/compile.y 1.14:
22822: * src/main/execute.C 1.14:
22823: * src/main/pa_string.C 1.28:
22824: write_value write_string 0
22825: it seems wcontext must write strings regardles of fvalue!=0
22826:
22827: * src/include/code.h 1.4:
22828: * src/include/pa_value.h 1.13:
22829: * src/include/pa_vclass.h 1.4:
22830: * src/include/pa_wcontext.h 1.5:
22831: * src/main/compile.y 1.15:
22832: * src/main/compile_tools.C 1.6:
22833: * src/main/compile_tools.h 1.8:
22834: * src/main/execute.C 1.15:
22835: * src/main/main.dsp 1.20:
22836: iiieeyys! get/put simple vars to VClass works0
22837:
22838: * src/include/pa_array.h 1.18:
22839: * src/include/pa_wcontext.h 1.4:
22840: * src/main/pa_string.C 1.29:
22841: in process, but found that exceptions are too global
22842:
22843: * src/main/compile.y 1.19:
22844: $: finished
22845:
22846: * src/main/compile.C 1.16:
22847: * src/main/compile.y 1.21:
22848: * src/main/compile_tools.C 1.10:
22849: z
22850:
22851: * src/include/pa_request.h 1.9:
22852: * src/include/pa_stack.h 1.2:
22853: * src/include/pa_wcontext.h 1.7:
22854: * src/main/execute.C 1.17:
22855: z about to vstring it .y all
22856:
22857: * src/include/pa_hash.h 1.16:
22858: * src/include/pa_value.h 1.15:
22859: * src/include/pa_vclass.h 1.6:
22860: * src/include/pa_vhash.h 1.1:
22861: * src/include/pa_vstring.h 1.3:
22862: * src/include/pa_wcontext.h 1.9:
22863: * src/main/execute.C 1.22:
22864: * src/main/main.dsp 1.21:
22865: auto VHash in pa.th.cre.at.e
22866:
22867: * src/include/code.h 1.5:
22868: * src/include/pa_vstring.h 1.2:
22869: * src/main/compile.y 1.17:
22870: * src/main/compile_tools.C 1.8:
22871: * src/main/compile_tools.h 1.9:
22872: * src/main/execute.C 1.18:
22873: string to vstring it .y all
22874:
22875: * src/include/pa_array.h 1.19:
22876: * src/main/compile.y 1.22:
22877: * src/main/compile_tools.C 1.11:
22878: * src/main/compile_tools.h 1.11:
22879: * src/main/pa_array.C 1.18:
22880: $self.get
22881:
22882: * src/include/pa_exception.h 1.5:
22883: * src/include/pa_pool.h 1.23:
22884: * src/include/pa_request.h 1.8:
22885: * src/include/pa_value.h 1.14:
22886: * src/include/pa_wcontext.h 1.6:
22887: * src/main/compile.C 1.13:
22888: * src/main/compile.y 1.16:
22889: * src/main/compile_tools.C 1.7:
22890: * src/main/core.C 1.24:
22891: * src/main/pa_array.C 1.17:
22892: * src/main/pa_exception.C 1.4:
22893: * src/main/pa_hash.C 1.14:
22894: * src/main/pa_pool.C 1.8:
22895: * src/main/pa_string.C 1.30:
22896: * src/main/pa_table.C 1.9:
22897: removed exception from request
22898:
22899: * src/include/pa_vstring.h 1.1:
22900: * src/main/compile.C 1.12:
22901: * src/main/core.C 1.23:
22902: added some forgotten
22903:
22904: * src/include/pa_wcontext.h 1.8:
22905: * src/main/compile.y 1.24:
22906: * src/main/execute.C 1.21:
22907: erroreos checkout
22908:
22909: 2001-02-21 paf
22910: * src/main/compile.y 1.9:
22911: more straightforward yylex[end]
22912:
22913: * src/main/compile.C 1.6:
22914: * src/main/compile.y 1.6:
22915: * src/main/compile_tools.h 1.5:
22916: error processing in eval & yyerror so it wouldn't cause
22917: memleaks.
22918:
22919: * src/include/compile.h 1.5:
22920: * src/include/execute.h 1.3:
22921: * src/include/pa_array.h 1.17:
22922: * src/include/pa_request.h 1.7:
22923: * src/include/pa_stack.h 1.1:
22924: * src/include/pa_vclass.h 1.2:
22925: * src/include/pa_wcontext.h 1.2:
22926: * src/main/compile.C 1.10:
22927: * src/main/compile.y 1.12:
22928: * src/main/execute.C 1.11:
22929: * src/main/main.dsp 1.19:
22930: * src/main/pa_array.C 1.16:
22931: * src/main/pa_request.C 1.2:
22932: get put -1 [just compiled]
22933:
22934: * src/include/compile.h 1.4:
22935: * src/include/pa_array.h 1.16:
22936: * src/main/compile.C 1.9:
22937: * src/main/compile.y 1.11:
22938: * src/main/execute.C 1.10:
22939: MAIN_METHOD_NAME ready to write execute
22940:
22941: * src/include/pa_string.h 1.24:
22942: * src/include/pa_types.h 1.6:
22943: * src/main/pa_string.C 1.27:
22944: string.operator==(char*)
22945:
22946: * src/main/compile.C 1.11:
22947: * src/main/compile.y 1.13:
22948: * src/main/execute.C 1.12:
22949: store0
22950:
22951: * src/include/core.h 1.1:
22952: * src/include/pa_context.h 1.8:
22953: * src/include/pa_request.h 1.6:
22954: * src/include/pa_vclass.h 1.1:
22955: * src/include/pa_wcontext.h 1.1:
22956: * src/main/core.C 1.22:
22957: * src/main/main.dsp 1.18:
22958: * src/main/pa_request.C 1.1:
22959: request core methods0
22960:
22961: * src/include/compile.h 1.3:
22962: * src/include/pa_context.h 1.7:
22963: * src/include/pa_hash.h 1.15:
22964: * src/include/pa_request.h 1.5:
22965: * src/include/pa_string.h 1.23:
22966: * src/include/pa_value.h 1.9:
22967: struck with const array.gets
22968:
22969: * src/include/code.h 1.2:
22970: * src/include/pa_types.h 1.5:
22971: * src/main/compile.C 1.3:
22972: * src/main/compile.y 1.3:
22973: * src/main/compile_tools.C 1.3:
22974: * src/main/compile_tools.h 1.3:
22975: * src/main/execute.C 1.3:
22976: * src/main/main.dsp 1.16:
22977: .y to c++
22978: hierarchy output fix.
22979: compiler works ok
22980:
22981: * src/include/compile.h 1.2:
22982: * src/main/compile.C 1.4:
22983: * src/main/compile.y 1.4:
22984: * src/main/compile_tools.h 1.4:
22985: line numbers needed. would add them to .y now internally.
22986: externally it's not as precise as needed
22987:
1.24 paf 22988: * src/include/execute.h 1.2:
22989: * src/include/pa_array.h 1.15:
22990: * src/include/pa_value.h 1.10:
22991: * src/main/execute.C 1.9:
22992: * src/main/pa_array.C 1.15:
22993: after array.const get wonders
22994:
1.15 paf 22995: * src/include/pa_exception.h 1.4:
22996: * src/include/pa_value.h 1.11:
22997: * src/main/compile.C 1.8:
22998: * src/main/compile.y 1.10:
22999: * src/main/compile_tools.C 1.5:
23000: * src/main/compile_tools.h 1.7:
23001: .y methods and one_big_piece. now compile returns array<method*>
23002:
23003: * src/main/compile.y 1.7:
23004: * src/main/execute.C 1.4:
23005: * src/main/execute.C 1.5:
23006: * src/main/execute.C 1.6:
23007: * src/main/execute.C 1.7:
23008: * src/main/execute.C 1.8:
23009: z
23010:
23011: * src/main/execute.C 1.13:
23012: tired :)
23013:
23014: * src/main/compile.C 1.5:
23015: * src/main/compile.y 1.5:
23016: failed to add absolute precies parse error positions. leaving
23017: RIGHTMOST position as @file[line:col]
23018:
23019: 2001-02-20 paf
23020: * src/include/code.h 1.1:
23021: * src/include/compile.h 1.1:
23022: * src/include/execute.h 1.1:
23023: * src/include/pa_array.h 1.14:
23024: * src/include/pa_common.h 1.2:
23025: * src/include/pa_pool.h 1.22:
23026: * src/include/pa_string.h 1.22:
23027: * src/include/pa_table.h 1.8:
23028: * src/include/pa_types.h 1.4:
23029: * src/main/compile.C 1.1:
23030: * src/main/compile.y 1.1:
23031: * src/main/compile_tools.C 1.1:
23032: * src/main/compile_tools.h 1.1:
23033: * src/main/core.C 1.21:
23034: * src/main/execute.C 1.1:
23035: * src/main/main.dsp 1.14:
23036: * src/main/pa_array.C 1.14:
23037: * src/main/pa_common.C 1.2:
23038: * src/main/pa_hash.C 1.12:
23039: * src/main/pa_string.C 1.26:
23040: * src/main/pa_table.C 1.8:
23041: bison[yacc] first time compiled.
23042: execute=dump for now
23043:
23044: * src/main/compile.C 1.2:
23045: * src/main/compile.y 1.2:
23046: * src/main/compile_tools.C 1.2:
23047: * src/main/compile_tools.h 1.2:
23048: * src/main/execute.C 1.2:
23049: * src/main/main.dsp 1.15:
23050: nestage probs, eof yylex not perfect
23051:
23052: * src/main/core.C 1.20:
23053: core rewrite using yacc investigations
23054: now will be compile[yacc]/execute[opcodes]
23055:
23056: 2001-02-15 paf
23057: * src/include/pa_value.h 1.8:
23058: * src/main/core.C 1.19:
23059: maybe a-la yacc those ifs rewrite as turing machine?
23060: for it seems it would be it's too many ifs with this syntax now
23061:
23062: 2001-02-14 paf
23063: * src/include/pa_context.h 1.6:
23064: * src/include/pa_string.h 1.20:
23065: * src/main/core.C 1.10:
23066: * src/main/pa_string.C 1.23:
23067: process text repassing
23068:
23069: * src/include/pa_value.h 1.7:
23070: * src/main/core.C 1.11:
23071: * src/main/pa_string.C 1.24:
23072: process text repassing2
23073: operator static vars
23074:
23075: * src/include/pa_string.h 1.21:
23076: * src/main/core.C 1.12:
23077: * src/main/pa_string.C 1.25:
23078: get names 0
23079:
23080: * src/include/pa_context.h 1.5:
23081: * src/include/pa_value.h 1.6:
23082: * src/main/core.C 1.9:
23083: module:calls changes
23084:
23085: * src/main/core.C 1.16:
23086: varios breaks
23087:
23088: * src/main/core.C 1.17:
23089: get_params
23090: figured ^menu[UNEVALUATED unthinked :( ]
23091:
23092: * src/main/core.C 1.18:
23093: get_params 1
23094:
23095: * src/main/core.C 1.13:
23096: get names 1
23097:
23098: * src/main/core.C 1.14:
23099: get names 2
23100:
23101: * src/main/core.C 1.15:
23102: get names 3
23103:
23104: 2001-02-13 paf
23105: * src/include/pa_string.h 1.17:
23106: * src/main/pa_string.C 1.19:
23107: String_iterator::skip_to
23108: todo:optimize
23109:
23110: * src/main/core.C 1.6:
23111: operators
23112: : and self. prefixes
23113:
23114: * src/include/pa_context.h 1.4:
23115: * src/include/pa_value.h 1.5:
23116: * src/main/core.C 1.8:
23117: ^class:calls[] started
23118:
23119: * src/include/pa_string.h 1.18:
23120: * src/main/pa_string.C 1.21:
23121: String_iterator optimized
23122:
23123: * src/include/pa_string.h 1.19:
23124: * src/main/pa_string.C 1.22:
23125: String_iterator tested
23126:
23127: * src/main/pa_string.C 1.20:
23128: String_iterator::skip_to
23129: optimized a bit. would change privates to better support optimization
23130:
23131: * src/include/pa_value.h 1.4:
23132: * src/main/core.C 1.5:
23133: * src/main/core.C 1.7:
23134: z
23135:
23136: 2001-02-12 paf
23137: * src/include/pa_context.h 1.2:
23138: * src/include/pa_value.h 1.2:
23139: * src/main/core.C 1.2:
23140: get self/methodref joined
23141:
23142: * src/include/pa_context.h 1.3:
23143: * src/include/pa_value.h 1.3:
23144: * src/main/core.C 1.3:
23145: some comments
23146:
23147: * src/include/pa_string.h 1.16:
23148: * src/main/core.C 1.4:
23149: * src/main/pa_string.C 1.18:
23150: started String_iterator
23151:
23152: 2001-02-11 paf
23153: * src/include/pa_context.h 1.1:
23154: * src/include/pa_value.h 1.1:
23155: * src/main/core.C 1.1:
23156: * src/main/main.dsp 1.13:
23157: core started.
23158: core.C, context&value .h
23159:
23160: * src/include/pa_array.h 1.13:
23161: * src/include/pa_hash.h 1.14:
23162: * src/include/pa_pool.h 1.21:
23163: * src/include/pa_string.h 1.15:
23164: * src/main/main.dsp 1.12:
23165: * src/main/pa_array.C 1.13:
23166: * src/main/pa_hash.C 1.11:
23167: * src/main/pa_pool.C 1.7:
23168: * src/main/pa_string.C 1.17:
23169: :pooled
23170:
23171: 2001-01-30 paf
23172: * src/include/pa_error.h 1.4:
23173: * src/include/pa_exception.h 1.1:
23174: * src/include/pa_pool.h 1.17:
23175: * src/include/pa_request.h 1.3:
23176: * src/main/main.dsp 1.10:
23177: * src/main/pa_error.C 1.4:
23178: * src/main/pa_exception.C 1.1:
23179: * src/main/pa_pool.C 1.4:
23180: * src/targets/Makefile.am 1.2:
23181: lowered targets/parser into subdir, added parser_Pool(Pool)
23182: failed to add. would think..
23183:
23184: * src/include/pa_exception.h 1.3:
23185: * src/include/pa_pool.h 1.19:
23186: * src/include/pa_table.h 1.7:
23187: * src/main/pa_exception.C 1.3:
23188: * src/main/pa_table.C 1.7:
23189: minor * to & changes
23190:
23191: * src/include/pa_pool.h 1.20:
23192: * src/main/Makefile.am 1.5:
23193: * src/main/main.dsp 1.11:
23194: * src/main/pa_pool.C 1.6:
23195: moved pa_pool.C to be target specific
23196:
23197: * src/Makefile.am 1.2:
23198: * src/main/Makefile.am 1.6:
23199: * src/targets/Makefile.am 1.3:
23200: .am comments
23201:
23202: * src/include/pa_exception.h 1.2:
23203: * src/include/pa_pool.h 1.18:
23204: * src/include/pa_request.h 1.4:
23205: * src/include/pa_table.h 1.6:
23206: * src/main/pa_array.C 1.12:
23207: * src/main/pa_exception.C 1.2:
23208: * src/main/pa_pool.C 1.5:
23209: * src/main/pa_table.C 1.6:
23210: error re-associated. that's much better
23211: even removed 'die' necessety
23212:
23213: 2001-01-29 paf
23214: * src/include/pa_hash.h 1.9:
23215: * src/include/pa_pool.h 1.10:
23216: * src/include/pa_threads.h 1.3:
23217: * src/main/pa_hash.C 1.5:
23218: made local Hash-es not thread safe=quicker by
23219: SYNCHRONIZED(thread_safe)
23220:
23221: * src/include/pa_hash.h 1.5:
23222: some comments
23223:
23224: * src/include/pa_error.h 1.2:
23225: * src/include/pa_request.h 1.2:
23226: * src/include/pa_string.h 1.13:
23227: * src/include/pa_table.h 1.4:
23228: * src/main/pa_error.C 1.2:
23229: * src/main/pa_table.C 1.4:
23230: Error fixed
23231:
23232: * src/include/pa_pool.h 1.11:
23233: * src/include/pa_string.h 1.9:
23234: * src/main/pa_string.C 1.13:
23235: String originating
23236:
1.23 paf 23237: * src/include/pa_pool.h 1.14:
23238: * src/main/pa_array.C 1.9:
23239: tested - decision "no templates"
1.15 paf 23240:
23241: * src/include/pa_hash.h 1.6:
23242: * src/include/pa_threads.h 1.1:
23243: * src/main/main.dsp 1.6:
23244: * src/main/pa_threads.C 1.1:
23245: added pa_threads
23246:
23247: Mutex
23248:
1.23 paf 23249: * src/include/pa_array.h 1.4:
23250: * src/main/pa_array.C 1.4:
23251: Array::operator += (Array& src)
23252:
23253: rethought, would change now
1.15 paf 23254:
23255: * src/include/pa_array.h 1.7:
23256: * src/include/pa_hash.h 1.10:
23257: * src/include/pa_pool.h 1.12:
23258: * src/include/pa_string.h 1.10:
23259: * src/include/pa_table.h 1.1:
23260: * src/include/pa_types.h 1.2:
23261: * src/main/main.dsp 1.7:
23262: * src/main/pa_array.C 1.7:
23263: * src/main/pa_string.C 1.14:
23264: * src/main/pa_table.C 1.1:
23265: Table started
23266: would test
23267: template Array now
23268:
1.23 paf 23269: * src/include/pa_error.h 1.3:
23270: * src/include/pa_hash.h 1.13:
23271: * src/include/pa_string.h 1.14:
23272: * src/include/pa_table.h 1.5:
23273: * src/main/pa_error.C 1.3:
23274: * src/main/pa_hash.C 1.10:
23275: * src/main/pa_string.C 1.16:
23276: * src/main/pa_table.C 1.5:
23277: Table
23278: more like C++ style
23279: hence lots of 'const'
1.15 paf 23280:
23281: * src/include/pa_array.h 1.11:
23282: * src/include/pa_hash.h 1.11:
23283: * src/include/pa_pool.h 1.15:
23284: * src/include/pa_string.h 1.11:
23285: * src/include/pa_table.h 1.2:
23286: * src/include/pa_types.h 1.3:
23287: * src/main/Makefile.am 1.3:
23288: * src/main/main.dsp 1.9:
23289: * src/main/pa_array.C 1.10:
23290: * src/main/pa_hash.C 1.8:
23291: * src/main/pa_string.C 1.15:
23292: * src/main/pa_table.C 1.2:
23293: Request
23294: Error
23295: Table
23296:
1.23 paf 23297: * src/main/pa_array.C 1.5:
23298: expand not convinient, would rewrite
23299:
1.15 paf 23300: * src/include/pa_array.h 1.6:
23301: * src/include/pa_hash.h 1.8:
23302: * src/include/pa_string.h 1.8:
23303: moved .h public parts to top
23304:
23305: * src/include/pa_hash.h 1.7:
23306: * src/include/pa_threads.h 1.2:
23307: * src/main/pa_hash.C 1.4:
23308: * src/main/pa_threads.C 1.2:
23309: decided on one global_mutex, like PHP
23310: as I can see: needed only in global Hash now,
23311: made Hash:: put/get SYNCHRONIZED
23312:
23313: * src/include/pa_array.h 1.12:
23314: * src/include/pa_common.h 1.1:
23315: * src/include/pa_error.h 1.1:
23316: * src/include/pa_hash.h 1.12:
23317: * src/include/pa_pool.h 1.16:
23318: * src/include/pa_request.h 1.1:
23319: * src/include/pa_string.h 1.12:
23320: * src/include/pa_table.h 1.3:
23321: * src/main/Makefile.am 1.4:
23322: * src/main/pa_array.C 1.11:
23323: * src/main/pa_common.C 1.1:
23324: * src/main/pa_error.C 1.1:
23325: * src/main/pa_hash.C 1.9:
23326: * src/main/pa_table.C 1.3:
23327: added forgotten
23328:
23329: * src/include/pa_array.h 1.8:
23330: * src/include/pa_pool.h 1.13:
23331: * src/main/Makefile.am 1.2:
23332: * src/main/main.dsp 1.8:
23333: * src/main/pa_array.C 1.8:
23334: templates failed
23335: no template specializations [VC6],
23336: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
23337:
23338: * src/include/pa_array.h 1.5:
23339: * src/include/pa_pool.h 1.9:
23340: * src/main/pa_array.C 1.6:
23341: Array& operator += (Array& src)
23342:
23343: 2001-01-27 paf
23344: * src/include/pa_hash.h 1.1:
23345: * src/include/pa_string.h 1.4:
23346: * src/include/pa_types.h 1.1:
23347: * src/main/main.dsp 1.4:
23348: * src/main/pa_string.C 1.7:
23349: uint, and added pa_types & pa_hash[forgotten]
23350:
23351: * src/main/pa_string.C 1.9:
23352: String::operator ==
23353:
1.23 paf 23354: * src/main/pa_hash.C 1.2:
23355: String(&String)
23356:
1.15 paf 23357: * src/include/pa_array.h 1.3:
23358: * src/main/pa_array.C 1.3:
23359: array [] with chunk caching
23360:
23361: * src/include/pa_array.h 1.2:
23362: * src/include/pa_hash.h 1.4:
23363: * src/include/pa_pool.h 1.8:
23364: * src/include/pa_string.h 1.7:
23365: * src/main/pa_array.C 1.2:
23366: * src/main/pa_string.C 1.11:
23367: array cache rethought to chunk caching
23368:
23369: * src/include/pa_array.h 1.1:
23370: * src/include/pa_hash.h 1.3:
23371: * src/include/pa_pool.h 1.7:
23372: * src/include/pa_string.h 1.6:
23373: * src/main/main.dsp 1.5:
23374: * src/main/pa_array.C 1.1:
23375: * src/main/pa_hash.C 1.3:
23376: * src/main/pa_string.C 1.10:
23377: Array 0
23378:
23379: * src/main/pa_hash.C 1.1:
23380: added pa_hash.C [forgotten]
23381:
23382: 2001-01-26 paf
1.23 paf 23383: * src/include/pa_pool.h 1.2:
23384: * src/main/pa_string.C 1.2:
23385: String prealloc & dynamic row_count
23386:
1.15 paf 23387: * src/include/pa_pool.h 1.6:
23388: * src/include/pa_string.h 1.3:
23389: * src/main/pa_string.C 1.6:
23390: removed templates [vc++ suxx]
23391:
23392: * src/include/pa_pool.h 1.4:
23393: * src/include/pa_string.h 1.1:
23394: pa_pool split
23395:
23396: * src/Makefile.am 1.1.1.1:
23397: * src/include/pa_pool.h 1.1.1.1:
23398: * src/main/Makefile.am 1.1.1.1:
23399: * src/main/main.dsp 1.1.1.1:
23400: * src/main/pa_pool.C 1.1.1.1:
23401: * src/main/pa_string.C 1.1.1.1:
23402: * src/targets/Makefile.am 1.1.1.1:
23403: creating parser3 module
23404:
23405: * src/include/pa_pool.h 1.3:
23406: * src/main/main.dsp 1.2:
23407: * src/main/pa_pool.C 1.2:
23408: * src/main/pa_string.C 1.3:
23409: * src/main/pa_string.C 1.4:
1.26 paf 23410: $Id$ check
1.15 paf 23411:
23412: * src/include/pa_pool.h 1.5:
23413: * src/include/pa_string.h 1.2:
23414: * src/main/main.dsp 1.3:
23415: * src/main/pa_pool.C 1.3:
23416: * src/main/pa_string.C 1.5:
23417: templates in VC++ suxx.
23418:
E-mail: