Annotation of parser3/ChangeLog, revision 1.32
1.32 ! paf 1: 2004-01-29 paf
! 2: * src/targets/apache13core/mod_parser3_core.C 1.2:
! 3: bugfix: old style new used
! 4:
! 5: * src/include/pa_memory.h 1.9:
! 6: bugfix: [potential] strdup copied one more byte then specified
! 7: then zeroed it << useless and potentially harmful(could gpf)
! 8:
! 9: 2004-01-22 paf
! 10: * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
! 11: bugfix: buffer overflow
! 12: * in libxml&xsl error-reporting code
! 13: * in parser-error reporting code [when no @unhandled_exception defined]
! 14:
! 15: fixed in one place: my *snprintf override
! 16:
! 17: * src/main/untaint.C [release_3_1_1] 1.122.2.2:
! 18: bugfix: whitespace now optimized properly [were bug: ^taint[1 &
! 19: 2]="1 &2"
! 20:
! 21: * src/main/untaint.C 1.126:
! 22: merged: bugfix from 3.1.1 on whitespace optimization
! 23:
! 24: * src/main/pa_globals.C 1.166:
! 25: beauty: bigger buffer for xml-related errors
! 26:
! 27: * src/classes/xdoc.C 1.128:
! 28: bugfix: when stylesheet contains error, gpf
! 29:
! 30: * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
! 31: * src/main/untaint.C [release_3_1_1] 1.122.2.1:
! 32: *** empty log message ***
! 33:
! 34: * src/main/pa_common.C 1.172:
! 35: merged: bugfix from 3.1.1 on memory overflow
! 36:
! 37: 2004-01-13 paf
! 38: * operators.txt 1.150:
! 39: typo erro
! 40:
1.31 paf 41: 2003-12-25 paf
42: * src/main/pa_common.C 1.171:
43: bugfix: ^file::load[binary;http:// now not garbled [pieces
44: after zero bytes were removed]
45:
46: 2003-12-22 paf
47: * operators.txt 1.149:
48: * src/classes/op.C 1.144:
49: * src/include/pa_sql_connection.h 1.37:
50: * src/include/pa_sql_driver_manager.h 1.31:
51: * src/main/pa_sql_driver_manager.C 1.80:
52: * src/sql/pa_sql_driver.h 1.37:
53: * www/htdocs/.htaccess 1.25:
54: feature: sql introducing ability to transcode charsets
55:
56: * src/include/Makefile.am 1.9:
57: * src/include/Makefile.in 1.17:
58: bugfix: removed from dist: src/include/pa_config_auto.h which
59: were configured for make-dist-platform and badly updated proper
60: config file in target [when .tar used for updating existing
61: source tree]
62:
63: 2003-12-19 paf
64: * src/main/pa_sql_driver_manager.C 1.79:
65: beauty: more straighforward error message
66:
67: * src/main/pa_charset.C 1.45:
68: bugfix: memory for charsethandler structure for libxml now
69: allocated properly
70:
1.30 paf 71: 2003-12-17 paf
72: * src/main/pa_globals.C 1.165:
73: bugfix: removed false warning [warning: unreported
74: xmlGenericErrors]
75:
76: * src/types/pa_vfile.C 1.39:
77: beauty: removed outdated cast
78:
79: * src/main/pa_common.C 1.170:
80: bugfix: empty http response caused gpf
81:
82: * src/include/pa_string.h 1.154:
83: bugfix: removed too strong a assert
84:
85: 2003-12-15 paf
86: * src/classes/xdoc.C 1.127:
87: bugfix: taint uri under ^xdoc::create{now works}
88:
89: 2003-12-11 paf
90: * src/classes/file.C 1.119:
91: * src/classes/mail.C 1.99:
92: * src/classes/op.C 1.143:
93: * src/classes/xdoc.C 1.126:
94: * src/main/pa_request.C 1.263:
95: * src/types/pa_vimage.C 1.28:
96: * src/types/pa_vmath.C 1.6:
97: * src/types/pa_vstatus.C 1.21:
98: beauty cancel: gcc does not understand that
99:
100: * src/include/pa_cache_managers.h 1.15:
101: * src/main/pa_cache_managers.C 1.12:
102: * src/main/pa_globals.C 1.164:
103: * src/main/pa_request.C 1.264:
104: * src/types/pa_vstatus.C 1.22:
105: bugfix(solaris): removed dependency on object initialization
106: order [one more place]
107:
108: * src/main/pa_cache_managers.C 1.11:
109: * src/main/pa_sql_driver_manager.C 1.78:
110: * src/main/pa_stylesheet_manager.C 1.23:
111: bugfix(solaris): removed dependency on object initialization
112: order [two places]
113:
114: * src/main/Makefile.am 1.43:
115: * src/main/Makefile.in 1.56:
116: *** empty log message ***
117:
118: * src/classes/file.C 1.118:
119: * src/classes/mail.C 1.98:
120: * src/classes/op.C 1.142:
121: * src/classes/xdoc.C 1.125:
122: * src/include/pa_cache_managers.h 1.14:
123: * src/include/pa_sql_connection.h 1.36:
124: * src/include/pa_sql_driver_manager.h 1.30:
125: * src/include/pa_stylesheet_manager.h 1.20:
126: * src/main/pa_request.C 1.262:
127: * src/main/pa_stylesheet_manager.C 1.24:
128: * src/types/pa_vimage.C 1.27:
129: * src/types/pa_vmath.C 1.5:
130: * src/types/pa_vstatus.C 1.20:
131: beauty: removed redundant ctor call [relying on implicit String
132: :Body(cstr) call]
133:
134: * operators.txt 1.148:
135: * src/types/pa_vstatus.C 1.23:
136: !$status:pid process id
137: !$status:tid thread id
138:
139: 2003-12-10 paf
140: * src/include/pa_sql_connection.h 1.35:
141: * www/htdocs/.htaccess 1.24:
142: bugfix: $status:sql.cache back << time now ok
143:
144: * operators.txt 1.147:
145: * src/main/pa_sql_driver_manager.C 1.77:
146: * src/main/pa_stylesheet_manager.C 1.22:
147: $status:stylesheet.cache back operational
148:
149: * operators.txt 1.146:
150: * src/classes/xdoc.C 1.124:
151: * src/include/pa_charset.h 1.28:
152: * src/include/pa_sql_connection.h 1.34:
153: * src/main/pa_charset.C 1.44:
154: * src/main/pa_sql_driver_manager.C 1.76:
155: * src/main/pa_string.C 1.192:
156: * src/types/pa_vxdoc.h 1.35:
157: * www/htdocs/.htaccess 1.23:
158: $status:sql.cache back operational
159:
1.29 paf 160: 2003-12-02 paf
1.30 paf 161: * src/types/pa_vmail.C 1.57:
162: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
163: properly [were: as-is forced]
164:
165: * src/main/pa_xml_io.C 1.15:
166: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
167: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
168:
169: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
170: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
171:
172: * src/classes/image.C 1.103:
173: nothing: comment removed
174:
1.29 paf 175: * src/main/pa_string.C 1.191:
176: bugfix: sparc gpf on reading %4!=0 addresses to int
177:
178: 2003-12-01 paf
179: * src/main/pa_globals.C 1.163:
180: bugfix: win32: compile prob
181:
182: * src/main/pa_xml_io.C 1.13:
183: todo: safe mode check not to throw exception
184:
185: * src/main/pa_xml_io.C 1.12:
186: bugfix: http://localhost typo error
187:
188: * src/classes/xdoc.C 1.123:
189: * src/main/pa_xml_io.C 1.14:
190: bugfix: typo
191:
192: 2003-11-28 paf
193: * src/main/pa_xml_io.C 1.9:
194: installed safe-mode checker as filter of all xml documents read
195:
196: * operators.txt 1.144:
197: * src/include/pa_request.h 1.173:
198: * src/main/pa_xml_io.C 1.3:
199: works.
200: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
201:
202: $xdoc[^xdoc::create{<?xml version="1.0"?>
203: <!DOCTYPE test SYSTEM "parser://method/params/here">
204: <test>
205: &test^;
206: </test>
207: }]
208:
209: ^taint[^xdoc.string[]]
210:
211: @method[param]
212: <!ENTITY test "test-entity-value+$form:user+$param!">
213:
214: * src/main/pa_xml_io.C 1.8:
215: http://localhost/ now checked for safe mode
216:
217: * src/classes/xdoc.C 1.122:
218: * src/include/pa_stylesheet_connection.h 1.37:
219: * src/include/pa_stylesheet_manager.h 1.19:
220: * src/main/pa_stylesheet_manager.C 1.21:
221: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
222: todo: safe mode checks to libxml: ideally to some 1 point
223:
224: * src/include/Makefile.in 1.16:
225: * src/main/Makefile.in 1.55:
226: *** empty log message ***
227:
228: * operators.txt 1.145:
229: * src/main/pa_xml_io.C 1.4:
230: leading / in http://parser[abscent params]
231:
232: * src/main/pa_xml_io.C 1.5:
233: comment
234:
235: 2003-11-27 paf
236: * src/classes/date.C 1.58:
237: bugfix: typo error
238:
239: * src/main/pa_xml_io.C 1.2:
240: libxml: started parser://methodcall/params
241:
242: 2003-11-26 paf
243: * src/types/pa_value.h 1.117:
244: warnings: --
245:
246: * operators.txt 1.143:
247: * src/include/Makefile.am 1.8:
248: * src/include/pa_globals.h 1.108:
249: * src/include/pa_xml_io.h 1.1:
250: * src/main/Makefile.am 1.42:
251: * src/main/main.vcproj 1.7:
252: * src/main/pa_globals.C 1.162:
253: * src/main/pa_request.C 1.261:
254: * src/main/pa_xml_io.C 1.1:
255: simplification: xml errors to hash<thread_id,error>
256: reorganization: xml io moved to pa_xml_io.C/h
257:
1.28 paf 258: 2003-11-25 paf
1.29 paf 259: * src/classes/table.C 1.194:
260: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
261:
1.28 paf 262: * src/main/untaint.C 1.125:
263: bugfix: consequences of not reading this comment:
264: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
265: none */
266:
267: * src/include/pa_array.h 1.63:
268: removed needless checks
1.29 paf 269:
270: * src/classes/table.C 1.195:
271: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 272:
273: 2003-11-24 paf
274: * operators.txt 1.142:
275: * src/types/pa_vxnode.C 1.36:
276: * src/types/pa_vxnode.h 1.28:
277: $xdoc[^xdoc::create[test]]
278: $tn[^xdoc.createTextNode[text node value]]
279: $dummy[^xdoc.firstChild.appendChild[$tn]]
280: $xdoc.firstChild.firstChild.nodeValue[different]
281: ^taint[^xdoc.string[]]
282:
283: * src/main/pa_request.C 1.260:
284: * src/types/pa_vform.C 1.77:
285: * src/types/pa_vform.h 1.48:
286: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
287: [and request/response:charset still can be changed anytime]
288:
289: * src/include/pa_hash.h 1.61:
290: * src/types/types.vcproj 1.6:
291: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
292:
293: * src/main/pa_common.C 1.169:
294: bugfix: ^file::load[binary;http://...] now not transcodes
295: response body
296:
297: 2003-11-21 paf
298: * src/main/pa_exec.C 1.55:
299: bug in safe mode
300:
301: * src/include/Makefile.am 1.7:
302: pa_xml_exception.h
303:
304: * Makefile.am 1.40:
305: * Makefile.in 1.54:
306: * configure 1.73:
307: * configure.in 1.71:
308: * parser3.sln 1.8:
309: * src/classes/Makefile.am 1.47:
310: * src/classes/Makefile.am 1.48:
311: * src/classes/Makefile.in 1.59:
312: * src/classes/classes.vcproj 1.5:
313: * src/include/Makefile.in 1.15:
314: * src/include/pa_config_auto.h.in 1.39:
315: * src/lib/Makefile.am 1.7:
316: * src/lib/Makefile.in 1.12:
317: * src/lib/gd/Makefile.am 1.1:
318: * src/lib/gd/Makefile.in 1.1:
319: * src/lib/gd/Makefile.in 1.2:
320: * src/lib/gd/gd.vcproj 1.1:
321: * src/lib/gd/gif.C 1.1:
322: * src/lib/gd/gif.h 1.1:
323: * src/lib/gd/gifio.C 1.1:
324: * src/lib/gd/mtables.h 1.1:
325: * src/lib/smtp/Makefile.am 1.1:
326: * src/lib/smtp/Makefile.in 1.1:
327: * src/lib/smtp/Makefile.in 1.2:
328: * src/lib/smtp/comms.C 1.1:
329: * src/lib/smtp/smtp.C 1.1:
330: * src/lib/smtp/smtp.h 1.1:
331: * src/lib/smtp/smtp.vcproj 1.1:
332: * src/targets/apache13/p3runConfigure.in 1.15:
333: * src/targets/apache13core/Makefile.in 1.5:
334: * src/targets/cgi/Makefile.am 1.50:
335: * src/targets/cgi/Makefile.in 1.66:
336: * src/types/Makefile.am 1.35:
337: * src/types/Makefile.in 1.54:
338: rearrange: gd&smtp moved to src/lib
339:
340: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
341: * src/targets/isapi/parser3isapi.C 1.85:
342: more warnings --
343:
344: * Makefile.am 1.41:
345: * Makefile.in 1.55:
346: * acinclude.m4 1.28:
347: * aclocal.m4 1.31:
348: * acsite.m4 1.6:
349: * configure 1.74:
350: * configure.in 1.72:
351: * src/classes/mail.C 1.97:
352: *** empty log message ***
353:
354: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
355: * src/targets/apache13core/Makefile.am 1.5:
356: * src/targets/apache13core/mod_parser3.C 1.7:
357: * src/targets/apache13core/mod_parser3_core.C 1.1:
358: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
359:
360: * src/classes/mail.C 1.96:
361: bugfix: typo
362:
363: 2003-11-20 paf
364: * src/main/execute.C 1.303:
365: * src/main/pa_request.C 1.257:
366: old forgotten todo: when can't report problem (undefined @
367: unhandled_exception) problem source string were not reported
368:
369: * src/classes/classes.vcproj 1.4:
370: * src/classes/date.C 1.53:
371: * src/classes/double.C 1.55:
372: * src/classes/file.C 1.114:
373: * src/classes/hash.C 1.61:
374: * src/classes/hashfile.C 1.31:
375: * src/classes/image.C 1.98:
376: * src/classes/int.C 1.51:
377: * src/classes/mail.C 1.93:
378: * src/classes/math.C 1.35:
379: * src/classes/memory.C 1.4:
380: * src/classes/op.C 1.138:
381: * src/classes/string.C 1.128:
382: * src/classes/table.C 1.191:
383: * src/classes/xdoc.C 1.118:
384: * src/classes/xnode.C 1.62:
385: * src/include/pa_config_includes.h 1.27:
386: * src/include/pa_operation.h 1.3:
387: * src/include/pa_sql_connection.h 1.32:
388: * src/include/pa_table.h 1.54:
389: * src/include/pa_types.h 1.46:
390: * src/lib/ltdl/config_fixed.h 1.3:
391: * src/lib/ltdl/ltdl.vcproj 1.2:
392: * src/lib/md5/md5.vcproj 1.2:
393: * src/lib/pcre/maketables.c 1.2:
394: * src/lib/pcre/pcre_dftables.vcproj 1.2:
395: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
396: * src/lib/sdbm/apr_file_io.C 1.2:
397: * src/main/compile.tab.C 1.93:
398: * src/main/execute.C 1.301:
399: * src/main/main.vcproj 1.6:
400: * src/main/pa_cache_managers.C 1.9:
401: * src/main/pa_charset.C 1.40:
402: * src/main/pa_common.C 1.166:
403: * src/main/pa_dir.C 1.16:
404: * src/main/pa_exec.C 1.53:
405: * src/main/pa_globals.C 1.160:
406: * src/main/pa_os.C 1.3:
407: * src/main/pa_request.C 1.255:
408: * src/main/pa_string.C 1.187:
409: * src/main/pa_table.C 1.57:
410: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
411: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
412: * src/targets/cgi/parser3.vcproj 1.5:
413: * src/targets/isapi/parser3isapi.vcproj 1.2:
414: * src/types/pa_value.h 1.115:
415: * src/types/pa_vconsole.h 1.3:
416: * src/types/pa_vdate.h 1.28:
417: * src/types/pa_vfile.h 1.54:
418: * src/types/pa_vhashfile.C 1.36:
419: * src/types/pa_vimage.C 1.25:
420: * src/types/pa_vimage.h 1.36:
421: * src/types/pa_vmail.C 1.53:
422: * src/types/pa_vobject.C 1.14:
423: * src/types/pa_vstateless_class.h 1.46:
424: * src/types/pa_vtable.C 1.23:
425: * src/types/pa_vtable.h 1.50:
426: * src/types/pa_vvoid.h 1.19:
427: * src/types/pa_vxdoc.h 1.33:
428: * src/types/pa_vxnode.h 1.26:
429: * src/types/types.vcproj 1.5:
430: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
431: found several unitialized vars
432:
433: * src/classes/classes.C 1.20:
434: * src/classes/classes.h 1.25:
435: * src/classes/date.C 1.54:
436: * src/classes/double.C 1.56:
437: * src/classes/file.C 1.115:
438: * src/classes/form.C 1.37:
439: * src/classes/hash.C 1.62:
440: * src/classes/hashfile.C 1.32:
441: * src/classes/image.C 1.99:
442: * src/classes/int.C 1.52:
443: * src/classes/mail.C 1.94:
444: * src/classes/math.C 1.36:
445: * src/classes/memory.C 1.5:
446: * src/classes/op.C 1.139:
447: * src/classes/response.C 1.25:
448: * src/classes/string.C 1.129:
449: * src/classes/table.C 1.192:
450: * src/classes/void.C 1.30:
451: * src/classes/xdoc.C 1.119:
452: * src/classes/xnode.C 1.63:
453: * src/classes/xnode.h 1.20:
454: * src/include/pa_array.h 1.62:
455: * src/include/pa_cache_managers.h 1.12:
456: * src/include/pa_charset.h 1.27:
457: * src/include/pa_charsets.h 1.11:
458: * src/include/pa_common.h 1.97:
459: * src/include/pa_config_fixed.h 1.62:
460: * src/include/pa_dictionary.h 1.16:
461: * src/include/pa_dir.h 1.15:
462: * src/include/pa_exception.h 1.42:
463: * src/include/pa_exec.h 1.14:
464: * src/include/pa_globals.h 1.107:
465: * src/include/pa_hash.h 1.60:
466: * src/include/pa_memory.h 1.8:
467: * src/include/pa_opcode.h 1.26:
468: * src/include/pa_operation.h 1.4:
469: * src/include/pa_os.h 1.3:
470: * src/include/pa_request.h 1.172:
471: * src/include/pa_request_charsets.h 1.3:
472: * src/include/pa_request_info.h 1.3:
473: * src/include/pa_sapi.h 1.24:
474: * src/include/pa_socks.h 1.13:
475: * src/include/pa_sql_connection.h 1.33:
476: * src/include/pa_sql_driver_manager.h 1.29:
477: * src/include/pa_stack.h 1.21:
478: * src/include/pa_string.h 1.153:
479: * src/include/pa_stylesheet_connection.h 1.35:
480: * src/include/pa_stylesheet_manager.h 1.18:
481: * src/include/pa_table.h 1.56:
482: * src/include/pa_threads.h 1.28:
483: * src/include/pa_types.h 1.47:
484: * src/include/pa_uue.h 1.6:
485: * src/include/pa_xml_exception.h 1.2:
486: * src/lib/md5/pa_md5.h 1.9:
487: * src/lib/md5/pa_md5c.c 1.11:
488: * src/lib/sdbm/apr_file_io.C 1.3:
489: * src/lib/sdbm/apr_strings.C 1.2:
490: * src/main/compile.C 1.71:
491: * src/main/compile_tools.C 1.56:
492: * src/main/compile_tools.h 1.71:
493: * src/main/execute.C 1.302:
494: * src/main/pa_cache_managers.C 1.10:
495: * src/main/pa_charset.C 1.41:
496: * src/main/pa_charsets.C 1.14:
497: * src/main/pa_common.C 1.168:
498: * src/main/pa_dictionary.C 1.20:
499: * src/main/pa_dir.C 1.17:
500: * src/main/pa_exception.C 1.46:
501: * src/main/pa_exec.C 1.54:
502: * src/main/pa_globals.C 1.161:
503: * src/main/pa_memory.C 1.3:
504: * src/main/pa_os.C 1.4:
505: * src/main/pa_pool.C 1.62:
506: * src/main/pa_request.C 1.256:
507: * src/main/pa_socks.C 1.20:
508: * src/main/pa_sql_driver_manager.C 1.74:
509: * src/main/pa_string.C 1.188:
510: * src/main/pa_stylesheet_manager.C 1.20:
511: * src/main/pa_table.C 1.58:
512: * src/main/pa_uue.C 1.6:
513: * src/main/pa_xml_exception.C 1.2:
514: * src/main/untaint.C 1.123:
515: * src/sql/pa_sql_driver.h 1.36:
516: * src/targets/apache13/mod_parser3.c 1.9:
517: * src/targets/apache13/pa_httpd.h 1.5:
518: * src/targets/apache13core/mod_parser3.C 1.6:
519: * src/targets/apache13core/pa_threads.C 1.3:
520: * src/targets/cgi/pa_threads.C 1.14:
521: * src/targets/cgi/parser3.C 1.222:
522: * src/targets/isapi/pa_threads.C 1.15:
523: * src/targets/isapi/parser3isapi.C 1.84:
524: * src/types/pa_junction.h 1.3:
525: * src/types/pa_method.h 1.3:
526: * src/types/pa_value.C 1.13:
527: * src/types/pa_value.h 1.116:
528: * src/types/pa_vbool.h 1.23:
529: * src/types/pa_vclass.C 1.19:
530: * src/types/pa_vclass.h 1.42:
531: * src/types/pa_vcode_frame.h 1.26:
532: * src/types/pa_vconsole.h 1.4:
533: * src/types/pa_vcookie.C 1.59:
534: * src/types/pa_vcookie.h 1.25:
535: * src/types/pa_vdate.h 1.29:
536: * src/types/pa_vdouble.h 1.44:
537: * src/types/pa_venv.h 1.30:
538: * src/types/pa_vfile.C 1.38:
539: * src/types/pa_vfile.h 1.55:
540: * src/types/pa_vform.C 1.76:
541: * src/types/pa_vform.h 1.47:
542: * src/types/pa_vhash.h 1.49:
543: * src/types/pa_vhashfile.C 1.37:
544: * src/types/pa_vhashfile.h 1.26:
545: * src/types/pa_vimage.C 1.26:
546: * src/types/pa_vimage.h 1.37:
547: * src/types/pa_vint.h 1.40:
548: * src/types/pa_vjunction.h 1.21:
549: * src/types/pa_vmail.C 1.54:
550: * src/types/pa_vmail.h 1.13:
551: * src/types/pa_vmath.C 1.4:
552: * src/types/pa_vmath.h 1.16:
553: * src/types/pa_vmemory.h 1.3:
554: * src/types/pa_vmethod_frame.C 1.3:
555: * src/types/pa_vmethod_frame.h 1.47:
556: * src/types/pa_vobject.C 1.15:
557: * src/types/pa_vobject.h 1.41:
558: * src/types/pa_vrequest.C 1.31:
559: * src/types/pa_vrequest.h 1.27:
560: * src/types/pa_vresponse.C 1.19:
561: * src/types/pa_vresponse.h 1.34:
562: * src/types/pa_vstateless_class.C 1.21:
563: * src/types/pa_vstateless_class.h 1.47:
564: * src/types/pa_vstateless_object.h 1.30:
565: * src/types/pa_vstatus.C 1.19:
566: * src/types/pa_vstatus.h 1.17:
567: * src/types/pa_vstring.C 1.24:
568: * src/types/pa_vstring.h 1.57:
569: * src/types/pa_vtable.C 1.24:
570: * src/types/pa_vtable.h 1.51:
571: * src/types/pa_vvoid.h 1.20:
572: * src/types/pa_vxdoc.C 1.26:
573: * src/types/pa_vxdoc.h 1.34:
574: * src/types/pa_vxnode.C 1.34:
575: * src/types/pa_vxnode.h 1.27:
576: * src/types/pa_wcontext.C 1.27:
577: * src/types/pa_wcontext.h 1.45:
578: * src/types/pa_wwrapper.h 1.30:
579: static const char * const IDENT
580:
581: * src/classes/date.C 1.55:
582: * src/classes/date.C 1.56:
583: * src/classes/date.C 1.57:
584: * src/classes/file.C 1.116:
585: * src/classes/file.C 1.117:
586: * src/classes/hash.C 1.63:
587: * src/classes/hash.C 1.64:
588: * src/classes/image.C 1.100:
589: * src/classes/image.C 1.101:
590: * src/classes/image.C 1.102:
591: * src/classes/mail.C 1.95:
592: * src/classes/math.C 1.37:
593: * src/classes/op.C 1.140:
594: * src/classes/op.C 1.141:
595: * src/classes/string.C 1.130:
596: * src/classes/string.C 1.131:
597: * src/classes/table.C 1.193:
598: * src/classes/xdoc.C 1.120:
599: * src/classes/xdoc.C 1.121:
600: * src/include/pa_array.h 1.61:
601: * src/include/pa_cache_managers.h 1.13:
602: * src/include/pa_pool.h 1.89:
603: * src/include/pa_request.h 1.171:
604: * src/include/pa_string.h 1.152:
605: * src/include/pa_stylesheet_connection.h 1.36:
606: * src/include/pa_table.h 1.55:
607: * src/main/compile_tools.h 1.70:
608: * src/main/pa_charset.C 1.42:
609: * src/main/pa_charset.C 1.43:
610: * src/main/pa_common.C 1.167:
611: * src/main/pa_dictionary.C 1.21:
612: * src/main/pa_dir.C 1.18:
613: * src/main/pa_request.C 1.259:
614: * src/main/pa_sql_driver_manager.C 1.75:
615: * src/main/pa_string.C 1.189:
616: * src/main/pa_string.C 1.190:
617: * src/main/pa_table.C 1.59:
618: * src/main/untaint.C 1.124:
619: * src/types/pa_value.C 1.14:
620: * src/types/pa_vcookie.C 1.60:
621: * src/types/pa_vdate.h 1.30:
622: * src/types/pa_vhash.h 1.48:
623: * src/types/pa_vhashfile.C 1.38:
624: * src/types/pa_vimage.h 1.38:
625: * src/types/pa_vmail.C 1.55:
626: * src/types/pa_vmethod_frame.C 1.4:
627: * src/types/pa_vmethod_frame.h 1.48:
628: * src/types/pa_vxnode.C 1.35:
629: * src/types/pa_wcontext.h 1.44:
630: more warnings --
631:
632: 2003-11-19 paf
633: * operators.txt 1.141:
634: * src/classes/op.C 1.136:
635: * src/include/pa_request.h 1.170:
636: * src/main/pa_request.C 1.254:
637: cache[...]{body}{catch block with $exception.handled[cache]
638: meaning "get expired cache, if any. else error"}
639:
640: * src/classes/op.C 1.135:
641: * src/include/pa_os.h 1.2:
642: * src/include/pa_request.h 1.169:
643: * src/main/pa_common.C 1.165:
644: cache: ^cache[] fallback
645: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
646:
647: * src/classes/op.C 1.137:
648: more ansi C++ comp
649:
650: 2003-11-12 paf
651: * src/classes/xnode.C 1.61:
652: replaceChild: 2nd param now named oldChild [copy/paste bug]
653:
654: 2003-11-11 paf
655: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
656: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
657: more C++ compatible [HP C++ failed]
658:
659: * operators.txt 1.139:
660: * operators.txt 1.140:
661: *** empty log message ***
662:
663: * bin/auto.p.dist.in 1.10:
664: colno
665:
666: 2003-11-10 paf
667: * src/types/pa_vhashfile.C 1.35:
668: * src/types/pa_vhashfile.h 1.25:
669: add: hashfile old serialize version and exipire now removes entries
670:
671: * operators.txt 1.135:
672: comment: updated
673:
674: * operators.txt 1.138:
675: * src/main/pa_request.C 1.253:
676: * src/types/Makefile.am 1.34:
677: * src/types/pa_vconsole.h 1.1:
678: * src/types/types.vcproj 1.4:
679: $console:line read/write [for nntp]
680:
681: * operators.txt 1.134:
682: * src/classes/hashfile.C 1.30:
683: * src/include/pa_common.h 1.96:
684: * src/main/pa_common.C 1.164:
685: * src/types/pa_vhashfile.C 1.34:
686: * src/types/pa_vhashfile.h 1.24:
687: ^hashfile.delete[] removes files altogether [and dir, if could]
688:
689: * src/types/pa_vconsole.h 1.2:
690: flush
691:
692: * src/types/Makefile.in 1.53:
693: *** empty log message ***
694:
695: * src/lib/sdbm/sdbm.c 1.3:
696: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
697: coded that that was error. fixed
698:
699: * src/types/pa_vhashfile.C 1.33:
700: sdbm: exception type change to file.access [regretfull can't
701: split it to different exceptions without modifying sdbm source
702: wich would prefer not to]
703:
704: * operators.txt 1.136:
705: mysql: transaction support: ?autocommit=0
706:
707: 2003-11-07 paf
708: * src/classes/date.C 1.52:
709: * src/classes/file.C 1.113:
710: * src/classes/hash.C 1.60:
711: * src/classes/hashfile.C 1.29:
712: * src/classes/image.C 1.97:
713: * src/classes/table.C 1.190:
714: * src/classes/xdoc.C 1.117:
715: * src/include/Makefile.am 1.6:
716: * src/include/pa_array.h 1.60:
717: * src/include/pa_pool.h 1.88:
718: * src/include/pa_request.h 1.168:
719: * src/main/Makefile.am 1.41:
720: * src/main/execute.C 1.300:
721: * src/main/main.vcproj 1.5:
722: * src/main/pa_pool.C 1.61:
723: * src/main/pa_request.C 1.252:
724: * src/targets/cgi/parser3.C 1.221:
725: * src/types/pa_vclass.C 1.18:
726: * src/types/pa_vclass.h 1.41:
727: * src/types/pa_vhashfile.h 1.23:
728: * src/types/pa_vobject.h 1.40:
729: * src/types/pa_vstateless_class.h 1.45:
730: resurrected: pool idea. now only for destructing objects at
731: request processing end
732:
733: * src/include/Makefile.in 1.14:
734: * src/main/Makefile.in 1.54:
735: *** empty log message ***
736:
737: 2003-11-06 paf
738: * src/classes/xdoc.C 1.116:
739: * src/classes/xnode.C 1.60:
740: * src/include/pa_charset.h 1.26:
741: * src/include/pa_globals.h 1.106:
742: * src/include/pa_stylesheet_connection.h 1.34:
743: * src/main/pa_exception.C 1.45:
744: * src/types/pa_vxnode.h 1.25:
745: XmlException changes
746:
747: * src/types/pa_vhashfile.C 1.30:
748: hashfile: foreach body can bodify $self
749:
750: * operators.txt 1.133:
751: * src/types/pa_vhashfile.C 1.32:
752: hashfile: clear & expiration [time in value. todo: move time to
753: key]
754:
755: * src/include/pa_memory.h 1.7:
756: * src/targets/cgi/parser3.C 1.220:
757: * src/types/pa_value.C 1.12:
758: * src/types/pa_value.h 1.114:
759: * src/types/pa_vcookie.C 1.58:
760: * src/types/pa_vhashfile.C 1.23:
761: * src/types/pa_vhashfile.h 1.18:
762: * www/htdocs/.htaccess 1.22:
763: hashfile implemented get/put [raw]
764:
765: * operators.txt 1.130:
766: * src/classes/hashfile.C 1.26:
767: * src/types/pa_vhashfile.C 1.25:
768: * src/types/pa_vhashfile.h 1.20:
769: hashfile: hash
770:
771: * src/lib/sdbm/Makefile.am 1.2:
772: * src/lib/sdbm/apr_file_io.C 1.1:
773: * src/lib/sdbm/apr_strings.C 1.1:
774: move to upper dir, .am updated
775:
776: * configure 1.69:
777: * configure.in 1.65:
778: * operators.txt 1.128:
779: * parser3.sln 1.6:
780: * src/classes/classes.vcproj 1.3:
781: * src/classes/hashfile.C 1.24:
782: * src/classes/xdoc.C 1.115:
783: * src/include/pa_config_fixed.h 1.61:
784: * src/include/pa_exception.h 1.40:
785: * src/include/pa_globals.h 1.105:
786: * src/include/pa_memory.h 1.6:
787: * src/include/pa_version.h 1.11:
788: * src/lib/ltdl/libltdl.vcproj 1.2:
789: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
790: * src/lib/ltdl/ltdl.vcproj 1.1:
791: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
792: * src/lib/sdbm/apr-include/apr.h 1.4:
793: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
794: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
795: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
796: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
797: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
798: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
799: * src/lib/sdbm/apr-include/apu.h 1.3:
800: * src/main/compile.tab.C 1.92:
801: * src/main/main.vcproj 1.3:
802: * src/main/pa_charset.C 1.39:
803: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
804: * src/targets/apache13/mod_parser3.c 1.8:
805: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
806: * src/targets/cgi/parser3.vcproj 1.4:
807: * src/types/Makefile.am 1.30:
808: * src/types/pa_vhash.C 1.4:
809: * src/types/pa_vhashfile.C 1.22:
810: * src/types/pa_vhashfile.h 1.17:
811: * src/types/pa_vxnode.h 1.24:
812: * src/types/types.vcproj 1.3:
813: * www/htdocs/.htaccess 1.21:
814: hashfile: started again with sdbm from apache
815:
816: * operators.txt 1.131:
817: * src/classes/hash.C 1.58:
818: * src/classes/hash.C 1.59:
819: * src/classes/hashfile.C 1.27:
820: * src/classes/hashfile.C 1.28:
821: * src/types/pa_vhashfile.C 1.26:
822: * src/types/pa_vhashfile.h 1.21:
823: hashfile: foreach
824:
825: * operators.txt 1.132:
826: * src/types/pa_vhashfile.C 1.27:
827: * src/types/pa_vhashfile.h 1.22:
828: hashfile: clear and proper locking
829:
830: * src/include/Makefile.in 1.13:
831: * src/include/pa_config_includes.h 1.26:
832: * src/include/pa_version.h 1.12:
833: our replacements of max& co only for cpp
834:
835: * parser3.sln 1.7:
836: * src/targets/apache13/p3runConfigure.in 1.14:
837: * src/targets/cgi/Makefile.am 1.49:
838: .vcproj & .am updated to include sdbm
839:
840: * operators.txt 1.129:
841: * src/classes/hashfile.C 1.25:
842: * src/types/pa_vhashfile.C 1.24:
843: * src/types/pa_vhashfile.h 1.19:
844: * tests/todo.txt 1.4:
845: hashfile: delete
846:
847: * configure.in 1.66:
848: * configure.in 1.67:
849: * src/classes/Makefile.am 1.46:
850: * src/classes/Makefile.in 1.58:
851: * src/include/Makefile.am 1.5:
852: * src/lib/Makefile.am 1.6:
853: * src/lib/Makefile.in 1.11:
854: * src/lib/sdbm/Makefile.am 1.3:
855: * src/lib/sdbm/Makefile.in 1.1:
856: * src/lib/sdbm/apr-include/Makefile.am 1.1:
857: * src/lib/sdbm/apr-include/Makefile.in 1.1:
858: * src/lib/sdbm/sdbm.vcproj 1.3:
859: * src/main/Makefile.am 1.39:
860: * src/main/Makefile.am 1.40:
861: * src/main/Makefile.in 1.53:
862: * src/targets/cgi/.cvsignore 1.3:
863: * src/targets/cgi/Makefile.in 1.65:
864: * src/types/Makefile.am 1.32:
865: * src/types/Makefile.am 1.33:
866: * src/types/Makefile.in 1.52:
867: *** empty log message ***
868:
869: * src/include/pa_common.h 1.95:
870: * src/include/pa_exception.h 1.41:
871: * src/include/pa_os.h 1.1:
872: * src/include/pa_xml_exception.h 1.1:
873: * src/lib/sdbm/sdbm.vcproj 1.1:
874: * src/main/main.vcproj 1.4:
875: * src/main/pa_common.C 1.162:
876: * src/main/pa_os.C 1.1:
877: * src/main/pa_xml_exception.C 1.1:
878: locking move to pa_os [along with pa_sleep]
879: apr-impl locking done
880:
881: * src/types/pa_vhashfile.C 1.29:
882: hashfile: clear now works [were trying to do that in foreach,
883: no errors, but surely wrong]
884:
885: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
886: * src/lib/sdbm/sdbm.c 1.2:
887: * src/lib/sdbm/sdbm.vcproj 1.2:
888: just compiled
889:
890: * tests/todo.txt 1.5:
891: hashfile: done
892:
893: * src/classes/op.C 1.134:
894: * src/main/pa_os.C 1.2:
895: just linked
896:
897: * src/classes/Makefile.am 1.45:
898: * src/types/Makefile.am 1.31:
899: .am sdbm INCLUDES updates
900:
901: 2003-11-05 paf
902: * src/lib/sdbm/apr-include/apr.h 1.2:
903: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
904: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
905: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
906: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
907: * src/lib/sdbm/apr-include/apu.h 1.1:
908: started porting: grabbed some parts of apr headers
909:
910: * src/lib/sdbm/Makefile.am 1.1:
911: * src/lib/sdbm/sdbm.c 1.1:
912: * src/lib/sdbm/sdbm_hash.c 1.1:
913: * src/lib/sdbm/sdbm_lock.c 1.1:
914: * src/lib/sdbm/sdbm_pair.c 1.1:
915: * src/lib/sdbm/sdbm_pair.h 1.1:
916: * src/lib/sdbm/sdbm_private.h 1.1:
917: * src/lib/sdbm/sdbm_tune.h 1.1:
918: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
919:
920: * src/lib/sdbm/apr-include/apr.h 1.1:
921: * src/lib/sdbm/apr-include/apr.h 1.3:
922: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
923: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
924: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
925: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
926: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
927: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
928: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
929: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
930: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
931: * src/lib/sdbm/apr-include/apu.h 1.2:
932: *** empty log message ***
933:
934: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
935: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
936: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
937: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
938: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
939: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
940: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
941: not has to be in \parser3project dir anymore
942:
943: * src/main/helpers/CaseFolding.txt 1.1:
944: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
945:
946: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
947: bugfix: had broken binary search [copied thoughtlessly from
948: xalan]
949:
950: 2003-11-04 paf
951: * operators.txt 1.124:
952: * src/classes/table.C 1.187:
953: * tests/todo.txt 1.2:
954: ^table::load
955: !$.separator[^#09]
956: !$.encloser["] <nothing> by default
957:
958: * operators.txt 1.125:
959: * src/classes/table.C 1.188:
960: * src/main/pa_string.C 1.186:
961: * tests/todo.txt 1.3:
962: ^table.save[...
963: $.separator[^#09]
964: $.encloser["] <nothing> by default
965:
966: * operators.txt 1.126:
967: * src/classes/mail.C 1.91:
968: * src/types/pa_vmail.C 1.52:
969: * src/types/pa_vmail.h 1.12:
970: !^mail:send[
971: $.options[unix: string to append to sendmail command line]
972:
973: * src/classes/Makefile.am 1.44:
974: * src/classes/Makefile.in 1.57:
975: classes.C to rebuild last
976:
977: * src/classes/mail.C 1.92:
978: * src/classes/table.C 1.189:
979: compiled on unix
980:
981: * operators.txt 1.127:
982: comment: ^mail:send[$.options[
983:
984: 2003-11-03 paf
985: * src/targets/cgi/parser3.C 1.219:
986: beauty: SIGUSRX removed qs= printing [already included into uri
987: xxx]
988:
989: * operators.txt 1.120:
990: * src/classes/date.C 1.49:
991: !^date::unix-timestamp()
992: !^date.unix-timestamp[]
993:
994: * operators.txt 1.121:
995: * src/classes/image.C 1.95:
996: * tests/todo.txt 1.1:
997: * www/htdocs/auto.p 1.21:
998: ^image.gif[filename] for $response:download
999:
1000: * operators.txt 1.123:
1001: * src/classes/table.C 1.186:
1002: * src/main/pa_common.C 1.161:
1003: ^table::load[; options:
1004: !$.column-separator[^#09]
1005: !$.column-encloser["]
1006:
1007: * operators.txt 1.122:
1008: * src/include/pa_config_fixed.h 1.60:
1009: * src/types/pa_vrequest.C 1.30:
1010: $request:document-root
1011:
1012: * src/classes/date.C 1.50:
1013: minor precaution
1014:
1015: 2003-10-31 paf
1016: * src/include/pa_config_fixed.h 1.59:
1017: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
1018: *** empty log message ***
1019:
1.27 paf 1020: 2003-10-30 paf
1021: * src/classes/date.C 1.47:
1022: * src/classes/image.C 1.94:
1023: improvement diagnostics: $now[^date::create[$undefined]] now is error
1024:
1025: * src/targets/apache13core/Makefile.am 1.4:
1026: * src/targets/apache13core/Makefile.in 1.4:
1027: gc include dir added, thanks to Victor Fedoseev for finding
1028:
1029: * src/main/pa_common.C 1.160:
1030: read errors would now be reported 'actually read -1 bytes'
1031:
1032: * operators.txt 1.119:
1033: * src/classes/date.C 1.48:
1034: * src/types/pa_vdate.h 1.27:
1035: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
1036:
1.26 paf 1037: 2003-10-24 paf
1038: * Makefile.am 1.36:
1039: * src/classes/Makefile.am 1.43:
1040: * src/lib/cord/Makefile.am 1.3:
1041: * src/lib/md5/Makefile.am 1.3:
1042: * src/lib/pcre/Makefile.am 1.2:
1043: * src/main/Makefile.am 1.37:
1044: * src/targets/apache13/Makefile.am 1.18:
1045: * src/targets/apache13core/Makefile.am 1.3:
1046: * src/targets/cgi/Makefile.am 1.48:
1047: * src/targets/isapi/Makefile.am 1.3:
1048: .dsp/w -> .vcproj/sln
1049:
1050: * Makefile.in 1.50:
1051: * src/classes/Makefile.in 1.56:
1052: * src/include/pa_version.h 1.10:
1053: * src/lib/cord/Makefile.in 1.3:
1054: * src/lib/md5/Makefile.in 1.8:
1055: * src/lib/pcre/Makefile.in 1.10:
1056: * src/main/Makefile.am 1.38:
1057: * src/main/Makefile.in 1.52:
1058: * src/targets/apache13/Makefile.in 1.48:
1059: * src/targets/apache13core/Makefile.in 1.3:
1060: * src/targets/cgi/Makefile.in 1.64:
1061: * src/targets/isapi/Makefile.in 1.13:
1062: *** empty log message ***
1063:
1064: 2003-10-22 paf
1065: * src/include/pa_request.h 1.167:
1066: fixed: $h[^hash::create[]] $$h[1]
1067:
1068: 2003-10-21 paf
1069: * src/classes/op.C 1.133:
1070: * src/include/pa_request.h 1.166:
1071: fixed: false 'endless recoursion' message with intensive throw-catches
1072: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
1073:
1074: * operators.txt 1.118:
1075: * src/include/pa_string.h 1.151:
1076: * src/main/pa_string.C 1.185:
1077: fixed: string.match[g] without <'> option produced columns with
1078: NULL's, which gpf'ed at table.save time
1079:
1080: 2003-10-10 paf
1081: * src/include/pa_string.h 1.150:
1082: * src/main/compile.tab.C 1.91:
1083: * www/htdocs/.htaccess 1.20:
1084: CORD_chr does not check offset argument for validity
1085: did that in String::Body::pos myself
1086: http://i2/tasks/edit/?id=4577425257580789777
1087:
1088: 2003-10-07 paf
1089: * src/main/compile.tab.C 1.90:
1090: * src/main/compile.y 1.207:
1091: ^if ( better error:
1092: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
1093:
1094: 2003-10-03 paf
1095: * parser3.sln 1.5:
1096: * src/include/pa_dictionary.h 1.15:
1097: * src/main/pa_dictionary.C 1.19:
1098: * src/main/pa_string.C 1.184:
1099: * src/targets/cgi/parser3.vcproj 1.3:
1100: * www/htdocs/.htaccess 1.19:
1101: dictionary optimized by precalculating cstr&length
1102:
1103: 2003-10-02 paf
1104: * src/classes/op.C 1.132:
1105: * src/include/pa_request.h 1.165:
1106: * src/include/pa_stack.h 1.20:
1107: * src/main/execute.C 1.299:
1108: * src/main/pa_request.C 1.251:
1109: * src/main/pa_sql_driver_manager.C 1.73:
1110: * src/main/pa_stylesheet_manager.C 1.19:
1111: * www/htdocs/.htaccess 1.18:
1112: bugfix: ^throw context were saved/restored incompletely
1113: http://www.parser.ru/forum/?id=21484
1114:
1115: 2003-09-30 paf
1116: * src/targets/apache13/mod_parser3.c 1.7:
1117: * src/targets/apache13/pa_httpd.h 1.4:
1118: * src/targets/apache13core/mod_parser3.C 1.5:
1119: content-type now changes
1120:
1121: * src/main/pa_string.C 1.183:
1122: string::replace bug fix [were ignoring occurrances after lang-mismatched
1123:
1124: 2003-09-29 paf
1125: * src/include/pa_charset.h 1.25:
1126: * src/main/helpers/simple_folding.pl 1.1:
1127: * src/main/pa_charset.C 1.38:
1128: * src/main/pa_string.C 1.181:
1129: * www/htdocs/auto.p 1.20:
1130: utf-8 upper/lower
1131:
1132: * src/classes/string.C 1.127:
1133: bugfix: s.right(>s.length) returned nothing
1134:
1135: * www/htdocs/base.p 1.7:
1136: * www/htdocs/derived.p 1.25:
1137: * www/htdocs/font.gif 1.2:
1138: * www/htdocs/global.xsl 1.9:
1139: * www/htdocs/index.html 1.213:
1140: * www/htdocs/mailreceive.eml 1.4:
1141: * www/htdocs/mailreceive.html 1.2:
1142: * www/htdocs/operators.p 1.12:
1143: * www/htdocs/parser-status.html 1.3:
1144: * www/htdocs/people.dtd 1.2:
1145: * www/htdocs/some.p 1.3:
1146: removing old tests
1147:
1148: * src/main/pa_common.C 1.159:
1149: bugfix: utf signature were not ignored due to typo error
1150: http://i2/tasks/edit/?id=4573354650786434584
1151:
1152: * src/classes/table.C 1.184:
1153: bugfix: flip: must produce nameless
1154: http://i2/tasks/edit/?id=4573405524674081244
1155:
1156: * src/main/utf8-to-lower.inc 1.1:
1157: * src/main/utf8-to-upper.inc 1.1:
1158: generated by helper
1159:
1160: * src/main/pa_string.C 1.182:
1161: string::serialize bug fix with zero-terminator
1162:
1163: * src/classes/table.C 1.185:
1164: ^nameless_table.save column row now has no \t at the end
1165:
1166: * src/classes/form.C 1.36:
1167: better error message: MAX_POST_SIZE_NAME to error message
1168:
1169: * src/include/pa_request.h 1.164:
1170: * src/main/execute.C 1.298:
1171: * src/main/pa_request.C 1.250:
1172: @postprocess now takes $response:body/download
1173:
1174: 2003-09-26 paf
1175: * src/include/pa_string.h 1.149:
1176: * src/main/pa_common.C 1.157:
1177: * src/main/pa_string.C 1.180:
1178: * www/htdocs/.htaccess 1.17:
1179: String.for_each bug fixed [omited one-char cases]
1180:
1181: * src/main/untaint.C 1.121:
1182: removed needless const
1183:
1184: * src/main/untaint.C 1.122:
1185: removed needless field
1186:
1187: * src/classes/op.C 1.131:
1188: * src/include/pa_string.h 1.148:
1189: * src/main/pa_string.C 1.178:
1190: * www/htdocs/.htaccess 1.15:
1191: string::serialize/deserialize implemented
1192: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
1193:
1194: * src/include/pa_stack.h 1.19:
1195: bugfix: before collecting garbage, runtime-executor stack were
1196: cleared... BADLY
1197:
1198: * src/main/pa_string.C 1.179:
1199: * www/htdocs/.htaccess 1.16:
1200: * www/htdocs/auto.p 1.19:
1201: ^stirng.replace code used old param-convention on langs.append, fixed that
1202: search fo the like, found none
1203:
1204: 2003-09-25 paf
1205: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
1206: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
1207: string: debug: .v() functions aligned to that of eeparser3 look
1208:
1209: * src/include/pa_string.h 1.147:
1210: * src/include/pa_version.h 1.9:
1211: * src/main/pa_string.C 1.177:
1212: * src/main/untaint.C 1.120:
1213: templates and anonymous unions differences on unix
1214:
1215: * parser3.sln 1.4:
1216: * src/classes/file.C 1.112:
1217: * src/classes/image.C 1.93:
1218: * src/classes/mail.C 1.90:
1219: * src/classes/op.C 1.130:
1220: * src/classes/table.C 1.183:
1221: * src/classes/xdoc.C 1.114:
1222: * src/classes/xnode.C 1.59:
1223: * src/include/pa_cache_managers.h 1.11:
1224: * src/include/pa_charset.h 1.24:
1225: * src/include/pa_charsets.h 1.10:
1226: * src/include/pa_common.h 1.94:
1227: * src/include/pa_request.h 1.163:
1228: * src/include/pa_sql_driver_manager.h 1.28:
1229: * src/include/pa_string.h 1.146:
1230: * src/include/pa_stylesheet_manager.h 1.17:
1231: * src/include/pa_table.h 1.53:
1232: * src/lib/cord/cordbscs.c 1.3:
1233: * src/lib/cord/cordprnt.c 1.3:
1234: * src/lib/cord/cordxtra.c 1.4:
1235: * src/lib/cord/include/cord.h 1.3:
1236: * src/main/compile.tab.C 1.89:
1237: * src/main/compile_tools.h 1.69:
1238: * src/main/pa_charset.C 1.37:
1239: * src/main/pa_charsets.C 1.13:
1240: * src/main/pa_common.C 1.156:
1241: * src/main/pa_exec.C 1.52:
1242: * src/main/pa_request.C 1.249:
1243: * src/main/pa_sql_driver_manager.C 1.72:
1244: * src/main/pa_string.C 1.176:
1245: * src/main/pa_stylesheet_manager.C 1.18:
1246: * src/main/untaint.C 1.119:
1247: * src/types/pa_value.h 1.113:
1248: * src/types/pa_vimage.C 1.24:
1249: * src/types/pa_vmail.C 1.51:
1250: * src/types/pa_vmath.C 1.3:
1251: * src/types/pa_vstateless_class.h 1.44:
1252: * src/types/pa_vstatus.C 1.18:
1253: * src/types/pa_vxnode.C 1.33:
1254: * www/htdocs/.htaccess 1.14:
1255: string_fragments_to_cord merged to HEAD
1256:
1257: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
1258: removed warnings
1259:
1260: 2003-09-24 paf
1261: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
1262: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
1263: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
1264: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
1265: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
1266: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
1267: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
1268: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
1269: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
1270: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
1271: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
1272: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
1273: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
1274: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
1275: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
1276: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
1277: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
1278: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
1279: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
1280: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
1281: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
1282: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
1283: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
1284: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
1285: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
1286: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
1287: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
1288: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
1289: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
1290: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
1291: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
1292: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
1293: v() functions of String::Body, String::Languages and String itself
1294: StringBody->String::Body
1295:
1296: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
1297: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
1298: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
1299: langs: speed up by joining adjucent blocks of same char [
1300: CORD_append_block]
1301:
1302: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
1303: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
1304: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
1305: CORD_append_block showed no efficiency = never optimized anything.
1306: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
1307:
1308: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
1309: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
1310: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
1311: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
1312: aval/ works!
1313:
1314: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
1315: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
1316: aval is not actually working yet :(
1317: but more working &understood :)
1318:
1319: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
1320: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
1321: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
1322: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
1323: aval/ works!
1324: todo: save space by extending blocks when appending block with c == lastblock.c
1325:
1326: 2003-09-23 paf
1327: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
1328: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
1329: just compiled
1330: todo: serialize&deserialize
1331:
1332: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
1333: something even more works :)
1334:
1335: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
1336: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
1337: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
1338: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
1339: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
1340: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
1341: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
1342: main idea implemented, details left
1343:
1344: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
1345: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
1346: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
1347: something already works :)
1348:
1349: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
1350: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
1351: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
1352: something more works :)
1353:
1354: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
1355: $a[ok!]
1356: $a works!
1357:
1358: 2003-09-22 paf
1359: * src/classes/xdoc.C 1.112:
1360: * src/classes/xnode.C 1.57:
1361: new DOM2 methods from Alexandr Egorov <egr> (all?)
1362: xdoc:
1363: createAttributeNS
1364: createElementNS
1365: xnode:
1366: getAttributeNS
1367: setAttributeNS
1368: removeAttributeNS
1369: getAttributeNodeNS
1370: setAttributeNodeNS
1371: hasAttribute
1372: hasAttributeNS
1373:
1374: * src/classes/memory.C 1.3:
1375: * src/include/pa_memory.h 1.5:
1376: #ifdef GC_DEBUG
1377:
1378: * src/include/pa_memory.h 1.4:
1379: * src/main/pa_globals.C 1.159:
1380: when xml memory allocator returns 0, just die.
1381: http://i2/tasks/edit/?id=4570798492410259445
1382:
1383: * src/lib/cord/cordxtra.c 1.3:
1384: CORD_pos bugfix [failed to find 8bit chars due to bitwise
1385: operation signed-char error]
1386:
1387: * src/classes/xdoc.C 1.113:
1388: * src/classes/xnode.C 1.58:
1389: copy/paste comment bugfix
1390:
1391: 2003-09-19 paf
1392: * src/targets/apache13/mod_parser3.c 1.6:
1393: now compiles on MSVC7
1394:
1395: * operators.txt 1.117:
1396: * src/main/pa_common.C 1.155:
1397: merged
1398: $f[^file::load[binary;http://...]]
1399: $f.tables
1400:
1401: * src/types/pa_wcontext.C 1.26:
1402: output message: more practical suggestion
1403:
1404: 2003-09-02 paf
1405: * src/targets/apache13/mod_parser3.c 1.5:
1406: çàáûòîå èçìåíåíèå
1407:
1408: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
1409: forgot initializer
1410:
1411: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
1412: got rid of 'stdout' symbol reference on unix (users reported
1413: problems with some old libc)
1414:
1415: * operators.txt [release_3_0_8] 1.115.2.1:
1416: *** empty log message ***
1417:
1418: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
1419: printf is buffered, write(1 is not. can't flush stdout without
1420: referencing 'stdout' symbol. to hell with non-ansi libraries
1421: without 'stdout' symbol
1422:
1423: 2003-09-01 paf
1424: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
1425: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
1426: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
1427: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
1428: renamed to .c [lowercase] to correspond to runconfigure.
1429: added files to fix 'make dist'
1430:
1431: * src/targets/apache13/Makefile.am 1.17:
1432: * src/targets/apache13/Makefile.in 1.47:
1433: * src/targets/apache13/mod_parser3.c 1.4:
1434: merged with 3.1.0:
1435: renamed to .c [lowercase] to correspond to runconfigure.
1436: added files to fix 'make dist'
1437:
1438: * src/classes/date.C [release_3_0_8] 1.45.2.1:
1439: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
1440: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
1441: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
1442: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
1443: $date.TZ
1444: ^date.roll[TZ;new zone]
1445:
1446: * src/classes/image.C 1.92:
1447: memory handling bugs [unpatched 'new' calls]
1448:
1449: 2003-08-19 paf
1450: * src/types/pa_vmail.C 1.48:
1451: * src/types/pa_vmail.h 1.11:
1452: parses headers, still problems with body
1453:
1454: * src/types/pa_vmail.C 1.47:
1455: mail_receive just compiled
1456:
1457: * src/types/pa_vmail.C 1.50:
1458: turned off recoding in gmime (were still recoding headers)
1459:
1460: * src/include/pa_memory.h 1.3:
1461: * src/types/pa_value.h 1.111:
1462: -= few warnings
1463:
1464: * src/targets/apache13/mod_parser3.C 1.31:
1465: * src/targets/apache13/mod_parser3.c 1.2:
1466: .c
1467:
1468: * src/types/pa_vmail.C 1.49:
1469: works as before, same charset problems:
1470: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
1471:
1472: * src/targets/apache13/mod_parser3.C 1.30:
1473: * src/targets/apache13/pa_httpd.h 1.3:
1474: * src/targets/apache13core/mod_parser3.C 1.3:
1475: apache module compiled on MSVC7
1476:
1477: * src/types/pa_value.C 1.11:
1478: * src/types/pa_value.h 1.112:
1479: * src/types/pa_vdate.h 1.26:
1480: * src/types/pa_vrequest.C 1.29:
1481: * src/types/pa_vstring.h 1.56:
1482: * src/types/pa_vxdoc.C 1.25:
1483: * src/types/pa_vxnode.C 1.32:
1484: bark intefrace obsoleted, simplified a little
1485:
1486: * src/types/pa_vhash.C 1.3:
1487: * src/types/pa_vhash.h 1.47:
1488: _default+foreach bug refix [lost fix from 3.0.8]
1489:
1490: * src/types/pa_vcookie.C 1.57:
1491: in VC7
1492: if(type var=xxx){
1493: }else{
1494: now visible here
1495: }
1496:
1497: bug fix
1498:
1499: * src/main/compile.tab.C 1.87:
1500: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
1501: study shows that later in bison they've fixed that. would migrate to latest bison someday
1502:
1503: 2003-08-18 paf
1504: * src/classes/classes.vcproj 1.2:
1505: * src/include/pa_config_fixed.h 1.58:
1506: * src/main/main.vcproj 1.2:
1507: * src/types/types.vcproj 1.2:
1508: win32: continued process detaching from \parser3project directory
1509:
1510: * ~sak5c961f3101c36563.tmp 1.1:
1511: Temporary file created by Visual Studio .NET to detect Jalindi
1512: Igloo capabilities.
1513:
1514: * gnu.vcproj 1.1:
1515: * parser3.sln 1.1:
1516: * src/classes/classes.vcproj 1.1:
1517: * src/lib/cord/cord.vcproj 1.1:
1518: * src/lib/ltdl/libltdl.vcproj 1.1:
1519: * src/lib/md5/md5.vcproj 1.1:
1520: * src/lib/pcre/pcre.vcproj 1.1:
1521: * src/lib/pcre/pcre_dftables.vcproj 1.1:
1522: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
1523: * src/main/main.vcproj 1.1:
1524: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
1525: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
1526: * src/targets/cgi/parser3.vcproj 1.1:
1527: * src/targets/isapi/parser3isapi.vcproj 1.1:
1528: * src/types/types.vcproj 1.1:
1529: new VS project files
1530:
1531: * configure 1.68:
1532: * configure.in 1.64:
1533: * src/classes/Makefile.am 1.42:
1534: * src/classes/Makefile.in 1.55:
1535: * src/classes/classes.awk 1.8:
1536: * src/doc/footer.htm 1.3:
1537: * src/include/pa_config_fixed.h 1.57:
1538: * src/include/pa_version.h 1.8:
1539: * src/lib/Makefile.am 1.5:
1540: * src/lib/Makefile.in 1.10:
1541: * src/lib/patches/Makefile.in 1.12:
1542: * src/main/compile.tab.C 1.86:
1543: * src/main/pa_charset.C 1.36:
1544: * src/main/pa_string.C 1.175:
1545: * src/main/untaint.C 1.118:
1546: * src/types/pa_vmail.C 1.46:
1547: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
1548: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
1549: merged 3.1.0 latest changes
1550:
1551: * gnu.dsp 1.5:
1552: * gnu.vcproj.vspscc 1.1:
1553: * parser3.dsw 1.9:
1554: * parser3.vssscc 1.1:
1555: * src/classes/classes.dsp 1.31:
1556: * src/classes/classes.vcproj.vspscc 1.1:
1557: * src/lib/cord/cord.dsp 1.3:
1558: * src/lib/cord/cord.vcproj.vspscc 1.1:
1559: * src/lib/ltdl/libltdl.dsp 1.7:
1560: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
1561: * src/lib/md5/md5.dsp 1.5:
1562: * src/lib/md5/md5.vcproj.vspscc 1.1:
1563: * src/lib/pcre/pcre.dsp 1.4:
1564: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
1565: * src/lib/pcre/pcre_dftables.dsp 1.2:
1566: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
1567: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
1568: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
1569: * src/main/main.dsp 1.167:
1570: * src/main/main.vcproj.vspscc 1.1:
1571: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
1572: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
1573: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
1574: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
1575: * src/targets/cgi/parser3.dsp 1.66:
1576: * src/targets/cgi/parser3.vcproj 1.2:
1577: * src/targets/isapi/parser3isapi.dsp 1.44:
1578: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
1579: * src/types/types.dsp 1.42:
1580: * src/types/types.vcproj.vspscc 1.1:
1581: moved to MSVC 7
1582:
1583: 2003-08-15 paf
1584: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
1585: email addresses in forms:
1586: "non-ascii" <yyy>
1587: non-ascii <yyy>
1588: now encoded correctly
1589:
1590: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
1591: email addresses in forms:
1592: "non-ascii" <yyy>
1593: non-ascii <yyy>
1594: now encoded correctly [kinda merge from 3.0.8]
1595:
1596: 2003-07-29 paf
1597: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
1598: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
1599: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
1600: classes.awk added to make dist
1601:
1602: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
1603: just started --with-mail-receive
1604:
1605: 2003-07-28 paf
1606: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
1607: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
1608: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
1609: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
1610: removed circular dependence in src/classes, src/lib/gc now in dist
1611:
1612: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
1613: ^cache bug fix [were not working at all]
1614:
1615: 2003-07-25 paf
1616: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
1617: year
1618:
1.24 paf 1619: 2003-07-24 paf
1620: * INSTALL 1.33:
1621: * Makefile.am 1.35:
1622: * Makefile.in 1.49:
1623: * acsite.m4 1.2:
1624: * bin/Makefile.in 1.10:
1625: * configure 1.67:
1626: * configure.in 1.63:
1627: * etc/Makefile.in 1.15:
1628: * etc/parser3.charsets/Makefile.in 1.18:
1629: * etc/parser3.charsets/koi8-r.cfg 1.4:
1630: * etc/parser3.charsets/windows-1251.cfg 1.8:
1631: * operators.txt 1.116:
1632: * parser3.dsw 1.8:
1633: * src/Makefile.in 1.56:
1634: * src/classes/Makefile.am 1.41:
1635: * src/classes/Makefile.in 1.54:
1636: * src/classes/classes.C 1.19:
1637: * src/classes/classes.awk 1.7:
1638: * src/classes/classes.dsp 1.29:
1639: * src/classes/classes.h 1.24:
1640: * src/classes/date.C 1.46:
1641: * src/classes/double.C 1.54:
1642: * src/classes/file.C 1.111:
1643: * src/classes/form.C 1.35:
1644: * src/classes/hash.C 1.57:
1645: * src/classes/image.C 1.91:
1646: * src/classes/int.C 1.50:
1647: * src/classes/mail.C 1.89:
1648: * src/classes/math.C 1.34:
1649: * src/classes/memory.C 1.2:
1650: * src/classes/op.C 1.129:
1651: * src/classes/response.C 1.24:
1652: * src/classes/string.C 1.126:
1653: * src/classes/table.C 1.182:
1654: * src/classes/void.C 1.29:
1655: * src/classes/xdoc.C 1.111:
1656: * src/classes/xnode.C 1.56:
1657: * src/classes/xnode.h 1.19:
1658: * src/doc/exception.dox 1.2:
1659: * src/doc/index.dox 1.5:
1660: * src/doc/memory.dox 1.2:
1661: * src/doc/string.dox 1.5:
1662: * src/include/Makefile.am 1.4:
1663: * src/include/Makefile.in 1.12:
1664: * src/include/pa_array.h 1.59:
1665: * src/include/pa_cache_managers.h 1.10:
1666: * src/include/pa_charset.h 1.23:
1667: * src/include/pa_charsets.h 1.9:
1668: * src/include/pa_common.h 1.93:
1669: * src/include/pa_config_auto.h.in 1.38:
1670: * src/include/pa_config_fixed.h 1.56:
1671: * src/include/pa_config_includes.h 1.25:
1672: * src/include/pa_dictionary.h 1.14:
1673: * src/include/pa_dir.h 1.14:
1674: * src/include/pa_exception.h 1.39:
1675: * src/include/pa_exec.h 1.13:
1676: * src/include/pa_globals.h 1.104:
1677: * src/include/pa_hash.h 1.59:
1678: * src/include/pa_memory.h 1.2:
1679: * src/include/pa_opcode.h 1.25:
1680: * src/include/pa_operation.h 1.2:
1681: * src/include/pa_pool.h 1.87:
1682: * src/include/pa_pragma_pack_begin.h 1.7:
1683: * src/include/pa_pragma_pack_end.h 1.7:
1684: * src/include/pa_request.h 1.162:
1685: * src/include/pa_request_charsets.h 1.2:
1686: * src/include/pa_request_info.h 1.2:
1687: * src/include/pa_sapi.h 1.23:
1688: * src/include/pa_socks.h 1.12:
1689: * src/include/pa_sql_connection.h 1.31:
1690: * src/include/pa_sql_driver_manager.h 1.27:
1691: * src/include/pa_stack.h 1.18:
1692: * src/include/pa_string.h 1.145:
1693: * src/include/pa_stylesheet_connection.h 1.33:
1694: * src/include/pa_stylesheet_manager.h 1.16:
1695: * src/include/pa_table.h 1.52:
1696: * src/include/pa_threads.h 1.27:
1697: * src/include/pa_types.h 1.45:
1698: * src/include/pa_uue.h 1.5:
1699: * src/lib/Makefile.am 1.4:
1700: * src/lib/Makefile.in 1.9:
1701: * src/lib/cord/Makefile.am 1.2:
1702: * src/lib/cord/Makefile.in 1.2:
1703: * src/lib/cord/cord.dsp 1.2:
1704: * src/lib/cord/cordbscs.c 1.2:
1705: * src/lib/cord/cordprnt.c 1.2:
1706: * src/lib/cord/cordxtra.c 1.2:
1707: * src/lib/cord/include/Makefile.am 1.2:
1708: * src/lib/cord/include/Makefile.in 1.2:
1709: * src/lib/cord/include/cord.h 1.2:
1710: * src/lib/cord/include/ec.h 1.2:
1711: * src/lib/cord/include/private/Makefile.am 1.2:
1712: * src/lib/cord/include/private/Makefile.in 1.2:
1713: * src/lib/cord/include/private/cord_pos.h 1.2:
1714: * src/lib/cord/source.url 1.2:
1715: * src/lib/gc/Makefile.am 1.2:
1716: * src/lib/gc/Makefile.in 1.2:
1.25 paf 1717: * src/lib/gc/include/Makefile.am 1.2:
1718: * src/lib/gc/include/Makefile.in 1.2:
1719: * src/lib/gc/include/gc.h 1.2:
1.24 paf 1720: * src/lib/ltdl/Makefile.in 1.5:
1721: * src/lib/ltdl/libltdl.dsp 1.6:
1722: * src/lib/md5/Makefile.in 1.7:
1723: * src/lib/md5/pa_md5.h 1.8:
1724: * src/lib/md5/pa_md5c.c 1.10:
1725: * src/lib/patches/Makefile.am 1.4:
1726: * src/lib/patches/Makefile.in 1.11:
1727: * src/lib/patches/gc.patch 1.2:
1728: * src/lib/patches/gdome2.patch 1.2:
1729: * src/lib/patches/libxml2.patch 1.2:
1730: * src/lib/patches/libxslt.patch 1.2:
1731: * src/lib/pcre/Makefile.in 1.9:
1732: * src/lib/pcre/pcre.h 1.2:
1733: * src/lib/pcre/pcre_parser_ctype.c 1.4:
1734: * src/main/Makefile.am 1.36:
1735: * src/main/Makefile.in 1.51:
1736: * src/main/compile.C 1.70:
1737: * src/main/compile.tab.C 1.84:
1738: * src/main/compile.tab.C 1.85:
1739: * src/main/compile.y 1.206:
1740: * src/main/compile_tools.C 1.55:
1741: * src/main/compile_tools.h 1.68:
1742: * src/main/execute.C 1.297:
1743: * src/main/main.dsp 1.165:
1744: * src/main/pa_array.C 1.57:
1745: * src/main/pa_cache_managers.C 1.8:
1746: * src/main/pa_charset.C 1.35:
1747: * src/main/pa_charsets.C 1.12:
1748: * src/main/pa_common.C 1.154:
1749: * src/main/pa_dictionary.C 1.18:
1750: * src/main/pa_dir.C 1.15:
1751: * src/main/pa_exception.C 1.44:
1752: * src/main/pa_exec.C 1.51:
1753: * src/main/pa_globals.C 1.157:
1754: * src/main/pa_hash.C 1.54:
1755: * src/main/pa_memory.C 1.2:
1756: * src/main/pa_pool.C 1.60:
1757: * src/main/pa_request.C 1.248:
1758: * src/main/pa_socks.C 1.19:
1759: * src/main/pa_sql_driver_manager.C 1.71:
1760: * src/main/pa_string.C 1.174:
1761: * src/main/pa_stylesheet_manager.C 1.17:
1762: * src/main/pa_table.C 1.56:
1763: * src/main/pa_uue.C 1.5:
1764: * src/main/untaint.C 1.117:
1765: * src/sql/Makefile.in 1.12:
1766: * src/sql/pa_sql_driver.h 1.35:
1767: * src/targets/Makefile.am 1.10:
1768: * src/targets/Makefile.in 1.43:
1769: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
1770: * src/targets/apache13/Makefile.am 1.16:
1771: * src/targets/apache13/Makefile.in 1.46:
1772: * src/targets/apache13/mod_parser3.C 1.29:
1773: * src/targets/apache13/p3runConfigure.in 1.13:
1774: * src/targets/apache13/pa_httpd.h 1.2:
1775: * src/targets/apache13/pa_md5c.c 1.6:
1776: * src/targets/apache13/pa_pool.C 1.9:
1777: * src/targets/apache13/pa_threads.C 1.12:
1778: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
1779: * src/targets/apache13core/Makefile.am 1.2:
1780: * src/targets/apache13core/Makefile.in 1.2:
1781: * src/targets/apache13core/mod_parser3.C 1.2:
1782: * src/targets/apache13core/pa_threads.C 1.2:
1783: * src/targets/cgi/Makefile.am 1.47:
1784: * src/targets/cgi/Makefile.in 1.63:
1785: * src/targets/cgi/getopt.c 1.3:
1786: * src/targets/cgi/getopt.h 1.3:
1787: * src/targets/cgi/pa_pool.C 1.42:
1788: * src/targets/cgi/pa_threads.C 1.13:
1789: * src/targets/cgi/parser3.C 1.218:
1790: * src/targets/cgi/parser3.dsp 1.64:
1791: * src/targets/cgi/pool_storage.h 1.14:
1792: * src/targets/cgi/pp3.cmd 1.2:
1793: * src/targets/isapi/Makefile.am 1.2:
1794: * src/targets/isapi/Makefile.in 1.12:
1795: * src/targets/isapi/pa_pool.C 1.17:
1796: * src/targets/isapi/pa_threads.C 1.14:
1797: * src/targets/isapi/parser3isapi.C 1.83:
1798: * src/targets/isapi/parser3isapi.dsp 1.42:
1799: * src/targets/isapi/pool_storage.h 1.20:
1800: * src/types/Makefile.am 1.29:
1801: * src/types/Makefile.in 1.51:
1802: * src/types/pa_junction.h 1.2:
1803: * src/types/pa_method.h 1.2:
1804: * src/types/pa_value.C 1.10:
1805: * src/types/pa_value.h 1.110:
1806: * src/types/pa_vbool.h 1.22:
1807: * src/types/pa_vclass.C 1.17:
1808: * src/types/pa_vclass.h 1.40:
1809: * src/types/pa_vcode_frame.h 1.25:
1810: * src/types/pa_vcookie.C 1.56:
1811: * src/types/pa_vcookie.h 1.24:
1812: * src/types/pa_vdate.h 1.25:
1813: * src/types/pa_vdouble.h 1.43:
1814: * src/types/pa_venv.h 1.29:
1815: * src/types/pa_vfile.C 1.37:
1816: * src/types/pa_vfile.h 1.53:
1817: * src/types/pa_vform.C 1.75:
1818: * src/types/pa_vform.h 1.46:
1819: * src/types/pa_vhash.C 1.2:
1820: * src/types/pa_vhash.h 1.46:
1821: * src/types/pa_vimage.C 1.23:
1822: * src/types/pa_vimage.h 1.35:
1823: * src/types/pa_vint.h 1.39:
1824: * src/types/pa_vjunction.h 1.20:
1825: * src/types/pa_vmail.C 1.45:
1826: * src/types/pa_vmail.h 1.10:
1827: * src/types/pa_vmath.C 1.2:
1828: * src/types/pa_vmath.h 1.15:
1829: * src/types/pa_vmemory.h 1.2:
1830: * src/types/pa_vmethod_frame.C 1.2:
1831: * src/types/pa_vmethod_frame.h 1.46:
1832: * src/types/pa_vobject.C 1.13:
1833: * src/types/pa_vobject.h 1.39:
1834: * src/types/pa_vrequest.C 1.28:
1835: * src/types/pa_vrequest.h 1.26:
1836: * src/types/pa_vresponse.C 1.18:
1837: * src/types/pa_vresponse.h 1.33:
1838: * src/types/pa_vstateless_class.C 1.20:
1839: * src/types/pa_vstateless_class.h 1.43:
1840: * src/types/pa_vstateless_object.h 1.29:
1841: * src/types/pa_vstatus.C 1.17:
1842: * src/types/pa_vstatus.h 1.16:
1843: * src/types/pa_vstring.C 1.23:
1844: * src/types/pa_vstring.h 1.55:
1845: * src/types/pa_vtable.C 1.22:
1846: * src/types/pa_vtable.h 1.49:
1847: * src/types/pa_vvoid.h 1.18:
1848: * src/types/pa_vxdoc.C 1.24:
1849: * src/types/pa_vxdoc.h 1.32:
1850: * src/types/pa_vxnode.C 1.31:
1851: * src/types/pa_vxnode.h 1.23:
1852: * src/types/pa_wcontext.C 1.25:
1853: * src/types/pa_wcontext.h 1.43:
1854: * src/types/pa_wwrapper.h 1.29:
1855: * src/types/types.dsp 1.40:
1856: * www/htdocs/.htaccess 1.13:
1857: * www/htdocs/auto.p 1.18:
1858: * www/htdocs/index.html 1.212:
1859: moved tempate_gc to HEAD
1860:
1861: * parser3.dsw [template_gc] 1.7.6.1.2.4:
1862: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
1863: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
1864: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
1865: few paths for libxml debug/release changes
1866:
1867: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
1868: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
1869: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
1870: more step towards \parser3project not having to be in root
1871:
1872: * parser3.dsw [template_gc] 1.7.6.1.2.5:
1873: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
1874: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
1875: relative paths to xml&gc libs
1876:
1877: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
1878: PA_ -> pa_
1879:
1880: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
1881: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
1882: uuid bugfix
1883:
1884: * tests/141.html [template_gc] 1.1.2.2:
1885: * tests/Makefile [template_gc] 1.1.2.8.2.10:
1886: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
1887: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
1888: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
1889: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
1890: to reflect date format change (were - become ' ')
1891:
1.25 paf 1892: * src/classes/classes.dsp 1.30:
1893: * src/main/main.dsp 1.166:
1894: * src/main/pa_globals.C 1.158:
1895: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
1896: * src/targets/cgi/parser3.dsp 1.65:
1897: * src/targets/isapi/parser3isapi.dsp 1.43:
1898: * src/types/types.dsp 1.41:
1899: cvs: getting rid of win32xml pseudo project
1900:
1.24 paf 1901: * src/classes/math.C 1.33:
1902: merged uuid bugfix
1903:
1904: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 1905: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
1906: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 1907: release
1908:
1909: * src/classes/math.C [release_3_0_8] 1.33.2.1:
1910: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
1911: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
1912: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
1913: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
1914: apache module compiled [were minor unnecessary changes in lib
1915: md5 interface]
1916:
1.26 paf 1917: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
1918: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
1919: bad #endif fix
1920:
1.24 paf 1921: * tests/001.html 1.2:
1922: * tests/002.html 1.2:
1923: * tests/003.html 1.2:
1924: * tests/004.html 1.2:
1925: * tests/005.html 1.2:
1926: * tests/006.html 1.2:
1927: * tests/007.html 1.2:
1928: * tests/008.html 1.2:
1929: * tests/009.html 1.2:
1930: * tests/010.html 1.2:
1931: * tests/011.html 1.2:
1932: * tests/012.html 1.2:
1933: * tests/013.html 1.2:
1934: * tests/014.html 1.2:
1935: * tests/015.html 1.2:
1936: * tests/016.html 1.2:
1937: * tests/017.html 1.2:
1938: * tests/018.html 1.2:
1939: * tests/019.html 1.2:
1940: * tests/019paf2001.gif 1.2:
1941: * tests/020.html 1.2:
1942: * tests/021.html 1.2:
1943: * tests/022.html 1.2:
1944: * tests/022_dir/a.html 1.2:
1945: * tests/022_dir/b.txt 1.2:
1946: * tests/022_dir/c.htm 1.2:
1947: * tests/023.html 1.2:
1948: * tests/024.html 1.2:
1949: * tests/025.html 1.2:
1950: * tests/026.html 1.2:
1951: * tests/027.html 1.2:
1952: * tests/028.html 1.2:
1953: * tests/029.html 1.2:
1954: * tests/030.html 1.2:
1955: * tests/031.html 1.2:
1956: * tests/032.html 1.2:
1957: * tests/033.html 1.2:
1958: * tests/034.html 1.2:
1959: * tests/035.html 1.2:
1960: * tests/036.html 1.2:
1961: * tests/037.html 1.2:
1962: * tests/038.html 1.2:
1963: * tests/039.html 1.2:
1964: * tests/040.html 1.2:
1965: * tests/041.html 1.2:
1966: * tests/042.html 1.2:
1967: * tests/043.html 1.2:
1968: * tests/044.html 1.2:
1969: * tests/045.html 1.2:
1970: * tests/046.html 1.2:
1971: * tests/047.html 1.2:
1972: * tests/048.html 1.2:
1973: * tests/049.html 1.2:
1974: * tests/050.html 1.2:
1975: * tests/051.html 1.2:
1976: * tests/051b.p 1.2:
1977: * tests/051t.p 1.2:
1978: * tests/052.html 1.2:
1979: * tests/053.html 1.2:
1980: * tests/054.html 1.2:
1981: * tests/055.html 1.2:
1982: * tests/056.html 1.2:
1983: * tests/057.html 1.2:
1984: * tests/058.html 1.2:
1985: * tests/058_paf2000.png 1.2:
1986: * tests/059.html 1.2:
1987: * tests/060.html 1.2:
1988: * tests/061.dat 1.2:
1989: * tests/061.html 1.2:
1990: * tests/062.html 1.2:
1991: * tests/063.html 1.2:
1992: * tests/064.html 1.2:
1993: * tests/065.html 1.2:
1994: * tests/066.html 1.2:
1995: * tests/067.html 1.2:
1996: * tests/068.html 1.2:
1997: * tests/069.html 1.2:
1998: * tests/070.html 1.2:
1999: * tests/071.html 1.2:
2000: * tests/072.html 1.2:
2001: * tests/073.html 1.2:
2002: * tests/074.html 1.2:
2003: * tests/075.html 1.2:
2004: * tests/076.html 1.2:
2005: * tests/077.html 1.2:
2006: * tests/078.html 1.2:
2007: * tests/079.html 1.2:
2008: * tests/080.html 1.2:
2009: * tests/081.html 1.2:
2010: * tests/082.html 1.2:
2011: * tests/083.html 1.2:
2012: * tests/084.html 1.2:
2013: * tests/085.html 1.2:
2014: * tests/086.html 1.2:
2015: * tests/087.html 1.2:
2016: * tests/088.html 1.2:
2017: * tests/089.html 1.2:
2018: * tests/090.html 1.2:
2019: * tests/091.html 1.2:
2020: * tests/092.html 1.2:
2021: * tests/093.html 1.2:
2022: * tests/094.html 1.2:
2023: * tests/095.html 1.2:
2024: * tests/096.html 1.2:
2025: * tests/096_dir/163.jpg 1.2:
2026: * tests/096_dir/188.jpg 1.2:
2027: * tests/097.html 1.2:
2028: * tests/098.html 1.2:
2029: * tests/098font.gif 1.2:
2030: * tests/099.html 1.2:
2031: * tests/100.html 1.2:
2032: * tests/101.html 1.2:
2033: * tests/102.html 1.2:
2034: * tests/103.html 1.2:
2035: * tests/103mark.gif 1.2:
2036: * tests/103paf2001.gif 1.2:
2037: * tests/104.html 1.2:
2038: * tests/105.html 1.2:
2039: * tests/106.html 1.2:
2040: * tests/107.html 1.2:
2041: * tests/108.html 1.2:
2042: * tests/108.xsl 1.2:
2043: * tests/109.html 1.2:
2044: * tests/110.html 1.2:
2045: * tests/111.html 1.2:
2046: * tests/112.html 1.2:
2047: * tests/113.html 1.2:
2048: * tests/114.html 1.2:
2049: * tests/115.html 1.2:
2050: * tests/116.html 1.2:
2051: * tests/117.html 1.2:
2052: * tests/118.html 1.2:
2053: * tests/119.html 1.2:
2054: * tests/120.html 1.2:
2055: * tests/121.html 1.2:
2056: * tests/122.html 1.2:
2057: * tests/123.html 1.2:
2058: * tests/124.html 1.2:
2059: * tests/125.html 1.2:
2060: * tests/126.html 1.2:
2061: * tests/127.html 1.2:
2062: * tests/128.html 1.2:
2063: * tests/129.html 1.2:
2064: * tests/130.html 1.2:
2065: * tests/131.html 1.2:
2066: * tests/132.html 1.2:
2067: * tests/133.html 1.2:
2068: * tests/134.html 1.2:
2069: * tests/135.html 1.2:
2070: * tests/136.html 1.2:
2071: * tests/137.html 1.2:
2072: * tests/138.html 1.2:
2073: * tests/139.html 1.2:
2074: * tests/140.html 1.2:
2075: * tests/141.html 1.2:
2076: * tests/Makefile 1.2:
2077: * tests/descript.ion 1.2:
2078: * tests/outputs/create-dir 1.2:
2079: * tests/results/001.processed 1.2:
2080: * tests/results/002.processed 1.2:
2081: * tests/results/003.processed 1.2:
2082: * tests/results/004.processed 1.2:
2083: * tests/results/005.processed 1.2:
2084: * tests/results/006.processed 1.2:
2085: * tests/results/007.processed 1.2:
2086: * tests/results/008.processed 1.2:
2087: * tests/results/009.processed 1.2:
2088: * tests/results/010.processed 1.2:
2089: * tests/results/011.processed 1.2:
2090: * tests/results/012.processed 1.2:
2091: * tests/results/013.processed 1.2:
2092: * tests/results/014.processed 1.2:
2093: * tests/results/015.processed 1.2:
2094: * tests/results/016.processed 1.2:
2095: * tests/results/017.processed 1.2:
2096: * tests/results/018.processed 1.2:
2097: * tests/results/019.processed 1.2:
2098: * tests/results/020.processed 1.2:
2099: * tests/results/021.processed 1.2:
2100: * tests/results/022.processed 1.2:
2101: * tests/results/023.processed 1.2:
2102: * tests/results/024.processed 1.2:
2103: * tests/results/025.processed 1.2:
2104: * tests/results/026.processed 1.2:
2105: * tests/results/027.processed 1.2:
2106: * tests/results/028.processed 1.2:
2107: * tests/results/029.processed 1.2:
2108: * tests/results/030.processed 1.2:
2109: * tests/results/031.processed 1.2:
2110: * tests/results/032.processed 1.2:
2111: * tests/results/033.processed 1.2:
2112: * tests/results/034.processed 1.2:
2113: * tests/results/035.processed 1.2:
2114: * tests/results/036.processed 1.2:
2115: * tests/results/037.processed 1.2:
2116: * tests/results/038.processed 1.2:
2117: * tests/results/039.processed 1.2:
2118: * tests/results/040.processed 1.2:
2119: * tests/results/041.processed 1.2:
2120: * tests/results/042.processed 1.2:
2121: * tests/results/043.processed 1.2:
2122: * tests/results/044.processed 1.2:
2123: * tests/results/045.processed 1.2:
2124: * tests/results/046.processed 1.2:
2125: * tests/results/047.processed 1.2:
2126: * tests/results/048.processed 1.2:
2127: * tests/results/049.processed 1.2:
2128: * tests/results/050.processed 1.2:
2129: * tests/results/051.processed 1.2:
2130: * tests/results/052.processed 1.2:
2131: * tests/results/053.processed 1.2:
2132: * tests/results/054.processed 1.2:
2133: * tests/results/055.processed 1.2:
2134: * tests/results/056.processed 1.2:
2135: * tests/results/057.processed 1.2:
2136: * tests/results/058.processed 1.2:
2137: * tests/results/059.processed 1.2:
2138: * tests/results/060.processed 1.2:
2139: * tests/results/061.processed 1.2:
2140: * tests/results/062.processed 1.2:
2141: * tests/results/063.processed 1.2:
2142: * tests/results/064.processed 1.2:
2143: * tests/results/065.processed 1.2:
2144: * tests/results/066.processed 1.2:
2145: * tests/results/067.processed 1.2:
2146: * tests/results/068.processed 1.2:
2147: * tests/results/069.processed 1.2:
2148: * tests/results/070.processed 1.2:
2149: * tests/results/071.processed 1.2:
2150: * tests/results/072.processed 1.2:
2151: * tests/results/073.processed 1.2:
2152: * tests/results/074.processed 1.2:
2153: * tests/results/075.processed 1.2:
2154: * tests/results/076.processed 1.2:
2155: * tests/results/077.processed 1.2:
2156: * tests/results/078.processed 1.2:
2157: * tests/results/079.processed 1.2:
2158: * tests/results/080.processed 1.2:
2159: * tests/results/081.processed 1.2:
2160: * tests/results/082.processed 1.2:
2161: * tests/results/083.processed 1.2:
2162: * tests/results/084.processed 1.2:
2163: * tests/results/085.processed 1.2:
2164: * tests/results/086.processed 1.2:
2165: * tests/results/087.processed 1.2:
2166: * tests/results/088.processed 1.2:
2167: * tests/results/089.processed 1.2:
2168: * tests/results/090.processed 1.2:
2169: * tests/results/091.processed 1.2:
2170: * tests/results/092.processed 1.2:
2171: * tests/results/093.processed 1.2:
2172: * tests/results/094.processed 1.2:
2173: * tests/results/095.processed 1.2:
2174: * tests/results/096.processed 1.2:
2175: * tests/results/097.processed 1.2:
2176: * tests/results/098.processed 1.2:
2177: * tests/results/099.processed 1.2:
2178: * tests/results/100.processed 1.2:
2179: * tests/results/101.processed 1.2:
2180: * tests/results/102.processed 1.2:
2181: * tests/results/103.processed 1.2:
2182: * tests/results/104.processed 1.2:
2183: * tests/results/105.processed 1.2:
2184: * tests/results/106.processed 1.2:
2185: * tests/results/107.processed 1.2:
2186: * tests/results/108.processed 1.2:
2187: * tests/results/109.processed 1.2:
2188: * tests/results/110.processed 1.2:
2189: * tests/results/111.processed 1.2:
2190: * tests/results/112.processed 1.2:
2191: * tests/results/113.processed 1.2:
2192: * tests/results/114.processed 1.2:
2193: * tests/results/115.processed 1.2:
2194: * tests/results/116.processed 1.2:
2195: * tests/results/117.processed 1.2:
2196: * tests/results/118.processed 1.2:
2197: * tests/results/119.processed 1.2:
2198: * tests/results/120.processed 1.2:
2199: * tests/results/121.processed 1.2:
2200: * tests/results/122.processed 1.2:
2201: * tests/results/123.processed 1.2:
2202: * tests/results/124.processed 1.2:
2203: * tests/results/125.processed 1.2:
2204: * tests/results/126.processed 1.2:
2205: * tests/results/127.processed 1.2:
2206: * tests/results/128.processed 1.2:
2207: * tests/results/129.processed 1.2:
2208: * tests/results/130.processed 1.2:
2209: * tests/results/131.processed 1.2:
2210: * tests/results/132.processed 1.2:
2211: * tests/results/133.processed 1.2:
2212: * tests/results/134.processed 1.2:
2213: * tests/results/135.processed 1.2:
2214: * tests/results/136.processed 1.2:
2215: * tests/results/137.processed 1.2:
2216: * tests/results/138.processed 1.2:
2217: * tests/results/139.processed 1.2:
2218: * tests/results/140.processed 1.2:
2219: * tests/results/141.processed 1.2:
2220: * tests/run_parser.sh 1.2:
2221: merged(copied) to HEAD from template_gc
2222:
1.25 paf 2223: * tests/141.html [template_gc] 1.1.2.3:
2224: * tests/results/141.processed [template_gc] 1.1.2.3:
2225: fixed bug with too-small-a-buffer
2226:
1.24 paf 2227: 2003-07-23 paf
2228: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
2229: file ApacheModuleParser3Core.dsp was initially added on branch
2230: template_gc.
2231:
2232: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
2233: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
2234: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
2235: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
2236: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
2237: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
2238: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
2239: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
2240: stack top_index() fixed
2241:
2242: * src/targets/Makefile.am [template_gc] 1.9.24.1:
2243: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
2244: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
2245: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
2246: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
2247: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
2248: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
2249: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
2250: apache13 splitted to simplify apache build
2251:
2252: * src/lib/patches/gc.patch 1.1:
2253: file gc.patch was initially added on branch template_gc.
2254:
2255: * src/targets/apache13/mod_parser3.c 1.1:
2256: file mod_parser3.c was initially added on branch template_gc.
2257:
2258: * src/targets/apache13core/mod_parser3.C 1.1:
2259: file mod_parser3.C was initially added on branch template_gc.
2260:
2261: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
2262: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
2263: connection closing/caching fixed [connections were not closed
2264: put to cache]
2265:
2266: * src/targets/apache13core/Makefile.am 1.1:
2267: file Makefile.am was initially added on branch template_gc.
2268:
2269: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
2270: decided to support multithreading in apache module only on win32
2271: see that apache 1.3.28 supports it only in win32+netware...
2272:
2273: * src/targets/apache13/pa_httpd.h 1.1:
2274: file pa_httpd.h was initially added on branch template_gc.
2275:
2276: * src/targets/apache13core/Makefile.in 1.1:
2277: file Makefile.in was initially added on branch template_gc.
2278:
2279: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
2280: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
2281: proper dependence to rebuild p3conf from .in
2282:
2283: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
2284: minor style changes
2285:
2286: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
2287: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
2288: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
2289: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
2290: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
2291: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
2292: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
2293: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
2294: splitted apache to two projects to simplify separate c/c++ compilation
2295:
2296: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
2297: *** empty log message ***
2298:
2299: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
2300: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
2301: updated to new sapi interface
2302:
2303: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
2304: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
2305: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
2306: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
2307: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
2308: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
2309: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
2310: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
2311: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
2312: started splitting mod_parser3 into two parts: C and C++
2313:
2314: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
2315: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
2316: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
2317: renamed a little [to move to comman naming conv]
2318:
2319: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
2320: this bug remains even in latest-at-the-moment: gc6.2alpha6
2321: just reported to hans
2322:
2323: * src/targets/apache13/mod_parser3_main.C 1.1:
2324: file mod_parser3_main.C was initially added on branch
2325: template_gc.
2326:
1.25 paf 2327: * src/targets/apache13core/pa_threads.C 1.1:
2328: file pa_threads.C was initially added on branch template_gc.
2329:
1.24 paf 2330: 2003-07-22 paf
2331: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
2332: on win32 bugfix in handling shbang
2333:
2334: * INSTALL [template_gc] 1.31.6.4:
2335: disable-threads adviced
2336:
2337: * INSTALL [template_gc] 1.31.6.5:
2338: gc part updated stightly
2339:
2340: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
2341: out of memory is no longer coredump
2342:
2343: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
2344: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
2345: updated to new sapi interface
2346:
2347: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
2348: removed reduntant invariant check [there is one deeper in cord
2349: lib]
2350:
2351: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
2352: comment on OS
2353:
2354: 2003-07-21 paf
2355: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
2356: http:// CRLF now [merged from HEAD]
2357:
2358: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
2359: env passing fixed
2360:
2361: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
2362: file::exec/cgi environment variables now must be UPPERCASE and
2363: A-Z 0-9 _-
2364:
2365: * src/classes/Makefile.am [template_gc] 1.40.16.3:
2366: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
2367: removed circular dependency on classes.C
2368:
2369: * src/main/pa_common.C 1.153:
2370: http:// CRLF now
2371:
2372: 2003-07-02 paf
2373: * operators.txt [template_gc] 1.109.2.1.2.9:
2374: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
2375: renamed $memory:status fields to reflect their real meaning
2376:
2377: 2003-06-27 paf
2378: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
2379: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
2380: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
2381: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
2382: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
2383: merged from HEAD file::exec/cgi .charset
2384:
2385: 2003-06-26 paf
2386: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
2387: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
2388: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
2389: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
2390: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
2391: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
2392: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
2393: fixed several uninitialized local structures.
2394: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
2395:
2396: 2003-06-24 paf
2397: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
2398: simplified HASH_ALLOCATES_COUNT
2399:
2400: 2003-06-20 paf
2401: * operators.txt 1.115:
2402: * src/include/pa_globals.h 1.103:
2403: * src/main/pa_common.C 1.152:
2404: * src/main/pa_globals.C 1.156:
2405: introducing
2406: $f[^file::load[binary;http://...]]
2407: $f.tables
2408:
2409: 2003-06-06 paf
2410: * src/types/pa_vhash.h 1.45:
2411: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
2412: hash.field lookup first now: along with table. [were method
2413: lookup: inconsistent]
2414:
1.23 paf 2415: 2003-06-02 paf
2416: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
2417: empty string clone fixed to return writable memory
2418:
2419: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
2420: fix_line_breaks bug fix [terminating zero were not appended]
2421: which violated string invariant
2422:
2423: 2003-05-30 paf
2424: * src/main/pa_common.C 1.151:
2425: date format now
2426: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
2427:
2428: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
2429: date format now
2430: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
2431:
2432: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
2433: found minor bug, commended for future
2434:
2435: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
2436: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
2437: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
2438: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
2439: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
2440: initialized request_info properly
2441:
2442: 2003-05-28 paf
2443: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
2444: request_info.content_length can't be <0, size_t for some time
2445:
2446: 2003-05-26 paf
2447: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
2448: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
2449: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
2450: few forgotten <0 changed to !=STRING_NOT_FOUND
2451:
2452: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
2453: merged ffffu from HEAD
2454:
2455: 2003-05-11 paf
2456: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
2457: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
2458: think that found cause of premature doc free.
2459: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
2460: added holding-reference
2461:
2462: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
2463: xml memory debugging functions (ifdefed)
2464:
2465: 2003-04-29 paf
2466: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
2467: started digging on double free.
2468: on win32 found that that's perfectly normal.
2469:
2470: 2003-04-25 paf
2471: * src/classes/math.C 1.31:
2472: snprintf(buf, 3) become (buf,2) and failed to print anything.
2473: changed to quicker and simplier code
2474:
2475: * src/classes/hash.C 1.56:
2476: allowed ^hash::create[^rem{xxx}] [were to strict a check]
2477:
2478: * src/classes/table.C 1.180:
2479: * src/lib/md5/pa_md5c.c 1.9:
2480: minor compile errors
2481:
2482: * src/classes/table.C 1.181:
2483: table.join bug fix [bad limit check]
2484:
2485: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
2486: merged from HEAD: simpiler hash_string
2487:
2488: 2003-04-24 paf
2489: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
2490: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
2491: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
2492: ansi c fiolation syntax report
2493:
2494: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
2495: too strict assert loosened
2496:
2497: 2003-04-21 paf
2498: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
2499: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
2500: pp3 added to .am
2501:
2502: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
2503: merged from HEAD:
2504: "x:..." and "\\..." file names on Win32 considered disk-global
2505:
2506: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
2507: .5.6 version of libxml allows to install xmlMallocAtomic [
2508: author agreed to my suggestion], used that
2509:
2510: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
2511: assert added [looking for bug]
2512:
2513: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
2514: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
2515: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
2516: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
2517: attributed_meaning_to_string added L_UNSPECIFIED piece
2518: which was sortof OK, but violated string invariant [assertion barked on that]
2519: changed to L_PASS_APPEND, made that param obligatory
2520:
2521: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
2522: ^mail:send[$.body backward compatibility
2523:
2524: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
2525: pcre memory management changed to use GC memory
2526:
2527: * src/main/pa_request.C 1.247:
2528: "x:..." and "\\..." file names on Win32 considered disk-global
2529:
2530: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
2531: String::ArrayFragment::append_positions bug fixed [assert
2532: helped]
2533:
2534: 2003-04-18 paf
2535: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
2536: merged from HEAD:
2537: enabled '~' letter in filenames
2538:
2539: * src/main/untaint.C 1.116:
2540: enabled '~' letter in filenames
2541:
2542: 2003-04-16 paf
2543: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
2544: small bug introduced in autoptr times fixed
2545:
2546: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
2547: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
2548: fix: gcc reported tiny error
2549:
2550: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
2551: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
2552: merged from HEAD
2553:
2554: 2003-04-15 paf
2555: * operators.txt 1.112:
2556: * operators.txt [release_3_0_0007] 1.107.2.2:
2557: * src/classes/math.C 1.27:
2558: * src/lib/md5/pa_md5.h 1.7:
2559: * src/lib/md5/pa_md5c.c 1.8:
2560: ^math:md5[string]
2561: 16-byte digest
2562:
2563: * operators.txt 1.113:
2564: * src/classes/math.C 1.28:
2565: * src/classes/math.C 1.29:
2566: ^math:uuid[]
2567:
2568: * tests/results/141.processed 1.1:
2569: file 141.processed was initially added on branch template_gc.
2570:
2571: * operators.txt 1.114:
2572: * src/classes/math.C 1.30:
2573: ^math:uid64[]
2574:
2575: * operators.txt [template_gc] 1.109.2.1.2.8:
2576: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
2577: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
2578: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
2579: * tests/141.html [template_gc] 1.1.2.1:
2580: * tests/results/141.processed [template_gc] 1.1.2.1:
2581: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
2582: merged from head
2583: ^math:uuid[]
2584: ^math:uid64[]
2585: ^math:md5[string]
2586:
2587: test added: 141.html
2588:
2589: * tests/141.html 1.1:
2590: file 141.html was initially added on branch template_gc.
2591:
2592: * operators.txt [release_3_0_0007] 1.107.2.1:
2593: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
2594: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
2595: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
2596: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
2597: ^file::load[mode;name;
2598: $.offset
2599: $.limit
2600:
2601: 2003-04-14 paf
2602: * src/classes/table.C 1.178:
2603: more warnings
2604:
2605: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
2606: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
2607: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
2608: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
2609: removed checks in table::set_current, moved them back to table::locate
2610: implemented table::create/join ñ $.reverse
2611:
2612: * tests/results/140.processed 1.1:
2613: file 140.processed was initially added on branch template_gc.
2614:
2615: * src/include/pa_table.h 1.50:
2616: * src/main/pa_array.C 1.56:
2617: * src/main/pa_table.C 1.55:
2618: removed checks in table::set_current, moved them back to table
2619: :locate
2620:
2621: * src/classes/table.C 1.179:
2622: * src/include/pa_table.h 1.51:
2623: table $.distinct[tables] bug fixed
2624:
2625: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
2626: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
2627: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
2628: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
2629: * tests/140.html [template_gc] 1.1.2.1:
2630: * tests/results/140.processed [template_gc] 1.1.2.1:
2631: table $.reverse option works in create&co
2632: table $.distinct[tables] bug fix merged
2633:
2634: * tests/140.html 1.1:
2635: file 140.html was initially added on branch template_gc.
2636:
2637: * src/classes/math.C 1.26:
2638: * src/lib/md5/pa_md5.h 1.6:
2639: * src/lib/md5/pa_md5c.c 1.7:
2640: started ^math:md5
2641:
2642: 2003-04-11 paf
2643: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
2644: less xml, couple dup were valid
2645:
2646: * tests/128.html 1.1:
2647: file 128.html was initially added on branch template_gc.
2648:
2649: * tests/results/134.processed 1.1:
2650: file 134.processed was initially added on branch template_gc.
2651:
2652: * tests/129.html 1.1:
2653: file 129.html was initially added on branch template_gc.
2654:
2655: * tests/130.html 1.1:
2656: file 130.html was initially added on branch template_gc.
2657:
2658: * tests/results/126.processed 1.1:
2659: file 126.processed was initially added on branch template_gc.
2660:
2661: * tests/130.html [template_gc] 1.1.2.1:
2662: * tests/131.html [template_gc] 1.1.2.1:
2663: * tests/132.html [template_gc] 1.1.2.1:
2664: * tests/133.html [template_gc] 1.1.2.1:
2665: * tests/134.html [template_gc] 1.1.2.1:
2666: * tests/135.html [template_gc] 1.1.2.1:
2667: * tests/136.html [template_gc] 1.1.2.1:
2668: * tests/137.html [template_gc] 1.1.2.1:
2669: * tests/138.html [template_gc] 1.1.2.1:
2670: * tests/139.html [template_gc] 1.1.2.1:
2671: * tests/descript.ion [template_gc] 1.1.2.1:
2672: * tests/results/130.processed [template_gc] 1.1.2.1:
2673: * tests/results/131.processed [template_gc] 1.1.2.1:
2674: * tests/results/132.processed [template_gc] 1.1.2.1:
2675: * tests/results/133.processed [template_gc] 1.1.2.1:
2676: * tests/results/134.processed [template_gc] 1.1.2.1:
2677: * tests/results/135.processed [template_gc] 1.1.2.1:
2678: * tests/results/136.processed [template_gc] 1.1.2.1:
2679: * tests/results/137.processed [template_gc] 1.1.2.1:
2680: * tests/results/138.processed [template_gc] 1.1.2.1:
2681: * tests/results/139.processed [template_gc] 1.1.2.1:
2682: added few mustfail tests
2683: 130.html mustfail: empty regexp
2684: 131.html mustfail: invalid date/time
2685: 132.html mustfail: access to junction outside of context
2686: 133.html mustfail: access to junction outside of context, case version
2687: 134.html mustfail: hash: adding a key inside of foreach
2688: 135.html mustfail: modifying system class
2689: 136.html mustfail: $.name outside of $hash[here]
2690: 137.html mustfail: appendChild without import
2691: 138.html mustfail: invalid encoding inside of xml
2692: 139.html mustfail: bad XPath
2693:
2694: * tests/131.html 1.1:
2695: file 131.html was initially added on branch template_gc.
2696:
2697: * tests/results/136.processed 1.1:
2698: file 136.processed was initially added on branch template_gc.
2699:
2700: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
2701: context-style
2702:
2703: * tests/132.html 1.1:
2704: file 132.html was initially added on branch template_gc.
2705:
2706: * tests/results/128.processed 1.1:
2707: file 128.processed was initially added on branch template_gc.
2708:
2709: * tests/results/138.processed 1.1:
2710: file 138.processed was initially added on branch template_gc.
2711:
2712: * operators.txt [template_gc] 1.109.2.1.2.7:
2713: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
2714: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
2715: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
2716: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
2717: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
2718: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
2719: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
2720: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
2721: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
2722: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
2723: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
2724: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
2725: merged from HEAD
2726: from before_append_array_limit_sense_change
2727: to after_append_array_limit_sense_change
2728:
2729: * operators.txt [template_gc] 1.109.2.1.2.6:
2730: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
2731: * tests/084.html [template_gc] 1.1.2.1.2.1:
2732: * tests/125.html [template_gc] 1.1.2.1:
2733: * tests/126.html [template_gc] 1.1.2.1:
2734: * tests/127.html [template_gc] 1.1.2.1:
2735: * tests/128.html [template_gc] 1.1.2.1:
2736: * tests/129.html [template_gc] 1.1.2.1:
2737: * tests/results/125.processed [template_gc] 1.1.2.1:
2738: * tests/results/126.processed [template_gc] 1.1.2.1:
2739: * tests/results/127.processed [template_gc] 1.1.2.1:
2740: * tests/results/128.processed [template_gc] 1.1.2.1:
2741: * tests/results/129.processed [template_gc] 1.1.2.1:
2742: merged from HEAD
2743: ^table.hash[key][$.distinct[tables]]
2744:
2745: maked appropriate tests [changed one old nonconforming]
2746:
2747: * tests/descript.ion 1.1:
2748: file descript.ion was initially added on branch template_gc.
2749:
2750: * tests/133.html 1.1:
2751: file 133.html was initially added on branch template_gc.
2752:
2753: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
2754: removed bad lines
2755:
2756: * tests/results/131.processed 1.1:
2757: file 131.processed was initially added on branch template_gc.
2758:
2759: * tests/134.html 1.1:
2760: file 134.html was initially added on branch template_gc.
2761:
2762: * tests/135.html 1.1:
2763: file 135.html was initially added on branch template_gc.
2764:
2765: * tests/results/133.processed 1.1:
2766: file 133.processed was initially added on branch template_gc.
2767:
2768: * tests/136.html 1.1:
2769: file 136.html was initially added on branch template_gc.
2770:
2771: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
2772: const
2773:
2774: * tests/results/125.processed 1.1:
2775: file 125.processed was initially added on branch template_gc.
2776:
2777: * tests/137.html 1.1:
2778: file 137.html was initially added on branch template_gc.
2779:
2780: * operators.txt 1.110:
2781: * src/classes/table.C 1.174:
2782: ^table.hash[key][$.distinct[tables]]
2783:
2784: * tests/results/135.processed 1.1:
2785: file 135.processed was initially added on branch template_gc.
2786:
2787: * tests/138.html 1.1:
2788: file 138.html was initially added on branch template_gc.
2789:
2790: * operators.txt 1.111:
2791: * src/classes/date.C 1.45:
2792: * src/classes/table.C 1.176:
2793: * src/include/pa_array.h 1.58:
2794: * src/include/pa_common.h 1.92:
2795: * src/include/pa_config_includes.h 1.24:
2796: * src/include/pa_globals.h 1.102:
2797: * src/include/pa_table.h 1.49:
2798: * src/main/pa_array.C 1.55:
2799: * src/main/pa_globals.C 1.155:
2800: * src/main/pa_request.C 1.246:
2801: * src/main/pa_sql_driver_manager.C 1.70:
2802: * src/main/pa_string.C 1.173:
2803: * src/main/pa_table.C 1.54:
2804: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
2805: append_array_limit_sense_change
2806: locate accepts options same as create
2807: new option: $.reverse(1) [do not work in table::create]
2808:
2809: * tests/results/127.processed 1.1:
2810: file 127.processed was initially added on branch template_gc.
2811:
2812: * tests/139.html 1.1:
2813: file 139.html was initially added on branch template_gc.
2814:
2815: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
2816: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
2817: *** empty log message ***
2818:
2819: * tests/results/137.processed 1.1:
2820: file 137.processed was initially added on branch template_gc.
2821:
2822: * tests/results/130.processed 1.1:
2823: file 130.processed was initially added on branch template_gc.
2824:
2825: * tests/results/129.processed 1.1:
2826: file 129.processed was initially added on branch template_gc.
2827:
2828: * src/include/pa_common.h 1.91:
2829: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
2830: * src/main/pa_common.C 1.150:
2831: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
2832: gcc didn't like (stat xxx,
2833:
2834: * INSTALL [template_gc] 1.31.6.3:
2835: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
2836: * src/lib/Makefile.am [template_gc] 1.3.10.3:
2837: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
2838: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
2839: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
2840: re-added libgdome patch. regretfully libgdome bug can not be
2841: worked around
2842:
2843: * src/classes/xdoc.C 1.110:
2844: * src/classes/xnode.C 1.55:
2845: * src/include/pa_charset.h 1.22:
2846: merged fix for
2847: found very old xml (dom) bug:
2848: were passing domString objects and later ERROREOUSLY freed them
2849:
2850: * src/classes/table.C 1.175:
2851: * src/classes/table.C 1.177:
2852: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
2853: typo
2854:
2855: * tests/results/139.processed 1.1:
2856: file 139.processed was initially added on branch template_gc.
2857:
2858: * tests/125.html 1.1:
2859: file 125.html was initially added on branch template_gc.
2860:
2861: * tests/results/132.processed 1.1:
2862: file 132.processed was initially added on branch template_gc.
2863:
2864: * tests/126.html 1.1:
2865: file 126.html was initially added on branch template_gc.
2866:
2867: * tests/127.html 1.1:
2868: file 127.html was initially added on branch template_gc.
2869:
2870: 2003-04-10 paf
2871: * src/doc/string.dox [template_gc] 1.4.22.2:
2872: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
2873: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
2874: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
2875: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
2876: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
2877: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
2878: * tests/123.html [template_gc] 1.1.2.1:
2879: * tests/124.html [template_gc] 1.1.2.1:
2880: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
2881: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
2882: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
2883: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
2884: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
2885: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
2886: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
2887: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
2888: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
2889: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
2890: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
2891: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
2892: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
2893: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
2894: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
2895: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
2896: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
2897: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
2898: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
2899: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
2900: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
2901: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
2902: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
2903: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
2904: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
2905: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
2906: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
2907: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
2908: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
2909: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
2910: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
2911: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
2912: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
2913: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
2914: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
2915: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
2916: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
2917: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
2918: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
2919: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
2920: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
2921: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
2922: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
2923: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
2924: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
2925: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
2926: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
2927: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
2928: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
2929: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
2930: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
2931: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
2932: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
2933: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
2934: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
2935: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
2936: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
2937: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
2938: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
2939: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
2940: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
2941: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
2942: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
2943: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
2944: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
2945: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
2946: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
2947: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
2948: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
2949: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
2950: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
2951: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
2952: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
2953: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
2954: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
2955: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
2956: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
2957: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
2958: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
2959: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
2960: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
2961: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
2962: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
2963: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
2964: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
2965: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
2966: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
2967: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
2968: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
2969: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
2970: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
2971: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
2972: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
2973: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
2974: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
2975: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
2976: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
2977: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
2978: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
2979: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
2980: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
2981: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
2982: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
2983: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
2984: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
2985: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
2986: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
2987: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
2988: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
2989: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
2990: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
2991: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
2992: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
2993: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
2994: * tests/results/121.processed [template_gc] 1.1.2.2:
2995: * tests/results/122.processed [template_gc] 1.1.2.2:
2996: * tests/results/123.processed [template_gc] 1.1.2.1:
2997: * tests/results/124.processed [template_gc] 1.1.2.1:
2998: new convention: char* never 0. assert in cord on that
2999:
3000: * tests/124.html 1.1:
3001: file 124.html was initially added on branch template_gc.
3002:
3003: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
3004: couple more asserts
3005:
3006: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
3007: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
3008: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
3009: found very old xml (dom) bug:
3010: were passing domString objects and later ERROREOUSLY freed them
3011:
3012: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
3013: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
3014: bugfix on memory buffer overrun [but that's memory from
3015: gc_malloc, not from g_malloc :(, but would hope]
3016:
3017: * tests/results/123.processed 1.1:
3018: file 123.processed was initially added on branch template_gc.
3019:
3020: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
3021: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
3022: little transcodes speedup
3023:
3024: * tests/results/124.processed 1.1:
3025: file 124.processed was initially added on branch template_gc.
3026:
3027: * tests/123.html 1.1:
3028: file 123.html was initially added on branch template_gc.
3029:
3030: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
3031: checked custom malloc for returning 0
3032:
3033: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
3034: couple assertions on fantastic situations added [may be those
3035: is the case now?]
3036:
3037: 2003-04-09 paf
3038: * tests/122.html [template_gc] 1.1.2.1:
3039: * tests/results/122.processed [template_gc] 1.1.2.1:
3040: 122 date test <= and == added [after volatile fix. passes on
3041: win&intel-solaris]
3042:
3043: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
3044: custom profiling script:
3045: plist/ST << Sort by function time
3046:
3047: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
3048: merged ^date.roll changes
3049:
3050: * src/classes/date.C 1.44:
3051: ^date.roll bug fix
3052:
3053: * tests/results/122.processed 1.1:
3054: file 122.processed was initially added on branch template_gc.
3055:
3056: * tests/122.html 1.1:
3057: file 122.html was initially added on branch template_gc.
3058:
3059: * src/classes/date.C 1.43:
3060: ^date.roll now throws less errors:
3061: month shifts handles end of month situation by reducing day number
3062: hour-hole shift reduces hour to recover
3063:
3064: * src/targets/cgi/pp3.cmd 1.1:
3065: file pp3.cmd was initially added on branch template_gc.
3066:
3067: * operators.txt [template_gc] 1.109.2.1.2.5:
3068: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
3069: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
3070: http://
3071: $.charset[] param
3072: done
3073:
3074: 2003-04-08 paf
3075: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
3076: CORD_pos_advance turned out to have limit on 'n' param. worked
3077: that around
3078:
3079: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
3080: removed redundant & in CORD_pos param passing [for it's a
3081: pointer really]
3082:
3083: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
3084: merged PA_USE_ALARM bugfix from HEAD
3085:
3086: * src/lib/cord/source.url 1.1:
3087: file source.url was initially added on branch template_gc.
3088:
3089: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
3090: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
3091: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
3092: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
3093: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
3094: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
3095: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
3096: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
3097: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
3098: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
3099: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
3100: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
3101: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
3102: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
3103: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
3104: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
3105: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
3106: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
3107: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
3108: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
3109: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
3110: pa_vform violated String::invariant. started fixing [not
3111: compiled now]
3112:
3113: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
3114: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
3115: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
3116: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
3117: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
3118: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
3119: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
3120: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
3121: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
3122: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
3123: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
3124: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
3125: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
3126: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
3127: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
3128: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
3129: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
3130: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
3131: started http://
3132: $.charset[] param
3133: and
3134: http response charset detection
3135: just compiled.
3136: todo:test
3137:
3138: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
3139: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
3140: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
3141: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
3142: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
3143: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
3144: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
3145: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
3146: this allowed to fix one remaining String("123", 2) case
3147:
3148: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
3149: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
3150: *** empty log message ***
3151:
3152: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
3153: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
3154: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
3155: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
3156: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
3157: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
3158: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
3159: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
3160: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
3161: number of string style improvements & optimizations
3162:
3163: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
3164: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
3165: * src/lib/cord/source.url [template_gc] 1.1.2.1:
3166: From: "Boehm, Hans" <hans_boehm@hp.com>
3167: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
3168: Sent: Tuesday, April 08, 2003 2:16 AM
3169: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
3170:
3171:
3172: Thanks for the bug report and patch.
3173:
3174: 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.
3175:
3176: Hans
3177:
3178: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
3179: =0 bug fix [left from autoptr default ctor :(]
3180:
3181: 2003-04-07 paf
3182: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
3183: small style change
3184:
3185: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
3186: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
3187: CORD_cat bugfix
3188:
3189: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
3190: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
3191: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
3192: merged from head:safe mode error message now includes numbers
3193:
3194: * src/include/pa_common.h 1.90:
3195: * src/main/pa_common.C 1.149:
3196: * src/main/pa_exec.C 1.50:
3197: safe mode error message now includes numbers
3198:
3199: * src/main/execute.C 1.296:
3200: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
3201: n-th attempt to make a=a work with double.
3202: problem: as_double returns it's result in fp-register
3203: compiler optimizes access to that register after b->as_double,
3204: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
3205: _SAME_ double values do not match here.
3206: when forced to REload fp-register, values do match.
3207:
3208: tried to make them volatile.
3209:
3210: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
3211: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
3212: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
3213: unknown untaint lang now causes death
3214:
3215: 2003-04-04 paf
3216: * src/types/pa_vmail.C 1.44:
3217: mail receive: .txt attachemnts bug fix
3218: http://i2/tasks/edit/?id=4507350336410850921
3219:
3220: * src/main/pa_globals.C 1.154:
3221: exif mem leak
3222: http://i2/tasks/edit/?id=4480590323629807263
3223:
3224: * src/classes/classes.dsp 1.27:
3225: * src/lib/ltdl/libltdl.dsp 1.5:
3226: * src/lib/md5/md5.dsp 1.4:
3227: * src/lib/pcre/pcre.dsp 1.3:
3228: * src/main/compile.tab.C 1.82:
3229: * src/main/main.dsp 1.163:
3230: * src/main/pa_globals.C 1.153:
3231: * src/targets/cgi/parser3.dsp 1.62:
3232: * src/types/types.dsp 1.38:
3233: links to xml libs made relative, no need to unpack
3234: parser3project to /parser3project.
3235:
3236: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
3237: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
3238: more understandable error message in case @CLASS with more then
3239: one line inside
3240:
3241: * src/classes/classes.dsp 1.28:
3242: * src/main/main.dsp 1.164:
3243: * src/targets/cgi/parser3.dsp 1.63:
3244: * src/types/pa_vmail.C 1.43:
3245: * src/types/types.dsp 1.39:
3246: buf fix http://i2/tasks/edit/?id=4493946731322521294
3247: $.to[billgates@microsoft.com
3248: BCc: send-spam-to@someemails.ru
3249: ]
3250:
3251: * src/classes/file.C 1.110:
3252: * src/include/pa_exec.h 1.12:
3253: * src/main/pa_exec.C 1.49:
3254: incorportated pa_exec patch by
3255: From: "Victor Fedoseev" <vvf_ru@mail.ru>
3256: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
3257: Sent: Thursday, January 23, 2003 9:14 AM
3258:
3259: huge speedup on ^file::cgi with big result
3260:
3261: * configure [template_gc] 1.66.2.5.2.7:
3262: * tests/Makefile [template_gc] 1.1.2.8.2.8:
3263: * tests/Makefile [template_gc] 1.1.2.8.2.9:
3264: *** empty log message ***
3265:
3266: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
3267: more understandable error message in case of errors in @unhandled_exception
3268:
3269: * src/classes/math.C 1.25:
3270: allowed random 1...
3271:
3272: * src/classes/xdoc.C 1.109:
3273: memory allocation func bugfix
3274: http://i2/tasks/edit/?id=4499303470368629745
3275:
1.24 paf 3276: * src/classes/table.C 1.173:
3277: sort table with 0 rows bug fixed
3278:
1.23 paf 3279: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
3280: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
3281: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
3282: error column more precise - tab handling bug fixed
3283:
1.24 paf 3284: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
3285: allowed random 0..
3286:
1.23 paf 3287: * src/classes/hash.C 1.55:
3288: * src/types/pa_vhash.h 1.44:
3289: $hash._default showed in foreach & co bug fix
3290: http://i2/tasks/edit/?id=4493701604654042676
3291:
3292: @main[]
3293: $with_default[
3294: $.a[1]
3295: $._default[default from with_default]
3296: ]
3297: ^show[$with_default]
3298:
3299: $to_add_to[
3300: $.b[2]
3301: ]
3302: ^to_add_to.add[$with_default]
3303: =$to_add_to.xxx=<br>
3304:
3305:
3306: ^show[$to_add_to]
3307:
3308:
3309: $cloned[^hash::create[$with_default]]
3310: =$cloned.xxx=<br>
3311: ^show[$cloned]
3312:
3313:
3314: @show[hash]
3315: ^hash.foreach[k;v]{
3316: $k = $v <br>
3317:
3318: }
3319: <hr>
3320:
3321: 2003-04-03 paf
3322: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
3323: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
3324: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
3325: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
3326: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
3327: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
3328: strack trace reset after handled exception [old bug fixed]
3329:
3330: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
3331: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
3332: parse position old bug fixed.
3333: position reporting made precise [both, in parse erros and runtime errors]
3334:
3335: * operators.txt [template_gc] 1.109.2.1.2.4:
3336: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
3337: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
3338: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
3339: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
3340: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
3341: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
3342: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
3343: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
3344: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
3345: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
3346: * src/classes/memory.C [template_gc] 1.1.2.4:
3347: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
3348: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
3349: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
3350: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
3351: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
3352: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
3353: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
3354: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
3355: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
3356: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
3357: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
3358: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
3359: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
3360: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
3361: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
3362: MethodParams& now [methods without params receive zero
3363: reference, but they are expected not to look there]
3364:
3365: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
3366: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
3367: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
3368: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
3369: slightly improved error messages text:
3370: 1. is '%s', it
3371: 2. method undefined in case of ^void[]
3372:
1.24 paf 3373: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
3374: removed 'patches'
3375:
1.23 paf 3376: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
3377: top limit
3378:
3379: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
3380: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
3381: removed from trace 'a' exception when
3382: ^try{
3383: ^throw[a;1]
3384: }{
3385: ^throw[b;2]
3386: }
3387:
3388: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
3389:
3390:
3391: @main[]
3392: ^try{
3393: ^first[]
3394: }{
3395: ^throw[c;3]
3396: }
3397:
3398: @first[]
3399: ^throw[a;1]
3400:
3401: showed
3402: throw a
3403: first
3404: throw b
3405: try
3406:
3407: which is no good
3408:
3409: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
3410: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
3411: * tests/042.html [template_gc] 1.1.2.1.2.1:
3412: test 042 changed to realities, and passed [bug fixed]
3413:
3414: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
3415: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
3416: *** empty log message ***
3417:
3418: * operators.txt [template_gc] 1.109.2.1.2.3:
3419: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
3420: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
3421: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
3422: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
3423: ^process...[filename]
3424: useful for better error reporting [file/line/col]
3425:
3426: * INSTALL [template_gc] 1.31.6.2:
3427: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
3428: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
3429: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
3430: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
3431: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
3432: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
3433: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
3434: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
3435: debug info format simplified, now it's:
3436: OP_VALUE
3437: Operation::Origin << here
3438: value*
3439:
3440: higher limits:
3441: file number (max: 255)
3442: line number (max: 64535)
3443: column number (max: 255)
3444:
3445: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
3446: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
3447: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
3448: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
3449: precise parse error position in case of
3450:
3451: ^bug
3452: ]
3453:
3454: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
3455: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
3456: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
3457: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
3458: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
3459: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
3460: exception handling done. now we have error columns
3461: todo: test it
3462:
3463: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
3464: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
3465: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
3466: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
3467: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
3468: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
3469: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
3470: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
3471: introducing ^process...[main-method-alias]
3472:
3473: 2003-04-02 paf
3474: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
3475: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
3476: removed ref leak in xdoc::create/load
3477:
3478: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
3479: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
3480: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
3481: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
3482: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
3483: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
3484: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
3485: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
3486: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
3487: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
3488: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
3489: prepared debug info
3490: todo:use it
3491:
3492: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
3493: * tests/Makefile [template_gc] 1.1.2.8.2.6:
3494: replace bug fix [broke Dictionary constructor when moved to gc]
3495:
3496: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
3497: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
3498: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
3499: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
3500: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
3501: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
3502: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
3503: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
3504: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
3505: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
3506: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
3507: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
3508: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
3509: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
3510: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
3511: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
3512: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
3513: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
3514: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
3515: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
3516: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
3517: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
3518: more locally scoped vars in execute (more easily optimizable)
3519:
3520: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
3521: starting in gdome 0.7.4 this is no longer needed [author
3522: applied my patch]
3523:
3524: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
3525: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
3526: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
3527: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
3528: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
3529: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
3530: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
3531: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
3532: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
3533: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
3534: debug info: started using.
3535: todo:complete
3536:
3537: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
3538: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
3539: not patches now
3540:
3541: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
3542: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
3543: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
3544: uncommented http:// file loading
3545:
3546: * tests/Makefile [template_gc] 1.1.2.8.2.7:
3547: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
3548: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
3549: meta considered OK [it's up to coder now to remove it not
3550: needed]
3551:
3552: * configure [template_gc] 1.66.2.5.2.3:
3553: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
3554: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
3555: --enable-assertions autoconf-ed
3556:
3557: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
3558: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
3559: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
3560: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
3561: array::get/put inlined
3562:
3563: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
3564: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
3565: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
3566: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
3567: gif encoder bug fix [gdGrowingBuf]
3568:
3569: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
3570: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
3571: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
3572: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
3573: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
3574: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
3575: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
3576: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
3577: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
3578: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
3579: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
3580: all calls to String::String(str,helper_length) are checked.
3581: found/fixed one place:
3582: $request:body now zero-terminated,
3583:
3584: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
3585: decided against patching -- one can remove that header in @
3586: postprocess, if he/she wants to
3587:
3588: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
3589: strange mistake fixed: forgot to return Operation class->union
3590: after switching from autoptrs.
3591:
3592: * configure.in [template_gc] 1.62.2.5.2.4:
3593: * src/lib/Makefile.am [template_gc] 1.3.10.2:
3594: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
3595: removed patches
3596:
3597: * configure [template_gc] 1.66.2.5.2.4:
3598: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
3599: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
3600: *** empty log message ***
3601:
3602: * configure.in [template_gc] 1.62.2.5.2.3:
3603: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
3604: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
3605: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
3606: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
3607: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
3608: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
3609: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
3610: converted debug hacks to ANSI assertions
3611: started configure.in --enable-assertions
3612:
3613: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
3614: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
3615: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
3616: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
3617: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
3618: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
3619: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
3620: array get/put check become assertion
3621: iterator in methodframe filler
3622:
3623: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
3624: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
3625: globals.c: gc_substitute_memory_management_functions
3626: +installed CORD_oom function
3627:
3628: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
3629: found a way of dealing with charset tables without patching
3630: library [price: imposed limit of 10 user-defined charsets, but
3631: limit can be easily increased]
3632:
3633: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
3634: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
3635: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
3636: few for(size_t i=0...) -> for(Array_iterator... i(..); i
3637: has_next()
3638:
3639: 2003-04-01 paf
3640: * src/lib/gc/Makefile.am 1.1:
3641: * src/lib/gc/include/Makefile.am 1.1:
3642: file Makefile.am was initially added on branch template_gc.
3643:
3644: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
3645: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
3646: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
3647: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
3648: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
3649: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
3650: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
3651: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
3652: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
3653: prepared xml-static configuration
3654:
3655: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
3656: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
3657: xml memory debugging showed no errors. todo: debug parser memory
3658:
3659: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
3660: bug() to set bpt in (memory.c)
3661: some .am changes
3662:
3663: * src/lib/gc/Makefile.in 1.1:
3664: * src/lib/gc/include/Makefile.in 1.1:
3665: file Makefile.in was initially added on branch template_gc.
3666:
3667: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
3668: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
3669: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
3670: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
3671: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
3672: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
3673: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
3674: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
3675: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
3676: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
3677: fixed by remembering xmlDoc from dom object in xdoc.
3678: todo: do something with premature free of xdoc with xnodes/node values referring into it
3679:
3680: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
3681: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
3682: more build configurations
3683:
3684: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
3685: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
3686: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
3687: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
3688: moved memory debugging to global level: to pa_gc_malloc
3689:
3690: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
3691: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
3692: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
3693: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
3694: *** empty log message ***
3695:
3696: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
3697: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
3698: typo fix
3699:
3700: 2003-03-31 paf
3701: * INSTALL [template_gc] 1.31.6.1:
3702: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
3703: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
3704: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
3705: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
3706: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
3707: started xml lib memory debugging, simple checks failed:
3708: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
3709: heap situation changes = everything works fine
3710:
3711: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
3712: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
3713: worked around xmlRegisterCharEncodingHandler limitation [
3714: currently imposed limit of 10 user-defined charsets]
3715:
3716: 2003-03-28 paf
3717: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
3718: execution stack copied to local
3719: register
3720: variable, removed lots [~2e7) of memory accesses
3721:
3722: 2003-03-27 paf
3723: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
3724: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
3725: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
3726: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
3727: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
3728: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
3729: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
3730: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
3731: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
3732: fixed clients of &get():
3733: most to use non-ref version,
3734: some[in tight places] to get_unchecked_ref
3735:
3736: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
3737: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
3738: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
3739: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
3740: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
3741: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
3742: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
3743: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
3744: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
3745: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
3746: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
3747: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
3748: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
3749: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
3750: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
3751: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
3752: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
3753: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
3754: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
3755: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
3756: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
3757: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
3758: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
3759: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
3760: introducing append_help_length [radical improvement here]
3761:
3762: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
3763: GC_java_finalization turned off [was 'not recommened' in gc.h,
3764: on win32 noticed no difference]
3765:
3766: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
3767: returned checked array get [were disabled for debugging]
3768: result:not slower [don't understand that, it were INLINED]
3769: todo: find out a way of inlining it!
3770:
3771: * src/classes/memory.C [template_gc] 1.1.2.3:
3772: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
3773: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
3774: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
3775: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
3776: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
3777: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
3778: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
3779: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
3780: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
3781: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
3782: disabled gc, become even slower
3783:
3784: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
3785: * src/classes/memory.C [template_gc] 1.1.2.2:
3786: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
3787: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
3788: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
3789: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
3790: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
3791: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
3792: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
3793: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
3794: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
3795: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
3796: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
3797: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
3798: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
3799: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
3800: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
3801: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
3802: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
3803: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
3804: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
3805: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
3806: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
3807: Array::put(index, T>>&<< removed
3808: after Stack::pop wiping removed [moved to separate func]
3809: other Array & removed
3810:
3811: * src/lib/gc/include/gc_fake.h 1.1:
3812: file gc_fake.h was initially added on branch template_gc.
3813:
3814: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
3815: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
3816: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
3817: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
3818: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
3819: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
3820: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
3821: convention changed: all resulting strings are zero-terminated
3822:
3823: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
3824: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
3825: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
3826: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
3827: forgot to merge XML memory funcs replacement from gc branch
3828:
3829: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
3830: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
3831: XML memory funcs to GC works in debug, but fails in release
3832: todo: fix that
3833:
3834: * src/doc/memory.dox 1.1:
3835: file memory.dox was initially added on branch template_gc.
3836:
3837: * src/doc/memory.dox [template_gc] 1.1.2.1:
3838: forgot to add
3839:
3840: 2003-03-26 paf
3841: * src/lib/cord/include/private/cord_pos.h 1.1:
3842: file cord_pos.h was initially added on branch template_gc.
3843:
3844: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
3845: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
3846: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
3847: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
3848: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
3849: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
3850: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
3851: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
3852: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
3853: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
3854: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
3855: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
3856: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
3857: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
3858: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
3859: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
3860: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
3861: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
3862: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
3863: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
3864: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
3865: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
3866: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
3867: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
3868: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
3869: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
3870: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
3871: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
3872: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
3873: pre-evaluated .count() in some places
3874:
3875: * src/lib/cord/Makefile.am 1.1:
3876: * src/lib/cord/include/Makefile.am 1.1:
3877: * src/lib/cord/include/private/Makefile.am 1.1:
3878: file Makefile.am was initially added on branch template_gc.
3879:
3880: * src/lib/cord/Makefile.in 1.1:
3881: * src/lib/cord/include/Makefile.in 1.1:
3882: * src/lib/cord/include/private/Makefile.in 1.1:
3883: file Makefile.in was initially added on branch template_gc.
3884:
3885: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
3886: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
3887: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
3888: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
3889: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
3890: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
3891: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
3892: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
3893: .dsp updated to use lib/gc,lib/cord
3894:
3895: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
3896: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
3897: introducing lib/gc
3898:
3899: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
3900: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
3901: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
3902: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
3903: bundled gc includes
3904:
3905: * src/lib/cord/include/cord.h 1.1:
3906: file cord.h was initially added on branch template_gc.
3907:
3908: * src/lib/cord/include/ec.h 1.1:
3909: file ec.h was initially added on branch template_gc.
3910:
3911: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
3912: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
3913: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
3914: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
3915: * src/include/pa_version.h [template_gc] 1.7.16.1:
3916: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
3917: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
3918: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
3919: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
3920: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
3921: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
3922: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
3923: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
3924: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
3925: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
3926: a number of bugfixes [while testing first real site (aval)]
3927:
3928: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
3929: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
3930: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
3931: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
3932: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
3933: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
3934: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
3935: started profiling
3936:
3937: * src/lib/cord/include/gc.h 1.1:
3938: * src/lib/gc/include/gc.h 1.1:
3939: file gc.h was initially added on branch template_gc.
3940:
3941: * acsite.m4 1.1:
3942: file acsite.m4 was initially added on branch template_gc.
3943:
3944: * acsite.m4 [template_gc] 1.1.2.1:
3945: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
3946: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
3947: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
3948: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
3949: * src/classes/Makefile.am [template_gc] 1.40.16.2:
3950: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
3951: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
3952: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
3953: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
3954: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
3955: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
3956: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
3957: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
3958: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
3959: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
3960: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
3961: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
3962: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
3963: * src/include/pa_version.h [template_gc] 1.7.16.2:
3964: * src/lib/Makefile.am [template_gc] 1.3.10.1:
3965: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
3966: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
3967: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
3968: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
3969: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
3970: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
3971: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
3972: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
3973: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
3974: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
3975: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
3976: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
3977: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
3978: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
3979: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
3980: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
3981: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
3982: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
3983: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
3984: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
3985: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
3986: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
3987: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
3988: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
3989: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
3990: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
3991: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
3992: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
3993: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
3994: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
3995: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
3996: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
3997: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
3998: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
3999: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
4000: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
4001: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
4002: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
4003: configured math funcs
4004: ported pa_exec
4005:
4006: * src/classes/classes.dsp 1.26:
4007: * src/lib/ltdl/libltdl.dsp 1.4:
4008: * src/lib/md5/md5.dsp 1.3:
4009: * src/lib/pcre/pcre.dsp 1.2:
4010: * src/main/main.dsp 1.162:
4011: * src/targets/cgi/parser3.dsp 1.61:
4012: * src/types/types.dsp 1.37:
4013: .dsp profiling updated
4014:
4015: 2003-03-25 paf
4016: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
4017: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
4018: memory: new 'new' overloads for structure handling
4019:
1.24 paf 4020: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
4021: it was a bug in parser. updated 109 test result
4022:
1.23 paf 4023: * operators.txt [template_gc] 1.109.2.1.2.2:
4024: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
4025: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
4026: $status.memory
4027: used
4028: free
4029: since_compact
4030: process
4031:
4032: * src/doc/exception.dox 1.1:
4033: file exception.dox was initially added on branch template_gc.
4034:
4035: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
4036: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
4037: untaint.C L_MAIL_HEADER
4038:
4039: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
4040: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
4041: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
4042: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
4043: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
4044: xnode.C compiled, doc/node finalizers isntalled
4045:
4046: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
4047: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
4048: vxnode compiled
4049: xml linked
4050:
4051: * tests/results/121.processed 1.1:
4052: file 121.processed was initially added on branch template_gc.
4053:
4054: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
4055: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
4056: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
4057: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
4058: untaint.C L_SQL
4059:
4060: * src/types/pa_vmemory.h 1.1:
4061: file pa_vmemory.h was initially added on branch template_gc.
4062:
4063: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
4064: fixed transform params
4065:
4066: * operators.txt [template_gc] 1.109.2.1.2.1:
4067: * src/classes/Makefile.am [template_gc] 1.40.16.1:
4068: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
4069: * src/classes/memory.C [template_gc] 1.1.2.1:
4070: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
4071: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
4072: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
4073: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
4074: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
4075: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
4076: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
4077: ^memory:compact[]
4078:
4079: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
4080: vxdoc compiled
4081:
4082: * tests/121.html 1.1:
4083: file 121.html was initially added on branch template_gc.
4084:
4085: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
4086: * tests/Makefile [template_gc] 1.1.2.8.2.5:
4087: fixed transform params2
4088:
4089: * src/doc/string.dox [template_gc] 1.4.22.1:
4090: updated: new string internals
4091:
4092: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
4093: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
4094: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
4095: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
4096: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
4097: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
4098: removed StringBody(0) ambiguilty, introducting static
4099: StringBody::Format(int)
4100:
4101: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
4102: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
4103: * tests/Makefile [template_gc] 1.1.2.8.2.4:
4104: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
4105: fixed dom language [values are now considered tainted.
4106: it was a bug in parser. updated 107 test result
4107:
4108: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
4109: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
4110: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
4111: * src/doc/exception.dox [template_gc] 1.1.2.1:
4112: * src/doc/index.dox [template_gc] 1.4.8.1:
4113: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
4114: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
4115: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
4116: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
4117: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
4118: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
4119: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
4120: xdoc.C compiled
4121: todo: xnode.C / finalizers
4122:
4123: * src/classes/memory.C 1.1:
4124: file memory.C was initially added on branch template_gc.
4125:
4126: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
4127: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
4128: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
4129: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
4130: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
4131: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
4132: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
4133: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
4134: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
4135: * tests/121.html [template_gc] 1.1.2.1:
4136: * tests/results/121.processed [template_gc] 1.1.2.1:
4137: untaint.C L_URI
4138:
4139: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
4140: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
4141: fixed stylesheet caching
4142:
4143: 2003-03-24 paf
4144: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
4145: void.C compiled
4146:
4147: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
4148: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
4149: http://
4150:
4151: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
4152: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
4153: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
4154: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
4155: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
4156: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
4157: introducing string[body]::pos(char)
4158:
4159: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
4160: pa_vstatus.C compiled
4161:
4162: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
4163: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
4164: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
4165: String::ArrayFragment::append_positions fixed
4166:
4167: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
4168: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
4169: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
4170: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
4171: all linked
4172: todo: debug
4173:
4174: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
4175: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
4176: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
4177: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
4178: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
4179: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
4180: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
4181: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
4182: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
4183: image.C compiled
4184:
4185: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
4186: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
4187: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
4188: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
4189: mail.C compiled
4190:
4191: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
4192: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
4193: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
4194: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
4195: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
4196: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
4197: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
4198: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
4199: pa_vstateless_class.C compiled
4200:
4201: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
4202: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
4203: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
4204: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
4205: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
4206: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
4207: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
4208: hash.C compiled
4209:
4210: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
4211: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
4212: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
4213: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
4214: pa_value.C compiled
4215:
4216: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
4217: pa_vtable.C compiled
4218:
4219: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
4220: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
4221: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
4222: classes.lib
4223: main.lib compiled
4224:
4225: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
4226: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
4227: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
4228: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
4229: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
4230: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
4231: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
4232: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
4233: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
4234: * tests/Makefile [template_gc] 1.1.2.8.2.1:
4235: attempt to do gif encoding to CORD_ec [bad]
4236: would rewrite as realloc now
4237:
4238: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
4239: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
4240: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
4241: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
4242: all compiled.
4243: todo:link
4244:
4245: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
4246: pa_vfile.C compiled
4247:
4248: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
4249: * tests/Makefile [template_gc] 1.1.2.8.2.2:
4250: string::pos fixed
4251:
4252: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
4253: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
4254: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
4255: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
4256: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
4257: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
4258: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
4259: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
4260: op.C compiled
4261:
4262: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
4263: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
4264: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
4265: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
4266: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
4267: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
4268: table.C compiled
4269:
4270: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
4271: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
4272: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
4273: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
4274: pa_vcookie.C compiled
4275:
4276: * parser3.dsw [template_gc] 1.7.6.1.2.3:
4277: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
4278: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
4279: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
4280: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
4281: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
4282: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
4283: empty run passed OK
4284:
4285: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
4286: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
4287: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
4288: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
4289: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
4290: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
4291: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
4292: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
4293: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
4294: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
4295: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
4296: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
4297: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
4298: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
4299: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
4300: started XML
4301:
4302: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
4303: pa_vform.C compiled
4304:
4305: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
4306: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
4307: math.C compiled
4308:
4309: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
4310: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
4311: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
4312: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
4313: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
4314: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
4315: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
4316: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
4317: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
4318: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
4319: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
4320: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
4321: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
4322: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
4323: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
4324: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
4325: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
4326: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
4327: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
4328: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
4329: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
4330: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
4331: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
4332: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
4333: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
4334: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
4335: file.C
4336: table.C compiled
4337:
4338: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
4339: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
4340: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
4341: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
4342: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
4343: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
4344: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
4345: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
4346: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
4347: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
4348:
4349: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
4350: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
4351: int.C compiled
4352:
4353: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
4354: pa_wcontext.C compiled
4355:
4356: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
4357: pa_vstring.C compiled
4358:
4359: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
4360: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
4361: * tests/Makefile [template_gc] 1.1.2.8.2.3:
4362: string optimize bit implemented
4363:
4364: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
4365: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
4366: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
4367: hashcode implemented fully, including per-char callback [it can
4368: be - substr CORD node]
4369:
4370: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
4371: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
4372: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
4373: String::this_starts fixed
4374:
4375: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
4376: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
4377: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
4378: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
4379: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
4380: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
4381: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
4382: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
4383: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
4384: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
4385: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
4386: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
4387: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
4388: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
4389: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
4390: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
4391: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
4392: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
4393: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
4394: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
4395: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
4396: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
4397: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
4398: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
4399: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
4400: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
4401: 2*2 worked :)
4402:
4403: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
4404: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
4405: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
4406: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
4407: string.C compiled
4408:
4409: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
4410: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
4411: gif encoding rewritten to rewalloc with 100byte buf ahead
4412:
4413: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
4414: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
4415: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
4416: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
4417: pa_vmail.C compiled
4418:
4419: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
4420: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
4421: pa_vimage.C compiled
4422:
4423: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
4424: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
4425: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
4426: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
4427: main.lib compiled
4428:
4429: 2003-03-21 paf
4430: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
4431: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
4432: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
4433: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
4434: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
4435: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
4436: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
4437: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
4438: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
4439: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
4440: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
4441: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
4442: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
4443: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
4444: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
4445: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
4446: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
4447: pa_request.C 50% compiled
4448:
4449: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
4450: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
4451: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
4452: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
4453: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
4454: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
4455: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
4456: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
4457: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
4458: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
4459: pa_sql_driver_manager.C compiled
4460:
4461: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
4462: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
4463: test14 [bug fixed]
4464:
1.24 paf 4465: * src/classes/file.C 1.108:
4466: ^file::exec/cgi now does not pass post data by default.
4467: use: ^file::exec[...;$.stdin[$request.body]
4468:
1.23 paf 4469: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
4470: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
4471: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
4472: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
4473: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
4474: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
4475: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
4476: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
4477: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
4478: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
4479: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
4480: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
4481: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
4482: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
4483: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
4484: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
4485: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
4486: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
4487: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
4488: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
4489: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
4490: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
4491: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
4492: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
4493: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
4494: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
4495: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
4496: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
4497: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
4498: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
4499: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
4500: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
4501: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
4502: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
4503: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
4504: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
4505: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
4506: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
4507: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
4508: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
4509: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
4510: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
4511: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
4512: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
4513: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
4514: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
4515: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
4516: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
4517: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
4518: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
4519: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
4520: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
4521: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
4522: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
4523: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
4524: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
4525: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
4526: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
4527: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
4528: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
4529: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
4530: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
4531: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
4532: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
4533: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
4534: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
4535: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
4536: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
4537: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
4538: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
4539: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
4540: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
4541: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
4542: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
4543: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
4544: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
4545: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
4546: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
4547: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
4548: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
4549: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
4550: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
4551: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
4552: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
4553: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
4554: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
4555: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
4556: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
4557: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
4558: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
4559: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
4560: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
4561: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
4562: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
4563: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
4564: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
4565: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
4566: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
4567: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
4568: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
4569: introducing StringBody [C++ CORD wrapper]
4570:
4571: * src/main/pa_common.C 1.146:
4572: * src/main/pa_common.C 1.148:
4573: } typo bug fix
4574:
4575: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
4576: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
4577: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
4578: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
4579: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
4580: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
4581: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
4582: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
4583: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
4584: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
4585: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
4586: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
4587: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
4588: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
4589: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
4590: pa_request.C compiled
4591:
4592: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
4593: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
4594: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
4595: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
4596: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
4597: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
4598: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
4599: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
4600: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
4601: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
4602: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
4603: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
4604: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
4605: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
4606: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
4607: execute.C compiled
4608:
4609: * src/main/pa_common.C 1.147:
4610: * src/targets/cgi/parser3.C 1.217:
4611: *** empty log message ***
4612:
4613: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
4614: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
4615: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
4616: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
4617: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
4618: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
4619: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
4620: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
4621: pa_charsets.C compiled
4622:
4623: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
4624: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
4625: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
4626: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
4627: pa_exec.C compiled [win32 only for now] todo: on unix
4628:
4629: * src/classes/file.C 1.109:
4630: * src/include/pa_charset.h 1.21:
4631: * src/main/pa_charset.C 1.34:
4632: $file::exec/cgi[script;
4633: $.charset[this is script's charset]
4634:
4635: command line, env values, input got transcoded before call
4636: stdout, stderr got transcoded after call
4637:
4638: 2003-03-20 paf
4639: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
4640: this_starts fixed
4641:
4642: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
4643: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
4644: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
4645: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
4646: cord bug fix, but still errors
4647: todo: clear out
4648:
4649: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
4650: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
4651: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
4652: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
4653: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
4654: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
4655: test: gc/exit runned OK
4656:
4657: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
4658: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
4659: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
4660: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
4661: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
4662: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
4663: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
4664: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
4665: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
4666: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
4667: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
4668: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
4669: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
4670: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
4671: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
4672: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
4673: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
4674: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
4675: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
4676: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
4677: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
4678: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
4679: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
4680: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
4681: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
4682: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
4683: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
4684: untaint.C 99% [except mail&sql&optimize]
4685:
1.24 paf 4686: * src/types/pa_vmail.C 1.42:
4687: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
4688: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
4689:
4690: todo: find out why so many filters(stream) here. probably wrong?
4691:
1.23 paf 4692: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
4693: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
4694: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
4695: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
4696: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
4697: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
4698: test compiled
4699:
4700: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
4701: more tests
4702:
4703: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
4704: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
4705: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
4706: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
4707: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
4708: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
4709: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
4710: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
4711: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
4712: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
4713: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
4714: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
4715: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
4716: more tests [bugs fixed]
4717:
1.24 paf 4718: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
4719: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
4720: added: assertion on new String ctor & append params convention
4721:
1.23 paf 4722: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
4723: string.pos fixed
4724:
4725: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
4726: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
4727: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
4728: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
4729: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
4730: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
4731: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
4732: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
4733: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
4734: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
4735: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
4736: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
4737: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
4738: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
4739: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
4740: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
4741: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
4742: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
4743: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
4744: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
4745: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
4746: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
4747: more tests OK
4748:
4749: * parser3.dsw [template_gc] 1.7.6.1.2.2:
4750: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
4751: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
4752: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
4753: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
4754: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
4755: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
4756: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
4757: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
4758: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
4759: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
4760: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
4761: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
4762: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
4763: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
4764: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
4765: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
4766: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
4767: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
4768: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
4769: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
4770: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
4771: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
4772: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
4773: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
4774: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
4775: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
4776: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
4777: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
4778: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
4779: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
4780: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
4781: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
4782: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
4783: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
4784: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
4785: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
4786: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
4787: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
4788: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
4789: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
4790: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
4791: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
4792: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
4793: untaint.C 30%,
4794: pa_common.C [done, without http for now]
4795:
4796: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
4797: warning
4798:
4799: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
4800: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
4801: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
4802: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
4803: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
4804: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
4805: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
4806: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
4807: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
4808: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
4809: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
4810: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
4811: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
4812: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
4813: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
4814: undone bad replaces
4815:
4816: 2003-03-19 paf
4817: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
4818: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
4819: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
4820: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
4821: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
4822: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
4823: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
4824: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
4825: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
4826: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
4827: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
4828: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
4829: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
4830: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
4831: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
4832: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
4833: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
4834: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
4835: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
4836: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
4837: string reimplementation with cord+array<fragment>: 70%
4838:
4839: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
4840: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
4841: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
4842: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
4843: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
4844: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
4845: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
4846: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
4847: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
4848: restored bad replaces
4849:
4850: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
4851: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
4852: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
4853: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
4854: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
4855: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
4856: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
4857: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
4858: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
4859: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
4860: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
4861: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
4862: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
4863: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
4864: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
4865: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
4866: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
4867: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
4868: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
4869: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
4870: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
4871: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
4872: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
4873: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
4874: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
4875: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
4876: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
4877: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
4878: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
4879: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
4880: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
4881: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
4882: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
4883: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
4884: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
4885: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
4886: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
4887: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
4888: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
4889: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
4890: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
4891: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
4892: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
4893: started test
4894:
4895: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
4896: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
4897: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
4898: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
4899: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
4900: string compiled
4901: todo: test it
4902:
4903: 2003-03-18 paf
4904: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
4905: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
4906: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
4907: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
4908: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
4909: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
4910: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
4911: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
4912: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
4913: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
4914: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
4915: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
4916: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
4917: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
4918: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
4919: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
4920: lots of replacements,
4921: todo:we can ignore lang in cmp and pos really,
4922: but would split properly!
4923:
4924: * src/include/pa_pool.h [gc] 1.86.4.2:
4925: * src/main/execute.C [gc] 1.295.4.2:
4926: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
4927: gc logging
4928:
4929: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
4930: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
4931: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
4932: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
4933: gc: cord part made parser/src/lib: it's not compiled into libgc
4934: by default
4935:
4936: * src/lib/cord/cordxtra.c 1.1:
4937: file cordxtra.c was initially added on branch template_gc.
4938:
4939: * src/lib/cord/cordbscs.c 1.1:
4940: file cordbscs.c was initially added on branch template_gc.
4941:
4942: * parser3.dsw [template_gc] 1.7.6.1.2.1:
4943: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
4944: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
4945: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
4946: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
4947: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
4948: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
4949: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
4950: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
4951: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
4952: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
4953: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
4954: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
4955: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
4956: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
4957: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
4958: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
4959: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
4960: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
4961: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
4962: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
4963: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
4964: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
4965: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
4966: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
4967: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
4968: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
4969: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
4970: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
4971: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
4972: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
4973: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
4974: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
4975: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
4976: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
4977: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
4978: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
4979: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
4980: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
4981: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
4982: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
4983: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
4984: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
4985: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
4986: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
4987: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
4988: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
4989: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
4990: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
4991: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
4992: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
4993: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
4994: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
4995: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
4996: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
4997: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
4998: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
4999: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
5000: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
5001: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
5002: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
5003: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
5004: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
5005: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
5006: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
5007: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
5008: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
5009: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
5010: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
5011: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
5012: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
5013: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
5014: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
5015: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
5016: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
5017: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
5018: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
5019: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
5020: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
5021: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
5022: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
5023: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
5024: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
5025: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
5026: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
5027: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
5028: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
5029: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
5030: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
5031: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
5032: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
5033: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
5034: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
5035: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
5036: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
5037: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
5038: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
5039: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
5040: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
5041: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
5042: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
5043: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
5044: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
5045: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
5046: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
5047: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
5048: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
5049: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
5050: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
5051: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
5052: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
5053: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
5054: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
5055: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
5056: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
5057: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
5058: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
5059: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
5060: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
5061: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
5062: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
5063: started porting to gc:
5064: PA_Object done
5065: lots of replacements also
5066:
5067: * src/lib/cord/cordprnt.c 1.1:
5068: file cordprnt.c was initially added on branch template_gc.
5069:
5070: * src/lib/cord/cord.dsp 1.1:
5071: file cord.dsp was initially added on branch template_gc.
5072:
5073: 2003-03-17 paf
5074: * src/classes/date.C [gc] 1.42.4.1:
5075: * src/classes/file.C [gc] 1.107.4.1:
5076: * src/classes/form.C [gc] 1.34.4.1:
5077: * src/classes/image.C [gc] 1.90.4.1:
5078: * src/classes/mail.C [gc] 1.88.4.1:
5079: * src/classes/op.C [gc] 1.127.4.1:
5080: * src/classes/table.C [gc] 1.172.4.1:
5081: * src/classes/xdoc.C [gc] 1.108.4.1:
5082: * src/classes/xnode.C [gc] 1.54.4.1:
5083: * src/include/pa_pool.h [gc] 1.86.4.1:
5084: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
5085: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
5086: * src/include/pa_string.h [gc] 1.144.4.1:
5087: * src/include/pa_types.h [gc] 1.44.4.1:
5088: * src/main/compile.C [gc] 1.69.4.1:
5089: * src/main/compile.tab.C [gc] 1.81.4.1:
5090: * src/main/execute.C [gc] 1.295.4.1:
5091: * src/main/pa_charset.C [gc] 1.33.4.1:
5092: * src/main/pa_common.C [gc] 1.145.2.1:
5093: * src/main/pa_exception.C [gc] 1.43.4.1:
5094: * src/main/pa_exec.C [gc] 1.48.4.1:
5095: * src/main/pa_globals.C [gc] 1.152.4.1:
5096: * src/main/pa_pool.C [gc] 1.59.4.1:
5097: * src/main/pa_request.C [gc] 1.245.4.1:
5098: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
5099: * src/main/pa_string.C [gc] 1.172.4.1:
5100: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
5101: * src/main/pa_uue.C [gc] 1.4.4.1:
5102: * src/main/untaint.C [gc] 1.115.4.1:
5103: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
5104: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
5105: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
5106: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
5107: * src/types/pa_vcookie.C [gc] 1.55.4.1:
5108: * src/types/pa_vdouble.h [gc] 1.42.4.1:
5109: * src/types/pa_vfile.C [gc] 1.36.4.1:
5110: * src/types/pa_vform.C [gc] 1.74.4.1:
5111: * src/types/pa_vint.h [gc] 1.38.4.1:
5112: * src/types/pa_vmail.C [gc] 1.41.2.1:
5113: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
5114: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
5115: * src/types/pa_vxnode.C [gc] 1.30.4.1:
5116: * src/types/pa_vxnode.h [gc] 1.22.4.1:
5117: * www/htdocs/.htaccess [gc] 1.12.8.1:
5118: * www/htdocs/auto.p [gc] 1.17.12.1:
5119: libgc attempt
5120:
5121: * src/main/pa_common.C [gc] 1.145.2.2:
5122: * src/main/pa_common.C [gc] 1.145.2.3:
5123: *** empty log message ***
5124:
5125: 2003-03-13 paf
5126: * src/include/pa_request.h [autoptr] 1.160.2.37:
5127: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
5128: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
5129: * src/main/compile.tab.C [autoptr] 1.81.2.13:
5130: * src/main/execute.C [autoptr] 1.295.2.27:
5131: * src/main/pa_request.C [autoptr] 1.245.2.37:
5132: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
5133: * src/types/pa_value.C [autoptr] 1.9.2.15:
5134: * src/types/pa_value.h [autoptr] 1.109.2.25:
5135: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
5136: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
5137: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
5138: * src/types/types.dsp [autoptr] 1.35.10.8:
5139: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
5140: set_base, set_derived simplified [counter leaks fixed]
5141:
5142: * src/include/pa_config_fixed.h 1.55:
5143: * src/types/pa_vstatus.C 1.16:
5144: * src/types/types.dsp 1.36:
5145: incorporated status class patch
5146: From: "Victor Fedoseev" <vvf_ru@mail.ru>
5147: Sent: Thursday, January 23, 2003 8:14 AM
5148:
5149: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
5150: QuotaPeakNonPagedPoolUsage
5151: QuotaPeakPagedPoolUsage
5152: PeakPagefileUsage]
5153:
5154: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
5155: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
5156: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
5157: lt_dlexit called
5158:
5159: 2003-03-12 paf
5160: * Makefile.in [autoptr] 1.48.2.4:
5161: * bin/Makefile.in [autoptr] 1.9.2.3:
5162: * configure [autoptr] 1.66.2.4:
5163: * configure.in [autoptr] 1.62.2.4:
5164: * etc/Makefile.in [autoptr] 1.14.2.3:
5165: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
5166: * src/Makefile.in [autoptr] 1.55.2.3:
5167: * src/classes/Makefile.in [autoptr] 1.53.2.3:
5168: * src/include/Makefile.in [autoptr] 1.11.2.5:
5169: * src/lib/Makefile.in [autoptr] 1.8.2.3:
5170: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
5171: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
5172: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
5173: * src/main/Makefile.in [autoptr] 1.50.2.6:
5174: * src/sql/Makefile.in [autoptr] 1.11.2.3:
5175: * src/targets/Makefile.in [autoptr] 1.42.2.3:
5176: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
5177: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
5178: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
5179: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
5180: * src/types/Makefile.in [autoptr] 1.50.2.4:
5181: libstdc++ linkage fixed for g++ 3.2.2
5182:
5183: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
5184: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
5185: * src/main/compile.tab.C [autoptr] 1.81.2.12:
5186: gcc 3.2 rightliy complained on using privately declared class [
5187: fixed]
5188:
5189: * Makefile.am [autoptr] 1.34.2.3:
5190: * Makefile.in [autoptr] 1.48.2.5:
5191: * src/targets/apache13/Makefile.in 1.45:
5192: * src/targets/apache13/p3runConfigure.in 1.12:
5193: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
5194: * tests/Makefile [autoptr] 1.1.2.8:
5195: *** empty log message ***
5196:
5197: * src/include/pa_request.h [autoptr] 1.160.2.36:
5198: * src/main/compile.tab.C [autoptr] 1.81.2.11:
5199: * src/main/execute.C [autoptr] 1.295.2.26:
5200: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
5201: SIGPIPE now can be intercepted
5202: and does not cause exception in exception handler
5203:
5204: * Makefile.in [autoptr] 1.48.2.3:
5205: * bin/Makefile.in [autoptr] 1.9.2.2:
5206: * configure [autoptr] 1.66.2.3:
5207: * configure.in [autoptr] 1.62.2.3:
5208: * etc/Makefile.in [autoptr] 1.14.2.2:
5209: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
5210: * src/Makefile.in [autoptr] 1.55.2.2:
5211: * src/classes/Makefile.in [autoptr] 1.53.2.2:
5212: * src/include/Makefile.in [autoptr] 1.11.2.4:
5213: * src/lib/Makefile.in [autoptr] 1.8.2.2:
5214: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
5215: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
5216: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
5217: * src/main/Makefile.in [autoptr] 1.50.2.5:
5218: * src/sql/Makefile.in [autoptr] 1.11.2.2:
5219: * src/targets/Makefile.in [autoptr] 1.42.2.2:
5220: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
5221: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
5222: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
5223: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
5224: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
5225: * src/types/Makefile.in [autoptr] 1.50.2.3:
5226: configure now default links libstdc++ statically.
5227: that can be overriden by --with-dynamic-stdcpp
5228:
5229: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
5230: 1. more detailed log on signals.
5231: 2. sigpipe before request constructor now causes death
5232:
5233: * configure [autoptr] 1.66.2.5:
5234: * configure.in [autoptr] 1.62.2.5:
5235: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
5236: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
5237: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
5238: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
5239: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
5240: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
5241: lib/ltdl/Makefile now created by /configure.in only [were by
5242: lib/ltdl/configure.in OVERWRITE]
5243:
5244: 2003-03-11 paf
5245: * src/main/compile.tab.C [autoptr] 1.81.2.10:
5246: * src/main/compile.y [autoptr] 1.204.2.7:
5247: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
5248: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
5249: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
5250: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
5251: removed necessity of libstdc++
5252:
5253: * src/include/pa_request.h 1.161:
5254: * src/include/pa_request.h [autoptr] 1.160.2.35:
5255: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
5256:
5257: 2003-03-08 paf
5258: * tests/117.html 1.1:
5259: file 117.html was initially added on branch autoptr.
5260:
5261: * src/classes/xdoc.C [autoptr] 1.108.2.19:
5262: forgotten: global xdoc when ndef XML
5263:
5264: * src/classes/mail.C [autoptr] 1.88.2.16:
5265: * src/classes/response.C [autoptr] 1.23.2.8:
5266: * src/include/pa_request.h [autoptr] 1.160.2.33:
5267: * src/main/pa_request.C [autoptr] 1.245.2.36:
5268: removing vform,response,cookie.h -> pa_request.h dependency
5269:
5270: * tests/118.html 1.1:
5271: file 118.html was initially added on branch autoptr.
5272:
5273: * tests/results/115.processed 1.1:
5274: file 115.processed was initially added on branch autoptr.
5275:
5276: * tests/119.html 1.1:
5277: file 119.html was initially added on branch autoptr.
5278:
5279: * tests/120.html 1.1:
5280: file 120.html was initially added on branch autoptr.
5281:
5282: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
5283: charsets: see some strange things with old xml lib-- it's
5284: internal memory handling has faults
5285:
5286: * tests/results/117.processed 1.1:
5287: file 117.processed was initially added on branch autoptr.
5288:
5289: * tests/results/109.processed 1.1:
5290: file 109.processed was initially added on branch autoptr.
5291:
5292: * tests/results/110.processed 1.1:
5293: file 110.processed was initially added on branch autoptr.
5294:
5295: * tests/021.html [autoptr] 1.1.2.2:
5296: * tests/031.html [autoptr] 1.1.2.2:
5297: * tests/033.html [autoptr] 1.1.2.2:
5298: * tests/109.html [autoptr] 1.1.2.1:
5299: * tests/110.html [autoptr] 1.1.2.1:
5300: * tests/111.html [autoptr] 1.1.2.1:
5301: * tests/112.html [autoptr] 1.1.2.1:
5302: * tests/113.html [autoptr] 1.1.2.1:
5303: * tests/114.html [autoptr] 1.1.2.1:
5304: * tests/115.html [autoptr] 1.1.2.1:
5305: * tests/116.html [autoptr] 1.1.2.1:
5306: * tests/117.html [autoptr] 1.1.2.1:
5307: * tests/118.html [autoptr] 1.1.2.1:
5308: * tests/119.html [autoptr] 1.1.2.1:
5309: * tests/120.html [autoptr] 1.1.2.1:
5310: * tests/results/109.processed [autoptr] 1.1.2.1:
5311: * tests/results/110.processed [autoptr] 1.1.2.1:
5312: * tests/results/111.processed [autoptr] 1.1.2.1:
5313: * tests/results/112.processed [autoptr] 1.1.2.1:
5314: * tests/results/113.processed [autoptr] 1.1.2.1:
5315: * tests/results/114.processed [autoptr] 1.1.2.1:
5316: * tests/results/115.processed [autoptr] 1.1.2.1:
5317: * tests/results/116.processed [autoptr] 1.1.2.1:
5318: * tests/results/117.processed [autoptr] 1.1.2.1:
5319: * tests/results/118.processed [autoptr] 1.1.2.1:
5320: * tests/results/119.processed [autoptr] 1.1.2.1:
5321: * tests/results/120.processed [autoptr] 1.1.2.1:
5322: xml: tests
5323: 109 dom create/show
5324: 110 xpath selectSingle
5325: 111 xdoc.create from tainted &
5326: 112 xdoc.create/output with russian attr value
5327: 113 xpath selectString/Number
5328: 114 dom attributes.count
5329: 115 xpath selectBool
5330: 116 output media-type change
5331: 117 transform by dom stylesheet
5332: 118 empty transform result
5333: 119 dom setAttribute
5334: 120 nbsp letter output
5335:
5336: =END OF PREPARED XML TESTS=
5337:
5338: * tests/results/119.processed 1.1:
5339: file 119.processed was initially added on branch autoptr.
5340:
5341: * tests/results/120.processed 1.1:
5342: file 120.processed was initially added on branch autoptr.
5343:
5344: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
5345: todo: move to latest xml version on win32 and run memleak tests again
5346:
5347: * src/classes/op.C [autoptr] 1.127.2.21:
5348: * src/include/pa_request.h [autoptr] 1.160.2.34:
5349: removing vclass,object.h -> pa_request.h dependency
5350:
5351: * tests/results/112.processed 1.1:
5352: file 112.processed was initially added on branch autoptr.
5353:
5354: * tests/results/114.processed 1.1:
5355: file 114.processed was initially added on branch autoptr.
5356:
5357: * src/main/pa_request.C [autoptr] 1.245.2.32:
5358: * src/main/pa_request.C [autoptr] 1.245.2.33:
5359: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
5360: forgotten: ifdef XML
5361:
5362: * src/classes/hash.C [autoptr] 1.54.2.13:
5363: * src/classes/mail.C [autoptr] 1.88.2.15:
5364: * src/classes/string.C [autoptr] 1.125.2.15:
5365: * src/classes/table.C [autoptr] 1.172.2.14:
5366: * src/include/pa_array.h [autoptr] 1.57.2.27:
5367: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
5368: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
5369: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
5370: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
5371: * www/htdocs/index.html 1.211:
5372: started full-scale-site-test [~ http://parser.ru sources]
5373:
5374: some fixes
5375:
5376: * tests/110.html 1.1:
5377: file 110.html was initially added on branch autoptr.
5378:
5379: * tests/109.html 1.1:
5380: file 109.html was initially added on branch autoptr.
5381:
5382: * src/include/pa_types.h [autoptr] 1.44.2.3:
5383: * src/main/pa_charset.C [autoptr] 1.33.2.19:
5384: charsets: fixed problems when transcode from charset A to A.
5385:
5386: * tests/results/116.processed 1.1:
5387: file 116.processed was initially added on branch autoptr.
5388:
1.24 paf 5389: * Makefile.in [autoptr] 1.48.2.2:
5390: * src/main/pa_request.C [autoptr] 1.245.2.34:
5391: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
5392: *** empty log message ***
5393:
1.23 paf 5394: * tests/111.html 1.1:
5395: file 111.html was initially added on branch autoptr.
5396:
5397: * src/main/untaint.C [autoptr] 1.115.2.12:
5398: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
5399: mail: transcode fixed.
5400: todo: still problems when transcode from charset A to A.
5401:
5402: * tests/112.html 1.1:
5403: file 112.html was initially added on branch autoptr.
5404:
5405: * tests/results/118.processed 1.1:
5406: file 118.processed was initially added on branch autoptr.
5407:
5408: * tests/113.html 1.1:
5409: file 113.html was initially added on branch autoptr.
5410:
5411: * tests/results/111.processed 1.1:
5412: file 111.processed was initially added on branch autoptr.
5413:
5414: * tests/Makefile [autoptr] 1.1.2.7:
5415: make install & co
5416:
5417: * tests/114.html 1.1:
5418: file 114.html was initially added on branch autoptr.
5419:
5420: * tests/115.html 1.1:
5421: file 115.html was initially added on branch autoptr.
5422:
5423: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
5424: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
5425: yet another return 0; fixed
5426:
5427: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
5428: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
5429: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
5430: vmail.C received just compiled [not tested]
5431:
5432: * tests/results/113.processed 1.1:
5433: file 113.processed was initially added on branch autoptr.
5434:
5435: * tests/116.html 1.1:
5436: file 116.html was initially added on branch autoptr.
5437:
5438: * src/include/pa_request.h [autoptr] 1.160.2.32:
5439: removing vmail.h -> pa_request.h dependency [testing...]
5440:
5441: 2003-03-07 paf
5442: * src/classes/xdoc.C [autoptr] 1.108.2.18:
5443: * src/include/pa_charset.h [autoptr] 1.20.2.18:
5444: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
5445: * tests/108.html [autoptr] 1.1.2.1:
5446: * tests/108.xsl [autoptr] 1.1.2.1:
5447: * tests/results/108.processed [autoptr] 1.1.2.1:
5448: xml: test 108 transform with params [bugs fixed]
5449:
5450: * tests/results/107.processed 1.1:
5451: file 107.processed was initially added on branch autoptr.
5452:
5453: * tests/108.xsl 1.1:
5454: file 108.xsl was initially added on branch autoptr.
5455:
1.24 paf 5456: * src/classes/xdoc.C [autoptr] 1.108.2.15:
5457: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
5458: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
5459: xml: linked
5460:
1.23 paf 5461: * tests/106.html 1.1:
5462: file 106.html was initially added on branch autoptr.
5463:
5464: * src/classes/classes.C [autoptr] 1.18.2.6:
5465: fixed: prevent system classes from modification to lock ALL the
5466: classes, not only directly used
5467:
5468: * tests/107.html 1.1:
5469: file 107.html was initially added on branch autoptr.
5470:
5471: * tests/108.html 1.1:
5472: file 108.html was initially added on branch autoptr.
5473:
5474: * tests/results/106.processed 1.1:
5475: file 106.processed was initially added on branch autoptr.
5476:
5477: * src/include/pa_charset.h [autoptr] 1.20.2.16:
5478: * src/main/pa_charset.C [autoptr] 1.33.2.16:
5479: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
5480: xml: charset two mem alloc functions used for different cases [
5481: libxml, libxsl]
5482:
5483: * src/classes/xdoc.C [autoptr] 1.108.2.17:
5484: * src/include/pa_charset.h [autoptr] 1.20.2.17:
5485: * src/include/pa_request.h [autoptr] 1.160.2.31:
5486: * src/main/execute.C [autoptr] 1.295.2.25:
5487: * src/main/pa_charset.C [autoptr] 1.33.2.17:
5488: * src/main/pa_exception.C [autoptr] 1.43.2.15:
5489: * src/main/pa_globals.C [autoptr] 1.152.2.19:
5490: * src/main/pa_request.C [autoptr] 1.245.2.31:
5491: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
5492: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
5493: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
5494: * tests/107.html [autoptr] 1.1.2.1:
5495: * tests/results/107.processed [autoptr] 1.1.2.1:
5496: xml: test: 107 bug fixes
5497:
5498: * tests/results/108.processed 1.1:
5499: file 108.processed was initially added on branch autoptr.
5500:
5501: * src/classes/xdoc.C [autoptr] 1.108.2.14:
5502: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
5503: xdoc.C compiled
5504:
5505: * tests/106.html [autoptr] 1.1.2.1:
5506: * tests/results/106.processed [autoptr] 1.1.2.1:
5507: test: 106 xdoc create, string
5508:
5509: * src/classes/xdoc.C [autoptr] 1.108.2.16:
5510: * src/classes/xnode.C [autoptr] 1.54.2.10:
5511: * src/classes/xnode.h [autoptr] 1.18.2.6:
5512: * src/types/pa_value.h [autoptr] 1.109.2.24:
5513: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
5514: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
5515: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
5516: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
5517: test: 107 bug fixes
5518:
5519: * src/main/pa_charset.C [autoptr] 1.33.2.18:
5520: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
5521: fixed: mem leak from copy/paste bug
5522:
5523: 2003-03-06 paf
5524: * tests/023.html [autoptr] 1.1.2.2:
5525: in some cases it rounded up badly. postponing solution of that
5526: problem, making more simple test
5527:
5528: * src/include/pa_charset.h [autoptr] 1.20.2.14:
5529: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
5530: * src/include/pa_memory.h [autoptr] 1.1.2.6:
5531: * src/include/pa_pool.h [autoptr] 1.86.2.32:
5532: * src/main/pa_charset.C [autoptr] 1.33.2.14:
5533: * src/main/pa_memory.C [autoptr] 1.1.2.4:
5534: * src/main/pa_pool.C [autoptr] 1.59.2.6:
5535: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
5536: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
5537: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
5538: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
5539: xml: charsets
5540:
5541: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
5542: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
5543: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
5544: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
5545: xml: stylesheet&manager done
5546:
5547: * src/classes/xnode.C [autoptr] 1.54.2.9:
5548: * src/classes/xnode.h [autoptr] 1.18.2.5:
5549: * src/include/pa_charset.h [autoptr] 1.20.2.15:
5550: * src/include/pa_memory.h [autoptr] 1.1.2.8:
5551: * src/include/pa_request.h [autoptr] 1.160.2.30:
5552: * src/include/pa_string.h [autoptr] 1.144.2.28:
5553: * src/main/pa_globals.C [autoptr] 1.152.2.18:
5554: * src/main/pa_request.C [autoptr] 1.245.2.30:
5555: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
5556: xnode.C compiled
5557:
5558: * src/include/pa_memory.h [autoptr] 1.1.2.7:
5559: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
5560: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
5561: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
5562: xml: stylesheet&manager STARTED
5563:
5564: * src/include/pa_globals.h [autoptr] 1.101.2.15:
5565: * src/main/pa_charset.C [autoptr] 1.33.2.15:
5566: * src/main/pa_exception.C [autoptr] 1.43.2.14:
5567: * src/main/pa_globals.C [autoptr] 1.152.2.17:
5568: xml: exceptions
5569:
5570: * src/classes/xdoc.C [autoptr] 1.108.2.13:
5571: xdoc.C 50%
5572:
5573: * src/include/pa_charset.h [autoptr] 1.20.2.13:
5574: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
5575: * src/main/pa_charset.C [autoptr] 1.33.2.13:
5576: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
5577: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
5578: charset_utf8 declaration moved to charsets.C
5579:
5580: * Makefile.am [autoptr] 1.34.2.2:
5581: * tests/Makefile [autoptr] 1.1.2.4:
5582: * tests/Makefile [autoptr] 1.1.2.6:
5583: *** empty log message ***
5584:
5585: * tests/058_paf2000.png [autoptr] 1.1.2.2:
5586: * tests/results/058.processed [autoptr] 1.1.2.2:
5587: .png added with -kb now
5588:
5589: 2003-03-05 paf
5590: * tests/results/105.processed 1.1:
5591: file 105.processed was initially added on branch autoptr.
5592:
5593: * src/classes/math.C [autoptr] 1.24.2.12:
5594: can be: crypt in -lcrypt OK, but crypt.h be missing
5595:
5596: * src/classes/op.C [autoptr] 1.127.2.20:
5597: * src/main/main.dsp [autoptr] 1.161.6.13:
5598: * tests/104.html [autoptr] 1.1.2.1:
5599: * tests/results/104.processed [autoptr] 1.1.2.1:
5600: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
5601: ^bpt operator added [does int3 in debug build on win32]
5602:
5603: * www/htdocs/auto.p [autoptr] 1.17.10.1:
5604: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
5605: * www/htdocs/base.p [autoptr] 1.6.6.1:
5606: * www/htdocs/derived.p [autoptr] 1.24.6.1:
5607: * www/htdocs/font.gif [autoptr] 1.1.6.1:
5608: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
5609: * www/htdocs/index.html [autoptr] 1.210.2.1:
5610: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
5611: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
5612: * www/htdocs/operators.p [autoptr] 1.11.8.1:
5613: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
5614: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
5615: * www/htdocs/some.p [autoptr] 1.2.8.1:
5616: removed old tests
5617:
5618: * tests/104.html 1.1:
5619: file 104.html was initially added on branch autoptr.
5620:
1.24 paf 5621: * tests/105.html 1.1:
5622: file 105.html was initially added on branch autoptr.
5623:
1.23 paf 5624: * src/classes/math.C [autoptr] 1.24.2.11:
5625: * src/classes/op.C [autoptr] 1.127.2.19:
5626: * src/classes/string.C [autoptr] 1.125.2.13:
5627: * src/lib/Makefile.in [autoptr] 1.8.2.1:
5628: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
5629: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
5630: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
5631: * src/main/pa_exec.C [autoptr] 1.48.2.18:
5632: * src/targets/Makefile.in [autoptr] 1.42.2.1:
5633: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
5634: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
5635: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
5636: gcc more happy. todo:make linker happy
5637:
5638: * tests/results/104.processed 1.1:
5639: file 104.processed was initially added on branch autoptr.
5640:
5641: * ltmain.sh [autoptr] 1.5.2.1:
5642: ltmain.sh added
5643:
5644: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
5645: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
5646: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
5647: linker needed more tricks to link OK
5648:
5649: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
5650: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
5651: hash_default_element_name made static
5652:
5653: * src/include/Makefile.am [autoptr] 1.3.14.2:
5654: * src/include/Makefile.in [autoptr] 1.11.2.3:
5655: * src/main/Makefile.am [autoptr] 1.35.6.4:
5656: * src/main/Makefile.in [autoptr] 1.50.2.4:
5657: * src/types/Makefile.am [autoptr] 1.28.10.1:
5658: * src/types/Makefile.in [autoptr] 1.50.2.2:
5659: forgotten files added to Makes
5660:
5661: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
5662: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
5663: hash_default_element_name change undone ;(
5664:
5665: * src/classes/file.C [autoptr] 1.107.2.16:
5666: * src/include/pa_exec.h [autoptr] 1.11.2.6:
5667: * src/main/pa_exec.C [autoptr] 1.48.2.17:
5668: pa_exec env param made optional
5669:
5670: * tests/057.html [autoptr] 1.1.2.3:
5671: * tests/results/057.processed [autoptr] 1.1.2.3:
5672: test bug fixed
5673:
5674: * src/classes/string.C [autoptr] 1.125.2.14:
5675: * src/include/pa_string.h [autoptr] 1.144.2.27:
5676: * src/main/pa_string.C [autoptr] 1.172.2.20:
5677: * tests/105.html [autoptr] 1.1.2.1:
5678: * tests/results/105.processed [autoptr] 1.1.2.1:
5679: String::match bug fixed
5680:
5681: 2003-03-04 paf
5682: * tests/results/060.processed 1.1:
5683: file 060.processed was initially added on branch autoptr.
5684:
5685: * tests/results/059.processed 1.1:
5686: file 059.processed was initially added on branch autoptr.
5687:
5688: * tests/072.html 1.1:
5689: file 072.html was initially added on branch autoptr.
5690:
5691: * tests/results/052.processed 1.1:
5692: file 052.processed was initially added on branch autoptr.
5693:
5694: * tests/074.html 1.1:
5695: file 074.html was initially added on branch autoptr.
5696:
5697: * tests/results/099.processed 1.1:
5698: file 099.processed was initially added on branch autoptr.
5699:
5700: * tests/076.html 1.1:
5701: file 076.html was initially added on branch autoptr.
5702:
5703: * tests/results/092.processed 1.1:
5704: file 092.processed was initially added on branch autoptr.
5705:
5706: * tests/results/102.processed 1.1:
5707: file 102.processed was initially added on branch autoptr.
5708:
5709: * tests/results/084.processed 1.1:
5710: file 084.processed was initially added on branch autoptr.
5711:
5712: * tests/078.html 1.1:
5713: file 078.html was initially added on branch autoptr.
5714:
5715: * tests/results/076.processed 1.1:
5716: file 076.processed was initially added on branch autoptr.
5717:
5718: * tests/081.html 1.1:
5719: file 081.html was initially added on branch autoptr.
5720:
5721: * tests/results/068.processed 1.1:
5722: file 068.processed was initially added on branch autoptr.
5723:
5724: * tests/results/061.processed 1.1:
5725: file 061.processed was initially added on branch autoptr.
5726:
5727: * src/classes/Makefile.in [autoptr] 1.53.2.1:
5728: * src/classes/mail.C [autoptr] 1.88.2.13:
5729: * src/main/Makefile.in [autoptr] 1.50.2.3:
5730: * src/main/pa_exec.C [autoptr] 1.48.2.16:
5731: * src/sql/Makefile.in [autoptr] 1.11.2.1:
5732: * src/types/Makefile.in [autoptr] 1.50.2.1:
5733: *** empty log message ***
5734:
5735: * tests/083.html 1.1:
5736: file 083.html was initially added on branch autoptr.
5737:
5738: * tests/results/053.processed 1.1:
5739: file 053.processed was initially added on branch autoptr.
5740:
5741: * tests/053.html [autoptr] 1.1.2.1:
5742: * tests/054.html [autoptr] 1.1.2.1:
5743: * tests/055.html [autoptr] 1.1.2.1:
5744: * tests/056.html [autoptr] 1.1.2.1:
5745: * tests/057.html [autoptr] 1.1.2.1:
5746: * tests/058.html [autoptr] 1.1.2.1:
5747: * tests/058_paf2000.png [autoptr] 1.1.2.1:
5748: * tests/059.html [autoptr] 1.1.2.1:
5749: * tests/060.html [autoptr] 1.1.2.1:
5750: * tests/results/053.processed [autoptr] 1.1.2.1:
5751: * tests/results/054.processed [autoptr] 1.1.2.1:
5752: * tests/results/055.processed [autoptr] 1.1.2.1:
5753: * tests/results/056.processed [autoptr] 1.1.2.1:
5754: * tests/results/057.processed [autoptr] 1.1.2.1:
5755: * tests/results/058.processed [autoptr] 1.1.2.1:
5756: * tests/results/059.processed [autoptr] 1.1.2.1:
5757: * tests/results/060.processed [autoptr] 1.1.2.1:
5758: test:
5759: 53 string.replace
5760: 54 junctions
5761: 55 table.hash
5762: 56 call indirect
5763: 57 date.create[string]
5764: 58 image.measure[png]
5765:
5766: * src/classes/image.C [autoptr] 1.90.2.14:
5767: * tests/098.html [autoptr] 1.1.2.1:
5768: * tests/098font.gif [autoptr] 1.1.2.1:
5769: * tests/results/098.processed [autoptr] 1.1.2.1:
5770: test:
5771: 98 image font text [bug fixed]
5772:
5773: * tests/085.html 1.1:
5774: file 085.html was initially added on branch autoptr.
5775:
5776: * tests/096_dir/188.jpg 1.1:
5777: file 188.jpg was initially added on branch autoptr.
5778:
5779: * tests/096_dir/163.jpg 1.1:
5780: file 163.jpg was initially added on branch autoptr.
5781:
5782: * tests/087.html 1.1:
5783: file 087.html was initially added on branch autoptr.
5784:
5785: * tests/103paf2001.gif 1.1:
5786: file 103paf2001.gif was initially added on branch autoptr.
5787:
5788: * tests/results/103.processed 1.1:
5789: file 103.processed was initially added on branch autoptr.
5790:
5791: * tests/results/093.processed 1.1:
5792: file 093.processed was initially added on branch autoptr.
5793:
5794: * tests/053.html 1.1:
5795: file 053.html was initially added on branch autoptr.
5796:
5797: * tests/results/085.processed 1.1:
5798: file 085.processed was initially added on branch autoptr.
5799:
5800: * tests/089.html 1.1:
5801: file 089.html was initially added on branch autoptr.
5802:
5803: * tests/090.html 1.1:
5804: file 090.html was initially added on branch autoptr.
5805:
5806: * tests/100.html 1.1:
5807: file 100.html was initially added on branch autoptr.
5808:
5809: * tests/results/077.processed 1.1:
5810: file 077.processed was initially added on branch autoptr.
5811:
5812: * tests/055.html 1.1:
5813: file 055.html was initially added on branch autoptr.
5814:
5815: * src/classes/table.C [autoptr] 1.172.2.12:
5816: * src/main/execute.C [autoptr] 1.295.2.23:
5817: * tests/061.dat [autoptr] 1.1.2.1:
5818: * tests/061.html [autoptr] 1.1.2.1:
5819: * tests/062.html [autoptr] 1.1.2.1:
5820: * tests/063.html [autoptr] 1.1.2.1:
5821: * tests/064.html [autoptr] 1.1.2.1:
5822: * tests/065.html [autoptr] 1.1.2.1:
5823: * tests/066.html [autoptr] 1.1.2.1:
5824: * tests/067.html [autoptr] 1.1.2.1:
5825: * tests/068.html [autoptr] 1.1.2.1:
5826: * tests/069.html [autoptr] 1.1.2.1:
5827: * tests/070.html [autoptr] 1.1.2.1:
5828: * tests/071.html [autoptr] 1.1.2.1:
5829: * tests/072.html [autoptr] 1.1.2.1:
5830: * tests/073.html [autoptr] 1.1.2.1:
5831: * tests/074.html [autoptr] 1.1.2.1:
5832: * tests/075.html [autoptr] 1.1.2.1:
5833: * tests/076.html [autoptr] 1.1.2.1:
5834: * tests/077.html [autoptr] 1.1.2.1:
5835: * tests/078.html [autoptr] 1.1.2.1:
5836: * tests/079.html [autoptr] 1.1.2.1:
5837: * tests/080.html [autoptr] 1.1.2.1:
5838: * tests/081.html [autoptr] 1.1.2.1:
5839: * tests/082.html [autoptr] 1.1.2.1:
5840: * tests/083.html [autoptr] 1.1.2.1:
5841: * tests/084.html [autoptr] 1.1.2.1:
5842: * tests/085.html [autoptr] 1.1.2.1:
5843: * tests/086.html [autoptr] 1.1.2.1:
5844: * tests/087.html [autoptr] 1.1.2.1:
5845: * tests/088.html [autoptr] 1.1.2.1:
5846: * tests/089.html [autoptr] 1.1.2.1:
5847: * tests/090.html [autoptr] 1.1.2.1:
5848: * tests/091.html [autoptr] 1.1.2.1:
5849: * tests/092.html [autoptr] 1.1.2.1:
5850: * tests/093.html [autoptr] 1.1.2.1:
5851: * tests/094.html [autoptr] 1.1.2.1:
5852: * tests/095.html [autoptr] 1.1.2.1:
5853: * tests/results/061.processed [autoptr] 1.1.2.1:
5854: * tests/results/062.processed [autoptr] 1.1.2.1:
5855: * tests/results/063.processed [autoptr] 1.1.2.1:
5856: * tests/results/064.processed [autoptr] 1.1.2.1:
5857: * tests/results/065.processed [autoptr] 1.1.2.1:
5858: * tests/results/066.processed [autoptr] 1.1.2.1:
5859: * tests/results/067.processed [autoptr] 1.1.2.1:
5860: * tests/results/068.processed [autoptr] 1.1.2.1:
5861: * tests/results/069.processed [autoptr] 1.1.2.1:
5862: * tests/results/070.processed [autoptr] 1.1.2.1:
5863: * tests/results/071.processed [autoptr] 1.1.2.1:
5864: * tests/results/072.processed [autoptr] 1.1.2.1:
5865: * tests/results/073.processed [autoptr] 1.1.2.1:
5866: * tests/results/074.processed [autoptr] 1.1.2.1:
5867: * tests/results/075.processed [autoptr] 1.1.2.1:
5868: * tests/results/076.processed [autoptr] 1.1.2.1:
5869: * tests/results/077.processed [autoptr] 1.1.2.1:
5870: * tests/results/078.processed [autoptr] 1.1.2.1:
5871: * tests/results/079.processed [autoptr] 1.1.2.1:
5872: * tests/results/080.processed [autoptr] 1.1.2.1:
5873: * tests/results/081.processed [autoptr] 1.1.2.1:
5874: * tests/results/082.processed [autoptr] 1.1.2.1:
5875: * tests/results/083.processed [autoptr] 1.1.2.1:
5876: * tests/results/084.processed [autoptr] 1.1.2.1:
5877: * tests/results/085.processed [autoptr] 1.1.2.1:
5878: * tests/results/086.processed [autoptr] 1.1.2.1:
5879: * tests/results/087.processed [autoptr] 1.1.2.1:
5880: * tests/results/088.processed [autoptr] 1.1.2.1:
5881: * tests/results/089.processed [autoptr] 1.1.2.1:
5882: * tests/results/090.processed [autoptr] 1.1.2.1:
5883: * tests/results/091.processed [autoptr] 1.1.2.1:
5884: * tests/results/092.processed [autoptr] 1.1.2.1:
5885: * tests/results/093.processed [autoptr] 1.1.2.1:
5886: * tests/results/094.processed [autoptr] 1.1.2.1:
5887: * tests/results/095.processed [autoptr] 1.1.2.1:
5888: tests:
5889: 61 file::stat size
5890: 62 string->int autoconvert
5891: 63 double .int,dec,div,mul
5892: 64 date compare
5893: 65 file: basename,justname,justext
5894: 66 math:crypt
5895: 67 string.match simple on long
5896: 68 string.match normalized simple on long
5897: 69 string.int
5898: 70 file::stat content-type
5899: 71 table.join
5900: 72 hash parameter conditional pass
5901: 73 date daylightsaving,yearday
5902: 74 date arithmetics
5903: 75 response date values/attributes
5904: 76 string.pos of void, void.pos
5905: 77 syntax parsing
5906: 78 cookie tainting
5907: 79 switch with local
5908: 80 scientific numeric literal in string autoconvert
5909: 81 xor: logical and numerical
5910: 82 for delims
5911: 83 menu delims
5912: 84 table.hash distinct
5913: 85 long string replace
5914: 86 throw+catch current language preserve
5915: 87 bit shifts
5916: 88 junction tests + $caller test
5917: 89 hash.foreach selfmodification
5918: 90 int/void to int
5919: 91 $caller test
5920: 92 junction is + def junction tests
5921: 93 $caller test
5922: 94 syntax test
5923: 95 table.hash(keygenerator) [bug fixed]
5924:
5925: * tests/results/070.processed 1.1:
5926: file 070.processed was initially added on branch autoptr.
5927:
5928: * tests/results/069.processed 1.1:
5929: file 069.processed was initially added on branch autoptr.
5930:
5931: * tests/061.dat 1.1:
5932: file 061.dat was initially added on branch autoptr.
5933:
5934: * tests/092.html 1.1:
5935: file 092.html was initially added on branch autoptr.
5936:
5937: * tests/102.html 1.1:
5938: file 102.html was initially added on branch autoptr.
5939:
5940: * tests/results/062.processed 1.1:
5941: file 062.processed was initially added on branch autoptr.
5942:
5943: * tests/057.html 1.1:
5944: file 057.html was initially added on branch autoptr.
5945:
5946: * tests/results/054.processed 1.1:
5947: file 054.processed was initially added on branch autoptr.
5948:
5949: * tests/094.html 1.1:
5950: file 094.html was initially added on branch autoptr.
5951:
5952: * tests/059.html 1.1:
5953: file 059.html was initially added on branch autoptr.
5954:
5955: * tests/060.html 1.1:
5956: file 060.html was initially added on branch autoptr.
5957:
5958: * tests/096.html 1.1:
5959: file 096.html was initially added on branch autoptr.
5960:
5961: * tests/results/094.processed 1.1:
5962: file 094.processed was initially added on branch autoptr.
5963:
5964: * tests/062.html 1.1:
5965: file 062.html was initially added on branch autoptr.
5966:
5967: * tests/results/086.processed 1.1:
5968: file 086.processed was initially added on branch autoptr.
5969:
5970: * tests/098font.gif 1.1:
5971: file 098font.gif was initially added on branch autoptr.
5972:
5973: * tests/098.html 1.1:
5974: file 098.html was initially added on branch autoptr.
5975:
5976: * tests/results/078.processed 1.1:
5977: file 078.processed was initially added on branch autoptr.
5978:
5979: * tests/064.html 1.1:
5980: file 064.html was initially added on branch autoptr.
5981:
5982: * tests/results/071.processed 1.1:
5983: file 071.processed was initially added on branch autoptr.
5984:
5985: * tests/results/063.processed 1.1:
5986: file 063.processed was initially added on branch autoptr.
5987:
5988: * tests/066.html 1.1:
5989: file 066.html was initially added on branch autoptr.
5990:
5991: * tests/results/055.processed 1.1:
5992: file 055.processed was initially added on branch autoptr.
5993:
5994: * tests/068.html 1.1:
5995: file 068.html was initially added on branch autoptr.
5996:
5997: * tests/071.html 1.1:
5998: file 071.html was initially added on branch autoptr.
5999:
6000: * tests/results/095.processed 1.1:
6001: file 095.processed was initially added on branch autoptr.
6002:
6003: * tests/results/087.processed 1.1:
6004: file 087.processed was initially added on branch autoptr.
6005:
6006: * tests/073.html 1.1:
6007: file 073.html was initially added on branch autoptr.
6008:
6009: * tests/results/079.processed 1.1:
6010: file 079.processed was initially added on branch autoptr.
6011:
6012: * tests/results/080.processed 1.1:
6013: file 080.processed was initially added on branch autoptr.
6014:
6015: * tests/results/072.processed 1.1:
6016: file 072.processed was initially added on branch autoptr.
6017:
6018: * tests/075.html 1.1:
6019: file 075.html was initially added on branch autoptr.
6020:
6021: * tests/results/064.processed 1.1:
6022: file 064.processed was initially added on branch autoptr.
6023:
6024: * tests/103.html [autoptr] 1.1.2.1:
6025: * tests/103mark.gif [autoptr] 1.1.2.1:
6026: * tests/103paf2001.gif [autoptr] 1.1.2.1:
6027: * tests/results/103.processed [autoptr] 1.1.2.1:
6028: tests:
6029: 103 image.copy transparence test
6030:
6031: * tests/results/056.processed 1.1:
6032: file 056.processed was initially added on branch autoptr.
6033:
6034: * tests/077.html 1.1:
6035: file 077.html was initially added on branch autoptr.
6036:
6037: * tests/080.html 1.1:
6038: file 080.html was initially added on branch autoptr.
6039:
6040: * tests/079.html 1.1:
6041: file 079.html was initially added on branch autoptr.
6042:
6043: * tests/results/096.processed 1.1:
6044: file 096.processed was initially added on branch autoptr.
6045:
6046: * tests/082.html 1.1:
6047: file 082.html was initially added on branch autoptr.
6048:
6049: * tests/results/088.processed 1.1:
6050: file 088.processed was initially added on branch autoptr.
6051:
6052: * tests/results/081.processed 1.1:
6053: file 081.processed was initially added on branch autoptr.
6054:
6055: * tests/084.html 1.1:
6056: file 084.html was initially added on branch autoptr.
6057:
6058: * tests/results/073.processed 1.1:
6059: file 073.processed was initially added on branch autoptr.
6060:
6061: * tests/058_paf2000.png 1.1:
6062: file 058_paf2000.png was initially added on branch autoptr.
6063:
6064: * tests/results/065.processed 1.1:
6065: file 065.processed was initially added on branch autoptr.
6066:
6067: * tests/086.html 1.1:
6068: file 086.html was initially added on branch autoptr.
6069:
6070: * tests/results/057.processed 1.1:
6071: file 057.processed was initially added on branch autoptr.
6072:
6073: * tests/052.html 1.1:
6074: file 052.html was initially added on branch autoptr.
6075:
6076: * tests/088.html 1.1:
6077: file 088.html was initially added on branch autoptr.
6078:
6079: * tests/054.html 1.1:
6080: file 054.html was initially added on branch autoptr.
6081:
6082: * src/main/pa_common.C [autoptr] 1.143.2.21:
6083: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
6084: * tests/097.html [autoptr] 1.1.2.1:
6085: * tests/results/097.processed [autoptr] 1.1.2.1:
6086: test:
6087: 97 file::load http:// [bugs fixed]
6088:
6089: * tests/101.html 1.1:
6090: file 101.html was initially added on branch autoptr.
6091:
6092: * tests/091.html 1.1:
6093: file 091.html was initially added on branch autoptr.
6094:
6095: * tests/results/097.processed 1.1:
6096: file 097.processed was initially added on branch autoptr.
6097:
6098: * tests/056.html 1.1:
6099: file 056.html was initially added on branch autoptr.
6100:
6101: * tests/results/089.processed 1.1:
6102: file 089.processed was initially added on branch autoptr.
6103:
6104: * tests/results/090.processed 1.1:
6105: file 090.processed was initially added on branch autoptr.
6106:
6107: * src/classes/hash.C [autoptr] 1.54.2.12:
6108: * src/classes/image.C [autoptr] 1.90.2.13:
6109: * src/classes/table.C [autoptr] 1.172.2.13:
6110: * src/include/pa_memory.h [autoptr] 1.1.2.5:
6111: * tests/096.html [autoptr] 1.1.2.1:
6112: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
6113: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
6114: * tests/results/096.processed [autoptr] 1.1.2.1:
6115: tests:
6116: 96 image EXIF [bug fixed]
6117:
6118: * tests/results/100.processed 1.1:
6119: file 100.processed was initially added on branch autoptr.
6120:
6121: * tests/103.html 1.1:
6122: file 103.html was initially added on branch autoptr.
6123:
6124: * tests/093.html 1.1:
6125: file 093.html was initially added on branch autoptr.
6126:
6127: * tests/results/082.processed 1.1:
6128: file 082.processed was initially added on branch autoptr.
6129:
6130: * tests/052.html [autoptr] 1.1.2.1:
6131: * tests/outputs/049.processed [autoptr] 1.1.2.2:
6132: * tests/outputs/050.processed [autoptr] 1.1.2.2:
6133: * tests/outputs/051.processed [autoptr] 1.1.2.2:
6134: * tests/results/052.processed [autoptr] 1.1.2.1:
6135: test:
6136: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
6137:
6138: * tests/058.html 1.1:
6139: file 058.html was initially added on branch autoptr.
6140:
6141: * tests/results/074.processed 1.1:
6142: file 074.processed was initially added on branch autoptr.
6143:
6144: * tests/095.html 1.1:
6145: file 095.html was initially added on branch autoptr.
6146:
6147: * tests/results/066.processed 1.1:
6148: file 066.processed was initially added on branch autoptr.
6149:
6150: * tests/061.html 1.1:
6151: file 061.html was initially added on branch autoptr.
6152:
6153: * tests/results/058.processed 1.1:
6154: file 058.processed was initially added on branch autoptr.
6155:
6156: * tests/103mark.gif 1.1:
6157: file 103mark.gif was initially added on branch autoptr.
6158:
6159: * tests/097.html 1.1:
6160: file 097.html was initially added on branch autoptr.
6161:
6162: * tests/063.html 1.1:
6163: file 063.html was initially added on branch autoptr.
6164:
6165: * src/main/execute.C [autoptr] 1.295.2.22:
6166: * src/main/pa_table.C [autoptr] 1.53.2.10:
6167: test:
6168: 59 table.locate [bug fixed]
6169: 60 string eq string [bug fixed]
6170:
6171: * tests/099.html 1.1:
6172: file 099.html was initially added on branch autoptr.
6173:
6174: * tests/065.html 1.1:
6175: file 065.html was initially added on branch autoptr.
6176:
6177: * tests/results/098.processed 1.1:
6178: file 098.processed was initially added on branch autoptr.
6179:
6180: * tests/results/091.processed 1.1:
6181: file 091.processed was initially added on branch autoptr.
6182:
6183: * tests/results/101.processed 1.1:
6184: file 101.processed was initially added on branch autoptr.
6185:
6186: * tests/057.html [autoptr] 1.1.2.2:
6187: * tests/099.html [autoptr] 1.1.2.1:
6188: * tests/100.html [autoptr] 1.1.2.1:
6189: * tests/results/057.processed [autoptr] 1.1.2.2:
6190: * tests/results/099.processed [autoptr] 1.1.2.1:
6191: * tests/results/100.processed [autoptr] 1.1.2.1:
6192: tests:
6193: 57 date create 2002: added
6194: 99,100 response:body/download
6195:
6196: * tests/067.html 1.1:
6197: file 067.html was initially added on branch autoptr.
6198:
6199: * tests/results/083.processed 1.1:
6200: file 083.processed was initially added on branch autoptr.
6201:
6202: * tests/results/075.processed 1.1:
6203: file 075.processed was initially added on branch autoptr.
6204:
6205: * src/main/execute.C [autoptr] 1.295.2.24:
6206: * tests/101.html [autoptr] 1.1.2.1:
6207: * tests/102.html [autoptr] 1.1.2.1:
6208: * tests/results/101.processed [autoptr] 1.1.2.1:
6209: * tests/results/102.processed [autoptr] 1.1.2.1:
6210: tests:
6211: 101 method/variable name conflict test
6212: 102 form fields change should not not change anything [bug fix]
6213:
6214: * tests/070.html 1.1:
6215: file 070.html was initially added on branch autoptr.
6216:
6217: * tests/069.html 1.1:
6218: file 069.html was initially added on branch autoptr.
6219:
6220: * tests/results/067.processed 1.1:
6221: file 067.processed was initially added on branch autoptr.
6222:
6223: * src/classes/image.C [autoptr] 1.90.2.15:
6224: * src/include/pa_request.h [autoptr] 1.160.2.29:
6225: * src/include/pa_stack.h [autoptr] 1.17.2.6:
6226: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
6227: number of gcc compiler bugs fixed
6228:
6229: 2003-03-03 paf
6230: * tests/037.html 1.1:
6231: file 037.html was initially added on branch autoptr.
6232:
6233: * tests/results/044.processed 1.1:
6234: file 044.processed was initially added on branch autoptr.
6235:
6236: * tests/039.html 1.1:
6237: file 039.html was initially added on branch autoptr.
6238:
6239: * tests/040.html 1.1:
6240: file 040.html was initially added on branch autoptr.
6241:
6242: * tests/results/036.processed 1.1:
6243: file 036.processed was initially added on branch autoptr.
6244:
6245: * tests/042.html 1.1:
6246: file 042.html was initially added on branch autoptr.
6247:
6248: * tests/044.html 1.1:
6249: file 044.html was initially added on branch autoptr.
6250:
6251: * src/main/pa_request.C [autoptr] 1.245.2.29:
6252: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
6253: * tests/033.html [autoptr] 1.1.2.1:
6254: * tests/034.html [autoptr] 1.1.2.1:
6255: * tests/035.html [autoptr] 1.1.2.1:
6256: * tests/036.html [autoptr] 1.1.2.1:
6257: * tests/037.html [autoptr] 1.1.2.1:
6258: * tests/038.html [autoptr] 1.1.2.1:
6259: * tests/results/033.processed [autoptr] 1.1.2.1:
6260: * tests/results/034.processed [autoptr] 1.1.2.1:
6261: * tests/results/035.processed [autoptr] 1.1.2.1:
6262: * tests/results/036.processed [autoptr] 1.1.2.1:
6263: * tests/results/037.processed [autoptr] 1.1.2.1:
6264: * tests/results/038.processed [autoptr] 1.1.2.1:
6265: tests:
6266: 33 string.replace
6267: 34 string.upper
6268: 35 table created
6269: 36 local/global vars with juntions
6270: 37 table clone
6271: 38 math PI & number formatting
6272:
6273: math class registring typo fixed
6274:
6275: * tests/046.html 1.1:
6276: file 046.html was initially added on branch autoptr.
6277:
6278: * tests/040.html [autoptr] 1.1.2.1:
6279: * tests/results/040.processed [autoptr] 1.1.2.1:
6280: test:
6281: 39 method result of type table
6282: 40 method param junction auto evaluate
6283:
6284: * tests/051b.p 1.1:
6285: file 051b.p was initially added on branch autoptr.
6286:
6287: * tests/results/045.processed 1.1:
6288: file 045.processed was initially added on branch autoptr.
6289:
6290: * tests/048.html 1.1:
6291: file 048.html was initially added on branch autoptr.
6292:
6293: * tests/results/037.processed 1.1:
6294: file 037.processed was initially added on branch autoptr.
6295:
6296: * tests/051.html 1.1:
6297: file 051.html was initially added on branch autoptr.
6298:
6299: * tests/results/046.processed 1.1:
6300: file 046.processed was initially added on branch autoptr.
6301:
6302: * tests/results/038.processed 1.1:
6303: file 038.processed was initially added on branch autoptr.
6304:
6305: * tests/041.html [autoptr] 1.1.2.1:
6306: * tests/results/041.processed [autoptr] 1.1.2.1:
6307: test:
6308: 41 table.locate by expression
6309:
6310: * tests/032.html 1.1:
6311: file 032.html was initially added on branch autoptr.
6312:
6313: * tests/results/047.processed 1.1:
6314: file 047.processed was initially added on branch autoptr.
6315:
6316: * tests/034.html 1.1:
6317: file 034.html was initially added on branch autoptr.
6318:
6319: * tests/results/040.processed 1.1:
6320: file 040.processed was initially added on branch autoptr.
6321:
6322: * tests/results/039.processed 1.1:
6323: file 039.processed was initially added on branch autoptr.
6324:
6325: * tests/results/032.processed 1.1:
6326: file 032.processed was initially added on branch autoptr.
6327:
6328: * tests/036.html 1.1:
6329: file 036.html was initially added on branch autoptr.
6330:
6331: * tests/038.html 1.1:
6332: file 038.html was initially added on branch autoptr.
6333:
6334: * tests/parser-unix.sh 1.1:
6335: file parser-unix.sh was initially added on branch autoptr.
6336:
6337: * tests/043.html [autoptr] 1.1.2.1:
6338: * tests/044.html [autoptr] 1.1.2.1:
6339: * tests/045.html [autoptr] 1.1.2.1:
6340: * tests/046.html [autoptr] 1.1.2.1:
6341: * tests/047.html [autoptr] 1.1.2.1:
6342: * tests/048.html [autoptr] 1.1.2.1:
6343: * tests/049.html [autoptr] 1.1.2.1:
6344: * tests/050.html [autoptr] 1.1.2.1:
6345: * tests/051.html [autoptr] 1.1.2.1:
6346: * tests/051b.p [autoptr] 1.1.2.1:
6347: * tests/051t.p [autoptr] 1.1.2.1:
6348: * tests/Makefile [autoptr] 1.1.2.3:
6349: * tests/outputs/049.processed [autoptr] 1.1.2.1:
6350: * tests/outputs/050.processed [autoptr] 1.1.2.1:
6351: * tests/outputs/051.processed [autoptr] 1.1.2.1:
6352: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
6353: * tests/parser-unix.sh [autoptr] 1.1.2.2:
6354: * tests/results/001.processed [autoptr] 1.1.2.2:
6355: * tests/results/002.processed [autoptr] 1.1.2.2:
6356: * tests/results/003.processed [autoptr] 1.1.2.2:
6357: * tests/results/005.processed [autoptr] 1.1.2.2:
6358: * tests/results/006.processed [autoptr] 1.1.2.2:
6359: * tests/results/008.processed [autoptr] 1.1.2.2:
6360: * tests/results/009.processed [autoptr] 1.1.2.2:
6361: * tests/results/011.processed [autoptr] 1.1.2.2:
6362: * tests/results/012.processed [autoptr] 1.1.2.2:
6363: * tests/results/013.processed [autoptr] 1.1.2.2:
6364: * tests/results/014.processed [autoptr] 1.1.2.2:
6365: * tests/results/015.processed [autoptr] 1.1.2.2:
6366: * tests/results/016.processed [autoptr] 1.1.2.2:
6367: * tests/results/017.processed [autoptr] 1.1.2.2:
6368: * tests/results/020.processed [autoptr] 1.1.2.2:
6369: * tests/results/021.processed [autoptr] 1.1.2.2:
6370: * tests/results/022.processed [autoptr] 1.1.2.2:
6371: * tests/results/024.processed [autoptr] 1.1.2.2:
6372: * tests/results/025.processed [autoptr] 1.1.2.2:
6373: * tests/results/026.processed [autoptr] 1.1.2.2:
6374: * tests/results/027.processed [autoptr] 1.1.2.2:
6375: * tests/results/028.processed [autoptr] 1.1.2.2:
6376: * tests/results/029.processed [autoptr] 1.1.2.2:
6377: * tests/results/030.processed [autoptr] 1.1.2.2:
6378: * tests/results/031.processed [autoptr] 1.1.2.2:
6379: * tests/results/043.processed [autoptr] 1.1.2.1:
6380: * tests/results/044.processed [autoptr] 1.1.2.1:
6381: * tests/results/045.processed [autoptr] 1.1.2.1:
6382: * tests/results/046.processed [autoptr] 1.1.2.1:
6383: * tests/results/047.processed [autoptr] 1.1.2.1:
6384: * tests/results/048.processed [autoptr] 1.1.2.1:
6385: * tests/results/049.processed [autoptr] 1.1.2.1:
6386: * tests/results/050.processed [autoptr] 1.1.2.1:
6387: * tests/results/051.processed [autoptr] 1.1.2.1:
6388: * tests/run_parser.sh [autoptr] 1.1.2.1:
6389: tests:
6390: 43,44,45 date rolls
6391: 46 autoevaluating junction
6392: 47 table.select
6393: 48 name with subvar
6394: 49 hash-creating switch
6395: 50 process
6396: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
6397:
6398: * tests/041.html 1.1:
6399: file 041.html was initially added on branch autoptr.
6400:
6401: * src/classes/op.C [autoptr] 1.127.2.18:
6402: * src/include/pa_request.h [autoptr] 1.160.2.28:
6403: * src/include/pa_string.h [autoptr] 1.144.2.25:
6404: * src/main/execute.C [autoptr] 1.295.2.21:
6405: * src/main/pa_request.C [autoptr] 1.245.2.28:
6406: * src/main/pa_string.C [autoptr] 1.172.2.18:
6407: * src/main/untaint.C [autoptr] 1.115.2.11:
6408: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
6409: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
6410: * tests/032.html [autoptr] 1.1.2.1:
6411: * tests/results/032.processed [autoptr] 1.1.2.1:
6412: uchar changed to String_UL in all places [was not everywhere]
6413: untaint test: 032
6414:
6415: * tests/results/048.processed 1.1:
6416: file 048.processed was initially added on branch autoptr.
6417:
6418: * tests/043.html 1.1:
6419: file 043.html was initially added on branch autoptr.
6420:
6421: * tests/results/041.processed 1.1:
6422: file 041.processed was initially added on branch autoptr.
6423:
6424: * tests/results/033.processed 1.1:
6425: file 033.processed was initially added on branch autoptr.
6426:
6427: * tests/045.html 1.1:
6428: file 045.html was initially added on branch autoptr.
6429:
6430: * tests/047.html 1.1:
6431: file 047.html was initially added on branch autoptr.
6432:
6433: * tests/051t.p 1.1:
6434: file 051t.p was initially added on branch autoptr.
6435:
6436: * tests/050.html 1.1:
6437: file 050.html was initially added on branch autoptr.
6438:
6439: * tests/049.html 1.1:
6440: file 049.html was initially added on branch autoptr.
6441:
6442: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
6443: * tests/004.html [autoptr] 1.1.2.2:
6444: * tests/Makefile [autoptr] 1.1.2.2:
6445: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
6446: * tests/parser-unix.sh [autoptr] 1.1.2.1:
6447: * tests/results/004.processed [autoptr] 1.1.2.2:
6448: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
6449: removed -H command line key, now testing using .sh file with
6450: SERVER_SOFTWARE=xxx
6451:
1.24 paf 6452: * tests/042.html [autoptr] 1.1.2.1:
6453: * tests/results/042.processed [autoptr] 1.1.2.1:
6454: test:
6455: 42 exception.handled
6456:
1.23 paf 6457: * tests/outputs/049.processed 1.1:
6458: * tests/results/049.processed 1.1:
6459: file 049.processed was initially added on branch autoptr.
6460:
6461: * tests/outputs/050.processed 1.1:
6462: * tests/results/050.processed 1.1:
6463: file 050.processed was initially added on branch autoptr.
6464:
6465: * tests/results/042.processed 1.1:
6466: file 042.processed was initially added on branch autoptr.
6467:
6468: * tests/results/034.processed 1.1:
6469: file 034.processed was initially added on branch autoptr.
6470:
6471: * tests/039.html [autoptr] 1.1.2.1:
6472: * tests/results/039.processed [autoptr] 1.1.2.1:
6473: test:
6474: 37 method result of type table
6475:
6476: * tests/outputs/051.processed 1.1:
6477: * tests/results/051.processed 1.1:
6478: file 051.processed was initially added on branch autoptr.
6479:
6480: * tests/parser-cygwin.sh 1.1:
6481: file parser-cygwin.sh was initially added on branch autoptr.
6482:
6483: * tests/results/043.processed 1.1:
6484: file 043.processed was initially added on branch autoptr.
6485:
6486: * tests/results/035.processed 1.1:
6487: file 035.processed was initially added on branch autoptr.
6488:
6489: * tests/033.html 1.1:
6490: file 033.html was initially added on branch autoptr.
6491:
6492: * tests/run_parser.sh 1.1:
6493: file run_parser.sh was initially added on branch autoptr.
6494:
6495: * tests/035.html 1.1:
6496: file 035.html was initially added on branch autoptr.
6497:
6498: 2003-02-27 paf
6499: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
6500: *** empty log message ***
6501:
6502: * www/htdocs/maximized.htm 1.1:
6503: file maximized.htm was initially added on branch autoptr.
6504:
6505: 2003-02-26 paf
6506: * tests/001.html 1.1:
6507: file 001.html was initially added on branch autoptr.
6508:
6509: * tests/003.html 1.1:
6510: file 003.html was initially added on branch autoptr.
6511:
6512: * tests/results/028.processed 1.1:
6513: file 028.processed was initially added on branch autoptr.
6514:
6515: * tests/005.html 1.1:
6516: file 005.html was initially added on branch autoptr.
6517:
6518: * tests/results/021.processed 1.1:
6519: file 021.processed was initially added on branch autoptr.
6520:
6521: * tests/results/013.processed 1.1:
6522: file 013.processed was initially added on branch autoptr.
6523:
6524: * src/include/pa_array.h [autoptr] 1.57.2.26:
6525: * src/include/pa_hash.h [autoptr] 1.58.2.17:
6526: * src/include/pa_memory.h [autoptr] 1.1.2.3:
6527: * src/main/pa_charset.C [autoptr] 1.33.2.12:
6528: * tests/001.html [autoptr] 1.1.2.1:
6529: * tests/002.html [autoptr] 1.1.2.1:
6530: * tests/003.html [autoptr] 1.1.2.1:
6531: * tests/004.html [autoptr] 1.1.2.1:
6532: * tests/005.html [autoptr] 1.1.2.1:
6533: * tests/006.html [autoptr] 1.1.2.1:
6534: * tests/007.html [autoptr] 1.1.2.1:
6535: * tests/008.html [autoptr] 1.1.2.1:
6536: * tests/009.html [autoptr] 1.1.2.1:
6537: * tests/010.html [autoptr] 1.1.2.1:
6538: * tests/011.html [autoptr] 1.1.2.1:
6539: * tests/012.html [autoptr] 1.1.2.1:
6540: * tests/013.html [autoptr] 1.1.2.1:
6541: * tests/014.html [autoptr] 1.1.2.1:
6542: * tests/Makefile [autoptr] 1.1.2.1:
6543: * tests/outputs/create-dir [autoptr] 1.1.2.1:
6544: * tests/results/001.processed [autoptr] 1.1.2.1:
6545: * tests/results/002.processed [autoptr] 1.1.2.1:
6546: * tests/results/003.processed [autoptr] 1.1.2.1:
6547: * tests/results/004.processed [autoptr] 1.1.2.1:
6548: * tests/results/005.processed [autoptr] 1.1.2.1:
6549: * tests/results/006.processed [autoptr] 1.1.2.1:
6550: * tests/results/007.processed [autoptr] 1.1.2.1:
6551: * tests/results/008.processed [autoptr] 1.1.2.1:
6552: * tests/results/009.processed [autoptr] 1.1.2.1:
6553: * tests/results/010.processed [autoptr] 1.1.2.1:
6554: * tests/results/011.processed [autoptr] 1.1.2.1:
6555: * tests/results/012.processed [autoptr] 1.1.2.1:
6556: * tests/results/013.processed [autoptr] 1.1.2.1:
6557: * tests/results/014.processed [autoptr] 1.1.2.1:
6558: hash cloning fixed
6559:
6560: * tests/007.html 1.1:
6561: file 007.html was initially added on branch autoptr.
6562:
6563: * tests/results/005.processed 1.1:
6564: file 005.processed was initially added on branch autoptr.
6565:
6566: * tests/010.html 1.1:
6567: file 010.html was initially added on branch autoptr.
6568:
6569: * tests/009.html 1.1:
6570: file 009.html was initially added on branch autoptr.
6571:
6572: * tests/012.html 1.1:
6573: file 012.html was initially added on branch autoptr.
6574:
6575: * tests/014.html 1.1:
6576: file 014.html was initially added on branch autoptr.
6577:
6578: * src/main/execute.C [autoptr] 1.295.2.20:
6579: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
6580: * tests/024.html [autoptr] 1.1.2.1:
6581: * tests/025.html [autoptr] 1.1.2.1:
6582: * tests/026.html [autoptr] 1.1.2.1:
6583: * tests/027.html [autoptr] 1.1.2.1:
6584: * tests/028.html [autoptr] 1.1.2.1:
6585: * tests/029.html [autoptr] 1.1.2.1:
6586: * tests/030.html [autoptr] 1.1.2.1:
6587: * tests/031.html [autoptr] 1.1.2.1:
6588: * tests/results/024.processed [autoptr] 1.1.2.1:
6589: * tests/results/025.processed [autoptr] 1.1.2.1:
6590: * tests/results/026.processed [autoptr] 1.1.2.1:
6591: * tests/results/027.processed [autoptr] 1.1.2.1:
6592: * tests/results/028.processed [autoptr] 1.1.2.1:
6593: * tests/results/029.processed [autoptr] 1.1.2.1:
6594: * tests/results/030.processed [autoptr] 1.1.2.1:
6595: * tests/results/031.processed [autoptr] 1.1.2.1:
6596: fixed bug with name_cstr mutable CharPtr
6597: more tests
6598:
6599: * tests/results/029.processed 1.1:
6600: file 029.processed was initially added on branch autoptr.
6601:
6602: * tests/results/030.processed 1.1:
6603: file 030.processed was initially added on branch autoptr.
6604:
6605: * tests/016.html 1.1:
6606: file 016.html was initially added on branch autoptr.
6607:
6608: * tests/results/022.processed 1.1:
6609: file 022.processed was initially added on branch autoptr.
6610:
6611: * tests/results/014.processed 1.1:
6612: file 014.processed was initially added on branch autoptr.
6613:
6614: * tests/018.html 1.1:
6615: file 018.html was initially added on branch autoptr.
6616:
6617: * tests/results/006.processed 1.1:
6618: file 006.processed was initially added on branch autoptr.
6619:
6620: * tests/022_dir/a.html 1.1:
6621: file a.html was initially added on branch autoptr.
6622:
6623: * tests/021.html 1.1:
6624: file 021.html was initially added on branch autoptr.
6625:
6626: * tests/023.html 1.1:
6627: file 023.html was initially added on branch autoptr.
6628:
6629: * tests/results/031.processed 1.1:
6630: file 031.processed was initially added on branch autoptr.
6631:
6632: * tests/025.html 1.1:
6633: file 025.html was initially added on branch autoptr.
6634:
6635: * tests/results/023.processed 1.1:
6636: file 023.processed was initially added on branch autoptr.
6637:
6638: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
6639: * src/main/pa_globals.C [autoptr] 1.152.2.16:
6640: * src/main/pa_memory.C [autoptr] 1.1.2.3:
6641: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
6642: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
6643: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
6644: SAPI::abort << abort. die now just exits
6645:
6646: * tests/results/015.processed 1.1:
6647: file 015.processed was initially added on branch autoptr.
6648:
6649: * tests/027.html 1.1:
6650: file 027.html was initially added on branch autoptr.
6651:
6652: * tests/results/007.processed 1.1:
6653: file 007.processed was initially added on branch autoptr.
6654:
6655: * tests/030.html 1.1:
6656: file 030.html was initially added on branch autoptr.
6657:
6658: * tests/029.html 1.1:
6659: file 029.html was initially added on branch autoptr.
6660:
6661: * tests/outputs/create-dir 1.1:
6662: file create-dir was initially added on branch autoptr.
6663:
6664: * tests/022_dir/b.txt 1.1:
6665: file b.txt was initially added on branch autoptr.
6666:
6667: * tests/results/024.processed 1.1:
6668: file 024.processed was initially added on branch autoptr.
6669:
6670: * tests/002.html 1.1:
6671: file 002.html was initially added on branch autoptr.
6672:
6673: * tests/results/016.processed 1.1:
6674: file 016.processed was initially added on branch autoptr.
6675:
6676: * tests/results/008.processed 1.1:
6677: file 008.processed was initially added on branch autoptr.
6678:
6679: * tests/004.html 1.1:
6680: file 004.html was initially added on branch autoptr.
6681:
6682: * tests/results/001.processed 1.1:
6683: file 001.processed was initially added on branch autoptr.
6684:
6685: * tests/006.html 1.1:
6686: file 006.html was initially added on branch autoptr.
6687:
6688: * tests/008.html 1.1:
6689: file 008.html was initially added on branch autoptr.
6690:
6691: * tests/011.html 1.1:
6692: file 011.html was initially added on branch autoptr.
6693:
6694: * tests/results/025.processed 1.1:
6695: file 025.processed was initially added on branch autoptr.
6696:
6697: * tests/results/017.processed 1.1:
6698: file 017.processed was initially added on branch autoptr.
6699:
6700: * tests/Makefile 1.1:
6701: file Makefile was initially added on branch autoptr.
6702:
6703: * tests/results/009.processed 1.1:
6704: file 009.processed was initially added on branch autoptr.
6705:
6706: * tests/results/010.processed 1.1:
6707: file 010.processed was initially added on branch autoptr.
6708:
6709: * tests/013.html 1.1:
6710: file 013.html was initially added on branch autoptr.
6711:
6712: * tests/results/002.processed 1.1:
6713: file 002.processed was initially added on branch autoptr.
6714:
6715: * tests/019paf2001.gif 1.1:
6716: file 019paf2001.gif was initially added on branch autoptr.
6717:
6718: * tests/015.html 1.1:
6719: file 015.html was initially added on branch autoptr.
6720:
6721: * tests/017.html 1.1:
6722: file 017.html was initially added on branch autoptr.
6723:
6724: * tests/020.html 1.1:
6725: file 020.html was initially added on branch autoptr.
6726:
6727: * tests/019.html 1.1:
6728: file 019.html was initially added on branch autoptr.
6729:
6730: * tests/results/026.processed 1.1:
6731: file 026.processed was initially added on branch autoptr.
6732:
6733: * tests/results/018.processed 1.1:
6734: file 018.processed was initially added on branch autoptr.
6735:
6736: * tests/022.html 1.1:
6737: file 022.html was initially added on branch autoptr.
6738:
6739: * tests/results/011.processed 1.1:
6740: file 011.processed was initially added on branch autoptr.
6741:
6742: * tests/024.html 1.1:
6743: file 024.html was initially added on branch autoptr.
6744:
6745: * tests/results/003.processed 1.1:
6746: file 003.processed was initially added on branch autoptr.
6747:
6748: * tests/022_dir/c.htm 1.1:
6749: file c.htm was initially added on branch autoptr.
6750:
6751: * tests/026.html 1.1:
6752: file 026.html was initially added on branch autoptr.
6753:
6754: * tests/028.html 1.1:
6755: file 028.html was initially added on branch autoptr.
6756:
6757: * tests/031.html 1.1:
6758: file 031.html was initially added on branch autoptr.
6759:
6760: * tests/results/027.processed 1.1:
6761: file 027.processed was initially added on branch autoptr.
6762:
6763: * tests/results/019.processed 1.1:
6764: file 019.processed was initially added on branch autoptr.
6765:
6766: * tests/results/020.processed 1.1:
6767: file 020.processed was initially added on branch autoptr.
6768:
6769: * src/classes/classes.awk [autoptr] 1.6.6.3:
6770: * src/classes/classes.h [autoptr] 1.23.2.9:
6771: * src/classes/date.C [autoptr] 1.42.2.11:
6772: * src/classes/double.C [autoptr] 1.53.2.8:
6773: * src/classes/file.C [autoptr] 1.107.2.15:
6774: * src/classes/form.C [autoptr] 1.34.2.7:
6775: * src/classes/hash.C [autoptr] 1.54.2.11:
6776: * src/classes/image.C [autoptr] 1.90.2.12:
6777: * src/classes/int.C [autoptr] 1.49.2.7:
6778: * src/classes/mail.C [autoptr] 1.88.2.12:
6779: * src/classes/math.C [autoptr] 1.24.2.10:
6780: * src/classes/op.C [autoptr] 1.127.2.17:
6781: * src/classes/response.C [autoptr] 1.23.2.7:
6782: * src/classes/string.C [autoptr] 1.125.2.12:
6783: * src/classes/table.C [autoptr] 1.172.2.11:
6784: * src/classes/void.C [autoptr] 1.28.2.5:
6785: * src/classes/xdoc.C [autoptr] 1.108.2.12:
6786: * src/classes/xnode.C [autoptr] 1.54.2.8:
6787: * src/include/pa_memory.h [autoptr] 1.1.2.4:
6788: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
6789: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
6790: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
6791: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
6792: * src/types/pa_venv.h [autoptr] 1.28.2.5:
6793: * src/types/pa_vform.C [autoptr] 1.74.2.11:
6794: * tests/015.html [autoptr] 1.1.2.1:
6795: * tests/016.html [autoptr] 1.1.2.1:
6796: * tests/017.html [autoptr] 1.1.2.1:
6797: * tests/018.html [autoptr] 1.1.2.1:
6798: * tests/019.html [autoptr] 1.1.2.1:
6799: * tests/019paf2001.gif [autoptr] 1.1.2.1:
6800: * tests/020.html [autoptr] 1.1.2.1:
6801: * tests/021.html [autoptr] 1.1.2.1:
6802: * tests/022.html [autoptr] 1.1.2.1:
6803: * tests/022_dir/a.html [autoptr] 1.1.2.1:
6804: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
6805: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
6806: * tests/023.html [autoptr] 1.1.2.1:
6807: * tests/results/015.processed [autoptr] 1.1.2.1:
6808: * tests/results/016.processed [autoptr] 1.1.2.1:
6809: * tests/results/017.processed [autoptr] 1.1.2.1:
6810: * tests/results/018.processed [autoptr] 1.1.2.1:
6811: * tests/results/019.processed [autoptr] 1.1.2.1:
6812: * tests/results/020.processed [autoptr] 1.1.2.1:
6813: * tests/results/021.processed [autoptr] 1.1.2.1:
6814: * tests/results/022.processed [autoptr] 1.1.2.1:
6815: * tests/results/023.processed [autoptr] 1.1.2.1:
6816: methoded_array now contains all Mxxx classes
6817: SAPI::get_env now returns info on pool
6818: more tests
6819:
6820: * tests/results/012.processed 1.1:
6821: file 012.processed was initially added on branch autoptr.
6822:
6823: * tests/results/004.processed 1.1:
6824: file 004.processed was initially added on branch autoptr.
6825:
6826: 2003-02-25 paf
6827: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
6828: typo fixed
6829:
6830: 2003-02-24 paf
6831: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
6832: fixed all places with bad get_string(0)
6833: [one remained]
6834:
6835: * src/include/pa_request.h [autoptr] 1.160.2.27:
6836: * src/main/execute.C [autoptr] 1.295.2.19:
6837: few bad get_string(0) [should have been get_string(&pool)]
6838: todo: check other such calls
6839:
6840: * src/types/pa_vmail.C 1.41:
6841: body [text/html] transcoded to
6842: $.charset[specified]
6843: now
6844:
6845: * src/main/compile.tab.C [autoptr] 1.81.2.9:
6846: * src/main/execute.C [autoptr] 1.295.2.18:
6847: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
6848: test10, bad lookups
6849:
6850: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
6851:
6852: * src/main/pa_common.C 1.145:
6853: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
6854: stupid gcc [2.95.4] generated bad code
6855: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
6856: rewritten simplier [though duplicating closesocket code]
6857:
6858: * src/classes/string.C [autoptr] 1.125.2.11:
6859: match bug fixed
6860:
1.22 paf 6861: 2003-02-21 paf
6862: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
6863: MAKE_TEST must be used inside of 'make tests' only
6864: [it's not forcing CGI mode now]
6865: now use -H to output CGI header when parser used in command line [useful for tests also]
6866:
6867: * src/classes/file.C [autoptr] 1.107.2.14:
6868: * src/classes/image.C [autoptr] 1.90.2.11:
6869: * src/classes/mail.C [autoptr] 1.88.2.11:
6870: * src/classes/op.C [autoptr] 1.127.2.16:
6871: * src/classes/xdoc.C [autoptr] 1.108.2.11:
6872: * src/main/pa_charset.C [autoptr] 1.33.2.11:
6873: * src/main/pa_exec.C [autoptr] 1.48.2.14:
6874: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
6875: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
6876: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
6877: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
6878: fixed all cstr's that must use pool [as the one in ^process]
6879:
6880: * src/include/pa_array.h [autoptr] 1.57.2.25:
6881: * src/include/pa_exception.h [autoptr] 1.38.2.15:
6882: * src/include/pa_memory.h [autoptr] 1.1.2.1:
6883: * src/include/pa_pool.h [autoptr] 1.86.2.31:
6884: * src/main/Makefile.am [autoptr] 1.35.6.3:
6885: * src/main/main.dsp [autoptr] 1.161.6.12:
6886: * src/main/pa_array.C [autoptr] 1.54.2.5:
6887: * src/main/pa_memory.C [autoptr] 1.1.2.1:
6888: * src/main/pa_pool.C [autoptr] 1.59.2.5:
6889: reorganized memory handling files
6890:
6891: * src/include/pa_memory.h [autoptr] 1.1.2.2:
6892: * src/main/pa_memory.C [autoptr] 1.1.2.2:
6893: inlined memory handling pa_*
6894:
6895: * src/main/execute.C [autoptr] 1.295.2.17:
6896: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
6897: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
6898: release mode now compiles OK
6899: test to show benefits of free
6900:
6901: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
6902: MAKE_TEST environment variable switches on CGI mode, and is
6903: used in regression tests
6904:
6905: * operators.txt [autoptr] 1.109.2.1:
6906: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
6907: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
6908: $cookie:name[$.expires[date << can be now]]
6909:
6910: written makefile with regression tests [raw]
6911:
6912: * src/include/pa_request.h [autoptr] 1.160.2.26:
6913: * src/main/pa_request.C [autoptr] 1.245.2.27:
6914: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
6915: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
6916: * src/types/pa_venv.h [autoptr] 1.28.2.4:
6917: env fixed
6918:
6919: * src/main/pa_array.C [autoptr] 1.54.2.4:
6920: pool::format_integer terminator fixed
6921:
6922: * src/include/pa_memory.h 1.1:
6923: file pa_memory.h was initially added on branch autoptr.
6924:
6925: * src/main/pa_memory.C 1.1:
6926: file pa_memory.C was initially added on branch autoptr.
6927:
6928: * src/classes/op.C [autoptr] 1.127.2.15:
6929: fixed process.
6930: sould now check for all cstr's -- some must use pool [as the one in ^process]
6931:
6932: 2003-02-20 paf
6933: * www/htdocs/autoptr.html 1.1:
6934: file autoptr.html was initially added on branch autoptr.
6935:
6936: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
6937: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
6938: form values passed OK now
6939:
6940: * src/classes/date.C [autoptr] 1.42.2.10:
6941: * src/classes/double.C [autoptr] 1.53.2.7:
6942: * src/classes/file.C [autoptr] 1.107.2.13:
6943: * src/classes/hash.C [autoptr] 1.54.2.10:
6944: * src/classes/image.C [autoptr] 1.90.2.10:
6945: * src/classes/int.C [autoptr] 1.49.2.6:
6946: * src/classes/mail.C [autoptr] 1.88.2.10:
6947: * src/classes/math.C [autoptr] 1.24.2.9:
6948: * src/classes/op.C [autoptr] 1.127.2.13:
6949: * src/classes/response.C [autoptr] 1.23.2.6:
6950: * src/classes/string.C [autoptr] 1.125.2.10:
6951: * src/classes/table.C [autoptr] 1.172.2.10:
6952: * src/classes/void.C [autoptr] 1.28.2.4:
6953: * src/classes/xdoc.C [autoptr] 1.108.2.10:
6954: * src/classes/xnode.C [autoptr] 1.54.2.7:
6955: * src/main/pa_string.C [autoptr] 1.172.2.17:
6956: * src/types/pa_method.h [autoptr] 1.1.2.4:
6957: * src/types/pa_value.C [autoptr] 1.9.2.14:
6958: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
6959: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
6960: string cmp fixed
6961:
6962: 2003-02-19 paf
6963: * src/classes/form.C [autoptr] 1.34.2.6:
6964: * src/include/pa_charset.h [autoptr] 1.20.2.12:
6965: * src/include/pa_pool.h [autoptr] 1.86.2.30:
6966: * src/main/pa_charset.C [autoptr] 1.33.2.10:
6967: * src/main/pa_exception.C [autoptr] 1.43.2.13:
6968: * src/main/pa_request.C [autoptr] 1.245.2.25:
6969: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
6970: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
6971: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
6972: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
6973: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
6974: * src/types/pa_vform.C [autoptr] 1.74.2.9:
6975: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
6976: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
6977: found&kill all remaning leaks resulted from pooled::malloc calls
6978: [excluding in gd -- planning complete rewrite extremely ugly code]
6979:
6980: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
6981: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
6982: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
6983: removed unneeded files
6984:
6985: 2003-02-17 paf
6986: * src/classes/classes.C [autoptr] 1.18.2.4:
6987: * src/include/pa_array.h [autoptr] 1.57.2.22:
6988: * src/include/pa_hash.h [autoptr] 1.58.2.16:
6989: * src/include/pa_pool.h [autoptr] 1.86.2.29:
6990: * src/include/pa_request.h [autoptr] 1.160.2.23:
6991: * src/main/pa_request.C [autoptr] 1.245.2.20:
6992: * src/main/pa_string.C [autoptr] 1.172.2.16:
6993: * src/main/untaint.C [autoptr] 1.115.2.10:
6994: * src/types/pa_value.h [autoptr] 1.109.2.23:
6995: * src/types/pa_vint.h [autoptr] 1.38.2.10:
6996: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
6997: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
6998: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
6999: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
7000: class fields of simple type not initialized with zeros :(
7001: while class fields of class types initialized with default constructors.
7002: learn C++
7003:
7004: * src/main/execute.C [autoptr] 1.295.2.11:
7005: * src/main/pa_request.C [autoptr] 1.245.2.21:
7006: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
7007: first letters out OK
7008:
7009: * src/classes/classes.awk [autoptr] 1.6.6.2:
7010: * src/classes/double.C [autoptr] 1.53.2.5:
7011: * src/classes/file.C [autoptr] 1.107.2.11:
7012: * src/classes/form.C [autoptr] 1.34.2.5:
7013: * src/classes/image.C [autoptr] 1.90.2.8:
7014: * src/classes/int.C [autoptr] 1.49.2.4:
7015: * src/classes/mail.C [autoptr] 1.88.2.8:
7016: * src/classes/math.C [autoptr] 1.24.2.7:
7017: * src/classes/xdoc.C [autoptr] 1.108.2.7:
7018: * src/classes/xnode.C [autoptr] 1.54.2.5:
7019: * src/include/pa_array.h [autoptr] 1.57.2.21:
7020: * src/include/pa_string.h [autoptr] 1.144.2.24:
7021: * src/main/pa_exec.C [autoptr] 1.48.2.13:
7022: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
7023: parser3.exe - 0 error(s), 0 warning(s)
7024:
7025: * src/classes/date.C [autoptr] 1.42.2.8:
7026: * src/classes/op.C [autoptr] 1.127.2.12:
7027: * src/classes/table.C [autoptr] 1.172.2.8:
7028: * src/classes/xdoc.C [autoptr] 1.108.2.8:
7029: * src/classes/xnode.C [autoptr] 1.54.2.6:
7030: * src/include/pa_array.h [autoptr] 1.57.2.24:
7031: * src/include/pa_charset.h [autoptr] 1.20.2.11:
7032: * src/main/Makefile.am [autoptr] 1.35.6.2:
7033: * src/main/main.dsp [autoptr] 1.161.6.11:
7034: * src/main/pa_charset.C [autoptr] 1.33.2.8:
7035: * src/main/pa_common.C [autoptr] 1.143.2.20:
7036: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
7037: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
7038: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
7039: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
7040: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
7041: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
7042: fixed more leaks resulted from pooled::malloc calls
7043:
7044: * src/include/pa_stack.h [autoptr] 1.17.2.4:
7045: * src/main/compile.C [autoptr] 1.69.2.6:
7046: * src/main/execute.C [autoptr] 1.295.2.13:
7047: * src/main/pa_request.C [autoptr] 1.245.2.23:
7048: stack-stored items need extra .ref to prevent object_ptr from
7049: delete[them]
7050:
7051: * src/main/pa_request.C [autoptr] 1.245.2.22:
7052: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
7053: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
7054: couple mem leaks rusulted from old pooled::malloc usage.
7055: todo:find more like those
7056:
7057: * src/main/execute.C [autoptr] 1.295.2.14:
7058: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
7059: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
7060: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
7061: few bugs in debug output fixed
7062:
7063: * src/include/pa_array.h [autoptr] 1.57.2.23:
7064: * src/include/pa_request.h [autoptr] 1.160.2.24:
7065: * src/main/execute.C [autoptr] 1.295.2.12:
7066: stackItem fixed [there were no string on stack before]
7067:
7068: * src/classes/date.C [autoptr] 1.42.2.9:
7069: * src/classes/double.C [autoptr] 1.53.2.6:
7070: * src/classes/file.C [autoptr] 1.107.2.12:
7071: * src/classes/image.C [autoptr] 1.90.2.9:
7072: * src/classes/int.C [autoptr] 1.49.2.5:
7073: * src/classes/mail.C [autoptr] 1.88.2.9:
7074: * src/classes/math.C [autoptr] 1.24.2.8:
7075: * src/classes/response.C [autoptr] 1.23.2.5:
7076: * src/classes/string.C [autoptr] 1.125.2.9:
7077: * src/classes/table.C [autoptr] 1.172.2.9:
7078: * src/classes/xdoc.C [autoptr] 1.108.2.9:
7079: * src/classes/xnode.h [autoptr] 1.18.2.4:
7080: * src/include/pa_stack.h [autoptr] 1.17.2.5:
7081: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
7082: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
7083: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
7084: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
7085: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
7086: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
7087: * src/types/pa_vform.C [autoptr] 1.74.2.8:
7088: * src/types/pa_vform.h [autoptr] 1.45.2.8:
7089: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
7090: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
7091: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
7092: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
7093: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
7094: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
7095: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
7096: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
7097: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
7098: fixed all remained bugs of unitialized simple-typed field
7099:
7100: * src/classes/classes.C [autoptr] 1.18.2.5:
7101: * src/classes/classes.h [autoptr] 1.23.2.8:
7102: * src/main/execute.C [autoptr] 1.295.2.15:
7103: * src/main/pa_charset.C [autoptr] 1.33.2.9:
7104: * src/main/pa_request.C [autoptr] 1.245.2.24:
7105: another bug of unitialized simple-typed field fixed.
7106: todo: find&kill all like that one
7107:
7108: * src/main/compile.C [autoptr] 1.69.2.5:
7109: * src/main/compile_tools.C [autoptr] 1.54.2.5:
7110: 2*2!
7111:
7112: 2003-02-14 paf
7113: * src/classes/classes.dsp [autoptr] 1.25.10.4:
7114: * src/classes/op.C [autoptr] 1.127.2.10:
7115: * src/classes/string.C [autoptr] 1.125.2.8:
7116: * src/classes/table.C [autoptr] 1.172.2.7:
7117: * src/include/pa_common.h [autoptr] 1.89.2.11:
7118: * src/include/pa_globals.h [autoptr] 1.101.2.14:
7119: * src/include/pa_pool.h [autoptr] 1.86.2.28:
7120: * src/include/pa_request.h [autoptr] 1.160.2.20:
7121: * src/main/pa_globals.C [autoptr] 1.152.2.15:
7122: * src/main/pa_request.C [autoptr] 1.245.2.16:
7123: * src/types/pa_value.h [autoptr] 1.109.2.22:
7124: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
7125: * src/types/pa_vint.h [autoptr] 1.38.2.9:
7126: * src/types/types.dsp [autoptr] 1.35.10.7:
7127: op compiled
7128:
7129: * src/classes/classes.C [autoptr] 1.18.2.3:
7130: * src/classes/classes.awk [autoptr] 1.6.6.1:
7131: * src/classes/file.C [autoptr] 1.107.2.9:
7132: * src/classes/hash.C [autoptr] 1.54.2.9:
7133: * src/classes/mail.C [autoptr] 1.88.2.7:
7134: * src/classes/op.C [autoptr] 1.127.2.11:
7135: * src/include/pa_common.h [autoptr] 1.89.2.12:
7136: * src/include/pa_request.h [autoptr] 1.160.2.21:
7137: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
7138: * src/main/pa_common.C [autoptr] 1.143.2.18:
7139: * src/main/pa_request.C [autoptr] 1.245.2.17:
7140: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
7141: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
7142: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
7143: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
7144: classes.lib - 0 error(s), 0 warning(s)
7145: parser.C compiled
7146:
7147: * src/classes/classes.dsp [autoptr] 1.25.10.3:
7148: * src/classes/response.C [autoptr] 1.23.2.4:
7149: * src/classes/string.C [autoptr] 1.125.2.7:
7150: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
7151: * src/include/pa_string.h [autoptr] 1.144.2.23:
7152: * src/main/pa_string.C [autoptr] 1.172.2.15:
7153: * src/main/untaint.C [autoptr] 1.115.2.9:
7154: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
7155: string, response compiled
7156:
7157: * src/classes/file.C [autoptr] 1.107.2.10:
7158: * src/include/pa_request.h [autoptr] 1.160.2.22:
7159: * src/main/pa_request.C [autoptr] 1.245.2.18:
7160: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
7161: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
7162: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
7163: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
7164: * src/types/pa_vform.C [autoptr] 1.74.2.7:
7165: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
7166: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
7167: all compiled, only 14 link errors :)
7168:
7169: * src/types/pa_vhash.C 1.1:
7170: file pa_vhash.C was initially added on branch autoptr.
7171:
7172: * src/include/pa_common.h [autoptr] 1.89.2.13:
7173: * src/main/pa_common.C [autoptr] 1.143.2.19:
7174: * src/main/pa_request.C [autoptr] 1.245.2.19:
7175: 13 link errors
7176:
7177: 2003-02-07 paf
7178: * src/classes/table.C [autoptr] 1.172.2.6:
7179: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
7180: table compiled
7181:
7182: 2003-02-06 paf
7183: * src/classes/image.C [autoptr] 1.90.2.7:
7184: * src/classes/string.C [autoptr] 1.125.2.6:
7185: * src/classes/xdoc.C [autoptr] 1.108.2.6:
7186: * src/include/pa_common.h [autoptr] 1.89.2.10:
7187: * src/include/pa_hash.h [autoptr] 1.58.2.15:
7188: * src/main/pa_common.C [autoptr] 1.143.2.17:
7189: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
7190: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
7191: image compiled
7192:
7193: * src/classes/mail.C [autoptr] 1.88.2.6:
7194: * src/include/pa_request.h [autoptr] 1.160.2.19:
7195: * src/main/pa_request.C [autoptr] 1.245.2.15:
7196: mail compiled
7197:
7198: * src/classes/hash.C [autoptr] 1.54.2.7:
7199: * src/include/pa_hash.h [autoptr] 1.58.2.14:
7200: * src/include/pa_table.h [autoptr] 1.48.2.11:
7201: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
7202: hash compiled
7203:
7204: * src/classes/classes.dsp [autoptr] 1.25.10.2:
7205: * src/classes/file.C [autoptr] 1.107.2.7:
7206: * src/include/pa_common.h [autoptr] 1.89.2.9:
7207: * src/include/pa_exec.h [autoptr] 1.11.2.5:
7208: * src/main/pa_common.C [autoptr] 1.143.2.16:
7209: * src/main/pa_exec.C [autoptr] 1.48.2.12:
7210: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
7211: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
7212: file compiled
7213:
7214: * src/classes/file.C [autoptr] 1.107.2.8:
7215: * src/classes/form.C [autoptr] 1.34.2.4:
7216: form compiled
7217:
7218: * src/classes/hash.C [autoptr] 1.54.2.8:
7219: * src/classes/math.C [autoptr] 1.24.2.6:
7220: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
7221: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
7222: math compiled [win32]
7223:
7224: 2003-02-04 paf
7225: * src/classes/date.C [autoptr] 1.42.2.5:
7226: * src/classes/double.C [autoptr] 1.53.2.3:
7227: * src/classes/file.C [autoptr] 1.107.2.5:
7228: * src/classes/form.C [autoptr] 1.34.2.3:
7229: * src/classes/hash.C [autoptr] 1.54.2.4:
7230: * src/classes/image.C [autoptr] 1.90.2.5:
7231: * src/classes/int.C [autoptr] 1.49.2.3:
7232: * src/classes/mail.C [autoptr] 1.88.2.4:
7233: * src/classes/math.C [autoptr] 1.24.2.4:
7234: * src/classes/op.C [autoptr] 1.127.2.8:
7235: * src/classes/response.C [autoptr] 1.23.2.3:
7236: * src/classes/string.C [autoptr] 1.125.2.4:
7237: * src/classes/table.C [autoptr] 1.172.2.4:
7238: * src/classes/void.C [autoptr] 1.28.2.3:
7239: * src/classes/xdoc.C [autoptr] 1.108.2.4:
7240: * src/classes/xnode.C [autoptr] 1.54.2.3:
7241: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
7242: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
7243: * src/types/pa_vint.h [autoptr] 1.38.2.8:
7244: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
7245: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
7246: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
7247: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
7248: int compiled
7249:
7250: * src/types/pa_value.C [autoptr] 1.9.2.12:
7251: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
7252: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
7253: trying to remove stupid value_includes.h
7254:
7255: * src/classes/date.C [autoptr] 1.42.2.4:
7256: * src/classes/double.C [autoptr] 1.53.2.2:
7257: * src/classes/file.C [autoptr] 1.107.2.4:
7258: * src/classes/hash.C [autoptr] 1.54.2.3:
7259: * src/classes/image.C [autoptr] 1.90.2.4:
7260: * src/classes/int.C [autoptr] 1.49.2.2:
7261: * src/classes/mail.C [autoptr] 1.88.2.3:
7262: * src/classes/math.C [autoptr] 1.24.2.3:
7263: * src/classes/op.C [autoptr] 1.127.2.7:
7264: * src/classes/response.C [autoptr] 1.23.2.2:
7265: * src/classes/string.C [autoptr] 1.125.2.3:
7266: * src/classes/table.C [autoptr] 1.172.2.3:
7267: * src/classes/void.C [autoptr] 1.28.2.2:
7268: * src/classes/xdoc.C [autoptr] 1.108.2.3:
7269: * src/classes/xnode.C [autoptr] 1.54.2.2:
7270: * src/classes/xnode.h [autoptr] 1.18.2.3:
7271: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
7272: void compiled :)
7273:
7274: * src/classes/date.C [autoptr] 1.42.2.7:
7275: * src/classes/hash.C [autoptr] 1.54.2.6:
7276: * src/include/pa_exec.h [autoptr] 1.11.2.4:
7277: * src/include/pa_hash.h [autoptr] 1.58.2.13:
7278: * src/include/pa_request.h [autoptr] 1.160.2.18:
7279: * src/include/pa_string.h [autoptr] 1.144.2.22:
7280: * src/include/pa_table.h [autoptr] 1.48.2.10:
7281: * src/main/pa_common.C [autoptr] 1.143.2.15:
7282: * src/main/pa_exec.C [autoptr] 1.48.2.11:
7283: * src/main/pa_string.C [autoptr] 1.172.2.14:
7284: * src/types/pa_method.h [autoptr] 1.1.2.3:
7285: * src/types/pa_vform.C [autoptr] 1.74.2.6:
7286: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
7287: hash 50% compiled
7288:
7289: * src/types/pa_method.h 1.1:
7290: file pa_method.h was initially added on branch autoptr.
7291:
7292: * src/include/pa_globals.h [autoptr] 1.101.2.13:
7293: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
7294: * src/main/pa_charset.C [autoptr] 1.33.2.7:
7295: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
7296: * src/main/pa_common.C [autoptr] 1.143.2.14:
7297: * src/main/pa_dir.C [autoptr] 1.14.2.3:
7298: * src/main/pa_exception.C [autoptr] 1.43.2.12:
7299: * src/main/pa_exec.C [autoptr] 1.48.2.10:
7300: * src/main/pa_globals.C [autoptr] 1.152.2.13:
7301: * src/main/pa_pool.C [autoptr] 1.59.2.4:
7302: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
7303: * src/main/pa_string.C [autoptr] 1.172.2.12:
7304: * src/main/pa_uue.C [autoptr] 1.4.2.5:
7305: * src/main/untaint.C [autoptr] 1.115.2.8:
7306: * src/types/pa_value.C [autoptr] 1.9.2.13:
7307: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
7308: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
7309: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
7310: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
7311: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
7312: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
7313: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
7314: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
7315: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
7316: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
7317: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
7318: * src/types/types.dsp [autoptr] 1.35.10.6:
7319: removed stupid value_includes.h
7320:
7321: * src/main/pa_exec.C [autoptr] 1.48.2.8:
7322: libmain.a compiled on six [unix]
7323:
7324: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
7325: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
7326: * src/main/pa_common.C [autoptr] 1.143.2.13:
7327: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
7328: * src/main/pa_exec.C [autoptr] 1.48.2.7:
7329: * src/main/pa_socks.C [autoptr] 1.18.2.5:
7330: libmain.a gcc
7331: and
7332: mail.lib msvc++
7333: compiled
7334:
7335: * src/include/pa_globals.h [autoptr] 1.101.2.12:
7336: * src/include/pa_request.h [autoptr] 1.160.2.16:
7337: * src/types/pa_value.C [autoptr] 1.9.2.11:
7338: * src/types/pa_value.h [autoptr] 1.109.2.21:
7339: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
7340: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
7341: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
7342: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
7343: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
7344: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
7345: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
7346: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
7347: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
7348: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
7349: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
7350: libtypes.a compiled gcc
7351:
1.24 paf 7352: * src/include/pa_array.h [autoptr] 1.57.2.20:
7353: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
7354: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
7355: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
7356: * src/main/pa_exec.C [autoptr] 1.48.2.6:
7357: * src/main/pa_socks.C [autoptr] 1.18.2.4:
7358: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
7359: gcc libmain.a compiled
7360:
1.22 paf 7361: * src/classes/classes.dsp [autoptr] 1.25.10.1:
7362: * src/classes/double.C [autoptr] 1.53.2.4:
7363: double compiled
7364:
7365: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
7366: merged changes from 1.149-1.150 (stupid name conflicts)
7367:
7368: * src/include/pa_array.h [autoptr] 1.57.2.19:
7369: * src/include/pa_pool.h [autoptr] 1.86.2.27:
7370: * src/main/Makefile.am [autoptr] 1.35.6.1:
7371: * src/main/Makefile.in [autoptr] 1.50.2.2:
7372: * src/main/compile.tab.C [autoptr] 1.81.2.7:
7373: * src/main/compile.y [autoptr] 1.204.2.6:
7374: * src/main/execute.C [autoptr] 1.295.2.10:
7375: * src/main/pa_request.C [autoptr] 1.245.2.14:
7376: * src/main/untaint.C [autoptr] 1.115.2.7:
7377: * src/types/pa_junction.h [autoptr] 1.1.2.2:
7378: * src/types/pa_method.h [autoptr] 1.1.2.2:
7379: * src/types/pa_value.h [autoptr] 1.109.2.20:
7380: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
7381: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
7382: *** empty log message ***
7383:
7384: * src/main/pa_exec.C [autoptr] 1.48.2.9:
7385: pa_exec compiled on win32
7386:
7387: * src/classes/date.C [autoptr] 1.42.2.6:
7388: * src/classes/file.C [autoptr] 1.107.2.6:
7389: * src/classes/hash.C [autoptr] 1.54.2.5:
7390: * src/classes/image.C [autoptr] 1.90.2.6:
7391: * src/classes/mail.C [autoptr] 1.88.2.5:
7392: * src/classes/math.C [autoptr] 1.24.2.5:
7393: * src/classes/op.C [autoptr] 1.127.2.9:
7394: * src/classes/string.C [autoptr] 1.125.2.5:
7395: * src/classes/table.C [autoptr] 1.172.2.5:
7396: * src/classes/xdoc.C [autoptr] 1.108.2.5:
7397: * src/classes/xnode.C [autoptr] 1.54.2.4:
7398: * src/include/pa_request.h [autoptr] 1.160.2.17:
7399: * src/main/pa_globals.C [autoptr] 1.152.2.14:
7400: * src/main/pa_string.C [autoptr] 1.172.2.13:
7401: date compiled
7402:
7403: * src/types/pa_junction.h 1.1:
7404: file pa_junction.h was initially added on branch autoptr.
7405:
7406: * src/main/compile_tools.h [autoptr] 1.67.2.8:
7407: * src/main/execute.C [autoptr] 1.295.2.9:
7408: * src/main/pa_table.C [autoptr] 1.53.2.9:
7409: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
7410: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
7411: yuk: gcc on cygwin yelds "virtual memory exhausted" while
7412: trying to compile execute.C [eating up to 127MB]
7413:
7414: 2003-02-03 paf
7415: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
7416: vstateless_class compiled
7417:
7418: * src/include/pa_request.h [autoptr] 1.160.2.13:
7419: * src/main/execute.C [autoptr] 1.295.2.7:
7420: * src/main/pa_request.C [autoptr] 1.245.2.8:
7421: * src/types/pa_value.h [autoptr] 1.109.2.16:
7422: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
7423: execute compiled
7424:
7425: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
7426: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
7427: vresponse compiled
7428:
7429: * src/types/pa_value.C [autoptr] 1.9.2.9:
7430: * src/types/pa_value.h [autoptr] 1.109.2.18:
7431: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
7432: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
7433: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
7434: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
7435: vobject compiled
7436:
7437: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
7438: vtable compiled
7439:
7440: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
7441: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
7442: vmath compiled
7443:
7444: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
7445: * src/include/pa_hash.h [autoptr] 1.58.2.12:
7446: * src/include/pa_operation.h [autoptr] 1.1.2.6:
7447: * src/include/pa_pool.h [autoptr] 1.86.2.26:
7448: * src/include/pa_string.h [autoptr] 1.144.2.21:
7449: * src/main/pa_common.C [autoptr] 1.143.2.12:
7450: * src/types/pa_value.C [autoptr] 1.9.2.10:
7451: * src/types/pa_value.h [autoptr] 1.109.2.19:
7452: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
7453: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
7454: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
7455: * src/types/pa_vint.h [autoptr] 1.38.2.7:
7456: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
7457: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
7458: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
7459: * src/types/types.dsp [autoptr] 1.35.10.5:
7460: started gcc compiling
7461: pa_common compiled
7462:
7463: * src/include/pa_pool.h [autoptr] 1.86.2.23:
7464: * src/main/pa_request.C [autoptr] 1.245.2.10:
7465: * src/types/pa_value.C [autoptr] 1.9.2.8:
7466: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
7467: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
7468: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
7469: * src/types/pa_vform.C [autoptr] 1.74.2.4:
7470: * src/types/pa_vform.h [autoptr] 1.45.2.7:
7471: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
7472: vform compiled
7473:
7474: * src/include/Makefile.am [autoptr] 1.3.14.1:
7475: * src/include/Makefile.in [autoptr] 1.11.2.1:
7476: * src/include/pa_hash.h [autoptr] 1.58.2.11:
7477: * src/include/pa_pool.h [autoptr] 1.86.2.24:
7478: gcc refused to compile _P identifier. it replaced it to some
7479: strange 0x0000040
7480:
7481: * configure [autoptr] 1.66.2.2:
7482: * configure.in [autoptr] 1.62.2.2:
7483: * src/Makefile.in [autoptr] 1.55.2.1:
7484: * src/include/Makefile.in [autoptr] 1.11.2.2:
7485: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
7486: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
7487: * src/include/pa_string.h [autoptr] 1.144.2.20:
7488: * src/main/Makefile.in [autoptr] 1.50.2.1:
7489: *** empty log message ***
7490:
7491: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
7492: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
7493: vstring compiled
7494:
7495: * src/include/pa_request.h [autoptr] 1.160.2.14:
7496: * src/main/execute.C [autoptr] 1.295.2.8:
7497: * src/main/pa_request.C [autoptr] 1.245.2.9:
7498: main.lib - 0 error(s), 0 warning(s)
7499:
7500: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
7501: vrequest compiled
7502:
7503: * src/classes/form.C [autoptr] 1.34.2.2:
7504: * src/classes/mail.C [autoptr] 1.88.2.2:
7505: * src/include/pa_request.h [autoptr] 1.160.2.15:
7506: * src/main/pa_globals.C [autoptr] 1.152.2.12:
7507: * src/main/pa_request.C [autoptr] 1.245.2.11:
7508: * src/types/pa_value.h [autoptr] 1.109.2.17:
7509: * src/types/pa_vform.C [autoptr] 1.74.2.5:
7510: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
7511: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
7512: vmail compiled
7513:
7514: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
7515: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
7516: vimage compiled
7517:
7518: * src/include/pa_exception.h [autoptr] 1.38.2.14:
7519: * src/include/pa_pool.h [autoptr] 1.86.2.25:
7520: * src/main/pa_exception.C [autoptr] 1.43.2.11:
7521: exception gcc change #1
7522:
7523: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
7524: * src/main/pa_request.C [autoptr] 1.245.2.12:
7525: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
7526: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
7527: vstatus compiled
7528:
7529: 2003-01-31 paf
7530: * src/classes/classes.C [autoptr] 1.18.2.2:
7531: * src/classes/classes.h [autoptr] 1.23.2.7:
7532: * src/classes/date.C [autoptr] 1.42.2.3:
7533: * src/classes/double.C [autoptr] 1.53.2.1:
7534: * src/classes/file.C [autoptr] 1.107.2.3:
7535: * src/classes/form.C [autoptr] 1.34.2.1:
7536: * src/classes/hash.C [autoptr] 1.54.2.2:
7537: * src/classes/image.C [autoptr] 1.90.2.3:
7538: * src/classes/int.C [autoptr] 1.49.2.1:
7539: * src/classes/mail.C [autoptr] 1.88.2.1:
7540: * src/classes/math.C [autoptr] 1.24.2.2:
7541: * src/classes/op.C [autoptr] 1.127.2.5:
7542: * src/classes/response.C [autoptr] 1.23.2.1:
7543: * src/classes/string.C [autoptr] 1.125.2.1:
7544: * src/classes/table.C [autoptr] 1.172.2.2:
7545: * src/classes/void.C [autoptr] 1.28.2.1:
7546: * src/classes/xdoc.C [autoptr] 1.108.2.2:
7547: * src/classes/xnode.C [autoptr] 1.54.2.1:
7548: * src/classes/xnode.h [autoptr] 1.18.2.2:
7549: * src/include/pa_array.h [autoptr] 1.57.2.16:
7550: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
7551: * src/include/pa_charset.h [autoptr] 1.20.2.10:
7552: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
7553: * src/include/pa_common.h [autoptr] 1.89.2.7:
7554: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
7555: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
7556: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
7557: * src/include/pa_dir.h [autoptr] 1.13.2.1:
7558: * src/include/pa_exception.h [autoptr] 1.38.2.13:
7559: * src/include/pa_exec.h [autoptr] 1.11.2.3:
7560: * src/include/pa_globals.h [autoptr] 1.101.2.10:
7561: * src/include/pa_hash.h [autoptr] 1.58.2.10:
7562: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
7563: * src/include/pa_operation.h [autoptr] 1.1.2.4:
7564: * src/include/pa_pool.h [autoptr] 1.86.2.22:
7565: * src/include/pa_request.h [autoptr] 1.160.2.9:
7566: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
7567: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
7568: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
7569: * src/include/pa_socks.h [autoptr] 1.11.2.2:
7570: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
7571: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
7572: * src/include/pa_stack.h [autoptr] 1.17.2.3:
7573: * src/include/pa_string.h [autoptr] 1.144.2.18:
7574: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
7575: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
7576: * src/include/pa_table.h [autoptr] 1.48.2.9:
7577: * src/include/pa_threads.h [autoptr] 1.26.2.1:
7578: * src/include/pa_types.h [autoptr] 1.44.2.2:
7579: * src/include/pa_uue.h [autoptr] 1.4.2.3:
7580: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
7581: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
7582: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
7583: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
7584: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
7585: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
7586: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
7587: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
7588: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
7589: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
7590: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
7591: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
7592: * src/main/compile.C [autoptr] 1.69.2.4:
7593: * src/main/compile.tab.C [autoptr] 1.81.2.4:
7594: * src/main/compile.y [autoptr] 1.204.2.3:
7595: * src/main/compile_tools.C [autoptr] 1.54.2.4:
7596: * src/main/compile_tools.h [autoptr] 1.67.2.6:
7597: * src/main/execute.C [autoptr] 1.295.2.4:
7598: * src/main/main.dsp [autoptr] 1.161.6.8:
7599: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
7600: * src/main/pa_charset.C [autoptr] 1.33.2.6:
7601: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
7602: * src/main/pa_common.C [autoptr] 1.143.2.10:
7603: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
7604: * src/main/pa_dir.C [autoptr] 1.14.2.2:
7605: * src/main/pa_exception.C [autoptr] 1.43.2.10:
7606: * src/main/pa_exec.C [autoptr] 1.48.2.5:
7607: * src/main/pa_globals.C [autoptr] 1.152.2.10:
7608: * src/main/pa_pool.C [autoptr] 1.59.2.3:
7609: * src/main/pa_request.C [autoptr] 1.245.2.5:
7610: * src/main/pa_socks.C [autoptr] 1.18.2.3:
7611: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
7612: * src/main/pa_string.C [autoptr] 1.172.2.11:
7613: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
7614: * src/main/pa_table.C [autoptr] 1.53.2.8:
7615: * src/main/pa_uue.C [autoptr] 1.4.2.4:
7616: * src/main/untaint.C [autoptr] 1.115.2.6:
7617: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
7618: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
7619: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
7620: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
7621: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
7622: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
7623: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
7624: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
7625: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
7626: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
7627: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
7628: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
7629: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
7630: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
7631: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
7632: * src/types/pa_value.C [autoptr] 1.9.2.7:
7633: * src/types/pa_value.h [autoptr] 1.109.2.14:
7634: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
7635: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
7636: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
7637: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
7638: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
7639: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
7640: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
7641: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
7642: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
7643: * src/types/pa_venv.h [autoptr] 1.28.2.3:
7644: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
7645: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
7646: * src/types/pa_vform.C [autoptr] 1.74.2.3:
7647: * src/types/pa_vform.h [autoptr] 1.45.2.5:
7648: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
7649: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
7650: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
7651: * src/types/pa_vint.h [autoptr] 1.38.2.6:
7652: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
7653: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
7654: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
7655: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
7656: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
7657: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
7658: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
7659: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
7660: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
7661: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
7662: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
7663: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
7664: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
7665: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
7666: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
7667: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
7668: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
7669: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
7670: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
7671: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
7672: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
7673: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
7674: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
7675: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
7676: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
7677: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
7678: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
7679: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
7680: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
7681: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
7682: grammar compiled
7683:
7684: * src/classes/op.C [autoptr] 1.127.2.6:
7685: * src/classes/string.C [autoptr] 1.125.2.2:
7686: * src/include/pa_common.h [autoptr] 1.89.2.8:
7687: * src/include/pa_globals.h [autoptr] 1.101.2.11:
7688: * src/include/pa_request.h [autoptr] 1.160.2.10:
7689: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
7690: * src/main/compile.tab.C [autoptr] 1.81.2.5:
7691: * src/main/compile.y [autoptr] 1.204.2.4:
7692: * src/main/execute.C [autoptr] 1.295.2.5:
7693: * src/main/main.dsp [autoptr] 1.161.6.9:
7694: * src/main/pa_common.C [autoptr] 1.143.2.11:
7695: * src/main/pa_globals.C [autoptr] 1.152.2.11:
7696: * src/main/pa_request.C [autoptr] 1.245.2.6:
7697: * src/types/pa_value.h [autoptr] 1.109.2.15:
7698: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
7699: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
7700: * src/types/pa_vform.h [autoptr] 1.45.2.6:
7701: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
7702: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
7703: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
7704: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
7705: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
7706: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
7707: * src/types/types.dsp [autoptr] 1.35.10.4:
7708: most pa_request compiled
7709:
7710: * src/include/pa_array.h [autoptr] 1.57.2.17:
7711: * src/include/pa_operation.h [autoptr] 1.1.2.5:
7712: * src/include/pa_request.h [autoptr] 1.160.2.12:
7713: * src/main/execute.C [autoptr] 1.295.2.6:
7714: * src/main/main.dsp [autoptr] 1.161.6.10:
7715: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
7716: started last file from main library: execute
7717:
7718: * src/include/pa_request.h [autoptr] 1.160.2.11:
7719: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
7720: * src/main/compile.tab.C [autoptr] 1.81.2.6:
7721: * src/main/compile.y [autoptr] 1.204.2.5:
7722: * src/main/compile_tools.h [autoptr] 1.67.2.7:
7723: * src/main/pa_request.C [autoptr] 1.245.2.7:
7724: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
7725: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
7726: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
7727: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
7728: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
7729: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
7730: pa_request compiled
7731:
7732: * src/classes/classes.h [autoptr] 1.23.2.6:
7733: * src/classes/op.C [autoptr] 1.127.2.4:
7734: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
7735: * src/include/pa_charset.h [autoptr] 1.20.2.9:
7736: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
7737: * src/include/pa_common.h [autoptr] 1.89.2.6:
7738: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
7739: * src/include/pa_exception.h [autoptr] 1.38.2.12:
7740: * src/include/pa_exec.h [autoptr] 1.11.2.2:
7741: * src/include/pa_pool.h [autoptr] 1.86.2.21:
7742: * src/include/pa_request.h [autoptr] 1.160.2.8:
7743: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
7744: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
7745: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
7746: * src/include/pa_string.h [autoptr] 1.144.2.17:
7747: * src/include/pa_table.h [autoptr] 1.48.2.8:
7748: * src/include/pa_uue.h [autoptr] 1.4.2.2:
7749: * src/main/compile.C [autoptr] 1.69.2.3:
7750: * src/main/compile.tab.C [autoptr] 1.81.2.3:
7751: * src/main/compile_tools.C [autoptr] 1.54.2.3:
7752: * src/main/compile_tools.h [autoptr] 1.67.2.5:
7753: * src/main/main.dsp [autoptr] 1.161.6.7:
7754: * src/main/pa_charset.C [autoptr] 1.33.2.5:
7755: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
7756: * src/main/pa_common.C [autoptr] 1.143.2.9:
7757: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
7758: * src/main/pa_exception.C [autoptr] 1.43.2.9:
7759: * src/main/pa_exec.C [autoptr] 1.48.2.4:
7760: * src/main/pa_request.C [autoptr] 1.245.2.4:
7761: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
7762: * src/main/pa_string.C [autoptr] 1.172.2.10:
7763: * src/main/pa_table.C [autoptr] 1.53.2.7:
7764: * src/main/pa_uue.C [autoptr] 1.4.2.3:
7765: * src/main/untaint.C [autoptr] 1.115.2.5:
7766: * src/types/pa_value.C [autoptr] 1.9.2.6:
7767: * src/types/pa_value.h [autoptr] 1.109.2.13:
7768: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
7769: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
7770: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
7771: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
7772: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
7773: * src/types/pa_venv.h [autoptr] 1.28.2.2:
7774: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
7775: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
7776: * src/types/pa_vform.h [autoptr] 1.45.2.4:
7777: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
7778: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
7779: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
7780: * src/types/pa_vint.h [autoptr] 1.38.2.5:
7781: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
7782: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
7783: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
7784: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
7785: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
7786: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
7787: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
7788: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
7789: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
7790: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
7791: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
7792: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
7793: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
7794: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
7795: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
7796: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
7797: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
7798: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
7799: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
7800: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
7801: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
7802: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
7803: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
7804: ConstStringPtr died, long live StringPtr
7805:
7806: 2003-01-30 paf
7807: * src/classes/classes.h [autoptr] 1.23.2.5:
7808: * src/include/pa_pool.h [autoptr] 1.86.2.20:
7809: * src/main/compile.C [autoptr] 1.69.2.2:
7810: * src/main/compile.tab.C [autoptr] 1.81.2.1:
7811: * src/types/pa_value.h [autoptr] 1.109.2.12:
7812: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
7813: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
7814: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
7815: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
7816: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
7817: * src/types/types.dsp [autoptr] 1.35.10.3:
7818: vstateless_class compiled
7819:
7820: * src/include/pa_charset.h [autoptr] 1.20.2.8:
7821: * src/include/pa_request.h [autoptr] 1.160.2.7:
7822: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
7823: * src/main/compile.tab.C [autoptr] 1.81.2.2:
7824: * src/main/compile.y [autoptr] 1.204.2.2:
7825: * src/main/compile_tools.h [autoptr] 1.67.2.4:
7826: * src/main/pa_request.C [autoptr] 1.245.2.3:
7827: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
7828: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
7829: grammar compiled
7830:
7831: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
7832: * src/main/compile_tools.h [autoptr] 1.67.2.1:
7833: * src/main/execute.C [autoptr] 1.295.2.3:
7834: * src/main/main.dsp [autoptr] 1.161.6.6:
7835: * src/types/pa_value.C [autoptr] 1.9.2.5:
7836: * src/types/pa_value.h [autoptr] 1.109.2.11:
7837: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
7838: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
7839: value compiled
7840:
7841: * src/types/pa_vmethod_frame.C 1.1:
7842: file pa_vmethod_frame.C was initially added on branch autoptr.
7843:
7844: * src/include/pa_array.h [autoptr] 1.57.2.15:
7845: * src/include/pa_operation.h [autoptr] 1.1.2.3:
7846: * src/include/pa_table.h [autoptr] 1.48.2.7:
7847: * src/main/compile_tools.C [autoptr] 1.54.2.2:
7848: * src/main/compile_tools.h [autoptr] 1.67.2.3:
7849: * src/main/pa_table.C [autoptr] 1.53.2.6:
7850: compile_tools compiled
7851:
7852: * src/main/compile.C [autoptr] 1.69.2.1:
7853: compile compiled
7854:
7855: * ltmain.sh 1.5:
7856: *** empty log message ***
7857:
7858: * src/include/pa_operation.h [autoptr] 1.1.2.2:
7859: * src/main/compile.y [autoptr] 1.204.2.1:
7860: * src/main/compile_tools.C [autoptr] 1.54.2.1:
7861: * src/main/compile_tools.h [autoptr] 1.67.2.2:
7862: started compile_tools. vagues ideas of how to free compiled code
7863:
7864: * src/include/pa_operation.h 1.1:
7865: file pa_operation.h was initially added on branch autoptr.
7866:
7867: 2003-01-29 paf
7868: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
7869: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
7870: * src/main/main.dsp [autoptr] 1.161.6.5:
7871: * src/main/untaint.C [autoptr] 1.115.2.4:
7872: more compiled
7873:
7874: * src/include/pa_globals.h [autoptr] 1.101.2.9:
7875: * src/include/pa_request.h [autoptr] 1.160.2.6:
7876: * src/main/pa_globals.C [autoptr] 1.152.2.9:
7877: * src/main/pa_request.C [autoptr] 1.245.2.2:
7878: * src/types/pa_value.h [autoptr] 1.109.2.10:
7879: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
7880: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
7881: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
7882: * src/types/types.dsp [autoptr] 1.35.10.2:
7883: vmethodframe, pa_request.h compiled
7884:
7885: * src/classes/file.C [autoptr] 1.107.2.2:
7886: * src/include/pa_globals.h [autoptr] 1.101.2.8:
7887: * src/main/pa_globals.C [autoptr] 1.152.2.8:
7888: * src/types/pa_value.C [autoptr] 1.9.2.4:
7889: * src/types/pa_value.h [autoptr] 1.109.2.9:
7890: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
7891: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
7892: vfile compiled
7893:
7894: * src/classes/classes.h [autoptr] 1.23.2.3:
7895: * src/classes/math.C [autoptr] 1.24.2.1:
7896: * src/include/pa_pool.h [autoptr] 1.86.2.17:
7897: * src/include/pa_request.h [autoptr] 1.160.2.3:
7898: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
7899: * src/include/pa_string.h [autoptr] 1.144.2.13:
7900: * src/main/main.dsp [autoptr] 1.161.6.3:
7901: * src/types/pa_value.h [autoptr] 1.109.2.5:
7902: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
7903: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
7904: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
7905: * src/types/pa_venv.h [autoptr] 1.28.2.1:
7906: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
7907: * src/types/pa_vform.C [autoptr] 1.74.2.1:
7908: * src/types/pa_vform.h [autoptr] 1.45.2.1:
7909: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
7910: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
7911: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
7912: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
7913: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
7914: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
7915: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
7916: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
7917: * src/types/types.dsp [autoptr] 1.35.10.1:
7918: vmath compiled
7919:
7920: * src/types/pa_vmath.C 1.1:
7921: file pa_vmath.C was initially added on branch autoptr.
7922:
7923: * src/include/pa_common.h [autoptr] 1.89.2.5:
7924: * src/include/pa_globals.h [autoptr] 1.101.2.7:
7925: * src/include/pa_string.h [autoptr] 1.144.2.16:
7926: * src/main/pa_globals.C [autoptr] 1.152.2.7:
7927: * src/types/pa_value.C [autoptr] 1.9.2.3:
7928: * src/types/pa_value.h [autoptr] 1.109.2.8:
7929: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
7930: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
7931: * src/types/pa_vform.C [autoptr] 1.74.2.2:
7932: * src/types/pa_vform.h [autoptr] 1.45.2.3:
7933: vcookie compiled
7934:
1.24 paf 7935: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
7936: libltdl compiled without warnings now
7937:
1.22 paf 7938: * src/include/pa_request_info.h 1.1:
7939: file pa_request_info.h was initially added on branch autoptr.
7940:
7941: * src/include/pa_array.h [autoptr] 1.57.2.14:
7942: * src/include/pa_exception.h [autoptr] 1.38.2.11:
7943: * src/include/pa_pool.h [autoptr] 1.86.2.19:
7944: * src/main/pa_exception.C [autoptr] 1.43.2.8:
7945: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
7946: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
7947: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
7948: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
7949: gd compiled
7950:
7951: * src/include/pa_exception.h [autoptr] 1.38.2.10:
7952: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
7953: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
7954: * src/main/pa_common.C [autoptr] 1.143.2.8:
7955: * src/main/pa_dir.C [autoptr] 1.14.2.1:
7956: * src/main/pa_exception.C [autoptr] 1.43.2.7:
7957: * src/main/pa_exec.C [autoptr] 1.48.2.3:
7958: * src/main/pa_pool.C [autoptr] 1.59.2.2:
7959: * src/main/pa_socks.C [autoptr] 1.18.2.2:
7960: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
7961: * src/main/pa_string.C [autoptr] 1.172.2.9:
7962: * src/main/pa_uue.C [autoptr] 1.4.2.2:
7963: #include "pa_value_includes.h"
7964: everywhere in main
7965:
7966: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
7967: * src/include/pa_request.h [autoptr] 1.160.2.5:
7968: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
7969: * src/include/pa_string.h [autoptr] 1.144.2.15:
7970: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
7971: * src/types/pa_value.h [autoptr] 1.109.2.7:
7972: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
7973: * src/types/pa_vform.h [autoptr] 1.45.2.2:
7974: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
7975: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
7976: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
7977: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
7978: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
7979: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
7980: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
7981: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
7982: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
7983: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
7984: vrequest compiled
7985:
7986: * src/types/pa_value_includes.h 1.1:
7987: file pa_value_includes.h was initially added on branch autoptr.
7988:
7989: * src/classes/classes.h [autoptr] 1.23.2.4:
7990: * src/include/pa_charset.h [autoptr] 1.20.2.7:
7991: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
7992: * src/include/pa_globals.h [autoptr] 1.101.2.6:
7993: * src/include/pa_pool.h [autoptr] 1.86.2.18:
7994: * src/include/pa_request.h [autoptr] 1.160.2.4:
7995: * src/include/pa_string.h [autoptr] 1.144.2.14:
7996: * src/main/main.dsp [autoptr] 1.161.6.4:
7997: * src/main/pa_charset.C [autoptr] 1.33.2.4:
7998: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
7999: * src/main/pa_globals.C [autoptr] 1.152.2.6:
8000: * src/main/untaint.C [autoptr] 1.115.2.3:
8001: * src/types/pa_value.h [autoptr] 1.109.2.6:
8002: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
8003: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
8004: * src/types/pa_vint.h [autoptr] 1.38.2.4:
8005: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
8006: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
8007: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
8008: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
8009: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
8010: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
8011: vrequest,vdouble,vint compiled
8012:
8013: * src/include/pa_request_charsets.h 1.1:
8014: file pa_request_charsets.h was initially added on branch
8015: autoptr.
8016:
8017: 2003-01-28 paf
8018: * src/include/pa_charset.h [autoptr] 1.20.2.6:
8019: * src/include/pa_exception.h [autoptr] 1.38.2.9:
8020: * src/include/pa_request.h [autoptr] 1.160.2.2:
8021: * src/include/pa_string.h [autoptr] 1.144.2.12:
8022: * src/main/untaint.C [autoptr] 1.115.2.2:
8023: untaint compiled
8024:
8025: * src/include/pa_charset.h [autoptr] 1.20.2.5:
8026: * src/main/pa_charset.C [autoptr] 1.33.2.3:
8027: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
8028: charset/s simplified [charset::pool_for_load introduced]
8029:
8030: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
8031: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
8032: * src/main/pa_globals.C [autoptr] 1.152.2.5:
8033: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
8034: globals compiled
8035:
8036: * src/include/pa_array.h [autoptr] 1.57.2.11:
8037: * src/include/pa_charset.h [autoptr] 1.20.2.3:
8038: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
8039: * src/include/pa_pool.h [autoptr] 1.86.2.13:
8040: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
8041: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
8042: * src/include/pa_stack.h [autoptr] 1.17.2.2:
8043: * src/include/pa_string.h [autoptr] 1.144.2.9:
8044: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
8045: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
8046: * src/types/pa_vint.h [autoptr] 1.38.2.3:
8047: sql_driver_manager compiled
8048:
8049: * src/classes/date.C [autoptr] 1.42.2.1:
8050: * src/include/pa_charset.h [autoptr] 1.20.2.4:
8051: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
8052: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
8053: * src/include/pa_globals.h [autoptr] 1.101.2.5:
8054: * src/main/pa_charset.C [autoptr] 1.33.2.2:
8055: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
8056: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
8057: * src/main/pa_globals.C [autoptr] 1.152.2.4:
8058: * src/main/pa_request.C [autoptr] 1.245.2.1:
8059: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
8060: pa_charsets compiled
8061:
1.24 paf 8062: * src/include/pa_pool.h [autoptr] 1.86.2.14:
8063: * src/main/pa_common.C [autoptr] 1.143.2.7:
8064: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
8065: common compiled
8066:
1.22 paf 8067: * etc/parser3.charsets/koi8-r.cfg 1.3:
8068: * etc/parser3.charsets/windows-1251.cfg 1.7:
8069: ukranian letter i with two dots added to koi,
8070: all ukranian letters added to win1251.
8071:
8072: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
8073:
8074: * src/classes/classes.h [autoptr] 1.23.2.2:
8075: * src/classes/date.C [autoptr] 1.42.2.2:
8076: * src/classes/file.C [autoptr] 1.107.2.1:
8077: * src/classes/hash.C [autoptr] 1.54.2.1:
8078: * src/classes/image.C [autoptr] 1.90.2.2:
8079: * src/classes/table.C [autoptr] 1.172.2.1:
8080: * src/classes/xdoc.C [autoptr] 1.108.2.1:
8081: * src/classes/xnode.h [autoptr] 1.18.2.1:
8082: * src/main/execute.C [autoptr] 1.295.2.2:
8083: * src/main/main.dsp [autoptr] 1.161.6.2:
8084: * src/types/pa_value.h [autoptr] 1.109.2.4:
8085: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
8086: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
8087: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
8088: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
8089: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
8090: started main: compile_tools
8091:
8092: * src/include/pa_array.h [autoptr] 1.57.2.13:
8093: * src/include/pa_string.h [autoptr] 1.144.2.11:
8094: * src/main/execute.C [autoptr] 1.295.2.1:
8095: * src/main/untaint.C [autoptr] 1.115.2.1:
8096: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
8097: more compiled.
8098: struck with string::store_to needing to know source/client charsets
8099:
8100: * src/include/pa_exception.h [autoptr] 1.38.2.8:
8101: * src/include/pa_uue.h [autoptr] 1.4.2.1:
8102: * src/main/pa_uue.C [autoptr] 1.4.2.1:
8103: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
8104: uue compiled
8105:
8106: * src/include/pa_table.h [autoptr] 1.48.2.6:
8107: * src/main/pa_string.C [autoptr] 1.172.2.8:
8108: * src/main/pa_table.C [autoptr] 1.53.2.5:
8109: table compiled
8110:
8111: * src/include/pa_array.h [autoptr] 1.57.2.12:
8112: * src/include/pa_exec.h [autoptr] 1.11.2.1:
8113: * src/include/pa_hash.h [autoptr] 1.58.2.9:
8114: * src/include/pa_pool.h [autoptr] 1.86.2.15:
8115: * src/main/pa_exec.C [autoptr] 1.48.2.2:
8116: pa_exec win32 compiled
8117:
8118: 2003-01-27 paf
8119: * src/include/pa_array.h [autoptr] 1.57.2.9:
8120: * src/include/pa_common.h [autoptr] 1.89.2.4:
8121: * src/include/pa_hash.h [autoptr] 1.58.2.7:
8122: * src/include/pa_pool.h [autoptr] 1.86.2.9:
8123: * src/include/pa_string.h [autoptr] 1.144.2.7:
8124: * src/main/pa_common.C [autoptr] 1.143.2.4:
8125: * src/main/pa_string.C [autoptr] 1.172.2.6:
8126: * src/types/pa_value.C [autoptr] 1.9.2.2:
8127: * src/types/pa_value.h [autoptr] 1.109.2.3:
8128: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
8129: * src/types/pa_vint.h [autoptr] 1.38.2.2:
8130: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
8131: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
8132: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
8133: wcontext compiled
8134:
8135: * src/include/pa_exception.h [autoptr] 1.38.2.6:
8136: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
8137: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
8138: * src/include/pa_string.h [autoptr] 1.144.2.8:
8139: * src/main/pa_common.C [autoptr] 1.143.2.6:
8140: * src/main/pa_exec.C [autoptr] 1.48.2.1:
8141: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
8142: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
8143: paused on sql_manager
8144:
8145: * src/classes/op.C [autoptr] 1.127.2.3:
8146: * src/include/pa_globals.h [autoptr] 1.101.2.4:
8147: * src/include/pa_hash.h [autoptr] 1.58.2.8:
8148: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
8149: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
8150: * src/include/pa_table.h [autoptr] 1.48.2.5:
8151: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
8152: * src/main/pa_table.C [autoptr] 1.53.2.4:
8153: table compiled
8154:
8155: * src/include/pa_pool.h [autoptr] 1.86.2.10:
8156: * src/main/pa_common.C [autoptr] 1.143.2.5:
8157: common compiled
8158:
8159: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
8160: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
8161: cache_managers compiled
8162:
8163: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
8164: * src/include/pa_pool.h [autoptr] 1.86.2.12:
8165: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
8166: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
8167: * src/include/pa_stack.h [autoptr] 1.17.2.1:
8168: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
8169: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
8170: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
8171: vtable compiled
8172:
8173: * src/include/pa_array.h [autoptr] 1.57.2.10:
8174: * src/include/pa_charset.h [autoptr] 1.20.2.2:
8175: * src/include/pa_pool.h [autoptr] 1.86.2.11:
8176: * src/main/pa_charset.C [autoptr] 1.33.2.1:
8177: charset compiled
8178:
8179: 2003-01-24 paf
8180: * src/classes/classes.C [autoptr] 1.18.2.1:
8181: * src/classes/classes.h [autoptr] 1.23.2.1:
8182: * src/include/pa_array.h [autoptr] 1.57.2.8:
8183: * src/include/pa_common.h [autoptr] 1.89.2.3:
8184: * src/include/pa_globals.h [autoptr] 1.101.2.3:
8185: * src/include/pa_hash.h [autoptr] 1.58.2.6:
8186: * src/include/pa_pool.h [autoptr] 1.86.2.8:
8187: * src/include/pa_string.h [autoptr] 1.144.2.6:
8188: * src/main/pa_common.C [autoptr] 1.143.2.3:
8189: * src/main/pa_globals.C [autoptr] 1.152.2.3:
8190: * src/main/pa_string.C [autoptr] 1.172.2.5:
8191: * src/types/pa_value.h [autoptr] 1.109.2.2:
8192: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
8193: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
8194: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
8195: * src/types/pa_vint.h [autoptr] 1.38.2.1:
8196: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
8197: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
8198: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
8199: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
8200: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
8201: more patched
8202:
8203: * src/classes/op.C [autoptr] 1.127.2.2:
8204: * src/include/pa_array.h [autoptr] 1.57.2.7:
8205: * src/include/pa_exception.h [autoptr] 1.38.2.5:
8206: * src/include/pa_hash.h [autoptr] 1.58.2.5:
8207: * src/include/pa_pool.h [autoptr] 1.86.2.7:
8208: * src/include/pa_string.h [autoptr] 1.144.2.5:
8209: * src/include/pa_table.h [autoptr] 1.48.2.4:
8210: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
8211: * src/main/pa_exception.C [autoptr] 1.43.2.5:
8212: * src/main/pa_string.C [autoptr] 1.172.2.4:
8213: * src/main/pa_table.C [autoptr] 1.53.2.3:
8214: string compiled
8215:
8216: * src/include/pa_array.h [autoptr] 1.57.2.6:
8217: * src/include/pa_common.h [autoptr] 1.89.2.2:
8218: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
8219: * src/include/pa_exception.h [autoptr] 1.38.2.4:
8220: * src/include/pa_pool.h [autoptr] 1.86.2.6:
8221: * src/include/pa_string.h [autoptr] 1.144.2.4:
8222: * src/include/pa_table.h [autoptr] 1.48.2.3:
8223: * src/main/pa_common.C [autoptr] 1.143.2.2:
8224: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
8225: * src/main/pa_exception.C [autoptr] 1.43.2.4:
8226: * src/main/pa_string.C [autoptr] 1.172.2.3:
8227: dictionary compiled
8228:
8229: 2003-01-23 paf
8230: * src/include/pa_array.h [autoptr] 1.57.2.4:
8231: * src/include/pa_exception.h [autoptr] 1.38.2.2:
8232: * src/include/pa_hash.h [autoptr] 1.58.2.4:
8233: * src/include/pa_pool.h [autoptr] 1.86.2.4:
8234: * src/include/pa_table.h [autoptr] 1.48.2.2:
8235: * src/main/pa_exception.C [autoptr] 1.43.2.2:
8236: * src/main/pa_table.C [autoptr] 1.53.2.2:
8237: table compiled
8238:
8239: * src/include/pa_array.h [autoptr] 1.57.2.2:
8240: * src/include/pa_hash.h [autoptr] 1.58.2.2:
8241: * src/include/pa_pool.h [autoptr] 1.86.2.2:
8242: * src/main/main.dsp [autoptr] 1.161.6.1:
8243: continued with Hash
8244:
8245: * src/include/pa_array.h [autoptr] 1.57.2.5:
8246: * src/include/pa_common.h [autoptr] 1.89.2.1:
8247: * src/include/pa_exception.h [autoptr] 1.38.2.3:
8248: * src/include/pa_globals.h [autoptr] 1.101.2.2:
8249: * src/include/pa_pool.h [autoptr] 1.86.2.5:
8250: * src/include/pa_request.h [autoptr] 1.160.2.1:
8251: * src/include/pa_string.h [autoptr] 1.144.2.3:
8252: * src/main/pa_common.C [autoptr] 1.143.2.1:
8253: * src/main/pa_exception.C [autoptr] 1.43.2.3:
8254: * src/main/pa_globals.C [autoptr] 1.152.2.2:
8255: * src/types/pa_value.C [autoptr] 1.9.2.1:
8256: * src/types/pa_value.h [autoptr] 1.109.2.1:
8257: resurrected pool in new sense: now it's factory, producing
8258: accounting memory chunks for read[autofree] buffers
8259:
8260: * src/classes/image.C [autoptr] 1.90.2.1:
8261: * src/classes/op.C [autoptr] 1.127.2.1:
8262: * src/include/pa_array.h [autoptr] 1.57.2.3:
8263: * src/include/pa_exception.h [autoptr] 1.38.2.1:
8264: * src/include/pa_globals.h [autoptr] 1.101.2.1:
8265: * src/include/pa_hash.h [autoptr] 1.58.2.3:
8266: * src/include/pa_pool.h [autoptr] 1.86.2.3:
8267: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
8268: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
8269: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
8270: * src/include/pa_string.h [autoptr] 1.144.2.2:
8271: * src/include/pa_table.h [autoptr] 1.48.2.1:
8272: * src/include/pa_types.h [autoptr] 1.44.2.1:
8273: * src/main/pa_exception.C [autoptr] 1.43.2.1:
8274: * src/main/pa_globals.C [autoptr] 1.152.2.1:
8275: * src/main/pa_string.C [autoptr] 1.172.2.2:
8276: * src/main/pa_table.C [autoptr] 1.53.2.1:
8277: aint that easy
8278:
8279: * src/main/pa_common.C 1.144:
8280: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
8281: c with that stack]
8282:
8283: * src/lib/pcre/8859-1.ucm 1.1:
8284: file 8859-1.ucm was initially added on branch autoptr.
8285:
8286: 2003-01-22 paf
8287: * src/include/pa_array.h [autoptr] 1.57.2.1:
8288: * src/include/pa_charset.h [autoptr] 1.20.2.1:
8289: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
8290: * src/include/pa_hash.h [autoptr] 1.58.2.1:
8291: * src/include/pa_pool.h [autoptr] 1.86.2.1:
8292: * src/include/pa_string.h [autoptr] 1.144.2.1:
8293: * src/main/pa_array.C [autoptr] 1.54.2.1:
8294: * src/main/pa_hash.C [autoptr] 1.53.2.1:
8295: * src/main/pa_pool.C [autoptr] 1.59.2.1:
8296: * src/main/pa_string.C [autoptr] 1.172.2.1:
8297: started auto_ptr.
8298: PA_Object is base: contains references_count.
8299: auto_ptr template calls add_ref/release
8300:
8301: 2003-01-21 paf
8302: * src/classes/classes.C 1.18:
8303: * src/classes/classes.h 1.23:
8304: * src/classes/date.C 1.42:
8305: * src/classes/double.C 1.53:
8306: * src/classes/file.C 1.107:
8307: * src/classes/form.C 1.34:
8308: * src/classes/hash.C 1.54:
8309: * src/classes/image.C 1.90:
8310: * src/classes/int.C 1.49:
8311: * src/classes/mail.C 1.88:
8312: * src/classes/math.C 1.24:
8313: * src/classes/op.C 1.127:
8314: * src/classes/response.C 1.23:
8315: * src/classes/string.C 1.125:
8316: * src/classes/table.C 1.172:
8317: * src/classes/void.C 1.28:
8318: * src/classes/xdoc.C 1.108:
8319: * src/classes/xnode.C 1.54:
8320: * src/classes/xnode.h 1.18:
8321: * src/include/pa_array.h 1.57:
8322: * src/include/pa_cache_managers.h 1.9:
8323: * src/include/pa_charset.h 1.20:
8324: * src/include/pa_charsets.h 1.8:
8325: * src/include/pa_common.h 1.89:
8326: * src/include/pa_config_fixed.h 1.54:
8327: * src/include/pa_config_includes.h 1.23:
8328: * src/include/pa_dictionary.h 1.13:
8329: * src/include/pa_dir.h 1.13:
8330: * src/include/pa_exception.h 1.38:
8331: * src/include/pa_exec.h 1.11:
8332: * src/include/pa_globals.h 1.101:
8333: * src/include/pa_hash.h 1.58:
8334: * src/include/pa_opcode.h 1.24:
8335: * src/include/pa_pool.h 1.86:
8336: * src/include/pa_pragma_pack_begin.h 1.6:
8337: * src/include/pa_pragma_pack_end.h 1.6:
8338: * src/include/pa_request.h 1.160:
8339: * src/include/pa_sapi.h 1.22:
8340: * src/include/pa_socks.h 1.11:
8341: * src/include/pa_sql_connection.h 1.30:
8342: * src/include/pa_sql_driver_manager.h 1.26:
8343: * src/include/pa_stack.h 1.17:
8344: * src/include/pa_string.h 1.144:
8345: * src/include/pa_stylesheet_connection.h 1.32:
8346: * src/include/pa_stylesheet_manager.h 1.15:
8347: * src/include/pa_table.h 1.48:
8348: * src/include/pa_threads.h 1.26:
8349: * src/include/pa_types.h 1.44:
8350: * src/include/pa_uue.h 1.4:
8351: * src/lib/md5/pa_md5.h 1.5:
8352: * src/lib/md5/pa_md5c.c 1.6:
8353: * src/lib/pcre/pcre_parser_ctype.c 1.3:
8354: * src/main/compile.C 1.69:
8355: * src/main/compile.tab.C 1.80:
8356: * src/main/compile.y 1.204:
8357: * src/main/compile_tools.C 1.54:
8358: * src/main/compile_tools.h 1.67:
8359: * src/main/execute.C 1.295:
8360: * src/main/pa_array.C 1.54:
8361: * src/main/pa_cache_managers.C 1.7:
8362: * src/main/pa_charset.C 1.33:
8363: * src/main/pa_charsets.C 1.11:
8364: * src/main/pa_common.C 1.143:
8365: * src/main/pa_dictionary.C 1.17:
8366: * src/main/pa_dir.C 1.14:
8367: * src/main/pa_exception.C 1.43:
8368: * src/main/pa_exec.C 1.48:
8369: * src/main/pa_globals.C 1.152:
8370: * src/main/pa_hash.C 1.53:
8371: * src/main/pa_pool.C 1.59:
8372: * src/main/pa_request.C 1.245:
8373: * src/main/pa_socks.C 1.18:
8374: * src/main/pa_sql_driver_manager.C 1.69:
8375: * src/main/pa_string.C 1.172:
8376: * src/main/pa_stylesheet_manager.C 1.16:
8377: * src/main/pa_table.C 1.53:
8378: * src/main/pa_uue.C 1.4:
8379: * src/main/untaint.C 1.115:
8380: * src/sql/pa_sql_driver.h 1.34:
8381: * src/targets/apache13/mod_parser3.C 1.28:
8382: * src/targets/apache13/pa_md5c.c 1.5:
8383: * src/targets/apache13/pa_pool.C 1.8:
8384: * src/targets/apache13/pa_threads.C 1.11:
8385: * src/targets/cgi/pa_pool.C 1.41:
8386: * src/targets/cgi/pa_threads.C 1.12:
8387: * src/targets/cgi/parser3.C 1.216:
8388: * src/targets/cgi/pool_storage.h 1.13:
8389: * src/targets/isapi/pa_pool.C 1.16:
8390: * src/targets/isapi/pa_threads.C 1.13:
8391: * src/targets/isapi/parser3isapi.C 1.82:
8392: * src/targets/isapi/pool_storage.h 1.19:
8393: * src/types/pa_value.C 1.9:
8394: * src/types/pa_value.h 1.109:
8395: * src/types/pa_vbool.h 1.21:
8396: * src/types/pa_vclass.C 1.16:
8397: * src/types/pa_vclass.h 1.39:
8398: * src/types/pa_vcode_frame.h 1.24:
8399: * src/types/pa_vcookie.C 1.55:
8400: * src/types/pa_vcookie.h 1.23:
8401: * src/types/pa_vdate.h 1.24:
8402: * src/types/pa_vdouble.h 1.42:
8403: * src/types/pa_venv.h 1.28:
8404: * src/types/pa_vfile.C 1.36:
8405: * src/types/pa_vfile.h 1.52:
8406: * src/types/pa_vform.C 1.74:
8407: * src/types/pa_vform.h 1.45:
8408: * src/types/pa_vhash.h 1.43:
8409: * src/types/pa_vimage.C 1.22:
8410: * src/types/pa_vimage.h 1.34:
8411: * src/types/pa_vint.h 1.38:
8412: * src/types/pa_vjunction.h 1.19:
8413: * src/types/pa_vmail.C 1.40:
8414: * src/types/pa_vmail.h 1.9:
8415: * src/types/pa_vmath.h 1.14:
8416: * src/types/pa_vmethod_frame.h 1.45:
8417: * src/types/pa_vobject.C 1.12:
8418: * src/types/pa_vobject.h 1.38:
8419: * src/types/pa_vrequest.C 1.27:
8420: * src/types/pa_vrequest.h 1.25:
8421: * src/types/pa_vresponse.C 1.17:
8422: * src/types/pa_vresponse.h 1.32:
8423: * src/types/pa_vstateless_class.C 1.19:
8424: * src/types/pa_vstateless_class.h 1.42:
8425: * src/types/pa_vstateless_object.h 1.28:
8426: * src/types/pa_vstatus.C 1.15:
8427: * src/types/pa_vstatus.h 1.15:
8428: * src/types/pa_vstring.C 1.22:
8429: * src/types/pa_vstring.h 1.54:
8430: * src/types/pa_vtable.C 1.21:
8431: * src/types/pa_vtable.h 1.48:
8432: * src/types/pa_vvoid.h 1.17:
8433: * src/types/pa_vxdoc.C 1.23:
8434: * src/types/pa_vxdoc.h 1.31:
8435: * src/types/pa_vxnode.C 1.30:
8436: * src/types/pa_vxnode.h 1.22:
8437: * src/types/pa_wcontext.C 1.24:
8438: * src/types/pa_wcontext.h 1.42:
8439: * src/types/pa_wwrapper.h 1.28:
8440: 2002->2003
8441:
8442: 2003-01-16 paf
8443: * operators.txt 1.108:
8444: * src/include/pa_config_fixed.h 1.53:
8445: * src/main/pa_common.C 1.141:
8446: * www/htdocs/index.html 1.208:
8447: http request now return status. and not fail on status!=200
8448:
8449: * operators.txt 1.109:
8450: * src/include/pa_globals.h 1.100:
8451: * src/main/pa_common.C 1.142:
8452: * src/main/pa_globals.C 1.151:
8453: * www/htdocs/index.html 1.209:
8454: http://
8455: introducing
8456: $.any-status(1)
8457:
8458: * www/htdocs/index.html 1.210:
8459: image.copy fixed transparent resampling
8460:
8461: * bin/Makefile.in 1.9:
8462: * etc/Makefile.in 1.14:
8463: * etc/parser3.charsets/Makefile.in 1.17:
8464: * src/Makefile.in 1.55:
8465: * src/classes/Makefile.in 1.53:
8466: * src/include/Makefile.in 1.11:
8467: * src/lib/Makefile.in 1.8:
8468: * src/lib/md5/Makefile.in 1.6:
8469: * src/lib/patches/Makefile.in 1.10:
8470: * src/lib/pcre/Makefile.in 1.8:
8471: * src/main/Makefile.in 1.50:
8472: * src/sql/Makefile.in 1.11:
8473: * src/targets/Makefile.in 1.42:
8474: * src/targets/cgi/Makefile.in 1.62:
8475: * src/targets/isapi/Makefile.in 1.11:
8476: * src/types/Makefile.in 1.50:
8477: proper AC_LANG_ switching to fix qsort detection bug
8478:
8479: 2003-01-15 paf
8480: * src/main/pa_globals.C 1.150:
8481: localized pa_xmlFileRead/Close
8482:
8483: 2003-01-14 paf
8484: * src/lib/ltdl/config.guess 1.2:
8485: * src/lib/ltdl/config.sub 1.2:
8486: * src/lib/ltdl/install-sh 1.2:
8487: * src/lib/ltdl/missing 1.2:
8488: * src/lib/ltdl/mkinstalldirs 1.2:
8489: removed some ancient files [they in / really]
8490:
8491: * src/lib/ltdl/config_fixed.h 1.2:
8492: * src/lib/ltdl/libltdl.dsp 1.3:
8493: * src/lib/ltdl/ltdl.c 1.3:
8494: ltdl.c regretfully needed patch in two places.
8495: in config_fixed.h made stubs for lib to compile in MSVC
8496:
8497: * src/lib/ltdl/aclocal.m4 1.1:
8498: *** empty log message ***
8499:
8500: 2003-01-13 paf
8501: * config.guess 1.3:
8502: * config.sub 1.4:
8503: * ltmain.sh 1.4:
8504: * src/targets/apache13/Makefile.in 1.44:
8505: removed last piece of configure.in(libtool) hacks
8506:
8507: * src/lib/ltdl/COPYING.LIB 1.1:
8508: * src/lib/ltdl/Makefile.in 1.4:
8509: * src/lib/ltdl/acinclude.m4 1.2:
8510: * src/lib/ltdl/config.h 1.2:
8511: * src/lib/ltdl/config_auto.h.in 1.3:
8512: * src/lib/ltdl/configure 1.4:
8513: * src/lib/ltdl/configure.in 1.4:
8514: * src/lib/ltdl/libltdl.dsp 1.2:
8515: * src/lib/ltdl/ltdl.c 1.2:
8516: * src/lib/ltdl/ltdl.h 1.2:
8517: moved to latest libtool (1.4.3)
8518:
8519: 2003-01-10 paf
8520: * src/lib/patches/Makefile.am 1.3:
8521: * src/lib/patches/Makefile.in 1.9:
8522: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
8523: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
8524: * src/lib/patches/libgdome_morestatic.patch 1.2:
8525: * src/lib/patches/libxml_error_column_tab.patch 1.2:
8526: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
8527: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
8528: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
8529: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
8530: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
8531: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
8532: * src/main/pa_globals.C 1.149:
8533: moved to latest xml lib versions, changed patches.
8534: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8535: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8536: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8537:
8538: * INSTALL 1.31:
8539: moved to latest versions of xml libs
8540: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8541: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8542: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8543:
8544: * src/lib/patches/libxml2.patch 1.1:
8545: moved to libxml2 2.5.1, only these patches left:
8546: * fixing \t chars to spaces in error position reporting
8547: * adding context to conversion functions
8548:
8549: * src/lib/patches/gdome2.patch 1.1:
8550: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
8551: Paolo said that he would incorporate this patch in upcoming version of gdome.
8552:
8553: * src/lib/ltdl/configure 1.3:
8554: * src/lib/ltdl/configure.in 1.3:
8555: PROG_NM
8556:
8557: * src/lib/patches/libxslt.patch 1.1:
8558: moved to libxslt 1.0.23. still need a patch which suppresses
8559: htmlSetMetaEncoding calls
8560:
8561: 2003-01-09 paf
8562: * bin/Makefile.in 1.8:
8563: * config.guess 1.2:
8564: * config.sub 1.3:
8565: * etc/Makefile.in 1.13:
8566: * etc/parser3.charsets/Makefile.in 1.16:
8567: * missing 1.2:
8568: * mkinstalldirs 1.2:
8569: * src/Makefile.in 1.54:
8570: * src/classes/Makefile.in 1.52:
8571: * src/include/Makefile.in 1.10:
8572: * src/include/pa_config_auto.h.in 1.37:
8573: * src/lib/Makefile.in 1.7:
8574: * src/lib/ltdl/Makefile.in 1.3:
8575: * src/lib/ltdl/config_auto.h.in 1.2:
8576: * src/lib/ltdl/configure 1.2:
8577: * src/lib/ltdl/configure.in 1.2:
8578: * src/lib/md5/Makefile.in 1.5:
8579: * src/lib/patches/Makefile.in 1.8:
8580: * src/lib/pcre/Makefile.in 1.7:
8581: * src/main/Makefile.in 1.49:
8582: * src/sql/Makefile.in 1.10:
8583: * src/targets/Makefile.in 1.41:
8584: * src/targets/apache13/Makefile.in 1.43:
8585: * src/targets/cgi/Makefile.am 1.46:
8586: * src/targets/cgi/Makefile.in 1.61:
8587: * src/targets/isapi/Makefile.in 1.10:
8588: * src/types/Makefile.in 1.49:
8589: moved to autoconf 2.57 & automake 1.7.2
8590:
8591: * depcomp 1.1:
8592: moving to automake 1.7.2
8593:
8594: * INSTALL 1.30:
8595: xml,xslt,gdome lib urls updated
8596:
8597: * Makefile.am 1.30:
8598: * Makefile.in 1.44:
8599: * src/lib/ltdl/missing 1.1:
8600: * src/lib/ltdl/mkinstalldirs 1.1:
8601: *** empty log message ***
8602:
1.21 paf 8603: 2002-12-27 paf
8604: * src/doc/aliased.dox 1.5:
8605: * src/doc/index.dox 1.4:
8606: * src/doc/module.dox 1.4:
8607: * src/doc/pooled.dox 1.4:
8608: * www/htdocs/index.html 1.207:
8609: removed outdated parts, made links to language docs
8610:
8611: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
8612: 0007
8613:
8614: * src/include/pa_config_auto.h.in 1.36:
8615: comment
8616:
8617: 2002-12-26 paf
8618: * INSTALL 1.29:
8619: * src/include/pa_config_auto.h.in 1.35:
8620: * src/main/pa_common.C 1.140:
8621: * src/main/pa_exec.C 1.47:
8622: changing SAFE_MODE politics
8623:
8624: * src/classes/file.C 1.106:
8625: file:fullpath[a.gif] when document root did not contain
8626: trailing / fixed.
8627:
8628: 2002-12-25 paf
8629: * src/main/pa_globals.C 1.147:
8630: optimized-as-is
8631:
8632: * src/main/pa_globals.C 1.148:
8633: optimized-xml
8634:
8635: 2002-12-24 paf
8636: * src/main/pa_common.C 1.139:
8637: * src/main/pa_pool.C 1.58:
8638: pool::copy on zero size|ptr fixed [were really called with zero
8639: size when .html?a=&b=]
8640:
8641: * src/main/pa_exec.C 1.46:
8642: * www/htdocs/index.html 1.206:
8643: fork/pipe error now [old always-pipe-error fixed]
8644:
8645: * src/classes/mail.C 1.86:
8646: $MAIL in @conf now invalid when configured with --with-sendmail
8647:
8648: 2002-12-23 paf
8649: * src/types/pa_vcookie.C 1.54:
8650: cookie:field[put value] fixed [were ignoring parameters & were
8651: storing only string with default expires
8652:
8653: * src/main/pa_charset.C 1.32:
8654: From: "Victor Fedoseev" <vvf_ru@mail.ru>
8655: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
8656: Sent: Monday, December 23, 2002 4:22 AM
8657: Subject: bug â Charset::transcode_buf2xchar
8658:
8659: 2002-12-20 paf
8660: * src/targets/cgi/parser3.C 1.215:
8661: removed last \n appending in non-win32 non-cgi [script] runs
8662:
8663: 2002-12-19 paf
8664: * operators.txt 1.107:
8665: * src/include/pa_globals.h 1.99:
8666: * src/include/pa_request.h 1.159:
8667: * src/main/pa_globals.C 1.146:
8668: * src/main/pa_request.C 1.244:
8669: * www/htdocs/index.html 1.205:
8670: $response:download
8671:
8672: * src/classes/mail.C 1.85:
8673: 'to' check bugfix [now checked only on ms compiler [win32]].
8674:
8675: * INSTALL 1.28:
8676: --without-iconv recommended [it crashes on some systems [tested on elik]]
8677: moreover, it's not needed there [parser registers charsets itself]
8678:
8679: * INSTALL 1.27:
8680: -without-iconv recommended [it crashes on some systems [tested
8681: on elik]]
8682:
8683: 2002-12-18 paf
8684: * src/classes/xdoc.C 1.107:
8685: doc->URL on xdoc.load set correctly now
8686:
8687: 2002-12-17 paf
8688: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
8689: 1. on win32 in die: abort() reverted to exit(1)
8690: 2. more flexible iilegal call check
8691:
8692: * src/targets/cgi/parser3.C 1.214:
8693: merged die&iis changes
8694:
8695: 2002-12-16 paf
8696: * src/main/untaint.C 1.114:
8697: filespec russian small 'r' changed to latin 'p' bug fix
8698:
8699: * Makefile.in 1.38:
8700: ltmain.sh silly required for stupid automake added
8701:
8702: * ltmain.sh 1.3:
8703: *** empty log message ***
8704:
8705: * ltmain.sh [release_3_0_0006] 1.2.2.1:
8706: some automakes silly insist on having this handy
8707:
1.20 paf 8708: 2002-12-15 paf
1.21 paf 8709: * src/main/untaint.C 1.113:
8710: filespec russian small 'r' changed to latin 'p'
8711:
8712: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
8713: ftruncate having checked
8714:
8715: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
8716: removed warning
8717:
1.20 paf 8718: * configure.in [release_3_0_0006] 1.52.2.1:
8719: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
8720: new version
8721:
1.21 paf 8722: * configure.in [release_3_0_0006] 1.52.2.2:
8723: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
8724: *** empty log message ***
8725:
8726: * configure.in 1.53:
8727: * src/include/pa_config_auto.h.in 1.34:
8728: * src/main/compile.C 1.68:
8729: * src/main/pa_common.C 1.138:
8730: merged small changes from branch 6 to HEAD
8731:
1.20 paf 8732: 2002-12-14 paf
8733: * src/sql/pa_sql_driver.h 1.33:
8734: * www/htdocs/index.html 1.204:
8735: exception type fixed
8736:
8737: * src/classes/table.C 1.171:
8738: removed unnecessary code
8739:
8740: 2002-12-09 paf
8741: * src/classes/hash.C 1.53:
8742: * src/classes/string.C 1.124:
8743: * src/classes/table.C 1.170:
8744: * src/classes/void.C 1.27:
8745: * src/main/pa_sql_driver_manager.C 1.68:
8746: * src/sql/pa_sql_driver.h 1.32:
8747: changed exception handling mech in sql handlers #2
8748:
8749: * bin/Makefile.in 1.7:
8750: * configure.in 1.52:
8751: * etc/Makefile.in 1.12:
8752: * etc/parser3.charsets/Makefile.in 1.15:
8753: * src/Makefile.in 1.53:
8754: * src/classes/Makefile.in 1.51:
8755: * src/include/Makefile.in 1.9:
8756: * src/lib/Makefile.in 1.6:
8757: * src/lib/ltdl/Makefile.in 1.2:
8758: * src/lib/md5/Makefile.in 1.4:
8759: * src/lib/patches/Makefile.in 1.7:
8760: * src/lib/pcre/Makefile.in 1.6:
8761: * src/main/Makefile.in 1.48:
8762: * src/sql/Makefile.in 1.9:
8763: * src/targets/Makefile.in 1.40:
8764: * src/targets/apache13/Makefile.in 1.42:
8765: * src/targets/cgi/Makefile.in 1.60:
8766: * src/targets/isapi/Makefile.in 1.9:
8767: * src/types/Makefile.in 1.48:
8768: removed configure.in:AC_LIBTOOL, it caused automake to write
8769: makefile which used libtool to install things, which is not needed
8770:
8771: * src/targets/apache13/mod_parser3.C 1.27:
8772: * src/targets/cgi/parser3.C 1.211:
8773: * src/targets/cgi/parser3.C 1.212:
8774: * src/targets/cgi/parser3.C 1.213:
8775: * src/targets/isapi/parser3isapi.C 1.81:
8776: ::die now tries to write core dump
8777:
8778: * src/types/pa_vvoid.h 1.16:
8779: * www/htdocs/index.html 1.203:
8780: $void.store[now] error
8781:
8782: * src/classes/hash.C 1.52:
8783: * src/classes/string.C 1.123:
8784: * src/classes/table.C 1.169:
8785: * src/classes/void.C 1.26:
8786: * src/main/pa_sql_driver_manager.C 1.66:
8787: * src/main/pa_sql_driver_manager.C 1.67:
8788: * src/sql/pa_sql_driver.h 1.29:
8789: * src/sql/pa_sql_driver.h 1.30:
8790: * src/sql/pa_sql_driver.h 1.31:
8791: changed exception handling mech in sql handlers
8792:
8793: 2002-12-06 paf
8794: * operators.txt 1.106:
8795: * src/main/compile.tab.C 1.78:
8796: * src/types/pa_vhash.h 1.42:
8797: $hash.fields -- pseudo field to make 'hash' more like 'table'
8798:
8799: 2002-12-05 paf
8800: * src/main/pa_array.C 1.53:
8801: * src/main/pa_table.C 1.51:
8802: * www/htdocs/index.html 1.199:
8803: wow! found/fixed bug in lowlevel proc
8804:
8805: * src/main/pa_common.C 1.137:
8806: * src/main/untaint.C 1.111:
8807: * src/types/pa_vmail.C 1.38:
8808: * www/htdocs/index.html 1.200:
8809: mail header ',' allowed.
8810: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
8811:
8812: [strncpy killed, memnchr used]
8813:
8814: * src/main/pa_table.C 1.52:
8815: table-copy now current=0
8816:
8817: * src/targets/cgi/parser3.C 1.209:
8818: * src/targets/cgi/parser3.C 1.210:
8819: more checks on http://domain/parser.cgi start [maybe some
8820: getenv returns "", checked that now
8821:
8822: * src/targets/cgi/parser3.C 1.208:
8823: * www/htdocs/index.html 1.198:
8824: error logging made unbuffered [so that out-of-mem errors
8825: reached log]
8826:
8827: * src/main/main.dsp 1.161:
8828: pa_version included into main.dsp
8829:
8830: * www/htdocs/index.html 1.196:
8831: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
8832: win32] leave \n intact, and some clients [bat] fail to show
8833: letter correctly
8834:
8835: * src/classes/mail.C 1.83:
8836: * src/targets/cgi/parser3.C 1.207:
8837: * src/types/pa_vmail.C 1.37:
8838: * www/htdocs/index.html 1.197:
8839: mail:send MIME-Version default
8840:
8841: * src/main/untaint.C 1.112:
8842: * www/htdocs/index.html 1.201:
8843: mail header closed properly
8844:
8845: * src/classes/mail.C 1.84:
8846: * src/types/pa_vmail.C 1.39:
8847: * src/types/pa_vmail.h 1.8:
8848: * www/htdocs/index.html 1.202:
8849: smtp cc/bcc OK now
8850:
8851: 2002-12-04 paf
8852: * gnu.dsp 1.3:
8853: restored
8854:
8855: * src/types/pa_vform.C 1.73:
8856: $form:field string value cut by premature 0
8857:
8858: * parser3.dsw 1.6:
8859: * src/main/compile.tab.C 1.77:
8860: * src/main/main.dsp 1.160:
8861: * www/htdocs/.htaccess 1.12:
8862: * www/htdocs/index.html 1.195:
8863: lib/libltdl -> lib/ltdl Win32 changes. s
8864:
8865: * bin/Makefile.in 1.6:
8866: * configure.in 1.51:
8867: * etc/Makefile.in 1.11:
8868: * etc/parser3.charsets/Makefile.in 1.14:
8869: * gnu.dsp 1.2:
8870: * src/Makefile.in 1.52:
8871: * src/classes/Makefile.in 1.50:
8872: * src/include/Makefile.in 1.8:
8873: * src/lib/Makefile.am 1.3:
8874: * src/lib/Makefile.in 1.5:
8875: * src/lib/ltdl/Makefile.am 1.1:
8876: * src/lib/ltdl/Makefile.in 1.1:
8877: * src/lib/ltdl/README 1.1:
8878: * src/lib/ltdl/acinclude.m4 1.1:
8879: * src/lib/ltdl/config.guess 1.1:
8880: * src/lib/ltdl/config.h 1.1:
8881: * src/lib/ltdl/config.sub 1.1:
8882: * src/lib/ltdl/config_auto.h.in 1.1:
8883: * src/lib/ltdl/config_fixed.h 1.1:
8884: * src/lib/ltdl/configure 1.1:
8885: * src/lib/ltdl/configure.in 1.1:
8886: * src/lib/ltdl/install-sh 1.1:
8887: * src/lib/ltdl/libltdl.dsp 1.1:
8888: * src/lib/ltdl/ltdl.c 1.1:
8889: * src/lib/ltdl/ltdl.h 1.1:
8890: * src/lib/md5/Makefile.in 1.3:
8891: * src/lib/patches/Makefile.in 1.6:
8892: * src/lib/pcre/Makefile.in 1.5:
8893: * src/main/Makefile.in 1.47:
8894: * src/sql/Makefile.in 1.8:
8895: * src/targets/Makefile.in 1.39:
8896: * src/targets/apache13/Makefile.in 1.41:
8897: * src/targets/cgi/Makefile.in 1.59:
8898: * src/targets/isapi/Makefile.in 1.8:
8899: * src/types/Makefile.in 1.47:
8900: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
8901: so it does have no problems with automake.
8902: ltdl/configure AC_OUTPUT(Makefile<<removed)
8903:
8904: * src/classes/classes.awk 1.6:
8905: more strict *.C$
8906:
8907: 2002-12-02 paf
8908: * operators.txt 1.105:
8909: removed outdated status:db
8910:
8911: * src/classes/mail.C 1.82:
8912: * src/include/pa_common.h 1.88:
8913: * src/main/pa_common.C 1.136:
8914: * src/main/pa_request.C 1.243:
8915: * src/types/pa_vcookie.C 1.53:
8916: * src/types/pa_vmail.C 1.36:
8917: * www/htdocs/index.html 1.194:
8918: http header lang of tainted parts becomes http-header
8919:
1.19 paf 8920: 2002-11-29 paf
8921: * src/include/pa_common.h 1.87:
8922: * src/main/pa_common.C 1.135:
8923: * src/types/pa_vresponse.C 1.16:
8924: * src/types/pa_vresponse.h 1.31:
8925: * www/htdocs/index.html 1.192:
8926: http:// param values now handled exactly like $response:header values.
8927: e.g. can be hash [can have subattributes] & contain date values.
8928:
8929: * operators.txt 1.104:
8930: * src/classes/date.C 1.41:
8931: * src/classes/image.C 1.89:
8932: * www/htdocs/index.html 1.193:
8933: exif dates now objects of type date
8934:
8935: * src/main/pa_common.C 1.133:
8936: * www/htdocs/index.html 1.190:
8937: http:// tainted partes now %xx
8938:
8939: * src/main/pa_common.C 1.134:
8940: * www/htdocs/index.html 1.191:
8941: http:// param values lang forced URI
8942:
8943: * src/classes/image.C 1.88:
8944: 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]
8945: now used image.format
8946:
8947: 2002-11-28 paf
8948: * src/classes/op.C 1.126:
8949: * www/htdocs/index.html 1.185:
8950: ^cache bug fixed.
8951: stupid compiler allowed 'false' to go into (Hash *) parameter
8952:
8953: * src/classes/image.C 1.85:
8954: * www/htdocs/index.html 1.186:
8955: image.text now outputs one pixel HIGHER chars [one top
8956: horizontal line of 1pixel height were missing]
8957:
8958: * www/htdocs/index.html 1.187:
8959: regexp syntax xxx$ speed-up experiments
8960:
8961: * operators.txt 1.102:
8962: http.timeout
8963:
8964: * www/htdocs/font.gif 1.1:
8965: *** empty log message ***
8966:
8967: * configure.in 1.50:
8968: stopped double libltdl/Makefile generation
8969:
8970: * src/classes/image.C 1.87:
8971: * www/htdocs/index.html 1.188:
8972: image.length now counts interchar space. plus space after last char
8973:
8974: * www/htdocs/index.html 1.189:
8975: doc samples
8976:
8977: * src/main/pa_string.C 1.171:
8978: PCRE_DOLLAR_ENDONLY
8979:
8980: * src/classes/image.C 1.86:
8981: ^image.font width measurer now scans full height [were -1]
8982:
8983: 2002-11-27 paf
8984: * src/classes/image.C 1.84:
8985: * www/htdocs/index.html 1.183:
8986: ^image.font << bad font file-size now properly reported
8987:
8988: * src/include/pa_globals.h 1.98:
8989: * src/main/pa_globals.C 1.145:
8990: * src/main/pa_request.C 1.242:
8991: * src/types/pa_vmail.C 1.35:
8992: * www/htdocs/index.html 1.184:
8993: response:body[file] if file nows it's name
8994: now returns content-disposition: >>attachment<<
8995:
1.18 paf 8996: 2002-11-26 paf
8997: * operators.txt 1.101:
8998: * src/main/pa_common.C 1.130:
8999: * www/htdocs/index.html 1.182:
9000: http:// response status!=200 made exception: http.status with
9001: source=bad status#
9002:
9003: * src/main/pa_common.C 1.131:
9004: * www/htdocs/.htaccess 1.11:
9005: utf8 prefix ignored @read text
9006:
9007: * src/main/pa_request.C 1.241:
9008: fixed lang in reponse header
9009:
9010: 2002-11-25 paf
9011: * operators.txt 1.99:
9012: * src/main/pa_common.C 1.128:
9013: * www/htdocs/index.html 1.181:
9014: http fields now UPPERCASE
9015:
9016: $file[^file::load[http://there]]
9017: $file.SERVER
9018:
9019: * configure.in 1.49:
9020: * src/classes/image.C 1.83:
9021: * src/include/pa_config_auto.h.in 1.33:
9022: * src/include/pa_config_includes.h 1.22:
9023: * src/main/Makefile.am 1.35:
9024: * src/main/Makefile.in 1.46:
9025: * src/main/pa_common.C 1.129:
9026: * src/main/pa_globals.C 1.142:
9027: http://
9028: and image const void related probs fixed
9029:
9030: * operators.txt 1.98:
9031: * src/classes/file.C 1.104:
9032: * src/classes/table.C 1.168:
9033: * src/classes/xdoc.C 1.105:
9034: * src/include/pa_common.h 1.85:
9035: * src/include/pa_globals.h 1.97:
9036: * src/main/pa_common.C 1.126:
9037: * src/main/pa_globals.C 1.141:
9038: * src/main/pa_request.C 1.239:
9039: * src/types/pa_vfile.C 1.35:
9040: * src/types/pa_vfile.h 1.51:
9041: * www/htdocs/index.html 1.179:
9042: table/xdoc/file::load now understand http:// prefix and additional params, sample:
9043: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
9044: $.USER-AGENT[parser3]
9045: ]]
9046:
9047: * src/classes/file.C 1.105:
9048: * src/classes/image.C 1.82:
9049: * src/classes/xdoc.C 1.106:
9050: * src/include/pa_common.h 1.86:
9051: * src/main/pa_common.C 1.127:
9052: * src/main/pa_request.C 1.240:
9053: * www/htdocs/index.html 1.180:
9054: checked http options [invalid onces now reported]
9055: made default
9056: user-agent: paf
9057:
9058: 2002-11-22 paf
9059: * operators.txt 1.97:
9060: * src/classes/image.C 1.80:
9061: * src/include/pa_globals.h 1.96:
9062: * src/main/execute.C 1.294:
9063: * src/main/pa_globals.C 1.140:
9064: * src/types/pa_vimage.C 1.21:
9065: * src/types/pa_vimage.h 1.33:
9066: * www/htdocs/.htaccess 1.10:
9067: * www/htdocs/index.html 1.178:
9068: $image.exif support
9069: $image.exif.DateTime & co
9070:
9071: 2002-11-21 paf
9072: * src/classes/image.C 1.78:
9073: jpeg size measure fixed: were badly skipping EXIF information [
9074: were big block and it's size were considered negative :(]
9075:
9076: * operators.txt 1.96:
9077: * src/classes/image.C 1.77:
9078: * src/include/pa_common.h 1.83:
9079: * src/main/pa_common.C 1.123:
9080: * src/types/pa_vmail.C 1.34:
9081: * www/htdocs/index.html 1.177:
9082: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
9083: [now we fail to measure files with EXIF info]
9084:
9085: * src/main/pa_common.C 1.122:
9086: O_TRUNCATE killed, ftruncate used instead:
9087: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
9088:
9089: * src/main/pa_exec.C 1.44:
9090: * src/main/untaint.C 1.110:
9091: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
9092:
9093: 2002-11-20 paf
9094: * src/main/pa_exec.C 1.41:
9095: pa_exec: data written only if size>0
9096:
9097: * src/targets/cgi/parser3.C 1.205:
9098: logging @signal += query_string
9099:
9100: * src/include/pa_config_fixed.h 1.52:
9101: * src/main/pa_common.C 1.121:
9102: * src/main/pa_exec.C 1.40:
9103: * src/targets/cgi/parser3.C 1.200:
9104: ^file:exec/cgi [pa_exec] pipe read errors now checked
9105:
9106: * src/main/pa_exec.C 1.43:
9107: *** empty log message ***
9108:
9109: * operators.txt 1.95:
9110: * src/classes/file.C 1.103:
9111: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
9112:
9113: * src/include/pa_request.h 1.158:
9114: * src/main/execute.C 1.293:
9115: * src/main/pa_request.C 1.238:
9116: * src/targets/cgi/parser3.C 1.201:
9117: SIGUSR1 >> writes to error_log uri of currently processed document
9118: SIGPIPE >> interrupts request processing [exception = DB rollback]
9119:
9120: * src/targets/cgi/parser3.C 1.203:
9121: SIGNALS overriden @ main top
9122:
9123: * configure.in 1.48:
9124: * src/include/pa_config_auto.h.in 1.32:
9125: * src/include/pa_config_includes.h 1.21:
9126: * src/main/pa_exec.C 1.42:
9127: * src/targets/cgi/parser3.C 1.204:
9128: comment
9129:
9130: 2002-11-19 paf
9131: * src/targets/cgi/parser3.C 1.199:
9132: removed #ifdef WIN32 around check of CGI: Illegal call
9133:
9134: 2002-11-01 paf
9135: * src/main/execute.C 1.292:
9136: comment
9137:
9138: 2002-10-31 paf
9139: * src/types/pa_vobject.C 1.11:
9140: * src/types/pa_vstateless_object.h 1.27:
9141: object put replaces static parent if any
9142:
9143: * src/main/execute.C 1.291:
9144: found out why, checked that for now.
9145: todo: find out a way for that user could do that
9146:
9147: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
9148: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
9149: realized that one can't remember derivates in base class: there's so many of them.
9150: also there can be no virtual method calls in static classes
9151:
9152: * src/classes/op.C 1.124:
9153: * src/types/pa_value.h 1.107:
9154: * src/types/pa_vobject.h 1.36:
9155: * www/htdocs/base.p 1.4:
9156: * www/htdocs/derived.p 1.22:
9157: * www/htdocs/index.html 1.174:
9158: * www/htdocs/operators.p 1.11:
9159: * www/htdocs/some.p 1.2:
9160: ^process[$caller.self]{...}
9161: now compiles to last derived object part of that 'self'
9162:
9163: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
9164: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
9165: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
9166: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
9167: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
9168: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
9169: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
9170: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
9171: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
9172: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
9173: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
9174: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
9175: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
9176: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
9177: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
9178: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
9179: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
9180: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
9181: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
9182: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
9183: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
9184: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
9185: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
9186: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
9187: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
9188: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
9189: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
9190: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
9191: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
9192: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
9193: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
9194: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
9195: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
9196: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
9197: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
9198: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
9199: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
9200: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
9201: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
9202: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
9203: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
9204: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
9205: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
9206: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
9207: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
9208: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
9209: static call $self fixed
9210:
9211: * www/htdocs/base.p 1.6:
9212: * www/htdocs/derived.p 1.24:
9213: * www/htdocs/index.html 1.176:
9214: this example creates base object, which is wrong, todo: find
9215: out why
9216:
9217: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
9218: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
9219: killed $virtual_fields in dynamic, but one can reach derived
9220: static[class] variable from base
9221:
9222: * src/classes/form.C 1.33:
9223: * src/classes/mail.C 1.81:
9224: * src/classes/op.C 1.125:
9225: * src/classes/xnode.h 1.17:
9226: * src/main/compile.tab.C 1.76:
9227: * src/main/execute.C 1.290:
9228: * src/main/pa_request.C 1.237:
9229: * src/types/pa_value.h 1.108:
9230: * src/types/pa_vclass.C 1.15:
9231: * src/types/pa_vclass.h 1.38:
9232: * src/types/pa_vcode_frame.h 1.23:
9233: * src/types/pa_vcookie.C 1.52:
9234: * src/types/pa_vcookie.h 1.22:
9235: * src/types/pa_vdate.h 1.23:
9236: * src/types/pa_venv.h 1.27:
9237: * src/types/pa_vfile.h 1.50:
9238: * src/types/pa_vform.C 1.71:
9239: * src/types/pa_vform.h 1.44:
9240: * src/types/pa_vhash.h 1.41:
9241: * src/types/pa_vimage.h 1.32:
9242: * src/types/pa_vmail.C 1.33:
9243: * src/types/pa_vmail.h 1.7:
9244: * src/types/pa_vmath.h 1.13:
9245: * src/types/pa_vmethod_frame.h 1.44:
9246: * src/types/pa_vobject.C 1.10:
9247: * src/types/pa_vobject.h 1.37:
9248: * src/types/pa_vrequest.C 1.26:
9249: * src/types/pa_vrequest.h 1.24:
9250: * src/types/pa_vresponse.C 1.15:
9251: * src/types/pa_vresponse.h 1.30:
9252: * src/types/pa_vstateless_class.C 1.18:
9253: * src/types/pa_vstateless_class.h 1.41:
9254: * src/types/pa_vstateless_object.h 1.26:
9255: * src/types/pa_vstatus.C 1.14:
9256: * src/types/pa_vstatus.h 1.14:
9257: * src/types/pa_vstring.h 1.53:
9258: * src/types/pa_vtable.C 1.20:
9259: * src/types/pa_vtable.h 1.47:
9260: * src/types/pa_vvoid.h 1.15:
9261: * src/types/pa_vxdoc.C 1.22:
9262: * src/types/pa_vxdoc.h 1.30:
9263: * src/types/pa_vxnode.C 1.29:
9264: * src/types/pa_vxnode.h 1.21:
9265: * src/types/pa_wwrapper.h 1.27:
9266: * www/htdocs/base.p 1.5:
9267: * www/htdocs/derived.p 1.23:
9268: * www/htdocs/index.html 1.175:
9269: static fix merged
9270:
9271: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
9272: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
9273: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
9274: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
9275: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
9276: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
9277: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
9278: fixed statics, left $virtual_fields in dynamic
9279:
9280: * src/main/execute.C 1.288:
9281: comment
9282:
9283: 2002-10-30 paf
9284: * www/htdocs/derived.p 1.21:
9285: * www/htdocs/some.p 1.1:
9286: include method overriding tested OK
9287:
9288: 2002-10-29 paf
9289: * src/targets/isapi/parser3isapi.C 1.80:
9290: comment on 404 bad status re-passing [iis to blame]
9291:
9292: * src/classes/string.C 1.122:
9293: changed string.save to pass current sql connection to cstr
9294: thus one can
9295: ^connect[some server]{
9296: $s[insert into table x (x) values (^taint[sql]{value})]
9297: ^s.save[some.sql]
9298: }
9299: and he'd get in some.sql file code with properly escaped.
9300: [tried in mssql->mysql export->import of binary data]
9301:
9302: 2002-10-28 paf
9303: * www/htdocs/index.html 1.172:
9304: * www/htdocs/index.html 1.173:
9305: bad email handling test
9306:
9307: 2002-10-25 paf
9308: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
9309: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
9310: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
9311: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
9312: saving for maybe-future
9313:
9314: * src/types/pa_vresponse.C 1.14:
9315: case insensitive response user fields get/put
9316:
9317: 2002-10-23 paf
9318: * src/types/pa_vmail.C 1.32:
9319: * www/htdocs/index.html 1.171:
9320: email whitespace trimBoth-ed
9321:
9322: * operators.txt 1.94:
9323: * src/classes/table.C 1.166:
9324: ^table.hash{code}...
9325: ^table.hash(expr)...
9326:
9327: 2002-10-22 paf
9328: * src/types/pa_vform.C 1.70:
9329: * src/types/pa_vform.h 1.43:
9330: removed needless VForm::Append...(...Value)
9331:
9332: * src/main/execute.C 1.287:
9333: $.name outside of $name[...]
9334: checked
9335:
9336: * src/main/compile.tab.C 1.75:
9337: * src/main/compile.y 1.203:
9338: lexer changed to fix ^call[]^#HH bug [that situation yelded no
9339: EON, which whas wrong]
9340:
9341: 2002-10-21 paf
9342: * operators.txt 1.91:
9343: * src/types/pa_vform.C 1.67:
9344: $form:image-map
9345:
9346: * operators.txt 1.92:
9347: * src/types/pa_vform.C 1.68:
9348: $form:nameless = "?value&...", "...&value&...", "...&value"
9349:
9350: * operators.txt 1.93:
9351: * src/types/pa_vform.C 1.69:
9352: * src/types/pa_vform.h 1.42:
9353: $form:qtail
9354: $form:imap.x/y
9355:
9356: * operators.txt 1.90:
9357: * src/classes/file.C 1.102:
9358: * www/htdocs/index.html 1.170:
9359: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
9360:
9361: 2002-10-17 paf
9362: * src/classes/op.C 1.123:
9363: exception handling fixed [were bad with contexts]
9364:
9365: * src/main/compile.tab.C 1.74:
9366: * src/main/compile.y 1.202:
9367: operators precedence changed a little:
9368: logical not and bitwise negation precedence made highest,
9369: << and >> bitshits precedence made equal [were << higher than >>]
9370:
1.17 paf 9371: 2002-10-16 paf
9372: * src/classes/op.C 1.122:
9373: * src/include/pa_request.h 1.157:
9374: * src/main/execute.C 1.285:
9375: * src/main/execute.C 1.286:
9376: * src/main/pa_request.C 1.236:
9377: * www/htdocs/derived.p 1.20:
9378: * www/htdocs/index.html 1.167:
9379: * www/htdocs/index.html 1.168:
9380: Request::self considered equal to VMethodFrame::self, and removed,
9381: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 9382:
9383: * www/htdocs/index.html 1.169:
9384: bad compile to system class test
1.17 paf 9385:
9386: * src/classes/op.C 1.121:
9387: * src/main/pa_request.C 1.235:
9388: VMainClass now has name = $hash in open field now gives old
9389: good error meesage
9390:
1.15 paf 9391: 2002-10-15 paf
1.17 paf 9392: * www/htdocs/derived.p 1.17:
9393: * www/htdocs/index.html 1.162:
9394: test of ^process from operator called from user class
9395:
9396: * src/types/pa_vjunction.h 1.18:
9397: * www/htdocs/index.html 1.166:
9398: ^if(def $junction){was true}{now false}
9399: use
9400: ^if($junction is junction){was and now true}
9401:
9402: * src/types/pa_vjunction.C 1.2:
9403: ident
9404:
9405: * src/classes/op.C 1.119:
9406: * src/main/compile.tab.C 1.72:
9407: * src/main/compile.y 1.200:
9408: * src/types/pa_vmethod_frame.h 1.42:
9409: process[self] objects also considered [were only classes]
9410:
1.15 paf 9411: * src/main/execute.C 1.283:
9412: * src/targets/cgi/parser3.C 1.198:
9413: * src/types/pa_vstateless_class.C 1.17:
9414: * src/types/pa_vstateless_class.h 1.40:
9415: * www/htdocs/operators.p 1.9:
9416: compiling to system classes disabled
9417:
1.17 paf 9418: * operators.txt 1.88:
9419: * src/classes/op.C 1.116:
9420: * www/htdocs/operators.p 1.8:
9421: ^process[$caller.CLASS]{code-string} added
9422:
9423: * src/types/Makefile.in 1.46:
9424: *** empty log message ***
1.15 paf 9425:
1.17 paf 9426: * src/classes/op.C 1.120:
9427: * src/include/pa_opcode.h 1.23:
9428: * src/include/pa_request.h 1.156:
9429: * src/main/compile.tab.C 1.73:
9430: * src/main/compile.y 1.201:
9431: * src/main/execute.C 1.284:
9432: * src/types/pa_vmethod_frame.h 1.43:
9433: * www/htdocs/derived.p 1.19:
9434: removed last pieces of old code allowing $junction.xxx at
9435: compile time
1.15 paf 9436:
9437: * operators.txt 1.87:
9438: * src/classes/op.C 1.115:
9439: * src/main/compile.tab.C 1.71:
9440: * src/main/compile.y 1.199:
9441: * src/main/execute.C 1.282:
9442: * src/main/pa_request.C 1.234:
9443: * src/types/Makefile.am 1.28:
9444: * src/types/pa_vjunction.C 1.3:
9445: * src/types/pa_vjunction.h 1.17:
9446: * src/types/pa_vmethod_frame.h 1.40:
9447: * src/types/types.dsp 1.35:
9448: * www/htdocs/operators.p 1.7:
9449: removed $junction.get $junction.set[]
9450: introducing $caller
9451:
9452: * src/classes/op.C 1.118:
9453: * src/include/pa_request.h 1.155:
9454: * src/types/pa_vmethod_frame.h 1.41:
9455: * www/htdocs/derived.p 1.18:
9456: * www/htdocs/index.html 1.164:
9457: ^process[CLASS]{body} now executed with CLASS self.
9458: [ (request&method_frame).self temporarily changed ]
9459:
1.17 paf 9460: * src/classes/xdoc.C 1.104:
9461: * src/classes/xnode.C 1.53:
9462: * src/include/pa_charset.h 1.19:
9463: * src/include/pa_pool.h 1.85:
9464: * src/main/pa_charset.C 1.31:
9465: * src/main/pa_pool.C 1.57:
9466: * src/types/pa_vxnode.C 1.28:
9467: * www/htdocs/index.html 1.165:
9468: xml->parser strings now have origin, which points to place
9469: where value left xml library and came to parser: place of dom
9470: field extraction/call
1.16 paf 9471:
1.24 paf 9472: * src/types/pa_value.h 1.106:
9473: removed outdated comments. doxygen would find them lower by
9474: inheritance tree
9475:
1.15 paf 9476: * src/classes/hash.C 1.51:
9477: * src/classes/op.C 1.117:
9478: * www/htdocs/index.html 1.163:
9479: * www/htdocs/operators.p 1.10:
9480: method_frame now always changed, with no exception to native calls.
9481: for&foreach changed to use method_frame.caller for their var's name context
9482:
9483: 2002-10-14 paf
9484: * src/classes/form.C 1.32:
9485: * src/classes/mail.C 1.80:
9486: * src/classes/op.C 1.113:
9487: * src/include/pa_request.h 1.154:
9488: * src/main/compile.C 1.67:
9489: * src/main/compile.tab.C 1.70:
9490: * src/main/compile.y 1.198:
9491: * src/main/execute.C 1.281:
9492: * src/main/pa_request.C 1.233:
9493: * src/types/pa_vstateless_class.h 1.39:
9494: * www/htdocs/index.html 1.161:
9495: operators now main-class-methods
9496:
9497: * src/include/pa_request.h 1.152:
9498: * src/main/execute.C 1.280:
9499: * src/main/pa_request.C 1.232:
9500: operators @auto now executed in MAIN context
9501:
9502: * src/types/pa_vclass.C 1.14:
9503: * src/types/pa_vobject.h 1.35:
9504: * src/types/pa_vstateless_class.C 1.16:
9505: * src/types/pa_vstateless_class.h 1.38:
9506: * www/htdocs/index.html 1.158:
9507: * www/htdocs/operators.p 1.5:
9508: $form:CLASS resurrected [wes killed in action]
9509:
9510: * configure 1.49:
9511: * configure.in 1.47:
9512: * operators.txt 1.86:
9513: * src/include/pa_config_auto.h.in 1.31:
9514: * src/types/pa_vstatus.C 1.13:
9515: * www/htdocs/index.html 1.157:
9516: $status:rusage.tv_secs/usecs introduced
9517:
9518: * src/types/pa_vxnode.C 1.27:
9519: misreplace fixed
9520:
9521: * src/classes/op.C 1.112:
9522: * src/include/pa_request.h 1.153:
9523: * www/htdocs/index.html 1.160:
9524: * www/htdocs/operators.p 1.6:
9525: ^try{^call{}} now has better stack trace [has "call" & co there]
9526:
9527: * src/main/execute.C 1.279:
9528: operator execution context now = MAIN, not closest stack frame
9529:
9530: @touchit[]
9531: $i[after]
9532:
9533: ----t.html
9534: $i[before] << local
9535: ^touchit[]
9536: $i << now 'before', were 'after'
9537:
9538: ---t.html
9539: $i[before] << notlocal [main]
9540: ^touchit[]
9541: $i << now 'after'
9542:
9543: * src/main/execute.C 1.278:
9544: comment
9545:
9546: * src/classes/op.C 1.114:
9547: process compiles to code's class class
9548:
9549: 2002-10-09 paf
9550: * src/classes/double.C 1.52:
9551: * src/classes/int.C 1.48:
9552: * src/classes/string.C 1.121:
9553: * www/htdocs/derived.p 1.16:
9554: * www/htdocs/index.html 1.156:
9555: ^string.int[] now failes on empty string [or uses (default)]
9556:
9557: 2002-10-08 paf
9558: * src/lib/patches/Makefile.am 1.2:
9559: * src/lib/patches/Makefile.in 1.5:
9560: forgot libgdome_morestatic.patch
9561:
9562: * src/types/pa_vxnode.C 1.26:
9563: misreplace
9564:
9565: * src/main/untaint.C 1.109:
9566: mail header quoted printable changed after RFC reread
9567:
9568: * operators.txt 1.85:
9569: plan on ^if(method
9570:
9571: 2002-09-24 paf
9572: * src/targets/cgi/Makefile.am 1.45:
9573: * src/targets/cgi/Makefile.in 1.58:
9574: LIBS were bad name in .am
9575:
9576: * acconfig.h 1.5:
9577: * configure 1.47:
9578: * configure.in 1.46:
9579: * src/include/pa_config_auto.h.in 1.30:
9580: * src/include/pa_config_fixed.h 1.51:
9581: * src/targets/cgi/Makefile.am 1.44:
9582: * src/targets/cgi/Makefile.in 1.57:
9583: * src/types/pa_vmail.C 1.30:
9584: * src/types/pa_vmail.C 1.31:
9585: HAVE_TIMEZONE & co now checked and mailreceive would compile on
9586: freebsd now
9587:
9588: * src/classes/file.C 1.101:
9589: * src/main/untaint.C 1.108:
9590: * www/htdocs/index.html 1.155:
9591: 1.
9592: file spec language changed:
9593: now there are only few chars are untainted:
9594: * ? ' " < > |
9595: and, on unix, : \ ~
9596: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
9597:
9598: 2.
9599: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
9600:
9601: @russianindex[]
9602: #dir with files with russian-lang names
9603: $where[dir]
9604:
9605: $dir[^file:list[$where;\.txt^$]]
9606: ^dir.menu{
9607: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
9608: }
9609:
9610: 2002-09-23 paf
9611: * src/classes/date.C 1.38:
9612: * src/classes/date.C 1.39:
9613: date bug fix, now round(floatDays*secondsPerDay)
9614:
9615: * src/targets/cgi/Makefile.in 1.56:
9616: *** empty log message ***
9617:
9618: * src/types/pa_vdouble.h 1.41:
9619: double->int round added
9620:
9621: 2002-09-20 paf
9622: * src/types/pa_vhash.h 1.40:
9623: * www/htdocs/operators.p 1.4:
9624: hash.foreach modification of existing keys allowed
9625:
9626: * src/main/compile.tab.C 1.69:
9627: * src/main/compile.y 1.197:
9628: * www/htdocs/index.html 1.153:
9629: changed grammer on junction expanding to include ^junction.method
9630:
9631: * src/classes/xdoc.C 1.102:
9632: empty transform result, being taken as file now returns empty
9633: file, not raises stupid error about "stat-ed file"
9634:
9635: * src/main/execute.C 1.276:
9636: * www/htdocs/index.html 1.154:
9637: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
9638:
9639: this now error:
9640: @badjunctioncall[]
9641: ^badjunctioncallinside{code}
9642:
9643: @badjunctioncallinside[code]
9644: ^code[]
9645:
9646: * src/targets/apache13/Makefile.am 1.15:
9647: * src/targets/apache13/Makefile.in 1.40:
9648: * src/targets/cgi/Makefile.am 1.43:
9649: * src/targets/cgi/Makefile.in 1.55:
9650: binaries now depend on makefiles, thus taking linking options
9651: configure changes into account [were: ignoring]
9652:
9653: * src/classes/xdoc.C 1.103:
9654: * www/htdocs/index.html 1.152:
9655: xdoc::create[name] now sets $request:charset as internal xdoc
9656: encoding, and after decoding attributes set by dom functions
9657: now encoded OK, not as digital entities
9658:
9659: * src/types/Makefile.in 1.45:
9660: *** empty log message ***
9661:
9662: * src/include/pa_opcode.h 1.22:
9663: * src/include/pa_request.h 1.150:
9664: * src/main/compile.tab.C 1.68:
9665: * src/main/compile.y 1.196:
9666: * src/main/execute.C 1.275:
9667: * src/main/main.dsp 1.159:
9668: * src/targets/cgi/parser3.dsp 1.60:
9669: * src/types/Makefile.am 1.27:
9670: * src/types/pa_vjunction.C 1.1:
9671: * src/types/pa_vjunction.h 1.16:
9672: * src/types/types.dsp 1.34:
9673: * www/htdocs/.htaccess 1.8:
9674: * www/htdocs/index.html 1.151:
9675: introducing $junction.get/put(1)
9676: one can write iterators now:
9677:
9678: ^user-foreach[key;value]{$key=$value<br>}
9679:
9680: @user-foreach[key;value;code]
9681: ^for[i](1;10){
9682: $code.key($i)
9683: $code.value($i*2)
9684: $code
9685: }
9686:
9687: * src/main/pa_common.C 1.120:
9688: -d "DIR/" now true
9689:
9690: * src/main/compile_tools.h 1.66:
9691: mistype
9692:
9693: 2002-09-19 paf
9694: * Makefile.am 1.8:
9695: * Makefile.in 1.21:
9696: * aclocal.m4 1.5:
9697: *** empty log message ***
9698:
9699: * aclocal.m4 1.3:
9700: forced to be older
9701:
9702: * Makefile.am 1.12:
9703: * Makefile.in 1.25:
9704: new: make commit
9705:
9706: 2002-09-18 paf
9707: * parser3.dsw 1.4:
9708: * src/include/pa_opcode.h 1.21:
9709: * src/main/compile.tab.C 1.67:
9710: * src/main/compile.y 1.195:
9711: * src/main/execute.C 1.274:
9712: * www/htdocs/index.html 1.150:
9713: << >> int shifts
9714:
9715: * src/classes/file.C 1.100:
9716: * www/htdocs/index.html 1.149:
9717: * www/htdocs/mailreceive.eml 1.3:
9718: ^file::exec/cgi $.stdin[can be file now]
9719: so that one can pass binary data there
9720:
9721: * src/include/pa_common.h 1.82:
9722: * src/include/pa_request.h 1.149:
9723: * src/main/pa_common.C 1.119:
9724: * src/main/pa_request.C 1.230:
9725: auto.p exists but unreadable - now this - fatal error
9726:
9727: * src/classes/date.C 1.37:
9728: * src/classes/double.C 1.51:
9729: * src/classes/file.C 1.99:
9730: * src/classes/hash.C 1.50:
9731: * src/classes/image.C 1.76:
9732: * src/classes/int.C 1.47:
9733: * src/classes/mail.C 1.79:
9734: * src/classes/op.C 1.111:
9735: * src/classes/response.C 1.22:
9736: * src/classes/string.C 1.120:
9737: * src/classes/table.C 1.165:
9738: * src/classes/void.C 1.25:
9739: * src/classes/xdoc.C 1.101:
9740: * src/classes/xnode.C 1.52:
9741: * src/include/pa_request.h 1.148:
9742: * www/htdocs/index.html 1.148:
9743: pa_request contexts made privated, plus get_{self/method_frame} to read.
9744: Request_context_saver used in ^try to save flang too.
9745: [were not saved]
9746:
9747: * src/types/pa_vresponse.C 1.13:
9748: header value chains joined before output, this should help
9749: $.subject[$var $var]
9750: from being converted to
9751: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
9752:
9753: 2002-09-17 paf
9754: * src/classes/op.C 1.109:
9755: * www/htdocs/index.html 1.147:
9756: * www/htdocs/operators.p 1.2:
9757: made place for ^process to compile it's code to in case of no self
9758:
9759: * src/classes/op.C 1.110:
9760: * src/main/execute.C 1.272:
9761: * src/main/pa_request.C 1.229:
9762: * src/types/pa_value.C 1.8:
9763: * src/types/pa_value.h 1.104:
9764: * src/types/pa_vmethod_frame.h 1.38:
9765: * src/types/pa_vstateless_class.h 1.37:
9766: * www/htdocs/operators.p 1.3:
9767: operators now executed with MAIN self.
9768: it's for ^include sake, too strong a change
9769:
9770: * src/classes/hash.C 1.47:
9771: foreach delims bug fixed [were ,2,3]
9772:
9773: * src/classes/hash.C 1.48:
9774: * src/classes/table.C 1.162:
9775: * src/include/pa_sql_connection.h 1.29:
9776: * www/htdocs/index.html 1.141:
9777: table.sql hash::sql duplicate keys now errors
9778:
9779: * src/main/execute.C 1.273:
9780: * src/types/pa_value.h 1.105:
9781: * src/types/pa_vmethod_frame.h 1.39:
9782: removed changes, operators executed with calling self.
9783: lots of code with ^include code relies on defined/defining self variables
9784:
9785: $a[1]
9786: ^include[print_a.p]
9787: print_a.p: $a
9788:
9789: ^include[set_a.p]
9790: a=$a
9791: set_a.p:
9792: $a[1]
9793:
9794: * operators.txt 1.83:
9795: * operators.txt 1.84:
9796: * src/classes/hash.C 1.49:
9797: * src/classes/table.C 1.163:
9798: * src/include/pa_globals.h 1.95:
9799: * src/main/pa_globals.C 1.139:
9800: * www/htdocs/index.html 1.142:
9801: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
9802: first record taken [were last]
9803:
9804: * src/main/execute.C 1.270:
9805: * src/main/execute.C 1.271:
9806: * src/types/pa_value.C 1.7:
9807: * src/types/pa_value.h 1.103:
9808: * src/types/pa_vstateless_class.h 1.36:
9809: * www/htdocs/index.html 1.146:
9810: found ancient param to Junction, removed.
9811: allowed passing self to native_code_operators [for ^process to work, she needs self]
9812:
9813: * Makefile.in 1.20:
9814: * bin/Makefile.in 1.5:
9815: * bin/auto.p.dist.in 1.8:
9816: * configure 1.40:
9817: * configure 1.41:
9818: * configure.in 1.40:
9819: * configure.in 1.41:
9820: * etc/Makefile.in 1.10:
9821: * etc/parser3.charsets/Makefile.in 1.13:
9822: * src/Makefile.in 1.51:
9823: * src/classes/Makefile.in 1.49:
9824: * src/include/Makefile.in 1.7:
9825: * src/lib/Makefile.in 1.4:
9826: * src/lib/md5/Makefile.in 1.2:
9827: * src/lib/patches/Makefile.in 1.4:
9828: * src/lib/pcre/Makefile.in 1.4:
9829: * src/main/Makefile.in 1.45:
9830: * src/sql/Makefile.in 1.7:
9831: * src/targets/Makefile.in 1.38:
9832: * src/targets/apache13/Makefile.in 1.39:
9833: * src/targets/cgi/Makefile.in 1.54:
9834: * src/targets/isapi/Makefile.in 1.7:
9835: * src/types/Makefile.in 1.44:
9836: so now detected [can be .sl on hpux, .dll on cygwin, .so in
9837: other cases)
9838:
9839: * bin/auto.p.dist.in 1.9:
9840: strange \n
9841:
9842: * src/classes/table.C 1.164:
9843: * src/classes/xdoc.C 1.100:
9844: * www/htdocs/index.html 1.144:
9845: table::sql options
9846: table::create copy options
9847: options checked, wrong option now fatal error
9848:
9849: * src/main/pa_string.C 1.170:
9850: * www/htdocs/index.html 1.143:
9851: string.replace fixed [were missing words on pieces boundaries]
9852:
9853: * src/main/execute.C 1.269:
9854: * src/main/pa_request.C 1.228:
9855: * src/types/pa_value.C 1.6:
9856: * src/types/pa_value.h 1.102:
9857: * src/types/pa_vmethod_frame.h 1.37:
9858: * src/types/pa_vstateless_class.h 1.35:
9859: * www/htdocs/index.html 1.145:
9860: * www/htdocs/operators.p 1.1:
9861: allowed Request.self to be 0, checked that in VMethodFrame get
9862: put and $self.
9863:
9864: * src/classes/op.C 1.108:
9865: * src/classes/table.C 1.161:
9866: * www/htdocs/index.html 1.140:
9867: menu/for delims bug fixed [were ,2,3]
9868:
9869: 2002-09-16 paf
9870: * src/classes/file.C 1.98:
9871: * www/htdocs/index.html 1.139:
9872: 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.
9873: now detected closest header break.
9874:
9875: * src/main/untaint.C 1.107:
9876: * src/types/pa_vmail.C 1.29:
9877: mail:send closing ?= now closed right
9878:
9879: 2002-09-13 paf
9880: * operators.txt 1.81:
9881: * src/main/compile.tab.C 1.65:
9882: * src/main/compile.y 1.193:
9883: * www/htdocs/index.html 1.137:
9884: !| bitwise
9885: !|| numerical
9886: xor now
9887: [preparing for expression #comments]
9888:
9889: * src/main/compile.tab.C 1.63:
9890: * src/main/compile.y 1.191:
9891: * src/types/pa_vresponse.C 1.12:
9892: * www/htdocs/index.html 1.135:
9893: cookie date now clean [were mistakenly tainted & that worked
9894: bad with opera -- 'happily' that worked OK with msie]
9895:
9896: * src/main/compile.tab.C 1.64:
9897: * src/main/compile.y 1.192:
9898: * www/htdocs/index.html 1.136:
9899: @method[$name]
9900: now parse error
9901:
9902: * operators.txt 1.82:
9903: * src/main/compile.tab.C 1.66:
9904: * src/main/compile.y 1.194:
9905: * src/main/compile_tools.h 1.65:
9906: * www/htdocs/index.html 1.138:
9907: (expression #comment)
9908:
9909: (multiline expression #comment
9910: line2 #comment
9911: )
9912:
9913: (expression #comment with (brackets) comment) << OK
9914:
9915: * Makefile.in 1.19:
9916: * configure 1.39:
9917: * configure.in 1.39:
9918: * src/include/pa_config_auto.h.in 1.29:
9919: HAVE_WINSOCK_H created in configure.in
9920:
9921: * src/include/pa_config_fixed.h 1.50:
9922: * src/main/pa_socks.C 1.17:
9923: HAVE_WINSOCK_H cheched in pa_socks.C
9924:
9925: 2002-09-12 paf
9926: * src/main/untaint.C 1.105:
9927: * www/htdocs/index.html 1.134:
9928: quoted printable ' ' now =20
9929: and encoding stops before <...>$
9930:
9931: * src/types/pa_vclass.C 1.13:
9932: * src/types/pa_vmail.C 1.28:
9933: * src/types/pa_vobject.C 1.8:
9934: VObject & VClass
9935: get_element
9936: now first looks to fields, next to methods & co
9937: todo: the rest
9938: reason: more speed
9939:
9940: * src/main/untaint.C 1.106:
9941: quoted printable encoding stops before \s*<...>$
9942:
9943: 2002-09-11 paf
9944: * src/main/pa_charset.C 1.30:
9945: * src/targets/cgi/parser3.dsp 1.59:
9946: * www/htdocs/index.html 1.133:
9947: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
9948: forgot to check users of those funcs. not all were using that return value convention
9949:
9950: * etc/parser3.charsets/windows-1254.cfg 1.1:
9951: * src/lib/pcre/ibm-1254.ucm 1.1:
9952: windows-1254 added
9953:
9954: 2002-09-10 paf
9955: * src/classes/op.C 1.106:
9956: * src/main/execute.C 1.265:
9957: * src/types/pa_value.C 1.5:
9958: * src/types/pa_value.h 1.100:
9959: * src/types/pa_vcode_frame.h 1.22:
9960: * src/types/pa_vmethod_frame.h 1.36:
9961: * src/types/pa_wcontext.C 1.23:
9962: * src/types/pa_wcontext.h 1.39:
9963: * src/types/pa_wwrapper.h 1.25:
9964: moved junction kill responsibility to wcontext
9965:
9966: * src/main/execute.C 1.267:
9967: * src/types/pa_value.h 1.101:
9968: * src/types/pa_wwrapper.h 1.26:
9969: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
9970: now has parent, wich helps code in hash to survivi
9971:
9972: * src/include/pa_request.h 1.147:
9973: * src/main/execute.C 1.266:
9974: removed redundant param to execute [stack said 'thanks']
9975:
9976: * src/classes/file.C 1.97:
9977: decided not to log exec's with stderr, that could be warnings,
9978: and it's up to scritper to log/show them
9979:
9980: * src/main/pa_charset.C 1.29:
9981: * src/types/pa_vmail.C 1.27:
9982: * www/htdocs/index.html 1.131:
9983: 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]
9984: tfm readed & code updated
9985:
9986: * src/classes/op.C 1.107:
9987: * src/main/execute.C 1.268:
9988: * src/types/pa_wcontext.h 1.40:
9989: * src/types/pa_wcontext.h 1.41:
9990: VCodeFrame parent param were specified badly
9991:
9992: * src/classes/double.C 1.50:
9993: * src/main/execute.C 1.264:
9994: * www/htdocs/index.html 1.132:
9995: double:sql badly called write_assign_lang, not write_no_lang,
9996: thus doing unnecessary double/string converstion, which were loosing time&precesion
9997:
9998: 2002-09-04 paf
9999: * src/types/pa_vxnode.C 1.25:
10000: * www/htdocs/index.html 1.129:
10001: removed too strong checks of xnode.elements.
10002: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
10003:
10004: * configure 1.37:
10005: * configure.in 1.38:
10006: introducing --with-sjlj-exceptions
10007: [hpux can not work with longjump/throw pair, and one must switch that on there.
10008: todo: detect that automatically]
10009:
10010: * configure 1.38:
10011: makes with sjlj
10012:
10013: * src/include/pa_config_auto.h.in 1.28:
10014: sjlj define
10015:
10016: * INSTALL 1.26:
10017: * src/include/pa_config_fixed.h 1.49:
10018: * src/include/pa_sql_connection.h 1.28:
10019: * src/main/pa_sql_driver_manager.C 1.65:
10020: * www/htdocs/index.html 1.130:
10021: -with-sjlj-exceptions define checked.
10022: on win32 it made default
10023:
10024: 2002-09-02 paf
10025: * Makefile.am 1.7:
10026: * Makefile.in 1.18:
10027: * src/types/pa_vdate.h 1.20:
10028: happy now only install-exec
10029:
10030: * src/types/pa_vdate.h 1.21:
10031: removed debug
10032:
10033: * operators.txt 1.80:
10034: * src/main/execute.C 1.263:
10035: * src/targets/cgi/parser3.dsp 1.58:
10036: * www/htdocs/index.html 1.128:
10037: removed double_result, didn't help
10038:
10039: * src/types/pa_vdate.h 1.22:
10040: *** empty log message ***
10041:
10042: * src/main/execute.C 1.258:
10043: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
10044: this works fine on solaris/intel for still unknown reason.
10045:
10046: * src/main/execute.C 1.261:
10047: double_result made to move that var away from hungry g++ optimizer (-O2),
10048: before: it were optimized and comparison operators worked badly
10049:
10050: 2002-08-29 paf
10051: * parser3.dsw 1.3:
10052: * src/classes/classes.dsp 1.25:
10053: * src/classes/hash.C 1.46:
10054: * src/classes/op.C 1.105:
10055: * src/classes/string.C 1.119:
10056: * src/include/pa_request.h 1.146:
10057: * src/lib/md5/md5.dsp 1.2:
10058: * src/main/execute.C 1.257:
10059: * src/main/main.dsp 1.158:
10060: * src/main/pa_request.C 1.227:
10061: * src/targets/cgi/parser3.dsp 1.57:
10062: * src/types/pa_value.C 1.4:
10063: * src/types/pa_value.h 1.99:
10064: * src/types/pa_vmail.C 1.26:
10065: * src/types/pa_vmethod_frame.h 1.35:
10066: * src/types/pa_wcontext.h 1.38:
10067: * src/types/types.dsp 1.33:
10068: * www/htdocs/index.html 1.127:
10069: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
10070: request.root renamed to method_frame [more easyreading]
10071: ancient {...PUSH/POPs...} changed to stack vars [speed up]
10072:
10073: 2002-08-28 paf
10074: * operators.txt 1.79:
10075: * src/classes/string.C 1.118:
10076: * www/htdocs/derived.p 1.15:
10077: * www/htdocs/index.html 1.124:
10078: ^string.split[delim[;options]]
10079:
10080: * src/types/pa_vcookie.C 1.50:
10081: * www/htdocs/index.html 1.125:
10082: fixed cookie delete when
10083: $cookie:name[$.value[]]
10084:
10085: * src/types/pa_vcookie.C 1.51:
10086: * www/htdocs/index.html 1.126:
10087: $cookie:name[&]
10088: $cookie:name << now tainted
10089:
10090: 2002-08-27 paf
10091: * etc/parser3.charsets/Makefile.am 1.4:
10092: * etc/parser3.charsets/Makefile.in 1.12:
10093: merged from 3.0.0005
10094:
10095: * INSTALL 1.25:
10096: recommended latest gmime 1.0.5
10097:
10098: * operators.txt 1.78:
10099: * src/main/compile.tab.C 1.62:
10100: * src/main/compile.y 1.190:
10101: * www/htdocs/index.html 1.123:
10102: * www/htdocs/mailreceive.eml 1.2:
10103: # now delimiter
10104:
10105: 2002-08-26 paf
10106: * configure 1.36:
10107: * configure.in 1.37:
10108: * src/targets/apache13/Makefile.am 1.14:
10109: * src/targets/apache13/Makefile.in 1.38:
10110: apache13/hook added to make dist.
10111:
10112: 2002-08-23 paf
10113: * src/include/pa_common.h 1.81:
10114: * src/main/pa_common.C 1.118:
10115: * src/targets/cgi/parser3.C 1.197:
10116: * src/targets/isapi/parser3isapi.C 1.79:
10117: * www/htdocs/index.html 1.122:
10118: when auto.p beside binary [cgi, isapi] not accessible [due to
10119: bad rights or whatever] it's error now
10120:
10121: 2002-08-21 paf
10122: * src/main/pa_string.C 1.169:
10123: * www/htdocs/index.html 1.121:
10124: fixed bad language bug, [were wrong string cloning constructor]
10125:
10126: * src/main/compile.tab.C 1.61:
10127: * src/main/compile.y 1.189:
10128: * src/main/compile_tools.C 1.53:
10129: * src/main/compile_tools.h 1.64:
10130: * www/htdocs/derived.p 1.13:
10131: * www/htdocs/derived.p 1.14:
10132: "BASE:"
10133: "BASE::"
10134: syntax allowed, means "base class".
10135: compiled as if here they named base class
10136:
10137: * bin/auto.p.dist.in 1.7:
10138: * src/targets/cgi/parser3.C 1.196:
10139: * src/types/pa_vfile.C 1.34:
10140: * src/types/pa_vmail.C 1.23:
10141: * www/htdocs/mailreceive.eml 1.1:
10142: * www/htdocs/mailreceive.html 1.1:
10143: $mail.received.file.value.content-type fixed
10144:
10145: * Makefile.am 1.6:
10146: * Makefile.in 1.17:
10147: can use:
10148: make happy
10149: equals to
10150: make update install
10151:
10152: * src/main/execute.C 1.256:
10153: * src/types/pa_vobject.h 1.34:
10154: * www/htdocs/base.p 1.3:
10155: * www/htdocs/derived.p 1.12:
10156: * www/htdocs/index.html 1.120:
10157: fixed virtual calls
10158:
10159: 2002-08-20 paf
10160: * operators.txt 1.76:
10161: * src/classes/void.C 1.23:
10162: * www/htdocs/index.html 1.117:
10163: ^void.length[] = 0 merged from 3.0.0005
10164:
10165: * operators.txt 1.77:
10166: * src/classes/void.C 1.24:
10167: * www/htdocs/index.html 1.118:
10168: ^void.pos[...] = -1 merged from 3.0.0005
10169:
10170: * operators.txt [release_3_0_0005] 1.59.2.3:
10171: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
10172: ^void.length[] = 0
10173:
10174: * operators.txt [release_3_0_0005] 1.59.2.4:
10175: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
10176: ^void.pos[...] = -1
10177:
10178: * src/classes/file.C 1.96:
10179: * www/htdocs/index.html 1.119:
10180: fixed language of file:file result
10181:
10182: 2002-08-19 paf
10183: * src/classes/xnode.C 1.49:
10184: * src/classes/xnode.C 1.50:
10185: * src/classes/xnode.C 1.51:
10186: * src/types/pa_vxdoc.C 1.21:
10187: xdoc.fields fixed [were error in xnode, which were not catched
10188: in xdoc]
10189:
10190: * src/classes/xdoc.C 1.99:
10191: xdoc getElementsByTagName, ...NS
10192: overriden, work now
10193:
10194: * src/include/pa_stylesheet_connection.h 1.31:
10195: * src/main/pa_globals.C 1.138:
10196: prepared:
10197: // validate each document after load/create (?)
10198: //xmlDoValidityCheckingDefaultValue = 1;
10199:
10200: 2002-08-15 paf
10201: * src/types/pa_vrequest.C 1.25:
10202: * www/htdocs/index.html 1.113:
10203: $request:body unprecessed POST request
10204:
10205: * operators.txt 1.71:
10206: * src/classes/form.C 1.31:
10207: * src/include/pa_pool.h 1.84:
10208: * src/include/pa_request.h 1.145:
10209: * src/main/pa_pool.C 1.56:
10210: * src/types/pa_vform.C 1.66:
10211: * src/types/pa_vform.h 1.41:
10212: * www/htdocs/.htaccess 1.7:
10213: planning/preparing_to $request:body
10214: r.post_data now const
10215:
10216: * src/classes/image.C 1.75:
10217: * src/classes/op.C 1.104:
10218: * src/classes/xdoc.C 1.98:
10219: * src/classes/xnode.C 1.48:
10220: * src/main/execute.C 1.255:
10221: * src/types/pa_value.h 1.97:
10222: * src/types/pa_vhash.h 1.39:
10223: * src/types/pa_vobject.C 1.7:
10224: * src/types/pa_vobject.h 1.33:
10225: * src/types/pa_vtable.h 1.46:
10226: * www/htdocs/index.html 1.111:
10227: instead of type() checking everywhere used Value.as
10228: now user descendants can be used in params.
10229:
10230: VObject::as_*, is_defined now taken from bases.
10231: xtable(table)
10232: ^if($xtable) now OK
10233:
10234: * operators.txt 1.73:
10235: * src/include/pa_common.h 1.80:
10236: * src/main/pa_common.C 1.117:
10237: * src/types/pa_vcookie.C 1.49:
10238: * src/types/pa_vdate.h 1.19:
10239: * src/types/pa_vresponse.C 1.11:
10240: * src/types/pa_vresponse.h 1.29:
10241: * www/htdocs/index.html 1.115:
10242: $response:field[date]
10243: $response:field[$.xxx[date]]
10244:
10245: * src/types/pa_value.h 1.98:
10246: * src/types/pa_vdate.h 1.18:
10247: * src/types/pa_vrequest.C 1.24:
10248: * src/types/pa_vxdoc.C 1.20:
10249: * src/types/pa_vxnode.C 1.24:
10250: * www/htdocs/index.html 1.112:
10251: few barks:
10252: bark("%s field not found", 0, &aname)
10253:
10254: * src/classes/hash.C 1.45:
10255: * src/classes/string.C 1.117:
10256: * src/classes/table.C 1.160:
10257: * src/classes/void.C 1.22:
10258: * src/include/pa_sql_connection.h 1.27:
10259: * www/htdocs/index.html 1.114:
10260: fixed source of ^hash::sql{bad}
10261:
10262: * src/classes/classes.h 1.22:
10263: * www/htdocs/index.html 1.116:
10264: write to static var caused useless Exception, introduced
10265: Methoded::put_element wich consumes those
10266:
10267: * src/main/execute.C 1.254:
10268: * src/types/pa_value.h 1.96:
10269: * src/types/pa_vclass.C 1.12:
10270: * src/types/pa_vclass.h 1.37:
10271: * src/types/pa_vobject.C 1.6:
10272: * src/types/pa_vobject.h 1.32:
10273: * src/types/pa_vxdoc.C 1.19:
10274: * src/types/pa_vxdoc.h 1.29:
10275: is->as
10276:
10277: * operators.txt 1.72:
10278: $request:body unprecessed POST request body
10279:
10280: 2002-08-14 paf
10281: * src/targets/cgi/Makefile.am 1.41:
10282: * src/targets/cgi/fixopt.C 1.1:
10283: * src/targets/cgi/fixopt.C 1.2:
10284: * src/targets/cgi/fixopt.h 1.1:
10285: * src/targets/cgi/parser3.C 1.194:
10286: * src/targets/cgi/parser3.dsp 1.55:
10287: fixopt now preprocesses command line params, splitting them by
10288: space, excluding argv[0], argv[argc-1]
10289:
10290: * src/classes/xnode.h 1.16:
10291: * src/main/execute.C 1.253:
10292: * src/targets/cgi/parser3.dsp 1.56:
10293: * src/types/pa_value.h 1.95:
10294: * src/types/pa_vclass.C 1.11:
10295: * src/types/pa_vclass.h 1.36:
10296: * src/types/pa_vcode_frame.h 1.21:
10297: * src/types/pa_vcookie.C 1.48:
10298: * src/types/pa_vcookie.h 1.21:
10299: * src/types/pa_vdate.h 1.17:
10300: * src/types/pa_venv.h 1.26:
10301: * src/types/pa_vfile.h 1.49:
10302: * src/types/pa_vform.C 1.65:
10303: * src/types/pa_vform.h 1.40:
10304: * src/types/pa_vhash.h 1.38:
10305: * src/types/pa_vimage.h 1.31:
10306: * src/types/pa_vmail.C 1.22:
10307: * src/types/pa_vmail.h 1.6:
10308: * src/types/pa_vmath.h 1.12:
10309: * src/types/pa_vmethod_frame.h 1.34:
10310: * src/types/pa_vobject.C 1.5:
10311: * src/types/pa_vobject.h 1.31:
10312: * src/types/pa_vrequest.C 1.23:
10313: * src/types/pa_vrequest.h 1.23:
10314: * src/types/pa_vresponse.C 1.10:
10315: * src/types/pa_vresponse.h 1.28:
10316: * src/types/pa_vstateless_class.h 1.34:
10317: * src/types/pa_vstateless_object.h 1.25:
10318: * src/types/pa_vstatus.C 1.12:
10319: * src/types/pa_vstatus.h 1.13:
10320: * src/types/pa_vstring.h 1.52:
10321: * src/types/pa_vtable.C 1.19:
10322: * src/types/pa_vtable.h 1.45:
10323: * src/types/pa_vvoid.h 1.14:
10324: * src/types/pa_vxdoc.C 1.18:
10325: * src/types/pa_vxdoc.h 1.28:
10326: * src/types/pa_vxnode.C 1.23:
10327: * src/types/pa_vxnode.h 1.20:
10328: * src/types/pa_wwrapper.h 1.24:
10329: * www/htdocs/index.html 1.110:
10330: is now works with VObject & VClass
10331:
10332: * src/types/pa_vmail.C 1.21:
10333: mail: turned off utf8 to source transcoding
10334:
10335: * src/targets/cgi/parser3.C 1.193:
10336: -f config file
10337:
10338: * src/targets/cgi/Makefile.am 1.42:
10339: * src/targets/cgi/fixopt.C 1.3:
10340: * src/targets/cgi/fixopt.h 1.2:
10341: * src/targets/cgi/parser3.C 1.195:
10342: removed fixopt stupidity. on stupid linux use
10343: cd /document/root
10344: ../cgi/parser3 script
10345:
10346: * src/targets/cgi/Makefile.in 1.52:
10347: * src/targets/cgi/Makefile.in 1.53:
10348: *** empty log message ***
10349:
10350: * src/targets/cgi/parser3.C 1.192:
10351: * www/htdocs/auto.p 1.17:
10352: * www/htdocs/derived.p 1.11:
10353: * www/htdocs/index.html 1.109:
10354: fixed .log file dir
10355:
10356: 2002-08-13 paf
10357: * www/htdocs/derived.p 1.7:
10358: sample: dont convinient that table fields can be overridden
10359:
10360: * src/types/Makefile.in 1.43:
10361: added vobject.c & vclass
10362:
10363: * src/types/Makefile.in 1.42:
10364: VAliased removed
10365:
10366: * src/types/pa_vclass.C 1.9:
10367: * www/htdocs/derived.p 1.9:
10368: checked: form[vclass]fields can be overwritten in derived(table)
10369:
10370: * src/types/Makefile.am 1.26:
10371: * src/types/pa_vclass.C 1.7:
10372: * src/types/pa_vclass.h 1.34:
10373: * src/types/pa_vobject.C 1.1:
10374: * src/types/pa_vobject.h 1.29:
10375: * src/types/types.dsp 1.32:
10376: reorganized modules
10377: todo: fix bug with put endless recoursion
10378: todo: check 'as'
10379:
10380: * src/types/pa_vclass.C 1.10:
10381: * www/htdocs/index.html 1.107:
10382: allow override parent variables, useful for form descendants
10383:
10384: * src/types/pa_vobject.C 1.4:
10385: * www/htdocs/derived.p 1.10:
10386: * www/htdocs/index.html 1.108:
10387: allow override parent variables, useful for form descendants [
10388: in vobject too, were in vclass]
10389:
10390: * src/classes/form.C 1.30:
10391: * src/classes/mail.C 1.78:
10392: * src/classes/op.C 1.103:
10393: * src/classes/xnode.h 1.15:
10394: * src/include/pa_request.h 1.144:
10395: * src/main/execute.C 1.252:
10396: * src/main/pa_request.C 1.226:
10397: * src/types/pa_value.h 1.94:
10398: * src/types/pa_vclass.C 1.8:
10399: * src/types/pa_vclass.h 1.35:
10400: * src/types/pa_vcode_frame.h 1.20:
10401: * src/types/pa_vcookie.C 1.47:
10402: * src/types/pa_vcookie.h 1.20:
10403: * src/types/pa_vdate.h 1.16:
10404: * src/types/pa_venv.h 1.25:
10405: * src/types/pa_vfile.h 1.48:
10406: * src/types/pa_vform.C 1.64:
10407: * src/types/pa_vform.h 1.39:
10408: * src/types/pa_vhash.h 1.37:
10409: * src/types/pa_vimage.h 1.30:
10410: * src/types/pa_vmail.C 1.20:
10411: * src/types/pa_vmail.h 1.5:
10412: * src/types/pa_vmath.h 1.11:
10413: * src/types/pa_vmethod_frame.h 1.33:
10414: * src/types/pa_vobject.C 1.3:
10415: * src/types/pa_vobject.h 1.30:
10416: * src/types/pa_vrequest.C 1.22:
10417: * src/types/pa_vrequest.h 1.22:
10418: * src/types/pa_vresponse.C 1.9:
10419: * src/types/pa_vresponse.h 1.27:
10420: * src/types/pa_vstateless_class.h 1.33:
10421: * src/types/pa_vstateless_object.h 1.24:
10422: * src/types/pa_vstatus.C 1.11:
10423: * src/types/pa_vstatus.h 1.12:
10424: * src/types/pa_vstring.h 1.51:
10425: * src/types/pa_vtable.C 1.18:
10426: * src/types/pa_vtable.h 1.44:
10427: * src/types/pa_vvoid.h 1.13:
10428: * src/types/pa_vxdoc.C 1.17:
10429: * src/types/pa_vxdoc.h 1.27:
10430: * src/types/pa_vxnode.C 1.22:
10431: * src/types/pa_vxnode.h 1.19:
10432: * src/types/pa_wwrapper.h 1.23:
10433: introduced Value::get_element(..., bool looking_down) [needed
10434: to exclude endless recoursion]
10435:
10436: * src/classes/table.C 1.159:
10437: * src/types/pa_vtable.C 1.17:
10438: * src/types/pa_vtable.h 1.43:
10439: * www/htdocs/derived.p 1.5:
10440: fixed error message on using non-created table
10441:
10442: * src/classes/form.C 1.29:
10443: * src/classes/hash.C 1.44:
10444: * src/classes/mail.C 1.77:
10445: * src/classes/op.C 1.102:
10446: * src/classes/xnode.h 1.14:
10447: * src/include/pa_request.h 1.143:
10448: * src/main/compile.C 1.66:
10449: * src/main/compile.tab.C 1.60:
10450: * src/main/execute.C 1.251:
10451: * src/main/pa_request.C 1.225:
10452: * src/types/pa_value.h 1.93:
10453: * src/types/pa_vclass.h 1.33:
10454: * src/types/pa_vcode_frame.h 1.19:
10455: * src/types/pa_vcookie.C 1.46:
10456: * src/types/pa_vcookie.h 1.19:
10457: * src/types/pa_vdate.h 1.15:
10458: * src/types/pa_venv.h 1.24:
10459: * src/types/pa_vfile.h 1.47:
10460: * src/types/pa_vform.C 1.63:
10461: * src/types/pa_vform.h 1.38:
10462: * src/types/pa_vhash.h 1.36:
10463: * src/types/pa_vimage.C 1.20:
10464: * src/types/pa_vimage.h 1.29:
10465: * src/types/pa_vmail.C 1.19:
10466: * src/types/pa_vmail.h 1.4:
10467: * src/types/pa_vmath.h 1.10:
10468: * src/types/pa_vmethod_frame.h 1.32:
10469: * src/types/pa_vobject.h 1.26:
10470: * src/types/pa_vrequest.C 1.20:
10471: * src/types/pa_vrequest.h 1.20:
10472: * src/types/pa_vresponse.C 1.8:
10473: * src/types/pa_vresponse.h 1.26:
10474: * src/types/pa_vstateless_class.h 1.32:
10475: * src/types/pa_vstateless_object.h 1.23:
10476: * src/types/pa_vstatus.C 1.10:
10477: * src/types/pa_vstatus.h 1.11:
10478: * src/types/pa_vstring.h 1.50:
10479: * src/types/pa_vtable.C 1.16:
10480: * src/types/pa_vtable.h 1.42:
10481: * src/types/pa_vvoid.h 1.12:
10482: * src/types/pa_vxdoc.C 1.16:
10483: * src/types/pa_vxdoc.h 1.26:
10484: * src/types/pa_vxnode.C 1.21:
10485: * src/types/pa_vxnode.h 1.18:
10486: * src/types/pa_wwrapper.h 1.22:
10487: * www/htdocs/derived.p 1.4:
10488: VObject.get/out now looking down/up tree
10489: todo: fix error message on non-constructed parents
10490:
10491: * src/types/pa_vobject.h 1.28:
10492: * www/htdocs/derived.p 1.8:
10493: checked: table fields can be overwritten in derived(table)
10494:
10495: * src/types/pa_vobject.h 1.27:
10496: * www/htdocs/derived.p 1.6:
10497: * www/htdocs/index.html 1.106:
10498: derived classes can have fields of their own now
10499:
10500: 2002-08-12 paf
10501: * src/main/compile.tab.C 1.59:
10502: * src/main/compile.y 1.188:
10503: * src/main/execute.C 1.249:
10504: * src/main/execute.C 1.250:
10505: * src/main/pa_request.C 1.224:
10506: * src/types/Makefile.am 1.25:
10507: * src/types/pa_valiased.C 1.17:
10508: * src/types/pa_valiased.h 1.23:
10509: * src/types/pa_value.h 1.92:
10510: * src/types/pa_vclass.h 1.32:
10511: * src/types/pa_vobject.h 1.25:
10512: * src/types/pa_vstateless_class.h 1.30:
10513: * src/types/pa_vstateless_object.h 1.21:
10514: * src/types/pa_wcontext.h 1.37:
10515: ^base:create[] dynamic call rewritten
10516: todo: thorough testing
10517:
10518: * src/types/pa_value.h 1.91:
10519: * src/types/pa_vclass.h 1.31:
10520: * src/types/pa_vobject.h 1.24:
10521: * www/htdocs/base.p 1.1:
10522: * www/htdocs/derived.p 1.1:
10523: VObject ctor now instantates base class, remembers it and saves child in parent
10524: VObject.get_class now returns last child = downward virtual calls OK
10525:
10526: * src/types/pa_vstateless_class.h 1.31:
10527: * src/types/pa_vstateless_object.h 1.22:
10528: * www/htdocs/derived.p 1.3:
10529: table derived OK
10530:
10531: * src/main/pa_request.C 1.223:
10532: response:body[file] content-type check fixed [were bad when
10533: content-type is hash]
10534:
10535: * bin/auto.p.dist.in 1.5:
10536: fixed sendmail default comment
10537:
10538: * src/main/execute.C 1.248:
10539: * src/types/pa_value.h 1.90:
10540: * src/types/pa_vclass.h 1.30:
10541: * src/types/pa_vdate.h 1.14:
10542: * src/types/pa_vdouble.h 1.40:
10543: * src/types/pa_vfile.h 1.46:
10544: * src/types/pa_vimage.h 1.28:
10545: * src/types/pa_vint.h 1.37:
10546: * src/types/pa_vmethod_frame.h 1.31:
10547: * src/types/pa_vobject.h 1.23:
10548: * src/types/pa_vresponse.h 1.25:
10549: * src/types/pa_vstateless_class.h 1.29:
10550: * src/types/pa_vstateless_object.h 1.20:
10551: * src/types/pa_vstring.h 1.49:
10552: * src/types/pa_vtable.h 1.41:
10553: * src/types/pa_vxdoc.h 1.25:
10554: * src/types/pa_vxnode.h 1.17:
10555: * src/types/pa_wcontext.h 1.36:
10556: * src/types/types.dsp 1.31:
10557: * www/htdocs/index.html 1.105:
10558: killed VAliased [redundant], moved $CLASS to VObject only [
10559: parser class instance]
10560:
10561: * bin/auto.p.dist.in 1.6:
10562: more like in dist on parser.ru
10563:
10564: * www/htdocs/base.p 1.2:
10565: * www/htdocs/derived.p 1.2:
10566: not good - along upward-virtual call self eq child
10567:
10568: 2002-08-09 paf
10569: * src/main/execute.C 1.247:
10570: * src/types/pa_value.h 1.89:
10571: * src/types/pa_vclass.h 1.29:
10572: * src/types/pa_vobject.h 1.22:
10573: * src/types/pa_vxdoc.h 1.24:
10574: * www/htdocs/index.html 1.104:
10575: started as()
10576:
10577: 2002-08-08 paf
10578: * src/classes/mail.C 1.76:
10579: * src/types/pa_vmail.C 1.18:
10580: * www/htdocs/auto.p 1.16:
10581: * www/htdocs/index.html 1.98:
10582: in letter texts one can use tainted data now. only she must specify the language.
10583:
10584: ^mail:send[
10585: $.from[paf@mail.design.ru]
10586: $.to[paf@mail.design.ru]
10587: $.subject[^taint[uri][ìîñêâà]=2]
10588: $.text[^taint[uri][ìîñêâà]=]
10589: ]
10590:
10591: * operators.txt 1.67:
10592: * src/include/pa_string.h 1.142:
10593: * src/include/pa_string.h 1.143:
10594: * src/main/pa_string.C 1.168:
10595: * www/htdocs/index.html 1.95:
10596: String::first_char now not fails on empty strings
10597: ^if(-f '') now ok and in 3 other places.
10598:
10599: * src/classes/file.C 1.95:
10600: * src/classes/op.C 1.101:
10601: * src/types/pa_vfile.C 1.33:
10602: * www/htdocs/index.html 1.96:
10603: * www/htdocs/index.html 1.97:
10604: ^process now prints more precise origin
10605:
10606: * operators.txt 1.68:
10607: * src/types/pa_vdate.h 1.13:
10608: * www/htdocs/index.html 1.99:
10609: $date.yearday
10610: $date.daylightsaving
10611:
10612: * src/main/execute.C 1.246:
10613: * www/htdocs/index.html 1.100:
10614: error reporting on object writes to MAIN improved [were ruind
10615: with fixing $obj[^if(1){$obj}] ]
10616:
10617: * operators.txt 1.69:
10618: * operators.txt 1.70:
10619: * src/classes/date.C 1.36:
10620: * src/include/pa_globals.h 1.94:
10621: * src/main/pa_globals.C 1.137:
10622: * www/htdocs/index.html 1.101:
10623: * www/htdocs/index.html 1.102:
10624: year column in month calendar [week year]
10625:
10626: 2002-08-07 paf
10627: * src/classes/classes.dsp 1.24:
10628: * src/classes/table.C 1.158:
10629: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
10630: * src/main/pa_array.C 1.52:
10631: * src/types/types.dsp 1.30:
10632: * www/htdocs/index.html 1.91:
10633: all Debug dirs in .dsp now named 'Debug'
10634:
10635: * src/classes/string.C 1.116:
10636: * src/main/pa_string.C 1.166:
10637: * src/main/pa_string.C 1.167:
10638: * www/htdocs/index.html 1.93:
10639: * www/htdocs/index.html 1.94:
10640: ^string.mid(0;bad) fixed
10641:
10642: * operators.txt 1.66:
10643: * src/classes/op.C 1.100:
10644: cache...{...^cache<<to past...} now erasing cache file [there
10645: were bad check on that]
10646:
10647: * operators.txt 1.65:
10648: * src/classes/mail.C 1.75:
10649: exception_type email.send
10650:
10651: * src/types/pa_vmail.C 1.16:
10652: * www/htdocs/global.xsl 1.8:
10653: * www/htdocs/index.html 1.89:
10654: mail:send empty email checked
10655:
10656: * src/main/execute.C 1.245:
10657: * src/types/pa_vcode_frame.h 1.17:
10658: * src/types/pa_vcode_frame.h 1.18:
10659: * src/types/pa_vmethod_frame.h 1.30:
10660: * src/types/pa_wcontext.C 1.22:
10661: * src/types/pa_wcontext.h 1.35:
10662: * src/types/pa_wwrapper.h 1.21:
10663: * www/htdocs/index.html 1.92:
10664: vcodeframe were mistakenly not completely transparent to object writes.
10665: $hash[^if(1){$hash}] now works
10666:
10667: * operators.txt 1.64:
10668: * src/types/pa_vmail.C 1.17:
10669: * www/htdocs/index.html 1.90:
10670: exception_type email.format
10671:
10672: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
10673: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
10674: all included into dist
10675:
10676: 2002-08-06 paf
10677: * src/classes/file.C 1.93:
10678: * src/include/pa_globals.h 1.93:
10679: * src/main/pa_globals.C 1.136:
10680: * src/main/pa_request.C 1.222:
10681: * src/types/pa_vfile.C 1.32:
10682: * src/types/pa_vfile.h 1.45:
10683: * www/htdocs/index.html 1.85:
10684: $file.content-type [instead of .mime-type]
10685: now works for file::stat also
10686:
10687: * src/main/pa_request.C 1.221:
10688: * www/htdocs/index.html 1.84:
10689: case insensitive mime_type_of
10690:
10691: * src/classes/file.C 1.94:
10692: * www/htdocs/index.html 1.86:
10693: $f[file::cgi]
10694: $f.UPPER case fields
10695:
10696: * operators.txt 1.62:
10697: * operators.txt 1.63:
10698: * src/classes/table.C 1.157:
10699: * src/include/pa_array.h 1.56:
10700: * src/include/pa_table.h 1.47:
10701: * src/main/pa_array.C 1.51:
10702: * src/main/pa_table.C 1.50:
10703: * www/htdocs/index.html 1.88:
10704: ^table::create[$source;$.options]
10705: ^table::join[$source;$.options]
10706:
10707: * bin/auto.p.dist.in 1.4:
10708: jpeg
10709:
10710: * operators.txt 1.61:
10711: * src/classes/hash.C 1.43:
10712: * src/classes/string.C 1.115:
10713: * src/classes/table.C 1.156:
10714: * www/htdocs/index.html 1.87:
10715: sql options can be string now
10716: ^xxx:sql{...}[
10717: # $.default()
10718: }
10719:
10720: 2002-08-05 paf
10721: * src/classes/date.C 1.34:
10722: * src/include/pa_globals.h 1.92:
10723: * src/main/pa_globals.C 1.135:
10724: month calendar week column [ISO 8601 Week Numbers]
10725:
10726: * operators.txt 1.60:
10727: comment on date:calendar week column
10728:
10729: * src/types/pa_vxnode.C 1.20:
10730: xnode.childNodes now 0... [were 1...]
10731:
10732: * src/main/pa_common.C 1.113:
10733: * src/main/pa_common.C 1.114:
10734: * src/main/pa_common.C 1.115:
10735: * src/main/pa_common.C 1.116:
10736: write checked
10737:
10738: * src/types/pa_vmail.C 1.15:
10739: file buffer relocated to parser heap
10740:
10741: * src/classes/date.C 1.35:
10742: +1 buf size for stupid snprintfs
10743:
10744: 2002-08-02 paf
10745: * operators.txt 1.59:
10746: * src/main/pa_request.C 1.220:
10747: * src/types/pa_vform.C 1.61:
10748: * www/htdocs/index.html 1.83:
10749: response transcoded source->client only when text/* or simple
10750: onoverridden $response:body
10751:
10752: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
10753: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
10754: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
10755: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
10756: removed #define DEBUG*
10757:
10758: * src/Makefile.in 1.50:
10759: * src/classes/Makefile.in 1.48:
10760: * src/main/Makefile.in 1.44:
10761: * src/targets/apache13/Makefile.in 1.37:
10762: * src/targets/cgi/Makefile.in 1.51:
10763: * src/types/Makefile.in 1.41:
10764: *** empty log message ***
10765:
10766: * src/types/pa_vclass.h 1.28:
10767: * src/types/pa_vform.C 1.62:
10768: * src/types/pa_vobject.h 1.21:
10769: opera multipart post fixed
10770:
10771: * configure [release_3_0_0005] 1.35.2.1:
10772: * configure.in [release_3_0_0005] 1.36.2.1:
10773: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
10774: release 3_0_0005
10775:
10776: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
10777: unhandled_exception comments
10778:
10779: 2002-08-01 paf
10780: * src/classes/classes.C 1.17:
10781: * src/classes/classes.h 1.21:
10782: * src/classes/date.C 1.33:
10783: * src/classes/double.C 1.49:
10784: * src/classes/file.C 1.92:
10785: * src/classes/form.C 1.28:
10786: * src/classes/hash.C 1.42:
10787: * src/classes/image.C 1.74:
10788: * src/classes/int.C 1.46:
10789: * src/classes/mail.C 1.74:
10790: * src/classes/math.C 1.23:
10791: * src/classes/op.C 1.99:
10792: * src/classes/response.C 1.21:
10793: * src/classes/string.C 1.114:
10794: * src/classes/table.C 1.155:
10795: * src/classes/void.C 1.21:
10796: * src/classes/xdoc.C 1.97:
10797: * src/classes/xnode.C 1.47:
10798: * src/classes/xnode.h 1.13:
10799: * src/include/pa_array.h 1.55:
10800: * src/include/pa_cache_managers.h 1.8:
10801: * src/include/pa_charset.h 1.18:
10802: * src/include/pa_charsets.h 1.7:
10803: * src/include/pa_common.h 1.79:
10804: * src/include/pa_config_fixed.h 1.48:
10805: * src/include/pa_dictionary.h 1.12:
10806: * src/include/pa_dir.h 1.12:
10807: * src/include/pa_exception.h 1.37:
10808: * src/include/pa_exec.h 1.10:
10809: * src/include/pa_globals.h 1.91:
10810: * src/include/pa_hash.h 1.57:
10811: * src/include/pa_opcode.h 1.20:
10812: * src/include/pa_pool.h 1.83:
10813: * src/include/pa_request.h 1.142:
10814: * src/include/pa_sapi.h 1.21:
10815: * src/include/pa_socks.h 1.10:
10816: * src/include/pa_sql_connection.h 1.26:
10817: * src/include/pa_sql_driver_manager.h 1.25:
10818: * src/include/pa_stack.h 1.16:
10819: * src/include/pa_string.h 1.141:
10820: * src/include/pa_stylesheet_connection.h 1.30:
10821: * src/include/pa_stylesheet_manager.h 1.14:
10822: * src/include/pa_table.h 1.46:
10823: * src/include/pa_threads.h 1.25:
10824: * src/include/pa_types.h 1.43:
10825: * src/include/pa_uue.h 1.3:
10826: * src/lib/md5/pa_md5.h 1.4:
10827: * src/lib/md5/pa_md5c.c 1.5:
10828: * src/lib/pcre/pcre_parser_ctype.c 1.2:
10829: * src/main/compile.C 1.65:
10830: * src/main/compile.tab.C 1.58:
10831: * src/main/compile_tools.C 1.52:
10832: * src/main/compile_tools.h 1.63:
10833: * src/main/execute.C 1.244:
10834: * src/main/pa_array.C 1.50:
10835: * src/main/pa_cache_managers.C 1.6:
10836: * src/main/pa_charset.C 1.28:
10837: * src/main/pa_charsets.C 1.10:
10838: * src/main/pa_common.C 1.112:
10839: * src/main/pa_dictionary.C 1.16:
10840: * src/main/pa_dir.C 1.13:
10841: * src/main/pa_exception.C 1.42:
10842: * src/main/pa_exec.C 1.39:
10843: * src/main/pa_globals.C 1.134:
10844: * src/main/pa_hash.C 1.52:
10845: * src/main/pa_pool.C 1.55:
10846: * src/main/pa_request.C 1.219:
10847: * src/main/pa_socks.C 1.16:
10848: * src/main/pa_sql_driver_manager.C 1.64:
10849: * src/main/pa_string.C 1.165:
10850: * src/main/pa_stylesheet_manager.C 1.15:
10851: * src/main/pa_table.C 1.49:
10852: * src/main/pa_uue.C 1.3:
10853: * src/main/untaint.C 1.104:
10854: * src/sql/pa_sql_driver.h 1.28:
10855: * src/targets/apache13/mod_parser3.C 1.26:
10856: * src/targets/apache13/pa_md5c.c 1.4:
10857: * src/targets/apache13/pa_pool.C 1.7:
10858: * src/targets/apache13/pa_threads.C 1.10:
10859: * src/targets/cgi/pa_pool.C 1.40:
10860: * src/targets/cgi/pa_threads.C 1.11:
10861: * src/targets/cgi/parser3.C 1.190:
10862: * src/targets/cgi/pool_storage.h 1.12:
10863: * src/targets/isapi/pa_pool.C 1.15:
10864: * src/targets/isapi/pa_threads.C 1.12:
10865: * src/targets/isapi/parser3isapi.C 1.78:
10866: * src/targets/isapi/pool_storage.h 1.18:
10867: * src/types/pa_valiased.C 1.16:
10868: * src/types/pa_valiased.h 1.22:
10869: * src/types/pa_value.C 1.3:
10870: * src/types/pa_value.h 1.88:
10871: * src/types/pa_vbool.h 1.20:
10872: * src/types/pa_vclass.h 1.27:
10873: * src/types/pa_vcode_frame.h 1.16:
10874: * src/types/pa_vcookie.C 1.45:
10875: * src/types/pa_vcookie.h 1.18:
10876: * src/types/pa_vdate.h 1.12:
10877: * src/types/pa_vdouble.h 1.39:
10878: * src/types/pa_venv.h 1.23:
10879: * src/types/pa_vfile.C 1.31:
10880: * src/types/pa_vfile.h 1.44:
10881: * src/types/pa_vform.C 1.60:
10882: * src/types/pa_vform.h 1.37:
10883: * src/types/pa_vhash.h 1.35:
10884: * src/types/pa_vimage.C 1.19:
10885: * src/types/pa_vimage.h 1.27:
10886: * src/types/pa_vint.h 1.36:
10887: * src/types/pa_vjunction.h 1.15:
10888: * src/types/pa_vmail.C 1.14:
10889: * src/types/pa_vmail.h 1.3:
10890: * src/types/pa_vmath.h 1.9:
10891: * src/types/pa_vmethod_frame.h 1.29:
10892: * src/types/pa_vobject.h 1.20:
10893: * src/types/pa_vrequest.C 1.19:
10894: * src/types/pa_vrequest.h 1.19:
10895: * src/types/pa_vresponse.C 1.7:
10896: * src/types/pa_vresponse.h 1.24:
10897: * src/types/pa_vstateless_class.C 1.15:
10898: * src/types/pa_vstateless_class.h 1.28:
10899: * src/types/pa_vstateless_object.h 1.19:
10900: * src/types/pa_vstatus.C 1.9:
10901: * src/types/pa_vstatus.h 1.10:
10902: * src/types/pa_vstring.C 1.21:
10903: * src/types/pa_vstring.h 1.48:
10904: * src/types/pa_vtable.C 1.15:
10905: * src/types/pa_vtable.h 1.40:
10906: * src/types/pa_vvoid.h 1.11:
10907: * src/types/pa_vxdoc.C 1.15:
10908: * src/types/pa_vxdoc.h 1.23:
10909: * src/types/pa_vxnode.C 1.19:
10910: * src/types/pa_vxnode.h 1.16:
10911: * src/types/pa_wcontext.C 1.21:
10912: * src/types/pa_wcontext.h 1.34:
10913: * src/types/pa_wwrapper.h 1.20:
1.26 paf 10914: $Date: now$
1.15 paf 10915:
10916: * src/Makefile.am 1.17:
10917: * src/classes/Makefile.am 1.40:
10918: * src/classes/classes.C 1.16:
10919: * src/classes/classes.dsp 1.23:
10920: * src/classes/classes.h 1.20:
10921: * src/classes/date.C 1.32:
10922: * src/classes/double.C 1.48:
10923: * src/classes/file.C 1.91:
10924: * src/classes/form.C 1.27:
10925: * src/classes/hash.C 1.41:
10926: * src/classes/image.C 1.73:
10927: * src/classes/int.C 1.45:
10928: * src/classes/mail.C 1.73:
10929: * src/classes/math.C 1.22:
10930: * src/classes/op.C 1.98:
10931: * src/classes/response.C 1.20:
10932: * src/classes/string.C 1.113:
10933: * src/classes/table.C 1.154:
10934: * src/classes/void.C 1.20:
10935: * src/classes/xdoc.C 1.96:
10936: * src/classes/xnode.C 1.46:
10937: * src/classes/xnode.h 1.12:
10938: * src/include/pa_array.h 1.54:
10939: * src/include/pa_cache_managers.h 1.7:
10940: * src/include/pa_charset.h 1.17:
10941: * src/include/pa_charsets.h 1.6:
10942: * src/include/pa_common.h 1.78:
10943: * src/include/pa_config_fixed.h 1.47:
10944: * src/include/pa_config_includes.h 1.20:
10945: * src/include/pa_dictionary.h 1.11:
10946: * src/include/pa_dir.h 1.11:
10947: * src/include/pa_exception.h 1.36:
10948: * src/include/pa_exec.h 1.9:
10949: * src/include/pa_globals.h 1.90:
10950: * src/include/pa_hash.h 1.56:
10951: * src/include/pa_opcode.h 1.19:
10952: * src/include/pa_pool.h 1.82:
10953: * src/include/pa_pragma_pack_begin.h 1.5:
10954: * src/include/pa_pragma_pack_end.h 1.5:
10955: * src/include/pa_request.h 1.141:
10956: * src/include/pa_sapi.h 1.20:
10957: * src/include/pa_socks.h 1.9:
10958: * src/include/pa_sql_connection.h 1.25:
10959: * src/include/pa_sql_driver_manager.h 1.24:
10960: * src/include/pa_stack.h 1.15:
10961: * src/include/pa_string.h 1.140:
10962: * src/include/pa_stylesheet_connection.h 1.29:
10963: * src/include/pa_stylesheet_manager.h 1.13:
10964: * src/include/pa_table.h 1.45:
10965: * src/include/pa_threads.h 1.24:
10966: * src/include/pa_types.h 1.42:
10967: * src/include/pa_uue.h 1.2:
10968: * src/lib/md5/pa_md5.h 1.3:
10969: * src/lib/md5/pa_md5c.c 1.4:
10970: * src/main/Makefile.am 1.34:
10971: * src/main/compile.C 1.64:
10972: * src/main/compile_tools.C 1.51:
10973: * src/main/compile_tools.h 1.62:
10974: * src/main/execute.C 1.243:
10975: * src/main/main.dsp 1.157:
10976: * src/main/pa_array.C 1.49:
10977: * src/main/pa_cache_managers.C 1.5:
10978: * src/main/pa_charset.C 1.27:
10979: * src/main/pa_charsets.C 1.9:
10980: * src/main/pa_common.C 1.111:
10981: * src/main/pa_dictionary.C 1.15:
10982: * src/main/pa_dir.C 1.12:
10983: * src/main/pa_exception.C 1.41:
10984: * src/main/pa_exec.C 1.38:
10985: * src/main/pa_globals.C 1.133:
10986: * src/main/pa_hash.C 1.51:
10987: * src/main/pa_pool.C 1.54:
10988: * src/main/pa_request.C 1.218:
10989: * src/main/pa_socks.C 1.15:
10990: * src/main/pa_sql_driver_manager.C 1.63:
10991: * src/main/pa_string.C 1.164:
10992: * src/main/pa_stylesheet_manager.C 1.14:
10993: * src/main/pa_table.C 1.48:
10994: * src/main/pa_uue.C 1.2:
10995: * src/main/untaint.C 1.103:
10996: * src/sql/pa_sql_driver.h 1.27:
10997: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
10998: * src/targets/apache13/Makefile.am 1.13:
10999: * src/targets/apache13/mod_parser3.C 1.25:
11000: * src/targets/apache13/pa_md5c.c 1.3:
11001: * src/targets/apache13/pa_pool.C 1.6:
11002: * src/targets/apache13/pa_threads.C 1.9:
11003: * src/targets/cgi/Makefile.am 1.40:
11004: * src/targets/cgi/pa_pool.C 1.39:
11005: * src/targets/cgi/pa_threads.C 1.10:
11006: * src/targets/cgi/parser3.C 1.189:
11007: * src/targets/cgi/parser3.dsp 1.54:
11008: * src/targets/cgi/pool_storage.h 1.11:
11009: * src/targets/isapi/pa_pool.C 1.14:
11010: * src/targets/isapi/pa_threads.C 1.11:
11011: * src/targets/isapi/parser3isapi.C 1.77:
11012: * src/targets/isapi/parser3isapi.dsp 1.41:
11013: * src/targets/isapi/pool_storage.h 1.17:
11014: * src/types/Makefile.am 1.24:
11015: * src/types/pa_valiased.C 1.15:
11016: * src/types/pa_valiased.h 1.21:
11017: * src/types/pa_value.C 1.2:
11018: * src/types/pa_value.h 1.87:
11019: * src/types/pa_vbool.h 1.19:
11020: * src/types/pa_vclass.h 1.26:
11021: * src/types/pa_vcode_frame.h 1.15:
11022: * src/types/pa_vcookie.C 1.44:
11023: * src/types/pa_vcookie.h 1.17:
11024: * src/types/pa_vdate.h 1.11:
11025: * src/types/pa_vdouble.h 1.38:
11026: * src/types/pa_venv.h 1.22:
11027: * src/types/pa_vfile.C 1.30:
11028: * src/types/pa_vfile.h 1.43:
11029: * src/types/pa_vform.C 1.59:
11030: * src/types/pa_vform.h 1.36:
11031: * src/types/pa_vhash.h 1.34:
11032: * src/types/pa_vimage.C 1.18:
11033: * src/types/pa_vimage.h 1.26:
11034: * src/types/pa_vint.h 1.35:
11035: * src/types/pa_vjunction.h 1.14:
11036: * src/types/pa_vmail.C 1.13:
11037: * src/types/pa_vmail.h 1.2:
11038: * src/types/pa_vmath.h 1.8:
11039: * src/types/pa_vmethod_frame.h 1.28:
11040: * src/types/pa_vobject.h 1.19:
11041: * src/types/pa_vrequest.C 1.18:
11042: * src/types/pa_vrequest.h 1.18:
11043: * src/types/pa_vresponse.C 1.6:
11044: * src/types/pa_vresponse.h 1.23:
11045: * src/types/pa_vstateless_class.C 1.14:
11046: * src/types/pa_vstateless_class.h 1.27:
11047: * src/types/pa_vstateless_object.h 1.18:
11048: * src/types/pa_vstatus.C 1.8:
11049: * src/types/pa_vstatus.h 1.9:
11050: * src/types/pa_vstring.C 1.20:
11051: * src/types/pa_vstring.h 1.47:
11052: * src/types/pa_vtable.C 1.14:
11053: * src/types/pa_vtable.h 1.39:
11054: * src/types/pa_vvoid.h 1.10:
11055: * src/types/pa_vxdoc.C 1.14:
11056: * src/types/pa_vxdoc.h 1.22:
11057: * src/types/pa_vxnode.C 1.18:
11058: * src/types/pa_vxnode.h 1.15:
11059: * src/types/pa_wcontext.C 1.20:
11060: * src/types/pa_wcontext.h 1.33:
11061: * src/types/pa_wwrapper.h 1.19:
11062: * src/types/types.dsp 1.29:
11063: ident.C* removed
11064:
11065: * operators.txt 1.58:
11066: * src/classes/file.C 1.90:
11067: * src/main/pa_request.C 1.217:
1.24 paf 11068: * www/cgi-bin/parser3.log 1.78:
1.15 paf 11069: file:find[/can/do/this/now.txt]
11070:
11071: * src/targets/cgi/parser3.C 1.188:
11072: usage to stdout now
11073:
11074: 2002-07-31 paf
11075: * src/classes/mail.C 1.72:
11076: * src/types/pa_vmail.C 1.10:
11077: * src/types/pa_vmail.C 1.11:
11078: * src/types/pa_vmail.C 1.12:
11079: mail:
11080: errors-to: now default "postmaster"
11081:
11082: * src/classes/mail.C 1.70:
11083: * src/types/pa_vmail.C 1.9:
1.24 paf 11084: * www/cgi-bin/parser3.log 1.77:
1.15 paf 11085: mail from/to now must be.
11086: -f postmaster now default sendmail key
11087: word "postmaster" replaced to $.from
11088:
11089: * src/classes/mail.C 1.71:
11090: *** empty log message ***
11091:
11092: 2002-07-30 paf
11093: * src/main/pa_charset.C 1.25:
1.24 paf 11094: * www/cgi-bin/parser3.log 1.76:
1.15 paf 11095: * www/htdocs/auto.p 1.15:
11096: UTF-8 to 1byte charset convert, no char in table, &#decimal;
11097:
11098: * Makefile.in 1.16:
11099: * configure 1.35:
11100: * configure.in 1.36:
11101: * src/targets/cgi/Makefile.in 1.50:
11102: * src/targets/cgi/pa_config_paths.h.in 1.2:
11103: * src/targets/cgi/parser3.C 1.187:
11104: removed pa_config_paths.h
11105:
11106: * src/main/pa_charset.C 1.26:
11107: * src/main/pa_request.C 1.216:
11108: comment
11109:
11110: * etc/parser3.charsets/windows-1251.cfg 1.6:
11111: section sign [russian paragraf]
11112:
11113: 2002-07-11 paf
11114: * src/classes/mail.C 1.69:
11115: $MAIL[
11116: # xxx
11117: ]
11118:
11119: now ok
11120:
11121: * operators.txt 1.57:
11122: plan: sql detailed exception
11123:
11124: * src/main/pa_exec.C 1.36:
11125: invalid .exe caused error message with params wich parser did not provide = reported badly.
11126: fixed that.
11127:
11128: * src/main/pa_exec.C 1.37:
11129: build command line badly added params twice [and first time
11130: without ' ']. double wrong. fixed.
11131:
11132: 2002-07-01 paf
11133: * src/classes/form.C 1.26:
11134: * src/main/pa_request.C 1.215:
11135: conf bug fixed [MForm.configure_admin were called when request
11136: main_class ==0
11137:
11138: * src/classes/form.C 1.24:
11139: content_length type fix
11140:
11141: * src/classes/form.C 1.25:
11142: 10*0x400*400 bug fix [4M not 10M]
11143:
11144: 2002-06-30 paf
11145: * src/classes/mail.C 1.68:
11146: merged from 4
11147:
11148: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
11149: restored $MAIL
11150:
11151: 2002-06-28 paf
11152: * configure 1.32:
11153: * operators.txt 1.56:
11154: * src/classes/xdoc.C 1.95:
11155: * src/include/pa_charset.h 1.16:
11156: * src/include/pa_config_fixed.h 1.46:
11157: * src/include/pa_pool.h 1.81:
11158: * src/include/pa_version.h 1.6:
11159: * src/main/pa_charset.C 1.24:
11160: * src/main/pa_pool.C 1.53:
11161: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
11162: * src/targets/cgi/parser3.dsp 1.53:
11163: * src/targets/isapi/parser3isapi.dsp 1.40:
11164: * src/types/pa_vmail.C 1.8:
1.24 paf 11165: * www/cgi-bin/parser3.log 1.75:
1.15 paf 11166: * www/htdocs/index.html 1.82:
11167: merged latest updates to head
11168:
11169: * configure 1.34:
11170: * configure.in [release_3_0_0004] 1.35.2.2:
11171: removed paths.h
11172:
11173: * Makefile.in 1.15:
11174: * configure 1.33:
11175: * src/include/pa_version.h 1.7:
11176: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
11177: lates changes from 4 build merged, makes updated
11178:
11179: 2002-06-27 paf
11180: * src/classes/xdoc.C 1.94:
11181: * www/htdocs/index.html 1.81:
11182: xsltParseStylesheetDoc bug workaround
11183:
11184: * operators.txt [release_3_0_0004] 1.55.2.1:
11185: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
11186: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
11187: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
11188: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
11189: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
11190: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 11191: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 11192: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
11193: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
11194: default uri=path_translated
11195:
11196: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
11197: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
11198: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
11199: post-build not error now
11200:
11201: 2002-06-26 paf
11202: * configure [release_3_0_0004] 1.31.2.1:
11203: * configure.in [release_3_0_0004] 1.35.2.1:
11204: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
11205: release_3_0_0004
11206:
11207: * src/main/pa_string.C 1.162:
11208: blank string '', ' <whitespace>' considered 0 now
11209:
11210: * src/lib/md5/Makefile.in 1.1:
11211: *** empty log message ***
11212:
11213: * src/targets/cgi/parser3.C 1.186:
1.24 paf 11214: * www/cgi-bin/parser3.log 1.74:
1.15 paf 11215: /cgi-bin/parser empty filename checked
11216:
11217: 2002-06-25 paf
11218: * operators.txt 1.55:
11219: * src/classes/xdoc.C 1.93:
1.24 paf 11220: * www/cgi-bin/parser3.log 1.71:
11221: * www/cgi-bin/parser3.log 1.72:
1.15 paf 11222: * www/htdocs/index.html 1.78:
11223: * www/htdocs/index.html 1.79:
11224: ^xdoc.transform[xdoc <<can be now
11225:
11226: * bin/auto.p.dist.in 1.3:
11227: * operators.txt 1.53:
11228: * src/classes/math.C 1.20:
11229: * src/types/pa_vmail.C 1.6:
1.24 paf 11230: * www/cgi-bin/parser3.log 1.70:
1.15 paf 11231: * www/htdocs/index.html 1.76:
11232: math:crypt updated to generate random salt when needed and to
11233: call system crypt() if not $apr1$ prefix
11234:
11235: * configure 1.31:
11236: * configure.in 1.35:
11237: * src/include/pa_config_auto.h.in 1.27:
11238: crypt library configured
11239:
11240: * operators.txt 1.54:
11241: * src/classes/string.C 1.112:
11242: * www/htdocs/index.html 1.77:
11243: ^string.normalize [old name: optimize
11244:
11245: * src/main/pa_string.C 1.161:
1.24 paf 11246: * www/cgi-bin/parser3.log 1.73:
1.15 paf 11247: * www/htdocs/index.html 1.80:
11248: emtpy string, or string of whitespaces considered bad number now
11249:
11250: * src/main/pa_request.C 1.214:
11251: configure_admin forced if no @conf
11252:
11253: 2002-06-24 paf
11254: * Makefile.in 1.14:
11255: * bin/Makefile.in 1.4:
11256: * configure 1.29:
11257: * configure.in 1.33:
11258: * etc/Makefile.in 1.9:
11259: * etc/parser3.charsets/Makefile.in 1.11:
11260: * src/Makefile.in 1.49:
11261: * src/classes/Makefile.in 1.47:
11262: * src/include/Makefile.in 1.6:
11263: * src/include/pa_config_auto.h.in 1.25:
11264: * src/lib/Makefile.in 1.3:
11265: * src/lib/patches/Makefile.in 1.3:
11266: * src/lib/pcre/Makefile.in 1.3:
11267: * src/main/Makefile.in 1.43:
11268: * src/sql/Makefile.in 1.6:
11269: * src/targets/Makefile.in 1.37:
11270: * src/targets/apache13/Makefile.in 1.36:
11271: * src/targets/apache13/p3runConfigure.in 1.11:
11272: * src/targets/cgi/Makefile.am 1.39:
11273: * src/targets/cgi/Makefile.in 1.49:
11274: * src/targets/isapi/Makefile.in 1.6:
11275: * src/types/Makefile.am 1.23:
11276: * src/types/Makefile.in 1.40:
11277: * src/types/pa_vmail.C 1.4:
11278: $mail:received makes update
11279:
11280: * src/targets/cgi/getopt.c 1.1:
11281: * src/targets/cgi/getopt.h 1.1:
11282: introducing parser -m option, for $mail:receive
11283:
11284: * src/include/pa_config_fixed.h 1.45:
11285: ssize_t fixed
11286:
11287: * INSTALL 1.24:
11288: --with-static/shared-mailreceive described
11289:
11290: * operators.txt 1.51:
11291: * src/classes/mail.C 1.67:
11292: * src/include/Makefile.am 1.3:
11293: * src/include/pa_charset.h 1.15:
11294: * src/include/pa_config_fixed.h 1.43:
11295: * src/include/pa_request.h 1.140:
11296: * src/include/pa_string.h 1.139:
11297: * src/include/pa_uue.h 1.1:
11298: * src/main/Makefile.am 1.33:
11299: * src/main/main.dsp 1.155:
11300: * src/main/pa_globals.C 1.131:
11301: * src/main/pa_request.C 1.213:
11302: * src/main/pa_string.C 1.160:
11303: * src/main/pa_uue.C 1.1:
11304: * src/targets/apache13/mod_parser3.C 1.24:
11305: * src/targets/cgi/Makefile.am 1.38:
11306: * src/targets/cgi/parser3.C 1.184:
11307: * src/targets/cgi/parser3.dsp 1.51:
11308: * src/targets/isapi/parser3isapi.C 1.76:
11309: * src/types/pa_vform.C 1.57:
11310: * src/types/pa_vform.h 1.35:
11311: * src/types/pa_vmail.C 1.1:
11312: * src/types/pa_vmail.h 1.1:
11313: * src/types/types.dsp 1.27:
1.24 paf 11314: * www/cgi-bin/parser3.log 1.68:
1.15 paf 11315: * www/htdocs/index.html 1.74:
11316: uue to separate file
11317: introducting $message:received
11318: ^mail:send rewritten with backward comp
11319:
11320: * src/classes/classes.dsp 1.22:
11321: * src/main/main.dsp 1.156:
11322: * src/main/pa_globals.C 1.132:
11323: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
11324: * src/targets/cgi/parser3.dsp 1.52:
11325: * src/targets/isapi/parser3isapi.dsp 1.39:
11326: * src/types/types.dsp 1.28:
11327: win32xml win32mailreceive pseudomodules paths now
11328:
11329: * src/include/pa_config_fixed.h 1.44:
11330: * src/targets/cgi/parser3.C 1.185:
11331: * src/types/pa_vmail.C 1.3:
11332: #ifdef WITH_MAILRECEIVE
11333:
11334: * acconfig.h 1.2:
11335: * configure 1.30:
11336: * configure.in 1.34:
11337: * src/include/pa_config_auto.h.in 1.26:
11338: *** empty log message ***
11339:
11340: 2002-06-21 paf
11341: * Makefile.in 1.13:
11342: * configure 1.28:
11343: * configure.in 1.32:
11344: * src/Makefile.in 1.48:
11345: * src/classes/Makefile.in 1.46:
11346: * src/lib/Makefile.in 1.1:
11347: * src/lib/md5/Makefile.am 1.2:
11348: * src/lib/md5/pa_md5c.c 1.2:
11349: * src/lib/patches/Makefile.in 1.2:
11350: * src/lib/pcre/Makefile.in 1.2:
11351: * src/main/Makefile.in 1.42:
11352: * src/targets/apache13/Makefile.in 1.35:
11353: * src/targets/cgi/Makefile.am 1.37:
11354: * src/targets/cgi/Makefile.in 1.48:
11355: * src/types/Makefile.in 1.39:
11356: lib restructure .in and .am files appropriate changes
11357:
11358: * src/lib/Makefile.am 1.2:
11359: * src/lib/Makefile.in 1.2:
11360: * src/lib/md5/pa_md5.h 1.2:
11361: * src/targets/apache13/p3runConfigure.in 1.10:
11362: * src/targets/apache13/pa_md5c.c 1.2:
11363: lib restructure apache .am & co changes
11364:
11365: * INSTALL 1.23:
11366: * configure.in 1.31:
11367: * operators.txt 1.50:
11368: * parser3.dsw 1.2:
11369: * src/Makefile.am 1.16:
11370: * src/classes/Makefile.am 1.39:
11371: * src/classes/classes.dsp 1.21:
11372: * src/classes/math.C 1.19:
11373: * src/lib/Makefile.am 1.1:
11374: * src/lib/md5/Makefile.am 1.1:
11375: * src/lib/md5/md5.dsp 1.1:
11376: * src/lib/md5/pa_md5.h 1.1:
11377: * src/lib/md5/pa_md5c.c 1.1:
11378: * src/lib/patches/Makefile.am 1.1:
11379: * src/lib/patches/Makefile.in 1.1:
11380: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
11381: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
11382: * src/lib/patches/libgdome_morestatic.patch 1.1:
11383: * src/lib/patches/libxml_error_column_tab.patch 1.1:
11384: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
11385: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
11386: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
11387: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
11388: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
11389: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
11390: * src/lib/pcre/LICENCE 1.1:
11391: * src/lib/pcre/Makefile.am 1.1:
11392: * src/lib/pcre/Makefile.in 1.1:
11393: * src/lib/pcre/README 1.1:
11394: * src/lib/pcre/Tech.Notes 1.1:
11395: * src/lib/pcre/dftables.c 1.1:
11396: * src/lib/pcre/get.c 1.1:
11397: * src/lib/pcre/ibm-1250.ucm 1.1:
11398: * src/lib/pcre/ibm-1251.ucm 1.1:
11399: * src/lib/pcre/ibm-1257.ucm 1.1:
11400: * src/lib/pcre/internal.h 1.1:
11401: * src/lib/pcre/maketables.c 1.1:
11402: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
11403: * src/lib/pcre/pcre.3 1.1:
11404: * src/lib/pcre/pcre.3.html 1.1:
11405: * src/lib/pcre/pcre.3.txt 1.1:
11406: * src/lib/pcre/pcre.c 1.1:
11407: * src/lib/pcre/pcre.dsp 1.1:
11408: * src/lib/pcre/pcre.h 1.1:
11409: * src/lib/pcre/pcre_dftables.dsp 1.1:
11410: * src/lib/pcre/pcre_parser_ctype.c 1.1:
11411: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
11412: * src/lib/pcre/ruspart_win2koi.pl 1.1:
11413: * src/lib/pcre/study.c 1.1:
11414: * src/lib/pcre/win-koi.tab 1.1:
11415: * src/main/Makefile.am 1.32:
11416: * src/main/compile.tab.C 1.57:
11417: * src/main/main.dsp 1.154:
11418: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
11419: * src/targets/apache13/Makefile.am 1.12:
11420: * src/targets/apache13/pa_md5c.c 1.1:
11421: * src/targets/cgi/Makefile.am 1.36:
11422: * src/targets/cgi/parser3.dsp 1.50:
11423: * src/targets/isapi/parser3isapi.dsp 1.38:
11424: * src/types/Makefile.am 1.22:
11425: * src/types/types.dsp 1.26:
1.24 paf 11426: * www/cgi-bin/parser3.log 1.67:
1.15 paf 11427: * www/htdocs/.htaccess 1.5:
11428: * www/htdocs/index.html 1.73:
11429: moved libltdl and pcre to libs/
11430: added libs/md5 which is linked to non-apache targets
11431: ^math:crypt[password;$apr1$salt]
11432:
11433: 2002-06-20 paf
11434: * INSTALL [release_3_0_0003] 1.21.2.1:
11435: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
11436: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
11437: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
11438: * configure [release_3_0_0003] 1.26.2.2:
11439: * configure.in [release_3_0_0003] 1.29.2.2:
11440: * operators.txt [release_3_0_0003] 1.47.2.1:
11441: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
11442: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
11443: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
11444: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
11445: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
11446: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
11447: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
11448: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
11449: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
11450: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
11451: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
11452: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
11453: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
11454: marged latest HEAD updates, mainly file:justname&co & @auto
11455: conf[filespec
11456:
11457: * INSTALL 1.22:
11458: * bin/Makefile.am 1.3:
11459: * bin/auto.p.dist.in 1.1:
11460: * configure.in 1.30:
11461: * operators.txt 1.48:
11462: * src/doc/doxygen.cfg 1.23:
11463: * src/include/pa_globals.h 1.89:
11464: * src/targets/apache13/mod_parser3.C 1.23:
11465: * src/targets/cgi/parser3.C 1.183:
11466: * src/targets/isapi/parser3isapi.C 1.75:
11467: * www/htdocs/auto.p 1.12:
11468: * www/htdocs/index.html 1.70:
11469: parser3.conf renamed to auto.p
11470:
11471: * operators.txt 1.49:
11472: * src/classes/file.C 1.89:
1.24 paf 11473: * www/cgi-bin/parser3.log 1.66:
1.15 paf 11474: * www/htdocs/auto.p 1.14:
11475: * www/htdocs/index.html 1.72:
11476: !^file:dirname[/a/some.tar.gz]=/a
11477: !^file:dirname[/a/b/]=/a
11478: !^file:basename[/a/some.tar.gz]=some.tar.gz
11479: !^file:justname[/a/some.tar.gz]=some.tar
11480: !^file:justext[/a/some.tar.gz]=gz
11481:
11482: * bin/Makefile.in 1.3:
11483: * configure 1.27:
11484: parser3.conf renamed to auto.p autoconf changes
11485:
11486: * src/classes/op.C 1.97:
11487: * src/include/pa_request.h 1.139:
11488: * src/main/execute.C 1.242:
11489: * src/main/pa_request.C 1.212:
11490: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 11491: * www/cgi-bin/parser3.log 1.65:
1.15 paf 11492: * www/htdocs/auto.p 1.13:
11493: * www/htdocs/index.html 1.71:
11494: introducing @conf/auto[filespec]
11495:
11496: * bin/auto.p.dist.in 1.2:
11497: <noindex>
11498:
11499: 2002-06-18 paf
11500: * bin/Makefile.am 1.1:
11501: * bin/Makefile.in 1.1:
11502: * etc/Makefile.am 1.4:
11503: * www/htdocs/index.html 1.69:
11504: bin/parser3.conf.dist [moved from etc
11505:
1.24 paf 11506: * src/classes/file.C 1.86:
11507: * www/cgi-bin/parser3.log 1.64:
11508: ^file::exec[script;$.bad error case insensitive check now
11509:
1.15 paf 11510: * configure [release_3_0_0003] 1.26.2.1:
11511: * configure.in [release_3_0_0003] 1.29.2.1:
11512: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
11513: version to configure.in
11514:
11515: * src/classes/file.C 1.85:
1.24 paf 11516: * www/cgi-bin/parser3.log 1.63:
1.15 paf 11517: * www/htdocs/index.html 1.68:
11518: ^file::exec[script;$.bad now error, not skip
11519:
11520: * Makefile.am 1.5:
11521: * Makefile.in 1.12:
11522: * bin/Makefile.am 1.2:
11523: * bin/Makefile.in 1.2:
11524: * configure 1.26:
11525: * configure.in 1.29:
11526: * etc/Makefile.in 1.8:
11527: * etc/parser3.charsets/Makefile.am 1.3:
11528: * etc/parser3.charsets/Makefile.in 1.10:
11529: * src/targets/apache13/Makefile.in 1.34:
11530: parser3.conf.dist moved to bin, .in & *.am updated
11531:
11532: * src/classes/file.C 1.87:
11533: strcasecmp
11534:
11535: * INSTALL 1.21:
11536: reflected .conf.dist dir change
11537:
11538: * configure 1.25:
11539: * configure.in 1.28:
11540: * src/include/pa_pool.h 1.80:
11541: * src/include/pa_types.h 1.41:
11542: pack configure.in detection simplified.
11543: figured out that gcc on sparc not that stupid as thought previously:
11544: 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]
11545: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
11546: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
11547:
11548: * src/classes/file.C 1.88:
11549: strncasecmp
11550:
11551: 2002-06-14 paf
11552: * operators.txt 1.47:
11553: more precise xml-to-text options
11554:
11555: * operators.txt 1.46:
11556: * src/types/pa_vxnode.C 1.17:
11557: xnode attribute_node.name/value
11558: xnode pi.node.data
11559:
11560: 2002-06-12 paf
11561: * Makefile.in 1.11:
11562: * configure 1.24:
11563: * configure.in 1.27:
11564: * etc/Makefile.in 1.7:
11565: * etc/parser3.charsets/Makefile.in 1.9:
11566: * src/Makefile.in 1.47:
11567: * src/classes/Makefile.in 1.45:
11568: * src/include/Makefile.in 1.5:
11569: * src/main/Makefile.in 1.41:
11570: * src/sql/Makefile.in 1.5:
11571: * src/targets/Makefile.in 1.36:
11572: * src/targets/cgi/Makefile.am 1.35:
11573: * src/targets/cgi/Makefile.in 1.47:
11574: * src/targets/cgi/parser3.C 1.182:
11575: * src/targets/isapi/Makefile.in 1.5:
11576: * src/types/Makefile.in 1.38:
11577: removed root conf define creation
11578:
11579: * src/classes/mail.C 1.66:
11580: sendmail -ti [default now]
11581:
11582: * src/include/pa_globals.h 1.86:
11583: * src/include/pa_request.h 1.136:
11584: * src/main/main.dsp 1.153:
11585: * src/main/pa_globals.C 1.128:
11586: * src/main/pa_request.C 1.208:
1.24 paf 11587: * www/cgi-bin/parser3.log 1.60:
1.15 paf 11588: @conf
11589:
1.24 paf 11590: * src/include/pa_globals.h 1.87:
11591: * src/include/pa_request.h 1.137:
11592: * src/main/execute.C 1.241:
11593: * src/main/pa_globals.C 1.129:
11594: * src/main/pa_request.C 1.209:
11595: * www/cgi-bin/parser3.log 1.61:
11596: @rootconf [were @conf]
11597:
1.15 paf 11598: * INSTALL 1.20:
11599: * configure.in 1.26:
11600: * etc/Makefile.am 1.3:
11601: * operators.txt 1.43:
11602: * src/include/pa_globals.h 1.88:
11603: * src/include/pa_request.h 1.138:
11604: * src/main/compile.tab.C 1.56:
11605: * src/main/pa_globals.C 1.130:
11606: * src/main/pa_request.C 1.211:
11607: * src/targets/apache13/mod_parser3.C 1.22:
11608: * src/targets/cgi/parser3.C 1.181:
11609: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 11610: * www/cgi-bin/parser3.log 1.62:
1.15 paf 11611: parser3.conf now one and only
11612:
11613: * src/classes/mail.C 1.65:
11614: * src/main/pa_request.C 1.210:
11615: $MAIL $CHARSETS allowed to be strings. for convinient #ing
11616:
11617: 2002-06-11 paf
11618: * src/classes/file.C 1.83:
11619: * src/targets/cgi/parser3.dsp 1.49:
11620: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 11621: * www/cgi-bin/parser3.log 1.59:
1.15 paf 11622: * www/htdocs/.htaccess 1.4:
11623: * www/htdocs/index.html 1.66:
11624: suexec env keys filter plus CGI_ as valid prefix
11625:
11626: * src/classes/file.C 1.84:
11627: check simplified
11628:
11629: * src/classes/file.C 1.82:
11630: * src/include/pa_request.h 1.135:
11631: * src/include/pa_sapi.h 1.19:
11632: * src/targets/apache13/mod_parser3.C 1.21:
11633: * src/targets/cgi/parser3.C 1.180:
11634: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 11635: * www/cgi-bin/parser3.log 1.58:
1.15 paf 11636: * www/htdocs/index.html 1.65:
11637: file::exec/cgi to pass HTTP_ vars
11638: introducing SAPI::environment
11639:
11640: 2002-06-10 paf
11641: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
11642: fixed -d (bug)
11643:
11644: * configure 1.20:
11645: * configure [release_3_0_0002] 1.19.2.1:
11646: * configure.in [release_3_0_0002] 1.21.2.1:
11647: * src/include/pa_version.h 1.5:
11648: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
11649: makes
11650:
11651: * operators.txt 1.41:
11652: old merge conflict removed
11653:
11654: * src/types/pa_vform.C 1.56:
11655: * src/types/pa_vform.h 1.34:
11656: * www/htdocs/index.html 1.62:
11657: $form: not determined yet check
11658:
11659: * src/main/pa_common.C 1.109:
11660: merged fixed -d (bug)
11661:
11662: * src/main/compile.tab.C 1.55:
11663: * src/main/pa_string.C 1.159:
1.24 paf 11664: * www/cgi-bin/parser3.log 1.56:
1.15 paf 11665: * www/htdocs/index.html 1.63:
11666: whitespace after number in autoconvert now ignored
11667:
11668: * operators.txt 1.42:
11669: * src/classes/op.C 1.96:
11670: * src/include/pa_common.h 1.77:
11671: * src/main/pa_common.C 1.110:
11672: lock failures reported now
11673:
11674: * configure 1.21:
11675: * configure.in 1.23:
11676: pack even address access on sparc&co arch checked in configure
11677:
11678: * configure 1.23:
11679: * configure.in 1.25:
11680: *** empty log message ***
11681:
11682: * src/main/compile_tools.C 1.50:
1.24 paf 11683: * www/cgi-bin/parser3.log 1.57:
1.15 paf 11684: * www/htdocs/index.html 1.64:
11685: ^if(" 1 "){y} bug fixed
11686: optimization string->double @ compile time were not-enough-checking...
11687:
11688: * configure 1.22:
11689: * configure.in 1.24:
11690: hpux check, nsl link, no socket
11691:
11692: * src/classes/mail.C 1.64:
11693: mail netscape attachment name fixed. todo: $response:body
11694: content-type:name
11695:
11696: * src/main/untaint.C 1.102:
11697: bug#2) mail subject got always prepended with charset even when
11698: all letters were 7bit one
11699:
11700: 2002-06-04 paf
11701: * src/targets/apache13/mod_parser3.C 1.20:
11702: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
11703: fixed .dsp-s along with reorganized cvs modules dirs structure
11704:
11705: 2002-06-03 paf
11706: * etc/parser3.charsets/windows-1251.cfg 1.5:
11707: * operators.txt 1.40:
11708: * src/classes/classes.dsp 1.20:
11709: * src/main/compile.tab.C 1.54:
11710: * src/main/main.dsp 1.152:
11711: * src/main/pa_globals.C 1.127:
11712: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
11713: * src/targets/cgi/parser3.C 1.179:
11714: * src/targets/cgi/parser3.dsp 1.48:
11715: * src/targets/isapi/parser3isapi.dsp 1.37:
11716: * src/types/types.dsp 1.25:
11717: * www/htdocs/index.html 1.60:
11718: fixed .dsp-s along with reorganized cvs modules dirs structure
11719:
11720: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
11721: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
11722: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
11723: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
11724: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
11725: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
11726: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
11727: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
11728: reorganized cvs modules
11729:
11730: 2002-05-28 paf
11731: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
11732: info.uri now ""
11733:
11734: 2002-05-17 paf
11735: * src/classes/table.C 1.153:
11736: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
11737: ^table.save << checked empty pre/match/post columns
11738:
11739: 2002-05-16 paf
11740: * src/classes/image.C 1.72:
1.24 paf 11741: * www/cgi-bin/parser3.log 1.55:
1.15 paf 11742: * www/htdocs/index.html 1.59:
11743: image::measure can png now
11744:
11745: 2002-05-15 paf
11746: * operators.txt 1.38:
11747: * src/classes/date.C 1.31:
1.24 paf 11748: * www/cgi-bin/parser3.log 1.54:
1.15 paf 11749: * www/htdocs/index.html 1.58:
11750: ^date::create[%H:%M[:%S]] added
11751:
11752: * etc/parser3.charsets/windows-1251.cfg 1.4:
11753: 0x forgot, fixed
11754:
11755: * operators.txt 1.37:
11756: * src/classes/date.C 1.30:
1.24 paf 11757: * www/cgi-bin/parser3.log 1.53:
1.15 paf 11758: * www/htdocs/.htaccess 1.3:
11759: * www/htdocs/auto.p 1.10:
11760: * www/htdocs/index.html 1.57:
11761: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
11762: [-%m now
11763:
11764: 2002-05-14 paf
11765: * etc/parser3.charsets/windows-1251.cfg 1.3:
11766: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
11767: added 3 quotes
11768:
11769: 2002-05-07 paf
11770: * src/classes/classes.dsp 1.19:
11771: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
11772: * src/classes/op.C 1.95:
11773: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
11774: * src/include/pa_globals.h 1.85:
11775: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
11776: * src/include/pa_request.h 1.134:
11777: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
11778: * src/include/pa_table.h 1.44:
11779: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
11780: * src/main/compile.tab.C 1.53:
11781: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
11782: * src/main/compile.y 1.187:
11783: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
11784: * src/main/main.dsp 1.151:
11785: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
11786: * src/main/pa_globals.C 1.126:
11787: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
11788: * src/main/pa_request.C 1.207:
11789: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
11790: * src/main/pa_table.C 1.47:
11791: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
11792: * src/targets/isapi/pa_pool.C 1.13:
11793: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
11794: * src/targets/isapi/parser3isapi.C 1.71:
11795: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
11796: * src/targets/isapi/parser3isapi.dsp 1.36:
11797: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
11798: * src/targets/isapi/pool_storage.h 1.16:
11799: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
11800: * src/types/types.dsp 1.24:
11801: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
11802: * www/htdocs/parser-status.html 1.2:
11803: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
11804: Table name2number field now &.
11805: 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]
11806:
11807: 2002-05-06 paf
11808: * src/main/pa_globals.C 1.125:
11809: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
11810: * src/targets/cgi/parser3.C 1.178:
11811: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
11812: * src/targets/cgi/pool_storage.h 1.10:
11813: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
11814: * src/targets/isapi/parser3isapi.C 1.70:
11815: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
11816: removed 100*40 bytes per request memory leak [nonpool malloc in
11817: globals]
11818:
11819: 2002-04-30 paf
11820: * configure 1.19:
11821: * src/include/pa_version.h 1.4:
11822: version now not b
11823:
11824: * src/targets/cgi/parser3.C 1.177:
1.24 paf 11825: * www/cgi-bin/parser3.log 1.52:
1.15 paf 11826: * www/htdocs/global.xsl 1.7:
11827: * www/htdocs/index.html 1.56:
11828: request.uri now never 0
11829:
11830: 2002-04-29 paf
11831: * configure.in 1.21:
11832: removed b
11833:
11834: * src/doc/ClassExample1.dox 1.4:
11835: * src/doc/ClassExample3.dox 1.4:
11836: * src/doc/aliased.dox 1.4:
11837: * src/doc/methoded.dox 1.3:
11838: * src/doc/string.dox 1.4:
11839: * src/doc/value.dox 1.3:
11840: * src/include/pa_exception.h 1.34:
11841: * src/main/pa_request.C 1.205:
11842: * src/targets/cgi/parser3.C 1.176:
11843: merged from 0001
11844:
11845: * src/classes/op.C 1.94:
11846: * src/include/pa_exception.h 1.35:
11847: * src/main/pa_request.C 1.206:
11848: Exception::comment/type checked in (), no there's no empty type
11849: comment by default
11850:
11851: 2002-04-26 paf
11852: * src/doc/doxygen.cfg 1.22:
11853: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
11854: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 11855: * www/cgi-bin/parser3.log 1.51:
1.15 paf 11856: * www/htdocs/index.html 1.55:
11857: doxygen dot image size reduced
11858:
11859: 2002-04-25 paf
11860: * src/classes/table.C 1.152:
1.24 paf 11861: * www/cgi-bin/parser3.log 1.47:
1.15 paf 11862: * www/htdocs/.htaccess 1.1:
11863: * www/htdocs/index.html 1.51:
11864: removed restriction on column count to ^table.hash to work, now
11865: must be >0 [were >1]
11866:
11867: * src/targets/cgi/parser3.C 1.175:
11868: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
11869: setenv in .htaccess when cgi is not under that dir got
11870: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
11871: into account
11872:
1.24 paf 11873: * www/cgi-bin/parser3.log 1.48:
1.15 paf 11874: * www/htdocs/index.html 1.52:
11875: sample of 'using junction out of context'
11876:
11877: * operators.txt 1.35:
11878: * operators.txt 1.36:
11879: * src/classes/date.C 1.28:
11880: * src/classes/date.C 1.29:
1.24 paf 11881: * www/cgi-bin/parser3.log 1.49:
1.15 paf 11882: * www/htdocs/index.html 1.53:
11883: ^date::create[2002-12-33 01:03:04]
11884:
11885: 2002-04-24 paf
11886: * src/classes/classes.dsp 1.18:
11887: * src/main/compile.tab.C 1.52:
11888: * src/main/main.dsp 1.150:
11889: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
11890: * src/targets/cgi/parser3.C 1.174:
11891: * src/targets/cgi/parser3.dsp 1.46:
11892: * src/targets/isapi/parser3isapi.dsp 1.34:
11893: * src/types/types.dsp 1.23:
11894: MSVC profile targets
11895:
11896: 2002-04-23 paf
11897: * operators.txt 1.34:
11898: * src/classes/string.C 1.110:
1.24 paf 11899: * www/cgi-bin/parser3.log 1.46:
1.15 paf 11900: * www/htdocs/index.html 1.50:
11901: int/double/string:sql{}[$.default{code}]
11902: fixed [were barking: "junction used outside of context"]
11903:
11904: 2002-04-22 paf
11905: * src/classes/string.C 1.109:
11906: * src/include/pa_string.h 1.138:
11907: * src/main/pa_string.C 1.158:
11908: * src/types/pa_vstring.C 1.19:
11909: * src/types/pa_vstring.h 1.46:
11910: * types.txt 1.2:
11911: ^string.optimize[]
11912:
11913: * src/main/execute.C 1.238:
1.24 paf 11914: * www/cgi-bin/parser3.log 1.43:
1.15 paf 11915: * www/htdocs/index.html 1.48:
11916: junctions to local contexts got cleanized&checked later
11917:
1.24 paf 11918: * src/main/execute.C 1.240:
11919: * www/cgi-bin/parser3.log 1.45:
11920: rolled back to before_killing_userjunction_contexts
11921:
1.15 paf 11922: * src/include/pa_globals.h 1.84:
11923: * src/include/pa_table.h 1.43:
11924: * src/main/pa_globals.C 1.124:
11925: * src/main/pa_string.C 1.157:
11926: * src/main/pa_table.C 1.46:
11927: fixed match table template
11928:
11929: * src/classes/string.C 1.107:
11930: * src/classes/string.C 1.108:
11931: optimize removed from string .left/right/pos
11932:
11933: * src/main/execute.C 1.239:
1.24 paf 11934: * www/cgi-bin/parser3.log 1.44:
1.15 paf 11935: * www/htdocs/index.html 1.49:
11936: user junctions context killed
11937:
11938: 2002-04-19 paf
11939: * src/classes/string.C 1.106:
11940: * src/include/pa_request.h 1.133:
11941: * src/include/pa_string.h 1.137:
11942: * src/main/pa_request.C 1.204:
11943: * src/main/pa_string.C 1.156:
11944: * src/types/pa_vstring.C 1.18:
11945: * src/types/pa_vstring.h 1.45:
1.24 paf 11946: * www/cgi-bin/parser3.log 1.42:
1.15 paf 11947: * www/htdocs/index.html 1.47:
11948: string now optimized prior to .left .right .mid .pos .match when that is profitable,
11949: and always before .replace
11950: when $ORIGINS(1) optimization disabled
11951: 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
11952:
11953: * src/classes/op.C 1.93:
11954: * src/classes/string.C 1.105:
11955: * src/types/pa_value.h 1.86:
11956: VTable removed from each String::match replace iteration, and made stacked
11957: sizeof(VTable)=12bytes economy on each replace code
11958:
11959: * src/include/pa_globals.h 1.83:
11960: * src/include/pa_table.h 1.42:
11961: * src/main/pa_globals.C 1.123:
11962: * src/main/pa_string.C 1.155:
11963: String::match table columns globalized, not created @ each ^match anymore
11964: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
11965:
11966: * src/classes/file.C 1.81:
11967: ovector now local
11968: economy: 16 bytes per ^file:list
11969:
11970: * src/classes/string.C 1.104:
11971: * src/include/pa_string.h 1.136:
11972: * src/main/pa_string.C 1.154:
11973: * www/htdocs/index.html 1.46:
11974: string.match[]['] option enables generation of $match.prematch
11975: .match .postmatch columns
11976:
11977: * src/main/pa_string.C 1.153:
11978: String::match options analized without cstr-ing them now
11979:
11980: * src/doc/chmhelper.pl 1.1:
11981: * src/doc/doxygen.cfg 1.21:
11982: * src/doc/footer.htm 1.1:
11983: * src/doc/html2chm.cmd 1.6:
11984: * src/doc/postbuild.txt 1.3:
11985: * src/doc/sources2html.cmd 1.5:
11986: * src/doc/view_chm.cmd 1.2:
11987: * src/doc/view_html.cmd 1.2:
11988: config updated to doxygen 1.2.15,
11989: created helper which fixes minor bugs in chm project files & htm tree.
11990: changed extension to .htm
11991:
11992: * src/doc/footer.htm 1.2:
11993: 2001,
11994:
11995: 2002-04-18 paf
11996: * src/classes/classes.h 1.18:
11997: * src/classes/hash.C 1.40:
11998: * src/types/pa_value.h 1.85:
11999: * src/types/pa_vbool.h 1.18:
12000: * src/types/pa_vcookie.h 1.16:
12001: * src/types/pa_vdate.h 1.10:
12002: * src/types/pa_vdouble.h 1.37:
12003: * src/types/pa_venv.h 1.21:
12004: * src/types/pa_vfile.h 1.42:
12005: * src/types/pa_vhash.h 1.33:
12006: * src/types/pa_vimage.h 1.25:
12007: * src/types/pa_vint.h 1.34:
12008: * src/types/pa_vjunction.h 1.13:
12009: * src/types/pa_vobject.h 1.18:
12010: * src/types/pa_vrequest.h 1.17:
12011: * src/types/pa_vresponse.h 1.22:
12012: * src/types/pa_vstateless_class.h 1.26:
12013: * src/types/pa_vstateless_object.h 1.17:
12014: * src/types/pa_vstatus.h 1.8:
12015: * src/types/pa_vstring.h 1.44:
12016: * src/types/pa_vtable.h 1.38:
12017: * src/types/pa_vvoid.h 1.9:
12018: * src/types/pa_vxdoc.h 1.21:
12019: * src/types/pa_vxnode.h 1.14:
12020: fclass_real lowered from VStateless_class to VObject
12021:
12022: * src/types/pa_value.C 1.1:
12023: forced to cut that from .h because of VStateless_class usage [
12024: undefined in .h]
12025:
12026: * src/classes/classes.h 1.17:
12027: * src/classes/date.C 1.27:
12028: * src/classes/double.C 1.47:
12029: * src/classes/file.C 1.80:
12030: * src/classes/form.C 1.23:
12031: * src/classes/hash.C 1.39:
12032: * src/classes/image.C 1.71:
12033: * src/classes/int.C 1.44:
12034: * src/classes/mail.C 1.63:
12035: * src/classes/math.C 1.18:
12036: * src/classes/op.C 1.91:
12037: * src/classes/response.C 1.19:
12038: * src/classes/string.C 1.103:
12039: * src/classes/table.C 1.151:
12040: * src/classes/void.C 1.19:
12041: * src/classes/xnode.C 1.44:
12042: * src/include/pa_globals.h 1.82:
12043: * src/include/pa_request.h 1.132:
12044: * src/main/execute.C 1.236:
12045: * src/main/pa_globals.C 1.122:
12046: * src/main/pa_request.C 1.201:
12047: * src/types/Makefile.am 1.21:
12048: * src/types/pa_value.h 1.84:
12049: * src/types/pa_vdouble.h 1.36:
12050: * src/types/pa_vform.C 1.55:
12051: * src/types/pa_vhash.h 1.32:
12052: * src/types/pa_vint.h 1.33:
12053: * src/types/pa_vmath.h 1.7:
12054: * src/types/pa_vmethod_frame.h 1.25:
12055: * src/types/pa_vstateless_class.h 1.24:
12056: * src/types/pa_wcontext.C 1.18:
12057: * src/types/pa_wcontext.h 1.32:
12058: * src/types/pa_wwrapper.h 1.18:
12059: * src/types/types.dsp 1.22:
1.24 paf 12060: * www/cgi-bin/parser3.log 1.36:
1.15 paf 12061: * www/htdocs/index.html 1.40:
12062: removed Value::fname
12063:
12064: * src/include/pa_opcode.h 1.18:
12065: * src/main/compile.tab.C 1.51:
12066: * src/main/compile.y 1.186:
12067: * src/main/compile_tools.C 1.49:
12068: * src/main/compile_tools.h 1.61:
12069: * src/main/execute.C 1.237:
12070: * src/main/pa_request.C 1.202:
12071: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 12072: * www/cgi-bin/parser3.log 1.37:
1.15 paf 12073: * www/htdocs/index.html 1.41:
12074: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
12075: stack [no more heap waste on each CALL]
12076:
12077: * src/types/pa_valiased.C 1.14:
12078: * src/types/pa_valiased.h 1.19:
12079: * src/types/pa_vclass.h 1.25:
12080: * src/types/pa_vobject.h 1.17:
12081: * src/types/pa_wcontext.C 1.19:
1.24 paf 12082: * www/cgi-bin/parser3.log 1.38:
1.15 paf 12083: * www/htdocs/index.html 1.42:
12084: VAliased get/set alias now virtual and implemented down in
12085: VClass, fclass_alias removed,
12086:
12087: * src/main/pa_request.C 1.203:
12088: * src/types/pa_valiased.h 1.20:
12089: * src/types/pa_vstateless_class.h 1.25:
12090: * src/types/pa_vstateless_object.h 1.16:
12091: * src/types/pa_vstring.h 1.43:
1.24 paf 12092: * www/cgi-bin/parser3.log 1.39:
1.15 paf 12093: * www/htdocs/index.html 1.43:
12094: VStateless_string_object speicalized light version of VStateless_object
12095:
12096: * src/types/Makefile.in 1.37:
12097: *** empty log message ***
12098:
12099: * src/doc/doxygen.cfg 1.20:
12100: .chi generation disabled
12101:
12102: * src/classes/classes.h 1.19:
12103: * src/classes/xdoc.C 1.92:
12104: * src/classes/xnode.C 1.45:
12105: * src/classes/xnode.h 1.11:
12106: * src/types/pa_vxdoc.C 1.13:
1.24 paf 12107: * www/cgi-bin/parser3.log 1.40:
12108: * www/cgi-bin/parser3.log 1.41:
1.15 paf 12109: * www/htdocs/index.html 1.44:
12110: * www/htdocs/index.html 1.45:
12111: xdoc(xnode) now fully - fields&methods
12112:
12113: * src/classes/op.C 1.92:
12114: ^throw comment param made optional
12115:
12116: 2002-04-17 paf
12117: * src/types/pa_vhash.h 1.31:
12118: vstring wrong parent fixed
12119:
12120: * src/classes/op.C 1.90:
12121: taint local result var bug fixed
12122:
12123: * src/doc/ClassExample1.dox 1.3:
12124: * src/doc/ClassExample2.dox 1.4:
12125: * src/doc/ClassExample3.dox 1.3:
12126: * src/doc/compiler.dox 1.3:
12127: * src/doc/module.dox 1.3:
12128: * src/doc/pooled.dox 1.3:
12129: * src/doc/string.dox 1.3:
12130: * src/doc/targets.dox 1.3:
12131: * src/include/pa_pool.h 1.79:
12132: * src/include/pa_types.h 1.40:
12133: dox updated to current state, PTHROW freshen to throw & co
12134:
12135: 2002-04-16 paf
12136: * src/classes/op.C 1.89:
12137: exception2vhash file now tainted
12138:
12139: * src/include/pa_opcode.h 1.17:
12140: * src/main/compile.tab.C 1.49:
12141: * src/main/compile.y 1.185:
12142: * src/main/execute.C 1.232:
12143: * src/targets/cgi/parser3.C 1.172:
1.24 paf 12144: * www/cgi-bin/parser3.log 1.30:
1.15 paf 12145: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
12146:
12147: * src/doc/postbuild.txt 1.2:
12148: * src/main/execute.C 1.234:
1.24 paf 12149: * www/cgi-bin/parser3.log 1.34:
1.15 paf 12150: * www/htdocs/index.html 1.37:
12151: result in @postprocess & @unhandled_exception now taken into
12152: account as in usual functions
12153:
12154: * src/doc/postbuild.txt 1.1:
12155: instructions on post .html build
12156:
12157: * asm.txt 1.2:
12158: * form.txt 1.2:
12159: * lang.txt 1.2:
12160: * sql.txt 1.2:
1.24 paf 12161: * www/cgi-bin/parser3.log 1.35:
1.15 paf 12162: removed outdated. see in Attic asm.txt as most interesting
12163:
12164: * src/classes/op.C 1.87:
1.24 paf 12165: * www/cgi-bin/parser3.log 1.28:
1.15 paf 12166: * www/htdocs/auto.p 1.8:
12167: extra check on empty file in origin in _execute
12168:
12169: * src/classes/date.C 1.26:
12170: * src/main/compile.tab.C 1.50:
12171: * src/targets/cgi/parser3.C 1.173:
1.24 paf 12172: * www/cgi-bin/parser3.log 1.31:
12173: * www/cgi-bin/parser3.log 1.32:
1.15 paf 12174: cheched date:create(days) param for validity [later were
12175: assumed valid and crashed on invalid onces]
12176:
12177: * src/classes/file.C 1.79:
12178: * src/main/pa_exec.C 1.35:
1.24 paf 12179: * www/cgi-bin/parser3.log 1.33:
1.15 paf 12180: * www/htdocs/index.html 1.36:
12181: stderr of execs mark as tainted
12182:
12183: * src/main/execute.C 1.235:
12184: * www/htdocs/index.html 1.38:
12185: $result in @main now taken into account as in usual functions
12186:
1.24 paf 12187: * src/classes/op.C 1.88:
12188: * www/cgi-bin/parser3.log 1.29:
12189: _process pseudo origin copied from local var to heap
12190:
1.23 paf 12191: * src/main/pa_request.C 1.199:
12192: uri in error log
12193:
1.15 paf 12194: * src/main/pa_request.C 1.200:
12195: * src/targets/isapi/parser3isapi.C 1.69:
12196: * www/htdocs/index.html 1.39:
12197: removed check, preventing content-length: 0 from appearing
12198:
12199: * src/doc/doxygen.cfg 1.19:
12200: * src/doc/html2chm.cmd 1.5:
12201: .chm file only now, no .chi
12202:
12203: 2002-04-15 paf
12204: * src/classes/image.C 1.70:
12205: * src/classes/op.C 1.83:
12206: * src/classes/op.C 1.84:
12207: * src/classes/string.C 1.101:
12208: * src/classes/table.C 1.149:
12209: * src/include/pa_request.h 1.129:
12210: * src/main/execute.C 1.228:
12211: * src/types/pa_value.h 1.81:
12212: * src/types/pa_vmethod_frame.h 1.24:
12213: * src/types/pa_wcontext.h 1.29:
1.24 paf 12214: * www/cgi-bin/parser3.log 1.25:
1.15 paf 12215: StringOrValue wcontext result, now ready for dual writes
12216:
1.24 paf 12217: * src/classes/file.C 1.78:
12218: * src/classes/op.C 1.86:
12219: * src/classes/table.C 1.150:
12220: * www/cgi-bin/parser3.log 1.26:
12221: finished dual write_xxx_lang functions
12222:
1.15 paf 12223: * src/main/execute.C 1.231:
12224: * src/types/pa_value.h 1.83:
1.24 paf 12225: * www/cgi-bin/parser3.log 1.27:
1.15 paf 12226: fixed name update
12227:
12228: * src/main/execute.C 1.229:
12229: CodeFrame soul fixed [mistakenly killed by prev changes]
12230:
12231: * src/classes/date.C 1.25:
12232: * src/classes/file.C 1.76:
12233: * src/classes/mail.C 1.62:
12234: * src/classes/string.C 1.102:
12235: * src/classes/xnode.C 1.43:
12236: * src/include/pa_request.h 1.130:
12237: * src/types/pa_value.h 1.82:
12238: * src/types/pa_wcontext.h 1.30:
12239: removed absolutely unnecessary VString shells
12240:
12241: * src/classes/op.C 1.82:
12242: * src/include/pa_globals.h 1.81:
12243: * src/include/pa_opcode.h 1.16:
12244: * src/include/pa_request.h 1.128:
12245: * src/main/compile.tab.C 1.47:
12246: * src/main/compile.y 1.183:
12247: * src/main/compile_tools.C 1.47:
12248: * src/main/compile_tools.h 1.59:
12249: * src/main/execute.C 1.226:
12250: * src/main/pa_globals.C 1.121:
12251: * src/main/pa_request.C 1.198:
12252: * src/targets/cgi/parser3.C 1.170:
1.24 paf 12253: * www/cgi-bin/parser3.log 1.24:
1.15 paf 12254: * www/htdocs/index.html 1.35:
12255: switch in hash constructor fixed [were problems with using of
12256: stacked wwrapper after it's death]
12257:
12258: * src/classes/file.C 1.77:
12259: * src/classes/hash.C 1.38:
12260: * src/classes/op.C 1.85:
12261: * src/include/pa_request.h 1.131:
12262: * src/main/execute.C 1.230:
12263: * src/types/pa_wcontext.h 1.31:
12264: started dual write_xxx_lang functions, if checked & works
12265:
12266: * src/targets/cgi/parser3.C 1.171:
12267: ctime sometimes can be just "", checked that
12268:
12269: * src/main/compile.tab.C 1.48:
12270: * src/main/compile.y 1.184:
12271: * src/main/compile_tools.C 1.48:
12272: * src/main/compile_tools.h 1.60:
12273: * src/main/execute.C 1.227:
12274: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
12275: changed to OP_WRITE_VALUE
12276: in var get cases
12277:
12278: 2002-04-12 paf
12279: * operators.txt 1.33:
12280: * src/classes/table.C 1.148:
1.24 paf 12281: * www/cgi-bin/parser3.log 1.23:
1.15 paf 12282: * www/htdocs/index.html 1.34:
12283: table.select(expression) 0
12284:
12285: 2002-04-11 paf
12286: * src/classes/string.C 1.100:
12287: * src/include/pa_request.h 1.127:
12288: * src/main/execute.C 1.225:
12289: Request::process_internal codeFrame & wwrapper stacked [not
12290: wasting heap anymore]
12291:
12292: 2002-04-10 paf
12293: * src/include/pa_string.h 1.135:
12294: * src/main/pa_string.C 1.151:
12295: * src/main/untaint.C 1.101:
1.24 paf 12296: * www/cgi-bin/parser3.log 1.22:
1.15 paf 12297: * www/htdocs/index.html 1.33:
12298: killed 8 bytes from String.head
12299:
12300: * src/classes/double.C 1.46:
12301: * src/classes/file.C 1.75:
12302: * src/classes/hash.C 1.37:
12303: * src/classes/image.C 1.69:
12304: * src/classes/int.C 1.43:
12305: * src/classes/math.C 1.17:
12306: * src/classes/op.C 1.81:
12307: * src/classes/string.C 1.99:
12308: * src/classes/table.C 1.147:
12309: * src/classes/void.C 1.18:
12310: * src/classes/xdoc.C 1.91:
12311: * src/include/pa_request.h 1.126:
12312: * src/main/execute.C 1.224:
12313: * src/main/pa_string.C 1.152:
12314: killed Request::process() wrapping VString(String) in case we
12315: need only String
12316:
12317: 2002-04-09 paf
12318: * src/main/pa_common.C 1.108:
12319: * src/targets/cgi/parser3.C 1.168:
12320: * src/types/pa_vdouble.h 1.35:
12321: * src/types/pa_vint.h 1.32:
12322: int/double get_string now not pool.malloc(MAX_NUMBER) but
12323: really neaded
12324:
12325: * etc/Makefile.in 1.6:
12326: * etc/parser3.charsets/Makefile.in 1.8:
12327: * src/classes/Makefile.in 1.44:
12328: * src/sql/Makefile.in 1.4:
12329: * src/targets/Makefile.in 1.35:
12330: * src/targets/apache13/Makefile.in 1.33:
12331: * src/targets/cgi/Makefile.in 1.46:
12332: * src/targets/isapi/Makefile.in 1.4:
12333: * src/types/Makefile.in 1.36:
12334: makse
12335:
12336: * operators.txt 1.31:
12337: * src/classes/double.C 1.45:
12338: * src/classes/int.C 1.42:
12339: * www/htdocs/global.xsl 1.5:
12340: int/double.int/double(default)
12341:
12342: * src/main/compile.tab.C 1.46:
12343: * src/targets/cgi/parser3.C 1.169:
12344: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 12345: * www/cgi-bin/parser3.log 1.21:
1.15 paf 12346: removed
12347: {
12348: char *a;
12349: {
12350: /*sub local*/char b[...];
12351: a=b;
12352: situations
12353:
12354: * src/classes/xdoc.C 1.89:
1.24 paf 12355: * www/cgi-bin/parser3.log 1.19:
1.15 paf 12356: * www/htdocs/global.xsl 1.6:
12357: * www/htdocs/index.html 1.32:
12358: xslt params fixed
12359:
12360: * operators.txt 1.32:
12361: * src/classes/xdoc.C 1.90:
1.24 paf 12362: * www/cgi-bin/parser3.log 1.20:
1.15 paf 12363: xslt params made literal
12364:
12365: 2002-04-04 paf
12366: * src/include/pa_string.h 1.134:
12367: * src/main/pa_string.C 1.150:
1.24 paf 12368: * www/cgi-bin/parser3.log 1.18:
1.15 paf 12369: * www/htdocs/index.html 1.31:
12370: fixed string.replace [when reconstructing pieces were split by
12371: max_integral(piece.size), thus some strings to replace happen
12372: to be split into two = not replaced)
12373:
12374: * src/targets/cgi/parser3.C 1.166:
12375: * src/targets/cgi/parser3.C 1.167:
12376: * src/targets/cgi/parser3.dsp 1.44:
12377: * src/targets/cgi/parser3.dsp 1.45:
12378: document root in standalone version = current dir
12379:
12380: 2002-04-03 paf
12381: * INSTALL 1.18:
12382: * Makefile.in 1.10:
12383: * configure 1.17:
12384: * configure.in 1.19:
12385: * etc/Makefile.in 1.5:
12386: * etc/parser3.charsets/Makefile.in 1.7:
12387: * src/Makefile.in 1.46:
12388: * src/include/Makefile.in 1.4:
12389: * src/main/Makefile.in 1.40:
12390: root config configure options
12391:
12392: * configure 1.18:
12393: * configure.in 1.20:
12394: more checks on nonexistent charset
12395:
12396: 2002-04-02 paf
12397: * src/main/compile.C 1.63:
12398: parser.compile [exception name more like in doc]
12399:
12400: 2002-04-01 paf
12401: * src/classes/mail.C 1.61:
12402: * src/include/pa_string.h 1.133:
12403: * src/main/untaint.C 1.100:
12404: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 12405: * www/cgi-bin/parser3.log 1.17:
1.15 paf 12406: mail subject encoding taken from .content-type.charset, not .charset
12407:
12408: 2002-03-29 paf
12409: * operators.txt 1.30:
12410: * src/classes/date.C 1.24:
1.24 paf 12411: * www/cgi-bin/parser3.log 1.16:
1.15 paf 12412: * www/htdocs/index.html 1.30:
12413: ^date::create now may not supply day, default 1.
12414: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
12415:
12416: * etc/parser3.charsets/koi8-r.cfg 1.2:
12417: koi8-r += ukranian letters
12418:
12419: 2002-03-28 paf
12420: * operators.txt 1.29:
12421: * src/classes/date.C 1.23:
12422: * src/classes/op.C 1.79:
12423: * src/include/pa_globals.h 1.80:
12424: * src/include/pa_hash.h 1.55:
12425: * src/main/pa_globals.C 1.120:
12426: * src/types/pa_vdate.h 1.9:
12427: * www/htdocs/index.html 1.29:
12428: ^cache[file][date]{
12429: ^cache(seconds)
12430: ^cache[date]
12431: }
12432:
12433: * src/classes/xdoc.C 1.88:
12434: * src/classes/xnode.C 1.42:
12435: * src/classes/xnode.h 1.10:
12436: removed redundant pool param
12437:
12438: 2002-03-27 paf
12439: * operators.txt 1.27:
12440: * src/classes/op.C 1.77:
12441: * src/include/pa_config_fixed.h 1.42:
12442: * src/include/pa_request.h 1.124:
12443: * src/main/execute.C 1.222:
12444: * src/main/pa_request.C 1.196:
1.24 paf 12445: * www/cgi-bin/parser3.log 1.14:
1.15 paf 12446: decided agains resetting exception_trace, just changed name
12447:
12448: * operators.txt 1.28:
12449: * src/classes/date.C 1.22:
12450: * src/classes/double.C 1.44:
12451: * src/classes/file.C 1.74:
12452: * src/classes/form.C 1.22:
12453: * src/classes/hash.C 1.36:
12454: * src/classes/image.C 1.68:
12455: * src/classes/int.C 1.41:
12456: * src/classes/mail.C 1.60:
12457: * src/classes/math.C 1.16:
12458: * src/classes/op.C 1.78:
12459: * src/classes/string.C 1.98:
12460: * src/classes/table.C 1.146:
12461: * src/classes/void.C 1.17:
12462: * src/classes/xdoc.C 1.87:
12463: * src/classes/xnode.C 1.41:
12464: * src/include/pa_exception.h 1.33:
12465: * src/include/pa_request.h 1.125:
12466: * src/include/pa_stylesheet_connection.h 1.28:
12467: * src/main/compile.C 1.62:
12468: * src/main/compile_tools.C 1.46:
12469: * src/main/execute.C 1.223:
12470: * src/main/pa_array.C 1.48:
12471: * src/main/pa_charset.C 1.23:
12472: * src/main/pa_charsets.C 1.8:
12473: * src/main/pa_common.C 1.106:
12474: * src/main/pa_dictionary.C 1.14:
12475: * src/main/pa_exception.C 1.40:
12476: * src/main/pa_exec.C 1.34:
12477: * src/main/pa_pool.C 1.52:
12478: * src/main/pa_request.C 1.197:
12479: * src/main/pa_socks.C 1.14:
12480: * src/main/pa_sql_driver_manager.C 1.62:
12481: * src/main/pa_string.C 1.149:
12482: * src/main/pa_table.C 1.45:
12483: * src/main/untaint.C 1.99:
12484: * src/targets/apache13/mod_parser3.C 1.19:
12485: * src/targets/cgi/parser3.C 1.165:
12486: * src/targets/isapi/parser3isapi.C 1.67:
12487: * src/types/pa_value.h 1.80:
12488: * src/types/pa_vcookie.C 1.43:
12489: * src/types/pa_vfile.h 1.41:
12490: * src/types/pa_vform.C 1.54:
12491: * src/types/pa_vhash.h 1.30:
12492: * src/types/pa_vmethod_frame.h 1.23:
12493: * src/types/pa_vstatus.C 1.7:
12494: * src/types/pa_vtable.C 1.13:
12495: * src/types/pa_vxdoc.h 1.20:
12496: * src/types/pa_vxnode.h 1.13:
12497: * src/types/pa_wcontext.C 1.17:
12498: * src/types/pa_wwrapper.h 1.17:
1.24 paf 12499: * www/cgi-bin/parser3.log 1.15:
1.15 paf 12500: * www/htdocs/index.html 1.28:
12501: assigned exception types
12502:
12503: 2002-03-26 paf
12504: * operators.txt 1.24:
12505: * src/classes/date.C 1.20:
12506: * www/htdocs/index.html 1.25:
12507: fixed date roll on daylightsaving days
12508: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
12509:
12510: * src/classes/op.C 1.76:
12511: * www/htdocs/index.html 1.27:
12512: forced language of $source field of exception to 'tainted',
12513: so that sql-langed-frags could be outputed outside of connect
12514:
12515: * src/include/pa_common.h 1.76:
12516: * src/main/pa_exec.C 1.33:
12517: windows exec chdir fixed
12518:
12519: * operators.txt 1.25:
12520: * src/classes/date.C 1.21:
12521: * www/htdocs/index.html 1.26:
12522: removed date.roll limit of +-1 offset
12523:
12524: 2002-03-25 paf
12525: * INSTALL 1.13:
12526: comment on --disable-link-stdcpp
12527:
12528: * INSTALL 1.12:
12529: * configure 1.15:
12530: * configure.in 1.17:
12531: * src/targets/cgi/Makefile.am 1.33:
12532: * src/targets/cgi/Makefile.in 1.44:
12533: libstdc++ link skipping configure option
12534:
12535: * src/classes/file.C 1.73:
12536: * src/classes/mail.C 1.56:
12537: * src/include/pa_exec.h 1.8:
12538: * src/main/pa_exec.C 1.32:
12539: f(!forced_allow)
12540: to allow
12541: --with-sendmail to work with any/both
12542: --disable-foreign-group-files --disable-execs
12543:
12544: * src/classes/op.C 1.75:
12545: * src/include/pa_sql_connection.h 1.24:
12546: sql connection with error were put to cache with '
12547: marked_to_rollback' flag, all consequent even OK requests
12548: rolled back
12549:
12550: * INSTALL 1.16:
12551: "--with=sendmail=COMMAND"
12552: comment
12553:
12554: * INSTALL 1.15:
12555: * configure 1.16:
12556: * configure.in 1.18:
12557: * src/classes/mail.C 1.55:
12558: * src/include/pa_config_auto.h.in 1.24:
12559: * src/main/pa_exec.C 1.31:
12560: * src/targets/cgi/Makefile.am 1.34:
12561: * src/targets/cgi/Makefile.in 1.45:
12562: --disable-foreign-group-files now disables execs also.
12563: introducing --sendmail
12564:
12565: * INSTALL 1.14:
12566: * INSTALL 1.17:
12567: * src/classes/mail.C 1.57:
12568: * src/classes/mail.C 1.58:
12569: *** empty log message ***
12570:
12571: * operators.txt 1.22:
12572: pgsql options comment
12573:
12574: * operators.txt 1.23:
12575: * src/targets/cgi/parser3.C 1.164:
12576: http_site_config_filespec
12577:
12578: 2002-03-22 paf
12579: * operators.txt 1.21:
12580: few comments on sets
12581:
12582: * src/main/pa_exec.C 1.30:
12583: createprocess nowindow flag
12584: check on readfile false return
12585:
12586: 2002-03-18 paf
12587: * src/main/pa_charset.C 1.22:
12588: * src/targets/isapi/pa_threads.C 1.10:
12589: * src/types/pa_vdouble.h 1.34:
12590: removed some tested @tests
12591:
12592: * operators.txt 1.20:
12593: * src/classes/op.C 1.74:
12594: * src/include/pa_exception.h 1.32:
12595: * src/include/pa_globals.h 1.79:
12596: * src/include/pa_request.h 1.123:
12597: * src/include/pa_stack.h 1.14:
12598: * src/main/pa_globals.C 1.119:
12599: * src/main/pa_request.C 1.195:
1.24 paf 12600: * www/cgi-bin/parser3.log 1.12:
12601: * www/cgi-bin/parser3.log 1.13:
1.15 paf 12602: * www/htdocs/index.html 1.22:
12603: * www/htdocs/index.html 1.23:
12604: introducing ^try
12605:
12606: 2002-03-15 paf
12607: * operators.txt 1.19:
12608: * src/classes/table.C 1.145:
12609: * www/htdocs/index.html 1.21:
12610: ^table.locate(logical expr)
12611:
12612: 2002-03-13 paf
12613: * src/main/pa_exception.C 1.39:
12614: checked not-pooled malloc
12615:
12616: 2002-03-11 paf
12617: * src/types/pa_vfile.C 1.29:
12618: $file.text now 0A linebreaks,
12619: file::exec/cgi linebreaks "0D0A" changed to 0A onces
12620:
12621: * INSTALL 1.10:
12622: * configure 1.13:
12623: * configure.in 1.15:
12624: * src/include/pa_config_auto.h.in 1.22:
12625: * src/include/pa_config_fixed.h 1.40:
12626: * src/main/pa_exec.C 1.28:
12627: * src/main/pa_exec.C 1.29:
12628: * www/htdocs/index.html 1.18:
12629: * www/htdocs/index.html 1.19:
12630: * www/htdocs/index.html 1.20:
12631: --disable-execs
12632:
12633: * INSTALL 1.11:
12634: * configure 1.14:
12635: * configure.in 1.16:
12636: * src/include/pa_config_auto.h.in 1.23:
12637: * src/main/pa_common.C 1.105:
12638: --disable-foreign-group-files
12639:
12640: 2002-03-05 paf
12641: * src/targets/isapi/parser3isapi.C 1.66:
12642: * src/targets/isapi/parser3isapi.dsp 1.32:
12643: iis5 now requires headers to be terminated with \r\n manually [
12644: refuses to separate header/body itself]
12645:
12646: * operators.txt 1.17:
12647: * operators.txt 1.18:
12648: * src/classes/date.C 1.18:
12649: * src/classes/date.C 1.19:
12650: date week calendar columns named
12651:
12652: * src/main/pa_globals.C 1.118:
12653: * src/targets/cgi/parser3.C 1.163:
12654: * src/targets/isapi/parser3isapi.C 1.65:
12655: * www/htdocs/index.html 1.17:
12656: isapi site config beside .dll
12657:
12658: 2002-03-04 paf
12659: * src/targets/isapi/pa_threads.C 1.9:
12660: * src/targets/isapi/parser3isapi.C 1.64:
12661: * src/targets/isapi/parser3isapi.dsp 1.31:
12662: isapi updated
12663:
12664: * src/classes/op.C 1.73:
12665: * src/types/pa_vfile.C 1.28:
1.24 paf 12666: * www/cgi-bin/parser3.log 1.11:
1.15 paf 12667: * www/htdocs/index.html 1.16:
12668: process body now evaluated in PASS language
12669:
12670: * src/classes/op.C 1.72:
12671: * src/include/pa_string.h 1.132:
12672: * src/main/pa_string.C 1.148:
12673: string deserialize checks on broken file
12674:
12675: 2002-03-01 paf
12676: * src/main/pa_exec.C 1.27:
12677: execle -> execve, now argc OK
12678:
12679: 2002-02-28 paf
12680: * src/main/pa_string.C 1.147:
12681: origin by first piece preferred before last piece
12682:
12683: * src/main/pa_charsets.C 1.7:
12684: when placing charset to cache using global name now [were
12685: request]
12686:
12687: * configure 1.12:
12688: * configure.in 1.14:
12689: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
12690: * src/targets/apache13/mod_parser3.C 1.18:
12691: * src/targets/apache13/p3runConfigure.in 1.9:
12692: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 12693: * www/cgi-bin/parser3.log 1.10:
1.15 paf 12694: * www/htdocs/auto.p 1.7:
12695: apache module updated
12696:
12697: * src/main/untaint.C 1.98:
12698: removed some debug comments
12699:
12700: 2002-02-27 paf
12701: * src/main/pa_charset.C 1.21:
12702: size_t
12703:
12704: * INSTALL 1.9:
12705: shared/static-xml
12706: with-pathlink
12707:
12708: * operators.txt 1.15:
12709: * operators.txt 1.16:
12710: SMTP comment
12711:
12712: 2002-02-26 paf
12713: * src/classes/xnode.C 1.40:
1.24 paf 12714: * www/cgi-bin/parser3.log 1.9:
1.15 paf 12715: * www/htdocs/auto.p 1.6:
12716: * www/htdocs/global.xsl 1.4:
12717: * www/htdocs/index.html 1.15:
12718: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
12719: checked that
12720:
12721: * src/main/pa_exec.C 1.26:
12722: more precise names for vars, cosmetic
12723:
12724: 2002-02-22 paf
12725: * operators.txt 1.14:
12726: * src/types/pa_vcookie.C 1.41:
12727: * src/types/pa_vcookie.C 1.42:
1.24 paf 12728: * www/cgi-bin/parser3.log 1.5:
1.15 paf 12729: cookie "expires=0" = "session"
12730:
12731: * src/include/pa_string.h 1.131:
12732: * src/main/pa_string.C 1.144:
12733: * src/main/pa_string.C 1.145:
12734: * src/main/pa_string.C 1.146:
1.24 paf 12735: * www/cgi-bin/parser3.log 1.6:
12736: * www/cgi-bin/parser3.log 1.7:
12737: * www/cgi-bin/parser3.log 1.8:
1.15 paf 12738: * www/htdocs/auto.p 1.5:
12739: * www/htdocs/index.html 1.14:
12740: string iterators fixed again, so were String::join_chain
12741:
12742: * configure 1.11:
12743: * configure.in 1.13:
12744: glib###.a detection fixed
12745:
12746: * Makefile.in 1.7:
12747: * configure 1.9:
12748: * configure.in 1.11:
12749: * etc/Makefile.in 1.4:
12750: * etc/parser3.charsets/Makefile.in 1.6:
12751: * src/Makefile.in 1.45:
12752: * src/classes/Makefile.am 1.38:
12753: * src/classes/Makefile.in 1.43:
12754: * src/classes/hashfile.C 1.23:
12755: * src/include/Makefile.am 1.2:
12756: * src/include/Makefile.in 1.3:
12757: * src/include/pa_config_auto.h.in 1.20:
12758: * src/include/pa_db_connection.h 1.22:
12759: * src/include/pa_db_manager.h 1.15:
12760: * src/include/pa_db_table.h 1.16:
12761: * src/main/Makefile.am 1.31:
12762: * src/main/Makefile.in 1.39:
12763: * src/main/pa_db_connection.C 1.38:
12764: * src/main/pa_db_manager.C 1.23:
12765: * src/main/pa_db_table.C 1.21:
12766: * src/main/pa_globals.C 1.117:
12767: * src/sql/Makefile.in 1.3:
12768: * src/targets/Makefile.in 1.34:
12769: * src/targets/apache13/Makefile.in 1.32:
12770: * src/targets/apache13/p3runConfigure.in 1.8:
12771: * src/targets/cgi/Makefile.am 1.32:
12772: * src/targets/cgi/Makefile.in 1.43:
12773: * src/targets/isapi/Makefile.in 1.3:
12774: * src/types/Makefile.am 1.20:
12775: * src/types/Makefile.in 1.35:
12776: * src/types/pa_vhashfile.C 1.21:
12777: * src/types/pa_vhashfile.h 1.16:
12778: removed hashfile support for now
12779:
12780: * acconfig.h 1.1:
12781: acconfig move in cvs[from src/libltdl to /]
12782:
12783: * etc/parser3.charsets/windows-1251.cfg 1.2:
12784: °
12785:
12786: * Makefile.am 1.4:
12787: * Makefile.in 1.9:
12788: make update
12789:
12790: * INSTALL 1.7:
12791: hashfile removed from INSTALL
12792:
12793: * Makefile.in 1.8:
12794: * configure 1.10:
12795: * configure.in 1.12:
12796: * src/include/pa_config_auto.h.in 1.21:
12797: --with-shared-xml
12798: --with-static-xml
12799:
12800: * INSTALL 1.8:
12801: without-zlib comment
12802:
12803: * operators.txt 1.13:
12804: * src/classes/classes.dsp 1.16:
12805: * src/main/main.dsp 1.148:
12806: * src/types/types.dsp 1.20:
12807: removed hashfile support from sources for now
12808:
12809: * src/classes/classes.dsp 1.17:
12810: * src/main/compile.tab.C 1.45:
12811: * src/main/main.dsp 1.149:
12812: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
12813: * src/targets/cgi/parser3.dsp 1.43:
12814: * src/targets/isapi/parser3isapi.dsp 1.30:
12815: * src/types/types.dsp 1.21:
12816: *.dsp: removed refereces to win32db & ancient xalan&xml
12817:
12818: 2002-02-21 paf
12819: * Makefile.am 1.3:
12820: * Makefile.in 1.6:
12821: make cvsupdate
12822:
12823: * src/main/untaint.C 1.97:
1.24 paf 12824: * www/cgi-bin/parser3.log 1.4:
1.15 paf 12825: removed debug code, activated commented-for debug parts
12826:
12827: * src/include/pa_string.h 1.130:
12828: * src/include/pa_types.h 1.39:
12829: * src/main/pa_string.C 1.143:
12830: * src/main/untaint.C 1.96:
1.24 paf 12831: * www/cgi-bin/parser3.log 1.3:
1.15 paf 12832: STRING_*FOREACH_ROW
12833: changed to stop at append_row, not at link zero
12834: now string to string appending works
12835:
12836: 2002-02-20 paf
12837: * src/include/pa_string.h 1.129:
12838: * src/main/execute.C 1.221:
12839: * src/main/untaint.C 1.95:
12840: * src/targets/cgi/pa_pool.C 1.38:
12841: * src/targets/cgi/parser3.C 1.162:
12842: * www/htdocs/index.html 1.13:
12843: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
12844:
12845: * src/include/pa_string.h 1.128:
12846: * src/main/pa_string.C 1.142:
12847: * src/main/untaint.C 1.94:
1.24 paf 12848: * www/cgi-bin/parser3.log 1.2:
1.15 paf 12849: economy: 22%
12850:
12851: * operators.txt 1.12:
12852: * src/include/pa_common.h 1.75:
12853: * src/include/pa_config_fixed.h 1.39:
12854: * src/include/pa_string.h 1.125:
12855: * src/include/pa_types.h 1.38:
12856: * src/main/compile.tab.C 1.44:
12857: * src/main/execute.C 1.220:
12858: * src/main/pa_string.C 1.139:
12859: * src/main/untaint.C 1.91:
12860: * src/targets/cgi/pa_pool.C 1.37:
12861: * src/targets/cgi/parser3.C 1.160:
12862: * www/htdocs/auto.p 1.4:
12863: * www/htdocs/global.xsl 1.3:
12864: * www/htdocs/index.html 1.11:
12865: strign to string append optimiziation idea and estimates
12866:
12867: * src/include/pa_string.h 1.126:
12868: * src/include/pa_stylesheet_connection.h 1.27:
12869: * src/main/pa_db_manager.C 1.22:
12870: * src/main/pa_dictionary.C 1.13:
12871: * src/main/pa_string.C 1.140:
12872: * src/main/untaint.C 1.92:
12873: * src/targets/cgi/parser3.C 1.161:
12874: * src/types/pa_vcookie.C 1.40:
12875: * src/types/pa_vstring.h 1.42:
12876: * www/htdocs/index.html 1.12:
12877: speed uptimized: string::is_empty
12878:
12879: * src/include/pa_string.h 1.127:
12880: * src/main/pa_string.C 1.141:
12881: * src/main/untaint.C 1.93:
1.24 paf 12882: * www/cgi-bin/parser3.log 1.1:
1.15 paf 12883: space uptimized: string::link_row removed
12884:
12885: 2002-02-19 paf
12886: * src/classes/xdoc.C 1.86:
12887: * src/classes/xnode.C 1.39:
12888: getElementsByTagName and *NS moved to node [element]
12889:
12890: * src/classes/math.C 1.15:
12891: not used directly [but erroreously reported that 'is', thus
12892: registering twice&other probs]
12893:
12894: * src/main/compile.C 1.59:
12895: * src/main/compile.C 1.60:
12896: without string_origins not worked
12897:
12898: * src/main/compile.C 1.61:
12899: without string_origins parse error file+line+col possible
12900:
12901: 2002-02-18 paf
12902: * src/types/pa_vdouble.h 1.33:
12903: since we have in_expression
12904: removed that trick i've installed into double::as_string
12905:
12906: * INSTALL 1.6:
12907: local install comment
12908:
12909: * src/main/compile.tab.C 1.41:
12910: * src/main/compile.y 1.181:
12911: * www/htdocs/global.xsl 1.2:
12912: * www/htdocs/index.html 1.7:
12913: integer division stops name
12914:
12915: * Makefile.in 1.4:
12916: * acinclude.m4 1.2:
12917: * aclocal.m4 1.2:
12918: * configure 1.8:
12919: * configure.in 1.10:
12920: * etc/Makefile.in 1.3:
12921: * etc/parser3.charsets/Makefile.in 1.5:
12922: * src/Makefile.in 1.44:
12923: * src/classes/Makefile.in 1.42:
12924: * src/include/Makefile.in 1.2:
12925: * src/include/pa_config_auto.h.in 1.19:
12926: * src/include/pa_config_includes.h 1.19:
12927: * src/main/Makefile.in 1.38:
12928: * src/sql/Makefile.in 1.2:
12929: * src/targets/Makefile.in 1.33:
12930: * src/targets/apache13/Makefile.in 1.31:
12931: * src/targets/apache13/p3runConfigure.in 1.7:
12932: * src/targets/cgi/Makefile.am 1.30:
12933: * src/targets/cgi/Makefile.in 1.41:
12934: * src/targets/cgi/parser3.C 1.157:
12935: * src/targets/isapi/Makefile.in 1.2:
12936: * src/types/Makefile.in 1.34:
12937: removed libtool usage from build mech
12938:
1.24 paf 12939: * src/classes/math.C 1.14:
12940: * www/htdocs/index.html 1.8:
12941: math:random range check fixed
12942:
1.15 paf 12943: * operators.txt 1.10:
12944: * src/classes/date.C 1.17:
12945: date::create [were date::set, with backward comp
12946:
12947: * src/main/compile.tab.C 1.42:
12948: bison env set so one could compile without cygwin installed
12949:
12950: * src/targets/cgi/Makefile.am 1.31:
12951: * src/targets/cgi/Makefile.in 1.42:
12952: * src/targets/cgi/parser3.C 1.158:
12953: *** empty log message ***
12954:
12955: * src/main/pa_globals.C 1.116:
12956: extern "C" was removed too fast
12957:
12958: * Makefile.in 1.5:
12959: * ltconfig 1.2:
12960: * ltmain.sh 1.2:
12961: removed libtool subpart files
12962:
12963: * src/main/main.dsp 1.147:
12964: * src/main/pa_globals.C 1.115:
12965: removed unneded
12966: #ifdef __cplusplus
12967: }
12968: #endif
12969:
12970: * src/include/pa_opcode.h 1.15:
12971: * src/include/pa_request.h 1.122:
12972: * src/main/compile.tab.C 1.43:
12973: * src/main/compile.y 1.182:
12974: * src/main/execute.C 1.219:
12975: * src/types/pa_wcontext.h 1.28:
12976: * www/htdocs/index.html 1.10:
12977: * www/htdocs/index.html 1.9:
12978: in_expression
12979: aimed to solve old problem with string/nonstring values,
12980: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
12981:
12982: * operators.txt 1.11:
12983: * src/targets/cgi/parser3.C 1.159:
12984: PARSER_ROOT_CONFIG
12985:
12986: * src/classes/classes.dsp 1.15:
12987: * src/main/main.dsp 1.146:
12988: * src/main/pa_globals.C 1.114:
12989: * src/targets/cgi/parser3.dsp 1.42:
12990: * src/types/types.dsp 1.19:
12991: win32xml now contains gnome xml libs
12992: parser .dsp-s changed accordingly
12993:
12994: * operators.txt 1.9:
12995: \ comment
12996:
12997: 2002-02-13 paf
12998: * INSTALL 1.5:
12999: * configure 1.7:
13000: * configure.in 1.9:
13001: * src/targets/cgi/Makefile.am 1.29:
13002: * src/targets/cgi/Makefile.in 1.40:
13003: --with-glib-config
13004: CXXLINK=$(CC) for targets/cgi/parser3
13005:
13006: * src/include/pa_config_includes.h 1.18:
13007: sys/time time both included now.
13008: vaguely remember confilicts on this on some system [not on six|ablv]
13009: so when would see them again would think up proper check
13010:
13011: * etc/parser3.charsets/windows-1257.cfg 1.1:
13012: * src/targets/cgi/parser3.C 1.156:
13013: baltic charset file generated, in generation script ispunct
13014: check added
13015:
13016: * src/main/pa_common.C 1.103:
13017: strnchr: sanity check added
13018:
13019: * src/main/pa_common.C 1.104:
13020: truncation never occured when writing files on unix [since i've changed cache mech]
13021: fix
13022:
13023: * etc/parser3.charsets/windows-1257.cfg 1.2:
13024: id added
13025:
13026: 2002-02-08 paf
13027: * src/classes/classes.C 1.14:
13028: * src/classes/classes.h 1.15:
13029: * src/classes/date.C 1.15:
13030: * src/classes/double.C 1.42:
13031: * src/classes/file.C 1.71:
13032: * src/classes/form.C 1.20:
13033: * src/classes/hash.C 1.34:
13034: * src/classes/hashfile.C 1.21:
13035: * src/classes/image.C 1.65:
13036: * src/classes/int.C 1.39:
13037: * src/classes/mail.C 1.53:
13038: * src/classes/math.C 1.12:
13039: * src/classes/op.C 1.70:
13040: * src/classes/response.C 1.17:
13041: * src/classes/string.C 1.96:
13042: * src/classes/table.C 1.143:
13043: * src/classes/void.C 1.15:
13044: * src/classes/xdoc.C 1.84:
13045: * src/classes/xnode.C 1.37:
13046: * src/classes/xnode.h 1.8:
13047: * src/include/pa_array.h 1.52:
13048: * src/include/pa_cache_managers.h 1.5:
13049: * src/include/pa_charset.h 1.13:
13050: * src/include/pa_charsets.h 1.4:
13051: * src/include/pa_common.h 1.73:
13052: * src/include/pa_config_fixed.h 1.37:
13053: * src/include/pa_config_includes.h 1.16:
13054: * src/include/pa_db_connection.h 1.20:
13055: * src/include/pa_db_manager.h 1.13:
13056: * src/include/pa_db_table.h 1.14:
13057: * src/include/pa_dictionary.h 1.9:
13058: * src/include/pa_dir.h 1.9:
13059: * src/include/pa_exception.h 1.30:
13060: * src/include/pa_exec.h 1.6:
13061: * src/include/pa_globals.h 1.77:
13062: * src/include/pa_hash.h 1.53:
13063: * src/include/pa_opcode.h 1.13:
13064: * src/include/pa_pool.h 1.77:
13065: * src/include/pa_pragma_pack_begin.h 1.3:
13066: * src/include/pa_pragma_pack_end.h 1.3:
13067: * src/include/pa_request.h 1.120:
13068: * src/include/pa_sapi.h 1.17:
13069: * src/include/pa_socks.h 1.7:
13070: * src/include/pa_sql_connection.h 1.22:
13071: * src/include/pa_sql_driver_manager.h 1.22:
13072: * src/include/pa_stack.h 1.12:
13073: * src/include/pa_string.h 1.123:
13074: * src/include/pa_stylesheet_connection.h 1.25:
13075: * src/include/pa_stylesheet_manager.h 1.11:
13076: * src/include/pa_table.h 1.40:
13077: * src/include/pa_threads.h 1.22:
13078: * src/include/pa_types.h 1.36:
13079: * src/main/compile.C 1.57:
13080: * src/main/compile.tab.C 1.40:
13081: * src/main/compile_tools.C 1.44:
13082: * src/main/compile_tools.h 1.57:
13083: * src/main/execute.C 1.217:
13084: * src/main/pa_array.C 1.46:
13085: * src/main/pa_cache_managers.C 1.3:
13086: * src/main/pa_charset.C 1.19:
13087: * src/main/pa_charsets.C 1.5:
13088: * src/main/pa_common.C 1.100:
13089: * src/main/pa_db_connection.C 1.36:
13090: * src/main/pa_db_manager.C 1.20:
13091: * src/main/pa_db_table.C 1.19:
13092: * src/main/pa_dictionary.C 1.11:
13093: * src/main/pa_dir.C 1.10:
13094: * src/main/pa_exception.C 1.37:
13095: * src/main/pa_exec.C 1.24:
13096: * src/main/pa_globals.C 1.112:
13097: * src/main/pa_hash.C 1.49:
13098: * src/main/pa_pool.C 1.50:
13099: * src/main/pa_request.C 1.193:
13100: * src/main/pa_socks.C 1.12:
13101: * src/main/pa_sql_driver_manager.C 1.60:
13102: * src/main/pa_status_provider.C 1.3:
13103: * src/main/pa_string.C 1.137:
13104: * src/main/pa_stylesheet_manager.C 1.12:
13105: * src/main/pa_table.C 1.43:
13106: * src/main/untaint.C 1.88:
13107: * src/sql/pa_sql_driver.h 1.25:
13108: * src/targets/apache13/mod_parser3.C 1.16:
13109: * src/targets/apache13/pa_pool.C 1.4:
13110: * src/targets/apache13/pa_threads.C 1.6:
13111: * src/targets/cgi/pa_pool.C 1.35:
13112: * src/targets/cgi/pa_threads.C 1.8:
13113: * src/targets/cgi/parser3.C 1.153:
13114: * src/targets/cgi/pool_storage.h 1.8:
13115: * src/targets/isapi/pa_pool.C 1.11:
13116: * src/targets/isapi/pa_threads.C 1.7:
13117: * src/targets/isapi/parser3isapi.C 1.62:
13118: * src/targets/isapi/pool_storage.h 1.14:
13119: * src/types/pa_valiased.C 1.12:
13120: * src/types/pa_valiased.h 1.17:
13121: * src/types/pa_value.h 1.78:
13122: * src/types/pa_vbool.h 1.16:
13123: * src/types/pa_vclass.h 1.23:
13124: * src/types/pa_vcode_frame.h 1.13:
13125: * src/types/pa_vcookie.C 1.33:
13126: * src/types/pa_vcookie.h 1.14:
13127: * src/types/pa_vdate.h 1.7:
13128: * src/types/pa_vdouble.h 1.31:
13129: * src/types/pa_venv.h 1.19:
13130: * src/types/pa_vfile.C 1.25:
13131: * src/types/pa_vfile.h 1.39:
13132: * src/types/pa_vform.C 1.51:
13133: * src/types/pa_vform.h 1.32:
13134: * src/types/pa_vhash.h 1.28:
13135: * src/types/pa_vhashfile.C 1.18:
13136: * src/types/pa_vhashfile.h 1.14:
13137: * src/types/pa_vimage.C 1.15:
13138: * src/types/pa_vimage.h 1.23:
13139: * src/types/pa_vint.h 1.30:
13140: * src/types/pa_vjunction.h 1.11:
13141: * src/types/pa_vmath.h 1.5:
13142: * src/types/pa_vmethod_frame.h 1.21:
13143: * src/types/pa_vobject.h 1.15:
13144: * src/types/pa_vrequest.C 1.15:
13145: * src/types/pa_vrequest.h 1.15:
13146: * src/types/pa_vresponse.C 1.3:
13147: * src/types/pa_vresponse.h 1.20:
13148: * src/types/pa_vstateless_class.C 1.12:
13149: * src/types/pa_vstateless_class.h 1.22:
13150: * src/types/pa_vstateless_object.h 1.14:
13151: * src/types/pa_vstatus.C 1.5:
13152: * src/types/pa_vstatus.h 1.6:
13153: * src/types/pa_vstring.C 1.15:
13154: * src/types/pa_vstring.h 1.40:
13155: * src/types/pa_vtable.C 1.10:
13156: * src/types/pa_vtable.h 1.36:
13157: * src/types/pa_vvoid.h 1.7:
13158: * src/types/pa_vxdoc.C 1.10:
13159: * src/types/pa_vxdoc.h 1.18:
13160: * src/types/pa_vxnode.C 1.14:
13161: * src/types/pa_vxnode.h 1.11:
13162: * src/types/pa_wcontext.C 1.14:
13163: * src/types/pa_wcontext.h 1.26:
13164: * src/types/pa_wwrapper.h 1.15:
13165: 2002
13166:
13167: * src/types/pa_vcookie.C 1.36:
13168: * src/types/pa_vcookie.C 1.37:
13169: * src/types/pa_vcookie.C 1.38:
13170: * src/types/pa_vcookie.C 1.39:
13171: VCookie::fill_fields one check forgotten
13172:
13173: * src/include/Makefile.am 1.1:
13174: * src/include/Makefile.in 1.1:
13175: * src/sql/Makefile.am 1.3:
13176: * src/sql/Makefile.in 1.1:
13177: * src/targets/isapi/Makefile.am 1.1:
13178: * src/targets/isapi/Makefile.in 1.1:
13179: forgotten makes
13180:
13181: * AUTHORS 1.2:
13182: * COPYING 1.2:
13183: * INSTALL 1.3:
13184: * INSTALL 1.4:
13185: * README 1.2:
13186: install&others updated
13187:
13188: * Makefile.am 1.2:
13189: * Makefile.in 1.3:
13190: * configure 1.6:
13191: * configure.in 1.8:
13192: * etc/parser3.charsets/Makefile.am 1.2:
13193: * etc/parser3.charsets/Makefile.in 1.4:
13194: * src/Makefile.am 1.15:
13195: * src/Makefile.in 1.43:
13196: * src/classes/Makefile.am 1.37:
13197: * src/classes/Makefile.in 1.41:
13198: * src/main/Makefile.am 1.30:
13199: * src/main/Makefile.in 1.37:
13200: * src/main/pa_status_provider.C 1.5:
13201: * src/targets/Makefile.am 1.9:
13202: * src/targets/Makefile.in 1.32:
13203: * src/targets/apache13/Makefile.am 1.11:
13204: * src/targets/apache13/Makefile.in 1.30:
13205: * src/targets/cgi/Makefile.am 1.28:
13206: * src/targets/cgi/Makefile.in 1.39:
13207: * src/types/Makefile.am 1.19:
13208: * src/types/Makefile.in 1.33:
13209: 'make dist' works
13210:
13211: * src/classes/classes.C 1.15:
13212: * src/classes/classes.h 1.16:
13213: * src/classes/date.C 1.16:
13214: * src/classes/double.C 1.43:
13215: * src/classes/file.C 1.72:
13216: * src/classes/form.C 1.21:
13217: * src/classes/hash.C 1.35:
13218: * src/classes/hashfile.C 1.22:
13219: * src/classes/image.C 1.66:
13220: * src/classes/image.C 1.67:
13221: * src/classes/int.C 1.40:
13222: * src/classes/mail.C 1.54:
13223: * src/classes/math.C 1.13:
13224: * src/classes/op.C 1.71:
13225: * src/classes/response.C 1.18:
13226: * src/classes/string.C 1.97:
13227: * src/classes/table.C 1.144:
13228: * src/classes/void.C 1.16:
13229: * src/classes/xdoc.C 1.85:
13230: * src/classes/xnode.C 1.38:
13231: * src/classes/xnode.h 1.9:
13232: * src/include/pa_array.h 1.53:
13233: * src/include/pa_cache_managers.h 1.6:
13234: * src/include/pa_charset.h 1.14:
13235: * src/include/pa_charsets.h 1.5:
13236: * src/include/pa_common.h 1.74:
13237: * src/include/pa_config_fixed.h 1.38:
13238: * src/include/pa_config_includes.h 1.17:
13239: * src/include/pa_db_connection.h 1.21:
13240: * src/include/pa_db_manager.h 1.14:
13241: * src/include/pa_db_table.h 1.15:
13242: * src/include/pa_dictionary.h 1.10:
13243: * src/include/pa_dir.h 1.10:
13244: * src/include/pa_exception.h 1.31:
13245: * src/include/pa_exec.h 1.7:
13246: * src/include/pa_globals.h 1.78:
13247: * src/include/pa_hash.h 1.54:
13248: * src/include/pa_opcode.h 1.14:
13249: * src/include/pa_pool.h 1.78:
13250: * src/include/pa_pragma_pack_begin.h 1.4:
13251: * src/include/pa_pragma_pack_end.h 1.4:
13252: * src/include/pa_request.h 1.121:
13253: * src/include/pa_sapi.h 1.18:
13254: * src/include/pa_socks.h 1.8:
13255: * src/include/pa_sql_connection.h 1.23:
13256: * src/include/pa_sql_driver_manager.h 1.23:
13257: * src/include/pa_stack.h 1.13:
13258: * src/include/pa_string.h 1.124:
13259: * src/include/pa_stylesheet_connection.h 1.26:
13260: * src/include/pa_stylesheet_manager.h 1.12:
13261: * src/include/pa_table.h 1.41:
13262: * src/include/pa_threads.h 1.23:
13263: * src/include/pa_types.h 1.37:
13264: * src/main/compile.C 1.58:
13265: * src/main/compile_tools.C 1.45:
13266: * src/main/compile_tools.h 1.58:
13267: * src/main/execute.C 1.218:
13268: * src/main/pa_array.C 1.47:
13269: * src/main/pa_cache_managers.C 1.4:
13270: * src/main/pa_charset.C 1.20:
13271: * src/main/pa_charsets.C 1.6:
13272: * src/main/pa_common.C 1.101:
13273: * src/main/pa_common.C 1.102:
13274: * src/main/pa_db_connection.C 1.37:
13275: * src/main/pa_db_manager.C 1.21:
13276: * src/main/pa_db_table.C 1.20:
13277: * src/main/pa_dictionary.C 1.12:
13278: * src/main/pa_dir.C 1.11:
13279: * src/main/pa_exception.C 1.38:
13280: * src/main/pa_exec.C 1.25:
13281: * src/main/pa_globals.C 1.113:
13282: * src/main/pa_hash.C 1.50:
13283: * src/main/pa_pool.C 1.51:
13284: * src/main/pa_request.C 1.194:
13285: * src/main/pa_socks.C 1.13:
13286: * src/main/pa_sql_driver_manager.C 1.61:
13287: * src/main/pa_status_provider.C 1.4:
13288: * src/main/pa_string.C 1.138:
13289: * src/main/pa_stylesheet_manager.C 1.13:
13290: * src/main/pa_table.C 1.44:
13291: * src/main/untaint.C 1.89:
13292: * src/main/untaint.C 1.90:
13293: * src/sql/pa_sql_driver.h 1.26:
13294: * src/targets/apache13/mod_parser3.C 1.17:
13295: * src/targets/apache13/pa_pool.C 1.5:
13296: * src/targets/apache13/pa_threads.C 1.7:
13297: * src/targets/cgi/pa_pool.C 1.36:
13298: * src/targets/cgi/pa_threads.C 1.9:
13299: * src/targets/cgi/parser3.C 1.154:
13300: * src/targets/cgi/parser3.C 1.155:
13301: * src/targets/cgi/pool_storage.h 1.9:
13302: * src/targets/isapi/pa_pool.C 1.12:
13303: * src/targets/isapi/pa_threads.C 1.8:
13304: * src/targets/isapi/parser3isapi.C 1.63:
13305: * src/targets/isapi/pool_storage.h 1.15:
13306: * src/types/pa_valiased.C 1.13:
13307: * src/types/pa_valiased.h 1.18:
13308: * src/types/pa_value.h 1.79:
13309: * src/types/pa_vbool.h 1.17:
13310: * src/types/pa_vclass.h 1.24:
13311: * src/types/pa_vcode_frame.h 1.14:
13312: * src/types/pa_vcookie.C 1.34:
13313: * src/types/pa_vcookie.C 1.35:
13314: * src/types/pa_vcookie.h 1.15:
13315: * src/types/pa_vdate.h 1.8:
13316: * src/types/pa_vdouble.h 1.32:
13317: * src/types/pa_venv.h 1.20:
13318: * src/types/pa_vfile.C 1.26:
13319: * src/types/pa_vfile.C 1.27:
13320: * src/types/pa_vfile.h 1.40:
13321: * src/types/pa_vform.C 1.52:
13322: * src/types/pa_vform.C 1.53:
13323: * src/types/pa_vform.h 1.33:
13324: * src/types/pa_vhash.h 1.29:
13325: * src/types/pa_vhashfile.C 1.19:
13326: * src/types/pa_vhashfile.C 1.20:
13327: * src/types/pa_vhashfile.h 1.15:
13328: * src/types/pa_vimage.C 1.16:
13329: * src/types/pa_vimage.C 1.17:
13330: * src/types/pa_vimage.h 1.24:
13331: * src/types/pa_vint.h 1.31:
13332: * src/types/pa_vjunction.h 1.12:
13333: * src/types/pa_vmath.h 1.6:
13334: * src/types/pa_vmethod_frame.h 1.22:
13335: * src/types/pa_vobject.h 1.16:
13336: * src/types/pa_vrequest.C 1.16:
13337: * src/types/pa_vrequest.C 1.17:
13338: * src/types/pa_vrequest.h 1.16:
13339: * src/types/pa_vresponse.C 1.4:
13340: * src/types/pa_vresponse.C 1.5:
13341: * src/types/pa_vresponse.h 1.21:
13342: * src/types/pa_vstateless_class.C 1.13:
13343: * src/types/pa_vstateless_class.h 1.23:
13344: * src/types/pa_vstateless_object.h 1.15:
13345: * src/types/pa_vstatus.C 1.6:
13346: * src/types/pa_vstatus.h 1.7:
13347: * src/types/pa_vstring.C 1.16:
13348: * src/types/pa_vstring.C 1.17:
13349: * src/types/pa_vstring.h 1.41:
13350: * src/types/pa_vtable.C 1.11:
13351: * src/types/pa_vtable.C 1.12:
13352: * src/types/pa_vtable.h 1.37:
13353: * src/types/pa_vvoid.h 1.8:
13354: * src/types/pa_vxdoc.C 1.11:
13355: * src/types/pa_vxdoc.C 1.12:
13356: * src/types/pa_vxdoc.h 1.19:
13357: * src/types/pa_vxnode.C 1.15:
13358: * src/types/pa_vxnode.C 1.16:
13359: * src/types/pa_vxnode.h 1.12:
13360: * src/types/pa_wcontext.C 1.15:
13361: * src/types/pa_wcontext.h 1.27:
13362: * src/types/pa_wwrapper.h 1.16:
13363: name spelling
13364:
13365: 2002-02-07 paf
13366: * src/main/compile.C 1.56:
13367: * src/main/compile.tab.C 1.39:
13368: * src/main/compile.y 1.180:
13369: * src/main/compile_tools.h 1.56:
13370: disabled $if reference due to conflicts with local variables
13371:
13372: * configure 1.5:
13373: * configure.in 1.7:
13374: * src/classes/Makefile.in 1.39:
13375: * src/include/pa_config_auto.h.in 1.18:
13376: * src/main/Makefile.in 1.35:
13377: * src/main/pa_common.C 1.99:
13378: * src/main/pa_socks.C 1.10:
13379: * src/targets/Makefile.in 1.30:
13380: * src/targets/cgi/Makefile.in 1.37:
13381: * src/types/Makefile.in 1.31:
13382: compiled under cygwin
13383: added yet another locking function: fcntl
13384:
13385: * src/classes/Makefile.in 1.40:
13386: * src/main/Makefile.in 1.36:
13387: * src/targets/Makefile.in 1.31:
13388: * src/targets/apache13/Makefile.in 1.29:
13389: * src/targets/cgi/Makefile.in 1.38:
13390: * src/types/Makefile.in 1.32:
13391: makes
13392:
13393: * src/include/pa_array.h 1.50:
13394: * src/main/compile.C 1.55:
13395: * src/main/compile.tab.C 1.37:
13396: * src/main/compile.y 1.179:
13397: * src/main/compile_tools.C 1.43:
13398: * src/main/compile_tools.h 1.55:
13399: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
13400: OP_VALUE+string+OP_GET_ELEMENT.
13401: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
13402: to form
13403: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
13404: code
13405:
13406: * operators.txt 1.6:
13407: * src/classes/string.C 1.95:
13408: * src/include/pa_config_fixed.h 1.35:
13409: * src/main/compile.tab.C 1.38:
13410: ^int/double/string.format
13411: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
13412: retaining backward compatibility due to some already-implemented servers
13413:
13414: * config.sub 1.2:
13415: on cygwin configure passes it with strange i1586 const, hacked
13416: it to mean i586
13417:
13418: * src/main/pa_socks.C 1.11:
13419: swapped headers to avoid compiler warnings
13420:
13421: * operators.txt 1.7:
13422: * src/classes/table.C 1.142:
13423: * src/include/pa_array.h 1.51:
13424: * src/include/pa_table.h 1.39:
13425: * src/main/pa_array.C 1.45:
13426: * src/main/pa_table.C 1.42:
13427: * www/htdocs/auto.p 1.3:
13428: * www/htdocs/index.html 1.6:
13429: table::create now // 'set' name obsolete now
13430: table clone.
13431:
13432: * operators.txt 1.8:
13433: * src/classes/xdoc.C 1.83:
13434: * src/include/pa_config_fixed.h 1.36:
13435: xdoc::set obsolete now, now xdoc::create, with both sences
13436:
13437: 2002-02-06 paf
13438: * src/classes/mail.C 1.52:
13439: *** empty log message ***
13440:
13441: * configure 1.4:
13442: * configure.in 1.6:
13443: prefix expanded, grr
13444:
13445: * operators.txt 1.5:
13446: * src/classes/mail.C 1.51:
13447: mail:send config changed
13448:
13449: 2002-02-05 paf
13450: * configure.in 1.3:
13451: * operators.txt 1.2:
13452: * src/classes/file.C 1.70:
13453: * src/classes/op.C 1.69:
13454: * src/include/pa_common.h 1.72:
13455: * src/include/pa_config_includes.h 1.15:
13456: * src/main/compile.tab.C 1.36:
13457: * src/main/pa_common.C 1.98:
13458: * www/htdocs/index.html 1.5:
13459: rewritten ^cache to use non-blocking-exclusive-caches
13460:
13461: * src/types/pa_vstatus.C 1.4:
13462: status:rusage 3
13463:
13464: * src/main/pa_common.C 1.97:
13465: text file read mode on win32 adjusted [speed impact. was off
13466: for debugging purpose, but forgotten afterwards]
13467:
13468: * operators.txt 1.3:
13469: status:rusage described int operators
13470:
13471: * configure.in 1.4:
13472: * src/types/Makefile.am 1.18:
13473: * src/types/pa_vstatus.h 1.5:
13474: * src/types/types.dsp 1.18:
13475: status:rusage
13476:
13477: * src/types/pa_vstatus.C 1.1:
13478: status:rusage 1
13479:
13480: * configure 1.3:
13481: * configure.in 1.5:
13482: * src/include/pa_config_auto.h.in 1.17:
13483: * src/types/Makefile.in 1.30:
13484: * src/types/pa_vstatus.C 1.2:
13485: *** empty log message ***
13486:
13487: * src/main/pa_exec.C 1.22.14.1:
13488: * src/main/pa_exec.C 1.23:
13489: argv0 now correct
13490:
13491: * src/types/pa_vstatus.C 1.3:
13492: status:rusage 2
13493:
13494: * operators.txt 1.4:
13495: regex options commented
13496:
13497: 2002-02-01 paf
13498: * src/classes/op.C 1.62.2.1.2.3:
13499: file_write does EX lock after create,
13500: while file_read does SH after open,
13501: 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,
13502: added a check for that in ^cache...read
13503:
13504: 2002-01-31 paf
13505: * src/main/execute.C 1.210:
13506: * www/htdocs/index.html 1.3:
13507: operators check, thay mistakenly seen in
13508: $class:operator
13509: $object.operators
13510: contexts
13511:
13512: * INSTALL 1.2:
13513: * Makefile.in 1.2:
13514: * configure 1.2:
13515: * configure.in 1.2:
13516: * etc/Makefile.am 1.2:
13517: * etc/Makefile.in 1.2:
13518: * etc/parser3.charsets/Makefile.in 1.3:
13519: * ident.awk 1.2:
13520: * src/Makefile.in 1.42:
13521: * src/classes/Makefile.am 1.36:
13522: * src/classes/Makefile.in 1.38:
13523: * src/main/Makefile.am 1.29:
13524: * src/main/Makefile.in 1.34:
13525: * src/targets/Makefile.in 1.29:
13526: * src/targets/apache13/Makefile.am 1.10:
13527: * src/targets/cgi/Makefile.am 1.27:
13528: * src/targets/cgi/Makefile.in 1.36:
13529: * src/targets/cgi/pa_config_paths.h.in 1.1:
13530: * src/targets/cgi/parser3.C 1.152:
13531: * src/types/Makefile.am 1.17:
13532: * src/types/Makefile.in 1.29:
13533: lowered indent.awk back to src/
13534:
13535: * src/classes/xdoc.C 1.82:
13536: * src/targets/cgi/parser3.dsp 1.41:
13537: * www/htdocs/index.html 1.2:
13538: now compiles under win32
13539:
13540: * src/main/compile.tab.C 1.35:
13541: * src/main/compile.y 1.178:
13542: disabled operator call after ^xxx:
13543:
13544: * AUTHORS 1.1:
13545: * COPYING 1.1:
13546: * INSTALL 1.1:
13547: * Makefile.am 1.1:
13548: * Makefile.in 1.1:
13549: * NEWS 1.1:
13550: * README 1.1:
13551: * acinclude.m4 1.1:
13552: * aclocal.m4 1.1:
13553: * asm.txt 1.1:
13554: * config.guess 1.1:
13555: * config.sub 1.1:
13556: * configure 1.1:
13557: * configure.in 1.1:
13558: * etc/Makefile.am 1.1:
13559: * etc/Makefile.in 1.1:
13560: * etc/parser3.charsets/Makefile.am 1.1:
13561: * etc/parser3.charsets/Makefile.in 1.1:
13562: * etc/parser3.charsets/koi8-r.cfg 1.1:
13563: * etc/parser3.charsets/windows-1250.cfg 1.1:
13564: * etc/parser3.charsets/windows-1251.cfg 1.1:
13565: * form.txt 1.1:
13566: * ident.awk 1.1:
13567: * install-sh 1.1:
13568: * lang.txt 1.1:
13569: * ltconfig 1.1:
13570: * ltmain.sh 1.1:
13571: * missing 1.1:
13572: * mkinstalldirs 1.1:
13573: * operators.txt 1.1:
13574: * parser3.dsw 1.1:
13575: * sql.txt 1.1:
13576: * src/Makefile.am 1.14:
13577: * src/Makefile.in 1.41:
13578: * src/classes/Makefile.am 1.35:
13579: * src/classes/Makefile.in 1.37:
13580: * src/include/pa_config_auto.h.in 1.16:
13581: * src/main/Makefile.am 1.28:
13582: * src/main/Makefile.in 1.33:
13583: * src/targets/Makefile.in 1.28:
13584: * src/targets/apache13/Makefile.am 1.9:
13585: * src/targets/apache13/Makefile.in 1.28:
13586: * src/targets/cgi/Makefile.am 1.26:
13587: * src/targets/cgi/Makefile.in 1.35:
13588: * src/targets/cgi/parser3.C 1.151:
13589: * src/types/Makefile.am 1.16:
13590: * src/types/Makefile.in 1.28:
13591: * types.txt 1.1:
13592: * www/Makefile.am 1.1:
13593: * www/Makefile.in 1.1:
13594: * www/htdocs/auto.p 1.1:
13595: * www/htdocs/global.xsl 1.1:
13596: * www/htdocs/index.html 1.1:
13597: * www/htdocs/parser-status.html 1.1:
13598: * www/htdocs/people.dtd 1.1:
13599: moved etc&www out of src, moved configure&co out of src
13600: added windows-1250.cfg
13601: straightened installation scripts procedure
13602: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
13603:
13604: * src/include/pa_opcode.h 1.12:
13605: * src/include/pa_request.h 1.119:
13606: * src/main/compile.C 1.54:
13607: * src/main/compile.tab.C 1.33:
13608: * src/main/compile.y 1.177:
13609: * src/main/compile_tools.C 1.42:
13610: * src/main/compile_tools.h 1.54:
13611: * src/main/execute.C 1.215:
13612: * src/types/pa_wcontext.h 1.25:
13613: operators check 6.1
13614: rewritten. now check is done at compile time
13615:
13616: * src/main/execute.C 1.214:
13617: operators check 5
13618: floated up old error of staying in 'entered class/object' state after $a($a..)
13619: it prevented operators from being called thereafter
13620:
13621: * src/main/compile.tab.C 1.34:
13622: * src/main/execute.C 1.216:
13623: made operators lookup first in ^xxx situation.
13624: so that one could not do
13625: $if[1]
13626: ^if[xxx]
13627:
1.24 paf 13628: * etc/parser3.charsets/Makefile.in 1.2:
13629: *** empty log message ***
13630:
1.15 paf 13631: * src/main/execute.C 1.211:
13632: * src/types/pa_wcontext.h 1.24:
13633: * www/htdocs/auto.p 1.2:
13634: * www/htdocs/index.html 1.4:
13635: operators check 2
13636: floated up old error of staying in 'entered class' state after $a:a[a]
13637: it prevented operators from being called thereafter
13638:
13639: * src/main/execute.C 1.212:
13640: operators check 3
13641: floated up old error of staying in 'entered class' state after $a:a(a)
13642: it prevented operators from being called thereafter
13643:
13644: * src/include/pa_opcode.h 1.11:
13645: * src/main/compile.tab.C 1.32:
13646: * src/main/compile.y 1.176:
13647: * src/main/execute.C 1.213:
13648: operators check 4
13649: floated up old error of staying in 'entered object' state after ^a.a(a)
13650: it prevented operators from being called thereafter
13651:
13652: 2002-01-30 paf
13653: * src/classes/xdoc.C 1.81:
13654: acconfig.h changed [comments before #undefs removed]
13655: those comments were a mistake, and prevented libltdl from function properly
13656:
13657: 2002-01-29 paf
13658: * src/Makefile.am 1.13:
13659: * src/Makefile.in 1.40:
13660: * src/classes/Makefile.am 1.34:
13661: * src/classes/Makefile.in 1.36:
13662: * src/main/Makefile.in 1.32:
13663: * src/targets/Makefile.in 1.27:
13664: * src/targets/apache13/Makefile.in 1.27:
13665: * src/targets/cgi/Makefile.in 1.34:
13666: * src/types/Makefile.in 1.27:
13667: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
13668: added default system config&charsetts
13669: prepared 'make install', now it installs
13670: targets/cgi/parser3 into bin directory
13671: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
13672:
13673: * src/classes/xdoc.C 1.80:
13674: * src/include/pa_charset.h 1.12:
13675: * src/include/pa_globals.h 1.76:
13676: * src/main/pa_globals.C 1.111:
13677: few forgotten ifdef XML added
13678:
13679: 2002-01-28 paf
13680: * src/classes/xdoc.C 1.79:
13681: * src/classes/xnode.h 1.7:
13682: * src/main/pa_exception.C 1.35:
13683: xdoc.importNode 0
13684:
13685: * src/classes/xdoc.C 1.78:
13686: xdoc::set now untaints OK
13687:
13688: * src/Makefile.in 1.39:
13689: stupid make runs automake on ths
13690:
13691: * src/classes/xnode.C 1.34:
13692: * src/types/pa_vxdoc.h 1.17:
13693: xdoc.importNode 1 [fixed as_node helper func to accept docs]
13694:
13695: * src/classes/Makefile.am 1.33:
13696: * src/classes/Makefile.in 1.35:
13697: * src/targets/cgi/Makefile.am 1.25:
13698: * src/targets/cgi/Makefile.in 1.33:
13699: xalan-patch removed
13700:
13701: * src/main/pa_exception.C 1.36:
13702: dom|generic error output fix
13703:
13704: * src/classes/xnode.C 1.35:
13705: xdoc.importNode 2 [mistype err]
13706:
13707: * src/classes/xnode.C 1.36:
13708: xdoc.importNode 3 [check err]
13709:
13710: 2002-01-25 paf
13711: * src/include/pa_charset.h 1.11:
13712: * src/main/pa_globals.C 1.110:
13713: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
13714:
13715: * src/classes/hash.C 1.33:
13716: unified hash::sql, now
13717: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
13718:
13719: * src/classes/file.C 1.68:
13720: * src/classes/op.C 1.68:
13721: * src/classes/string.C 1.94:
13722: * src/classes/table.C 1.141:
13723: * src/classes/xdoc.C 1.77:
13724: * src/include/pa_common.h 1.70:
13725: * src/main/pa_common.C 1.95:
13726: * src/types/pa_vfile.h 1.38:
13727: removed redundant pool param to some pa_common funcs
13728:
13729: * src/classes/file.C 1.69:
13730: * src/include/pa_common.h 1.71:
13731: * src/main/pa_common.C 1.96:
13732: ^file:lock[filename]{code}
13733:
13734: * src/include/pa_charset.h 1.10:
13735: * src/include/pa_charset.h 1.2.2.1:
13736: * src/include/pa_config_fixed.h 1.34.6.1:
13737: * src/main/compile.tab.C 1.27.6.3:
13738: * src/main/pa_charset.C 1.18:
13739: typedef XMLCh... not stupid illegal define
13740:
13741: * src/main/compile.tab.C 1.31:
13742: * src/main/compile.y 1.175:
13743: #comment before @ after @SPECIAL
13744: now works OK
13745:
13746: * src/main/pa_exec.C 1.20:
13747: max arg count now 10, and proper message on violation that added
13748:
13749: * src/main/pa_exec.C 1.21:
13750: * src/main/pa_exec.C 1.22:
13751: unix: exec now does chdir to script dir
13752:
13753: 2002-01-24 paf
13754: * src/classes/hashfile.C 1.20:
13755: * src/include/pa_db_table.h 1.13:
13756: * src/include/pa_opcode.h 1.10:
13757: * src/main/compile.tab.C 1.30:
13758: * src/main/compile.y 1.174:
13759: * src/main/compile_tools.C 1.41:
13760: * src/main/compile_tools.h 1.53:
13761: * src/main/execute.C 1.209:
13762: * src/main/pa_db_connection.C 1.35:
13763: * src/main/pa_db_table.C 1.18:
13764: * src/types/pa_vhashfile.C 1.17:
13765: * src/types/pa_vhashfile.h 1.13:
13766: merged from r17 - hashfile without logfiles
13767:
13768: * src/classes/xnode.C 1.31:
13769: xnode.select returns array always now, in case 'nothing found'
13770: returns empty array
13771:
13772: * src/include/pa_version.h 1.3:
13773: changed version number
13774:
13775: * src/classes/xdoc.C 1.74:
13776: checked empty response
13777:
13778: * src/classes/hashfile.C 1.19.2.1:
13779: * src/include/pa_db_table.h 1.12.6.1:
13780: * src/main/compile.tab.C 1.27.6.2:
13781: * src/main/pa_db_connection.C 1.34.6.1:
13782: * src/main/pa_db_table.C 1.17.2.1:
13783: * src/types/pa_vhashfile.C 1.16.6.1:
13784: * src/types/pa_vhashfile.h 1.12.14.1:
13785: hashfile:
13786: removed use of transactions
13787: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
13788: thus got rid of huge log files, which cluttered disk without huge need]
13789:
13790: * src/classes/xdoc.C 1.76:
13791: * src/classes/xnode.C 1.33:
13792: * src/classes/xnode.h 1.6:
13793: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
13794: in dome lib
13795:
13796: * src/classes/xnode.C 1.30:
13797: xpath nodes select bug [0] instead of [i], be more tender with
13798: ctrl/c/v
13799:
13800: * src/classes/xdoc.C 1.75:
13801: xsltSaveResultTo checked <0 response
13802:
13803: * src/classes/xnode.C 1.32:
13804: xdoc.select fixed context node [were always /, not self node]
13805:
13806: 2002-01-23 paf
13807: * src/classes/xdoc.C 1.72:
13808: * src/main/pa_globals.C 1.108:
13809: * src/types/pa_vdouble.h 1.29:
13810: %.20E now default float format
13811: this is for regretful twice-converting here:
13812: $a(double value) when they write double falue they convert it to string first,
13813: thus %g were losing precesion.
13814:
13815: todo: think up some way to remove double->string string->double twice-converting
13816:
13817: * src/main/pa_globals.C 1.105:
13818: removed debug xslt messages
13819:
13820: * src/main/pa_globals.C 1.106:
13821: xslt linked dynamically. [mistekenly were statically linked]
13822:
13823: * src/include/pa_exception.h 1.29:
13824: * src/main/compile.tab.C 1.29:
13825: * src/main/pa_exception.C 1.34:
13826: removed exception va_list constructor.
13827: 1. not needed anymore
13828: 2. there were a conflict[causing errors] between
13829: ctor(, va_list)
13830: ctor(, ...)
13831: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
13832: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
13833:
13834: * src/types/pa_vdouble.h 1.30:
13835: %.20E now float format when %g produced 'e' in output
13836: this is for regretful twice-converting here:
13837: $a(double value) when they write double falue they convert it to string first,
13838: thus %g were losing precesion.
13839:
13840: todo: think up some way to remove double->string string->double twice-converting
13841:
13842: * src/types/pa_vdouble.h 1.28.14.1:
13843: double prec. todo: get rid of twice-converting
13844:
13845: * src/classes/xdoc.C 1.71:
13846: * src/include/pa_stylesheet_connection.h 1.24:
13847: * src/main/pa_globals.C 1.107:
13848: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
13849:
13850: * src/classes/xdoc.C 1.73:
13851: * src/main/pa_globals.C 1.109:
13852: xdoc::load/set entities substituted.
13853: // 2. when dom tree with entites goes under transform text nodes
13854: // got [erroreosly] cut on first entity occurance
13855:
13856: 2002-01-22 paf
13857: * src/classes/table.C 1.140:
13858: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
13859: replaced them with empty strings
13860:
13861: * src/classes/xdoc.C 1.70:
13862: * src/include/pa_stylesheet_connection.h 1.23:
13863: * src/main/pa_globals.C 1.104:
13864: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
13865: example:
13866: this refused to work,
13867: <b>«<xsl:value-of select="@title" />»</b>
13868: stranly worked only this way:
13869: <b>«<xsl:value-of select="@title" />»</b>
13870:
13871: docs says "set it to 1", never going into details, so I decided to try NOT to do that
13872:
13873: 2002-01-21 paf
13874: * src/include/pa_stylesheet_connection.h 1.20:
13875: * src/main/pa_exception.C 1.32:
13876: xml generic message 1
13877:
13878: * src/main/pa_charset.C 1.17:
13879: checked empty transcoders in transcode_cstr|buf
13880:
13881: * src/classes/Makefile.in 1.34:
13882: * src/classes/xdoc.C 1.67:
13883: * src/classes/xnode.C 1.29:
13884: * src/include/pa_stylesheet_connection.h 1.22:
13885: * src/main/pa_charset.C 1.16:
13886: * src/main/pa_globals.C 1.103:
13887: * src/main/pa_sql_driver_manager.C 1.59:
13888: * src/main/pa_stylesheet_manager.C 1.11:
13889: * src/targets/cgi/Makefile.am 1.24:
13890: * src/targets/cgi/Makefile.in 1.32:
13891: autoconf gnome
13892:
13893: * src/classes/xdoc.C 1.69:
13894: xdoc::load error source = filespec
13895:
13896: * src/classes/table.C 1.139:
13897: ^table::load
13898: empty lines or #comments before headline
13899:
13900: * src/include/pa_array.h 1.49:
13901: * src/include/pa_globals.h 1.74:
13902: * src/include/pa_request.h 1.118:
13903: * src/include/pa_threads.h 1.21:
13904: * src/main/pa_array.C 1.44:
13905: * src/main/pa_exception.C 1.31:
13906: * src/main/pa_globals.C 1.101:
13907: * src/main/pa_request.C 1.192:
13908: * src/targets/apache13/pa_threads.C 1.4:
13909: * src/targets/cgi/pa_threads.C 1.6:
13910: * src/targets/isapi/pa_threads.C 1.6:
13911: xml generic errors 0
13912:
13913: * src/classes/xdoc.C 1.66:
13914: * src/classes/xnode.C 1.28:
13915: * src/include/pa_exception.h 1.28:
13916: * src/include/pa_globals.h 1.75:
13917: * src/include/pa_stylesheet_connection.h 1.21:
13918: * src/main/pa_exception.C 1.33:
13919: * src/main/pa_globals.C 1.102:
13920: * src/targets/apache13/pa_threads.C 1.5:
13921: * src/targets/cgi/pa_threads.C 1.7:
13922: xslt generic error 1
13923:
13924: * src/classes/xdoc.C 1.68:
13925: transform error source now stylesheet_filespec
13926:
13927: 2002-01-16 paf
13928: * src/classes/xdoc.C 1.64:
13929: few comments
13930:
13931: * src/classes/hash.C 1.32:
13932: * src/classes/op.C 1.67:
13933: * src/classes/string.C 1.93:
13934: * src/classes/table.C 1.138:
13935: * src/classes/void.C 1.14:
13936: * src/classes/xdoc.C 1.65:
13937: * src/include/pa_db_connection.h 1.19:
13938: * src/include/pa_request.h 1.117:
13939: * src/include/pa_sql_connection.h 1.21:
13940: * src/include/pa_sql_driver_manager.h 1.21:
13941: * src/include/pa_stylesheet_connection.h 1.19:
13942: * src/include/pa_stylesheet_manager.h 1.10:
13943: * src/main/pa_request.C 1.191:
13944: * src/main/pa_sql_driver_manager.C 1.58:
13945: * src/main/pa_stylesheet_manager.C 1.10:
13946: * src/targets/cgi/pool_storage.h 1.7:
13947: auto closers to sql_connection, stylesheet_connection
13948: auto destroyers to remaining gnome objects
13949:
13950: 2002-01-15 paf
13951: * src/classes/xdoc.C 1.61:
13952: * src/include/pa_charset.h 1.9:
13953: * src/main/pa_charset.C 1.15:
13954: started output options parsing
13955:
13956: * src/classes/xdoc.C 1.63:
13957: xdoc
13958: file
13959: save
13960: string
13961:
13962: ready.
13963: todo: error handling
13964:
13965: * src/classes/xdoc.C 1.62:
13966: xdoc save rewritten using xmlAllocOutputBuffer
13967: less mallocs, more reallocs. less fragmented result
13968:
13969: 2002-01-14 paf
13970: * src/classes/xdoc.C 1.60:
13971: method
13972:
13973: * src/classes/xdoc.C 1.59:
13974: * src/classes/xnode.C 1.27:
13975: * src/include/pa_charset.h 1.8:
13976: * src/include/pa_pool.h 1.76:
13977: * src/include/pa_stylesheet_connection.h 1.18:
13978: * src/main/main.dsp 1.145:
13979: * src/main/pa_charset.C 1.14:
13980: * src/main/pa_globals.C 1.100:
13981: * src/main/pa_pool.C 1.49:
13982: * src/main/pa_stylesheet_manager.C 1.9:
13983: * src/types/pa_vxdoc.h 1.16:
13984: xslt transform0.
13985: TODO:
13986: use output options
13987: handle errors
13988:
13989: * src/classes/xdoc.C 1.58:
13990: * src/classes/xnode.C 1.26:
13991: ^xdoc.file
13992:
13993: 2002-01-11 paf
13994: * src/classes/xnode.C 1.22:
13995: * src/include/pa_charset.h 1.6:
13996: * src/main/pa_charset.C 1.13:
13997: xpath selectNode 1
13998:
13999: * src/include/pa_opcode.h 1.9.6.1:
14000: * src/main/compile.tab.C 1.27.6.1:
14001: * src/main/compile.y 1.173.14.1:
14002: * src/main/compile_tools.C 1.40.14.1:
14003: * src/main/compile_tools.h 1.52.6.1:
14004: * src/main/execute.C 1.208.2.1:
14005: partial logical && || evaluation
14006:
14007: * src/classes/xnode.C 1.23:
14008: xpath selectNode 2
14009:
14010: * src/classes/xnode.C 1.24:
14011: * src/include/pa_charset.h 1.7:
14012: xpath selectNode 3: string/number/bool
14013:
14014: * src/classes/xnode.C 1.25:
14015: xpath selectNodes
14016:
14017: 2002-01-10 paf
14018: * src/classes/xnode.C 1.21:
14019: xpath selectNode -100 [just written]
14020:
14021: * src/classes/xdoc.C 1.57:
14022: * src/classes/xnode.C 1.20:
14023: * src/include/pa_charset.h 1.5:
14024: * src/include/pa_exception.h 1.27:
14025: * src/include/pa_pool.h 1.75:
14026: * src/main/pa_charset.C 1.12:
14027: * src/main/pa_pool.C 1.48:
14028: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
14029:
14030: 2001-12-29 paf
14031: * src/classes/xdoc.C 1.56:
14032: * src/include/pa_exception.h 1.26:
14033: * src/main/pa_charset.C 1.11:
14034: * src/main/pa_exception.C 1.30:
14035: * src/main/pa_globals.C 1.99:
14036: xdoc
14037: ^set
14038: ^string with glib works 0
14039:
14040: 2001-12-28 paf
14041: * src/main/pa_globals.C 1.98:
14042: renamed gdome to libgdome.dll
14043:
14044: * src/classes/classes.dsp 1.14:
14045: * src/classes/mail.C 1.50:
14046: * src/classes/xdoc.C 1.54:
14047: * src/classes/xnode.C 1.19:
14048: * src/classes/xnode.h 1.5:
14049: * src/include/pa_exception.h 1.25:
14050: * src/include/pa_globals.h 1.73:
14051: * src/main/compile.tab.C 1.28:
14052: * src/main/main.dsp 1.144:
14053: * src/main/pa_charset.C 1.9:
14054: * src/main/pa_dir.C 1.9:
14055: * src/main/pa_exception.C 1.28:
14056: * src/main/pa_exec.C 1.19:
14057: * src/main/pa_globals.C 1.97:
14058: * src/main/pa_socks.C 1.9:
14059: * src/targets/cgi/parser3.C 1.150:
14060: * src/targets/cgi/parser3.dsp 1.40:
14061: * src/types/pa_vxdoc.C 1.9:
14062: * src/types/pa_vxdoc.h 1.15:
14063: * src/types/pa_vxnode.C 1.13:
14064: * src/types/pa_vxnode.h 1.10:
14065: gnome libs just compiled in.
14066: no refcounting
14067: no xpath
14068: no xslt
14069: yet
14070:
14071: * src/classes/xdoc.C 1.55:
14072: * src/include/pa_charset.h 1.4:
14073: * src/main/pa_charset.C 1.10:
14074: * src/main/pa_exception.C 1.29:
14075: started glib transcoders
14076:
14077: 2001-12-27 paf
14078: * src/include/pa_charset.h 1.3:
14079: * src/include/pa_common.h 1.69:
14080: * src/include/pa_exception.h 1.24:
14081: * src/include/pa_globals.h 1.72:
14082: * src/include/pa_pool.h 1.74:
14083: * src/main/main.dsp 1.143:
14084: * src/main/pa_charset.C 1.8:
14085: * src/main/pa_charsets.C 1.4:
14086: * src/main/pa_globals.C 1.96:
14087: * src/main/pa_pool.C 1.47:
14088: * src/targets/cgi/parser3.C 1.149:
14089: * src/targets/cgi/parser3.dsp 1.39:
14090: * src/types/pa_vxdoc.C 1.8:
14091: * src/types/pa_vxdoc.h 1.14:
14092: * src/types/pa_vxnode.C 1.12:
14093: * src/types/pa_vxnode.h 1.9:
14094: * src/types/types.dsp 1.17:
14095: going away from xalan&xerces, started the process.
14096: globals [initialization
14097: pool [charset update
14098: charset [transcodings
14099: vxnode vxdoc [DOM calls
14100:
14101: * src/classes/Makefile.am 1.32:
14102: going away from xalan&xerces, not needed anymore
14103:
14104: 2001-12-26 paf
14105: * src/include/pa_charset.h 1.2:
14106: * src/include/pa_charsets.h 1.3:
14107: * src/main/pa_charset.C 1.7:
14108: * src/main/pa_charsets.C 1.3:
14109: * src/main/pa_request.C 1.190:
14110: charset key globalized [bug]
14111:
14112: 2001-12-25 paf
14113: * src/classes/mail.C 1.49:
14114: * src/classes/table.C 1.137:
14115: * src/include/pa_string.h 1.122:
14116: * src/main/pa_string.C 1.136:
14117: table set & append changed splitting languages, separators now can be clean AND as-is
14118: same to mail command line $MAIN:MAIL.progX arguments
14119:
14120: 2001-12-24 paf
14121: * src/classes/hashfile.C 1.19:
14122: * src/classes/op.C 1.66:
14123: * src/main/pa_db_table.C 1.17:
14124: * src/main/pa_string.C 1.135:
14125: read from cache size check updated
14126:
14127: * src/main/pa_string.C 1.133:
14128: * src/main/pa_string.C 1.134:
14129: String::join_chain another ugly bug :(
14130:
14131: * src/classes/mail.C 1.48:
14132: one parted text messages - no multipart mime-type anymore.
14133: for convinient if $.attach-ments
14134:
14135: 2001-12-21 paf
14136: * src/main/pa_request.C 1.189:
14137: $result in @main actually not working, to hell with it for now
14138:
14139: * src/main/execute.C 1.207:
14140: junction evaluation canceled - endless recursion detected
14141:
14142: * src/classes/date.C 1.14:
14143: date:sql-string now returns localtime
14144:
14145: * src/include/pa_request.h 1.116:
14146: * src/main/execute.C 1.208:
14147: * src/main/pa_request.C 1.188:
14148: * src/types/pa_vmethod_frame.h 1.20:
14149: * src/types/pa_wcontext.h 1.23:
14150: $result in @main @postprocess @exception
14151:
14152: 2001-12-19 paf
14153: * src/main/pa_request.C 1.187:
14154: CLASS_PATH now / = DOCUMENT_ROOT
14155:
14156: * src/classes/op.C 1.65:
14157: ^cache keypath now relative
14158:
14159: * src/classes/hashfile.C 1.18:
14160: ^hashfile.open DB_HOME now relative
14161:
14162: * src/main/pa_charset.C 1.6:
14163: charset->charset transcoding via unicode intermediate
14164:
14165: * src/classes/mail.C 1.46:
14166: * src/include/pa_config_fixed.h 1.34:
14167: to/from 0 check were missing
14168:
14169: * src/classes/mail.C 1.47:
14170: changed weighting prior to sort
14171:
14172: 2001-12-17 paf
14173: * src/classes/mail.C 1.45:
14174: * src/include/pa_charsets.h 1.2:
14175: * src/include/pa_string.h 1.121:
14176: * src/main/pa_charsets.C 1.2:
14177: * src/main/untaint.C 1.87:
14178: * src/types/pa_vrequest.C 1.14:
14179: * src/types/pa_vresponse.C 1.2:
14180: ^mail:send[
14181: $.charset[zzz]
14182: addded
14183:
14184: * src/include/pa_db_table.h 1.12:
14185: * src/main/pa_db_table.C 1.16:
14186: db_table used outdated unset services_pool
14187:
14188: * src/main/pa_charset.C 1.5:
14189: ifndef XML were bad type
14190:
14191: * src/classes/image.C 1.63:
14192: govno
14193:
14194: * src/main/untaint.C 1.86:
14195: allowed space in filespec
14196:
14197: * src/classes/image.C 1.64:
14198: no govno
14199:
14200: * src/targets/apache13/mod_parser3.C 1.15:
14201: test r->finfo.st_mode check seems to work only on win32
14202:
14203: * src/main/pa_charset.C 1.4:
14204: empty bufs transcode [forgot check :(]
14205:
14206: 2001-12-15 paf
14207: * src/classes/file.C 1.67:
14208: * src/classes/math.C 1.11:
14209: * src/classes/op.C 1.64:
14210: * src/classes/string.C 1.92:
14211: * src/classes/table.C 1.136:
14212: * src/classes/xdoc.C 1.53:
14213: * src/include/pa_array.h 1.48:
14214: * src/include/pa_cache_managers.h 1.4:
14215: * src/include/pa_charset_connection.h 1.6:
14216: * src/include/pa_charset_manager.h 1.8:
14217: * src/include/pa_common.h 1.68:
14218: * src/include/pa_db_connection.h 1.18:
14219: * src/include/pa_db_manager.h 1.12:
14220: * src/include/pa_db_table.h 1.11:
14221: * src/include/pa_dictionary.h 1.8:
14222: * src/include/pa_exception.h 1.23:
14223: * src/include/pa_exec.h 1.5:
14224: * src/include/pa_globals.h 1.71:
14225: * src/include/pa_hash.h 1.52:
14226: * src/include/pa_opcode.h 1.9:
14227: * src/include/pa_pool.h 1.73:
14228: * src/include/pa_request.h 1.115:
14229: * src/include/pa_sapi.h 1.16:
14230: * src/include/pa_socks.h 1.6:
14231: * src/include/pa_sql_connection.h 1.20:
14232: * src/include/pa_sql_driver_manager.h 1.20:
14233: * src/include/pa_string.h 1.120:
14234: * src/include/pa_stylesheet_connection.h 1.17:
14235: * src/include/pa_stylesheet_manager.h 1.9:
14236: * src/include/pa_table.h 1.38:
14237: * src/include/pa_transcoder.h 1.3:
14238: * src/main/compile_tools.h 1.52:
14239: * src/main/main.dsp 1.142:
14240: * src/main/pa_charset.C 1.1:
14241: * src/main/pa_charset_connection.C 1.13:
14242: * src/main/pa_charset_manager.C 1.10:
14243: * src/main/pa_charsets.C 1.1:
14244: * src/main/pa_globals.C 1.95:
14245: * src/main/pa_pool.C 1.46:
14246: * src/main/pa_request.C 1.186:
14247: * src/main/pa_string.C 1.132:
14248: * src/main/pa_transcoder.C 1.4:
14249: * src/main/untaint.C 1.84:
14250: * src/types/pa_vfile.C 1.24:
14251: * src/types/pa_vform.C 1.50:
14252: * src/types/pa_vform.h 1.31:
14253: * src/types/pa_vrequest.C 1.13:
14254: * src/types/pa_vrequest.h 1.14:
14255: * src/types/pa_vresponse.C 1.1:
14256: * src/types/pa_vresponse.h 1.19:
14257: * src/types/types.dsp 1.16:
14258: introducing Charset
14259:
14260: * src/main/pa_charset.C 1.2:
14261: name_cstr 0
14262:
14263: * src/main/Makefile.in 1.31:
14264: * src/targets/apache13/Makefile.in 1.26:
14265: * src/targets/cgi/Makefile.in 1.31:
14266: * src/types/Makefile.in 1.26:
14267: makes
14268:
14269: * src/include/pa_charset.h 1.1:
14270: * src/include/pa_charsets.h 1.1:
14271: forgot to add
14272:
14273: * src/main/Makefile.am 1.27:
14274: * src/main/pa_charset.C 1.3:
14275: * src/types/Makefile.am 1.15:
14276: charset_connection&manager replaced by charset&charsets
14277:
14278: * src/main/untaint.C 1.85:
14279: uri lang now knows about client/source charsets
14280:
14281: 2001-12-14 paf
14282: * src/include/pa_request.h 1.114:
14283: * src/include/pa_transcoder.h 1.2:
14284: * src/main/pa_request.C 1.185:
14285: * src/main/pa_transcoder.C 1.3:
14286: * src/types/pa_vform.C 1.49:
14287: * src/types/pa_vform.h 1.30:
14288: transcodeToUTF8[were FromUTF8] for forms
14289: todo: uri lang
14290:
14291: * src/targets/apache13/Makefile.am 1.8:
14292: * src/targets/cgi/Makefile.am 1.23:
14293: -I../../pcre to .am
14294:
14295: * src/include/pa_charset_connection.h 1.5:
14296: * src/include/pa_pool.h 1.72:
14297: * src/include/pa_request.h 1.113:
14298: * src/include/pa_transcoder.h 1.1:
14299: * src/main/Makefile.am 1.26:
14300: * src/main/main.dsp 1.141:
14301: * src/main/pa_charset_connection.C 1.12:
14302: * src/main/pa_charset_manager.C 1.9:
14303: * src/main/pa_request.C 1.184:
14304: * src/main/pa_transcoder.C 1.1:
14305: * src/types/Makefile.am 1.14:
14306: * src/types/pa_vrequest.C 1.12:
14307: * src/types/pa_vrequest.h 1.13:
14308: * src/types/pa_vresponse.h 1.18:
14309: * src/types/types.dsp 1.15:
14310: changed charset model.
14311: now important:
14312: $request:charset
14313: $response:charset
14314: while
14315: $response:content-type.charset
14316: become unimportant [informational]
14317:
14318: * src/include/pa_globals.h 1.70:
14319: * src/main/pa_globals.C 1.94:
14320: removed unused defalts_name global
14321:
14322: * src/main/pa_transcoder.C 1.2:
14323: transcodeToUTF8,
14324: now form&uri lang
14325:
14326: 2001-12-13 paf
14327: * src/include/pa_types.h 1.35:
14328: msvc head debugging flag
14329:
14330: * src/classes/xdoc.C 1.49:
14331: freed up listener
14332:
14333: * src/classes/xdoc.C 1.51:
14334: * src/main/pa_sql_driver_manager.C 1.57:
14335: rewritten auto_ptr part other way, because of stupid gcc 2.96
14336: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14337: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14338: FormatterListener]
14339: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14340: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14341: FormatterListener, _Tp = FormatterListener]
14342:
14343: * src/include/pa_config_fixed.h 1.32:
14344: * src/main/pa_common.C 1.94:
14345: * src/main/pa_string.C 1.131:
14346: removed signed mismatch warnings
14347:
14348: * src/classes/xdoc.C 1.52:
14349: rewritten auto_ptr part other way2, because of stupid gcc 2.96
14350: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14351: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14352: FormatterListener]
14353: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14354: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14355: FormatterListener, _Tp = FormatterListener]
14356:
14357: * src/main/pa_string.C 1.130:
14358: string::recustruct erroreusly used outdated row ptr
14359:
14360: * src/include/pa_cache_managers.h 1.3:
14361: * src/include/pa_charset_manager.h 1.7:
14362: * src/include/pa_config_fixed.h 1.33:
14363: * src/include/pa_db_manager.h 1.11:
14364: * src/include/pa_sql_driver_manager.h 1.19:
14365: * src/include/pa_stylesheet_manager.h 1.8:
14366: * src/main/pa_cache_managers.C 1.2:
14367: * src/main/pa_globals.C 1.93:
14368: ~Cache_managers
14369:
14370: * src/classes/string.C 1.91:
14371: change msg '... code is not code'
14372:
14373: * src/classes/xdoc.C 1.50:
14374: removed extra inc
14375:
14376: * src/targets/apache13/mod_parser3.C 1.14:
14377: * src/targets/cgi/parser3.C 1.147:
14378: * src/targets/isapi/parser3isapi.C 1.61:
14379: removed 'expires' from header outputs
14380:
14381: * src/targets/cgi/pa_pool.C 1.34:
14382: * src/targets/isapi/pa_pool.C 1.10:
14383: EOL@EOF
14384:
14385: * src/main/pa_db_connection.C 1.34:
14386: * src/main/pa_db_manager.C 1.19:
14387: * src/main/pa_sql_driver_manager.C 1.56:
14388: * src/main/pa_stylesheet_manager.C 1.8:
14389: * src/targets/cgi/pool_storage.h 1.6:
14390: couple cache expiratiors were wrong [past/future prob]
14391:
14392: * src/classes/xdoc.C 1.48:
14393: lang list updated
14394:
14395: * src/targets/cgi/pa_pool.C 1.33:
14396: * src/targets/cgi/parser3.C 1.148:
14397: msvc heap debugging flag
14398:
14399: * src/classes/file.C 1.66:
14400: file::cgi bug, request_method were passed to SERVER_PROTOCOL
14401: but SERVER_PROTOCOL were forgotten
14402:
14403: 2001-12-10 paf
14404: * src/main/untaint.C 1.83:
14405: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
14406: introducing
14407: // theoretical problem with, for instance, "_2B" and "." fragments,
14408: // they would yield the same
14409: // because need_file_encode('_')=false
14410: // but we need to delete such files somehow, getting names from ^index
14411:
14412: * src/main/pa_string.C 1.129:
14413: ^string.replace bug fixed [bad string::join_chank break]
14414:
14415: * src/classes/math.C 1.10:
14416: ^math:random(n) now yields[0;n) not [0;n]
14417:
14418: 2001-12-07 paf
14419: * src/main/pa_string.C 1.125.2.1.2.2:
14420: stupid sparc architecture failed to access short at odd address
14421: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
14422:
14423: bus error,
14424: fixed that
14425:
14426: * src/include/pa_config_auto.h.in 1.14.6.1:
14427: makes
14428:
14429: * src/main/pa_string.C 1.125.2.1.2.1:
14430: strange string deserialize bug on client[pmts], a bit shortened,
14431:
14432: * src/include/pa_common.h 1.66.6.2:
14433: * src/include/pa_config_fixed.h 1.30.8.2:
14434: * src/include/pa_config_includes.h 1.13.6.1:
14435: * src/main/pa_common.C 1.91.4.1.2.2:
14436: exclusive lock file write
14437: shared lock file read
14438:
14439: * src/classes/hashfile.C 1.17:
14440: * src/classes/op.C 1.63:
14441: * src/classes/table.C 1.135:
14442: * src/include/pa_common.h 1.67:
14443: * src/include/pa_config_auto.h.in 1.15:
14444: * src/include/pa_config_fixed.h 1.31:
14445: * src/include/pa_config_includes.h 1.14:
14446: * src/include/pa_db_table.h 1.10:
14447: * src/include/pa_request.h 1.112:
14448: * src/main/pa_common.C 1.93:
14449: * src/main/pa_db_table.C 1.15:
14450: * src/main/pa_request.C 1.183:
14451: * src/main/pa_string.C 1.128:
14452: * src/types/pa_vhashfile.C 1.16:
14453: merged from r14_simple_cache
14454:
14455: 2001-12-06 paf
14456: * src/main/compile.tab.C 1.27:
14457: * src/targets/cgi/parser3.C 1.146:
14458: removed debug info
14459:
14460: * src/classes/op.C 1.62.2.1.2.1:
14461: * src/classes/table.C 1.133.2.2.2.1:
14462: * src/include/pa_request.h 1.111.2.1.2.1:
14463: * src/main/pa_request.C 1.182.2.1.2.1:
14464: #ifdef RESOURCES_DEBUG
14465:
14466: * src/classes/op.C 1.62.2.1.2.2:
14467: * src/include/pa_common.h 1.66.6.1:
14468: * src/include/pa_config_fixed.h 1.30.8.1:
14469: * src/main/pa_common.C 1.91.4.1.2.1:
14470: ^cache operator
14471:
14472: * src/classes/hashfile.C 1.15.6.2:
14473: removed transaction from ^cache
14474:
14475: 2001-12-05 paf
14476: * src/targets/cgi/parser3.C 1.144:
14477: * src/targets/cgi/parser3.C 1.145:
14478: fatal error reporting fixed.
14479: in IIS5 there were a prob with illegal call check
14480:
14481: 2001-12-04 paf
14482: * src/classes/op.C 1.62.2.1:
14483: * src/classes/table.C 1.133.2.2:
14484: * src/include/pa_request.h 1.111.2.1:
14485: * src/main/pa_request.C 1.182.2.1:
14486: measures to log
14487:
14488: 2001-11-26 paf
14489: * src/targets/apache13/mod_parser3.C 1.13:
14490: merge dir config now works OK with parser_root_config_filespec
14491:
14492: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
14493:
14494: 2001-11-23 paf
14495: * src/classes/hashfile.C 1.16:
14496: * src/classes/table.C 1.134:
14497: * src/include/pa_db_table.h 1.9:
14498: * src/main/pa_common.C 1.92:
14499: * src/main/pa_db_table.C 1.14:
14500: * src/main/pa_string.C 1.127:
14501: * src/types/pa_vhashfile.C 1.15:
14502: merged from _0014, 1
14503:
14504: * src/classes/hashfile.C 1.15.6.1:
14505: * src/classes/table.C 1.133.2.1:
14506: * src/include/pa_db_table.h 1.8.6.1:
14507: * src/main/pa_common.C 1.91.4.1:
14508: * src/main/pa_db_table.C 1.12.6.2:
14509: * src/types/pa_vhashfile.C 1.14.6.1:
14510: hashfile bugfix2 more wrong sizes.
14511: ^cache behaviour changed: if ^cache(33) would change
14512:
14513: 0660 bits in file_write & hashfile create
14514:
14515: * src/main/pa_db_table.C 1.12.6.1:
14516: * src/main/pa_db_table.C 1.13:
14517: * src/main/pa_string.C 1.125.2.1:
14518: * src/main/pa_string.C 1.126:
14519: cache bugfix [wrong types after pa_string optimization]
14520:
14521: 2001-11-22 paf
14522: * src/main/untaint.C 1.82:
14523: ORIGINS mode removed UHTML
14524:
14525: * src/classes/op.C 1.62:
14526: process cstr(,connection)
14527:
14528: * src/Makefile.in 1.38:
14529: * src/classes/xdoc.C 1.47:
14530: * src/targets/Makefile.in 1.26:
14531: * src/targets/apache13/Makefile.in 1.25:
14532: * src/targets/cgi/Makefile.in 1.30:
14533: cached xslt [removed nocache forcing]
14534:
14535: * src/classes/op.C 1.61:
14536: process now gets its body on current language, not as-is
14537:
14538: * src/main/untaint.C 1.81:
14539: ORIGINS mode was bad - forgot about optimize bit
14540:
14541: * src/classes/table.C 1.133:
14542: * src/include/pa_table.h 1.37:
14543: * src/main/pa_table.C 1.41:
14544: table.offset[whence]
14545:
14546: 2001-11-21 paf
14547: * src/classes/table.C 1.132:
14548: * src/main/pa_string.C 1.124:
14549: * src/main/untaint.C 1.78:
14550: * src/targets/cgi/parser3.C 1.141:
14551: table.append bug fixed: forgot to switch default language for {
14552: code}, it happen to change it's language from CLEAN, so later
14553: refused to split by CLEAN \t
14554:
14555: * src/classes/xdoc.C 1.46:
14556: * src/types/pa_vxdoc.C 1.7:
14557: * src/types/pa_vxdoc.h 1.13:
14558: <xsl:output
14559: output options made identical to xsl:output attributes
14560: exclusion:
14561: cdata-section-elements
14562: what xalan can do but that not used now:
14563: it can escape and remove CDATA sections
14564:
14565: * src/targets/cgi/parser3.C 1.142:
14566: removed debug cgi||1
14567:
14568: * src/main/untaint.C 1.80:
14569: * src/targets/cgi/parser3.C 1.143:
14570: optimized \r produced by xslt
14571:
14572: * src/main/pa_string.C 1.125:
14573: * src/main/untaint.C 1.79:
14574: cached some string::size() es
14575:
14576: 2001-11-20 paf
14577: * src/classes/Makefile.am 1.31:
14578: * src/classes/Makefile.in 1.33:
14579: * src/classes/table.C 1.131:
14580: * src/main/Makefile.am 1.25:
14581: * src/main/Makefile.in 1.30:
14582: * src/main/pa_exception.C 1.27:
14583: * src/types/Makefile.am 1.13:
14584: * src/types/Makefile.in 1.25:
14585: moved ident.C & co to bottom of dependeces, so that errors
14586: would popup quicklier, fixed line numbering in table::sql
14587:
14588: 2001-11-19 paf
14589: * src/classes/op.C 1.60:
14590: * src/include/pa_request.h 1.111:
14591: * src/include/pa_string.h 1.119:
14592: * src/include/pa_types.h 1.34:
14593: * src/main/pa_globals.C 1.92:
14594: * src/main/pa_request.C 1.182:
14595: * src/main/pa_string.C 1.123:
14596: * src/main/untaint.C 1.77:
14597: * src/targets/apache13/mod_parser3.C 1.12:
14598: * src/targets/cgi/parser3.C 1.140:
14599: * src/targets/isapi/parser3isapi.C 1.60:
14600: * src/types/pa_wcontext.C 1.13:
14601: * src/types/pa_wcontext.h 1.22:
14602: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
14603:
14604: * src/classes/Makefile.in 1.32:
14605: * src/main/Makefile.in 1.29:
14606: * src/targets/Makefile.am 1.8:
14607: * src/targets/Makefile.in 1.25:
14608: * src/targets/apache13/Makefile.in 1.24:
14609: * src/targets/apache13/mod_parser3.C 1.11:
14610: * src/targets/cgi/Makefile.in 1.29:
14611: * src/targets/cgi/parser3.C 1.139:
14612: * src/types/Makefile.in 1.24:
14613: #if _MSC_VER _set_new_handler
14614:
14615: * src/Makefile.in 1.37:
14616: * src/targets/apache13/mod_parser3.C 1.10:
14617: * src/targets/cgi/parser3.C 1.138:
14618: * src/targets/isapi/parser3isapi.C 1.59:
14619: set_new_handler in apache&isapi
14620:
14621: 2001-11-16 paf
14622: * src/include/pa_string.h 1.117:
14623: * src/main/pa_string.C 1.120:
14624: * src/main/pa_string.C 1.121:
14625: * src/main/untaint.C 1.76:
14626: * src/types/pa_vstring.C 1.14:
14627: removed 1+4 bytes from String
14628:
14629: * src/include/pa_string.h 1.118:
14630: * src/include/pa_types.h 1.33:
14631: * src/main/pa_string.C 1.122:
14632: removed 8 bytes from String, 2 bytes from string::chunk::row::item
14633:
14634: * src/include/pa_globals.h 1.69:
14635: * src/include/pa_string.h 1.116:
14636: * src/include/pa_types.h 1.32:
14637: * src/main/pa_globals.C 1.91:
14638: * src/main/pa_pool.C 1.44:
14639: * src/main/pa_pool.C 1.45:
14640: * src/main/pa_request.C 1.181:
14641: * src/main/untaint.C 1.75:
14642: * src/sql/pa_sql_driver.h 1.24:
14643: * src/targets/cgi/parser3.C 1.136:
14644: introducing estimating String::cstr_bufsize, 0
14645:
14646: * src/include/pa_pool.h 1.70:
14647: * src/include/pa_pool.h 1.71:
14648: * src/main/execute.C 1.206:
14649: * src/main/pa_pool.C 1.41:
14650: * src/main/pa_pool.C 1.42:
14651: * src/main/pa_pool.C 1.43:
14652: * src/targets/cgi/parser3.C 1.134:
14653: * src/targets/cgi/parser3.C 1.135:
14654: die in pool::fail
14655:
14656: * src/targets/cgi/parser3.C 1.137:
14657: pool debug @ die
14658:
14659: 2001-11-15 paf
14660: * src/Makefile.in 1.36:
14661: configure set_new_handler check added
14662:
14663: * src/targets/cgi/parser3.C 1.131:
14664: set_new_handler started
14665:
14666: * src/include/pa_exception.h 1.22:
14667: * src/main/execute.C 1.205:
14668: * src/main/main.dsp 1.140:
14669: * src/main/pa_exception.C 1.26:
14670: * src/targets/cgi/parser3.C 1.133:
14671: exception with dynamic buffer re-back
14672: now with counter
14673:
14674: * src/include/pa_config_auto.h.in 1.13:
14675: * src/main/Makefile.in 1.28:
14676: makes
14677:
14678: * src/include/pa_exception.h 1.21:
14679: * src/main/pa_exception.C 1.25:
14680: exception with static buffer back
14681:
14682: * src/classes/classes.awk 1.5:
14683: * src/include/pa_config_auto.h.in 1.14:
14684: * src/include/pa_config_includes.h 1.13:
14685: setnewhandler check
14686:
14687: * src/targets/cgi/parser3.C 1.132:
14688: std::
14689:
14690: 2001-11-14 paf
14691: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
14692: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
14693: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
14694: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
14695: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
14696: fixed this:
14697: $bred[^string::length[]]
14698: $bred[^response::clear[]]
14699: $bred[^int::int[]]
14700:
14701: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
14702:
14703: * src/include/pa_common.h 1.64:
14704: * src/include/pa_common.h 1.65:
14705: * src/include/pa_common.h 1.66:
14706: * src/main/pa_common.C 1.90:
14707: * src/main/pa_common.C 1.91:
14708: snprintf replacement was wrong
14709:
14710: * src/main/execute.C 1.204:
14711: * src/types/pa_vclass.h 1.22:
14712: * src/types/pa_vobject.h 1.14:
14713: * src/types/pa_vstateless_class.h 1.21:
14714: * src/types/pa_vstateless_object.h 1.13:
14715: merged with no_bad_constructors_try
14716:
14717: * src/classes/op.C 1.59:
14718: ^untaint{body} as-is default now
14719:
14720: * src/main/pa_request.C 1.180:
14721: z
14722:
14723: * src/include/pa_common.h 1.63:
14724: * src/main/pa_common.C 1.88:
14725: * src/main/pa_common.C 1.89:
14726: snprintf on buffer full returns
14727: win32 -1
14728: solaris >buffer_size
14729:
14730: checked all that
14731:
14732: 2001-11-13 paf
14733: * src/classes/classes.C 1.13:
14734: returned accedently removed if in foreach callbacks [when hash
14735: no-0-restructure]
14736:
14737: 2001-11-12 paf
14738: * src/classes/classes.C 1.12:
14739: * src/classes/hash.C 1.31:
14740: * src/classes/xdoc.C 1.45:
14741: * src/include/pa_hash.h 1.51:
14742: * src/main/pa_db_connection.C 1.33:
14743: * src/main/pa_db_manager.C 1.18:
14744: * src/main/pa_dictionary.C 1.10:
14745: * src/main/pa_hash.C 1.48:
14746: * src/main/pa_sql_driver_manager.C 1.55:
14747: * src/main/pa_stylesheet_manager.C 1.7:
14748: hash now does not containt 0 values. put 0 actullay removes.
14749: no check on 0 value in foreach now required
14750:
14751: * src/classes/date.C 1.13:
14752: date.roll parser2 alg used
14753:
14754: * src/main/pa_pool.C 1.40:
14755: changed xdoc createXXX politics, now string passed as-is to
14756: method, xalan makes & into & itself
14757:
14758: 2001-11-11 paf
14759: * src/main/pa_sql_driver_manager.C 1.53:
14760: * src/sql/pa_sql_driver.h 1.21:
14761: sql driver initialize not const
14762:
14763: * src/sql/pa_sql_driver.h 1.23:
14764: removed extra constructor, doc
14765:
14766: * src/main/pa_sql_driver_manager.C 1.54:
14767: * src/sql/pa_sql_driver.h 1.22:
14768: CRLF
14769:
14770: 2001-11-10 paf
14771: * src/main/pa_exec.C 1.18:
14772: doc
14773:
14774: 2001-11-09 paf
14775: * src/main/pa_common.C 1.87:
14776: line endings fixing fixed last piece[was still cstr oriented]
14777:
14778: * src/include/pa_common.h 1.62:
14779: * src/main/pa_common.C 1.86:
14780: * src/types/pa_vform.C 1.48:
14781: line endings fixing got rid of cstr, now must work ok with post multipart
14782:
14783: * src/classes/string.C 1.90:
14784: * src/classes/xdoc.C 1.44:
14785: xdoc::set{code} now untaints param properly
14786:
14787: * src/types/pa_vform.C 1.47:
14788: line endings fixed at post / multipart / not file also now
14789:
14790: * src/classes/string.C 1.89:
14791: string.save now does untainting before saving
14792:
14793: 2001-11-08 paf
14794: * src/include/pa_request.h 1.110:
14795: * src/main/pa_request.C 1.179:
14796: * src/targets/apache13/mod_parser3.C 1.9:
14797: * src/targets/cgi/parser3.C 1.130:
14798: * src/targets/isapi/parser3isapi.C 1.58:
14799: apache 'status' class enabler
14800:
14801: <Location /parser-status.html>
14802: ParserStatusAllowed
14803: </Location>
14804:
14805: * src/Makefile.in 1.35:
14806: * src/include/pa_common.h 1.61:
14807: * src/main/Makefile.am 1.24:
14808: * src/main/Makefile.in 1.27:
14809: * src/targets/cgi/pa_pool.C 1.32:
14810: makes
14811:
14812: * src/include/pa_cache_managers.h 1.2:
14813: * src/include/pa_charset_manager.h 1.6:
14814: * src/include/pa_db_manager.h 1.10:
14815: * src/include/pa_sql_driver_manager.h 1.18:
14816: * src/include/pa_stylesheet_manager.h 1.7:
14817: * src/main/pa_charset_manager.C 1.8:
14818: * src/main/pa_db_manager.C 1.17:
14819: * src/main/pa_sql_driver_manager.C 1.52:
14820: * src/main/pa_stylesheet_manager.C 1.6:
14821: restructured Cache manager to be simple parent, not second
14822: parent [gcc 2.96 strangly refused to call virtual from second
14823: parent]
14824:
14825: * src/include/pa_cache_managers.h 1.1:
14826: * src/include/pa_charset_manager.h 1.5:
14827: * src/include/pa_db_manager.h 1.9:
14828: * src/include/pa_sql_driver_manager.h 1.17:
14829: * src/include/pa_stylesheet_manager.h 1.6:
14830: * src/main/main.dsp 1.139:
14831: * src/main/pa_cache_managers.C 1.1:
14832: * src/main/pa_charset_manager.C 1.7:
14833: * src/main/pa_db_manager.C 1.16:
14834: * src/main/pa_globals.C 1.90:
14835: * src/main/pa_request.C 1.178:
14836: * src/main/pa_sql_driver_manager.C 1.51:
14837: * src/main/pa_stylesheet_manager.C 1.5:
14838: * src/types/pa_vstatus.h 1.4:
14839: cache_managers, maybe-expiring every request
14840: todo: apache 'status' class enabler
14841:
14842: 2001-11-05 paf
14843: * src/classes/xdoc.C 1.42:
14844: * src/include/pa_db_connection.h 1.16:
14845: * src/include/pa_stylesheet_connection.h 1.15:
14846: * src/include/pa_stylesheet_manager.h 1.4:
14847: * src/main/pa_stylesheet_manager.C 1.3:
14848: * src/types/pa_vstatus.h 1.2:
14849: $status:stylesheet
14850:
14851: * src/targets/cgi/parser3.C 1.129:
14852: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
14853: checked that in cgi, on apache already done :)
14854:
14855: * src/main/pa_db_connection.C 1.31:
14856: * src/main/pa_db_manager.C 1.14:
14857: * src/main/pa_request.C 1.177:
14858: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
14859:
14860: expiring to 0 time was wrong, changed to 'now' time
14861:
14862: * src/main/pa_db_connection.C 1.30:
14863: * src/main/pa_db_manager.C 1.13:
14864: hence i removed skipping 0 values in hash::for_each-es we need
14865: to check cleaned cache items manually
14866:
14867: * src/include/pa_charset_connection.h 1.3:
14868: * src/main/pa_charset_manager.C 1.5:
14869: $status:charset
14870:
14871: * src/classes/classes.C 1.11:
14872: * src/classes/classes.h 1.14:
14873: * src/classes/date.C 1.12:
14874: * src/classes/double.C 1.41:
14875: * src/classes/file.C 1.65:
14876: * src/classes/form.C 1.19:
14877: * src/classes/hash.C 1.30:
14878: * src/classes/hashfile.C 1.15:
14879: * src/classes/image.C 1.62:
14880: * src/classes/int.C 1.38:
14881: * src/classes/mail.C 1.44:
14882: * src/classes/math.C 1.9:
14883: * src/classes/op.C 1.58:
14884: * src/classes/response.C 1.16:
14885: * src/classes/string.C 1.88:
14886: * src/classes/table.C 1.130:
14887: * src/classes/void.C 1.13:
14888: * src/classes/xdoc.C 1.43:
14889: * src/classes/xnode.C 1.18:
14890: * src/classes/xnode.h 1.4:
14891: * src/include/pa_array.h 1.47:
14892: * src/include/pa_charset_connection.h 1.4:
14893: * src/include/pa_charset_manager.h 1.4:
14894: * src/include/pa_common.h 1.60:
14895: * src/include/pa_config_fixed.h 1.30:
14896: * src/include/pa_config_includes.h 1.12:
14897: * src/include/pa_db_connection.h 1.17:
14898: * src/include/pa_db_manager.h 1.8:
14899: * src/include/pa_db_table.h 1.8:
14900: * src/include/pa_dictionary.h 1.7:
14901: * src/include/pa_dir.h 1.8:
14902: * src/include/pa_exception.h 1.20:
14903: * src/include/pa_exec.h 1.4:
14904: * src/include/pa_globals.h 1.68:
14905: * src/include/pa_hash.h 1.50:
14906: * src/include/pa_opcode.h 1.8:
14907: * src/include/pa_pool.h 1.69:
14908: * src/include/pa_pragma_pack_begin.h 1.2:
14909: * src/include/pa_pragma_pack_end.h 1.2:
14910: * src/include/pa_request.h 1.109:
14911: * src/include/pa_sapi.h 1.15:
14912: * src/include/pa_socks.h 1.5:
14913: * src/include/pa_sql_connection.h 1.19:
14914: * src/include/pa_sql_driver_manager.h 1.16:
14915: * src/include/pa_stack.h 1.11:
14916: * src/include/pa_string.h 1.115:
14917: * src/include/pa_stylesheet_connection.h 1.16:
14918: * src/include/pa_stylesheet_manager.h 1.5:
14919: * src/include/pa_table.h 1.36:
14920: * src/include/pa_threads.h 1.20:
14921: * src/include/pa_types.h 1.31:
14922: * src/main/compile.C 1.53:
14923: * src/main/compile.tab.C 1.26:
14924: * src/main/compile_tools.C 1.40:
14925: * src/main/compile_tools.h 1.51:
14926: * src/main/execute.C 1.203:
14927: * src/main/pa_array.C 1.43:
14928: * src/main/pa_charset_connection.C 1.11:
14929: * src/main/pa_charset_manager.C 1.6:
14930: * src/main/pa_common.C 1.85:
14931: * src/main/pa_db_connection.C 1.28:
14932: * src/main/pa_db_manager.C 1.12:
14933: * src/main/pa_db_table.C 1.11:
14934: * src/main/pa_dictionary.C 1.9:
14935: * src/main/pa_dir.C 1.8:
14936: * src/main/pa_exception.C 1.24:
14937: * src/main/pa_exec.C 1.17:
14938: * src/main/pa_globals.C 1.89:
14939: * src/main/pa_hash.C 1.47:
14940: * src/main/pa_pool.C 1.39:
14941: * src/main/pa_request.C 1.176:
14942: * src/main/pa_socks.C 1.8:
14943: * src/main/pa_sql_driver_manager.C 1.50:
14944: * src/main/pa_status_provider.C 1.2:
14945: * src/main/pa_string.C 1.119:
14946: * src/main/pa_stylesheet_manager.C 1.4:
14947: * src/main/pa_table.C 1.40:
14948: * src/main/untaint.C 1.74:
14949: * src/sql/pa_sql_driver.h 1.20:
14950: * src/targets/apache13/mod_parser3.C 1.8:
14951: * src/targets/apache13/pa_pool.C 1.3:
14952: * src/targets/apache13/pa_threads.C 1.3:
14953: * src/targets/cgi/pa_pool.C 1.31:
14954: * src/targets/cgi/pa_threads.C 1.5:
14955: * src/targets/cgi/parser3.C 1.128:
14956: * src/targets/cgi/pool_storage.h 1.5:
14957: * src/targets/isapi/pa_pool.C 1.9:
14958: * src/targets/isapi/pa_threads.C 1.5:
14959: * src/targets/isapi/parser3isapi.C 1.57:
14960: * src/targets/isapi/pool_storage.h 1.13:
14961: * src/types/pa_valiased.C 1.11:
14962: * src/types/pa_valiased.h 1.16:
14963: * src/types/pa_value.h 1.77:
14964: * src/types/pa_vbool.h 1.15:
14965: * src/types/pa_vclass.h 1.21:
14966: * src/types/pa_vcode_frame.h 1.12:
14967: * src/types/pa_vcookie.C 1.32:
14968: * src/types/pa_vcookie.h 1.13:
14969: * src/types/pa_vdate.h 1.6:
14970: * src/types/pa_vdouble.h 1.28:
14971: * src/types/pa_venv.h 1.18:
14972: * src/types/pa_vfile.C 1.23:
14973: * src/types/pa_vfile.h 1.37:
14974: * src/types/pa_vform.C 1.46:
14975: * src/types/pa_vform.h 1.29:
14976: * src/types/pa_vhash.h 1.27:
14977: * src/types/pa_vhashfile.C 1.14:
14978: * src/types/pa_vhashfile.h 1.12:
14979: * src/types/pa_vimage.C 1.14:
14980: * src/types/pa_vimage.h 1.22:
14981: * src/types/pa_vint.h 1.29:
14982: * src/types/pa_vjunction.h 1.10:
14983: * src/types/pa_vmath.h 1.4:
14984: * src/types/pa_vmethod_frame.h 1.19:
14985: * src/types/pa_vobject.h 1.13:
14986: * src/types/pa_vrequest.C 1.11:
14987: * src/types/pa_vrequest.h 1.12:
14988: * src/types/pa_vresponse.h 1.17:
14989: * src/types/pa_vstateless_class.C 1.11:
14990: * src/types/pa_vstateless_class.h 1.20:
14991: * src/types/pa_vstateless_object.h 1.12:
14992: * src/types/pa_vstatus.h 1.3:
14993: * src/types/pa_vstring.C 1.13:
14994: * src/types/pa_vstring.h 1.39:
14995: * src/types/pa_vtable.C 1.9:
14996: * src/types/pa_vtable.h 1.35:
14997: * src/types/pa_vvoid.h 1.6:
14998: * src/types/pa_vxdoc.C 1.6:
14999: * src/types/pa_vxdoc.h 1.12:
15000: * src/types/pa_vxnode.C 1.11:
15001: * src/types/pa_vxnode.h 1.8:
15002: * src/types/pa_wcontext.C 1.12:
15003: * src/types/pa_wcontext.h 1.21:
15004: * src/types/pa_wwrapper.h 1.14:
15005: $status:db
15006: fixed used not initialized in db_connection & db_table
15007:
15008: * src/include/pa_charset_manager.h 1.3:
15009: * src/include/pa_db_manager.h 1.7:
15010: * src/include/pa_request.h 1.108:
15011: * src/include/pa_sql_connection.h 1.18:
15012: * src/include/pa_sql_driver_manager.h 1.15:
15013: * src/include/pa_stylesheet_manager.h 1.3:
15014: * src/main/main.dsp 1.138:
15015: * src/main/pa_charset_manager.C 1.4:
15016: * src/main/pa_common.C 1.84:
15017: * src/main/pa_db_manager.C 1.11:
15018: * src/main/pa_globals.C 1.88:
15019: * src/main/pa_request.C 1.175:
15020: * src/main/pa_sql_driver_manager.C 1.49:
15021: * src/main/pa_status_provider.C 1.1:
15022: * src/main/pa_stylesheet_manager.C 1.2:
15023: * src/types/pa_vstatus.h 1.1:
15024: * src/types/pa_vxnode.C 1.10:
15025: * src/types/types.dsp 1.14:
15026: started status parser class
15027:
15028: * src/main/pa_db_connection.C 1.29:
15029: * src/main/pa_db_table.C 1.12:
15030: parser_multithreaded check was wrong
15031:
15032: * src/main/pa_db_connection.C 1.32:
15033: * src/main/pa_db_manager.C 1.15:
15034: expiration from debug to normal
15035:
15036: 2001-11-01 paf
15037: * src/classes/hash.C 1.26:
15038: * src/classes/op.C 1.54:
15039: * src/types/pa_vmethod_frame.h 1.18:
15040: * src/types/pa_vstring.C 1.12:
15041: * src/types/pa_vstring.h 1.38:
15042: ^foreach[key|value]{body}[[separator]|{separator}]
15043:
15044: * src/classes/hash.C 1.25:
15045: * src/include/pa_hash.h 1.48:
15046: * src/main/pa_hash.C 1.44:
15047: * src/types/pa_vcookie.C 1.31:
15048: ^hash.delete[key]
15049:
15050: * src/classes/math.C 1.8:
15051: * src/include/pa_common.h 1.59:
15052: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
15053:
15054: * src/classes/op.C 1.57:
15055: ^for endless loop check strightened
15056:
15057: * src/Makefile.in 1.34:
15058: * src/classes/Makefile.in 1.31:
15059: * src/include/pa_config_auto.h.in 1.12:
15060: * src/main/Makefile.in 1.26:
15061: * src/targets/Makefile.in 1.24:
15062: * src/targets/apache13/Makefile.in 1.23:
15063: * src/targets/cgi/Makefile.in 1.28:
15064: * src/types/Makefile.in 1.23:
15065: makes
15066:
15067: * src/main/pa_hash.C 1.46:
15068: removed old extra include
15069:
15070: * src/classes/hash.C 1.28:
15071: * src/classes/xdoc.C 1.41:
15072: * src/classes/xnode.C 1.17:
15073: * src/include/pa_hash.h 1.49:
15074: * src/main/pa_hash.C 1.45:
15075: * src/main/pa_request.C 1.174:
15076: * src/types/pa_vhash.h 1.26:
15077: * src/types/pa_vxnode.C 1.9:
15078: hash locking
15079: disabled changing of hash inside of foreach
15080:
15081: * src/classes/hash.C 1.27:
15082: * src/classes/hashfile.C 1.14:
15083: * src/types/pa_vhashfile.C 1.13:
15084: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
15085: prev were hash.foreach
15086:
15087: * src/classes/hash.C 1.29:
15088: * src/classes/op.C 1.56:
15089: * src/main/execute.C 1.202:
15090: changed root behavior in native calls.
15091: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
15092:
15093: * src/classes/op.C 1.55:
15094: detected for var storage bug, fixed. todo:foreach
15095:
15096: 2001-10-31 paf
15097: * src/main/pa_sql_driver_manager.C 1.47:
15098: hiding passwords and addresses from accidental show [imagine
15099: user forgot @exception]
15100:
15101: * src/main/pa_db_connection.C 1.26:
15102: * src/main/pa_sql_driver_manager.C 1.48:
15103: // lockdetector flags
15104: dbenv.lk_detect=DB_LOCK_RANDOM;
15105:
15106: * src/include/pa_opcode.h 1.7:
15107: * src/main/compile.tab.C 1.25:
15108: * src/main/compile.y 1.173:
15109: * src/main/execute.C 1.201:
15110: \ in expression: int divide 10/3=3
15111:
15112: * src/main/pa_common.C 1.81:
15113: typing bug in common - bad ifdeff
15114:
15115: * src/types/pa_vhashfile.h 1.11:
15116: hashfile ^delete to do something only inside of ^cache
15117:
15118: * src/include/pa_threads.h 1.19:
15119: * src/main/pa_db_connection.C 1.25:
15120: * src/main/pa_db_table.C 1.10:
15121: * src/targets/apache13/pa_threads.C 1.2:
15122: * src/targets/cgi/pa_threads.C 1.4:
15123: * src/targets/isapi/pa_threads.C 1.4:
15124: libdb DB_THREAD flag only when really needed
15125:
15126: * src/main/pa_db_connection.C 1.27:
15127: z
15128:
15129: * src/classes/file.C 1.64:
15130: * src/classes/image.C 1.61:
15131: * src/classes/mail.C 1.43:
15132: * src/classes/string.C 1.87:
15133: * src/classes/xnode.C 1.16:
15134: * src/include/pa_common.h 1.58:
15135: * src/main/pa_common.C 1.80:
15136: ^string.save[[append;]path]
15137:
15138: * src/main/compile.C 1.52:
15139: * src/main/pa_common.C 1.83:
15140: completely empty file now considered "read", not ignored [not
15141: perfect trick used]
15142:
15143: * src/classes/table.C 1.129:
15144: ^table.save[[nameless|+append;]path]
15145:
15146: * src/main/pa_common.C 1.82:
15147: simplier common ifdefs
15148:
15149: 2001-10-30 paf
15150: * src/include/pa_common.h 1.57:
15151: * src/main/pa_common.C 1.79:
15152: * src/types/pa_vform.C 1.45:
15153: form post data line endings not reformatted now.
15154:
15155: * src/classes/xdoc.C 1.40:
15156: rolled back {} in xdoc.createTextNode for now
15157:
15158: * src/classes/classes.dsp 1.13:
15159: * src/main/main.dsp 1.137:
15160: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
15161: * src/targets/cgi/parser3.dsp 1.38:
15162: * src/targets/isapi/parser3isapi.dsp 1.29:
15163: * src/types/types.dsp 1.13:
15164: enabled debug incremental compile
15165:
15166: * src/main/pa_db_connection.C 1.24:
15167: * src/main/pa_db_manager.C 1.10:
15168: * src/main/pa_db_table.C 1.9:
15169: * src/main/pa_exec.C 1.16:
15170: * src/main/pa_request.C 1.173:
15171: * src/main/pa_sql_driver_manager.C 1.46:
15172: * src/main/pa_string.C 1.118:
15173: cstr(asis) default param removed
15174:
15175: * src/types/pa_vform.C 1.44:
15176: * src/types/pa_vform.h 1.28:
15177: AppendFormEntry length param now required [had bug when file=
15178: has no value]
15179:
15180: * src/types/pa_vform.C 1.43:
15181: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
15182:
15183: * src/include/pa_dir.h 1.7:
15184: LOAD_DIR fixed
15185:
15186: * src/include/pa_config_fixed.h 1.29:
15187: * src/include/pa_pragma_pack_begin.h 1.1:
15188: * src/include/pa_pragma_pack_end.h 1.1:
15189: * src/include/pa_string.h 1.114:
15190: * src/include/pa_types.h 1.30:
15191: String & Origin packed with #pragma pack
15192:
15193: * src/Makefile.in 1.33:
15194: * src/include/pa_config_auto.h.in 1.11:
15195: pragma detection
15196:
15197: * src/classes/xdoc.C 1.39:
15198: rolled back {} in xdoc.createElement for now
15199:
15200: 2001-10-29 paf
15201: * src/types/pa_wcontext.h 1.20:
15202: bitfield syntax stricter
15203:
15204: * src/include/pa_string.h 1.111:
15205: * src/main/pa_string.C 1.115:
15206: * src/targets/cgi/pa_pool.C 1.27:
15207: debugging memory
15208: String::fused_rows func now
15209:
15210: [Mon Oct 29 17:55:45 2001] total 5917436/158731
15211: [Mon Oct 29 18:11:53 2001] total 5796092/158731
15212:
15213: * src/classes/file.C 1.61:
15214: * src/classes/image.C 1.60:
15215: * src/classes/string.C 1.86:
15216: * src/classes/xdoc.C 1.38:
15217: * src/include/pa_pool.h 1.68:
15218: * src/include/pa_string.h 1.109:
15219: * src/main/execute.C 1.199:
15220: * src/main/pa_array.C 1.41:
15221: * src/main/pa_common.C 1.78:
15222: * src/main/pa_hash.C 1.43:
15223: * src/main/pa_sql_driver_manager.C 1.45:
15224: * src/main/pa_string.C 1.114:
15225: * src/main/untaint.C 1.70:
15226: * src/targets/cgi/pa_pool.C 1.25:
15227: * src/targets/cgi/parser3.C 1.126:
15228: * src/types/pa_vcookie.C 1.30:
15229: * src/types/pa_vstring.h 1.37:
15230: debuggging memory.
15231: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
15232: VString(String&) not copies reference [29M -> 17M]
15233:
15234: * src/include/pa_sql_connection.h 1.17:
15235: SQL_CONNECTION_FUNC_GUARDED name
15236:
15237: * src/targets/isapi/pa_pool.C 1.8:
15238: added isapi&apache real_malloc debug param.someday either ifdef
15239: or remove it
15240:
15241: * src/targets/apache13/pa_pool.C 1.2:
15242: * src/targets/cgi/pa_pool.C 1.30:
15243: * src/targets/cgi/parser3.C 1.127:
15244: removed debug defines
15245:
15246: * src/Makefile.am 1.12:
15247: .am order
15248:
15249: * src/main/pa_sql_driver_manager.C 1.44:
15250: ping to have services [old hiding bug]
15251:
15252: * src/main/untaint.C 1.73:
15253: optimizing returned after debugging
15254:
15255: * src/include/pa_array.h 1.45:
15256: * src/include/pa_charset_manager.h 1.2:
15257: * src/include/pa_db_connection.h 1.15:
15258: * src/include/pa_db_manager.h 1.6:
15259: * src/include/pa_db_table.h 1.7:
15260: * src/include/pa_hash.h 1.46:
15261: * src/include/pa_request.h 1.107:
15262: * src/include/pa_sql_driver_manager.h 1.14:
15263: * src/include/pa_stylesheet_manager.h 1.2:
15264: * src/include/pa_threads.h 1.18:
15265: * src/types/pa_valiased.h 1.15:
15266: * src/types/pa_vhashfile.h 1.10:
15267: * src/types/pa_vstateless_class.h 1.19:
15268: * src/types/pa_wcontext.h 1.18:
15269: gcc 3.0.1 required "friend class"
15270:
15271: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
15272: class Temp_lang'
15273:
15274: * src/include/pa_string.h 1.112:
15275: * src/main/pa_string.C 1.116:
15276: * src/main/untaint.C 1.71:
15277: * src/targets/cgi/pa_pool.C 1.29:
15278: String size_t replace to uint in proper places [todo:Array]
15279:
15280: * src/classes/file.C 1.62:
15281: * src/include/pa_hash.h 1.47:
15282: * src/include/pa_string.h 1.110:
15283: * src/main/pa_globals.C 1.87:
15284: * src/targets/cgi/pa_pool.C 1.26:
15285: debugging memory
15286: hash key ref now
15287:
15288: [Mon Oct 29 16:01:17 2001] total 17050496/202647
15289: [Mon Oct 29 17:11:17 2001] total 16867948/202658
15290:
15291: * src/classes/file.C 1.63:
15292: * src/types/pa_vimage.C 1.13:
15293: image&file couple stack string hash.puts
15294:
15295: * src/main/execute.C 1.200:
15296: * src/targets/cgi/pa_pool.C 1.28:
15297: * src/targets/cgi/parser3.dsp 1.37:
15298: * src/types/pa_wcontext.h 1.19:
15299: * src/types/pa_wwrapper.h 1.13:
15300: debugging memory
15301: WContext
15302: flags to bits
15303:
15304: total 5 652 652/158731
15305: total 5 469 332/158731
15306:
15307: * src/include/pa_sql_connection.h 1.16:
15308: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
15309:
15310: * src/include/pa_exception.h 1.19:
15311: * src/include/pa_sql_connection.h 1.15:
15312: * src/main/pa_exception.C 1.23:
15313: * src/main/pa_sql_driver_manager.C 1.43:
15314: * src/sql/pa_sql_driver.h 1.19:
15315: sql driver impl changed in _throw part.
15316:
15317: the idea is to #1 jump to C++ some function to main body, where
15318: every function stack frame has exception unwind information
15319: and from there... #2 propagate_exception()
15320:
15321: * src/include/pa_array.h 1.46:
15322: * src/main/pa_array.C 1.42:
15323: debugging memory
15324: Array:: without cache in get/put now
15325:
15326: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
15327: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
15328:
15329: * src/include/pa_string.h 1.113:
15330: * src/include/pa_types.h 1.29:
15331: * src/main/pa_string.C 1.117:
15332: * src/main/untaint.C 1.72:
15333: memory hunging
15334: #pragma pack(1)
15335:
15336: 16 419 844
15337: 13 169 394
15338:
15339: 2001-10-28 paf
15340: * src/include/pa_config_auto.h.in 1.10:
15341: * src/include/pa_config_fixed.h 1.28:
15342: * src/include/pa_db_connection.h 1.14:
15343: * src/include/pa_db_manager.h 1.5:
15344: * src/include/pa_db_table.h 1.6:
15345: * src/main/pa_db_connection.C 1.20:
15346: * src/main/pa_db_table.C 1.6:
15347: db2 on linux with DB 2.4.14: (6/2/98)
15348:
15349: * src/main/pa_db_connection.C 1.21:
15350: * src/main/pa_db_table.C 1.8:
15351: exception translation
15352:
15353: * src/main/pa_db_connection.C 1.22:
15354: expire table [was accidently pasted with wrong type/cast]
15355:
15356: * src/classes/Makefile.am 1.30:
15357: * src/classes/Makefile.in 1.30:
15358: * src/targets/apache13/p3runConfigure.in 1.6:
15359: * src/targets/cgi/Makefile.am 1.22:
15360: * src/targets/cgi/Makefile.in 1.27:
15361: db makes. remember to build DB2 with -fexceptions!!!
15362:
15363: * src/main/pa_db_table.C 1.7:
15364: DB_RMW defed
15365:
15366: * src/main/pa_db_connection.C 1.23:
15367: removed old consts
15368:
15369: 2001-10-27 paf
15370: * src/classes/hashfile.C 1.13:
15371: * src/include/pa_db_connection.h 1.13:
15372: * src/include/pa_db_table.h 1.5:
15373: * src/main/pa_db_connection.C 1.19:
15374: * src/main/pa_db_manager.C 1.9:
15375: * src/main/pa_db_table.C 1.5:
15376: * src/main/pa_globals.C 1.86:
15377: * src/types/pa_vhashfile.C 1.12:
15378: DB2 ifdefs
15379:
15380: * src/Makefile.in 1.32:
15381: * src/classes/Makefile.am 1.29:
15382: * src/classes/Makefile.in 1.29:
15383: * src/include/pa_config_fixed.h 1.27:
15384: * src/main/Makefile.am 1.23:
15385: * src/main/Makefile.in 1.25:
15386: * src/targets/Makefile.in 1.23:
15387: * src/targets/apache13/Makefile.in 1.22:
15388: * src/targets/apache13/p3runConfigure.in 1.5:
15389: * src/targets/cgi/Makefile.am 1.21:
15390: * src/targets/cgi/Makefile.in 1.26:
15391: * src/types/Makefile.am 1.12:
15392: * src/types/Makefile.in 1.22:
15393: makes with DB2
15394:
15395: * src/classes/classes.awk 1.4:
15396: no $ in var names
15397:
15398: * src/main/pa_globals.C 1.85:
15399: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
15400: * src/targets/cgi/parser3.dsp 1.36:
15401: * src/targets/isapi/parser3isapi.dsp 1.28:
15402: vc projects libdb ifdefed into globals.C
15403:
15404: * src/main/pa_db_connection.C 1.17:
15405: * src/main/pa_db_manager.C 1.8:
15406: db expiration connection&table [forgotten calls]
15407:
15408: * src/Makefile.in 1.31:
15409: * src/classes/Makefile.in 1.28:
15410: * src/include/pa_config_auto.h.in 1.9:
15411: * src/main/Makefile.am 1.22:
15412: * src/main/Makefile.in 1.24:
15413: * src/targets/Makefile.in 1.22:
15414: * src/targets/apache13/p3runConfigure.in 1.4:
15415: * src/targets/cgi/Makefile.in 1.25:
15416: * src/types/Makefile.am 1.11:
15417: * src/types/Makefile.in 1.21:
15418: makes db
15419:
15420: * src/classes/hashfile.C 1.12:
15421: * src/include/pa_db_connection.h 1.12:
15422: * src/include/pa_db_table.h 1.4:
15423: * src/main/pa_db_connection.C 1.18:
15424: * src/main/pa_db_table.C 1.4:
15425: ^hashfile.clear[]
15426:
15427: 2001-10-26 paf
15428: * src/classes/xdoc.C 1.35:
15429: * src/classes/xdoc.C 1.36:
15430: * src/types/pa_vxdoc.h 1.11:
15431: transform2 for parsed_source
15432:
15433: * src/classes/hashfile.C 1.11:
15434: * src/include/pa_db_connection.h 1.10:
15435: * src/include/pa_db_manager.h 1.4:
15436: * src/include/pa_db_table.h 1.3:
15437: * src/include/pa_hash.h 1.45:
15438: * src/main/pa_db_connection.C 1.13:
15439: * src/main/pa_db_manager.C 1.7:
15440: * src/main/pa_db_table.C 1.3:
15441: * src/main/pa_hash.C 1.42:
15442: * src/types/pa_vhashfile.C 1.11:
15443: * src/types/pa_vhashfile.h 1.9:
15444: db connections & tables now cached at create time & multithreaded
15445:
15446: * src/classes/xdoc.C 1.37:
15447: xdoc createTextNode createElement UL_XML default. but entities
15448: still reparsed. todo: tothink
15449:
15450: * src/classes/hashfile.C 1.10:
15451: * src/include/pa_db_table.h 1.2:
15452: * src/main/pa_db_table.C 1.2:
15453: db: child transaction commit/rollback responsibility left to
15454: parent [as it sould - else there were a bug with double free]
15455:
15456: * src/include/pa_db_connection.h 1.11:
15457: * src/main/pa_db_connection.C 1.15:
15458: * src/main/pa_db_connection.C 1.16:
15459: db checkpoints
15460:
15461: * src/main/pa_db_connection.C 1.12:
15462: about to remove connection from vhashfile
15463:
15464: * src/main/pa_db_connection.C 1.14:
15465: db recover mech 2
15466:
15467: 2001-10-25 paf
15468: * src/classes/hashfile.C 1.9:
15469: * src/include/pa_common.h 1.56:
15470: * src/include/pa_db_connection.h 1.9:
15471: * src/include/pa_db_manager.h 1.3:
15472: * src/include/pa_db_table.h 1.1:
15473: * src/main/main.dsp 1.136:
15474: * src/main/pa_db_connection.C 1.11:
15475: * src/main/pa_db_manager.C 1.6:
15476: * src/main/pa_db_table.C 1.1:
15477: * src/types/pa_vhashfile.C 1.10:
15478: * src/types/pa_vhashfile.h 1.8:
15479: started db_home [multiple, cached]
15480: todo: autorecover [tried, but not succeded, yet]
15481:
15482: * src/include/pa_db_connection.h 1.8:
15483: * src/main/pa_db_manager.C 1.5:
15484: transaction parent passed
15485:
15486: * src/include/pa_dir.h 1.6:
15487: ancient gpf on dir not found fixed
15488:
15489: 2001-10-24 parser
15490: * src/classes/Makefile.am 1.26:
15491: * src/classes/Makefile.am 1.27:
15492: * src/classes/Makefile.am 1.28:
15493: * src/classes/Makefile.in 1.26:
15494: * src/classes/Makefile.in 1.27:
15495: * src/main/Makefile.in 1.23:
15496: * src/targets/cgi/Makefile.am 1.20:
15497: * src/targets/cgi/Makefile.in 1.24:
15498: * src/targets/cgi/pool_storage.h 1.2:
15499: * src/targets/cgi/pool_storage.h 1.3:
15500: makes
15501:
15502: * src/include/pa_db_connection.h 1.6:
15503: * src/main/pa_db_connection.C 1.6:
15504: * src/types/pa_vhashfile.C 1.6:
15505: db_cursor constructor public now
15506:
15507: * src/include/pa_common.h 1.54:
15508: * src/main/Makefile.am 1.21:
15509: * src/main/pa_common.C 1.76:
15510: * src/types/pa_vform.C 1.41:
15511: * src/types/pa_vform.h 1.26:
15512: .am
15513:
15514: * src/classes/hashfile.C 1.7:
15515: * src/include/pa_request.h 1.106:
15516: hashfile.cache 0
15517:
15518: * src/main/pa_db_connection.C 1.7:
15519: * src/types/pa_vhashfile.C 1.7:
15520: db_connection not bothers with key when not returning expired data
15521:
15522: * src/targets/cgi/pool_storage.h 1.4:
15523: * src/targets/isapi/parser3isapi.C 1.56:
15524: * src/targets/isapi/pool_storage.h 1.12:
15525: pool_storage fixed
15526:
15527: * src/include/pa_common.h 1.55:
15528: * src/main/pa_common.C 1.77:
15529: * src/types/pa_vform.C 1.42:
15530: * src/types/pa_vform.h 1.27:
15531: form fix_line_breaks
15532:
15533: * src/types/pa_vhashfile.C 1.8:
15534: * src/types/pa_vhashfile.h 1.6:
15535: hashfile expiring 0
15536:
15537: * src/main/pa_db_connection.C 1.8:
15538: * src/types/pa_vhashfile.C 1.9:
15539: hashfile expiring 1
15540:
15541: * src/classes/hashfile.C 1.6:
15542: * src/include/pa_db_connection.h 1.7:
15543: * src/main/pa_db_connection.C 1.9:
15544: hashfile expired deleted from db when get & iterate
15545:
15546: * src/classes/hashfile.C 1.8:
15547: * src/types/pa_vhashfile.h 1.7:
15548: hashfile 1
15549:
1.24 paf 15550: * src/sql/pa_sql_driver.h 1.18:
15551: version
15552:
1.15 paf 15553: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
15554: * src/targets/isapi/parser3isapi.dsp 1.27:
15555: doc
15556:
15557: * src/include/pa_db_connection.h 1.5:
15558: * src/main/pa_db_connection.C 1.5:
15559: * src/types/pa_vhashfile.C 1.5:
15560: * src/types/pa_vhashfile.h 1.5:
15561: hashfile data stamped, todo: put_element analize
15562:
15563: * src/include/pa_db_connection.h 1.4:
15564: * src/include/pa_string.h 1.108:
15565: * src/main/pa_db_connection.C 1.4:
15566: * src/main/pa_string.C 1.113:
15567: hashfile pieced serialize. todo stamp
15568:
15569: * src/main/pa_db_connection.C 1.10:
15570: * src/main/pa_db_manager.C 1.4:
15571: hashfile setted this:
15572: DB_RMW
15573: 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
15574:
15575: 2001-10-23 parser
15576: * src/classes/file.C 1.60:
15577: * src/classes/hash.C 1.24:
15578: * src/classes/hashfile.C 1.5:
15579: * src/classes/image.C 1.59:
15580: * src/classes/mail.C 1.42:
15581: * src/classes/response.C 1.15:
15582: * src/classes/string.C 1.85:
15583: * src/classes/table.C 1.128:
15584: * src/classes/xdoc.C 1.34:
15585: * src/include/pa_config_fixed.h 1.26:
15586: * src/include/pa_db_connection.h 1.3:
15587: * src/main/pa_common.C 1.75:
15588: * src/main/pa_db_connection.C 1.3:
15589: * src/main/pa_request.C 1.172:
15590: * src/types/pa_value.h 1.76:
15591: * src/types/pa_vcookie.C 1.29:
15592: * src/types/pa_vhash.h 1.25:
15593: * src/types/pa_vhashfile.C 1.4:
15594: * src/types/pa_vhashfile.h 1.4:
15595: * src/types/pa_vresponse.h 1.16:
15596: * src/types/pa_vtable.C 1.8:
15597: ^hashfile.hash[]
15598:
15599: * src/classes/hashfile.C 1.3:
15600: * src/include/pa_db_connection.h 1.2:
15601: * src/include/pa_db_manager.h 1.2:
15602: * src/main/pa_db_connection.C 1.2:
15603: * src/main/pa_db_manager.C 1.2:
15604: * src/types/pa_vhashfile.h 1.3:
15605: ^hashfile.transaction{code}
15606: ^hashfile:clear[filename]
15607: ^hashfile.delete[key]
15608:
15609: * src/classes/hashfile.C 1.4:
15610: * src/classes/xdoc.C 1.33:
15611: * src/include/pa_config_fixed.h 1.25:
15612: * src/main/pa_db_manager.C 1.3:
15613: * src/main/pa_globals.C 1.84:
15614: ifdefs so it compiled without db
15615:
15616: 2001-10-22 parser
15617: * src/classes/classes.dsp 1.12:
15618: * src/classes/hashfile.C 1.2:
15619: * src/classes/xdoc.C 1.32:
15620: * src/classes/xnode.C 1.15:
15621: * src/include/pa_charset_connection.h 1.2:
15622: * src/include/pa_db_connection.h 1.1:
15623: * src/include/pa_db_manager.h 1.1:
15624: * src/include/pa_exception.h 1.18:
15625: * src/include/pa_sapi.h 1.14:
15626: * src/include/pa_sql_connection.h 1.14:
15627: * src/include/pa_sql_driver_manager.h 1.13:
15628: * src/include/pa_stylesheet_connection.h 1.14:
15629: * src/include/pa_stylesheet_manager.h 1.1:
15630: * src/include/pa_xslt_stylesheet_manager.h 1.5:
15631: * src/main/main.dsp 1.135:
15632: * src/main/pa_db_connection.C 1.1:
15633: * src/main/pa_db_manager.C 1.1:
15634: * src/main/pa_exception.C 1.22:
15635: * src/main/pa_globals.C 1.83:
15636: * src/main/pa_pool.C 1.38:
15637: * src/main/pa_sql_driver_manager.C 1.42:
15638: * src/main/pa_stylesheet_manager.C 1.1:
15639: * src/main/pa_xslt_stylesheet_manager.C 1.5:
15640: * src/targets/apache13/mod_parser3.C 1.7:
15641: * src/targets/cgi/parser3.C 1.124:
15642: * src/targets/isapi/parser3isapi.C 1.55:
15643: * src/types/pa_vhashfile.C 1.3:
15644: * src/types/pa_vhashfile.h 1.2:
15645: * src/types/pa_vxdoc.C 1.5:
15646: * src/types/pa_vxnode.C 1.8:
15647: * src/types/types.dsp 1.12:
15648: hashfile 0
15649:
15650: * src/targets/cgi/pa_pool.C 1.24:
15651: * src/targets/cgi/parser3.C 1.125:
15652: * src/targets/cgi/parser3.dsp 1.35:
15653: * src/targets/cgi/pool_storage.h 1.1:
15654: * src/targets/isapi/pool_storage.h 1.11:
15655: cgi += pool cleanups
15656:
15657: * src/targets/apache13/mod_parser3.C 1.5:
15658: * src/targets/isapi/parser3isapi.C 1.54:
15659: SEH minor ifdef changes
15660:
15661: * src/targets/apache13/mod_parser3.C 1.6:
15662: html
15663:
15664: * src/classes/classes.dsp 1.11:
15665: * src/classes/hashfile.C 1.1:
15666: * src/include/pa_config_fixed.h 1.24:
15667: * src/main/execute.C 1.198:
15668: * src/targets/cgi/parser3.dsp 1.34:
15669: * src/types/pa_vhashfile.C 1.1:
15670: * src/types/pa_vhashfile.h 1.1:
15671: * src/types/types.dsp 1.11:
15672: hashfile -100
15673:
15674: * src/include/pa_exception.h 1.17:
15675: * src/include/pa_request.h 1.105:
15676: * src/main/execute.C 1.197:
15677: * src/main/pa_exception.C 1.21:
15678: * src/main/pa_request.C 1.171:
15679: * src/targets/cgi/parser3.C 1.123:
15680: * src/targets/cgi/parser3.dsp 1.33:
15681: * src/types/pa_vclass.h 1.20:
15682: * src/types/pa_vobject.h 1.12:
15683: stack backtrace
15684:
15685: * src/types/pa_vhashfile.C 1.2:
15686: z
15687:
15688: 2001-10-19 parser
15689: * src/main/pa_request.C 1.170:
15690: * src/targets/apache13/mod_parser3.C 1.4:
15691: pool:: context - get_context
15692:
15693: * src/main/pa_pool.C 1.37:
15694: auto compiled on gcc
15695:
15696: * src/classes/classes.h 1.13:
15697: * src/classes/date.C 1.11:
15698: * src/classes/double.C 1.40:
15699: * src/classes/file.C 1.59:
15700: * src/classes/form.C 1.18:
15701: * src/classes/hash.C 1.23:
15702: * src/classes/image.C 1.57:
15703: * src/classes/int.C 1.37:
15704: * src/classes/mail.C 1.41:
15705: * src/classes/math.C 1.7:
15706: * src/classes/op.C 1.53:
15707: * src/classes/string.C 1.84:
15708: * src/classes/table.C 1.127:
15709: * src/classes/void.C 1.12:
15710: * src/include/pa_config_fixed.h 1.22:
15711: * src/include/pa_exception.h 1.15:
15712: * src/include/pa_pool.h 1.64:
15713: * src/include/pa_request.h 1.104:
15714: * src/include/pa_types.h 1.27:
15715: * src/main/compile.C 1.51:
15716: * src/main/compile_tools.C 1.39:
15717: * src/main/execute.C 1.196:
15718: * src/main/pa_array.C 1.40:
15719: * src/main/pa_common.C 1.73:
15720: * src/main/pa_dictionary.C 1.8:
15721: * src/main/pa_exception.C 1.19:
15722: * src/main/pa_exec.C 1.15:
15723: * src/main/pa_pool.C 1.34:
15724: * src/main/pa_request.C 1.169:
15725: * src/main/pa_socks.C 1.7:
15726: * src/main/pa_sql_driver_manager.C 1.41:
15727: * src/main/pa_string.C 1.112:
15728: * src/main/pa_table.C 1.39:
15729: * src/main/untaint.C 1.69:
15730: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
15731: * src/targets/apache13/mod_parser3.C 1.3:
15732: * src/targets/cgi/parser3.C 1.122:
15733: * src/targets/isapi/parser3isapi.C 1.53:
15734: * src/types/pa_value.h 1.75:
15735: * src/types/pa_vbool.h 1.14:
15736: * src/types/pa_vdouble.h 1.27:
15737: * src/types/pa_vfile.h 1.36:
15738: * src/types/pa_vform.C 1.40:
15739: * src/types/pa_vhash.h 1.24:
15740: * src/types/pa_vint.h 1.28:
15741: * src/types/pa_vjunction.h 1.9:
15742: * src/types/pa_vmethod_frame.h 1.17:
15743: * src/types/pa_vstateless_class.h 1.18:
15744: * src/types/pa_vtable.C 1.7:
15745: * src/types/pa_wcontext.C 1.11:
15746: * src/types/pa_wwrapper.h 1.12:
15747: switched to c++ exceptions 0
15748:
15749: * src/Makefile.in 1.30:
15750: * src/classes/Makefile.in 1.25:
15751: * src/include/pa_pool.h 1.66:
15752: * src/main/Makefile.in 1.22:
15753: * src/main/pa_common.C 1.74:
15754: * src/targets/Makefile.in 1.21:
15755: * src/targets/apache13/Makefile.in 1.21:
15756: * src/targets/cgi/Makefile.in 1.23:
15757: * src/types/Makefile.in 1.20:
15758: makes
15759:
15760: * src/include/pa_pool.h 1.67:
15761: header
15762:
15763: * src/classes/xdoc.C 1.30:
15764: * src/classes/xnode.C 1.13:
15765: * src/include/pa_pool.h 1.65:
15766: * src/include/pa_types.h 1.28:
15767: * src/main/pa_pool.C 1.36:
15768: first c++ exceptions result: can free up xalandomstring
15769: resulting from pool::transcode
15770:
15771: * src/classes/classes.awk 1.3.6.1:
15772: $ removed
15773:
15774: * src/classes/Makefile.am 1.25:
15775: * src/classes/xdoc.C 1.29:
15776: * src/classes/xnode.C 1.12:
15777: * src/include/pa_config_fixed.h 1.23:
15778: * src/include/pa_exception.h 1.16:
15779: * src/include/pa_stylesheet_connection.h 1.13:
15780: * src/main/pa_charset_connection.C 1.10:
15781: * src/main/pa_exception.C 1.20:
15782: * src/main/pa_pool.C 1.35:
15783: * src/types/pa_vxdoc.C 1.3:
15784: * src/types/pa_vxdoc.h 1.9:
15785: * src/types/pa_vxnode.C 1.6:
15786: * src/types/pa_vxnode.h 1.6:
15787: switched to c++ exceptions 1xml
15788: configure fixed to exclude xalan-patch from non-xml compile
15789:
15790: * src/classes/xdoc.C 1.31:
15791: * src/classes/xnode.C 1.14:
15792: * src/classes/xnode.h 1.3:
15793: * src/types/pa_vxdoc.C 1.4:
15794: * src/types/pa_vxdoc.h 1.10:
15795: * src/types/pa_vxnode.C 1.7:
15796: * src/types/pa_vxnode.h 1.7:
15797: xnode clone got freed
15798:
15799: * src/classes/image.C 1.58:
15800: comment
15801:
15802: 2001-10-18 parser
15803: * src/classes/xdoc.C 1.28:
15804: * src/types/pa_vxdoc.h 1.8:
15805: * src/types/pa_vxnode.C 1.5:
15806: vxdoc set_document & ctor question "who owns document" solved
15807:
15808: * src/classes/xdoc.C 1.26:
15809: * src/classes/xnode.C 1.11:
15810: * src/include/pa_pool.h 1.63:
15811: * src/main/pa_pool.C 1.32:
15812: encoding in dom creating funcs
15813:
15814: * src/include/pa_stylesheet_connection.h 1.12:
15815: prev stylesheet destroyed @ recompile
15816:
15817: * src/classes/xdoc.C 1.22:
15818: comment
15819:
15820: * src/classes/xdoc.C 1.21:
15821: * src/classes/xnode.C 1.10:
15822: * src/main/compile.tab.C 1.24:
15823: xdoc create now uses XercesDocumentBridge, appendChild&co now works
15824:
15825: * src/classes/xdoc.C 1.27:
15826: * src/main/pa_pool.C 1.33:
15827: extra free removed
15828:
15829: * src/classes/xdoc.C 1.24:
15830: * src/classes/xdoc.C 1.25:
15831: * src/types/pa_vxdoc.h 1.7:
15832: dom created by create can be transformed now
15833:
15834: * src/classes/xdoc.C 1.23:
15835: z
15836:
15837: * src/types/pa_vcookie.C 1.28:
15838: cookie:CLASS
15839:
15840: * src/classes/classes.dsp 1.10:
15841: * src/classes/xdoc.C 1.19:
15842: * src/types/types.dsp 1.10:
15843: fiew leechy-found bugs in code&doc fixed
15844:
15845: * src/classes/xdoc.C 1.20:
15846: * src/classes/xnode.C 1.9:
15847: xdoc::create[] now. and all dom tag names forced to XML lang
15848:
15849: * src/main/main.dsp 1.134:
15850: project
15851:
15852: * src/main/compile.tab.C 1.23:
15853: * src/main/compile.y 1.172:
15854: * src/main/pa_request.C 1.168:
15855: ^:
15856: no colon in $origin @exception[
15857:
15858: 2001-10-17 parser
15859: * src/types/pa_vimage.h 1.21:
15860: removed unused vimage::save
15861:
15862: * src/classes/classes.dsp 1.9:
15863: * src/classes/string.C 1.83:
15864: * src/main/pa_string.C 1.111:
15865: * src/types/pa_vxnode.h 1.5:
15866: * src/types/types.dsp 1.9:
15867: string::mid fixed, string.mid n functionality preserved
15868:
15869: 2001-10-16 parser
15870: * src/classes/classes.dsp 1.8:
15871: * src/main/main.dsp 1.133:
15872: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
15873: * src/targets/cgi/parser3.dsp 1.32:
15874: * src/targets/isapi/parser3isapi.dsp 1.26:
15875: * src/types/types.dsp 1.8:
15876: ident >nul 2>&1
15877:
1.28 paf 15878: * src/classes/xnode.C 1.7:
15879: * src/classes/xnode.C 1.8:
15880: removed few dom returns & changed op.txt
15881:
15882: * src/classes/image.C 1.54:
15883: gd size/resize bugfix
1.15 paf 15884:
1.28 paf 15885: * src/classes/image.C 1.55:
15886: :CopyResampled made gd2beta+my hands, very ineffective, but
15887: works for small paleted image
1.15 paf 15888:
15889: * src/classes/string.C 1.82:
15890: * src/main/pa_string.C 1.110:
15891: $string.mid(p[;n])
15892:
1.28 paf 15893: * src/classes/image.C 1.56:
15894: image.copy tolerance
15895:
15896: * src/types/pa_vhash.h 1.23:
15897: * src/types/pa_vtable.h 1.34:
15898: hash can be used as boolean
15899:
1.15 paf 15900: * src/main/pa_common.C 1.72:
15901: \r\n -> \n DOS
15902: \r -> \n Macintosh
15903: on all systems
15904:
15905: * src/classes/image.C 1.53:
15906: * src/types/pa_vimage.h 1.20:
15907: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
15908: ;dest h]])
15909:
1.28 paf 15910: * src/types/pa_vimage.C 1.12:
15911: comment
15912:
1.15 paf 15913: 2001-10-15 parser
15914: * src/Makefile.in 1.29:
15915: * src/types/pa_vcode_frame.h 1.11:
15916: * src/types/pa_wcontext.C 1.10:
15917: code_frame fixed - ::write badly passed string too
15918: transparently [failed to intercept it]
15919:
15920: * src/types/pa_vxnode.C 1.4:
15921: document_type_node.
15922: !readonly attribute DOMString name
15923: !notation_node.
15924: !readonly attribute DOMString publicId
15925: !readonly attribute DOMString systemId
15926:
15927: * src/classes/xdoc.C 1.16:
15928: * src/classes/xnode.C 1.6:
15929: * src/include/pa_config_fixed.h 1.21:
15930: * src/include/pa_request.h 1.103:
15931: * src/main/pa_sql_driver_manager.C 1.40:
15932: * src/types/pa_vxdoc.C 1.2:
15933: * src/types/pa_vxdoc.h 1.6:
15934: * src/types/pa_vxnode.C 1.3:
15935: * src/types/pa_vxnode.h 1.4:
15936: DOM1 major addtion, only few attributes/methods left
15937:
15938: * src/main/execute.C 1.195:
15939: z
15940:
15941: * src/classes/xdoc.C 1.17:
15942: * src/classes/xdoc.C 1.18:
15943: !::create{qualifiedName}
15944:
15945: 2001-10-13 parser
15946: * src/main/execute.C 1.194:
15947: * src/types/pa_vcode_frame.h 1.9:
15948: vcodeframe made transparent enough to handle hash if creation&passing
15949:
15950: * src/include/pa_config_fixed.h 1.20:
15951: * src/main/execute.C 1.193:
15952: * src/main/pa_exception.C 1.18:
15953: noticed that vcodeframe not transparent enough, would change now
15954:
15955: * src/types/pa_vcode_frame.h 1.10:
15956: couple comments
15957:
15958: * src/targets/isapi/pool_storage.h 1.10:
15959: isapi pool storage reverse cleanups & frees order
15960:
15961: * src/main/pa_sql_driver_manager.C 1.39:
15962: * src/targets/cgi/parser3.C 1.121:
15963: * src/targets/isapi/parser3isapi.C 1.52:
15964: isapi&cgi couple non-pooled mallocs in main handler
15965:
15966: 2001-10-12 parser
15967: * src/classes/double.C 1.39:
15968: * src/classes/int.C 1.36:
15969: * src/classes/string.C 1.81:
15970: sql{}[$.default[({})]] handling changed:
15971: now type of default param analized always, not only at problem time,
15972: thus helping early problem spotting
15973:
15974: * src/classes/classes.dsp 1.7:
15975: * src/classes/xdoc.C 1.15:
15976: * src/main/compile.tab.C 1.22:
15977: * src/main/main.dsp 1.132:
15978: * src/main/pa_globals.C 1.82:
15979: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
15980: * src/targets/apache13/mod_parser3.C 1.2:
15981: * src/targets/cgi/parser3.C 1.120:
15982: * src/targets/cgi/parser3.dsp 1.31:
15983: * src/targets/isapi/parser3isapi.C 1.50:
15984: * src/targets/isapi/parser3isapi.C 1.51:
15985: * src/targets/isapi/parser3isapi.dsp 1.25:
15986: * src/types/types.dsp 1.7:
15987: xalan&xerces multithread bug fixed. initialization&free on each
15988: thread!
15989:
15990: 2001-10-11 parser
15991: * src/targets/apache13/Makefile.am 1.6:
15992: started restructuring
15993:
15994: * src/Makefile.in 1.25:
15995: * src/Makefile.in 1.26:
15996: * src/Makefile.in 1.28:
15997: * src/classes/Makefile.in 1.22:
15998: * src/classes/Makefile.in 1.23:
15999: * src/include/pa_config_auto.h.in 1.8:
16000: * src/main/Makefile.in 1.20:
16001: * src/main/Makefile.in 1.21:
16002: * src/targets/Makefile.in 1.19:
16003: * src/targets/Makefile.in 1.20:
16004: * src/targets/apache13/Makefile.in 1.19:
16005: * src/targets/apache13/Makefile.in 1.20:
16006: * src/targets/apache13/p3runConfigure.in 1.3:
16007: * src/targets/cgi/Makefile.in 1.21:
16008: * src/targets/cgi/Makefile.in 1.22:
16009: * src/types/Makefile.in 1.18:
16010: * src/types/Makefile.in 1.19:
16011: makes
16012:
16013: * src/classes/xnode.C 1.5:
16014: xnode.selectSingle now
16015:
16016: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
16017: .dsp fixed due to relocate
16018:
16019: * src/classes/xdoc.C 1.14:
16020: * src/classes/xnode.C 1.4:
16021: * src/include/pa_exception.h 1.14:
16022: * src/include/pa_pool.h 1.62:
16023: * src/include/pa_stylesheet_connection.h 1.11:
16024: * src/main/pa_exception.C 1.17:
16025: * src/main/pa_pool.C 1.31:
16026: moved xslt exceptions convertors out of Pool into Exception
16027:
16028: * src/Makefile.in 1.27:
16029: * src/classes/Makefile.in 1.24:
16030: makes. stdc++ lib added to apache libraries
16031:
16032: * src/classes/hash.C 1.22:
16033: !^hash.add[addme]
16034: !^hash.sub[subme]
16035: !^a.union[b] = new
16036: !^a.intersection[b] = new
16037: !^a.intersects[b] = bool
16038:
16039: * src/main/pa_string.C 1.109:
16040: const
16041:
16042: * src/classes/hash.C 1.20:
16043: * src/types/pa_vhash.h 1.22:
16044: !^hash::create[[copy_from]]
16045:
16046: * src/targets/apache13/Makefile.am 1.7:
16047: * src/targets/apache13/p3runConfigure.in 1.2:
16048: added
16049:
1.28 paf 16050: * src/classes/hash.C 1.21:
16051: !^hash::append[append_from]
16052:
1.15 paf 16053: * src/include/pa_string.h 1.107:
16054: * src/main/pa_string.C 1.108:
16055: restructured string: linked pieces of same language together
16056: prior to String::replace
16057:
16058: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
16059: * src/targets/apache13/mod_parser3.C 1.1:
16060: * src/targets/apache13/p3runConfigure.in 1.1:
16061: * src/targets/apache13/pa_pool.C 1.1:
16062: * src/targets/apache13/pa_threads.C 1.1:
16063: restructured
16064:
16065: * src/classes/string.C 1.80:
16066: * src/classes/table.C 1.126:
16067: * src/include/pa_globals.h 1.67:
16068: * src/include/pa_string.h 1.106:
16069: * src/main/pa_globals.C 1.81:
16070: * src/main/pa_string.C 1.107:
16071: * src/main/untaint.C 1.68:
16072: * src/types/pa_vvoid.h 1.5:
16073: untaint lang origins table fixed.
16074: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
16075:
16076: 2001-10-10 parser
16077: * src/main/compile.tab.C 1.19:
16078: * src/main/compile.y 1.170:
16079: ^a[^b] more informative compile error
16080:
16081: * src/main/compile.tab.C 1.20:
16082: * src/main/compile.y 1.171:
16083: ^a[
16084:
16085: @next_method << now unclosed ] would be reported here
16086:
16087: * src/classes/op.C 1.52:
16088: * src/main/compile.tab.C 1.21:
16089: ^error[msg]
16090:
16091: 2001-10-09 parser
16092: * src/classes/classes.dsp 1.6:
16093: * src/classes/xdoc.C 1.13:
16094: * src/include/pa_stylesheet_connection.h 1.10:
16095: * src/main/main.dsp 1.131:
16096: * src/targets/cgi/parser3.C 1.118:
16097: * src/targets/isapi/parser3isapi.C 1.48:
16098: * src/types/pa_vxdoc.h 1.5:
16099: * src/types/pa_vxnode.h 1.3:
16100: * src/types/types.dsp 1.6:
16101: xalan patches starting
16102:
16103: * src/classes/op.C 1.49:
16104: * src/classes/table.C 1.121:
16105: * src/types/pa_vfile.h 1.35:
16106: * src/types/pa_vimage.h 1.19:
16107: * src/types/pa_vjunction.h 1.8:
16108: * src/types/pa_vxdoc.h 1.4:
16109: * src/types/pa_vxnode.h 1.2:
16110: table:menu & op for delims made allowed not to be code [be
16111: string..]
16112:
16113: * src/Makefile.in 1.23:
16114: * src/Makefile.in 1.24:
16115: * src/classes/Makefile.am 1.23:
16116: * src/classes/Makefile.am 1.24:
16117: * src/classes/Makefile.in 1.20:
16118: * src/classes/Makefile.in 1.21:
16119: * src/main/Makefile.am 1.20:
16120: * src/main/Makefile.in 1.18:
16121: * src/main/Makefile.in 1.19:
16122: * src/targets/Makefile.in 1.17:
16123: * src/targets/Makefile.in 1.18:
16124: * src/targets/apache13/Makefile.in 1.17:
16125: * src/targets/apache13/Makefile.in 1.18:
16126: * src/targets/cgi/Makefile.am 1.19:
16127: * src/targets/cgi/Makefile.in 1.19:
16128: * src/targets/cgi/Makefile.in 1.20:
16129: * src/types/Makefile.am 1.10:
16130: * src/types/Makefile.in 1.16:
16131: * src/types/Makefile.in 1.17:
16132: makes
16133:
16134: * src/targets/cgi/parser3.C 1.119:
16135: * src/targets/isapi/parser3isapi.C 1.49:
16136: xml transform win32 errors intercepted [xalan transformer
16137: patched and incorporated]
16138:
16139: * src/classes/double.C 1.38:
16140: * src/classes/file.C 1.58:
16141: * src/classes/image.C 1.52:
16142: * src/classes/int.C 1.35:
16143: * src/classes/op.C 1.48:
16144: * src/classes/string.C 1.78:
16145: * src/classes/table.C 1.120:
16146: lots of params->as_int/double/as_string/as_junction
16147: as_no_junction messages added
16148:
16149: * src/classes/op.C 1.51:
16150: * src/classes/table.C 1.123:
16151: table.hash[key field;value field(s) string/table] now
16152:
16153: * src/classes/op.C 1.50:
16154: * src/classes/table.C 1.122:
16155: z
16156:
16157: * src/classes/date.C 1.10:
16158: * src/classes/table.C 1.124:
16159: calendar moved to date
16160:
16161: * src/classes/string.C 1.79:
16162: * src/classes/table.C 1.125:
16163: ^string.save[file]
16164:
16165: 2001-10-08 parser
16166: * src/classes/image.C 1.49:
16167: * src/types/pa_vcookie.C 1.27:
16168: * src/types/pa_vimage.C 1.11:
16169: image:sector
16170: removed image:html internal "line-*" attribs
16171:
1.28 paf 16172: * src/types/pa_vcookie.C 1.25:
16173: removing cookie made more netscape-like way
16174:
1.15 paf 16175: * src/classes/file.C 1.57:
16176: * src/classes/form.C 1.17:
16177: * src/main/pa_common.C 1.70:
16178: * src/main/untaint.C 1.67:
16179: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
16180: nonforced [only tainted pieces]
16181:
1.28 paf 16182: * src/classes/xdoc.C 1.12:
16183: xdoc:load exceptions intercepted [like in set]
16184:
1.15 paf 16185: * src/classes/image.C 1.50:
16186: image:circle [and round arc] uses Bresenham
16187:
16188: * src/main/untaint.C 1.65:
16189: \r to ' ' in origins mode
16190:
16191: * src/classes/date.C 1.9:
16192: * src/classes/image.C 1.51:
16193: * src/classes/string.C 1.77:
16194: * src/classes/table.C 1.119:
16195: * src/classes/void.C 1.11:
16196: * src/include/pa_request.h 1.102:
16197: params->as_int/double message added
16198:
16199: * src/classes/xdoc.C 1.11:
16200: * src/include/pa_config_fixed.h 1.19:
16201: * src/main/compile.tab.C 1.18:
16202: * src/types/pa_vxdoc.h 1.3:
16203: parsedSource produced by nonstandard liaison freed up
16204:
1.28 paf 16205: * src/classes/image.C 1.48:
16206: * src/include/pa_common.h 1.53:
16207: * src/main/pa_common.C 1.71:
16208: * src/types/pa_vcookie.C 1.26:
16209: cookie urlencoded [netscape doc reread]
16210:
1.15 paf 16211: * src/include/pa_common.h 1.52:
16212: * src/main/pa_common.C 1.69:
16213: * src/main/untaint.C 1.66:
16214: * src/targets/cgi/parser3.C 1.117:
16215: * src/targets/isapi/parser3isapi.C 1.47:
16216: remove_crlf @ SAPI::log
16217:
16218: 2001-10-07 parser
16219: * src/include/pa_config_fixed.h 1.18:
16220: * src/main/compile.tab.C 1.17:
16221: restored project
16222:
16223: 2001-10-05 parser
16224: * src/classes/xdoc.C 1.9:
16225: * src/include/pa_dictionary.h 1.6:
16226: * src/main/main.dsp 1.129:
16227: * src/main/pa_dictionary.C 1.7:
16228: * src/main/pa_string.C 1.106:
16229: * src/types/pa_vxdoc.h 1.2:
16230: started xml errorhandler.
16231: fixed string.replace a little, read @test
16232:
16233: * src/main/pa_charset_connection.C 1.7:
16234: unicode zero pair at the beging of totable appered to be vital
16235:
16236: * src/classes/xdoc.C 1.8:
16237: * src/main/compile.tab.C 1.16:
16238: xdoc.transform now
16239:
16240: * src/doc/doxygen.cfg 1.18:
16241: * src/doc/html2chm.cmd 1.4:
16242: * src/doc/sources2html.cmd 1.4:
16243: paths
16244:
16245: * src/classes/xdoc.C 1.10:
16246: * src/include/pa_pool.h 1.61:
16247: * src/main/main.dsp 1.130:
16248: * src/main/pa_pool.C 1.30:
16249: changed xdoc:set to prevent SAXParseException from outputing to cerr.
16250: lots of "todos"
16251:
16252: * src/main/pa_charset_connection.C 1.8:
16253: * src/main/pa_charset_connection.C 1.9:
16254: ctype another mem clear bugfix
16255:
16256: * src/main/untaint.C 1.64:
16257: http_header tainting more gentle with enquoting now
16258:
16259: * src/main/pa_string.C 1.105:
16260: found replace bug - first_that_starts(char *) does not have
16261: limit, and looks further eos, fixing....
16262:
16263: * src/include/pa_hash.h 1.44:
16264: * src/main/pa_hash.C 1.41:
16265: Hash::size() calculated wrong. fixed it
16266:
16267: * src/Makefile.in 1.22:
16268: * src/main/compile.tab.C 1.15:
16269: * src/main/compile.y 1.169:
16270: disabled ^literals in names
16271: $result[^[$p^]z]
16272: now works fine
16273:
16274: 2001-10-04 parser
16275: * src/classes/image.C 1.47:
16276: ^image.length[text]
16277:
16278: 2001-10-03 parser
16279: * src/main/pa_request.C 1.166:
16280: restored pcre defaulting in request [mindlessly "optimized" yesterday]
16281: comment left
16282:
16283: * src/main/pa_request.C 1.167:
16284: DEFAULT...charset was ignored when !XML
16285:
16286: 2001-10-02 parser
16287: * src/include/pa_request.h 1.101:
16288: * src/main/pa_charset_connection.C 1.4:
16289: * src/main/pa_charset_connection.C 1.5:
16290: * src/main/pa_request.C 1.165:
16291: * src/types/pa_vstring.h 1.36:
16292: pcre tables now const inside
16293: removed default - pcre handles that internally
16294: fixed bug on not-cleaning tables [previously was calloced, now member]
16295:
16296: * src/Makefile.in 1.21:
16297: * src/classes/Makefile.in 1.19:
16298: * src/main/Makefile.in 1.17:
16299: * src/targets/Makefile.in 1.16:
16300: * src/targets/apache13/Makefile.in 1.16:
16301: * src/targets/cgi/Makefile.in 1.18:
16302: * src/types/Makefile.in 1.15:
16303: makes
16304:
16305: * src/include/pa_config_fixed.h 1.17:
16306: * src/main/pa_charset_connection.C 1.3:
16307: tested charset reload on file change @ apache version = OK
16308: tested freeing up prev encoding on adding new = OK
16309:
16310: * src/classes/table.C 1.117:
16311: * src/main/pa_charset_connection.C 1.6:
16312: table:load & charset_connection
16313: #comment now
16314:
16315: * src/classes/classes.dsp 1.5:
16316: * src/types/types.dsp 1.5:
16317: release projects options fixed to use release msvcrt lib
16318:
16319: * src/include/pa_pool.h 1.60:
16320: * src/include/pa_stylesheet_connection.h 1.8:
16321: * src/include/pa_stylesheet_connection.h 1.9:
16322: * src/main/pa_charset_manager.C 1.2:
16323: * src/main/pa_charset_manager.C 1.3:
16324: * src/main/pa_pool.C 1.29:
16325: * src/types/pa_vresponse.h 1.15:
16326: forgot non-xml pool.*charset needed
16327:
16328: * src/classes/table.C 1.118:
16329: # config comments fixed
16330:
16331: 2001-10-01 parser
16332: * src/include/pa_charset_connection.h 1.1:
16333: * src/include/pa_charset_manager.h 1.1:
16334: * src/include/pa_xslt_stylesheet_manager.h 1.4:
16335: * src/main/main.dsp 1.128:
16336: * src/main/pa_charset_connection.C 1.1:
16337: * src/main/pa_charset_manager.C 1.1:
16338: * src/main/pa_request.C 1.164:
16339: charset loading & caching mech 0
16340:
16341: * src/include/pa_stylesheet_connection.h 1.7:
16342: * src/include/pa_xslt_stylesheet_manager.h 1.3:
16343: * src/main/main.dsp 1.127:
16344: * src/main/pa_globals.C 1.80:
16345: * src/main/pa_request.C 1.163:
16346: would make charset loading & caching mech now
16347:
16348: * src/main/pa_charset_connection.C 1.2:
16349: removed entitify external hack [internal installed]
16350:
16351: * src/main/Makefile.am 1.19:
16352: * src/main/Makefile.in 1.16:
16353: makes+removed dtd
16354:
16355: 2001-09-30 parser
16356: * src/classes/xdoc.C 1.7:
16357: * src/include/pa_request.h 1.100:
16358: * src/main/pa_request.C 1.159:
16359: ctype with unicode 1. todo: no П entities on output somehow
16360:
16361: * src/include/pa_globals.h 1.66:
16362: * src/main/pa_globals.C 1.79:
16363: * src/main/pa_request.C 1.160:
16364: now charsets table configuration variable is: CHARSETS
16365:
16366: * src/main/pa_request.C 1.162:
16367: forgot to fill toTable
16368:
16369: * src/classes/file.C 1.56:
16370: * src/classes/op.C 1.47:
16371: * src/classes/string.C 1.76:
16372: * src/include/pa_request.h 1.99:
16373: * src/main/pa_request.C 1.158:
16374: started ctype with unicode values
16375:
16376: * src/include/pa_config_fixed.h 1.16:
16377: * src/main/pa_request.C 1.161:
16378: started hack_s_maximumCharacterValues to
16379: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
16380:
16381: 2001-09-28 parser
16382: * src/classes/xdoc.C 1.5:
16383: * src/classes/xnode.C 1.3:
16384: xdoc addencoding works! invented a way of user-configuring...
16385: todo: implement
16386:
16387: * src/classes/mail.C 1.40:
16388: * src/classes/op.C 1.46:
16389: * src/classes/xdoc.C 1.6:
16390: * src/include/pa_stylesheet_connection.h 1.6:
16391: * src/main/pa_request.C 1.157:
16392: letter body string passed AS-IS now
16393:
16394: 2001-09-27 parser
16395: * src/classes/classes.dsp 1.4:
16396: * src/classes/xdoc.C 1.3:
16397: * src/main/main.dsp 1.126:
16398: * src/targets/cgi/parser3.dsp 1.30:
16399: * src/targets/isapi/parser3isapi.dsp 1.23:
16400: * src/types/types.dsp 1.4:
16401: win32 ident make system so not to rebuild library [ident.C.new]
16402:
16403: * src/classes/table.C 1.116:
16404: table.sort changed to sort table itself
16405:
16406: * src/classes/xdoc.C 1.4:
16407: * src/targets/isapi/parser3isapi.dsp 1.24:
16408: X^.getElementsByTagName[tagname] = array of xnode
16409: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
16410: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
16411:
16412: win32build system: solved long waiting anti-non-started-apache problem
16413:
16414: 2001-09-26 parser
16415: * src/Makefile.am 1.11:
16416: * src/classes/Makefile.am 1.22:
16417: * src/classes/Makefile.in 1.18:
16418: * src/main/Makefile.am 1.18:
16419: * src/main/Makefile.in 1.15:
16420: * src/targets/Makefile.in 1.15:
16421: * src/targets/apache13/Makefile.in 1.15:
16422: * src/targets/cgi/Makefile.am 1.18:
16423: * src/targets/cgi/Makefile.in 1.17:
16424: * src/types/Makefile.am 1.9:
16425: * src/types/Makefile.in 1.14:
16426: makes with clases.awk
16427:
16428: * src/include/pa_config_fixed.h 1.14:
16429: * src/targets/cgi/parser3.C 1.114:
16430: * src/targets/isapi/parser3isapi.C 1.45:
16431: #ifdef SMTP
16432:
16433: * src/classes/classes.C 1.9:
16434: * src/classes/classes.awk 1.3:
16435: * src/classes/classes.dsp 1.1:
16436: * src/classes/classes.h 1.12:
16437: * src/classes/date.C 1.8:
16438: * src/classes/dnode.C 1.6:
16439: * src/classes/dnode.h 1.2:
16440: * src/classes/dom.C 1.35:
16441: * src/classes/double.C 1.37:
16442: * src/classes/file.C 1.55:
16443: * src/classes/form.C 1.16:
16444: * src/classes/hash.C 1.19:
16445: * src/classes/image.C 1.46:
16446: * src/classes/int.C 1.34:
16447: * src/classes/mail.C 1.39:
16448: * src/classes/math.C 1.6:
16449: * src/classes/op.C 1.45:
16450: * src/classes/response.C 1.14:
16451: * src/classes/string.C 1.75:
16452: * src/classes/table.C 1.115:
16453: * src/classes/void.C 1.10:
16454: * src/include/pa_array.h 1.44:
16455: * src/include/pa_common.h 1.51:
16456: * src/include/pa_config_fixed.h 1.13:
16457: * src/include/pa_config_includes.h 1.11:
16458: * src/include/pa_dictionary.h 1.5:
16459: * src/include/pa_dir.h 1.5:
16460: * src/include/pa_exception.h 1.13:
16461: * src/include/pa_exec.h 1.3:
16462: * src/include/pa_globals.h 1.65:
16463: * src/include/pa_request.h 1.98:
16464: * src/include/pa_sapi.h 1.13:
16465: * src/include/pa_socks.h 1.4:
16466: * src/include/pa_sql_connection.h 1.13:
16467: * src/include/pa_sql_driver_manager.h 1.12:
16468: * src/include/pa_stack.h 1.10:
16469: * src/include/pa_string.h 1.105:
16470: * src/include/pa_stylesheet_connection.h 1.5:
16471: * src/include/pa_table.h 1.35:
16472: * src/include/pa_threads.h 1.17:
16473: * src/include/pa_types.h 1.26:
16474: * src/include/pa_xslt_stylesheet_manager.h 1.2:
16475: * src/main/compile.C 1.50:
16476: * src/main/compile.y 1.168:
16477: * src/main/compile_tools.C 1.38:
16478: * src/main/compile_tools.h 1.50:
16479: * src/main/execute.C 1.192:
16480: * src/main/main.dsp 1.124:
16481: * src/main/pa_array.C 1.39:
16482: * src/main/pa_common.C 1.68:
16483: * src/main/pa_dictionary.C 1.6:
16484: * src/main/pa_dir.C 1.7:
16485: * src/main/pa_exception.C 1.16:
16486: * src/main/pa_exec.C 1.14:
16487: * src/main/pa_globals.C 1.78:
16488: * src/main/pa_hash.C 1.40:
16489: * src/main/pa_pool.C 1.28:
16490: * src/main/pa_request.C 1.156:
16491: * src/main/pa_socks.C 1.6:
16492: * src/main/pa_sql_driver_manager.C 1.38:
16493: * src/main/pa_string.C 1.104:
16494: * src/main/pa_table.C 1.38:
16495: * src/main/pa_xslt_stylesheet_manager.C 1.4:
16496: * src/main/untaint.C 1.63:
16497: * src/sql/pa_sql_driver.h 1.17:
16498: * src/targets/cgi/pa_pool.C 1.23:
16499: * src/targets/cgi/pa_threads.C 1.3:
16500: * src/targets/cgi/parser3.C 1.113:
16501: * src/targets/cgi/parser3.dsp 1.29:
16502: * src/targets/isapi/pa_pool.C 1.7:
16503: * src/targets/isapi/pa_threads.C 1.3:
16504: * src/targets/isapi/parser3isapi.C 1.44:
16505: * src/targets/isapi/parser3isapi.dsp 1.22:
16506: * src/targets/isapi/pool_storage.h 1.9:
16507: * src/types/pa_valiased.C 1.10:
16508: * src/types/pa_valiased.h 1.14:
16509: * src/types/pa_value.h 1.74:
16510: * src/types/pa_vbool.h 1.13:
16511: * src/types/pa_vclass.h 1.19:
16512: * src/types/pa_vcode_frame.h 1.8:
16513: * src/types/pa_vcookie.C 1.24:
16514: * src/types/pa_vcookie.h 1.12:
16515: * src/types/pa_vdate.h 1.5:
16516: * src/types/pa_vdnode.C 1.8:
16517: * src/types/pa_vdnode.h 1.3:
16518: * src/types/pa_vdom.C 1.3:
16519: * src/types/pa_vdom.h 1.14:
16520: * src/types/pa_vdouble.h 1.26:
16521: * src/types/pa_venv.h 1.17:
16522: * src/types/pa_vfile.C 1.22:
16523: * src/types/pa_vfile.h 1.34:
16524: * src/types/pa_vform.C 1.39:
16525: * src/types/pa_vform.h 1.25:
16526: * src/types/pa_vimage.C 1.10:
16527: * src/types/pa_vimage.h 1.18:
16528: * src/types/pa_vint.h 1.27:
16529: * src/types/pa_vjunction.h 1.7:
16530: * src/types/pa_vmath.h 1.3:
16531: * src/types/pa_vmethod_frame.h 1.16:
16532: * src/types/pa_vobject.h 1.11:
16533: * src/types/pa_vrequest.C 1.10:
16534: * src/types/pa_vrequest.h 1.11:
16535: * src/types/pa_vresponse.h 1.14:
16536: * src/types/pa_vstateless_class.C 1.10:
16537: * src/types/pa_vstateless_class.h 1.17:
16538: * src/types/pa_vstateless_object.h 1.11:
16539: * src/types/pa_vstring.C 1.11:
16540: * src/types/pa_vstring.h 1.35:
16541: * src/types/pa_vtable.C 1.6:
16542: * src/types/pa_vtable.h 1.33:
16543: * src/types/pa_vvoid.h 1.4:
16544: * src/types/pa_wcontext.C 1.9:
16545: * src/types/pa_wcontext.h 1.17:
16546: * src/types/pa_wwrapper.h 1.11:
16547: * src/types/types.dsp 1.1:
16548: added ident.awk and main.dsp splitted to main+classes+types
16549: along to .am
16550:
16551: * src/classes/classes.dsp 1.2:
16552: * src/classes/dnode.C 1.7:
16553: * src/classes/dnode.h 1.3:
16554: * src/classes/dom.C 1.36:
16555: * src/classes/xdoc.C 1.1:
16556: * src/classes/xnode.C 1.1:
16557: * src/classes/xnode.h 1.1:
16558: * src/main/compile.tab.C 1.14:
16559: * src/types/pa_vdnode.C 1.9:
16560: * src/types/pa_vdnode.h 1.4:
16561: * src/types/pa_vdom.C 1.4:
16562: * src/types/pa_vdom.h 1.15:
16563: * src/types/pa_vxdoc.C 1.1:
16564: * src/types/pa_vxdoc.h 1.1:
16565: * src/types/pa_vxnode.C 1.1:
16566: * src/types/pa_vxnode.h 1.1:
16567: * src/types/types.dsp 1.2:
16568: xdoc&xnode now
16569:
16570: * src/classes/classes.dsp 1.3:
16571: * src/classes/xdoc.C 1.2:
16572: * src/classes/xnode.C 1.2:
16573: * src/classes/xnode.h 1.2:
16574: * src/include/pa_config_fixed.h 1.15:
16575: * src/main/main.dsp 1.125:
16576: * src/targets/cgi/parser3.C 1.115:
16577: * src/targets/cgi/parser3.C 1.116:
16578: * src/targets/isapi/parser3isapi.C 1.46:
16579: * src/types/pa_vxnode.C 1.2:
16580: * src/types/types.dsp 1.3:
16581: z
16582:
16583: * src/classes/classes.cmd 1.4:
16584: * src/main/main.dsp 1.123:
16585: * src/targets/cgi/parser3.dsp 1.28:
16586: moved classes.inc generation on win32 to main.dsp
16587:
16588: * src/classes/classes.C 1.10:
16589: forgot one non-xml check
16590:
16591: * src/classes/Makefile.am 1.21:
16592: removed useless var
16593:
16594: 2001-09-25 parser
16595: * src/Makefile.am 1.10:
16596: * src/Makefile.in 1.20:
16597: * src/classes/Makefile.am 1.20:
16598: * src/classes/Makefile.in 1.17:
16599: * src/classes/dom.C 1.34:
16600: * src/include/pa_stylesheet_connection.h 1.4:
16601: * src/main/Makefile.am 1.17:
16602: * src/main/Makefile.in 1.14:
16603: * src/main/pa_pool.C 1.27:
16604: * src/targets/Makefile.in 1.14:
16605: * src/targets/apache13/Makefile.in 1.14:
16606: * src/targets/cgi/Makefile.am 1.17:
16607: * src/targets/cgi/Makefile.in 1.16:
16608: * src/types/Makefile.am 1.8:
16609: * src/types/Makefile.in 1.13:
16610: * src/types/pa_vdom.h 1.13:
16611: xml configure makes
16612:
16613: * src/include/pa_config_auto.h.in 1.7:
16614: xml on linux[elik] works! no 1251 though, todo ICU
16615:
16616: 2001-09-24 parser
16617: * src/types/pa_vfile.h 1.33:
16618: * src/types/pa_vimage.h 1.17:
16619: * src/types/pa_vstring.h 1.34:
16620: fiew wrong resolved conflicts fixed [const]
16621:
16622: * src/Makefile.in 1.19:
16623: * src/classes/Makefile.am 1.19:
16624: * src/classes/Makefile.in 1.16:
16625: * src/include/pa_config_auto.h.in 1.6:
16626: * src/main/Makefile.in 1.13:
16627: * src/targets/Makefile.in 1.13:
16628: * src/targets/apache13/Makefile.in 1.13:
16629: * src/types/Makefile.am 1.7:
16630: * src/types/Makefile.in 1.12:
16631: makes
16632:
16633: * src/targets/cgi/Makefile.am 1.16:
16634: * src/targets/cgi/Makefile.in 1.15:
16635: makefiles
16636:
16637: * src/types/pa_value.h 1.73:
16638: * src/types/pa_vdnode.C 1.7:
16639: * src/types/pa_vtable.C 1.5:
16640: * src/types/pa_vvoid.h 1.3:
16641: z
16642:
16643: * src/types/pa_vclass.h 1.18:
16644: * src/types/pa_vhash.h 1.20:
16645: * src/types/pa_vhash.h 1.21:
16646: * src/types/pa_vtable.h 1.32:
16647: fixed small bugs with usinge hash/table in expressions
16648:
16649: * src/classes/classes.cmd 1.3:
16650: * src/classes/image.C 1.45:
16651: * src/classes/op.C 1.44:
16652: * src/classes/table.C 1.114:
16653: * src/include/pa_request.h 1.97:
16654: * src/include/pa_sapi.h 1.12:
16655: * src/main/compile.C 1.49:
16656: * src/main/compile.tab.C 1.13:
16657: * src/main/compile.y 1.167:
16658: * src/main/compile_tools.h 1.49:
16659: * src/main/main.dsp 1.122:
16660: * src/main/pa_common.C 1.67:
16661: * src/main/pa_sql_driver_manager.C 1.37:
16662: * src/targets/cgi/parser3.C 1.112:
16663: * src/targets/cgi/parser3.dsp 1.27:
16664: * src/types/pa_value.h 1.72:
16665: * src/types/pa_vbool.h 1.12:
16666: * src/types/pa_vdate.h 1.4:
16667: * src/types/pa_vdouble.h 1.25:
16668: * src/types/pa_vform.C 1.38:
16669: * src/types/pa_vhash.h 1.19:
16670: * src/types/pa_vimage.h 1.16:
16671: * src/types/pa_vint.h 1.26:
16672: * src/types/pa_vstring.h 1.33:
16673: * src/types/pa_vtable.h 1.31:
16674: * src/types/pa_vvoid.h 1.2:
16675: merged3 with before_xml
16676: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
16677:
16678: * src/Makefile.am 1.7:
16679: * src/Makefile.am 1.8:
16680: * src/Makefile.am 1.9:
16681: * src/main/Makefile.am 1.16:
16682: * src/targets/Makefile.am 1.7:
16683: * src/targets/apache13/Makefile.am 1.5:
16684: * src/targets/cgi/Makefile.am 1.15:
16685: * src/targets/cgi/pa_pool.C 1.22:
16686: started unix makes update
16687:
16688: 2001-09-21 parser
16689: * src/main/main.dsp 1.121:
16690: * src/targets/cgi/parser3.dsp 1.26:
16691: * src/targets/isapi/parser3isapi.dsp 1.21:
16692: updated project files [/ sadly produced "" in make file and
16693: sadly wrong interpreted on load]
16694:
16695: * src/include/pa_pool.h 1.56:
16696: * src/main/pa_pool.C 1.24:
16697: checked whether transcoder were created right
16698: "unsupported encoding" message.
16699: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
16700:
16701: reduced transcode buffer size to 60
16702: fixed pool cleanup - no registration needed, pools are officially destructured
16703:
16704: * src/classes/dom.C 1.29:
16705: * src/classes/dom.C 1.30:
16706: * src/classes/dom.C 1.31:
16707: * src/classes/dom.C 1.32:
16708: * src/include/pa_pool.h 1.57:
16709: * src/include/pa_pool.h 1.58:
16710: * src/main/pa_pool.C 1.25:
16711: * src/types/pa_vdnode.C 1.5:
16712: * src/types/pa_vresponse.h 1.12:
16713: defaulted dom writing methods encoding to pool.get_charset
16714:
16715: * src/classes/classes.C 1.8:
16716: * src/classes/date.C 1.7:
16717: * src/classes/dnode.C 1.5:
16718: * src/classes/dom.C 1.33:
16719: * src/classes/file.C 1.54:
16720: * src/classes/form.C 1.15:
16721: * src/classes/int.C 1.33:
16722: * src/classes/mail.C 1.38:
16723: * src/doc/doxygen.cfg 1.16:
16724: * src/include/pa_config_fixed.h 1.12:
16725: * src/include/pa_pool.h 1.59:
16726: * src/main/main.dsp 1.119:
16727: * src/main/pa_globals.C 1.76:
16728: * src/main/pa_pool.C 1.26:
16729: * src/main/pa_request.C 1.155:
16730: * src/main/pa_xslt_stylesheet_manager.C 1.3:
16731: * src/targets/cgi/pa_pool.C 1.21:
16732: * src/targets/cgi/pa_threads.C 1.2:
16733: * src/targets/cgi/parser3.dsp 1.24:
16734: * src/targets/isapi/pa_pool.C 1.6:
16735: * src/targets/isapi/pa_threads.C 1.2:
16736: * src/targets/isapi/parser3isapi.dsp 1.19:
16737: * src/types/pa_valiased.C 1.9:
16738: * src/types/pa_vcookie.C 1.23:
16739: * src/types/pa_vdnode.C 1.6:
16740: * src/types/pa_vdom.C 1.2:
16741: * src/types/pa_vfile.C 1.21:
16742: * src/types/pa_vform.C 1.37:
16743: * src/types/pa_vimage.C 1.9:
16744: * src/types/pa_vrequest.C 1.9:
16745: * src/types/pa_vresponse.h 1.13:
16746: * src/types/pa_vstateless_class.C 1.9:
16747: * src/types/pa_vstring.C 1.10:
16748: * src/types/pa_vtable.C 1.4:
16749: * src/types/pa_wcontext.C 1.8:
16750: zillions of #ifdef XML
16751: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
16752: first, will join latest changes
16753:
16754: * src/Makefile.in 1.18:
16755: * src/classes/classes.h 1.11:
16756: * src/classes/hash.C 1.18:
16757: * src/classes/op.C 1.43:
16758: * src/classes/table.C 1.113:
16759: * src/doc/doxygen.cfg 1.17:
16760: * src/include/pa_common.h 1.50:
16761: * src/include/pa_globals.h 1.64:
16762: * src/include/pa_request.h 1.96:
16763: * src/include/pa_sapi.h 1.11:
16764: * src/include/pa_sql_driver_manager.h 1.11:
16765: * src/include/pa_string.h 1.104:
16766: * src/main/compile.tab.C 1.12:
16767: * src/main/main.dsp 1.120:
16768: * src/main/pa_common.C 1.66:
16769: * src/main/pa_exec.C 1.13:
16770: * src/main/pa_globals.C 1.77:
16771: * src/targets/cgi/parser3.dsp 1.25:
16772: * src/targets/isapi/parser3isapi.dsp 1.20:
16773: merged with before_xml
16774:
16775: 2001-09-20 parser
16776: * src/classes/dnode.C 1.3:
16777: * src/classes/dom.C 1.26:
16778: * src/targets/cgi/parser3.dsp 1.22:
16779: * src/types/pa_vstring.h 1.32:
16780: dnode .file .string .save moved back to dom due to strange
16781: xalan bug
16782:
16783: * src/main/pa_pool.C 1.23:
16784: * src/main/pa_request.C 1.154:
16785: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
16786: charset[here]]
16787:
16788: * src/classes/dom.C 1.27:
16789: dom. string save file
16790: moved output xml options to last param and made it optional
16791:
16792: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
16793: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
16794: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
16795: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
16796: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
16797: table/hash can be used in expression context now, there value = size
16798: and boolean value size!=0
16799:
16800: * src/classes/dnode.C 1.4:
16801: * src/classes/dom.C 1.28:
16802: * src/include/pa_config_includes.h 1.10:
16803: * src/include/pa_globals.h 1.63:
16804: * src/include/pa_pool.h 1.55:
16805: * src/main/main.dsp 1.118:
16806: * src/main/pa_globals.C 1.75:
16807: * src/main/pa_pool.C 1.22:
16808: * src/targets/cgi/parser3.dsp 1.23:
16809: * src/targets/isapi/parser3isapi.C 1.43:
16810: * src/targets/isapi/parser3isapi.dsp 1.18:
16811: * src/types/pa_vdnode.C 1.4:
16812: * src/types/pa_vdnode.h 1.2:
16813: * src/types/pa_vresponse.h 1.11:
16814: Pool::transcode 0
16815:
16816: * src/types/pa_vdnode.C 1.3:
16817: !$elementnode.attributes = hash of dnodes
16818: !$attributenode.specified = boolean
16819: true if the attribute received its value explicitly in the XML document,
16820: or if a value was assigned programatically with the setValue function.
16821: false if the attribute value came from the default value declared in the document's DTD.
16822: !$pinode.target = target of this processing instruction
16823: XML defines this as being the first token following the markup
16824: that begins the processing instruction.
16825: XPath:
16826: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
16827: !^node.select-single[xpath/query/expression] = first node if any
16828:
16829: * src/classes/image.C [before_xml] 1.40.4.4:
16830: 20K preload on jpg measure [image::measure]
16831:
16832: * src/types/pa_value.h [before_xml] 1.70.4.2:
16833: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
16834: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
16835: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
16836: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
16837: * src/types/pa_vint.h [before_xml] 1.25.4.1:
16838: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
16839: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
16840: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
16841: some 'const's added
16842:
16843: 2001-09-18 parser
16844: * src/classes/dnode.C 1.2:
16845: * src/classes/dom.C 1.25:
16846: * src/classes/hash.C 1.17:
16847: * src/classes/image.C 1.44:
16848: * src/classes/op.C 1.42:
16849: * src/classes/table.C 1.112:
16850: * src/include/pa_common.h 1.49:
16851: * src/include/pa_globals.h 1.62:
16852: * src/include/pa_request.h 1.95:
16853: * src/include/pa_sql_driver_manager.h 1.10:
16854: * src/main/compile.C 1.48:
16855: * src/main/compile.tab.C 1.11:
16856: * src/main/compile.y 1.166:
16857: * src/main/compile_tools.h 1.48:
16858: * src/main/execute.C 1.191:
16859: * src/main/pa_common.C 1.65:
16860: * src/main/pa_request.C 1.153:
16861: * src/main/pa_sql_driver_manager.C 1.36:
16862: * src/main/pa_string.C 1.103:
16863: * src/main/pa_table.C 1.37:
16864: * src/targets/cgi/parser3.C 1.111:
16865: * src/targets/cgi/parser3.dsp 1.21:
16866: * src/targets/isapi/parser3isapi.C 1.42:
16867: * src/types/pa_value.h 1.71:
16868: * src/types/pa_vform.C 1.36:
16869: * src/types/pa_vform.h 1.24:
16870: * src/types/pa_vhash.h 1.18:
16871: * src/types/pa_vimage.C 1.8:
16872: * src/types/pa_vimage.h 1.15:
16873: * src/types/pa_vtable.h 1.30:
16874: merged latest bugfixes from before_xml branch
16875: ^if(def $hash) now true only when ^hash:_count[]!=0
16876: moved
16877: .string .save .file from dom to dnode
16878:
16879: * src/classes/dnode.C 1.1:
16880: * src/classes/dnode.h 1.1:
16881: * src/main/main.dsp 1.117:
16882: * src/types/pa_vdnode.C 1.1:
16883: * src/types/pa_vdnode.h 1.1:
16884: dom, dnode 0
16885:
16886: * src/types/pa_vdnode.C 1.2:
16887: * src/types/pa_vdom.h 1.12:
16888: * src/types/pa_vhash.h 1.17:
16889: * src/types/pa_vtable.h 1.29:
16890: dom, dnode 1
16891:
16892: * src/classes/image.C [before_xml] 1.40.4.3:
16893: * src/main/pa_string.C [before_xml] 1.102.2.2:
16894: * src/main/pa_table.C [before_xml] 1.36.2.1:
16895: image: poly* fixed
16896:
16897: * src/classes/op.C [before_xml] 1.41.4.2:
16898: * src/main/execute.C [before_xml] 1.190.4.2:
16899: operators self changed to root
16900: ^for variable context changed to self
16901:
16902: 2001-09-17 parser
16903: * src/classes/classes.h 1.10:
16904: * src/classes/dom.C 1.23:
16905: * src/classes/hash.C 1.16:
16906: * src/include/pa_stylesheet_connection.h 1.3:
16907: * src/main/main.dsp 1.115:
16908: * src/targets/cgi/pa_pool.C 1.20:
16909: * src/types/pa_vdom.h 1.10:
16910: * src/types/pa_vfile.h 1.32:
16911: * src/types/pa_vimage.h 1.14:
16912: started
16913: dnode
16914: DOM:
16915: $node.name
16916: $node.value
16917: ...others...
16918: ^node.xpath[/rates/USD] = hash
16919: dom(dnode)
16920:
16921: * src/classes/dom.C 1.24:
16922: * src/main/main.dsp 1.116:
16923: * src/main/pa_globals.C 1.74:
16924: * src/types/pa_vdom.h 1.11:
16925: started dnode+dom
16926:
16927: dnode
16928: DOM methods:
16929: $node.name
16930: $node.value
16931: ...others...
16932:
16933: ^node.xpath[/rates/USD] = hash
16934: $hash[
16935: $.0[node0]
16936: $.1[node1]
16937: ]
16938:
16939: * src/classes/image.C [before_xml] 1.40.4.2:
16940: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
16941: $image.line-style
16942: now applies to all linear primitives
16943:
16944: * src/classes/hash.C [before_xml] 1.15.4.1:
16945: * src/main/compile.C [before_xml] 1.47.4.1:
16946: * src/main/compile.tab.C [before_xml] 1.10.4.2:
16947: * src/main/compile.y [before_xml] 1.165.4.2:
16948: * src/main/compile_tools.h [before_xml] 1.47.4.2:
16949: * src/main/execute.C [before_xml] 1.190.4.1:
16950: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
16951: expressions unary+
16952: ^hash.count[]
16953: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
16954:
16955: 2001-09-15 parser
16956: * src/classes/image.C [before_xml] 1.40.4.1:
16957: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
16958: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
16959: image: $line-width ^line(...)[**** style]
16960:
16961: * src/classes/dom.C 1.21:
16962: * src/classes/image.C 1.43:
16963: * src/include/pa_pool.h 1.53:
16964: * src/include/pa_stylesheet_connection.h 1.2:
16965: * src/main/main.dsp 1.114:
16966: * src/targets/cgi/pa_pool.C 1.18:
16967: * src/targets/isapi/pa_pool.C 1.4:
16968: * src/targets/isapi/pool_storage.h 1.5:
16969: * src/types/pa_vdom.C 1.1:
16970: * src/types/pa_vdom.h 1.8:
16971: xalan objects freed up [introducing Pool::register_cleanup]
16972:
16973: * src/doc/doxygen.cfg 1.15:
16974: * src/include/pa_sapi.h 1.10:
16975: * src/types/pa_vdom.h 1.7:
16976: comments
16977:
16978: * src/classes/dom.C 1.22:
16979: * src/targets/isapi/parser3isapi.C 1.41:
16980: * src/targets/isapi/pool_storage.h 1.8:
16981: * src/types/pa_vdom.h 1.9:
16982: fixed bug in isapi pool_storage -
16983: cleanups first, allocations second.
16984: apache wisely does just like that
16985:
16986: * src/targets/isapi/parser3isapi.C 1.40:
16987: * src/targets/isapi/pool_storage.h 1.7:
16988: pool_storage rewritten using template, no bugs now
16989:
16990: * src/include/pa_pool.h 1.54:
16991: * src/main/pa_pool.C 1.21:
16992: * src/targets/cgi/pa_pool.C 1.19:
16993: * src/targets/isapi/pa_pool.C 1.5:
16994: * src/targets/isapi/parser3isapi.C 1.39:
16995: * src/targets/isapi/parser3isapi.dsp 1.17:
16996: * src/targets/isapi/pool_storage.h 1.6:
16997: poorly started isapi pool_storage, would rewrite using template now
16998:
16999: 2001-09-14 parser
17000: * src/classes/dom.C 1.20:
17001: * src/classes/file.C 1.53:
17002: * src/classes/image.C 1.42:
17003: * src/classes/mail.C 1.37:
17004: * src/include/pa_common.h 1.48:
17005: * src/include/pa_sql_driver_manager.h 1.9:
17006: * src/include/pa_string.h 1.103:
17007: * src/include/pa_stylesheet_connection.h 1.1:
17008: * src/include/pa_xslt_stylesheet_manager.h 1.1:
17009: * src/main/main.dsp 1.113:
17010: * src/main/pa_common.C 1.64:
17011: * src/main/pa_exec.C 1.12:
17012: * src/main/pa_globals.C 1.73:
17013: * src/main/pa_sql_driver_manager.C 1.34:
17014: * src/main/pa_xslt_stylesheet_manager.C 1.1:
17015: * src/main/untaint.C 1.62:
17016: * src/types/pa_vfile.C 1.20:
17017: dom.xslt stylesheet compiled&cached
17018:
17019: * src/main/pa_sql_driver_manager.C 1.35:
17020: * src/main/pa_xslt_stylesheet_manager.C 1.2:
17021: z
17022:
17023: 2001-09-13 parser
17024: * src/classes/dom.C 1.18:
17025: dom:file content-type(.method)
17026:
17027: * src/classes/dom.C 1.19:
17028: * src/classes/file.C 1.52:
17029: * src/classes/image.C 1.41:
17030: * src/types/pa_vfile.C 1.19:
17031: * src/types/pa_vfile.h 1.31:
17032: ^dom.file[] charset
17033:
17034: * src/include/pa_globals.h [before_xml] 1.61.4.1:
17035: * src/include/pa_request.h [before_xml] 1.94.4.1:
17036: * src/main/pa_request.C [before_xml] 1.152.4.2:
17037: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
17038: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
17039: ParserRootConfig .../parser3.conf
17040: ParserSiteConfig .../parser3.conf
17041:
17042: cgi&isapi looks for {configure|c:\windows}/parser3.conf
17043:
17044: * src/include/pa_common.h [before_xml] 1.47.4.1:
17045: * src/include/pa_globals.h [before_xml] 1.61.4.2:
17046: * src/main/pa_common.C [before_xml] 1.63.4.1:
17047: * src/main/pa_request.C [before_xml] 1.152.4.3:
17048: $MAIN:CLASS_PATH now
17049: can be string now
17050: more informative error messages
17051:
17052: 2001-09-12 parser
17053: * src/main/compile.y [before_xml] 1.165.4.1:
17054: * src/main/compile_tools.h [before_xml] 1.47.4.1:
17055: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
17056: introduced special LS_NAME_SQUARE_PART state
17057:
17058: * src/main/compile.tab.C [before_xml] 1.10.4.1:
17059: fixed - subname code parts actually [] braced
17060:
17061: * src/classes/op.C [before_xml] 1.41.4.1:
17062: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
17063: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
17064: ^connect[]
17065: ^connect[aaa]
17066: more precise error reporting:
17067: "connection string must start with protocol://"
17068: now
17069:
17070: 2001-09-11 parser
17071: * src/types/pa_vdom.h 1.5:
17072: messages
17073:
17074: * src/classes/dom.C 1.16:
17075: * src/types/pa_vdom.h 1.6:
17076: ^dom:set[<some>xml</some>]
17077:
17078: * src/classes/dom.C 1.17:
17079: * src/include/pa_string.h 1.102:
17080: * src/main/pa_globals.C 1.72:
17081: * src/main/untaint.C 1.61:
17082: ^dom:set{<some>xml</some>} default language XML
17083: languages+=xml
17084:
17085: * src/classes/dom.C 1.14:
17086: * src/classes/dom.C 1.15:
17087: ^dom:save/string/file[output options]
17088: output options:
17089: $.method[xml|html|text] detection fixed
17090:
17091: 2001-09-10 parser
17092: * src/classes/dom.C 1.4:
17093: * src/main/main.dsp 1.110:
17094: * src/types/pa_vform.C 1.35:
17095: * src/types/pa_vform.h 1.23:
17096: ^dom.save[b.xml] 0
17097:
17098: * src/classes/dom.C 1.9:
17099: ^dom.file[encoding] = file
17100:
17101: * src/classes/dom.C 1.12:
17102: ^dom.xslt[stylesheet filename][params hash added]
17103:
17104: * src/classes/dom.C 1.10:
17105: * src/main/main.dsp 1.111:
17106: * src/types/pa_vdom.h 1.3:
17107: ^dom.xslt[stylesheet filename] -1 doc is lying
17108:
17109: * src/classes/dom.C 1.11:
17110: * src/main/main.dsp 1.112:
17111: * src/types/pa_vdom.h 1.4:
17112: ^dom.xslt[stylesheet filename] 0
17113:
17114: * src/classes/dom.C 1.5:
17115: ^dom.save[b.xml] 1:error handling
17116:
17117: * src/classes/dom.C 1.13:
17118: ^dom:save/string/file[output options]
17119: output options:
17120: $.method[xml|html|text] $.encoding[windows-1251|...]
17121:
17122: * src/classes/dom.C 1.6:
17123: ^dom.string[] 0
17124:
17125: * src/classes/dom.C 1.7:
17126: * src/classes/dom.C 1.8:
17127: ^dom.string[encoding] 1
17128: ^dom.save[encoding;filename]
17129:
17130: 2001-09-08 parser
17131: * src/types/pa_vform.C [before_xml] 1.33.2.3:
17132: $form:tables.name.field
17133:
17134: 2001-09-07 parser
17135: * src/classes/dom.C 1.3:
17136: * src/types/pa_value.h [before_xml] 1.70.4.1:
17137: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
17138: (def $table) is false when table is empty
17139:
17140: * src/main/pa_request.C [before_xml] 1.152.4.1:
17141: * src/types/pa_vform.C [before_xml] 1.33.2.2:
17142: * src/types/pa_vform.h [before_xml] 1.22.2.2:
17143: !$form:tables
17144: $atable[$form:tables.a]
17145: ^atable.menu{a=$atable.element}[,]
17146:
17147: * src/classes/dom.C 1.1:
17148: file dom.C was initially added on branch xalan1_2.
17149:
17150: * src/main/pa_exception.C 1.15:
17151: * src/types/pa_vform.C 1.32:
17152: getting FIRST form element [not last]
17153:
17154: * src/classes/table.C [before_xml] 1.110.4.1:
17155: table:empty removed, superceded by ^if(def $table)...
17156:
17157: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
17158: * src/types/pa_vform.C [before_xml] 1.33.2.1:
17159: * src/types/pa_vform.h [before_xml] 1.22.2.1:
17160: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
17161: !$form:fields
17162:
17163: * src/include/pa_hash.h 1.43:
17164: * src/main/pa_hash.C 1.39:
17165: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
17166: * src/types/pa_vfile.h 1.30:
17167: * src/types/pa_vform.C 1.33:
17168: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
17169: * src/types/pa_vform.h 1.22:
17170: z
17171:
17172: * src/Makefile.in [xalan1_2] 1.16.2.1:
17173: * src/classes/dom.C [xalan1_2] 1.1.2.1:
17174: * src/classes/table.C [xalan1_2] 1.110.2.1:
17175: * src/main/main.dsp [xalan1_2] 1.108.2.1:
17176: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
17177: introducing dom. dom:load[a.xml]
17178:
17179: * src/main/pa_string.C [before_xml] 1.102.2.1:
17180: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
17181: is 0]
17182:
17183: * src/Makefile.in 1.17:
17184: * src/classes/dom.C 1.2:
17185: * src/classes/table.C 1.111:
17186: * src/main/main.dsp 1.109:
17187: * src/types/pa_vdom.h 1.2:
17188: * src/types/pa_vform.C 1.34:
17189: merged with successful start of dom
17190:
17191: * src/types/pa_vdom.h 1.1:
17192: file pa_vdom.h was initially added on branch xalan1_2.
17193:
17194: 2001-09-06 parser
17195: * src/doc/doxygen.cfg 1.14:
17196: merged new default options from 1.2.10 doxygen
17197:
17198: * src/classes/hash.C 1.15:
17199: * src/include/pa_globals.h 1.61:
17200: * src/main/pa_globals.C 1.71:
17201: * src/types/pa_vhash.h 1.16:
17202: now there's special hash key '_default' [instead of ^_default method]
17203: $hash[
17204: $.a[1]
17205: $.b[2]
17206: $._default[xx]
17207: ]
17208: $hash.c
17209:
17210: * src/types/pa_vform.C 1.30:
17211: * src/types/pa_vform.C 1.31:
17212: a=1&a=2 would result in $form:a being a table with one column '
17213: element' and two rows: 1 and 2
17214:
17215: * src/classes/image.C 1.40:
17216: * src/classes/op.C 1.41:
17217: * src/classes/string.C 1.74:
17218: * src/classes/table.C 1.110:
17219: * src/doc/doxygen.cfg 1.13:
17220: * src/targets/isapi/parser3isapi.C 1.38:
17221: * src/types/pa_vtable.C 1.3:
17222: few #ifndef DOXYGEN
17223:
17224: * src/classes/void.C 1.9:
17225: * src/main/pa_string.C 1.102:
17226: * src/main/pa_table.C 1.36:
17227: fixed up bad int/double conversions, and now $form:nonexistent
17228: int(88) would return 88
17229:
17230: * src/main/compile.tab.C 1.10:
17231: * src/main/compile.y 1.165:
17232: ^if(0){}{ ^if(1){}^; }
17233: bug fixed [thanks, fif], ^; were treated there non-literally
17234:
17235: 2001-09-05 parser
17236: * src/classes/string.C 1.73:
17237: * src/classes/table.C 1.109:
17238: sql options can be void [same as image:html the other day]
17239:
17240: * src/classes/mail.C 1.36:
17241: MAIN:MAIL check fixed
17242:
17243: * src/Makefile.in 1.16:
17244: * src/classes/Makefile.in 1.15:
17245: * src/main/Makefile.in 1.12:
17246: * src/targets/cgi/Makefile.in 1.14:
17247: * src/types/Makefile.in 1.11:
17248: makes
17249:
17250: * src/main/pa_sql_driver_manager.C 1.33:
17251: * src/sql/pa_sql_driver.h 1.16:
17252: * src/targets/cgi/parser3.C 1.110:
17253: #define STRINGIZE(name) #name
17254: does not macro expantion on param, simply qoutes whatever passed, undone
17255:
17256: * src/main/pa_sql_driver_manager.C 1.30:
17257: * src/sql/pa_sql_driver.h 1.14:
17258: SQL_DRIVER_CREATE_FUNC_NAME
17259:
17260: * src/main/pa_sql_driver_manager.C 1.32:
17261: * src/sql/pa_sql_driver.h 1.15:
17262: * src/targets/cgi/Makefile.am 1.13:
17263: * src/targets/cgi/parser3.C 1.109:
17264: #define STRINGIZE(name) #name
17265: invented
17266:
17267: * src/targets/cgi/Makefile.am 1.14:
17268: .am undo
17269:
17270: * src/classes/op.C 1.40:
17271: * src/include/pa_sql_driver_manager.h 1.8:
17272: * src/main/pa_sql_driver_manager.C 1.31:
17273: #define MAIN_SQL_NAME "SQL"
17274: #define MAIN_SQL_DRIVERS_NAME "drivers"
17275:
17276: moved to be availible to all users
17277:
17278: 2001-09-04 parser
17279: * src/targets/cgi/parser3.C 1.106:
17280: zz
17281:
17282: * src/include/pa_config_auto.h.in 1.5:
17283: * src/targets/Makefile.in 1.12:
17284: * src/targets/apache13/Makefile.in 1.12:
17285: * src/targets/cgi/Makefile.am 1.12:
17286: * src/targets/cgi/Makefile.in 1.13:
17287: * src/targets/cgi/parser3.C 1.102:
17288: configure --sysconfdir=sysadmin-controlled auto.p location for
17289: targets/cgi/parser3, default[/usr/local/etc]
17290:
17291: * src/Makefile.in 1.15:
17292: * src/include/pa_config_auto.h.in 1.4:
17293: * src/targets/apache13/Makefile.in 1.11:
17294: * src/targets/cgi/Makefile.in 1.12:
17295: makes
17296:
17297: * src/targets/isapi/parser3isapi.C 1.37:
17298: z
17299:
17300: * src/targets/cgi/parser3.C 1.104:
17301: zzz
17302:
17303: * src/targets/cgi/parser3.C 1.108:
17304: full_file_spec bug
17305:
17306: * src/classes/image.C 1.39:
17307: image.html now can accept void params
17308:
17309: * src/classes/date.C 1.5:
17310: date:sql-string is now without ''
17311:
17312: * src/classes/date.C 1.6:
17313: date
17314:
17315: * src/targets/cgi/parser3.C 1.107:
17316: getenvcheck
17317:
17318: 2001-09-03 parser
17319: * src/targets/cgi/parser3.C 1.101:
17320: /configure cgi SYSCONFDIR
17321:
17322: 2001-09-01 parser
17323: * src/classes/image.C 1.38:
17324: letter_spacing
17325:
17326: * src/classes/image.C 1.36:
17327: image: as_int as_string used
17328:
17329: * src/classes/image.C 1.37:
17330: image: font params changed
17331:
17332: * src/types/pa_vmethod_frame.h 1.15:
17333: $result[] now gets properly analized
17334:
17335: 2001-08-31 parser
17336: * src/Makefile.in 1.14:
17337: * src/include/pa_dir.h 1.4:
17338: * src/targets/Makefile.in 1.11:
17339: * src/targets/cgi/parser3.C 1.99:
17340: compiled under cygwin
17341:
17342: * src/targets/cgi/parser3.C 1.100:
17343: z
17344:
17345: * src/classes/void.C 1.8:
17346: void:int/double += (default)
17347:
17348: * src/classes/string.C 1.72:
17349: * src/classes/table.C 1.108:
17350: string:int/double (defaults)
17351:
17352: * src/classes/image.C 1.35:
17353: image:font added space param
17354: image:font changed charwidth alg, added kerning const[for now]
17355:
17356: 2001-08-29 parser
17357: * src/main/pa_exception.C 1.14:
17358: exception redundant debug info
17359:
17360: 2001-08-28 parser
17361: * src/classes/table.C 1.107:
17362: NO_STRING_ORIGIN check
17363:
17364: * src/classes/string.C 1.71:
17365: * src/include/pa_dictionary.h 1.2:
17366: * src/include/pa_string.h 1.101:
17367: * src/main/pa_dictionary.C 1.4:
17368: * src/main/pa_string.C 1.101:
17369: * src/main/untaint.C 1.59:
17370: pa_directory speeded up. moved zero 'from' check to directory constructor.
17371: string:replace
17372:
17373: * src/Makefile.in 1.13:
17374: makes
17375:
17376: * src/Makefile.in 1.12:
17377: * src/classes/Makefile.in 1.13:
17378: * src/main/Makefile.in 1.10:
17379: * src/targets/Makefile.in 1.10:
17380: * src/targets/apache13/Makefile.in 1.9:
17381: * src/targets/cgi/Makefile.in 1.10:
17382: * src/types/Makefile.in 1.9:
17383: makefiles
17384:
17385: * src/classes/file.C 1.51:
17386: * src/main/pa_common.C 1.63:
17387: file:move autocreate/remove dest/src dir
17388:
17389: * src/main/compile.C 1.47:
17390: NO_STRING_ORIGIN check2
17391:
17392: * src/classes/image.C 1.33:
17393: image: gifsize little endian
17394:
17395: * src/targets/apache13/Makefile.am 1.4:
17396: COMPILE_APACHE13_MODULE
17397:
17398: * src/include/pa_dictionary.h 1.4:
17399: * src/main/pa_dictionary.C 1.5:
17400: * src/main/pa_sql_driver_manager.C 1.29:
17401: NO_STRING_ORIGIN check3
17402:
17403: * src/include/pa_dictionary.h 1.3:
17404: gcc: ../include/pa_dictionary.h:19: storage class specifiers
17405: invalid in friend function declarations
17406:
17407: * src/targets/apache13/Makefile.am 1.3:
17408: configure to skip apache
17409:
17410: * src/classes/Makefile.in 1.14:
17411: * src/main/Makefile.in 1.11:
17412: * src/targets/apache13/Makefile.in 1.10:
17413: * src/targets/cgi/Makefile.in 1.11:
17414: * src/types/Makefile.in 1.10:
17415: make.ins
17416:
17417: * src/classes/op.C 1.39:
17418: * src/main/compile.tab.C 1.9:
17419: * src/main/pa_dir.C 1.6:
17420: * src/main/untaint.C 1.60:
17421: * src/targets/cgi/parser3.C 1.98:
17422: * src/targets/isapi/parser3isapi.C 1.36:
17423: strncpy forced with zero ending in case of limit
17424:
17425: * src/classes/image.C 1.34:
17426: image error msgs
17427:
17428: * src/classes/Makefile.am 1.18:
17429: * src/main/Makefile.am 1.15:
17430: * src/targets/cgi/Makefile.am 1.11:
17431: * src/types/Makefile.am 1.6:
17432: .am-s
17433:
17434: * src/doc/doxygen.cfg 1.12:
17435: doxygen conf removed some garbage from under doxygeneration
17436:
17437: 2001-08-27 parser
17438: * src/Makefile.in 1.11:
17439: * src/classes/Makefile.in 1.12:
17440: * src/main/Makefile.in 1.9:
17441: * src/main/pa_common.C 1.61:
17442: * src/main/pa_exception.C 1.12:
17443: * src/main/pa_sql_driver_manager.C 1.28:
17444: * src/targets/Makefile.in 1.9:
17445: * src/targets/apache13/Makefile.in 1.8:
17446: * src/targets/cgi/Makefile.am 1.10:
17447: * src/targets/cgi/Makefile.in 1.9:
17448: * src/types/Makefile.in 1.8:
17449: configure for solaris -lsocket
17450:
17451: * src/classes/image.C 1.31:
17452: * src/classes/image.C 1.32:
17453: fixed jpgsize alg
17454:
17455: * src/main/pa_request.C 1.152:
17456: * src/targets/cgi/parser3.C 1.97:
17457: parser3 test.html [auto.p from current dir loading]
17458:
17459: * src/main/pa_exception.C 1.13:
17460: z
17461:
17462: * src/main/pa_common.C 1.62:
17463: removed debug info from pa_common
17464:
17465: 2001-08-24 parser
17466: * src/targets/cgi/parser3.C 1.95:
17467: not cgi extra \n 2
17468:
17469: * src/classes/file.C 1.50:
17470: * src/classes/form.C 1.14:
17471: * src/classes/mail.C 1.35:
17472: * src/classes/table.C 1.106:
17473: fiew non-pool mallocs fixed
17474:
17475: * src/targets/cgi/parser3.C 1.96:
17476: not cgi extra \n 3
17477:
17478: * src/sql/pa_sql_driver.h 1.13:
17479: sql* removed services from disconnect - cross-request ideological probs.
17480: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
17481:
17482: * src/targets/cgi/parser3.C 1.94:
17483: not cgi extra \n
17484:
17485: * src/main/pa_sql_driver_manager.C 1.27:
17486: z
17487:
17488: * src/include/pa_sql_connection.h 1.12:
17489: * src/main/pa_sql_driver_manager.C 1.26:
17490: sql* removed services from disconnect - cross-request
17491: ideological probs.
17492:
17493: 2001-08-23 parser
17494: * src/main/pa_sql_driver_manager.C 1.25:
17495: oracle: dlink
17496:
17497: * src/classes/file.C 1.49:
17498: minor bug in file:save fixed
17499:
17500: 2001-08-22 parser
17501: * src/classes/file.C 1.48:
17502: * src/main/compile.tab.C 1.8:
17503: * src/types/pa_vfile.C 1.18:
17504: * src/types/pa_vfile.h 1.29:
17505: file:load|save[text|binary;
17506:
17507: * src/main/compile.tab.C 1.7:
17508: * src/main/compile.y 1.164:
17509: ^method[]^[^] literals []
17510:
17511: 2001-08-21 parser
17512: * src/classes/file.C 1.47:
17513: * src/classes/table.C 1.105:
17514: ^file:list
17515:
17516: 2001-08-20 parser
17517: * src/main/compile.tab.C 1.6:
17518: * src/main/compile.y 1.163:
17519: * src/main/pa_sql_driver_manager.C 1.24:
17520: * src/types/pa_value.h 1.70:
17521: * src/types/pa_vbool.h 1.11:
17522: * src/types/pa_vdouble.h 1.24:
17523: * src/types/pa_vint.h 1.25:
17524: var(123) ^var.inc[] recousively caused problems: inc incremeted
17525: 123 literal!! fixed
17526:
17527: 2001-08-10 parser
17528: * src/classes/table.C 1.101:
17529: * src/include/pa_table.h 1.34:
17530: * src/main/pa_table.C 1.35:
17531: table.sort now creates new sorted table
17532:
17533: * src/main/compile.tab.C 1.3:
17534: * src/main/compile.tab.C 1.4:
17535: * src/main/compile.y 1.160:
17536: * src/main/compile.y 1.161:
17537: (codes) name part syntax added
17538:
17539: * src/main/compile.tab.C 1.5:
17540: * src/main/compile.y 1.162:
17541: [codes] name part syntax now
17542:
17543: * src/main/pa_string.C 1.100:
17544: string.match hanged on. there were a hang check but it weren't wise enough
17545:
17546: @parse[dateString][tmp]
17547: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
17548: $tmp.1 $tmp.2
17549: #end
17550:
17551: @main[]
17552: ^parse[2001-02-03]
17553:
17554: * src/classes/table.C 1.102:
17555: * src/classes/table.C 1.103:
17556: table:sort now default desc
17557:
17558: * src/types/pa_value.h 1.69:
17559: * src/types/pa_vstring.h 1.30:
17560: * src/types/pa_vstring.h 1.31:
17561: string now def only when ne ''
17562:
17563: * src/main/pa_request.C 1.150:
17564: * src/main/pa_request.C 1.151:
17565: wanted to make
17566: const int MAX_EXECUTE_SECONDS=1;
17567:
17568: but couldnt, set_callback_and_alarm appeared to be not exported :(
17569:
17570: * src/classes/table.C 1.104:
17571: table:sort restored [it was bad test :(]
17572:
17573: 2001-08-09 parser
17574: * src/main/pa_string.C 1.99:
17575: $a[010] now ^if($a==10){true}
17576: were octal
17577:
17578: * src/main/Makefile.am 1.14:
17579: .am
17580:
17581: * src/classes/void.C 1.6:
17582: * src/classes/void.C 1.7:
17583: void: int double copy/paste from int: bug fixed
17584:
17585: * src/classes/hash.C 1.14:
17586: hash:_default now [was hash:default]
17587:
17588: * src/types/pa_vcookie.C 1.22:
17589: cookie name&value origins added, more precise $ORIGINS(1)
17590:
17591: * src/classes/op.C 1.38:
17592: case without switch check added
17593:
17594: * src/main/Makefile.in 1.8:
17595: make.in
17596:
17597: 2001-08-07 parser
17598: * src/classes/math.C 1.5:
17599: * src/main/pa_request.C 1.149:
17600: math:random fixed. win32 srand made working
17601:
17602: * src/classes/double.C 1.36:
17603: * src/classes/int.C 1.32:
17604: * src/classes/string.C 1.70:
17605: * src/classes/table.C 1.100:
17606: * src/include/pa_globals.h 1.60:
17607: * src/main/pa_globals.C 1.70:
17608: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
17609: string, table
17610:
17611: 2001-08-06 parser
17612: * src/classes/hash.C 1.13:
17613: hash:keys renamed to hash:_keys :(
17614:
17615: * src/main/pa_exec.C 1.10:
17616: exec win32 real filename
17617:
17618: * src/classes/file.C 1.46:
17619: exec stderr out
17620:
17621: * src/classes/mail.C 1.34:
17622: * src/classes/op.C 1.37:
17623: * src/include/pa_array.h 1.43:
17624: * src/include/pa_globals.h 1.59:
17625: * src/include/pa_hash.h 1.42:
17626: * src/include/pa_request.h 1.94:
17627: * src/main/compile.tab.C 1.2:
17628: * src/main/compile.y 1.159:
17629: * src/main/pa_array.C 1.38:
17630: * src/main/pa_dictionary.C 1.3:
17631: * src/main/pa_exec.C 1.11:
17632: * src/main/pa_globals.C 1.69:
17633: * src/main/pa_hash.C 1.38:
17634: * src/main/pa_request.C 1.148:
17635: * src/main/pa_string.C 1.98:
17636: class_path
17637:
17638: 2001-08-03 parser
17639: * src/classes/table.C 1.99:
17640: * src/types/pa_vtable.h 1.28:
17641: vtable.locks killed
17642:
17643: 2001-08-02 parser
17644: * src/classes/classes.h 1.9:
17645: * src/classes/op.C 1.36:
17646: * src/include/pa_globals.h 1.58:
17647: * src/main/execute.C 1.188:
17648: * src/main/pa_globals.C 1.66:
17649: * src/main/pa_globals.C 1.67:
17650: found another multithread bug in op.C (last, last global var
17651: killed) :)
17652:
17653: * src/main/pa_dictionary.C 1.2:
17654: * src/main/pa_globals.C 1.68:
17655: memset dictionary minor bug fixed
17656:
17657: * src/classes/string.C 1.69:
17658: * src/classes/table.C 1.98:
17659: * src/include/pa_array.h 1.42:
17660: * src/main/execute.C 1.190:
17661: * src/main/pa_exec.C 1.9:
17662: introducing Array_iter
17663:
17664: * src/main/execute.C 1.189:
17665: detected quick_get recursion bug. changed to get@execute, but
17666: needs array iterator, separate from array to avoid it & use caching
17667:
17668: 2001-08-01 parser
17669: * src/include/pa_dictionary.h 1.1:
17670: * src/include/pa_globals.h 1.57:
17671: * src/include/pa_string.h 1.100:
17672: * src/main/main.dsp 1.107:
17673: * src/main/pa_dictionary.C 1.1:
17674: * src/main/pa_globals.C 1.65:
17675: * src/main/pa_request.C 1.147:
17676: * src/main/pa_string.C 1.97:
17677: * src/main/untaint.C 1.58:
17678: speeded up typo-html replacements. introducing Dictionary with
17679: first-char caching
17680:
17681: 2001-07-31 parser
17682: * src/types/Makefile.am 1.5:
17683: pa_vtable.C added to .am
17684:
17685: * src/main/compile.tab.C 1.1:
17686: added, so that could be compiled even on non-bison-enabled platforms
17687:
17688: 2001-07-28 parser
17689: * src/main/compile.y 1.158:
17690: * src/main/untaint.C 1.57:
17691: bug fix @ untaint when \r skipped \n
17692:
17693: * src/classes/table.C 1.97:
17694: table:hash always produces hash, when can't - empty
17695:
17696: 2001-07-27 parser
17697: * src/classes/double.C 1.35:
17698: * src/classes/int.C 1.31:
17699: * src/classes/string.C 1.68:
17700: provided meaningful msg on int/double/string :sql without
17701: result and default
17702:
17703: 2001-07-26 parser
17704: * src/include/pa_opcode.h 1.6:
17705: * src/main/compile.y 1.156:
17706: * src/main/execute.C 1.187:
17707: hash creation syntax problem persists. restored $: for a while.
17708: thinking of $man[$.age[zzz]] syntax now
17709:
17710: * src/classes/op.C 1.35:
17711: fixed bad multithread bug with strangly global OP
17712:
17713: * src/main/compile.y 1.157:
17714: $man[$.age[zzz]] 0
17715:
17716: * src/include/pa_opcode.h 1.4:
17717: * src/main/compile.C 1.45:
17718: * src/main/compile.y 1.154:
17719: * src/main/compile_tools.h 1.46:
17720: * src/main/execute.C 1.185:
17721: * src/main/pa_request.C 1.146:
17722: * src/types/pa_vmethod_frame.h 1.13:
17723: introducing ::
17724: this is constructor call prefix.
17725: ordinary : remains for static accesses
17726:
17727: * src/classes/double.C 1.34:
17728: * src/classes/int.C 1.30:
17729: * src/classes/string.C 1.67:
17730: * src/include/pa_opcode.h 1.5:
17731: * src/main/compile.C 1.46:
17732: * src/main/compile.y 1.155:
17733: * src/main/compile_tools.h 1.47:
17734: * src/main/execute.C 1.186:
17735: * src/types/pa_vcode_frame.h 1.7:
17736: * src/types/pa_vmethod_frame.h 1.14:
17737: * src/types/pa_wcontext.h 1.16:
17738: * src/types/pa_wwrapper.h 1.10:
17739: fixing :: realization #1
17740:
17741: 2001-07-25 parser
17742: * src/classes/table.C 1.95:
17743: * src/main/main.dsp 1.106:
17744: * src/types/pa_vtable.C 1.1:
17745: * src/types/pa_vtable.h 1.27:
17746: ^table.record[] now $table.fields
17747:
17748: * src/types/pa_vtable.C 1.2:
17749: table: get_element order changeed. now:
17750: 1. fields
17751: 2. methods
17752: 3. columns
17753:
17754: * src/types/pa_vdouble.h 1.23:
17755: * src/types/pa_vint.h 1.24:
17756: odbc: no result queries; quote.
17757: optimized double&int tostring-s
17758:
17759: * src/classes/string.C 1.66:
17760: * src/include/pa_globals.h 1.56:
17761: * src/main/execute.C 1.183:
17762: * src/main/pa_globals.C 1.64:
17763: match replace code context moved to implicit $match context
17764:
17765: * src/main/compile.C 1.44:
17766: * src/main/compile.y 1.153:
17767: * src/main/compile_tools.h 1.45:
17768: allowed whitespace before first method decl
17769:
17770: * src/include/pa_opcode.h 1.3:
17771: * src/main/compile.y 1.149:
17772: * src/main/compile_tools.C 1.37:
17773: * src/main/compile_tools.h 1.43:
17774: * src/main/execute.C 1.182:
17775: with killed, code storage introduced with former 'with' syntax
17776:
17777: * src/main/compile.y 1.150:
17778: * src/main/compile.y 1.151:
17779: * src/main/execute.C 1.184:
17780: $var[] is now empty string, not void
17781:
17782: * src/main/compile.C 1.43:
17783: * src/main/compile.y 1.152:
17784: * src/main/compile_tools.h 1.44:
17785: allowed empty lines before first method decl
17786:
17787: * src/classes/table.C 1.96:
17788: allowed nontable result in table:sql, results in empty table
17789:
17790: 2001-07-24 parser
17791: * src/main/compile.C 1.42:
17792: * src/main/execute.C 1.181:
17793: * src/main/pa_string.C 1.96:
17794: * src/types/pa_value.h 1.68:
17795: first get_element, next get operator
17796:
17797: * src/classes/file.C 1.45:
17798: * src/include/pa_common.h 1.47:
17799: * src/main/pa_common.C 1.60:
17800: file:move
17801:
17802: * src/main/compile.y 1.148:
17803: removed @end handling
17804:
17805: * src/main/pa_common.C 1.59:
17806: file_read close @ eof when imgsize bug fixed
17807:
17808: * src/main/compile.C 1.41:
17809: * src/main/compile.y 1.147:
17810: @end handling method2
17811:
17812: 2001-07-23 parser
17813: * src/main/pa_sql_driver_manager.C 1.23:
17814: * src/sql/pa_sql_driver.h 1.12:
17815: sql odbc driver
17816:
17817: * src/classes/hash.C 1.11:
17818: * src/classes/hash.C 1.12:
17819: * src/classes/string.C 1.65:
17820: * src/classes/table.C 1.94:
17821: * src/classes/void.C 1.5:
17822: * src/include/pa_sql_connection.h 1.11:
17823: * src/sql/pa_sql_driver.h 1.11:
17824: changed sql driver query interface
17825:
17826: 2001-07-20 parser
17827: * src/types/pa_vrequest.C 1.8:
17828: X!$browser:type
17829:
17830: * src/classes/file.C 1.44:
17831: * src/classes/string.C 1.64:
17832: * src/include/pa_string.h 1.99:
17833: * src/main/execute.C 1.180:
17834: * src/main/pa_string.C 1.95:
17835: * src/types/pa_valiased.C 1.8:
17836: * src/types/pa_valiased.h 1.13:
17837: * src/types/pa_value.h 1.67:
17838: * src/types/pa_vclass.h 1.17:
17839: * src/types/pa_vcookie.h 1.11:
17840: * src/types/pa_vdate.h 1.3:
17841: * src/types/pa_vfile.h 1.28:
17842: * src/types/pa_vform.h 1.21:
17843: * src/types/pa_vhash.h 1.15:
17844: * src/types/pa_vmath.h 1.2:
17845: * src/types/pa_vobject.h 1.10:
17846: * src/types/pa_vrequest.C 1.7:
17847: * src/types/pa_vstateless_class.h 1.16:
17848: * src/types/pa_vstateless_object.h 1.10:
17849: only ^class:method dynamic calls allowed.
17850: ^BASE.method call disabled.
17851: BASE element globally removed
17852:
17853: 2001-07-18 parser
17854: * src/Makefile.am 1.6:
17855: * src/Makefile.in 1.10:
17856: * src/classes/Makefile.am 1.17:
17857: * src/main/Makefile.am 1.13:
17858: * src/targets/Makefile.am 1.6:
17859: * src/targets/apache13/Makefile.am 1.2:
17860: * src/targets/cgi/Makefile.am 1.9:
17861: * src/types/Makefile.am 1.4:
17862: removed $id from *.in *.am
17863:
17864: * src/classes/file.C 1.43:
17865: file:exec/cgi msg
17866:
17867: * src/main/pa_request.C 1.145:
17868: * src/main/untaint.C 1.56:
17869: ORIGINS langs name abbrevations
17870:
17871: * src/classes/file.C 1.42:
17872: $file:exit-code renamed to 'status'
17873:
17874: * src/classes/date.C 1.4:
17875: * src/classes/mail.C 1.33:
17876: * src/classes/math.C 1.4:
17877: * src/classes/string.C 1.63:
17878: * src/classes/table.C 1.93:
17879: * src/include/pa_globals.h 1.55:
17880: * src/include/pa_string.h 1.98:
17881: * src/main/execute.C 1.179:
17882: * src/main/pa_globals.C 1.63:
17883: * src/main/pa_request.C 1.144:
17884: * src/main/pa_string.C 1.94:
17885: * src/main/untaint.C 1.55:
17886: * src/types/pa_value.h 1.66:
17887: * src/types/pa_vdouble.h 1.22:
17888: * src/types/pa_vfile.h 1.27:
17889: * src/types/pa_vint.h 1.23:
17890: * src/types/pa_vstring.C 1.9:
17891: * src/types/pa_vstring.h 1.29:
17892: $ORIGINS(1) output tracing mode
17893:
17894: * src/classes/Makefile.in 1.11:
17895: * src/main/Makefile.in 1.7:
17896: * src/targets/Makefile.in 1.8:
17897: * src/targets/apache13/Makefile.in 1.7:
17898: * src/targets/cgi/Makefile.in 1.8:
17899: * src/types/Makefile.in 1.7:
17900: $id in .in's from .am's removed
17901:
17902: * src/classes/file.C 1.41:
17903: * src/main/pa_exec.C 1.8:
17904: file:exec
17905:
17906: 2001-07-17 parser
17907: * src/Makefile.in 1.9:
17908: * src/classes/Makefile.in 1.10:
17909: == wrong
17910:
17911: 2001-07-13 parser
17912: * src/main/execute.C 1.175:
17913: * src/main/pa_request.C 1.142:
17914: order of MAIN parents was wrong, fixed
17915:
17916: * src/classes/double.C 1.33:
17917: * src/classes/int.C 1.29:
17918: * src/classes/string.C 1.62:
17919: * src/include/pa_request.h 1.92:
17920: * src/include/pa_request.h 1.93:
17921: * src/main/execute.C 1.176:
17922: * src/main/execute.C 1.177:
17923: * src/main/execute.C 1.178:
17924: * src/main/pa_request.C 1.143:
17925: auto.p[@auto], /news/auto.p[no @auto], so that initializing
17926: second would not call first @auto
17927:
17928: 2001-07-12 parser
17929: * src/types/pa_value.h 1.65:
17930: pa_value.putelement modification of system classes prevented
17931:
17932: 2001-07-11 parser
17933: * src/classes/string.C 1.61:
17934: * src/doc/sources2html.cmd 1.3:
17935: lr split now yelds table $piece
17936:
17937: * src/classes/file.C 1.40:
17938: * src/include/pa_common.h 1.46:
17939: * src/main/pa_common.C 1.58:
17940: * src/types/pa_vstateless_class.h 1.15:
17941: $file created by file:state += .atime .mtime .ctime
17942: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
17943:
17944: 2001-07-09 parser
17945: * src/main/untaint.C 1.54:
17946: qp wrong name
17947:
17948: * src/classes/date.C 1.3:
17949: * src/classes/string.C 1.60:
17950: * src/classes/table.C 1.92:
17951: * src/main/compile.y 1.146:
17952: date format 0
17953:
17954: 2001-07-07 parser
17955: * src/classes/Makefile.am 1.16:
17956: * src/classes/date.C 1.1:
17957: * src/classes/file.C 1.39:
17958: * src/classes/hash.C 1.10:
17959: * src/classes/image.C 1.30:
17960: * src/classes/mail.C 1.32:
17961: * src/classes/math.C 1.3:
17962: * src/classes/op.C 1.34:
17963: * src/classes/string.C 1.59:
17964: * src/classes/table.C 1.90:
17965: * src/classes/void.C 1.4:
17966: * src/include/pa_request.h 1.91:
17967: * src/main/main.dsp 1.105:
17968: * src/types/pa_value.h 1.64:
17969: * src/types/pa_vdate.h 1.1:
17970: * src/types/pa_wcontext.C 1.7:
17971: date now set $fields roll string. todo: sql, calendar
17972:
17973: * src/classes/date.C 1.2:
17974: * src/classes/table.C 1.91:
17975: * src/include/pa_common.h 1.45:
17976: * src/include/pa_string.h 1.97:
17977: * src/main/pa_common.C 1.57:
17978: * src/types/pa_vdate.h 1.2:
17979: date roll
17980: table calendar
17981:
17982: 2001-07-06 parser
17983: * src/classes/math.C 1.2:
17984: * src/include/pa_request.h 1.90:
17985: * src/main/execute.C 1.174:
17986: * src/main/main.dsp 1.104:
17987: * src/main/pa_request.C 1.141:
17988: * src/types/pa_vmath.h 1.1:
17989: math 0
17990:
17991: 2001-07-03 parser
17992: * src/classes/Makefile.am 1.15:
17993: * src/classes/math.C 1.1:
17994: * src/classes/op.C 1.33:
17995: * src/classes/random.C 1.15:
17996: * src/main/main.dsp 1.103:
17997: class random renamed to math, operators became methods
17998:
17999: * src/classes/op.C 1.32:
18000: pow sqrt
18001:
18002: * src/classes/op.C 1.31:
18003: * src/main/execute.C 1.173:
18004: sin asin cos acos tan atan
18005:
18006: 2001-07-02 parser
18007: * src/classes/hash.C 1.9:
18008: ^hash.keys[]
18009:
18010: * src/classes/table.C 1.88:
18011: * src/main/pa_table.C 1.34:
18012: ^table:columns[]
18013:
18014: * src/classes/table.C 1.89:
18015: ^table.columns column renamed from 'name' to 'column'
18016:
18017: * src/main/compile.y 1.145:
18018: * src/main/compile_tools.h 1.42:
18019: in expressions now allowed 'strings'
18020:
18021: 2001-06-29 parser
18022: * src/main/execute.C 1.171:
18023: * src/main/execute.C 1.172:
18024: /0 %0 checkes ver 2
18025:
18026: * src/classes/table.C 1.87:
18027: empty strings @ sql
18028:
18029: * src/Makefile.in 1.8:
18030: * src/classes/Makefile.in 1.9:
18031: makes
18032:
18033: * src/classes/Makefile.am 1.14:
18034: nothing - void
18035:
18036: * src/main/execute.C 1.170:
18037: /0 %0 checke
18038:
18039: 2001-06-28 parser
18040: * src/classes/double.C 1.32:
18041: * src/classes/file.C 1.38:
18042: * src/classes/form.C 1.13:
18043: * src/classes/hash.C 1.8:
18044: * src/classes/image.C 1.29:
18045: * src/classes/int.C 1.28:
18046: * src/classes/mail.C 1.31:
18047: * src/classes/op.C 1.30:
18048: * src/classes/random.C 1.14:
18049: * src/classes/response.C 1.13:
18050: * src/classes/string.C 1.58:
18051: * src/classes/table.C 1.86:
18052: * src/classes/void.C 1.3:
18053: * src/main/compile.C 1.40:
18054: * src/main/compile.y 1.144:
18055: * src/main/compile_tools.C 1.36:
18056: * src/main/execute.C 1.169:
18057: * src/main/pa_array.C 1.37:
18058: * src/main/pa_common.C 1.56:
18059: * src/main/pa_dir.C 1.5:
18060: * src/main/pa_exception.C 1.11:
18061: * src/main/pa_exec.C 1.7:
18062: * src/main/pa_globals.C 1.62:
18063: * src/main/pa_hash.C 1.37:
18064: * src/main/pa_pool.C 1.20:
18065: * src/main/pa_request.C 1.140:
18066: * src/main/pa_socks.C 1.5:
18067: * src/main/pa_sql_driver_manager.C 1.22:
18068: * src/main/pa_string.C 1.93:
18069: * src/main/pa_table.C 1.33:
18070: * src/main/untaint.C 1.53:
18071: * src/targets/cgi/parser3.C 1.93:
18072: * src/targets/isapi/parser3isapi.C 1.35:
18073: */
1.26 paf 18074: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 18075:
18076: * src/main/compile.y 1.142:
18077: * src/main/compile_tools.h 1.41:
18078: $:name: == ${name}:
18079: $class:name: == ${class:name}:
18080:
18081: * src/classes/string.C 1.56:
18082: exactly one
18083:
18084: * src/classes/double.C 1.31:
18085: * src/classes/file.C 1.37:
18086: * src/classes/form.C 1.12:
18087: * src/classes/hash.C 1.7:
18088: * src/classes/image.C 1.28:
18089: * src/classes/int.C 1.27:
18090: * src/classes/mail.C 1.30:
18091: * src/classes/op.C 1.29:
18092: * src/classes/random.C 1.13:
18093: * src/classes/response.C 1.12:
18094: * src/classes/string.C 1.57:
18095: * src/classes/table.C 1.85:
18096: * src/classes/void.C 1.2:
18097: * src/main/compile.C 1.39:
18098: * src/main/compile.y 1.143:
18099: * src/main/compile_tools.C 1.35:
18100: * src/main/execute.C 1.168:
18101: * src/main/pa_array.C 1.36:
18102: * src/main/pa_common.C 1.55:
18103: * src/main/pa_dir.C 1.4:
18104: * src/main/pa_exception.C 1.10:
18105: * src/main/pa_exec.C 1.6:
18106: * src/main/pa_globals.C 1.61:
18107: * src/main/pa_hash.C 1.36:
18108: * src/main/pa_pool.C 1.19:
18109: * src/main/pa_request.C 1.139:
18110: * src/main/pa_socks.C 1.4:
18111: * src/main/pa_sql_driver_manager.C 1.21:
18112: * src/main/pa_string.C 1.92:
18113: * src/main/pa_table.C 1.32:
18114: * src/main/untaint.C 1.52:
18115: * src/targets/cgi/parser3.C 1.92:
18116: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 18117: static char *RCSId="$Id$";
1.15 paf 18118:
18119: 2001-06-27 parser
18120: * src/classes/hash.C 1.6:
18121: * src/classes/nothing.C 1.5:
18122: * src/classes/table.C 1.84:
18123: * src/classes/void.C 1.1:
18124: * src/main/compile.y 1.140:
18125: * src/main/compile.y 1.141:
18126: * src/main/execute.C 1.167:
18127: * src/main/main.dsp 1.102:
18128: * src/main/pa_request.C 1.138:
18129: * src/targets/cgi/pa_pool.C 1.17:
18130: * src/types/pa_value.h 1.63:
18131: * src/types/pa_vcode_frame.h 1.6:
18132: * src/types/pa_vmethod_frame.h 1.12:
18133: * src/types/pa_vnothing.h 1.2:
18134: * src/types/pa_vtable.h 1.26:
18135: * src/types/pa_vvoid.h 1.1:
18136: nothing renamed to void
18137:
18138: * src/classes/op.C 1.28:
18139: ^switch ^case
18140:
18141: * src/main/compile.y 1.139:
18142: lexer: $zzzz^zzzz were name part
18143:
18144: 2001-05-28 parser
18145: * src/main/main.dsp 1.101:
18146: * src/targets/isapi/parser3isapi.dsp 1.15:
18147: release project options [some bugs]
18148:
18149: * src/classes/classes.C 1.7:
18150: * src/main/compile.C 1.38:
18151: * src/main/compile.y 1.138:
18152: * src/main/execute.C 1.166:
18153: operators are not in root class again
18154:
18155: * src/doc/html2chm.cmd 1.3:
18156: removed >a
18157:
18158: * src/doc/sources2html.cmd 1.2:
18159: z
18160:
18161: 2001-05-24 parser
18162: * src/Makefile.in 1.7:
18163: * src/classes/Makefile.in 1.8:
18164: * src/main/Makefile.in 1.6:
18165: * src/targets/Makefile.in 1.7:
18166: * src/targets/apache13/Makefile.in 1.6:
18167: * src/targets/cgi/Makefile.in 1.7:
18168: * src/types/Makefile.in 1.6:
18169: makes
18170:
18171: * src/main/pa_request.C 1.135:
18172: * src/main/pa_request.C 1.136:
18173: * src/targets/cgi/parser3.C 1.90:
18174: // no _ conversions in @exception[params]
18175:
18176: * src/targets/cgi/parser3.dsp 1.19:
18177: project file
18178:
18179: * src/classes/op.C 1.27:
18180: * src/main/pa_request.C 1.137:
18181: * src/targets/cgi/parser3.C 1.91:
18182: ^log ^exp
18183:
18184: 2001-05-23 parser
18185: * src/classes/op.C 1.25:
18186: * src/main/compile.y 1.137:
18187: allow one empty line before LS_DEF_NAME
18188:
18189: * src/main/pa_string.C 1.91:
18190: string cmp bug
18191:
18192: * src/classes/mail.C 1.29:
18193: * src/classes/op.C 1.26:
18194: rem max 1000
18195:
18196: 2001-05-22 parser
18197: * src/classes/op.C 1.24:
18198: if params code-required
18199:
18200: 2001-05-21 parser
18201: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
18202: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
18203: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
18204: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
18205: 0
18206:
18207: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
18208: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
18209: 1
18210:
18211: * src/Makefile.in 1.6:
18212: * src/classes/Makefile.in 1.6:
18213: * src/classes/Makefile.in 1.7:
18214: * src/main/Makefile.in 1.5:
18215: * src/targets/Makefile.in 1.6:
18216: * src/targets/apache13/Makefile.in 1.5:
18217: * src/targets/cgi/Makefile.in 1.6:
18218: * src/types/Makefile.in 1.5:
18219: makes
18220:
18221: * src/classes/double.C 1.30:
18222: * src/classes/hash.C 1.4:
18223: * src/classes/hash.C 1.5:
18224: * src/classes/nothing.C 1.1:
18225: * src/classes/nothing.C 1.2:
18226: * src/classes/nothing.C 1.3:
18227: * src/classes/op.C 1.23:
18228: * src/classes/string.C 1.55:
18229: * src/classes/table.C 1.83:
18230: * src/classes/unknown.C 1.8:
18231: * src/main/compile.y 1.136:
18232: * src/main/execute.C 1.164:
18233: * src/main/execute.C 1.165:
18234: * src/main/main.dsp 1.100:
18235: * src/main/pa_request.C 1.134:
18236: * src/targets/cgi/pa_pool.C 1.15:
18237: * src/targets/cgi/pa_pool.C 1.16:
18238: * src/types/pa_value.h 1.62:
18239: * src/types/pa_vcode_frame.h 1.5:
18240: * src/types/pa_vmethod_frame.h 1.10:
18241: * src/types/pa_vmethod_frame.h 1.11:
18242: * src/types/pa_vnothing.h 1.1:
18243: * src/types/pa_vtable.h 1.24:
18244: * src/types/pa_vtable.h 1.25:
18245: * src/types/pa_vunknown.h 1.14:
18246: 'unknown' renamed to 'nothing'
18247:
18248: * src/Makefile.in 1.5:
18249: * src/classes/Makefile.in 1.5:
18250: * src/main/Makefile.in 1.4:
18251: * src/targets/Makefile.in 1.5:
18252: * src/targets/apache13/Makefile.in 1.4:
18253: * src/targets/cgi/Makefile.in 1.5:
18254: * src/types/Makefile.in 1.4:
18255: make system timestamps
18256:
18257: * src/classes/nothing.C 1.4:
18258: resultless ^sql moved to nothing:
18259:
18260: * src/classes/Makefile.am 1.13:
18261: .AM
18262:
18263: * src/main/pa_request.C 1.133:
18264: .am
18265:
18266: * src/Makefile.in 1.4:
18267: file stamps to remove autoreconf
18268:
18269: * src/targets/cgi/parser3.C 1.88:
18270: argv can be just "parser3". made site_auto_path "." in that case
18271:
18272: * src/types/pa_vstring.C 1.8:
18273: eoleof
18274:
18275: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
18276: * src/main/execute.C 1.162:
18277: * src/targets/cgi/Makefile.in 1.4:
18278: * src/targets/cgi/parser3.C 1.86:
18279: * src/targets/cgi/parser3.C 1.87:
18280: * src/targets/cgi/parser3.C 1.89:
18281: z
18282:
18283: * src/main/pa_request.C 1.132:
18284: * src/targets/cgi/parser3.C 1.85:
18285: pcre_tables=pcre_default_tables;
18286:
18287: * src/classes/hash.C 1.3:
18288: * src/classes/int.C 1.25:
18289: * src/classes/string.C 1.53:
18290: * src/classes/table.C 1.82:
18291: * src/include/pa_string.h 1.95:
18292: * src/include/pa_string.h 1.96:
18293: * src/main/pa_string.C 1.89:
18294: * src/main/pa_string.C 1.90:
18295: * src/types/pa_vstring.C 1.6:
18296: * src/types/pa_vstring.h 1.27:
18297: started int:sql
18298:
18299: * src/types/pa_vstring.C 1.7:
18300: * src/types/pa_vstring.h 1.28:
18301: removed unnecessary vstring::set_string
18302:
18303: * src/classes/double.C 1.29:
18304: * src/classes/int.C 1.26:
18305: * src/classes/string.C 1.54:
18306: int,double;sql
18307:
18308: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
18309: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
18310: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
18311: hash:sql
18312:
18313: * src/classes/classes.C 1.6:
18314: * src/classes/hash.C 1.2:
18315: * src/classes/op.C 1.22:
18316: * src/classes/table.C 1.81:
18317: * src/main/compile.C 1.37:
18318: * src/main/compile.y 1.135:
18319: * src/main/execute.C 1.163:
18320: hash:sql moved to main trunc. operators.txt updated
18321:
18322: 2001-05-19 parser
18323: * src/types/pa_value.h 1.61:
18324: parameter # 1 based
18325:
18326: * src/main/pa_common.C 1.54:
18327: common: actual filename '%s'
18328:
18329: * src/classes/string.C 1.52:
18330: root context in match replace body now unchanged
18331:
18332: * src/classes/Makefile.am 1.10:
18333: * src/classes/Makefile.am 1.11:
18334: * src/classes/Makefile.am 1.12:
18335: * src/classes/Makefile.am 1.9:
18336: * src/main/pa_sql_driver_manager.C 1.20:
18337: * src/targets/cgi/pa_pool.C 1.12:
18338: classes/.am
18339:
18340: * src/main/untaint.C 1.50:
18341: * src/targets/cgi/pa_pool.C 1.13:
18342: * src/targets/cgi/parser3.C 1.84:
18343: fixed bug in pre html untaint, wrong size used, 4* mem wasted
18344:
18345: * src/classes/string.C 1.51:
18346: * src/main/pa_string.C 1.88:
18347: z
18348:
18349: * src/include/pa_string.h 1.94:
18350: * src/main/untaint.C 1.51:
18351: * src/targets/cgi/pa_pool.C 1.14:
18352: introducing String::cstr_bufsize, returns just size+1 for as_is
18353: target.
18354:
18355: * src/classes/Makefile.in 1.4:
18356: clean
18357:
18358: 2001-05-18 parser
18359: * src/Makefile.in 1.3:
18360: * src/classes/Makefile.in 1.3:
18361: * src/include/pa_config_auto.h.in 1.3:
18362: * src/main/Makefile.in 1.3:
18363: * src/targets/Makefile.in 1.4:
18364: * src/targets/apache13/Makefile.in 1.3:
18365: * src/targets/cgi/Makefile.in 1.3:
18366: * src/targets/cgi/pa_pool.C 1.11:
18367: * src/types/Makefile.in 1.3:
18368: .am pa_threads.C ins
18369:
18370: * src/targets/cgi/Makefile.am 1.8:
18371: .am pa_threads.C added
18372:
18373: 2001-05-17 parser
18374: * src/include/pa_hash.h 1.40:
18375: * src/main/execute.C 1.158:
18376: removed /*SYNCHRONIZED*/ from hash.h
18377:
18378: * src/include/pa_array.h 1.41:
18379: * src/include/pa_common.h 1.44:
18380: * src/include/pa_config_fixed.h 1.8:
18381: * src/include/pa_config_includes.h 1.8:
18382: * src/include/pa_exception.h 1.12:
18383: * src/include/pa_exec.h 1.2:
18384: * src/include/pa_globals.h 1.54:
18385: * src/include/pa_hash.h 1.41:
18386: * src/include/pa_opcode.h 1.2:
18387: * src/include/pa_pool.h 1.52:
18388: * src/include/pa_request.h 1.88:
18389: * src/include/pa_sapi.h 1.9:
18390: * src/include/pa_socks.h 1.3:
18391: * src/include/pa_sql_connection.h 1.7:
18392: * src/include/pa_stack.h 1.9:
18393: * src/include/pa_string.h 1.93:
18394: * src/include/pa_table.h 1.33:
18395: * src/include/pa_threads.h 1.14:
18396: #include "pa_config_includes.h"
18397: in all headers
18398:
18399: * src/include/pa_request.h 1.89:
18400: * src/main/execute.C 1.159:
18401: * src/main/pa_request.C 1.131:
18402: ANTI_ENDLESS_EXECUTE_RECOURSION
18403:
18404: * src/classes/op.C 1.20:
18405: * src/include/pa_config_fixed.h 1.10:
18406: * src/include/pa_sql_connection.h 1.8:
18407: * src/include/pa_sql_driver_manager.h 1.5:
18408: * src/main/pa_sql_driver_manager.C 1.15:
18409: found problem at last: 2connections own 1driver and
18410: set_services fight for driver::fservices. before fix
18411:
18412: * src/main/execute.C 1.160:
18413: * src/types/pa_vmethod_frame.h 1.9:
18414: endless recursion line no
18415:
18416: * src/classes/classes.h 1.8:
18417: * src/include/pa_sql_connection.h 1.10:
18418: * src/include/pa_sql_driver_manager.h 1.7:
18419: * src/main/pa_sql_driver_manager.C 1.17:
18420: cache expiration[use SQL_Driver::disconnect]
18421:
18422: * src/include/pa_config_fixed.h 1.9:
18423: * src/include/pa_threads.h 1.16:
18424: * src/targets/cgi/pa_threads.C 1.1:
18425: * src/targets/cgi/parser3.dsp 1.18:
18426: * src/targets/isapi/pa_threads.C 1.1:
18427: * src/targets/isapi/parser3isapi.dsp 1.14:
18428: added pa_threads.C
18429:
18430: * src/classes/image.C 1.27:
18431: * src/include/pa_sql_driver_manager.h 1.4:
18432: * src/main/pa_sql_driver_manager.C 1.14:
18433: * src/main/pa_string.C 1.87:
18434: wrong includes order prevented sqlmanager to see MULTYTHREAD define
18435:
18436: * src/main/pa_table.C 1.31:
18437: table.locate current restored on "not found"
18438:
18439: * src/include/pa_threads.h 1.15:
18440: removed targets/parser
18441:
18442: * src/classes/op.C 1.19:
18443: * src/include/pa_sql_connection.h 1.6:
18444: * src/main/pa_sql_driver_manager.C 1.12:
18445: * src/sql/pa_sql_driver.h 1.9:
18446: connection from cache ->set_services(&services);
18447:
18448: * src/include/pa_config_fixed.h 1.7:
18449: * src/include/pa_threads.h 1.13:
18450: * src/main/pa_sql_driver_manager.C 1.13:
18451: SYNCHRONIZED moved closer to caches put/gets
18452:
18453: * src/classes/string.C 1.50:
18454: * src/include/pa_config_fixed.h 1.11:
18455: * src/include/pa_config_includes.h 1.9:
18456: * src/main/compile.y 1.134:
18457: * src/main/compile_tools.h 1.40:
18458: * src/main/execute.C 1.161:
18459: * src/main/pa_array.C 1.35:
18460: * src/main/pa_common.C 1.53:
18461: * src/main/pa_dir.C 1.3:
18462: * src/main/pa_hash.C 1.35:
18463: * src/main/pa_pool.C 1.18:
18464: * src/main/untaint.C 1.49:
18465: * src/types/pa_vcookie.C 1.21:
18466: * src/types/pa_vfile.C 1.17:
18467: * src/types/pa_vform.C 1.29:
18468: #include "pa_config_includes.h"
18469: removed from most .C
18470:
18471: * src/doc/html2chm.cmd 1.2:
18472: z
18473:
18474: * src/doc/chm.cmd 1.7:
18475: * src/doc/doxygen.cmd 1.7:
18476: * src/doc/html2chm.cmd 1.1:
18477: * src/doc/sources2html.cmd 1.1:
18478: * src/doc/view.cmd 1.3:
18479: * src/doc/view_chm.cmd 1.1:
18480: * src/doc/view_html.cmd 1.1:
18481: doc cmds
18482:
18483: * src/main/pa_sql_driver_manager.C 1.19:
18484: moved expiration to get_connection_from_cache
18485:
18486: * src/main/pa_sql_driver_manager.C 1.18:
18487: cache expiration bf
18488:
18489: * src/classes/op.C 1.21:
18490: * src/include/pa_sql_connection.h 1.9:
18491: * src/include/pa_sql_driver_manager.h 1.6:
18492: * src/main/pa_sql_driver_manager.C 1.16:
18493: * src/sql/pa_sql_driver.h 1.10:
18494: fixed problem at last: 2connections own 1driver and
18495: set_services fight for driver::fservices. before fix
18496:
18497: 2001-05-16 parser
18498: * src/include/pa_array.h 1.39:
18499: * src/include/pa_string.h 1.92:
18500: * src/main/execute.C 1.157:
18501: * src/main/pa_array.C 1.33:
18502: * src/targets/cgi/pa_pool.C 1.9:
18503: * src/targets/cgi/parser3.C 1.81:
18504: array debugged; adjusted
18505:
18506: * src/include/pa_array.h 1.40:
18507: * src/main/pa_array.C 1.34:
18508: * src/targets/cgi/parser3.C 1.82:
18509: removed array debug. before vstring rebasing
18510:
18511: * src/main/pa_sql_driver_manager.C 1.11:
18512: * src/main/pa_string.C 1.86:
18513: SQL_Driver_manager line no for connect/charset errors
18514:
18515: * src/targets/cgi/parser3.C 1.83:
18516: z
18517:
18518: * src/include/pa_pool.h 1.51:
18519: * src/targets/cgi/pa_pool.C 1.10:
18520: removed pool debug, #ifdefed some.
18521: would debug later, on more precise sample than stupid:
18522: @main[]
18523: $name[$z[]]
18524: ^for[i](0;10000-2){
18525: $tail[9994]
18526: $name.$tail[$tail!]
18527: $name.$tail
18528: }
18529: ok3
18530:
18531: 2001-05-15 parser
18532: * src/targets/cgi/pa_pool.C 1.6:
18533: * src/targets/cgi/parser3.C 1.78:
18534: main loss here: 5673321/ 70041= 81
18535:
18536: * src/include/pa_pool.h 1.50:
18537: * src/include/pa_string.h 1.89:
18538: * src/main/pa_string.C 1.83:
18539: * src/targets/cgi/pa_pool.C 1.7:
18540: * src/targets/cgi/parser3.C 1.79:
18541: string fixed bug with fullchunk cmps
18542:
18543: * src/include/pa_string.h 1.90:
18544: * src/main/pa_string.C 1.84:
18545: * src/targets/cgi/pa_pool.C 1.8:
18546: * src/targets/cgi/parser3.C 1.80:
18547: think that all must grow lineary, not exponentialy
18548:
18549: * src/include/pa_array.h 1.38:
18550: * src/include/pa_string.h 1.91:
18551: * src/main/pa_array.C 1.32:
18552: * src/main/pa_string.C 1.85:
18553: string+array made linear grows
18554:
18555: * src/include/pa_string.h 1.88:
18556: * src/targets/cgi/pa_pool.C 1.5:
18557: * src/targets/cgi/parser3.C 1.77:
18558: detected huge mem allocation: size/times malloc 27809390/368771
18559: calloc 3232/83. would test now
18560:
18561: * src/classes/random.C 1.12:
18562: * src/main/compile.y 1.133:
18563: * src/main/execute.C 1.156:
18564: * src/main/pa_request.C 1.130:
18565: * src/types/pa_value.h 1.60:
18566: * src/types/pa_vmethod_frame.h 1.8:
18567: numbered params had wrong name - for instance: bad error
18568: message in ^for[] bad body type. fixed
18569:
18570: 2001-05-14 parser
18571: * src/classes/string.C 1.49:
18572: * src/include/pa_string.h 1.87:
18573: * src/main/pa_string.C 1.82:
18574: * src/main/untaint.C 1.48:
18575: ^string.upper|lower[]
18576:
18577: 2001-05-11 paf
18578: * src/classes/classes.cmd 1.2:
18579: * src/classes/gawk.exe 1.2:
18580: * src/classes/ls.exe 1.2:
18581: * src/main/bison.exe 1.2:
18582: * src/targets/isapi/KILL.EXE 1.2:
18583: * src/targets/isapi/PSTAT.EXE 1.2:
18584: * src/targets/isapi/istart.cmd 1.2:
18585: * src/targets/isapi/istop.cmd 1.2:
18586: * src/targets/isapi/kill.pl 1.2:
18587: moved win32 helpers to /win32tools
18588:
18589: 2001-05-11 parser
18590: * src/main/main.dsp 1.99:
18591: * src/targets/isapi/parser3isapi.dsp 1.13:
18592: fixed some .dsp for win32tools
18593:
18594: * src/classes/double.C 1.28:
18595: * src/classes/image.C 1.26:
18596: * src/classes/op.C 1.18:
18597: * src/classes/string.C 1.48:
18598: * src/classes/table.C 1.80:
18599: * src/classes/unknown.C 1.7:
18600: * src/main/execute.C 1.155:
18601: * src/types/pa_value.h 1.59:
18602: * src/types/pa_vbool.h 1.10:
18603: * src/types/pa_vdouble.h 1.21:
18604: * src/types/pa_vint.h 1.22:
18605: * src/types/pa_vstring.h 1.26:
18606: * src/types/pa_vunknown.h 1.13:
18607: op: MAX_LOOPS
18608: as_int
18609:
18610: 2001-05-10 paf
18611: * src/doc/doxygen.cmd 1.5:
18612: * src/main/compile.y 1.131:
18613: * src/types/pa_vobject.h 1.9:
18614: grammar: priorities changes [lowerd && prior]
18615: vobject: now first fields, next methods
18616:
18617: * src/main/pa_request.C 1.129:
18618: * src/types/pa_vrequest.C 1.6:
18619: op configured
18620:
18621: * src/Makefile.in 1.2:
18622: * src/classes/Makefile.in 1.2:
18623: * src/include/pa_config_auto.h.in 1.2:
18624: * src/include/pa_config_fixed.h 1.6:
18625: * src/include/pa_config_includes.h 1.6:
18626: * src/main/Makefile.in 1.2:
18627: * src/targets/Makefile.in 1.3:
18628: * src/targets/apache13/Makefile.in 1.2:
18629: * src/targets/cgi/Makefile.in 1.2:
18630: * src/types/Makefile.in 1.2:
18631: inline wonders
18632:
18633: * src/main/compile.y 1.132:
18634: @end grammar: allowed zero strings in control menthod
18635:
18636: * src/types/pa_value.h 1.58:
18637: * src/types/pa_vclass.h 1.16:
18638: * src/types/pa_vstateless_class.h 1.14:
18639: * src/types/pa_vstateless_object.h 1.9:
18640: changed priority: field before method lookup in vclass & vobject
18641:
18642: * src/include/pa_common.h 1.43:
18643: * src/include/pa_config_includes.h 1.7:
18644: inline undefed for C++, that's all
18645:
18646: * src/classes/Makefile.am 1.8:
18647: * src/classes/hash.C 1.1:
18648: * src/doc/doxygen.cfg 1.11:
18649: * src/doc/doxygen.cmd 1.6:
18650: hash.C added
18651:
18652: 2001-05-08 paf
18653: * src/classes/table.C 1.76:
18654: table:hash always hash of hash now
18655:
18656: * src/classes/op.C 1.15:
18657: * src/classes/table.C 1.72:
18658: * src/main/main.dsp 1.97:
18659: * src/types/pa_vtable.h 1.21:
18660: removed table:find. table:locate and op:eval now return bool
18661:
18662: * src/classes/table.C 1.75:
18663: table:empty return bool now
18664:
18665: * src/classes/table.C 1.79:
18666: * src/types/pa_value.h 1.57:
18667: * src/types/pa_vhash.h 1.14:
18668: * src/types/pa_vmethod_frame.h 1.7:
18669: hash:default works at last!
18670:
18671: * src/main/pa_table.C 1.30:
18672: table columnname2item on nameless ignored bark=false. fixed
18673:
18674: * src/classes/op.C 1.17:
18675: * src/types/pa_vtable.h 1.22:
18676: allowed $table.2342734 returns vunknown
18677:
18678: * src/classes/table.C 1.74:
18679: * src/doc/chm.cmd 1.6:
18680: * src/include/pa_array.h 1.37:
18681: * src/include/pa_table.h 1.32:
18682: * src/main/pa_table.C 1.29:
18683: * src/types/pa_value.h 1.56:
18684: * src/types/pa_vtable.h 1.23:
18685: table:hash
18686:
18687: * src/doc/chm.cmd 1.5:
18688: * src/main/execute.C 1.154:
18689: * src/types/pa_value.h 1.55:
18690: wrong pool in method checkparams again. fixed
18691:
18692: * src/classes/double.C 1.27:
18693: * src/classes/int.C 1.24:
18694: * src/classes/op.C 1.16:
18695: * src/classes/string.C 1.47:
18696: int,double,string:int[] double[] string:length[] results now
18697: have hames
18698:
18699: * src/classes/table.C 1.77:
18700: z
18701:
18702: * src/classes/mail.C 1.28:
18703: * src/classes/table.C 1.78:
18704: * src/doc/doxygen.cmd 1.4:
18705: * src/main/main.dsp 1.98:
18706: * src/types/pa_vhash.h 1.13:
18707: * src/types/pa_vstateless_class.h 1.13:
18708: hash:default
18709:
18710: * src/classes/table.C 1.73:
18711: table:record have name
18712:
18713: 2001-05-07 paf
18714: * src/types/pa_value.h 1.51:
18715: * src/types/pa_vtable.h 1.17:
18716: table: fields, then methods. so to enable 'dir' fields & co.
18717:
18718: * src/main/execute.C 1.153:
18719: ^var[^class:var.method[]] is not constructor now
18720:
18721: * src/main/compile.y 1.130:
18722: grammar: @end
18723:
18724: * src/doc/chm.cmd 1.4:
18725: cmd
18726:
18727: * src/doc/ClassExample2.dox 1.3:
18728: * src/doc/aliased.dox 1.3:
18729: * src/doc/chm.cmd 1.2:
18730: * src/include/code.h 1.29:
18731: * src/include/pa_opcode.h 1.1:
18732: * src/main/compile.C 1.36:
18733: * src/main/compile_tools.h 1.39:
18734: * src/main/execute.C 1.152:
18735: * src/types/pa_value.h 1.53:
18736: * src/types/pa_vbool.h 1.9:
18737: * src/types/pa_vclass.h 1.15:
18738: * src/types/pa_vcode_frame.h 1.4:
18739: * src/types/pa_vcookie.h 1.10:
18740: * src/types/pa_vdouble.h 1.20:
18741: * src/types/pa_venv.h 1.16:
18742: * src/types/pa_vfile.h 1.26:
18743: * src/types/pa_vform.h 1.20:
18744: * src/types/pa_vhash.h 1.12:
18745: * src/types/pa_vimage.h 1.13:
18746: * src/types/pa_vint.h 1.21:
18747: * src/types/pa_vjunction.h 1.6:
18748: * src/types/pa_vmethod_frame.h 1.6:
18749: * src/types/pa_vobject.h 1.8:
18750: * src/types/pa_vrequest.h 1.10:
18751: * src/types/pa_vresponse.h 1.10:
18752: * src/types/pa_vstateless_class.h 1.12:
18753: * src/types/pa_vstring.h 1.25:
18754: * src/types/pa_vtable.h 1.20:
18755: * src/types/pa_vunknown.h 1.12:
18756: * src/types/pa_wcontext.h 1.15:
18757: * src/types/pa_wwrapper.h 1.9:
18758: pa_code.h
18759:
18760: * src/include/pa_table.h 1.30:
18761: * src/main/pa_table.C 1.27:
18762: * src/types/pa_value.h 1.52:
18763: * src/types/pa_vtable.h 1.18:
18764: table: fields, then methods. so to enable 'dir' fields & co. more
18765:
18766: * src/classes/string.C 1.45:
18767: * src/classes/table.C 1.71:
18768: * src/doc/ClassExample1.dox 1.2:
18769: * src/doc/ClassExample2.dox 1.2:
18770: * src/doc/ClassExample3.dox 1.2:
18771: * src/doc/aliased.dox 1.2:
18772: * src/doc/class.dox 1.2:
18773: * src/doc/compiler.dox 1.2:
18774: * src/doc/doxygen.cfg 1.10:
18775: * src/doc/doxygen.cmd 1.2:
18776: * src/doc/executor.dox 1.2:
18777: * src/doc/index.dox 1.3:
18778: * src/doc/methoded.dox 1.2:
18779: * src/doc/module.dox 1.2:
18780: * src/doc/object.dox 1.2:
18781: * src/doc/pooled.dox 1.2:
18782: * src/doc/string.dox 1.2:
18783: * src/doc/targets.dox 1.2:
18784: * src/doc/value.dox 1.2:
18785: * src/include/code.h 1.28:
18786: * src/include/pa_hash.h 1.39:
18787: * src/include/pa_string.h 1.86:
18788: * src/main/pa_request.C 1.128:
18789: * src/main/pa_sql_driver_manager.C 1.10:
18790: * src/types/pa_vjunction.h 1.5:
18791: * src/types/pa_vtable.h 1.19:
18792: dox, split by not clean parts also
18793:
18794: * src/classes/image.C 1.25:
18795: * src/classes/mail.C 1.27:
18796: * src/classes/string.C 1.46:
18797: * src/doc/chm.cmd 1.3:
18798: * src/include/pa_table.h 1.31:
18799: * src/main/pa_table.C 1.28:
18800: * src/types/pa_value.h 1.54:
18801: method reported errors on wrong pool
18802:
18803: * src/doc/chm.cmd 1.1:
18804: * src/doc/doxygen.cmd 1.3:
18805: * src/doc/view.cmd 1.2:
18806: dox cmd
18807:
18808: 2001-05-04 paf
18809: * src/classes/classes.h 1.7:
18810: * src/classes/double.C 1.26:
18811: * src/classes/file.C 1.36:
18812: * src/classes/form.C 1.11:
18813: * src/classes/image.C 1.24:
18814: * src/classes/int.C 1.23:
18815: * src/classes/mail.C 1.26:
18816: * src/classes/op.C 1.14:
18817: * src/classes/random.C 1.11:
18818: * src/classes/response.C 1.11:
18819: * src/classes/string.C 1.44:
18820: * src/classes/table.C 1.70:
18821: * src/classes/unknown.C 1.6:
18822: * src/doc/doxygen.cfg 1.9:
18823: * src/doc/index.dox 1.2:
18824: * src/main/pa_string.C 1.81:
18825: removed m- method dox
18826:
18827: * src/doc/ClassExample1.dox 1.1:
18828: * src/doc/ClassExample2.dox 1.1:
18829: * src/doc/ClassExample3.dox 1.1:
18830: * src/main/execute.C 1.151:
18831: dox: example1 updated
18832:
18833: 2001-05-03 paf
18834: * src/classes/classes.h 1.6:
18835: * src/classes/double.C 1.25:
18836: * src/doc/aliased.dox 1.1:
18837: * src/doc/class.dox 1.1:
18838: * src/doc/compiler.dox 1.1:
18839: * src/doc/doxygen.cfg 1.8:
18840: * src/doc/doxygen.txt 1.6:
18841: * src/doc/executor.dox 1.1:
18842: * src/doc/index.dox 1.1:
18843: * src/doc/methoded.dox 1.1:
18844: * src/doc/module.dox 1.1:
18845: * src/doc/object.dox 1.1:
18846: * src/doc/pooled.dox 1.1:
18847: * src/doc/string.dox 1.1:
18848: * src/doc/targets.dox 1.1:
18849: * src/doc/value.dox 1.1:
18850: * src/main/pa_request.C 1.127:
18851: dox splitted .dox files and added some
18852:
18853: * src/classes/Makefile.am 1.7:
18854: * src/doc/doxygen.txt 1.5:
18855: classes/am
18856:
18857: 2001-05-02 paf
18858: * src/classes/image.C 1.23:
18859: * src/classes/table.C 1.69:
18860: table:dir result are not tainted by file_name language now
18861:
18862: 2001-04-28 paf
18863: * src/classes/classes.inc 1.5:
18864: removed classes.inc
18865:
18866: * src/classes/classes.C 1.3:
18867: * src/classes/classes.h 1.3:
18868: * src/classes/file.C 1.33:
18869: * src/classes/form.C 1.5:
18870: * src/classes/mail.C 1.24:
18871: * src/include/pa_request.h 1.85:
18872: * src/main/pa_request.C 1.124:
18873: configure started
18874:
18875: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
18876: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
18877: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
18878: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
18879: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
18880: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
18881: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
18882: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
18883: removed ^a.menu{$name} ability. now
18884: $a{^menu{$name}}
18885: or
18886: ^a.menu{$a.name}
18887:
18888: * src/classes/_double.h 1.8:
18889: * src/classes/_file.h 1.5:
18890: * src/classes/_form.h 1.4:
18891: * src/classes/_image.h 1.4:
18892: * src/classes/_int.h 1.8:
18893: * src/classes/_mail.h 1.4:
18894: * src/classes/_op.h 1.6:
18895: * src/classes/_random.h 1.4:
18896: * src/classes/_response.h 1.5:
18897: * src/classes/_string.h 1.10:
18898: * src/classes/_table.h 1.7:
18899: * src/classes/_unknown.h 1.3:
18900: * src/classes/classes.C 1.2:
18901: * src/classes/classes.h 1.2:
18902: * src/classes/classes.inc 1.1:
18903: * src/classes/double.C 1.22:
18904: * src/classes/exec.C 1.4:
18905: * src/classes/file.C 1.32:
18906: * src/classes/form.C 1.4:
18907: * src/classes/image.C 1.22:
18908: * src/classes/int.C 1.20:
18909: * src/classes/mail.C 1.23:
18910: * src/classes/op.C 1.10:
18911: * src/classes/random.C 1.10:
18912: * src/classes/response.C 1.8:
18913: * src/classes/string.C 1.41:
18914: * src/classes/table.C 1.66:
18915: * src/classes/unknown.C 1.3:
18916: * src/include/pa_globals.h 1.51:
18917: * src/include/pa_request.h 1.84:
18918: * src/main/compile.y 1.129:
18919: * src/main/execute.C 1.149:
18920: * src/main/main.dsp 1.93:
18921: * src/main/pa_globals.C 1.57:
18922: * src/main/pa_request.C 1.123:
18923: * src/targets/cgi/parser3.C 1.73:
18924: * src/targets/isapi/parser3isapi.C 1.32:
18925: * src/types/pa_value.h 1.50:
18926: * src/types/pa_vcookie.h 1.9:
18927: * src/types/pa_vdouble.h 1.17:
18928: * src/types/pa_venv.h 1.15:
18929: * src/types/pa_vfile.h 1.23:
18930: * src/types/pa_vform.C 1.28:
18931: * src/types/pa_vform.h 1.17:
18932: * src/types/pa_vimage.h 1.10:
18933: * src/types/pa_vint.h 1.18:
18934: * src/types/pa_vrequest.h 1.9:
18935: * src/types/pa_vresponse.h 1.9:
18936: * src/types/pa_vstateless_class.h 1.11:
18937: * src/types/pa_vstring.h 1.24:
18938: * src/types/pa_vtable.h 1.16:
18939: * src/types/pa_vunknown.h 1.11:
18940: * src/types/pa_wcontext.h 1.13:
18941: Methoded reorganized. todo: methoded-configure
18942:
18943: * src/classes/classes.inc 1.4:
18944: * src/main/Makefile.am 1.12:
18945: removed pa_methoded from .am
18946:
18947: * src/main/execute.C 1.150:
18948: * src/types/pa_wcontext.h 1.14:
18949: Methoded reorganized 2. todo: methoded-configure
18950:
18951: * src/classes/Makefile.am 1.4:
18952: * src/classes/classes.awk 1.1:
18953: * src/classes/classes.cmd 1.1:
18954: * src/classes/classes.inc 1.2:
18955: * src/classes/gawk.exe 1.1:
18956: * src/classes/ls.exe 1.1:
18957: * src/main/bison.exe 1.1:
18958: classes.inc autogenerator
18959:
18960: * src/classes/form.C 1.6:
18961: * src/include/pa_request.h 1.86:
18962: * src/main/pa_request.C 1.125:
18963: about to move configured data to special request hash
18964:
18965: * src/classes/form.C 1.7:
18966: * src/classes/mail.C 1.25:
18967: * src/classes/op.C 1.11:
18968: * src/include/pa_globals.h 1.52:
18969: * src/include/pa_request.h 1.87:
18970: * src/main/pa_globals.C 1.58:
18971: * src/main/pa_request.C 1.126:
18972: moved some configured data to request::classes_conf
18973: moved some string crations from globals to M...
18974:
1.24 paf 18975: * src/classes/Makefile.am 1.5:
18976: * src/main/main.dsp 1.95:
18977: classes/Makefile.am
18978:
1.15 paf 18979: * src/classes/classes.C 1.4:
18980: * src/classes/classes.h 1.4:
18981: * src/classes/double.C 1.23:
18982: * src/classes/file.C 1.34:
18983: * src/classes/form.C 1.9:
18984: * src/classes/int.C 1.21:
18985: * src/classes/op.C 1.12:
18986: * src/classes/response.C 1.9:
18987: * src/classes/string.C 1.42:
18988: * src/classes/table.C 1.67:
18989: * src/classes/unknown.C 1.4:
18990: * src/include/pa_methoded.h 1.1:
18991: * src/main/Makefile.am 1.11:
18992: * src/main/main.dsp 1.94:
18993: * src/main/pa_methoded.C 1.1:
18994: * src/targets/cgi/parser3.C 1.75:
18995: * src/types/pa_vdouble.h 1.18:
18996: * src/types/pa_vfile.h 1.24:
18997: * src/types/pa_vform.h 1.18:
18998: * src/types/pa_vimage.h 1.11:
18999: * src/types/pa_vint.h 1.19:
19000: classes/classes renamet to include|main/pa_methoded
19001:
19002: * src/include/pa_string.h 1.85:
19003: * src/main/pa_globals.C 1.60:
19004: * src/main/untaint.C 1.47:
19005: * src/targets/cgi/parser3.C 1.74:
19006: * src/targets/isapi/parser3isapi.C 1.33:
19007: z
19008:
19009: * src/classes/Makefile.am 1.6:
19010: * src/classes/classes.C 1.5:
19011: * src/classes/classes.h 1.5:
19012: * src/classes/classes.inc 1.3:
19013: * src/classes/double.C 1.24:
19014: * src/classes/file.C 1.35:
19015: * src/classes/form.C 1.10:
19016: * src/classes/int.C 1.22:
19017: * src/classes/op.C 1.13:
19018: * src/classes/response.C 1.10:
19019: * src/classes/string.C 1.43:
19020: * src/classes/table.C 1.68:
19021: * src/classes/unknown.C 1.5:
19022: * src/include/pa_methoded.h 1.2:
19023: * src/main/main.dsp 1.96:
19024: * src/main/pa_methoded.C 1.2:
19025: * src/targets/cgi/parser3.C 1.76:
19026: * src/types/pa_vdouble.h 1.19:
19027: * src/types/pa_vfile.h 1.25:
19028: * src/types/pa_vform.h 1.19:
19029: * src/types/pa_vimage.h 1.12:
19030: * src/types/pa_vint.h 1.20:
19031: renamed pa_methoded back to classes/classes.h
19032:
19033: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
19034: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
19035: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
19036: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
19037: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
19038: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
19039: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
19040: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
19041: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
19042: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
19043: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
19044: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
19045: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
19046: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
19047: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
19048: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
19049: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
19050: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
19051: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
19052: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
19053: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
19054: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
19055: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
19056: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
19057: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
19058: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
19059: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
19060: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
19061: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
19062: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
19063: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
19064: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
19065: beautifying just compiled. todo: debug, configure
19066:
19067: * src/classes/classes.awk 1.2:
19068: skipped classes in .awk
19069:
19070: * src/classes/form.C 1.8:
19071: * src/include/pa_globals.h 1.53:
19072: * src/main/pa_globals.C 1.59:
19073: moved some configured data to request::classes_conf
19074: moved some string crations from globals to M...
19075: [works]
19076:
19077: 2001-04-27 paf
19078: * src/main/compile.y 1.128:
19079: serge@ found @CLASS bug. fixed
19080:
19081: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
19082: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
19083: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
19084: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
19085: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
19086: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
19087: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
19088: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
19089: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
19090: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
19091: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
19092: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
19093: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
19094: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
19095: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
19096: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
19097: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
19098: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
19099: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
19100: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
19101: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
19102: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
19103: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
19104: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
19105: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
19106: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
19107: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
19108: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
19109: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
19110: beautifying -100
19111:
19112: * src/classes/classes.C 1.1:
19113: file classes.C was initially added on branch
19114: reorganize_user_classes.
19115:
19116: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
19117: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
19118: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
19119: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
19120: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
19121: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
19122: beautifying -99
19123:
19124: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
19125: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
19126: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
19127: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
19128: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
19129: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
19130: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
19131: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
19132: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
19133: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
19134: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
19135: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
19136: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
19137: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
19138: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
19139: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
19140: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
19141: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
19142: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
19143: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
19144: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
19145: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
19146: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
19147: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
19148: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
19149: started beautifying
19150:
19151: * src/classes/classes.h 1.1:
19152: file classes.h was initially added on branch
19153: reorganize_user_classes.
19154:
19155: 2001-04-26 paf
19156: * src/main/pa_request.C 1.121:
19157: * src/main/pa_string.C 1.80:
19158: z
19159:
19160: * src/classes/_exec.h 1.4:
19161: * src/classes/_image.h 1.3:
19162: * src/classes/image.C 1.21:
19163: * src/classes/mail.C 1.22:
19164: * src/classes/op.C 1.9:
19165: * src/classes/random.C 1.9:
19166: * src/classes/string.C 1.40:
19167: * src/classes/table.C 1.65:
19168: * src/doc/doxygen.cfg 1.5:
19169: * src/doc/doxygen.cfg 1.6:
19170: * src/doc/doxygen.cfg 1.7:
19171: * src/doc/doxygen.txt 1.4:
19172: * src/include/pa_array.h 1.36:
19173: * src/include/pa_config_fixed.h 1.5:
19174: * src/include/pa_config_includes.h 1.5:
19175: * src/include/pa_dir.h 1.3:
19176: * src/include/pa_socks.h 1.2:
19177: * src/include/pa_string.h 1.84:
19178: * src/main/compile_tools.h 1.38:
19179: * src/main/pa_common.C 1.52:
19180: * src/main/pa_request.C 1.122:
19181: * src/main/pa_socks.C 1.3:
19182: * src/sql/pa_sql_driver.h 1.8:
19183: * src/targets/cgi/pa_pool.C 1.4:
19184: * src/types/pa_vbool.h 1.7:
19185: * src/types/pa_vbool.h 1.8:
19186: * src/types/pa_vclass.h 1.13:
19187: * src/types/pa_vclass.h 1.14:
19188: * src/types/pa_vcode_frame.h 1.2:
19189: * src/types/pa_vcode_frame.h 1.3:
19190: * src/types/pa_vcookie.h 1.8:
19191: * src/types/pa_vdouble.h 1.16:
19192: * src/types/pa_venv.h 1.14:
19193: * src/types/pa_vfile.h 1.22:
19194: * src/types/pa_vform.C 1.27:
19195: * src/types/pa_vform.h 1.16:
19196: * src/types/pa_vhash.h 1.11:
19197: * src/types/pa_vimage.C 1.7:
19198: * src/types/pa_vimage.h 1.9:
19199: * src/types/pa_vint.h 1.17:
19200: * src/types/pa_vjunction.h 1.3:
19201: * src/types/pa_vjunction.h 1.4:
19202: * src/types/pa_vmethod_frame.h 1.4:
19203: * src/types/pa_vmethod_frame.h 1.5:
19204: * src/types/pa_vobject.h 1.6:
19205: * src/types/pa_vobject.h 1.7:
19206: * src/types/pa_vrequest.C 1.5:
19207: * src/types/pa_vrequest.h 1.8:
19208: * src/types/pa_vstateless_class.C 1.8:
19209: * src/types/pa_vstateless_class.h 1.10:
19210: * src/types/pa_vstateless_object.h 1.8:
19211: * src/types/pa_vstring.C 1.5:
19212: * src/types/pa_vstring.h 1.23:
19213: * src/types/pa_vtable.h 1.15:
19214: * src/types/pa_vunknown.h 1.10:
19215: * src/types/pa_wcontext.C 1.6:
19216: * src/types/pa_wcontext.h 1.12:
19217: * src/types/pa_wwrapper.h 1.7:
19218: * src/types/pa_wwrapper.h 1.8:
19219: code documentation ++
19220:
19221: * src/include/pa_common.h 1.42:
19222: * src/include/pa_types.h 1.25:
19223: * src/main/pa_sql_driver_manager.C 1.9:
19224: module [and, guess, isapi] connection caching fixed.
19225: request-pooled-url were stored into global connectioncache
19226:
19227: 2001-04-25 paf
19228: * src/doc/doxygen.cfg 1.4:
19229: * src/doc/doxygen.txt 1.3:
19230: * src/targets/isapi/parser3isapi.C 1.31:
19231: started doc / [doxygen.txt]
19232:
19233: * src/include/code.h 1.27:
19234: * src/include/pa_common.h 1.41:
19235: * src/main/compile.y 1.127:
19236: * src/main/execute.C 1.148:
19237: * src/main/pa_common.C 1.51:
19238: -d
19239:
19240: * src/classes/file.C 1.31:
19241: * src/main/pa_exec.C 1.5:
19242: * src/targets/cgi/parser3.C 1.72:
19243: illegal call check a bit improved, but still under iis no
19244: mapping of dir with parser allowed!
19245:
19246: 2001-04-24 paf
19247: * src/targets/Makefile.in 1.2:
19248: * src/targets/apache13/Makefile.in 1.1:
19249: apache makefile.in s
19250:
19251: * src/targets/Makefile.am 1.5:
19252: * src/targets/apache13/Makefile.am 1.1:
19253: apache module lib .am
19254:
19255: * src/main/pa_exec.C 1.4:
19256: windows32 buildCommand
19257:
19258: 2001-04-23 paf
19259: * src/classes/image.C 1.20:
19260: * src/classes/mail.C 1.21:
19261: * src/include/pa_globals.h 1.50:
19262: * src/include/pa_string.h 1.83:
19263: * src/main/pa_exec.C 1.3:
19264: * src/main/pa_request.C 1.119:
19265: * src/main/untaint.C 1.44:
19266: untaint - @test optimize whitespaces for all but 'html'
19267:
19268: * src/main/untaint.C 1.46:
19269: untaint without charset
19270:
19271: * src/targets/cgi/parser3.C 1.68:
19272: cgi /// @test disable /cgi-bin/parser3/auto.p
19273:
19274: * src/classes/random.C 1.8:
19275: * src/targets/cgi/parser3.C 1.71:
19276: redo failed
19277: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
19278:
19279: * src/main/untaint.C 1.45:
19280: mail header only once to =?
19281:
19282: * src/classes/mail.C 1.20:
19283: * src/include/pa_hash.h 1.38:
19284: * src/include/pa_string.h 1.82:
19285: * src/main/pa_common.C 1.49:
19286: * src/main/pa_hash.C 1.34:
19287: * src/main/pa_request.C 1.118:
19288: * src/main/untaint.C 1.43:
19289: untaint - @test mail-header
19290:
19291: * src/include/pa_config_auto.h.in 1.1:
19292: .h.in
19293:
19294: * src/targets/cgi/parser3.C 1.69:
19295: cgi cmdline ver
19296:
19297: * src/main/pa_request.C 1.120:
19298: * src/targets/cgi/parser3.C 1.70:
19299: // @test with commandline start "parser3 a.html" so that ^load
19300: a.cfg] worked! [now doesnt]
19301:
19302: * src/main/execute.C 1.147:
19303: operators first!
19304: so that ^table.menu{^rem{}} would not be 'unknown column'
19305:
19306: * src/include/pa_array.h 1.35:
19307: * src/main/pa_array.C 1.31:
19308: * src/types/pa_vfile.h 1.20:
19309: * src/types/pa_vfile.h 1.21:
19310: vfile fields return type
19311:
19312: * src/Makefile.in 1.1:
19313: * src/classes/Makefile.in 1.1:
19314: * src/main/Makefile.in 1.1:
19315: * src/targets/cgi/Makefile.in 1.1:
19316: * src/types/Makefile.in 1.1:
19317: makefile ins
19318:
19319: * src/main/pa_string.C 1.78:
19320: tested OK
19321: /// @test really @b test: s x m [tested: i & g ]
19322:
19323: * src/targets/Makefile.in 1.1:
19324: makefiles&co
19325:
19326: * src/classes/Makefile 1.2:
19327: * src/main/Makefile 1.2:
19328: * src/targets/cgi/Makefile 1.2:
19329: * src/types/Makefile 1.2:
19330: makefiles removed
19331:
19332: * src/classes/Makefile 1.1:
19333: * src/main/Makefile 1.1:
19334: * src/main/pa_string.C 1.79:
19335: * src/targets/cgi/Makefile 1.1:
19336: * src/types/Makefile 1.1:
19337: configure.in + makefiles
19338:
19339: * src/classes/table.C 1.64:
19340: * src/types/pa_vform.C 1.26:
19341: * src/types/pa_vtable.h 1.14:
19342: /// @test $a.menu{ $a[123] }
19343: and $a.menu{^table:set[]...}
19344:
19345: * src/targets/cgi/Makefile.am 1.5:
19346: liblink
19347:
19348: * src/targets/cgi/Makefile.am 1.6:
19349: * src/targets/cgi/Makefile.am 1.7:
19350: win32 conditional
19351:
19352: * src/include/pa_config_fixed.h 1.4:
19353: * src/include/pa_config_includes.h 1.4:
19354: * src/main/pa_common.C 1.50:
19355: common: file_write /// @test mkdirs file_delete rmdirs
19356:
19357: 2001-04-20 paf
19358: * src/main/untaint.C 1.41:
19359: * src/targets/cgi/parser3.C 1.66:
19360: fixed header "a/a"
19361:
19362: * src/main/untaint.C 1.42:
19363: z
19364:
19365: * src/classes/string.C 1.39:
19366: * src/classes/table.C 1.63:
19367: * src/include/pa_globals.h 1.49:
19368: * src/include/pa_request.h 1.83:
19369: * src/include/pa_string.h 1.81:
19370: * src/main/compile.y 1.126:
19371: * src/main/pa_globals.C 1.56:
19372: * src/main/pa_request.C 1.117:
19373: * src/main/pa_string.C 1.77:
19374: * src/targets/cgi/parser3.C 1.67:
19375: $MAIN:LOCALE
19376:
19377: 2001-04-19 paf
19378: * src/main/compile_tools.h 1.37:
19379: $a$b bugfix
19380:
19381: * src/classes/file.C 1.30:
19382: * src/targets/cgi/parser3.C 1.65:
19383: z
19384:
19385: * src/include/pa_common.h 1.39:
19386: * src/main/pa_common.C 1.48:
19387: * src/main/pa_request.C 1.116:
19388: * src/main/untaint.C 1.40:
19389: * src/targets/isapi/parser3isapi.C 1.30:
19390: * src/types/pa_vcookie.C 1.19:
19391: changed urlencode here and in untaint.C to HTTP standard's "
19392: and \" mech
19393:
19394: * src/classes/file.C 1.29:
19395: * src/include/pa_common.h 1.40:
19396: * src/types/pa_vcookie.C 1.20:
19397: done: header to $fields. waits for header '\' tricks
19398:
19399: * src/main/pa_request.C 1.115:
19400: * src/targets/isapi/parser3isapi.C 1.29:
19401: fixed http://alx/~paf/ doesnt load /auto.p
19402:
19403: 2001-04-18 paf
19404: * src/main/Makefile.am 1.10:
19405: * src/main/main.dsp 1.92:
19406: * src/targets/cgi/Makefile.am 1.4:
19407: linux @alx
19408:
19409: * src/main/pa_request.C 1.114:
19410: 1
19411:
19412: 2001-04-17 paf
19413: * src/classes/file.C 1.28:
19414: * src/classes/image.C 1.19:
19415: * src/doc/doxygen.cfg 1.3:
19416: * src/include/pa_sql_connection.h 1.5:
19417: * src/main/pa_sql_driver_manager.C 1.8:
19418: * src/sql/pa_sql_driver.h 1.7:
19419: SQL_Driver_services renamed. doxygen statics enabled
19420:
19421: * src/Makefile.am 1.5:
19422: * src/classes/Makefile.am 1.3:
19423: * src/classes/_double.h 1.7:
19424: * src/classes/_exec.h 1.3:
19425: * src/classes/_file.h 1.4:
19426: * src/classes/_form.h 1.3:
19427: * src/classes/_image.h 1.2:
19428: * src/classes/_int.h 1.7:
19429: * src/classes/_mail.h 1.3:
19430: * src/classes/_op.h 1.5:
19431: * src/classes/_random.h 1.3:
19432: * src/classes/_response.h 1.4:
19433: * src/classes/_string.h 1.9:
19434: * src/classes/_table.h 1.6:
19435: * src/classes/_unknown.h 1.2:
19436: * src/classes/file.C 1.27:
19437: * src/classes/image.C 1.18:
19438: * src/classes/mail.C 1.19:
19439: * src/classes/op.C 1.8:
19440: * src/classes/random.C 1.7:
19441: * src/include/pa_config_fixed.h 1.3:
19442: * src/include/pa_config_includes.h 1.3:
19443: * src/include/pa_hash.h 1.37:
19444: * src/include/pa_sql_driver_manager.h 1.3:
19445: * src/include/pa_version.h 1.2:
19446: * src/main/Makefile.am 1.9:
19447: * src/main/compile.y 1.125:
19448: * src/main/pa_common.C 1.47:
19449: * src/main/pa_exec.C 1.2:
19450: * src/main/pa_socks.C 1.2:
19451: * src/main/pa_sql_driver_manager.C 1.7:
19452: * src/sql/Makefile.am 1.2:
19453: * src/sql/pa_sql_driver.h 1.6:
19454: * src/targets/cgi/Makefile.am 1.3:
19455: * src/targets/cgi/parser3.C 1.64:
19456: * src/types/Makefile.am 1.3:
19457: * src/types/pa_vcookie.C 1.18:
19458: * src/types/pa_vform.C 1.25:
19459: * src/types/pa_vimage.h 1.8:
19460: exec @jav
19461:
19462: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
19463: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
19464: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
19465: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
19466: sql driver interface now has initialize(client .so)
19467:
19468: 2001-04-16 paf
19469: * src/Makefile.am [gcc0415] 1.4.2.2:
19470: compile2 cygwin
19471:
19472: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
19473: compile0 jav
19474:
19475: * src/Makefile.am [gcc0415] 1.4.2.1:
19476: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
19477: * src/classes/_double.h [gcc0415] 1.6.2.1:
19478: * src/classes/_exec.h [gcc0415] 1.2.2.1:
19479: * src/classes/_file.h [gcc0415] 1.3.2.1:
19480: * src/classes/_form.h [gcc0415] 1.2.2.1:
19481: * src/classes/_image.h [gcc0415] 1.1.2.1:
19482: * src/classes/_int.h [gcc0415] 1.6.2.1:
19483: * src/classes/_mail.h [gcc0415] 1.2.2.1:
19484: * src/classes/_op.h [gcc0415] 1.4.2.1:
19485: * src/classes/_random.h [gcc0415] 1.2.2.1:
19486: * src/classes/_response.h [gcc0415] 1.3.2.1:
19487: * src/classes/_string.h [gcc0415] 1.8.2.1:
19488: * src/classes/_table.h [gcc0415] 1.5.2.1:
19489: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
19490: * src/classes/image.C [gcc0415] 1.17.2.1:
19491: * src/classes/mail.C [gcc0415] 1.18.2.1:
19492: * src/classes/op.C [gcc0415] 1.7.2.1:
19493: * src/classes/random.C [gcc0415] 1.6.2.1:
19494: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
19495: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
19496: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
19497: * src/include/pa_version.h [gcc0415] 1.1.2.1:
19498: * src/main/Makefile.am [gcc0415] 1.8.2.1:
19499: * src/main/compile.y [gcc0415] 1.124.2.1:
19500: * src/main/pa_common.C [gcc0415] 1.46.2.1:
19501: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
19502: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
19503: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
19504: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
19505: * src/types/Makefile.am [gcc0415] 1.2.2.1:
19506: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
19507: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
19508: compile-1
19509:
19510: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
19511: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
19512: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
19513: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
19514: compile1 cygwin
19515:
19516: 2001-04-15 paf
19517: * src/classes/op.C 1.5:
19518: * src/include/pa_request.h 1.82:
19519: * src/types/pa_value.h 1.48:
19520: * src/types/pa_vmethod_frame.h 1.3:
19521: MethodParams in op.C
19522:
19523: * src/types/pa_value.h 1.49:
19524: MethodParams !junction
19525:
19526: * src/classes/table.C 1.62:
19527: table:empty +=process
19528:
19529: * src/classes/op.C 1.7:
19530: z
19531:
19532: * src/classes/_string.h 1.8:
19533: * src/classes/double.C 1.21:
19534: * src/classes/file.C 1.26:
19535: * src/classes/image.C 1.17:
19536: * src/classes/int.C 1.19:
19537: * src/classes/mail.C 1.18:
19538: * src/classes/op.C 1.6:
19539: * src/classes/random.C 1.6:
19540: * src/classes/response.C 1.7:
19541: * src/classes/string.C 1.38:
19542: * src/classes/table.C 1.61:
19543: * src/classes/unknown.C 1.2:
19544: * src/main/pa_request.C 1.113:
19545: MethodParams everywhere
19546:
19547: 2001-04-12 paf
19548: * src/classes/_unknown.h 1.1:
19549: * src/classes/unknown.C 1.1:
19550: * src/include/pa_globals.h 1.48:
19551: * src/main/main.dsp 1.91:
19552: * src/main/pa_globals.C 1.55:
19553: * src/types/pa_vunknown.h 1.9:
19554: ^unknown:int[]=0 double[]=0
19555:
19556: * src/classes/image.C 1.13:
19557: image:line/fill/rectangle/bar/replace/polygon/polybar
19558:
19559: * src/classes/image.C 1.15:
19560: * src/main/pa_hash.C 1.33:
19561: hash bug fixed
19562:
19563: * src/classes/image.C 1.12:
19564: * src/classes/op.C 1.4:
19565: * src/main/execute.C 1.146:
19566: * src/types/pa_value.h 1.47:
19567: * src/types/pa_vmethod_frame.h 1.2:
19568: * src/types/pa_wcontext.h 1.11:
19569: for var now written not to r.wcontext, but to r.root
19570: cleared "entered_object" state
19571:
19572: * src/classes/image.C 1.16:
19573: * src/types/pa_vimage.h 1.7:
19574: image:font :text
19575:
19576: * src/classes/image.C 1.14:
19577: image:gif now does not have params
19578:
19579: 2001-04-11 paf
19580: * src/classes/mail.C 1.17:
19581: * src/classes/op.C 1.3:
19582: * src/targets/cgi/parser3.C 1.63:
19583: * src/types/pa_value.h 1.46:
19584: * src/types/pa_vfile.C 1.15:
19585: * src/types/pa_vfile.h 1.19:
19586: * src/types/pa_vform.C 1.24:
19587: * src/types/pa_vstring.C 1.3:
19588: * src/types/pa_vstring.h 1.22:
19589: forced UL_FILE_NAME of posted file name
19590:
19591: * src/classes/image.C 1.7:
19592: * src/main/execute.C 1.145:
19593: * src/main/main.dsp 1.89:
19594: * src/main/pa_request.C 1.112:
19595: * src/types/pa_vcframe.h 1.4:
19596: * src/types/pa_vcode_frame.h 1.1:
19597: * src/types/pa_vimage.C 1.4:
19598: * src/types/pa_vimage.h 1.4:
19599: * src/types/pa_vmethod_frame.h 1.1:
19600: * src/types/pa_vmframe.h 1.13:
19601: libimaging dead end: pil parses header in .py
19602:
19603: * src/classes/image.C 1.8:
19604: * src/types/pa_vimage.C 1.5:
19605: * src/types/pa_vimage.h 1.5:
19606: gd started porting to Pooled descendant
19607:
19608: * src/classes/image.C 1.5:
19609: * src/main/pa_request.C 1.110:
19610: * src/types/pa_vform.C 1.23:
19611: fixed post [broke when moved post read to core]
19612:
19613: * src/main/main.dsp 1.87:
19614: gd+smtp made separate libs
19615:
19616: * src/classes/image.C 1.9:
19617: * src/types/pa_vimage.C 1.6:
19618: * src/types/pa_vimage.h 1.6:
19619: gd todo: gif without file
19620:
19621: * src/include/pa_globals.h 1.46:
19622: * src/include/pa_string.h 1.80:
19623: * src/main/pa_common.C 1.46:
19624: * src/main/pa_request.C 1.111:
19625: * src/main/untaint.C 1.39:
19626: * src/types/pa_vfile.C 1.16:
19627: * src/types/pa_vstring.C 1.4:
19628: fixed vstring:as_vfile length
19629:
19630: * src/classes/image.C 1.6:
19631: * src/include/pa_globals.h 1.47:
19632: * src/main/main.dsp 1.88:
19633: * src/main/pa_globals.C 1.54:
19634: * src/types/pa_vimage.C 1.3:
19635: * src/types/pa_vimage.h 1.3:
19636: gd dead end. switching to python imaging lib
19637:
19638: * src/classes/image.C 1.10:
19639: * src/main/main.dsp 1.90:
19640: gd with mem write + image just compiled
19641:
19642: * src/classes/image.C 1.11:
19643: image:create image:load
19644:
19645: 2001-04-10 paf
19646: * src/classes/_double.h 1.6:
19647: * src/classes/_file.h 1.3:
19648: * src/classes/_form.h 1.2:
19649: * src/classes/_int.h 1.6:
19650: * src/classes/_mail.h 1.2:
19651: * src/classes/_op.h 1.4:
19652: * src/classes/_random.h 1.2:
19653: * src/classes/_response.h 1.3:
19654: * src/classes/_string.h 1.7:
19655: * src/classes/_table.h 1.5:
19656: * src/classes/file.C 1.25:
19657: * src/classes/mail.C 1.16:
19658: * src/include/pa_common.h 1.37:
19659: * src/include/pa_globals.h 1.45:
19660: * src/main/execute.C 1.144:
19661: * src/main/main.dsp 1.86:
19662: * src/main/pa_common.C 1.44:
19663: * src/main/pa_globals.C 1.53:
19664: * src/targets/isapi/parser3isapi.C 1.28:
19665: * src/types/pa_value.h 1.45:
19666: * src/types/pa_vfile.C 1.14:
19667: * src/types/pa_vfile.h 1.18:
19668: * src/types/pa_vhash.h 1.10:
19669: * src/types/pa_vimage.h 1.1:
19670: * src/types/pa_vresponse.h 1.8:
19671: * src/types/pa_vstring.h 1.21:
19672: image:measure -100 just compiled
19673:
19674: * src/classes/_image.h 1.1:
19675: * src/classes/image.C 1.1:
19676: * src/types/pa_vimage.C 1.1:
19677: image forgotten!
19678:
19679: * src/classes/image.C 1.3:
19680: * src/types/pa_vimage.C 1.2:
19681: jpg measure bugs fixed
19682:
19683: * src/classes/image.C 1.4:
19684: image:html done
19685:
19686: * src/classes/table.C 1.60:
19687: * src/include/pa_common.h 1.38:
19688: * src/main/pa_common.C 1.45:
19689: * src/main/pa_request.C 1.109:
19690: * src/main/pa_string.C 1.76:
19691: * src/main/untaint.C 1.38:
19692: * src/types/pa_vimage.h 1.2:
19693: image:measure -90
19694:
19695: * src/classes/mail.C 1.11:
19696: * src/main/pa_globals.C 1.52:
19697: smtp some consts
19698:
19699: * src/classes/mail.C 1.12:
19700: unix sendmail compiled. todo:testing
19701:
19702: * src/classes/mail.C 1.14:
19703: sendmail unix skipping defaults
19704:
19705: * src/classes/image.C 1.2:
19706: z
19707:
19708: * src/classes/mail.C 1.13:
19709: * src/include/pa_common.h 1.36:
19710: * src/main/pa_common.C 1.43:
19711: sendmail unix added defaults
19712:
19713: * src/classes/mail.C 1.15:
19714: minor bug with unclear from/to
19715:
19716: 2001-04-09 paf
19717: * src/classes/_exec.h 1.2:
19718: * src/main/execute.C 1.142:
19719: * src/main/pa_globals.C 1.50:
19720: * src/main/pa_request.C 1.106:
19721: * src/types/pa_vcookie.C 1.17:
19722: * src/types/pa_vfile.C 1.12:
19723: exec -2
19724:
19725: * src/classes/file.C 1.24:
19726: * src/include/pa_exec.h 1.1:
19727: * src/include/pa_sapi.h 1.8:
19728: * src/main/main.dsp 1.85:
19729: * src/main/pa_exec.C 1.1:
19730: * src/targets/cgi/parser3.C 1.62:
19731: * src/targets/cgi/parser3.dsp 1.17:
19732: * src/targets/isapi/parser3isapi.C 1.27:
19733: * src/targets/isapi/parser3isapi.dsp 1.12:
19734: all targets exec
19735:
19736: * src/classes/exec.C 1.2:
19737: * src/include/pa_common.h 1.35:
19738: * src/main/pa_common.C 1.42:
19739: * src/main/untaint.C 1.37:
19740: exec3. decided exec:cgi to move to file:cgi
19741:
19742: * src/include/pa_sapi.h 1.7:
19743: * src/include/pa_string.h 1.79:
19744: * src/targets/cgi/parser3.C 1.61:
19745: * src/targets/isapi/parser3isapi.C 1.26:
19746: * src/targets/isapi/parser3isapi.dsp 1.11:
19747: sapi exec dead end. badly parsed args in apache:util.script
19748:
19749: * src/classes/file.C 1.23:
19750: * src/main/main.dsp 1.84:
19751: * src/main/pa_request.C 1.108:
19752: * src/targets/cgi/parser3.C 1.60:
19753: exec win32 env
19754:
19755: * src/classes/exec.C 1.3:
19756: * src/classes/file.C 1.21:
19757: * src/include/pa_globals.h 1.44:
19758: * src/main/execute.C 1.143:
19759: * src/main/main.dsp 1.83:
19760: * src/main/pa_globals.C 1.51:
19761: * src/main/pa_request.C 1.107:
19762: * src/types/pa_vfile.C 1.13:
19763: * src/types/pa_vfile.h 1.17:
19764: * src/types/pa_vform.C 1.22:
19765: * src/types/pa_vstring.C 1.2:
19766: exec4. todo env
19767:
19768: * src/classes/_exec.h 1.1:
19769: * src/classes/exec.C 1.1:
19770: * src/include/pa_common.h 1.34:
19771: * src/include/pa_request.h 1.81:
19772: * src/include/pa_sapi.h 1.6:
19773: * src/include/pa_string.h 1.77:
19774: * src/main/pa_common.C 1.41:
19775: * src/main/pa_request.C 1.105:
19776: * src/main/pa_string.C 1.75:
19777: * src/targets/cgi/parser3.C 1.59:
19778: * src/targets/cgi/parser3.dsp 1.16:
19779: * src/targets/isapi/parser3isapi.C 1.25:
19780: * src/types/pa_vform.C 1.21:
19781: * src/types/pa_vform.h 1.15:
19782: exec class just compiled. moved post read to request core
19783:
19784: * src/classes/file.C 1.22:
19785: * src/include/pa_hash.h 1.36:
19786: * src/main/pa_hash.C 1.32:
19787: exec env 0
19788:
19789: * src/classes/_op.h 1.3:
19790: * src/include/pa_dir.h 1.2:
19791: * src/include/pa_globals.h 1.43:
19792: * src/include/pa_sapi.h 1.5:
19793: * src/main/main.dsp 1.82:
19794: * src/main/pa_dir.C 1.2:
19795: * src/main/pa_globals.C 1.49:
19796: * src/targets/cgi/parser3.C 1.58:
19797: * src/targets/cgi/parser3.dsp 1.15:
19798: problems with ^exec:cgi post data. they are already read by vform
19799:
19800: * src/include/pa_string.h 1.78:
19801: written but not tested exec with env for unix
19802:
19803: 2001-04-08 paf
19804: * src/classes/file.C 1.20:
19805: * src/classes/mail.C 1.10:
19806: * src/classes/string.C 1.37:
19807: * src/include/pa_request.h 1.80:
19808: * src/include/pa_string.h 1.76:
19809: * src/main/pa_request.C 1.104:
19810: uuencode. string<<
19811:
19812: 2001-04-07 paf
19813: * src/classes/_mail.h 1.1:
19814: * src/classes/mail.C 1.1:
19815: * src/include/pa_common.h 1.33:
19816: * src/include/pa_globals.h 1.41:
19817: * src/include/pa_string.h 1.74:
19818: * src/main/main.dsp 1.79:
19819: * src/main/pa_common.C 1.40:
19820: * src/main/pa_globals.C 1.47:
19821: * src/main/pa_request.C 1.101:
19822: * src/main/untaint.C 1.36:
19823: * src/types/pa_vcookie.C 1.16:
19824: mail:send -10 just compiled
19825:
19826: * src/include/pa_socks.h 1.1:
19827: * src/main/main.dsp 1.81:
19828: * src/main/pa_socks.C 1.1:
19829: * src/targets/cgi/parser3.C 1.57:
19830: * src/targets/cgi/parser3.dsp 1.14:
19831: * src/targets/isapi/parser3isapi.C 1.24:
19832: mail:send 1
19833:
19834: * src/classes/mail.C 1.3:
19835: +=
19836:
19837: * src/classes/mail.C 1.6:
19838: ^attach dead end
19839:
19840: * src/classes/mail.C 1.2:
19841: * src/include/pa_string.h 1.75:
19842: mail:send -1 text prepared
19843:
19844: * src/classes/mail.C 1.7:
19845: ^mail[$attach
19846:
19847: * src/classes/mail.C 1.5:
19848: * src/classes/mail.C 1.8:
19849: * src/classes/mail.C 1.9:
19850: * src/main/pa_request.C 1.103:
19851: z
19852:
19853: * src/classes/mail.C 1.4:
19854: * src/include/pa_globals.h 1.42:
19855: * src/include/pa_request.h 1.79:
19856: * src/main/main.dsp 1.80:
19857: * src/main/pa_globals.C 1.48:
19858: * src/main/pa_request.C 1.102:
19859: smtp just compiled
19860:
19861: 2001-04-06 paf
19862: * src/types/pa_valiased.C 1.7:
19863: another root inherititance skipped
19864:
19865: * src/classes/random.C 1.5:
19866: * src/classes/table.C 1.57:
19867: * src/main/pa_globals.C 1.44:
19868: @office
19869:
19870: * src/classes/table.C 1.58:
19871: * src/include/pa_dir.h 1.1:
19872: * src/main/execute.C 1.141:
19873: * src/main/main.dsp 1.78:
19874: * src/main/pa_dir.C 1.1:
19875: table:dir 0 [without regexp]
19876:
19877: * src/main/compile.C 1.34:
19878: * src/main/compile.y 1.124:
19879: * src/main/execute.C 1.139:
19880: operators are now not root methods of parent class. just 'ROOT
19881: class
19882:
19883: * src/classes/table.C 1.59:
19884: * src/include/pa_globals.h 1.40:
19885: * src/main/pa_globals.C 1.46:
19886: * src/main/pa_string.C 1.74:
19887: table:dir 1
19888:
19889: * src/classes/_op.h 1.2:
19890: * src/classes/_root.h 1.5:
19891: * src/classes/op.C 1.2:
19892: * src/classes/root.C 1.62:
19893: * src/include/pa_globals.h 1.39:
19894: * src/include/pa_request.h 1.78:
19895: * src/main/compile.C 1.35:
19896: * src/main/execute.C 1.140:
19897: * src/main/main.dsp 1.77:
19898: * src/main/pa_globals.C 1.45:
19899: * src/main/pa_request.C 1.100:
19900: renamed 'root' to 'op'
19901:
19902: * src/classes/_op.h 1.1:
19903: * src/classes/op.C 1.1:
19904: renamed from 'root'
19905:
19906: 2001-04-05 paf
19907: * src/classes/root.C 1.59:
19908: * src/include/pa_sql_connection.h 1.1:
19909: * src/include/pa_sql_driver.h 1.5:
19910: * src/main/main.dsp 1.76:
19911: * src/main/pa_sql_driver_manager.C 1.3:
19912: * src/sql/pa_sql_driver.h 1.1:
19913: sql driver services for conv memory & error reporting
19914:
19915: * src/main/execute.C 1.138:
19916: * src/main/pa_request.C 1.98:
19917: * src/main/pa_string.C 1.73:
19918: * src/types/pa_value.h 1.44:
19919: * src/types/pa_vmframe.h 1.12:
19920: * src/types/pa_wcontext.h 1.10:
19921: constructor flag dropped at get_method_frame and remembered
19922: into method_frame
19923:
19924: * src/include/pa_globals.h 1.38:
19925: * src/main/pa_globals.C 1.43:
19926: * src/main/pa_request.C 1.96:
19927: * src/main/pa_string.C 1.72:
19928: * src/targets/isapi/parser3isapi.dsp 1.10:
19929: $LOCALE:ctype[Russian_Russia.1251]
19930:
19931: * src/main/pa_request.C 1.99:
19932: * src/sql/pa_sql_driver.h 1.5:
19933: mysql limit
19934:
19935: * src/classes/table.C 1.52:
19936: select * from hren error contains statement
19937:
19938: * src/classes/random.C 1.4:
19939: * src/classes/root.C 1.60:
19940: * src/classes/table.C 1.54:
19941: * src/include/pa_sql_connection.h 1.4:
19942: * src/include/pa_string.h 1.71:
19943: * src/main/execute.C 1.137:
19944: * src/main/pa_sql_driver_manager.C 1.6:
19945: * src/main/pa_string.C 1.70:
19946: * src/main/untaint.C 1.34:
19947: * src/sql/pa_sql_driver.h 1.4:
19948: * src/types/pa_vmframe.h 1.11:
19949: * src/types/pa_wcontext.C 1.5:
19950: * src/types/pa_wcontext.h 1.9:
19951: sql quote. string untaint UL_SQL
19952:
19953: * src/classes/table.C 1.51:
19954: * src/include/pa_sql_connection.h 1.2:
19955: * src/include/pa_types.h 1.24:
19956: * src/main/pa_sql_driver_manager.C 1.4:
19957: * src/main/untaint.C 1.33:
19958: * src/sql/pa_sql_driver.h 1.2:
19959: * src/targets/cgi/parser3.dsp 1.13:
19960: mysql 0
19961:
19962: * src/classes/table.C 1.53:
19963: * src/include/pa_sql_connection.h 1.3:
19964: * src/main/pa_sql_driver_manager.C 1.5:
19965: * src/sql/pa_sql_driver.h 1.3:
19966: sql ping
19967:
19968: * src/classes/table.C 1.55:
19969: * src/include/pa_string.h 1.72:
19970: * src/main/pa_string.C 1.71:
19971: * src/main/untaint.C 1.35:
19972: z
19973:
19974: * src/classes/file.C 1.19:
19975: * src/classes/root.C 1.61:
19976: * src/classes/string.C 1.36:
19977: * src/classes/table.C 1.56:
19978: * src/main/pa_request.C 1.97:
19979: junction to code&expression in errors
19980:
19981: * src/include/pa_config_fixed.h 1.2:
19982: * src/include/pa_config_includes.h 1.2:
19983: * src/include/pa_hash.h 1.35:
19984: * src/include/pa_string.h 1.73:
19985: * src/main/pa_hash.C 1.31:
19986: * src/main/pa_table.C 1.26:
19987: hash now not thread-safe.
19988:
19989: 2001-04-04 paf
19990: * src/include/pa_sql_driver.h 1.4:
19991: mysql connect
19992:
19993: * src/classes/random.C 1.3:
19994: * src/classes/root.C 1.56:
19995: * src/classes/table.C 1.49:
19996: * src/include/pa_globals.h 1.36:
19997: * src/include/pa_pool.h 1.48:
19998: * src/include/pa_request.h 1.76:
19999: * src/main/pa_request.C 1.94:
20000: * src/types/pa_vclass.h 1.12:
20001: sql frame -10
20002:
20003: * src/Makefile.am 1.4:
20004: * src/classes/root.C 1.57:
20005: * src/classes/string.C 1.35:
20006: * src/classes/table.C 1.50:
20007: * src/include/pa_globals.h 1.37:
20008: * src/include/pa_hash.h 1.34:
20009: * src/include/pa_pool.h 1.49:
20010: * src/include/pa_request.h 1.77:
20011: * src/include/pa_sapi.h 1.4:
20012: * src/include/pa_string.h 1.70:
20013: * src/include/pa_table.h 1.29:
20014: * src/main/main.dsp 1.74:
20015: * src/main/pa_globals.C 1.42:
20016: * src/main/pa_hash.C 1.30:
20017: * src/main/pa_request.C 1.95:
20018: * src/main/pa_string.C 1.69:
20019: * src/main/pa_table.C 1.25:
20020: * src/main/untaint.C 1.32:
20021: connect&sql -1000 just compiled
20022:
20023: * src/sql/Makefile.am 1.1:
20024: forgot to add mysql client
20025:
20026: * src/classes/root.C 1.58:
20027: * src/include/pa_sql_driver.h 1.2:
20028: * src/include/pa_sql_driver_manager.h 1.2:
20029: * src/main/main.dsp 1.75:
20030: * src/main/pa_sql_driver_manager.C 1.2:
20031: more manager&connection&driver
20032:
20033: * src/include/pa_sql_driver.h 1.3:
20034: mysql info
20035:
20036: * src/doc/doxygen.cfg 1.2:
20037: z
20038:
20039: * src/include/pa_sql_driver.h 1.1:
20040: * src/include/pa_sql_driver_manager.h 1.1:
20041: * src/main/pa_sql_driver_manager.C 1.1:
20042: connect&sql -1000 just compiled [forgot to add libltdl, added]
20043:
20044: 2001-04-03 paf
20045: * src/classes/file.C 1.18:
20046: * src/classes/string.C 1.32:
20047: * src/classes/table.C 1.48:
20048: * src/include/pa_string.h 1.69:
20049: * src/main/pa_common.C 1.39:
20050: * src/main/pa_string.C 1.68:
20051: * src/main/untaint.C 1.31:
20052: string:match replace 2. string.cstr(forced lang)
20053:
20054: * src/classes/string.C 1.30:
20055: string:match replace 0
20056:
20057: * src/classes/string.C 1.34:
20058: * src/types/pa_vform.C 1.19:
20059: string:match replace assigned lang
20060:
20061: * src/classes/string.C 1.31:
20062: * src/include/pa_string.h 1.68:
20063: * src/main/pa_string.C 1.67:
20064: string:match replace strange matches
20065:
20066: * src/classes/table.C 1.46:
20067: table:append now uses string::split
20068:
20069: * src/include/pa_globals.h 1.33:
20070: * src/include/pa_hash.h 1.33:
20071: * src/main/pa_globals.C 1.39:
20072: * src/main/pa_request.C 1.92:
20073: * src/targets/cgi/parser3.C 1.55:
20074: * src/targets/isapi/parser3isapi.C 1.22:
20075: * src/types/pa_vfile.C 1.11:
20076: content-disposition
20077:
20078: * src/classes/string.C 1.25:
20079: * src/include/pa_globals.h 1.34:
20080: * src/include/pa_string.h 1.64:
20081: * src/main/main.dsp 1.73:
20082: * src/main/pa_globals.C 1.40:
20083: * src/main/pa_string.C 1.62:
20084: string:match [search] -1 just compiled
20085:
20086: * src/classes/string.C 1.26:
20087: * src/include/pa_globals.h 1.35:
20088: * src/include/pa_string.h 1.65:
20089: * src/include/pa_threads.h 1.12:
20090: * src/main/pa_globals.C 1.41:
20091: * src/main/pa_string.C 1.63:
20092: * src/targets/isapi/parser3isapi.dsp 1.9:
20093: string:match 0
20094:
20095: * src/main/pa_common.C 1.37:
20096: * src/main/untaint.C 1.30:
20097: * src/targets/cgi/parser3.C 1.56:
20098: * src/targets/isapi/parser3isapi.C 1.23:
20099: * src/targets/isapi/pool_storage.h 1.4:
20100: todo/tests
20101:
20102: * src/classes/file.C 1.15:
20103: * src/classes/root.C 1.54:
20104: * src/classes/string.C 1.23:
20105: * src/classes/table.C 1.44:
20106: * src/doc/doxygen.cmd 1.1:
20107: * src/doc/doxygen.txt 1.2:
20108: * src/doc/generate.cmd 1.2:
20109: * src/include/pa_array.h 1.34:
20110: * src/include/pa_request.h 1.74:
20111: * src/include/pa_string.h 1.62:
20112: * src/main/execute.C 1.136:
20113: * src/main/pa_string.C 1.60:
20114: * src/main/untaint.C 1.29:
20115: * src/targets/cgi/parser3.C 1.52:
20116: * src/types/pa_vcookie.C 1.15:
20117: string::pos & cmp & piece bugs fixed.
20118: string::split new
20119: table:load separated from set
20120: table:set implemented with clean \n \t searches
20121:
20122: * src/include/pa_common.h 1.31:
20123: * src/include/pa_globals.h 1.32:
20124: * src/main/pa_globals.C 1.38:
20125: * src/main/pa_request.C 1.91:
20126: * src/targets/cgi/parser3.C 1.54:
20127: * src/targets/isapi/parser3isapi.C 1.21:
20128: * src/types/pa_value.h 1.43:
20129: main:post-process
20130:
1.24 paf 20131: * src/classes/string.C 1.27:
20132: * src/include/pa_string.h 1.66:
20133: * src/main/pa_string.C 1.64:
20134: string:match replace -11
20135:
1.15 paf 20136: * src/classes/file.C 1.16:
20137: * src/classes/table.C 1.45:
20138: * src/include/pa_common.h 1.32:
20139: * src/main/compile_tools.C 1.34:
20140: * src/main/pa_common.C 1.38:
20141: * src/main/pa_request.C 1.93:
20142: * src/types/pa_vform.C 1.20:
20143: * src/types/pa_vstring.C 1.1:
20144: z
20145:
20146: * src/include/pa_common.h 1.30:
20147: * src/include/pa_request.h 1.75:
20148: * src/include/pa_sapi.h 1.3:
20149: * src/main/main.dsp 1.72:
20150: * src/main/pa_common.C 1.36:
20151: * src/main/pa_request.C 1.90:
20152: * src/targets/cgi/parser3.C 1.53:
20153: * src/types/pa_value.h 1.42:
20154: * src/types/pa_vfile.C 1.10:
20155: * src/types/pa_vfile.h 1.16:
20156: * src/types/pa_vstring.h 1.20:
20157: vfile in response:body
20158:
20159: * src/classes/string.C 1.28:
20160: * src/include/pa_string.h 1.67:
20161: * src/main/pa_string.C 1.65:
20162: string:match replace prepared
20163:
20164: * src/classes/string.C 1.33:
20165: * src/main/compile.y 1.123:
20166: grammar: fixed to allow {}[]< empty []
20167:
20168: * src/classes/double.C 1.20:
20169: * src/classes/file.C 1.17:
20170: * src/classes/form.C 1.3:
20171: * src/classes/int.C 1.18:
20172: * src/classes/response.C 1.6:
20173: * src/classes/root.C 1.55:
20174: * src/classes/string.C 1.24:
20175: * src/classes/table.C 1.47:
20176: * src/include/pa_string.h 1.63:
20177: * src/main/pa_string.C 1.61:
20178: string:match -10 [frame]
20179:
20180: * src/classes/string.C 1.29:
20181: * src/main/pa_string.C 1.66:
20182: string:match replace prepared 2
20183:
20184: 2001-04-02 paf
20185: * src/classes/_random.h 1.1:
20186: * src/classes/random.C 1.1:
20187: * src/include/pa_globals.h 1.31:
20188: * src/main/main.dsp 1.71:
20189: * src/main/pa_globals.C 1.37:
20190: * src/main/pa_request.C 1.89:
20191: * src/types/pa_value.h 1.40:
20192: random:generate
20193:
20194: * src/classes/table.C 1.42:
20195: * src/include/pa_array.h 1.33:
20196: * src/include/pa_string.h 1.60:
20197: * src/include/pa_table.h 1.28:
20198: * src/main/execute.C 1.135:
20199: * src/types/pa_value.h 1.41:
20200: table:join
20201:
20202: * src/classes/table.C 1.43:
20203: * src/include/pa_string.h 1.61:
20204: * src/main/pa_string.C 1.59:
20205: * src/types/pa_valiased.C 1.6:
20206: * src/types/pa_valiased.h 1.12:
20207: * src/types/pa_vdouble.h 1.15:
20208: * src/types/pa_vfile.h 1.15:
20209: * src/types/pa_vint.h 1.16:
20210: * src/types/pa_vresponse.h 1.7:
20211: * src/types/pa_vstring.h 1.19:
20212: * src/types/pa_vtable.h 1.13:
20213: string::pos. about to use it in table:set/load
20214:
20215: * src/classes/random.C 1.2:
20216: random:generate 1
20217:
20218: 2001-03-30 paf
20219: * src/classes/double.C 1.19:
20220: * src/classes/file.C 1.14:
20221: * src/classes/int.C 1.17:
20222: * src/classes/response.C 1.5:
20223: * src/classes/root.C 1.53:
20224: * src/classes/string.C 1.22:
20225: * src/classes/table.C 1.40:
20226: * src/main/compile.y 1.122:
20227: * src/main/execute.C 1.134:
20228: * src/types/pa_value.h 1.39:
20229: * src/types/pa_vstateless_class.C 1.7:
20230: * src/types/pa_vstateless_class.h 1.9:
20231: static|dynamic|any method registration
20232:
20233: * src/classes/table.C 1.41:
20234: * src/include/pa_string.h 1.59:
20235: * src/main/pa_string.C 1.58:
20236: todo: table flip and append. string::pos
20237:
20238: 2001-03-29 paf
20239: * src/classes/string.C 1.14:
20240: * src/main/compile.y 1.120:
20241: * src/main/compile_tools.C 1.33:
20242: * src/main/compile_tools.h 1.36:
20243: * src/main/main.dsp 1.70:
20244: * src/types/pa_value.h 1.38:
20245: * src/types/pa_vstring.h 1.17:
20246: * src/types/pa_vunknown.h 1.8:
20247: empty params allowed. [] and [;] are different now.
20248:
20249: * src/include/pa_pool.h 1.46:
20250: * src/include/pa_request.h 1.72:
20251: * src/main/pa_request.C 1.86:
20252: * src/main/untaint.C 1.25:
20253: pool.request
20254:
20255: * src/classes/string.C 1.21:
20256: string:xsplit forgot that they must result in 1 row N column [
20257: not vice versa]
20258:
20259: * src/classes/string.C 1.17:
20260: * src/include/pa_string.h 1.57:
20261: * src/main/execute.C 1.133:
20262: * src/main/pa_array.C 1.30:
20263: * src/main/pa_string.C 1.56:
20264: * src/types/pa_vtable.h 1.12:
20265: string: lsplit -1
20266:
20267: * src/classes/string.C 1.16:
20268: * src/include/pa_string.h 1.55:
20269: * src/main/pa_string.C 1.54:
20270: string: pos -1
20271:
20272: * src/classes/string.C 1.18:
20273: * src/include/pa_string.h 1.58:
20274: * src/main/pa_string.C 1.57:
20275: string: lsplit
20276:
20277: * src/include/pa_pool.h 1.47:
20278: * src/include/pa_request.h 1.73:
20279: * src/main/pa_request.C 1.87:
20280: * src/main/untaint.C 1.26:
20281: pool.request undone
20282:
20283: * src/classes/string.C 1.20:
20284: z
20285:
20286: * src/include/pa_string.h 1.56:
20287: * src/main/pa_string.C 1.55:
20288: * src/main/untaint.C 1.28:
20289: string: pos
20290:
20291: * src/classes/string.C 1.15:
20292: * src/classes/table.C 1.38:
20293: * src/include/pa_string.h 1.54:
20294: * src/main/compile.y 1.121:
20295: * src/main/pa_request.C 1.88:
20296: * src/main/pa_string.C 1.53:
20297: * src/main/untaint.C 1.27:
20298: string: left right mid
20299:
20300: * src/classes/file.C 1.13:
20301: * src/classes/table.C 1.39:
20302: * src/include/pa_table.h 1.27:
20303: * src/main/pa_table.C 1.24:
20304: * src/types/pa_vstring.h 1.18:
20305: * src/types/pa_wwrapper.h 1.6:
20306: table:flip
20307:
20308: * src/classes/string.C 1.19:
20309: string: rsplit
20310:
20311: 2001-03-28 paf
20312: * src/classes/file.C 1.12:
20313: * src/include/pa_globals.h 1.30:
20314: * src/include/pa_request.h 1.71:
20315: * src/targets/cgi/parser3.C 1.51:
20316: * src/targets/isapi/parser3isapi.C 1.20:
20317: * src/types/pa_value.h 1.37:
20318: * src/types/pa_vrequest.C 1.4:
20319: * src/types/pa_vunknown.h 1.7:
20320: $request:browser [.type .version]; unknown.get_double now = 0.
20321:
20322: * src/classes/table.C 1.36:
20323: * src/include/pa_array.h 1.32:
20324: * src/include/pa_hash.h 1.32:
20325: * src/include/pa_table.h 1.24:
20326: * src/main/pa_array.C 1.29:
20327: * src/main/pa_table.C 1.21:
20328: * src/types/pa_vtable.h 1.11:
20329: table:locate just compiled
20330:
20331: * src/classes/file.C 1.9:
20332: * src/include/pa_common.h 1.29:
20333: * src/main/pa_common.C 1.34:
20334: * src/types/pa_vfile.C 1.7:
20335: * src/types/pa_vfile.h 1.12:
20336: started file:load. wrong write. must be self.set
20337:
20338: * src/classes/file.C 1.8:
20339: * src/classes/root.C 1.52:
20340: * src/classes/table.C 1.37:
20341: * src/include/pa_table.h 1.25:
20342: * src/main/pa_table.C 1.22:
20343: table:locate1, file:test
20344:
20345: * src/classes/file.C 1.10:
20346: * src/main/execute.C 1.132:
20347: * src/main/pa_common.C 1.35:
20348: * src/main/untaint.C 1.24:
20349: * src/targets/cgi/parser3.C 1.50:
20350: * src/types/pa_vfile.C 1.8:
20351: * src/types/pa_vfile.h 1.13:
20352: * src/types/pa_vform.C 1.17:
20353: file:load 1. tainted
20354:
20355: * src/classes/file.C 1.11:
20356: * src/include/pa_globals.h 1.29:
20357: * src/include/pa_request.h 1.70:
20358: * src/include/pa_table.h 1.26:
20359: * src/main/pa_globals.C 1.36:
20360: * src/main/pa_request.C 1.85:
20361: * src/main/pa_table.C 1.23:
20362: * src/types/pa_vfile.C 1.9:
20363: * src/types/pa_vfile.h 1.14:
20364: * src/types/pa_vform.C 1.18:
20365: file:load autodetection of mime-type by user-file-name
20366:
20367: 2001-03-27 paf
20368: * src/classes/double.C 1.18:
20369: * src/classes/int.C 1.16:
20370: * src/classes/root.C 1.51:
20371: * src/classes/string.C 1.13:
20372: * src/classes/table.C 1.34:
20373: * src/main/compile_tools.C 1.32:
20374: * src/main/execute.C 1.128:
20375: * src/main/pa_request.C 1.84:
20376: * src/main/untaint.C 1.23:
20377: * src/types/pa_value.h 1.35:
20378: * src/types/pa_vbool.h 1.6:
20379: * src/types/pa_vcookie.C 1.14:
20380: * src/types/pa_vdouble.h 1.14:
20381: * src/types/pa_vfile.h 1.11:
20382: * src/types/pa_vint.h 1.15:
20383: * src/types/pa_vmframe.h 1.9:
20384: * src/types/pa_vstring.h 1.16:
20385: * src/types/pa_vtable.h 1.10:
20386: * src/types/pa_vunknown.h 1.6:
20387: sort 0
20388:
20389: * src/classes/table.C 1.31:
20390: * src/include/pa_common.h 1.27:
20391: * src/main/compile.y 1.117:
20392: * src/main/execute.C 1.127:
20393: * src/main/pa_common.C 1.31:
20394: * src/main/pa_table.C 1.20:
20395: table:save decided to have as it were. stepped back.
20396: grammar: added 'in' 'is' 'lt'&co follow-space check
20397:
20398: * src/main/compile.y 1.119:
20399: fixed minor bug in @mn[][] ...^{
20400:
20401: * src/main/execute.C 1.130:
20402: * src/types/pa_value.h 1.36:
20403: * src/types/pa_vmframe.h 1.10:
20404: * src/types/pa_wcontext.h 1.8:
20405: fixed r/w context of code-params
20406:
20407: * src/classes/table.C 1.33:
20408: * src/main/pa_common.C 1.32:
20409: * src/main/pa_request.C 1.83:
20410: * src/targets/cgi/parser3.C 1.49:
20411: * src/types/pa_value.h 1.34:
20412: * src/types/pa_vbool.h 1.5:
20413: * src/types/pa_vdouble.h 1.12:
20414: * src/types/pa_vfile.h 1.9:
20415: * src/types/pa_vint.h 1.13:
20416: * src/types/pa_vstring.h 1.14:
20417: * src/types/pa_vunknown.h 1.5:
20418: continue on sort
20419:
20420: * src/types/pa_valiased.C 1.5:
20421: * src/types/pa_valiased.h 1.11:
20422: * src/types/pa_vdouble.h 1.13:
20423: * src/types/pa_vfile.h 1.10:
20424: * src/types/pa_vint.h 1.14:
20425: * src/types/pa_vresponse.h 1.6:
20426: * src/types/pa_vstring.h 1.15:
20427: * src/types/pa_vtable.h 1.9:
20428: renamed to are_static_calls_disabled
20429:
20430: * src/main/execute.C 1.131:
20431: * src/main/pa_common.C 1.33:
20432: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
20433:
20434: * src/classes/table.C 1.35:
20435: * src/main/execute.C 1.129:
20436: about to change junction rcontext!!
20437:
20438: * src/classes/table.C 1.32:
20439: * src/include/pa_common.h 1.28:
20440: * src/main/compile.y 1.118:
20441: started table:sort
20442: fixed minor bug in #...^{
20443:
20444: 2001-03-26 paf
20445: * src/classes/file.C 1.7:
20446: * src/classes/root.C 1.50:
20447: * src/classes/table.C 1.30:
20448: * src/include/pa_common.h 1.26:
20449: * src/include/pa_globals.h 1.28:
20450: * src/include/pa_table.h 1.23:
20451: * src/main/pa_common.C 1.30:
20452: * src/main/pa_globals.C 1.35:
20453: * src/main/pa_request.C 1.82:
20454: * src/main/pa_table.C 1.19:
20455: moved ::save to pa_table.
20456: disabled @auto invocation in ^process
20457:
20458: * src/classes/table.C 1.29:
20459: * src/include/pa_array.h 1.31:
20460: * src/include/pa_table.h 1.22:
20461: * src/main/pa_array.C 1.28:
20462: table:record
20463:
20464: * src/main/untaint.C 1.22:
20465: * src/targets/cgi/parser3.C 1.48:
20466: * src/targets/isapi/parser3isapi.C 1.19:
20467: * src/targets/isapi/parser3isapi.dsp 1.8:
20468: * src/targets/isapi/pool_storage.h 1.3:
20469: * src/types/pa_valiased.h 1.10:
20470: * src/types/pa_vcookie.C 1.13:
20471: * src/types/pa_vdouble.h 1.11:
20472: * src/types/pa_vfile.h 1.8:
20473: * src/types/pa_vint.h 1.12:
20474: * src/types/pa_vresponse.h 1.5:
20475: * src/types/pa_vstring.h 1.13:
20476: * src/types/pa_vtable.h 1.8:
20477: z
20478:
20479: * src/main/compile.y 1.116:
20480: grammar: [] 0params [;] 2 params (was 0)
20481:
20482: * src/include/pa_pool.h 1.45:
20483: * src/main/execute.C 1.126:
20484: * src/types/pa_valiased.C 1.4:
20485: * src/types/pa_valiased.h 1.9:
20486: * src/types/pa_value.h 1.33:
20487: * src/types/pa_vdouble.h 1.10:
20488: * src/types/pa_vfile.h 1.7:
20489: * src/types/pa_vint.h 1.11:
20490: * src/types/pa_vresponse.h 1.4:
20491: * src/types/pa_vstring.h 1.12:
20492: * src/types/pa_vtable.h 1.7:
20493: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
20494: allowed no checks in native method realisations on 'self' validity -
20495: they now can simply assume that 'self' is V{Proper} .
20496:
20497: 2001-03-25 paf
20498: * src/classes/table.C 1.26:
20499: * src/include/pa_globals.h 1.27:
20500: * src/include/pa_string.h 1.52:
20501: * src/include/pa_table.h 1.20:
20502: * src/main/compile.y 1.114:
20503: * src/main/compile_tools.C 1.31:
20504: * src/main/compile_tools.h 1.35:
20505: * src/main/pa_globals.C 1.32:
20506: * src/main/pa_request.C 1.79:
20507: * src/main/pa_string.C 1.52:
20508: * src/main/pa_table.C 1.17:
20509: * src/main/untaint.C 1.15:
20510: * src/types/pa_vcookie.h 1.7:
20511: typo & typo-default
20512:
20513: * src/main/pa_globals.C 1.34:
20514: * src/main/untaint.C 1.19:
20515: html-typo - moved all processing to table [except preliminary \
20516: \n \r \n replacements to "\n"]
20517:
20518: * src/main/untaint.C 1.16:
20519: typo \r \r\n \n properly handled
20520:
20521: * src/classes/table.C 1.27:
20522: * src/include/pa_table.h 1.21:
20523: * src/main/pa_globals.C 1.33:
20524: * src/main/pa_table.C 1.18:
20525: * src/main/untaint.C 1.17:
20526: returned table originating. useful for reporting typo table
20527: problems origin. think would be useful somewhere else
20528:
20529: * src/classes/table.C 1.28:
20530: * src/main/untaint.C 1.18:
20531: html-typo - decided to move all the processing to table
20532:
20533: * src/main/pa_request.C 1.80:
20534: table empty lines ignored. system-default content type assigned
20535: in output:result [can fail in main:auto and skipped normal
20536: defaults extraction]
20537:
20538: * src/include/pa_string.h 1.53:
20539: * src/main/compile.y 1.115:
20540: #comment fixed minor bug
20541:
20542: * src/main/pa_request.C 1.81:
20543: * src/main/untaint.C 1.20:
20544: moved default typo-table to lowlevel - it initialization could
20545: be skipped if failed in @auto. so that exception report would
20546: use some table
20547:
20548: * src/main/untaint.C 1.21:
20549: z
20550:
20551: 2001-03-24 paf
20552: * src/main/pa_globals.C 1.28:
20553: * src/types/pa_vclass.C 1.6:
20554: * src/types/pa_vclass.h 1.11:
20555: * src/types/pa_vstateless_class.C 1.6:
20556: * src/types/pa_vstateless_class.h 1.8:
20557: thrown away freeze mech.
20558: no danger now for you can't do ^request:process[@new-method[]
20559: body]
20560: trick anymore.
20561: still remains $some_instance.process[@new-method[]
20562: possibility]
20563: but would leave it as a feature.
20564: see index for sample
20565:
20566: * src/include/pa_string.h 1.51:
20567: * src/main/pa_string.C 1.51:
20568: * src/main/untaint.C 1.14:
20569: * src/targets/cgi/parser3.C 1.47:
20570: html-typo 2
20571:
20572: * src/include/pa_array.h 1.29:
20573: * src/include/pa_hash.h 1.31:
20574: * src/include/pa_request.h 1.67:
20575: * src/main/compile.y 1.110:
20576: * src/main/pa_array.C 1.26:
20577: * src/main/pa_common.C 1.25:
20578: * src/main/pa_hash.C 1.29:
20579: * src/main/pa_request.C 1.73:
20580: * src/types/pa_vcookie.C 1.12:
20581: cyclic uses ignored. defaulted default content-type
20582:
20583: * src/doc/doxygen.cfg 1.1:
20584: * src/doc/doxygen.txt 1.1:
20585: * src/doc/generate.cmd 1.1:
20586: * src/doc/view.cmd 1.1:
20587: * src/include/pa_array.h 1.30:
20588: * src/include/pa_globals.h 1.26:
20589: * src/include/pa_pool.h 1.44:
20590: * src/include/pa_string.h 1.50:
20591: * src/include/pa_table.h 1.19:
20592: * src/main/execute.C 1.125:
20593: * src/main/pa_array.C 1.27:
20594: * src/main/pa_globals.C 1.31:
20595: * src/main/pa_request.C 1.78:
20596: * src/main/pa_string.C 1.50:
20597: * src/main/untaint.C 1.13:
20598: * src/targets/cgi/parser3.C 1.46:
20599: * src/targets/isapi/parser3isapi.C 1.18:
20600: * src/types/pa_value.h 1.32:
20601: * src/types/pa_vtable.h 1.6:
20602: html-typo 0
20603: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
20604: html-typo sample. detected << problem: they become ltlt too fast
20605:
20606: * src/classes/file.C 1.6:
20607: * src/classes/root.C 1.49:
20608: * src/classes/table.C 1.25:
20609: * src/include/pa_common.h 1.25:
20610: * src/include/pa_request.h 1.69:
20611: * src/main/compile.y 1.111:
20612: * src/main/pa_common.C 1.28:
20613: * src/main/pa_request.C 1.77:
20614: * src/main/pa_string.C 1.49:
20615: * src/targets/isapi/parser3isapi.C 1.17:
20616: * src/types/pa_vfile.h 1.6:
20617: file_read stringified
20618:
20619: * src/include/pa_sapi.h 1.2:
20620: * src/main/pa_common.C 1.27:
20621: * src/main/pa_request.C 1.76:
20622: * src/targets/cgi/parser3.C 1.44:
20623: * src/targets/isapi/nt_log_events.mc 1.1:
20624: * src/targets/isapi/parser3isapi.C 1.16:
20625: * src/targets/isapi/parser3isapi.dsp 1.6:
20626: 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.
20627: isapi: used HSE_APPEND_LOG_PARAMETER feature
20628:
20629: * src/types/pa_valiased.C 1.3:
20630: decided to String-ify file_read
20631:
20632: * src/targets/cgi/parser3.C 1.45:
20633: * src/targets/isapi/nt_log_events.mc 1.2:
20634: * src/targets/isapi/parser3isapi.dsp 1.7:
20635: cgi: sapi::log
20636:
20637: * src/main/compile.y 1.109:
20638: * src/main/execute.C 1.124:
20639: * src/main/main.dsp 1.69:
20640: @CLASS equals @BASE. sanity
20641:
20642: * src/include/pa_common.h 1.22:
20643: * src/main/pa_common.C 1.23:
20644: * src/main/pa_request.C 1.72:
20645: * src/targets/cgi/parser3.C 1.42:
20646: * src/targets/isapi/pool_storage.h 1.2:
20647: * src/types/pa_vform.C 1.16:
20648: * src/types/pa_vform.h 1.14:
20649: auto.p monkey
20650:
20651: * src/include/pa_common.h 1.24:
20652: * src/include/pa_globals.h 1.25:
20653: * src/main/pa_common.C 1.26:
20654: * src/main/pa_globals.C 1.30:
20655: * src/main/pa_request.C 1.75:
20656: * src/targets/isapi/parser3isapi.C 1.15:
20657: fixed default content-type allocation storage
20658:
1.24 paf 20659: * src/include/pa_globals.h 1.24:
20660: * src/include/pa_request.h 1.68:
20661: * src/main/compile.y 1.113:
20662: * src/main/pa_common.C 1.29:
20663: * src/main/pa_globals.C 1.29:
20664: * src/main/pa_request.C 1.74:
20665: z
20666:
1.15 paf 20667: * src/include/pa_common.h 1.23:
20668: * src/main/pa_common.C 1.24:
20669: * src/targets/cgi/parser3.C 1.43:
20670: * src/targets/isapi/parser3isapi.C 1.14:
20671: auto.p monkey every target
20672:
20673: * src/main/compile.y 1.112:
20674: * src/main/compile_tools.h 1.34:
20675: #comment
20676:
20677: 2001-03-23 paf
20678: * src/classes/root.C 1.48:
20679: * src/classes/table.C 1.24:
20680: * src/include/pa_common.h 1.21:
20681: * src/include/pa_config_fixed.h 1.1:
20682: * src/include/pa_config_includes.h 1.1:
20683: * src/include/pa_string.h 1.49:
20684: * src/include/pa_threads.h 1.11:
20685: * src/include/pa_types.h 1.23:
20686: * src/include/pa_version.h 1.1:
20687: * src/main/compile.y 1.108:
20688: * src/main/execute.C 1.123:
20689: * src/main/pa_array.C 1.25:
20690: * src/main/pa_common.C 1.22:
20691: * src/main/pa_hash.C 1.28:
20692: * src/main/pa_pool.C 1.17:
20693: * src/main/pa_request.C 1.70:
20694: * src/main/pa_string.C 1.48:
20695: * src/main/untaint.C 1.12:
20696: * src/targets/cgi/parser3.C 1.40:
20697: * src/targets/isapi/parser3isapi.C 1.10:
20698: * src/types/pa_vfile.C 1.6:
20699: * src/types/pa_vform.C 1.15:
20700: cgi: reinvent document_root and request_uri under iis. autoconf
20701: updated. introducing ap_config_includes
20702:
20703: * src/targets/cgi/parser3.C 1.41:
20704: * src/targets/isapi/parser3isapi.C 1.12:
20705: isapi: think it would be better to rewrite as filter then to
20706: deal with pool
20707:
20708: * src/targets/cgi/parser3.C 1.39:
20709: cgi: reinvent document_root under iis
20710:
20711: * src/include/pa_globals.h 1.22:
20712: * src/main/pa_request.C 1.68:
20713: * src/targets/cgi/parser3.C 1.36:
20714: * src/targets/cgi/parser3.dsp 1.12:
20715: * src/targets/isapi/parser3isapi.C 1.8:
20716: * src/types/pa_vcookie.C 1.10:
20717: * src/types/pa_venv.h 1.12:
20718: * src/types/pa_vform.C 1.13:
20719: all: sapi beauty
20720:
20721: * src/main/pa_request.C 1.67:
20722: * src/targets/cgi/parser3.C 1.35:
20723: * src/targets/isapi/parser3isapi.C 1.7:
20724: * src/targets/isapi/parser3isapi.dsp 1.4:
20725: isapi minor env beauty
20726:
20727: * src/include/pa_globals.h 1.23:
20728: * src/include/pa_sapi.h 1.1:
20729: * src/main/main.dsp 1.67:
20730: * src/main/pa_globals.C 1.27:
20731: * src/main/pa_request.C 1.69:
20732: * src/targets/cgi/parser3.C 1.37:
20733: * src/targets/isapi/parser3isapi.C 1.9:
20734: * src/types/pa_vcookie.C 1.11:
20735: * src/types/pa_venv.h 1.13:
20736: * src/types/pa_vform.C 1.14:
20737: sapi made object
20738:
20739: * src/include/pa_pool.h 1.43:
20740: * src/main/pa_request.C 1.71:
20741: * src/targets/cgi/pa_pool.C 1.3:
20742: * src/targets/isapi/pa_pool.C 1.3:
20743: * src/targets/isapi/parser3isapi.C 1.13:
20744: * src/targets/isapi/parser3isapi.dsp 1.5:
20745: * src/targets/isapi/pool_storage.h 1.1:
20746: isapi: dumb pool storage
20747:
20748: * src/main/main.dsp 1.68:
20749: * src/targets/isapi/parser3isapi.C 1.11:
20750: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
20751:
20752: * src/targets/isapi/pa_pool.C 1.2:
20753: decided to continue with extension
20754:
20755: * src/targets/cgi/parser3.C 1.38:
20756: cgi: only one pool now
20757:
20758: 2001-03-22 paf
20759: * src/main/pa_request.C 1.66:
20760: * src/targets/cgi/parser3.C 1.34:
20761: * src/targets/isapi/parser3isapi.C 1.6:
20762: * src/targets/isapi/parser3isapi.dsp 1.3:
20763: isapi document_root 0
20764:
20765: * src/types/pa_vcookie.C 1.8:
20766: cookie attr decoded
20767:
20768: * src/include/pa_pool.h 1.40:
20769: * src/targets/cgi/pa_pool.C 1.2:
20770: * src/targets/cgi/parser3.C 1.31:
20771: * src/targets/cgi/parser3.dsp 1.11:
20772: * src/targets/isapi/pa_pool.C 1.1:
20773: * src/targets/isapi/parser3isapi.C 1.1:
20774: * src/targets/isapi/parser3isapi.def 1.1:
20775: * src/targets/isapi/parser3isapi.dsp 1.1:
20776: started isapi
20777:
20778: * src/targets/isapi/parser3isapi.C 1.5:
20779: isapi keep-alive
20780:
20781: * src/targets/isapi/KILL.EXE 1.1:
20782: * src/targets/isapi/PSTAT.EXE 1.1:
20783: * src/targets/isapi/istart.cmd 1.1:
20784: * src/targets/isapi/istop.cmd 1.1:
20785: * src/targets/isapi/kill.pl 1.1:
20786: isapi added utils
20787:
20788: * src/include/pa_pool.h 1.41:
20789: * src/main/pa_pool.C 1.16:
20790: * src/targets/cgi/parser3.C 1.32:
20791: * src/targets/isapi/parser3isapi.C 1.2:
20792: * src/targets/isapi/parser3isapi.dsp 1.2:
20793: * src/types/pa_vform.C 1.12:
20794: isapi 0
20795:
20796: * src/include/pa_globals.h 1.20:
20797: * src/include/pa_request.h 1.66:
20798: * src/include/pa_types.h 1.22:
20799: * src/main/pa_globals.C 1.26:
20800: * src/main/pa_request.C 1.63:
20801: * src/targets/cgi/parser3.C 1.30:
20802: * src/types/pa_vcookie.C 1.9:
20803: config of auto.p path: parser_root_auto_path parser_site_auto_path
20804:
20805: * src/targets/cgi/vform_fields_fill.C 1.2:
20806: * src/targets/cgi/vform_fields_fill.h 1.2:
20807: * src/targets/isapi/parser3isapi.C 1.4:
20808: z
20809:
20810: * src/include/pa_globals.h 1.21:
20811: * src/main/pa_common.C 1.21:
20812: * src/main/pa_request.C 1.64:
20813: some comments
20814:
20815: * src/include/pa_pool.h 1.42:
20816: * src/main/pa_request.C 1.65:
20817: * src/targets/cgi/parser3.C 1.33:
20818: * src/targets/isapi/parser3isapi.C 1.3:
20819: isapi 1
20820:
20821: 2001-03-21 paf
20822: * src/include/pa_globals.h 1.18:
20823: * src/targets/cgi/parser3.C 1.28:
20824: * src/types/pa_venv.h 1.11:
20825: in cookie & env. todo:post
20826:
20827: * src/Makefile.am 1.3:
20828: * src/classes/Makefile.am 1.2:
20829: * src/classes/file.C 1.5:
20830: * src/classes/root.C 1.47:
20831: * src/classes/table.C 1.23:
20832: * src/include/pa_array.h 1.28:
20833: * src/include/pa_common.h 1.20:
20834: * src/include/pa_globals.h 1.17:
20835: * src/include/pa_pool.h 1.39:
20836: * src/include/pa_request.h 1.65:
20837: * src/include/pa_string.h 1.48:
20838: * src/main/Makefile.am 1.8:
20839: * src/main/compile.y 1.107:
20840: * src/main/execute.C 1.122:
20841: * src/main/main.dsp 1.66:
20842: * src/main/pa_common.C 1.20:
20843: * src/main/pa_globals.C 1.25:
20844: * src/main/pa_request.C 1.62:
20845: * src/main/pa_string.C 1.47:
20846: * src/main/pa_table.C 1.16:
20847: * src/main/untaint.C 1.11:
20848: * src/targets/Makefile.am 1.4:
20849: * src/targets/cgi/Makefile.am 1.2:
20850: * src/targets/cgi/parser3.C 1.27:
20851: * src/targets/cgi/parser3.dsp 1.10:
20852: * src/types/Makefile.am 1.2:
20853: * src/types/pa_vcookie.C 1.7:
20854: * src/types/pa_vform.C 1.11:
20855: * src/types/pa_vstring.h 1.11:
20856: * src/types/pa_wwrapper.h 1.5:
20857: shifted apache branch on main trunc
20858:
20859: * src/targets/cgi/parser3.C 1.29:
20860: z
20861:
20862: * src/include/pa_common.h [automake_update] 1.19.2.2:
20863: * src/include/pa_globals.h [automake_update] 1.16.2.1:
20864: * src/include/pa_pool.h [automake_update] 1.38.2.1:
20865: * src/include/pa_request.h [automake_update] 1.64.2.4:
20866: * src/main/main.dsp [automake_update] 1.65.2.1:
20867: * src/main/pa_common.C [automake_update] 1.19.2.5:
20868: * src/main/pa_request.C [automake_update] 1.61.2.3:
20869: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
20870: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
20871: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
20872: * src/types/pa_vform.C [automake_update] 1.10.2.1:
20873: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
20874: starting mod_parser3
20875:
20876: * src/include/pa_globals.h 1.19:
20877: post. todo: config of auto.p path
20878:
20879: 2001-03-20 paf
20880: * src/classes/Makefile.am 1.1:
20881: * src/types/Makefile.am 1.1:
20882: file Makefile.am was initially added on branch automake_update.
20883:
20884: * src/main/pa_common.C [automake_update] 1.19.2.4:
20885: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
20886: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
20887: automake compiled and works. todo:make win32 ifdefs work and
20888: add ifdef unistd
20889:
20890: * src/classes/Makefile.am [automake_update] 1.1.2.1:
20891: * src/classes/file.C 1.4:
20892: * src/classes/table.C 1.21:
20893: * src/classes/table.C [automake_update] 1.22.2.2:
20894: * src/include/pa_array.h 1.27:
20895: * src/include/pa_common.h 1.18:
20896: * src/include/pa_common.h [automake_update] 1.19.2.1:
20897: * src/include/pa_request.h 1.64:
20898: * src/include/pa_request.h [automake_update] 1.64.2.3:
20899: * src/include/pa_string.h 1.47:
20900: * src/include/pa_table.h 1.18:
20901: * src/include/pa_threads.h 1.10:
20902: * src/main/Makefile.am [automake_update] 1.7.16.3:
20903: * src/main/pa_common.C [automake_update] 1.19.2.3:
20904: * src/main/pa_globals.C 1.24:
20905: * src/main/pa_request.C [automake_update] 1.61.2.2:
20906: * src/main/pa_table.C [automake_update] 1.15.2.1:
20907: * src/main/untaint.C 1.10:
20908: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
20909: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
20910: * src/types/Makefile.am [automake_update] 1.1.2.1:
20911: * src/types/pa_valiased.h 1.8:
20912: * src/types/pa_value.h 1.31:
20913: * src/types/pa_vform.h 1.13:
20914: z
20915:
20916: * src/include/pa_request.h [automake_update] 1.64.2.2:
20917: * src/main/Makefile.am [automake_update] 1.7.16.2:
20918: * src/main/compile.y [automake_update] 1.106.2.1:
20919: * src/main/execute.C [automake_update] 1.121.2.2:
20920: * src/main/pa_common.C [automake_update] 1.19.2.2:
20921: * src/types/Makefile.am [automake_update] 1.1.2.2:
20922: removing locking
20923:
20924: * src/Makefile.am [automake_update] 1.2.16.1:
20925: * src/classes/file.C [automake_update] 1.4.2.1:
20926: * src/classes/root.C [automake_update] 1.46.2.1:
20927: * src/classes/table.C [automake_update] 1.22.2.1:
20928: * src/include/pa_array.h [automake_update] 1.27.2.1:
20929: * src/include/pa_request.h [automake_update] 1.64.2.1:
20930: * src/include/pa_string.h [automake_update] 1.47.2.1:
20931: * src/main/Makefile.am [automake_update] 1.7.16.1:
20932: * src/main/execute.C [automake_update] 1.121.2.1:
20933: * src/main/pa_common.C [automake_update] 1.19.2.1:
20934: * src/main/pa_globals.C [automake_update] 1.24.2.1:
20935: * src/main/pa_request.C [automake_update] 1.61.2.1:
20936: * src/main/pa_string.C [automake_update] 1.46.2.1:
20937: * src/main/untaint.C [automake_update] 1.10.2.1:
20938: * src/targets/Makefile.am [automake_update] 1.3.16.1:
20939: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
20940: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
20941: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
20942: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
20943: String::UL_
20944:
20945: * src/classes/table.C 1.22:
20946: * src/include/pa_common.h 1.19:
20947: * src/main/pa_common.C 1.19:
20948: * src/main/pa_request.C 1.61:
20949: * src/types/pa_vfile.h 1.5:
20950: ^table:save
20951:
20952: 2001-03-19 paf
20953: * src/classes/file.C 1.2:
20954: * src/classes/request.C 1.4:
20955: * src/classes/table.C 1.19:
20956: * src/include/pa_string.h 1.45:
20957: * src/main/main.dsp 1.61:
20958: * src/main/pa_pool.C 1.15:
20959: * src/main/pa_request.C 1.58:
20960: * src/main/untaint.C 1.9:
20961: * src/types/pa_value.h 1.27:
20962: * src/types/pa_vfile.C 1.2:
20963: * src/types/pa_vfile.h 1.2:
20964: * src/types/pa_vform.C 1.10:
20965: file 1
20966:
20967: * src/classes/table.C 1.17:
20968: * src/include/pa_pool.h 1.38:
20969: * src/include/pa_request.h 1.63:
20970: * src/include/pa_table.h 1.16:
20971: * src/include/pa_types.h 1.20:
20972: * src/main/execute.C 1.119:
20973: * src/main/pa_request.C 1.57:
20974: * src/targets/cgi/parser3.C 1.25:
20975: * src/types/pa_value.h 1.25:
20976: * src/types/pa_vclass.h 1.10:
20977: * src/types/pa_vform.C 1.8:
20978: * src/types/pa_vstateless_class.h 1.5:
20979: * src/types/pa_vstateless_object.h 1.4:
20980: ^table:set{default level: TABLE}
20981:
20982: * src/classes/_request.h 1.3:
20983: * src/classes/request.C 1.5:
20984: * src/main/pa_globals.C 1.22:
20985: * src/types/pa_vrequest.C 1.2:
20986: * src/types/pa_vrequest.h 1.6:
20987: VRequest moved to :VStateless_object
20988:
20989: * src/classes/_request.h 1.4:
20990: * src/classes/request.C 1.6:
20991: * src/main/main.dsp 1.65:
20992: * src/main/pa_globals.C 1.23:
20993: * src/types/pa_value.h 1.30:
20994: * src/types/pa_vform.h 1.12:
20995: * src/types/pa_vrequest.C 1.3:
20996: * src/types/pa_vrequest.h 1.7:
20997: VRequest moved to :Value
20998:
20999: * src/types/pa_valiased.h 1.4:
21000: * src/types/pa_vbool.h 1.4:
21001: doc: Value and it's derivates somehow unlinked. don't know why yet
21002:
21003: * src/classes/_env.h 1.6:
21004: * src/classes/_table.h 1.4:
21005: * src/classes/env.C 1.8:
21006: * src/classes/table.C 1.20:
21007: * src/main/execute.C 1.121:
21008: * src/main/main.dsp 1.63:
21009: * src/main/pa_globals.C 1.20:
21010: * src/main/pa_request.C 1.60:
21011: * src/types/pa_value.h 1.28:
21012: * src/types/pa_vcookie.C 1.6:
21013: * src/types/pa_vcookie.h 1.6:
21014: * src/types/pa_venv.h 1.10:
21015: VEnv is now :Value
21016:
21017: * src/targets/cgi/pa_vform.C 1.3:
21018: * src/types/pa_valiased.C 1.1:
21019: * src/types/pa_valiased.h 1.7:
21020: * src/types/pa_value.h 1.29:
21021: * src/types/pa_vstateless_class.C 1.5:
21022: * src/types/pa_vstateless_class.h 1.7:
21023: * src/types/pa_vstateless_object.h 1.7:
21024: moved common get_element part from stateless object&class into VAliased
21025:
21026: * src/classes/_file.h 1.2:
21027: * src/classes/file.C 1.3:
21028: * src/include/pa_types.h 1.21:
21029: * src/main/pa_globals.C 1.18:
21030: * src/main/pa_request.C 1.59:
21031: * src/targets/cgi/parser3.C 1.26:
21032: * src/types/pa_valiased.h 1.6:
21033: * src/types/pa_vfile.C 1.4:
21034: * src/types/pa_vfile.h 1.3:
21035: * src/types/pa_vstateless_class.h 1.6:
21036: * src/types/pa_vstateless_object.h 1.5:
21037: \ to / and ^file:save
21038:
21039: * src/classes/root.C 1.46:
21040: * src/classes/table.C 1.16:
21041: * src/main/pa_exception.C 1.7:
21042: * src/main/pa_request.C 1.53:
21043: * src/targets/cgi/parser3.C 1.24:
21044: * src/types/pa_vbool.h 1.3:
21045: * src/types/pa_vcookie.C 1.3:
21046: * src/types/pa_vcookie.h 1.3:
21047: * src/types/pa_vdouble.h 1.9:
21048: * src/types/pa_venv.h 1.8:
21049: * src/types/pa_vform.h 1.8:
21050: * src/types/pa_vint.h 1.10:
21051: * src/types/pa_vrequest.h 1.4:
21052: doc: detected Value derivates prob
21053:
21054: * src/include/code.h 1.25:
21055: * src/include/pa_array.h 1.25:
21056: * src/include/pa_pool.h 1.35:
21057: * src/include/pa_string.h 1.42:
21058: * src/include/pa_threads.h 1.8:
21059: * src/main/compile.C 1.32:
21060: * src/main/compile.y 1.105:
21061: * src/main/compile_tools.C 1.29:
21062: * src/main/compile_tools.h 1.32:
21063: * src/main/execute.C 1.117:
21064: * src/main/pa_array.C 1.23:
21065: * src/main/pa_common.C 1.15:
21066: * src/main/pa_exception.C 1.8:
21067: * src/main/pa_globals.C 1.15:
21068: * src/main/pa_hash.C 1.25:
21069: * src/main/pa_pool.C 1.13:
21070: * src/main/pa_request.C 1.54:
21071: * src/main/pa_string.C 1.45:
21072: * src/main/pa_table.C 1.14:
21073: * src/main/untaint.C 1.7:
21074: * src/types/pa_value.h 1.23:
21075: auto @brief
21076:
21077: * src/classes/_file.h 1.1:
21078: * src/classes/file.C 1.1:
21079: * src/classes/table.C 1.18:
21080: * src/include/pa_common.h 1.17:
21081: * src/include/pa_globals.h 1.16:
21082: * src/include/pa_string.h 1.44:
21083: * src/include/pa_table.h 1.17:
21084: * src/main/main.dsp 1.60:
21085: * src/main/pa_common.C 1.18:
21086: * src/main/pa_globals.C 1.17:
21087: * src/types/pa_value.h 1.26:
21088: * src/types/pa_vcookie.h 1.4:
21089: * src/types/pa_venv.h 1.9:
21090: * src/types/pa_vfile.C 1.1:
21091: * src/types/pa_vfile.h 1.1:
21092: * src/types/pa_vform.C 1.9:
21093: * src/types/pa_vform.h 1.9:
21094: * src/types/pa_vrequest.h 1.5:
21095: * src/types/pa_vtable.h 1.5:
21096: file class just compiled
21097:
21098: * src/types/pa_vfile.C 1.5:
21099: * src/types/pa_vfile.h 1.4:
21100: * src/types/pa_vstateless_object.h 1.6:
21101: vfile doxx
21102:
21103: * src/classes/_response.h 1.2:
21104: * src/classes/response.C 1.4:
21105: * src/main/pa_globals.C 1.21:
21106: * src/types/pa_vform.h 1.11:
21107: * src/types/pa_vresponse.h 1.3:
21108: VResponse moved to :VStateless_object
21109:
21110: * src/classes/_request.h 1.2:
21111: * src/classes/request.C 1.3:
21112: * src/include/code.h 1.24:
21113: * src/include/pa_array.h 1.24:
21114: * src/include/pa_common.h 1.15:
21115: * src/include/pa_exception.h 1.10:
21116: * src/include/pa_globals.h 1.13:
21117: * src/include/pa_hash.h 1.28:
21118: * src/include/pa_pool.h 1.34:
21119: * src/include/pa_request.h 1.61:
21120: * src/include/pa_stack.h 1.7:
21121: * src/include/pa_string.h 1.41:
21122: * src/include/pa_table.h 1.14:
21123: * src/include/pa_threads.h 1.7:
21124: * src/include/pa_types.h 1.17:
21125: * src/main/execute.C 1.116:
21126: * src/main/pa_pool.C 1.12:
21127: * src/main/pa_request.C 1.52:
21128: * src/main/pa_string.C 1.44:
21129: * src/main/untaint.C 1.6:
21130: * src/targets/cgi/parser3.C 1.23:
21131: * src/types/pa_value.h 1.22:
21132: * src/types/pa_vform.C 1.7:
21133: doxygen include/, Value
21134:
21135: * src/include/code.h 1.26:
21136: * src/include/pa_array.h 1.26:
21137: * src/include/pa_common.h 1.16:
21138: * src/include/pa_exception.h 1.11:
21139: * src/include/pa_globals.h 1.14:
21140: * src/include/pa_globals.h 1.15:
21141: * src/include/pa_hash.h 1.29:
21142: * src/include/pa_pool.h 1.36:
21143: * src/include/pa_pool.h 1.37:
21144: * src/include/pa_request.h 1.62:
21145: * src/include/pa_stack.h 1.8:
21146: * src/include/pa_string.h 1.43:
21147: * src/include/pa_string.h 1.46:
21148: * src/include/pa_table.h 1.15:
21149: * src/include/pa_threads.h 1.9:
21150: * src/include/pa_types.h 1.18:
21151: * src/main/compile.C 1.33:
21152: * src/main/compile.y 1.106:
21153: * src/main/compile_tools.C 1.30:
21154: * src/main/compile_tools.h 1.33:
21155: * src/main/execute.C 1.118:
21156: * src/main/pa_array.C 1.24:
21157: * src/main/pa_common.C 1.16:
21158: * src/main/pa_exception.C 1.9:
21159: * src/main/pa_globals.C 1.16:
21160: * src/main/pa_hash.C 1.26:
21161: * src/main/pa_pool.C 1.14:
21162: * src/main/pa_request.C 1.55:
21163: * src/main/pa_string.C 1.46:
21164: * src/main/pa_table.C 1.15:
21165: * src/main/untaint.C 1.8:
21166: * src/types/pa_valiased.h 1.5:
21167: * src/types/pa_value.h 1.24:
21168: * src/types/pa_vfile.C 1.3:
21169: z
21170:
21171: * src/include/pa_hash.h 1.30:
21172: * src/include/pa_types.h 1.19:
21173: * src/main/pa_common.C 1.17:
21174: * src/main/pa_hash.C 1.27:
21175: * src/main/pa_request.C 1.56:
21176: * src/types/pa_vcookie.C 1.4:
21177: renamed Hash::Value to Val so to doxygen would finlly stop
21178: confusing those Value-s
21179:
21180: * src/main/main.dsp 1.64:
21181: * src/targets/cgi/parser3.dsp 1.9:
21182: * src/types/pa_valiased.C 1.2:
21183: * src/types/pa_vform.h 1.10:
21184: commented VForm
21185:
21186: * src/classes/_cookie.h 1.2:
21187: * src/classes/_table.h 1.3:
21188: * src/classes/cookie.C 1.3:
21189: * src/main/execute.C 1.120:
21190: * src/main/main.dsp 1.62:
21191: * src/main/pa_globals.C 1.19:
21192: * src/types/pa_vcookie.C 1.5:
21193: * src/types/pa_vcookie.h 1.5:
21194: VCookie is now :Value
21195:
21196: 2001-03-18 paf
21197: * src/classes/_cookie.h 1.1:
21198: * src/classes/cookie.C 1.1:
21199: * src/include/pa_common.h 1.14:
21200: * src/include/pa_globals.h 1.12:
21201: * src/include/pa_request.h 1.60:
21202: * src/include/pa_string.h 1.40:
21203: * src/include/pa_types.h 1.16:
21204: * src/main/main.dsp 1.59:
21205: * src/main/pa_common.C 1.14:
21206: * src/main/pa_globals.C 1.14:
21207: * src/main/pa_hash.C 1.24:
21208: * src/main/pa_request.C 1.51:
21209: * src/main/pa_string.C 1.43:
21210: * src/main/untaint.C 1.5:
21211: * src/targets/cgi/parser3.C 1.21:
21212: * src/types/pa_value.h 1.21:
21213: * src/types/pa_vcookie.C 1.1:
21214: * src/types/pa_vcookie.h 1.1:
21215: * src/types/pa_vform.C 1.6:
21216: * src/types/pa_vform.h 1.7:
21217: * src/types/pa_vhash.h 1.9:
21218: * src/types/pa_vunknown.h 1.4:
21219: cookie class
21220:
21221: * src/include/pa_hash.h 1.26:
21222: * src/main/pa_hash.C 1.22:
21223: * src/targets/cgi/parser3.C 1.17:
21224: response fields to header
21225:
21226: * src/classes/root.C 1.41:
21227: * src/classes/string.C 1.12:
21228: * src/include/pa_string.h 1.37:
21229: * src/main/pa_globals.C 1.11:
21230: * src/main/pa_request.C 1.44:
21231: * src/main/pa_string.C 1.41:
21232: * src/types/pa_vdouble.h 1.8:
21233: * src/types/pa_vform.C 1.5:
21234: * src/types/pa_vint.h 1.9:
21235: * src/types/pa_vstateless_class.C 1.4:
21236: convinient string(pool, char *src, bool tainted) ctor
21237:
21238: * src/include/pa_hash.h 1.27:
21239: * src/include/pa_request.h 1.58:
21240: * src/include/pa_string.h 1.36:
21241: * src/main/pa_globals.C 1.10:
21242: * src/main/pa_hash.C 1.23:
21243: * src/main/pa_request.C 1.43:
21244: * src/main/pa_string.C 1.40:
21245: * src/main/untaint.C 1.3:
21246: * src/targets/cgi/parser3.C 1.18:
21247: proper @exceptions params tainting
21248:
21249: * src/classes/_response.h 1.1:
21250: * src/classes/response.C 1.1:
21251: * src/include/pa_globals.h 1.8:
21252: * src/include/pa_hash.h 1.25:
21253: * src/include/pa_request.h 1.57:
21254: * src/main/compile.C 1.31:
21255: * src/main/compile.y 1.104:
21256: * src/main/execute.C 1.114:
21257: * src/main/main.dsp 1.58:
21258: * src/main/pa_globals.C 1.8:
21259: * src/main/pa_hash.C 1.21:
21260: * src/main/pa_request.C 1.41:
21261: * src/targets/cgi/parser3.C 1.16:
21262: * src/targets/cgi/parser3.dsp 1.8:
21263: * src/types/pa_value.h 1.18:
21264: * src/types/pa_vhash.h 1.6:
21265: * src/types/pa_vrequest.h 1.3:
21266: * src/types/pa_vresponse.h 1.1:
21267: $response: 0 request::core exception rethrow
21268:
21269: * src/classes/request.C 1.2:
21270: * src/classes/response.C 1.2:
21271: * src/classes/root.C 1.42:
21272: * src/include/pa_common.h 1.13:
21273: * src/include/pa_globals.h 1.10:
21274: * src/include/pa_request.h 1.59:
21275: * src/include/pa_string.h 1.38:
21276: * src/main/pa_common.C 1.13:
21277: * src/main/pa_globals.C 1.12:
21278: * src/main/pa_request.C 1.45:
21279: * src/targets/cgi/parser3.C 1.19:
21280: ^taint 0
21281:
21282: * src/classes/cookie.C 1.2:
21283: * src/types/pa_vcookie.C 1.2:
21284: * src/types/pa_vcookie.h 1.2:
21285: cookie: allowed access to hash-assigned
21286:
21287: * src/include/pa_globals.h 1.9:
21288: * src/main/execute.C 1.115:
21289: * src/main/pa_globals.C 1.9:
21290: * src/main/pa_request.C 1.42:
21291: * src/targets/cgi/parser3.C 1.22:
21292: z
21293:
21294: * src/main/pa_request.C 1.50:
21295: zero length output allowed
21296:
21297: * src/classes/root.C 1.44:
21298: * src/include/pa_globals.h 1.11:
21299: * src/include/pa_string.h 1.39:
21300: * src/main/pa_globals.C 1.13:
21301: * src/main/pa_request.C 1.47:
21302: * src/main/pa_string.C 1.42:
21303: * src/types/pa_value.h 1.19:
21304: * src/types/pa_vhash.h 1.7:
21305: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21306:
21307: * src/classes/root.C 1.43:
21308: * src/main/pa_request.C 1.46:
21309: * src/main/untaint.C 1.4:
21310: * src/targets/cgi/parser3.C 1.20:
21311: taint[uri
21312:
21313: * src/classes/response.C 1.3:
21314: * src/main/pa_request.C 1.49:
21315: * src/types/pa_value.h 1.20:
21316: * src/types/pa_vhash.h 1.8:
21317: * src/types/pa_vresponse.h 1.2:
21318: ^response:clear[]
21319:
21320: * src/classes/root.C 1.45:
21321: * src/main/pa_request.C 1.48:
21322: taint forgotten forced lang switch
21323:
21324: 2001-03-16 paf
21325: * src/include/code.h 1.22:
21326: * src/include/pa_hash.h 1.24:
21327: * src/include/pa_request.h 1.55:
21328: * src/main/compile.y 1.102:
21329: * src/main/execute.C 1.108:
21330: * src/types/pa_value.h 1.15:
21331: * src/types/pa_vhash.h 1.5:
21332: * src/types/pa_vstring.h 1.10:
21333: * src/types/pa_vtable.h 1.4:
21334: * src/types/pa_wcontext.C 1.4:
21335: * src/types/pa_wcontext.h 1.6:
21336: see () and {} param wcontext conflict
21337:
21338: * src/main/execute.C 1.113:
21339: * src/main/main.dsp 1.57:
21340: * src/types/pa_value.h 1.17:
21341: * src/types/pa_vrequest.h 1.2:
21342: native method' class call with less params then needed error reporting
21343:
21344: * src/classes/double.C 1.17:
21345: * src/include/code.h 1.23:
21346: * src/main/compile.y 1.103:
21347: * src/main/compile_tools.C 1.28:
21348: * src/main/compile_tools.h 1.31:
21349: * src/main/execute.C 1.109:
21350: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21351:
21352: * src/main/execute.C 1.107:
21353: * src/types/pa_value.h 1.14:
21354: * src/types/pa_vstateless_object.h 1.3:
21355: * src/types/pa_vstring.h 1.9:
21356: disabled $string.field
21357:
21358: * src/main/execute.C 1.110:
21359: * src/types/pa_vmframe.h 1.7:
21360: if(in "/news/")
21361:
21362: * src/include/pa_globals.h 1.6:
21363: * src/main/execute.C 1.111:
21364: * src/main/pa_globals.C 1.6:
21365: * src/types/pa_value.h 1.16:
21366: * src/types/pa_vcframe.h 1.3:
21367: * src/types/pa_vmframe.h 1.8:
21368: * src/types/pa_wcontext.h 1.7:
21369: $result
21370:
21371: * src/classes/_request.h 1.1:
21372: * src/classes/request.C 1.1:
21373: * src/include/pa_globals.h 1.7:
21374: * src/include/pa_request.h 1.56:
21375: * src/main/execute.C 1.112:
21376: * src/main/main.dsp 1.56:
21377: * src/main/pa_globals.C 1.7:
21378: * src/main/pa_request.C 1.40:
21379: * src/targets/cgi/parser3.C 1.15:
21380: * src/types/pa_vform.C 1.4:
21381: * src/types/pa_vrequest.C 1.1:
21382: * src/types/pa_vrequest.h 1.1:
21383: $request : query :uri
21384:
21385: 2001-03-15 paf
21386: * src/main/compile.y 1.99:
21387: * src/main/pa_request.C 1.37:
21388: * src/targets/cgi/parser3.C 1.13:
21389: * src/types/pa_vstring.h 1.7:
21390: pre-pre-pre-beta cgi under win32 apache pre pre pre works
21391:
21392: * src/main/compile.y 1.100:
21393: * src/main/execute.C 1.105:
21394: z
21395:
21396: * src/main/compile.y 1.101:
21397: * src/main/execute.C 1.106:
21398: * src/main/pa_request.C 1.38:
21399: * src/targets/cgi/parser3.C 1.14:
21400: * src/types/pa_vstring.h 1.8:
21401: @exception
21402:
21403: * src/include/pa_globals.h 1.5:
21404: * src/main/pa_globals.C 1.5:
21405: * src/main/pa_request.C 1.36:
21406: * src/targets/cgi/parser3.C 1.12:
21407: * src/types/pa_vform.C 1.3:
21408: * src/types/pa_vform.h 1.6:
21409: vform fillfields just compiled
21410:
21411: * src/main/pa_request.C 1.39:
21412: news sample
21413:
21414: 2001-03-14 paf
21415: * src/include/core.h 1.16:
21416: * src/include/pa_globals.h 1.1:
21417: * src/include/pa_pool.h 1.33:
21418: * src/include/pa_string.h 1.35:
21419: * src/include/pa_types.h 1.13:
21420: * src/main/compile.y 1.98:
21421: * src/main/core.C 1.69:
21422: * src/main/main.dsp 1.54:
21423: * src/main/pa_globals.C 1.1:
21424: * src/main/pa_request.C 1.31:
21425: * src/targets/cgi/pa_vform.C 1.2:
21426: * src/targets/cgi/parser3.C 1.5:
21427: * src/targets/cgi/parser3.dsp 1.4:
21428: * src/types/pa_value.h 1.13:
21429: * src/types/pa_vform.h 1.3:
21430: * src/types/pa_vunknown.h 1.3:
21431: global handler, exceptions in parser3
21432:
21433: * src/include/pa_globals.h 1.4:
21434: * src/main/pa_globals.C 1.4:
21435: * src/main/pa_request.C 1.34:
21436: * src/targets/cgi/parser3.dsp 1.7:
21437: * src/types/pa_vform.C 1.2:
21438: * src/types/pa_vform.h 1.5:
21439: * src/types/pa_vstring.h 1.6:
21440: limits -1
21441:
21442: * src/include/pa_common.h 1.12:
21443: * src/include/pa_types.h 1.14:
21444: * src/main/pa_request.C 1.32:
21445: * src/targets/cgi/parser3.C 1.7:
21446: PATH_DELIMITER_CHAR
21447:
21448: * src/targets/cgi/parser3.C 1.8:
21449: # if MSVC
21450:
21451: * src/include/pa_globals.h 1.3:
21452: * src/include/pa_request.h 1.53:
21453: * src/include/pa_types.h 1.15:
21454: * src/main/main.dsp 1.55:
21455: * src/main/pa_globals.C 1.3:
21456: * src/main/pa_request.C 1.33:
21457: * src/targets/cgi/parser3.C 1.10:
21458: * src/targets/cgi/parser3.dsp 1.6:
21459: * src/types/pa_vform.C 1.1:
21460: * src/types/pa_vform.h 1.4:
21461: request_info -1
21462:
21463: * src/include/pa_globals.h 1.2:
21464: * src/main/pa_globals.C 1.2:
21465: * src/targets/cgi/parser3.C 1.9:
21466: * src/targets/cgi/parser3.dsp 1.5:
21467: * src/targets/cgi/vform_fields_fill.C 1.1:
21468: * src/targets/cgi/vform_fields_fill.h 1.1:
21469: vform_fields_fill
21470:
21471: * src/include/pa_request.h 1.54:
21472: * src/main/pa_request.C 1.35:
21473: * src/targets/cgi/parser3.C 1.11:
21474: * src/targets/cgi/parser3.C 1.6:
21475: z
21476:
21477: 2001-03-13 paf
21478: * src/main/execute.C 1.101:
21479: * src/types/pa_value.h 1.10:
21480: * src/types/pa_venv.h 1.4:
21481: for future methods of ENV constructor if
21482:
21483: * src/classes/root.C 1.36:
21484: * src/classes/table.C 1.12:
21485: * src/include/pa_exception.h 1.9:
21486: * src/include/pa_pool.h 1.31:
21487: skipped_restructure_exceptions_dead_end
21488:
21489: * src/types/pa_vstateless_class.h 1.1:
21490: file pa_vstateless_class.h was initially added on branch
21491: stateless_class.
21492:
21493: * src/include/code.h 1.21:
21494: * src/include/pa_string.h 1.34:
21495: * src/main/compile.y 1.95:
21496: * src/main/execute.C 1.103:
21497: * src/main/pa_string.C 1.39:
21498: 'value is type' expr operator
21499:
21500: * src/classes/form.C 1.2:
21501: * src/main/compile.y 1.97:
21502: * src/main/core.C 1.68:
21503: * src/types/pa_value.h 1.12:
21504: * src/types/pa_vclass.h 1.9:
21505: * src/types/pa_venv.h 1.7:
21506: * src/types/pa_vform.h 1.2:
21507: * src/types/pa_vstateless_class.C 1.3:
21508: * src/types/pa_vstateless_class.h 1.4:
21509: form:fields removed. use $form.CLASS instead
21510:
21511: * src/types/pa_vstateless_class.C 1.1:
21512: file pa_vstateless_class.C was initially added on branch
21513: stateless_class.
21514:
21515: * src/include/core.h 1.14:
21516: * src/include/pa_common.h 1.10:
21517: * src/include/pa_request.h 1.51:
21518: * src/main/pa_common.C 1.12:
21519: * src/main/pa_request.C 1.29:
21520: * src/targets/cgi/parser3.C 1.3:
21521: before error show with parser
21522:
21523: * src/types/pa_venv.h 1.1:
21524: file pa_venv.h was initially added on branch stateless_class.
21525:
21526: * src/targets/cgi/Makefile.am 1.1:
21527: * src/targets/cgi/pa_pool.C 1.1:
21528: * src/targets/cgi/pa_vform.C 1.1:
21529: * src/targets/cgi/parser.dsp 1.1:
21530: * src/targets/cgi/parser3.C 1.1:
21531: renamed targets/ parser to cgi
21532:
21533: * src/classes/_double.h 1.5:
21534: * src/classes/_double.h [stateless_class] 1.4.8.1:
21535: * src/classes/_env.h 1.4:
21536: * src/classes/_env.h [stateless_class] 1.3.8.1:
21537: * src/classes/_int.h 1.5:
21538: * src/classes/_int.h [stateless_class] 1.4.8.1:
21539: * src/classes/_root.h 1.4:
21540: * src/classes/_root.h [stateless_class] 1.3.8.1:
21541: * src/classes/_string.h 1.6:
21542: * src/classes/_string.h [stateless_class] 1.5.4.1:
21543: * src/classes/_table.h 1.2:
21544: * src/classes/_table.h [stateless_class] 1.1.6.1:
21545: * src/classes/double.C 1.15:
21546: * src/classes/double.C [stateless_class] 1.14.2.1:
21547: * src/classes/env.C 1.5:
21548: * src/classes/env.C [stateless_class] 1.4.8.1:
21549: * src/classes/int.C 1.14:
21550: * src/classes/int.C [stateless_class] 1.13.2.1:
21551: * src/classes/root.C 1.38:
21552: * src/classes/root.C [stateless_class] 1.37.2.1:
21553: * src/classes/string.C 1.10:
21554: * src/classes/string.C [stateless_class] 1.9.4.1:
21555: * src/classes/table.C 1.14:
21556: * src/classes/table.C [stateless_class] 1.13.2.1:
21557: * src/include/pa_request.h 1.46:
21558: * src/include/pa_request.h [stateless_class] 1.45.2.1:
21559: * src/main/compile.C 1.29:
21560: * src/main/compile.C [stateless_class] 1.28.2.1:
21561: * src/main/compile_tools.h 1.30:
21562: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
21563: * src/main/core.C 1.64:
21564: * src/main/core.C [stateless_class] 1.63.6.1:
21565: * src/main/execute.C 1.100:
21566: * src/main/execute.C [stateless_class] 1.99.2.1:
21567: * src/main/main.dsp 1.51:
21568: * src/main/main.dsp [stateless_class] 1.50.6.1:
21569: * src/main/pa_request.C 1.26:
21570: * src/main/pa_request.C [stateless_class] 1.25.2.1:
21571: * src/types/pa_valiased.h 1.3:
21572: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
21573: * src/types/pa_value.h 1.9:
21574: * src/types/pa_value.h [stateless_class] 1.8.2.1:
21575: * src/types/pa_vclass.C 1.5:
21576: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
21577: * src/types/pa_vclass.h 1.8:
21578: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
21579: * src/types/pa_venv.h 1.2:
21580: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
21581: * src/types/pa_vmframe.h 1.6:
21582: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
21583: * src/types/pa_vobject.h 1.5:
21584: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
21585: * src/types/pa_vstateless_class.C 1.2:
21586: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
21587: * src/types/pa_vstateless_class.h 1.2:
21588: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
21589: * src/types/pa_vstateless_object.h 1.2:
21590: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
21591: * src/types/pa_wcontext.h 1.5:
21592: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
21593: $ENV: re 0, stateless classes
21594:
21595: * src/include/pa_request.h 1.45:
21596: * src/main/compile.C 1.28:
21597: * src/main/execute.C 1.99:
21598: * src/main/pa_request.C 1.25:
21599: * src/types/pa_value.h 1.8:
21600: * src/types/pa_vmframe.h 1.5:
21601: fixed yesterdays bad decision on execute_static_method
21602:
21603: * src/include/core.h 1.15:
21604: * src/include/pa_common.h 1.11:
21605: * src/include/pa_request.h 1.52:
21606: * src/main/core.C 1.67:
21607: * src/main/execute.C 1.104:
21608: * src/main/main.dsp 1.53:
21609: * src/main/pa_request.C 1.30:
21610: * src/targets/cgi/parser3.C 1.4:
21611: * src/targets/cgi/parser3.dsp 1.3:
21612: * src/types/pa_vform.h 1.1:
21613: started cgi target
21614:
21615: * src/include/pa_request.h 1.47:
21616: * src/types/pa_venv.h 1.3:
21617: $ENV 0.1 stateless class
21618:
21619: * src/classes/_form.h 1.1:
21620: * src/classes/double.C 1.16:
21621: * src/classes/env.C 1.7:
21622: * src/classes/form.C 1.1:
21623: * src/classes/int.C 1.15:
21624: * src/classes/root.C 1.40:
21625: * src/classes/string.C 1.11:
21626: * src/classes/table.C 1.13:
21627: * src/classes/table.C 1.15:
21628: * src/include/core.h 1.13:
21629: * src/include/pa_request.h 1.49:
21630: * src/include/pa_request.h 1.50:
21631: * src/include/pa_types.h 1.12:
21632: * src/main/core.C 1.66:
21633: * src/main/execute.C 1.102:
21634: * src/main/pa_request.C 1.23:
21635: * src/main/pa_request.C 1.24:
21636: * src/main/pa_request.C 1.28:
21637: * src/targets/cgi/parser.dsp 1.2:
21638: * src/targets/cgi/parser3.C 1.2:
21639: * src/targets/cgi/parser3.dsp 1.1:
21640: * src/targets/cgi/parser3.dsp 1.2:
21641: * src/types/pa_vhash.h 1.4:
21642: z
21643:
21644: * src/classes/root.C 1.35:
21645: * src/classes/table.C 1.11:
21646: * src/include/pa_exception.h 1.8:
21647: * src/include/pa_pool.h 1.30:
21648: * src/main/pa_request.C 1.22:
21649: restructure_exceptions_dead_end
21650:
21651: * src/classes/root.C 1.34:
21652: * src/main/compile.y 1.94:
21653: ^if required junctions. allowed ; inside {} to break params
21654:
21655: * src/classes/_env.h 1.5:
21656: * src/classes/env.C 1.6:
21657: * src/classes/root.C 1.39:
21658: * src/include/core.h 1.12:
21659: * src/include/pa_pool.h 1.32:
21660: * src/include/pa_request.h 1.48:
21661: * src/main/compile.C 1.30:
21662: * src/main/compile.y 1.96:
21663: * src/main/core.C 1.65:
21664: * src/main/main.dsp 1.52:
21665: * src/main/pa_common.C 1.11:
21666: * src/main/pa_request.C 1.27:
21667: * src/types/pa_value.h 1.11:
21668: * src/types/pa_venv.h 1.6:
21669: * src/types/pa_vstateless_class.h 1.3:
21670: started $form: [historical moment :)]
21671:
21672: * src/types/pa_venv.h 1.5:
21673: $ENV 1
21674:
21675: * src/classes/double.C 1.14:
21676: * src/classes/int.C 1.13:
21677: * src/classes/root.C 1.37:
21678: * src/types/pa_vdouble.h 1.7:
21679: * src/types/pa_vint.h 1.8:
21680: Int,Double dec mul div mod
21681:
21682: 2001-03-12 paf
21683: * src/classes/_string.h 1.5:
21684: * src/classes/double.C 1.13:
21685: * src/classes/int.C 1.12:
21686: * src/classes/string.C 1.9:
21687: * src/main/execute.C 1.98:
21688: * src/types/pa_wcontext.h 1.4:
21689: int doube string ^format
21690:
21691: * src/classes/root.C 1.19:
21692: * src/types/pa_vclass.h 1.4:
21693: process temp main zeroing
21694:
21695: * src/classes/root.C 1.30:
21696: * src/classes/table.C 1.6:
21697: * src/types/pa_vtable.h 1.2:
21698: table ^offset ^line ^count
21699:
21700: * src/classes/root.C 1.28:
21701: * src/classes/table.C 1.5:
21702: ^use
21703:
21704: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
21705: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
21706: constructing flag not 'bad' but not 'enough'
21707:
21708: * src/classes/root.C 1.27:
21709: * src/classes/table.C 1.4:
21710: * src/include/pa_request.h 1.44:
21711: * src/main/compile.y 1.92:
21712: * src/main/core.C 1.62:
21713: * src/main/execute.C 1.96:
21714: * src/types/pa_vclass.h 1.7:
21715: * src/types/pa_wcontext.C 1.3:
21716: * src/types/pa_wcontext.h 1.3:
21717: * src/types/pa_wwrapper.h 1.3:
21718: while. switched off wcontext.constructing after write(value) or
21719: auto-vhash-constructing
21720:
21721: * src/classes/table.C 1.8:
21722: table ^empty
21723:
21724: * src/classes/root.C 1.33:
21725: ^eval
21726:
21727: * src/classes/root.C 1.26:
21728: * src/classes/table.C 1.3:
21729: * src/include/pa_request.h 1.43:
21730: * src/main/pa_request.C 1.20:
21731: fail_if_junction_ helper func
21732:
21733: * src/classes/root.C 1.23:
21734: * src/include/core.h 1.11:
21735: * src/include/pa_array.h 1.23:
21736: * src/include/pa_request.h 1.41:
21737: * src/include/pa_table.h 1.11:
21738: * src/main/core.C 1.60:
21739: * src/main/main.dsp 1.49:
21740: * src/main/pa_request.C 1.17:
21741: * src/main/pa_table.C 1.12:
21742: * src/types/pa_value.h 1.6:
21743: * src/types/pa_vclass.C 1.4:
21744: * src/types/pa_vclass.h 1.6:
21745: * src/types/pa_vdouble.h 1.5:
21746: * src/types/pa_vint.h 1.5:
21747: * src/types/pa_vmframe.h 1.4:
21748: * src/types/pa_vstring.h 1.5:
21749: freeze, ^table:create[] -1
21750:
21751: * src/types/pa_vtable.h 1.1:
21752: table: no, better with string in cells...
21753:
21754: * src/classes/root.C 1.21:
21755: * src/main/execute.C 1.93:
21756: * src/types/pa_vclass.h 1.5:
21757: used get_method in couple places optimizing them
21758:
1.24 paf 21759: * src/classes/_table.h 1.1:
21760: * src/classes/root.C 1.20:
21761: * src/classes/root.C 1.22:
21762: * src/classes/table.C 1.1:
21763: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
21764: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
21765: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
21766: * src/main/untaint.C 1.1:
21767: * src/types/pa_value.h 1.5:
21768: z
21769:
1.15 paf 21770: * src/classes/double.C 1.10:
21771: * src/classes/int.C 1.10:
21772: * src/classes/root.C 1.18:
21773: * src/classes/string.C 1.7:
21774: * src/include/pa_common.h 1.6:
21775: * src/include/pa_request.h 1.40:
21776: * src/include/pa_string.h 1.32:
21777: * src/include/pa_types.h 1.10:
21778: * src/main/compile.C 1.27:
21779: * src/main/compile.y 1.91:
21780: * src/main/compile_tools.h 1.29:
21781: * src/main/execute.C 1.92:
21782: * src/main/pa_common.C 1.7:
21783: * src/main/pa_request.C 1.16:
21784: * src/types/pa_value.h 1.4:
21785: * src/types/pa_vmframe.h 1.3:
21786: process. actual names to store param and
21787: check_actual_numbered_params for better place diagnostics
21788:
21789: * src/classes/root.C 1.25:
21790: * src/classes/table.C 1.2:
21791: * src/include/pa_common.h 1.8:
21792: * src/include/pa_request.h 1.42:
21793: * src/main/execute.C 1.95:
21794: * src/main/main.dsp 1.50:
21795: * src/main/pa_common.C 1.9:
21796: * src/main/pa_request.C 1.19:
21797: ^process error point by actual method_name, not source.
21798: ^load
21799:
21800: * src/classes/table.C 1.7:
21801: * src/include/pa_table.h 1.13:
21802: table ^menu
21803:
21804: * src/classes/root.C 1.29:
21805: ^round() ^floor() ^ceiling() ^abs() ^sign()
21806:
21807: * src/classes/double.C 1.11:
21808: * src/classes/int.C 1.11:
21809: * src/classes/root.C 1.31:
21810: * src/classes/string.C 1.8:
21811: * src/classes/table.C 1.9:
21812: * src/main/core.C 1.63:
21813: * src/main/execute.C 1.97:
21814: * src/types/pa_vint.h 1.6:
21815: ^for
21816:
21817: * src/classes/double.C 1.12:
21818: * src/classes/root.C 1.32:
21819: * src/classes/table.C 1.10:
21820: * src/include/pa_common.h 1.9:
21821: * src/include/pa_types.h 1.11:
21822: * src/main/compile.y 1.93:
21823: * src/main/pa_common.C 1.10:
21824: * src/main/pa_request.C 1.21:
21825: * src/main/untaint.C 1.2:
21826: * src/types/pa_vdouble.h 1.6:
21827: * src/types/pa_vint.h 1.7:
21828: * src/types/pa_vtable.h 1.3:
21829: * src/types/pa_wwrapper.h 1.4:
21830: think constructing flag as is is bad
21831:
21832: * src/classes/root.C 1.24:
21833: * src/include/pa_common.h 1.7:
21834: * src/include/pa_string.h 1.33:
21835: * src/include/pa_table.h 1.12:
21836: * src/main/core.C 1.61:
21837: * src/main/execute.C 1.94:
21838: * src/main/pa_common.C 1.8:
21839: * src/main/pa_request.C 1.18:
21840: * src/main/pa_table.C 1.13:
21841: * src/types/pa_value.h 1.7:
21842: table:set 0
21843:
21844: 2001-03-11 paf
21845: * src/classes/double.C 1.8:
21846: * src/classes/int.C 1.8:
21847: * src/classes/root.C 1.14:
21848: * src/include/pa_request.h 1.38:
21849: * src/main/execute.C 1.90:
21850: intercept_string
21851:
21852: * src/classes/double.C 1.6:
21853: * src/classes/int.C 1.6:
21854: * src/include/pa_request.h 1.37:
21855: ^inc-s(expr)
21856:
21857: * src/include/pa_valiased.h 1.4:
21858: * src/include/pa_value.h 1.51:
21859: * src/include/pa_vbool.h 1.8:
21860: * src/include/pa_vcframe.h 1.8:
21861: * src/include/pa_vclass.h 1.30:
21862: * src/include/pa_vdouble.h 1.13:
21863: * src/include/pa_vhash.h 1.13:
21864: * src/include/pa_vint.h 1.5:
21865: * src/include/pa_vjunction.h 1.9:
21866: * src/include/pa_vmframe.h 1.24:
21867: * src/include/pa_vobject.h 1.18:
21868: * src/include/pa_vstring.h 1.18:
21869: * src/include/pa_vunknown.h 1.10:
21870: * src/include/pa_wcontext.h 1.29:
21871: * src/include/pa_wwrapper.h 1.14:
21872: * src/main/compile.y 1.88:
21873: * src/main/core.C 1.55:
21874: * src/main/main.dsp 1.44:
21875: * src/main/pa_cframe.C 1.6:
21876: * src/main/pa_request.C 1.11:
21877: * src/main/pa_value.C 1.8:
21878: * src/main/pa_vclass.C 1.5:
21879: * src/main/pa_wcontext.C 1.11:
21880: * src/types/pa_valiased.h 1.1:
21881: * src/types/pa_value.h 1.1:
21882: * src/types/pa_vbool.h 1.1:
21883: * src/types/pa_vcframe.h 1.1:
21884: * src/types/pa_vclass.C 1.1:
21885: * src/types/pa_vclass.h 1.1:
21886: * src/types/pa_vdouble.h 1.1:
21887: * src/types/pa_vhash.h 1.1:
21888: * src/types/pa_vint.h 1.1:
21889: * src/types/pa_vjunction.h 1.1:
21890: * src/types/pa_vmframe.h 1.1:
21891: * src/types/pa_vobject.h 1.1:
21892: * src/types/pa_vstring.h 1.1:
21893: * src/types/pa_vunknown.h 1.1:
21894: * src/types/pa_wcontext.C 1.1:
21895: * src/types/pa_wcontext.h 1.1:
21896: * src/types/pa_wwrapper.h 1.1:
21897: splitted types from include/
21898:
21899: * src/main/main.dsp 1.47:
21900: * src/types/pa_value.h 1.3:
21901: * src/types/pa_vdouble.h 1.3:
21902: * src/types/pa_vint.h 1.3:
21903: * src/types/pa_vobject.h 1.3:
21904: * src/types/pa_vstring.h 1.3:
21905: VString VDouble VInt base now VObject_base - without fields
21906:
21907: * src/include/core.h 1.7:
21908: * src/include/pa_request.h 1.35:
21909: * src/main/core.C 1.56:
21910: * src/main/main.dsp 1.45:
21911: * src/main/pa_request.C 1.12:
21912: renamed AUTO: to MAIN:
21913:
21914: * src/classes/double.C 1.9:
21915: * src/classes/int.C 1.9:
21916: * src/classes/root.C 1.15:
21917: * src/classes/string.C 1.6:
21918: * src/include/core.h 1.9:
21919: * src/include/pa_hash.h 1.23:
21920: * src/include/pa_pool.h 1.29:
21921: * src/include/pa_request.h 1.39:
21922: * src/include/pa_string.h 1.31:
21923: * src/main/compile.C 1.26:
21924: * src/main/core.C 1.58:
21925: * src/main/pa_request.C 1.15:
21926: ^untaint 0
21927:
21928: * src/classes/root.C 1.17:
21929: * src/main/execute.C 1.91:
21930: * src/main/main.dsp 1.48:
21931: setname for method-junctions bug fixed
21932:
21933: * src/types/pa_vdouble.h 1.4:
21934: * src/types/pa_vint.h 1.4:
21935: * src/types/pa_vobject.h 1.4:
21936: * src/types/pa_vstateless_object.h 1.1:
21937: * src/types/pa_vstring.h 1.4:
21938: stateless_object
21939:
21940: * src/classes/root.C 1.16:
21941: * src/include/core.h 1.10:
21942: * src/main/core.C 1.59:
21943: * src/main/pa_request.C 1.13:
21944: * src/types/pa_vhash.h 1.2:
21945: z
21946:
21947: * src/classes/_double.h 1.4:
21948: * src/classes/_env.h 1.3:
21949: * src/classes/_int.h 1.4:
21950: * src/classes/_root.h 1.3:
21951: * src/classes/_string.h 1.4:
21952: * src/classes/double.C 1.5:
21953: * src/classes/env.C 1.4:
21954: * src/classes/int.C 1.5:
21955: * src/classes/root.C 1.12:
21956: * src/classes/string.C 1.5:
21957: * src/include/code.h 1.20:
21958: * src/include/core.h 1.8:
21959: * src/include/pa_array.h 1.22:
21960: * src/include/pa_common.h 1.5:
21961: * src/include/pa_exception.h 1.7:
21962: * src/include/pa_hash.h 1.22:
21963: * src/include/pa_pool.h 1.28:
21964: * src/include/pa_request.h 1.36:
21965: * src/include/pa_stack.h 1.6:
21966: * src/include/pa_string.h 1.30:
21967: * src/include/pa_table.h 1.10:
21968: * src/include/pa_threads.h 1.6:
21969: * src/include/pa_types.h 1.9:
21970: * src/main/compile.C 1.25:
21971: * src/main/compile.y 1.89:
21972: * src/main/compile_tools.C 1.26:
21973: * src/main/compile_tools.h 1.27:
21974: * src/main/core.C 1.57:
21975: * src/main/execute.C 1.89:
21976: * src/main/pa_array.C 1.22:
21977: * src/main/pa_common.C 1.6:
21978: * src/main/pa_exception.C 1.6:
21979: * src/main/pa_hash.C 1.20:
21980: * src/main/pa_pool.C 1.11:
21981: * src/main/pa_request.C 1.14:
21982: * src/main/pa_string.C 1.37:
21983: * src/main/pa_table.C 1.11:
21984: * src/types/pa_valiased.h 1.2:
21985: * src/types/pa_value.h 1.2:
21986: * src/types/pa_vbool.h 1.2:
21987: * src/types/pa_vcframe.h 1.2:
21988: * src/types/pa_vclass.C 1.2:
21989: * src/types/pa_vclass.h 1.2:
21990: * src/types/pa_vdouble.h 1.2:
21991: * src/types/pa_vhash.h 1.3:
21992: * src/types/pa_vint.h 1.2:
21993: * src/types/pa_vjunction.h 1.2:
21994: * src/types/pa_vmframe.h 1.2:
21995: * src/types/pa_vobject.h 1.2:
21996: * src/types/pa_vstring.h 1.2:
21997: * src/types/pa_vunknown.h 1.2:
21998: * src/types/pa_wcontext.C 1.2:
21999: * src/types/pa_wcontext.h 1.2:
22000: * src/types/pa_wwrapper.h 1.2:
22001: headers updated
22002:
22003: * src/classes/double.C 1.7:
22004: * src/classes/int.C 1.7:
22005: * src/classes/root.C 1.13:
22006: * src/types/pa_vclass.C 1.3:
22007: * src/types/pa_vclass.h 1.3:
22008: add_native_method helper
22009:
22010: 2001-03-10 paf
22011: * src/include/core.h 1.4:
22012: * src/include/pa_request.h 1.30:
22013: * src/main/compile.y 1.85:
22014: * src/main/core.C 1.52:
22015: * src/main/pa_request.C 1.6:
22016: names to core.C
22017:
22018: * src/classes/_env.h 1.1:
22019: * src/classes/env.C 1.1:
22020: * src/classes/root.C 1.8:
22021: * src/include/pa_request.h 1.23:
22022: * src/include/pa_vclass.h 1.27:
22023: * src/main/core.C 1.49:
22024: * src/main/main.dsp 1.42:
22025: env0
22026:
22027: * src/include/code.h 1.18:
22028: * src/include/pa_request.h 1.28:
22029: * src/include/pa_vint.h 1.3:
22030: * src/include/pa_vjunction.h 1.7:
22031: * src/include/pa_vstring.h 1.16:
22032: * src/main/compile.y 1.84:
22033: * src/main/compile_tools.C 1.24:
22034: * src/main/compile_tools.h 1.25:
22035: * src/main/execute.C 1.86:
22036: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22037:
22038: * src/include/core.h 1.2:
22039: * src/include/pa_array.h 1.20:
22040: * src/include/pa_hash.h 1.20:
22041: * src/include/pa_request.h 1.24:
22042: * src/include/pa_value.h 1.49:
22043: * src/include/pa_vcframe.h 1.6:
22044: * src/include/pa_vdouble.h 1.11:
22045: * src/include/pa_vint.h 1.2:
22046: * src/include/pa_vstring.h 1.15:
22047: * src/include/pa_vunknown.h 1.8:
22048: * src/include/pa_wcontext.h 1.26:
22049: * src/main/compile.y 1.82:
22050: * src/main/compile_tools.C 1.23:
22051: * src/main/compile_tools.h 1.24:
22052: * src/main/core.C 1.50:
22053: * src/main/execute.C 1.82:
22054: * src/main/main.dsp 1.43:
22055: * src/main/pa_cframe.C 1.4:
22056: * src/main/pa_request.C 1.3:
22057: * src/main/pa_wcontext.C 1.8:
22058: const fight finished
22059:
22060: * src/include/core.h 1.6:
22061: * src/include/pa_request.h 1.34:
22062: * src/main/core.C 1.54:
22063: * src/main/pa_request.C 1.10:
22064: run+auto=run
22065:
22066: * src/include/pa_request.h 1.27:
22067: * src/main/execute.C 1.85:
22068: * src/main/pa_request.C 1.4:
22069: @auto[] realised. auto.p scan togo
22070:
22071: * src/classes/double.C 1.3:
22072: * src/classes/int.C 1.3:
22073: * src/classes/root.C 1.9:
22074: * src/classes/string.C 1.3:
22075: * src/include/pa_request.h 1.25:
22076: * src/include/pa_string.h 1.28:
22077: * src/include/pa_wcontext.h 1.27:
22078: * src/main/compile.y 1.83:
22079: * src/main/execute.C 1.83:
22080: * src/main/pa_string.C 1.35:
22081: * src/main/pa_wcontext.C 1.9:
22082: tainting 0
22083:
22084: * src/classes/_double.h 1.2:
22085: * src/classes/_int.h 1.2:
22086: * src/classes/_root.h 1.1:
22087: * src/classes/_string.h 1.2:
22088: * src/classes/double.C 1.2:
22089: * src/classes/int.C 1.2:
22090: * src/classes/root.C 1.7:
22091: * src/classes/string.C 1.2:
22092: * src/include/pa_request.h 1.22:
22093: * src/include/pa_string.h 1.27:
22094: * src/include/pa_types.h 1.7:
22095: * src/include/pa_vcframe.h 1.5:
22096: * src/include/pa_wcontext.h 1.25:
22097: * src/main/core.C 1.48:
22098: * src/main/main.dsp 1.41:
22099: * src/main/pa_cframe.C 1.3:
22100: * src/main/pa_string.C 1.34:
22101: * src/main/pa_vclass.C 1.3:
22102: * src/main/pa_wcontext.C 1.7:
22103: ^lang prepare0
22104:
22105: * src/include/pa_request.h 1.31:
22106: * src/main/compile.C 1.23:
22107: * src/main/compile.y 1.86:
22108: * src/main/pa_request.C 1.7:
22109: auto tree0
22110:
22111: * src/classes/env.C 1.2:
22112: env:file/line
22113:
22114: * src/include/pa_vclass.h 1.28:
22115: const fight to go
22116:
1.24 paf 22117: * src/include/pa_request.h 1.26:
22118: * src/main/execute.C 1.84:
22119: autocalc code-junctions result now have names
22120:
1.15 paf 22121: * src/include/core.h 1.3:
22122: * src/include/pa_common.h 1.3:
22123: * src/include/pa_pool.h 1.26:
22124: * src/include/pa_request.h 1.29:
22125: * src/main/core.C 1.51:
22126: * src/main/execute.C 1.87:
22127: * src/main/pa_common.C 1.4:
22128: * src/main/pa_request.C 1.5:
22129: root auto.p loaded
22130:
22131: * src/classes/root.C 1.11:
22132: * src/include/pa_request.h 1.33:
22133: minor if junction bug
22134:
22135: * src/main/pa_request.C 1.8:
22136: auto..
22137:
22138: * src/classes/_double.h 1.3:
22139: * src/classes/_env.h 1.2:
22140: * src/classes/_int.h 1.3:
22141: * src/classes/_root.h 1.2:
22142: * src/classes/_string.h 1.3:
22143: * src/classes/double.C 1.4:
22144: * src/classes/env.C 1.3:
22145: * src/classes/int.C 1.4:
22146: * src/classes/root.C 1.10:
22147: * src/classes/string.C 1.4:
22148: * src/include/code.h 1.19:
22149: * src/include/core.h 1.5:
22150: * src/include/pa_array.h 1.21:
22151: * src/include/pa_common.h 1.4:
22152: * src/include/pa_exception.h 1.6:
22153: * src/include/pa_hash.h 1.21:
22154: * src/include/pa_pool.h 1.27:
22155: * src/include/pa_request.h 1.32:
22156: * src/include/pa_stack.h 1.5:
22157: * src/include/pa_string.h 1.29:
22158: * src/include/pa_table.h 1.9:
22159: * src/include/pa_threads.h 1.5:
22160: * src/include/pa_types.h 1.8:
22161: * src/include/pa_valiased.h 1.3:
22162: * src/include/pa_value.h 1.50:
22163: * src/include/pa_vbool.h 1.7:
22164: * src/include/pa_vcframe.h 1.7:
22165: * src/include/pa_vclass.h 1.29:
22166: * src/include/pa_vdouble.h 1.12:
22167: * src/include/pa_vhash.h 1.12:
22168: * src/include/pa_vint.h 1.4:
22169: * src/include/pa_vjunction.h 1.8:
22170: * src/include/pa_vmframe.h 1.23:
22171: * src/include/pa_vobject.h 1.17:
22172: * src/include/pa_vstring.h 1.17:
22173: * src/include/pa_vunknown.h 1.9:
22174: * src/include/pa_wcontext.h 1.28:
22175: * src/include/pa_wwrapper.h 1.13:
22176: * src/main/compile.C 1.24:
22177: * src/main/compile.y 1.87:
22178: * src/main/compile_tools.C 1.25:
22179: * src/main/compile_tools.h 1.26:
22180: * src/main/core.C 1.53:
22181: * src/main/execute.C 1.88:
22182: * src/main/pa_array.C 1.21:
22183: * src/main/pa_cframe.C 1.5:
22184: * src/main/pa_common.C 1.5:
22185: * src/main/pa_exception.C 1.5:
22186: * src/main/pa_hash.C 1.19:
22187: * src/main/pa_pool.C 1.10:
22188: * src/main/pa_request.C 1.9:
22189: * src/main/pa_string.C 1.36:
22190: * src/main/pa_table.C 1.10:
22191: * src/main/pa_value.C 1.7:
22192: * src/main/pa_vclass.C 1.4:
22193: * src/main/pa_wcontext.C 1.10:
22194: sources header
22195:
22196: 2001-03-09 paf
22197: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
22198: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
22199: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
22200: ^string.length[]
22201:
22202: * src/classes/root.C 1.5:
22203: * src/include/pa_request.h 1.21:
22204: * src/include/pa_vclass.h 1.26:
22205: * src/include/pa_vhash.h 1.11:
22206: * src/include/pa_vmframe.h 1.20:
22207: * src/include/pa_vobject.h 1.15:
22208: * src/include/pa_vstring.h 1.13:
22209: * src/include/pa_wcontext.h 1.24:
22210: * src/main/compile.y 1.80:
22211: * src/main/core.C 1.46:
22212: * src/main/execute.C 1.79:
22213: * src/main/main.dsp 1.39:
22214: .
22215:
22216: * src/include/pa_vmframe.h 1.22:
22217: * src/main/compile.C 1.22:
22218: * src/main/execute.C 1.81:
22219: expr construct proper naming
22220:
22221: * src/classes/_double.h 1.1:
22222: * src/classes/_int.h 1.1:
22223: * src/classes/_string.h 1.1:
22224: * src/classes/double.C 1.1:
22225: * src/classes/int.C 1.1:
22226: * src/classes/root.C 1.6:
22227: * src/classes/string.C 1.1:
22228: * src/include/code.h 1.17:
22229: * src/include/pa_value.h 1.48:
22230: * src/include/pa_vbool.h 1.6:
22231: * src/include/pa_vdouble.h 1.10:
22232: * src/include/pa_vint.h 1.1:
22233: * src/include/pa_vmframe.h 1.21:
22234: * src/include/pa_vobject.h 1.16:
22235: * src/include/pa_vstring.h 1.14:
22236: * src/main/compile.y 1.81:
22237: * src/main/compile_tools.C 1.22:
22238: * src/main/core.C 1.47:
22239: * src/main/execute.C 1.80:
22240: * src/main/main.dsp 1.40:
22241: Int and Double classes with ^int[] and ^double[]. fixed expr type
22242:
22243: 2001-03-08 paf
22244: * src/include/pa_request.h 1.18:
22245: * src/include/pa_value.h 1.44:
22246: * src/include/pa_vcframe.h 1.4:
22247: * src/include/pa_vmframe.h 1.16:
22248: * src/include/pa_wcontext.h 1.23:
22249: * src/main/compile.C 1.21:
22250: * src/main/compile.y 1.76:
22251: * src/main/core.C 1.45:
22252: * src/main/execute.C 1.70:
22253: * src/main/pa_cframe.C 1.2:
22254: * src/main/pa_wcontext.C 1.5:
22255: 'if' just compiled
22256:
22257: * src/main/pa_vclass.C 1.2:
22258: that were ok... [vclass were out of vcs]
22259:
22260: * src/include/pa_value.h 1.43:
22261: * src/include/pa_vmframe.h 1.14:
22262: * src/main/compile.y 1.75:
22263: * src/main/core.C 1.44:
22264: * src/main/execute.C 1.68:
22265: * src/main/main.dsp 1.37:
22266: z. detected probs with parameter names in operator methods
22267:
22268: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
22269: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
22270: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
22271: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
22272: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
22273: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
22274: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
22275: dead end: vstring can't be derivated from vobject
22276:
22277: * src/include/pa_request.h 1.17:
22278: * src/main/compile.C 1.20:
22279: * src/main/compile.y 1.73:
22280: * src/main/core.C 1.43:
22281: * src/main/main.dsp 1.36:
22282: introducing ROOT_CLASS.
22283: it's default @BASE.
22284: changed 'RUN' assignment mech
22285:
22286: * src/main/execute.C 1.64:
22287: root root in code-junction
22288:
22289: * src/include/pa_bool.h 1.2:
22290: * src/include/pa_double.h 1.2:
22291: * src/include/pa_value.h 1.47:
22292: * src/include/pa_vbool.h 1.5:
22293: * src/include/pa_vclass.h 1.24:
22294: * src/include/pa_vdouble.h 1.9:
22295: * src/include/pa_vhash.h 1.9:
22296: * src/include/pa_vjunction.h 1.6:
22297: * src/include/pa_vmframe.h 1.19:
22298: * src/include/pa_vobject.h 1.13:
22299: * src/include/pa_vstring.h 1.12:
22300: * src/include/pa_vunknown.h 1.7:
22301: * src/main/compile.y 1.79:
22302: * src/main/compile_tools.C 1.21:
22303: * src/main/execute.C 1.78:
22304: withoud cloning. didn't need it actually, params got passed
22305: from out unnamed ewpool
22306:
22307: * src/include/code.h 1.16:
22308: * src/main/compile.y 1.72:
22309: * src/main/compile_tools.C 1.19:
22310: * src/main/compile_tools.h 1.23:
22311: * src/main/execute.C 1.66:
22312: made class: dynamic, not static. so to enable runtime ^use
22313:
22314: * src/include/code.h 1.15:
22315: * src/main/compile.y 1.70:
22316: * src/main/compile_tools.C 1.18:
22317: * src/main/execute.C 1.65:
22318: joined 2 into one OP_CODE__STORE_PARAM
22319:
22320: * src/main/execute.C 1.74:
22321: fixed problems calling operators in constructors
22322:
22323: * src/classes/root.C 1.2:
22324: * src/include/pa_request.h 1.19:
22325: * src/include/pa_value.h 1.45:
22326: * src/include/pa_vbool.h 1.3:
22327: * src/include/pa_wwrapper.h 1.12:
22328: * src/main/execute.C 1.71:
22329: ^if 0
22330:
22331: * src/main/pa_vclass.C 1.1:
22332: wow! vclass were out of vcs
22333:
22334: * src/classes/root.C 1.4:
22335: * src/include/pa_stack.h 1.4:
22336: * src/main/execute.C 1.73:
22337: detected problems calling operators in constructors
22338:
22339: * src/main/compile.y 1.74:
22340: minor renamings in .y
22341:
22342: * src/include/pa_vdouble.h 1.8:
22343: * src/include/pa_vhash.h 1.8:
22344: * src/include/pa_vjunction.h 1.5:
22345: * src/include/pa_vobject.h 1.12:
22346: * src/include/pa_vunknown.h 1.6:
22347: * src/main/compile.y 1.78:
22348: cloning dead end
22349:
22350: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
22351: fixed forgotten method_frame my check
22352:
22353: * src/classes/root.C 1.1:
22354: added root.c
22355:
22356: * src/include/pa_vbool.h 1.2:
22357: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
22358: * src/include/pa_vdouble.h 1.6:
22359: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
22360: * src/include/pa_vjunction.h 1.3:
22361: * src/include/pa_vmframe.h 1.15:
22362: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
22363: * src/include/pa_vstring.h 1.10:
22364: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
22365: * src/include/pa_wcontext.h 1.22:
22366: * src/main/execute.C 1.67:
22367: * src/main/execute.C 1.69:
22368: * src/main/execute.C 1.75:
22369: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
22370: * src/main/pa_wcontext.C 1.4:
22371: * src/main/pa_wcontext.C 1.6:
22372: z
22373:
22374: * src/main/compile.y 1.71:
22375: minor grammar bug with OP_CODE__STORE_PARAM
22376:
22377: * src/include/pa_bool.h 1.1:
22378: * src/include/pa_double.h 1.1:
22379: * src/include/pa_valiased.h 1.2:
22380: * src/include/pa_value.h 1.46:
22381: * src/include/pa_vbool.h 1.4:
22382: * src/include/pa_vclass.h 1.23:
22383: * src/include/pa_vdouble.h 1.7:
22384: * src/include/pa_vhash.h 1.7:
22385: * src/include/pa_vjunction.h 1.4:
22386: * src/include/pa_vmframe.h 1.18:
22387: * src/include/pa_vobject.h 1.11:
22388: * src/include/pa_vstring.h 1.11:
22389: * src/include/pa_vunknown.h 1.5:
22390: * src/main/compile.y 1.77:
22391: * src/main/compile_tools.C 1.20:
22392: * src/main/execute.C 1.77:
22393: * src/main/main.dsp 1.38:
22394: * src/main/pa_value.C 1.6:
22395: value.cloning so to give params proper names
22396:
22397: * src/classes/root.C 1.3:
22398: * src/include/pa_request.h 1.20:
22399: * src/main/execute.C 1.72:
22400: autocalc def to string
22401:
22402: * src/include/pa_vmframe.h 1.17:
22403: * src/main/execute.C 1.76:
22404: added names to unknown values in get_element and unfilled
22405: params. removed wrong name change in get_element
22406:
22407: * src/include/pa_vclass.h 1.25:
22408: * src/include/pa_vhash.h 1.10:
22409: * src/include/pa_vobject.h 1.14:
22410: removes some remained clone conseqs
22411:
22412: 2001-03-07 paf
22413: * src/include/pa_hash.h 1.19:
22414: * src/include/pa_value.h 1.40:
22415: * src/include/pa_vhash.h 1.4:
22416: * src/include/pa_vunknown.h 1.4:
22417: * src/main/compile.y 1.67:
22418: * src/main/execute.C 1.62:
22419: * src/main/pa_hash.C 1.18:
22420: expr def in -f
22421:
22422: * src/main/compile.y 1.65:
22423: * src/main/execute.C 1.60:
22424: * src/main/pa_string.C 1.33:
22425: bug in string.cmp fixed
22426:
22427: * src/main/compile.y 1.68:
22428: .y priorities syntax shaped up a bit
22429:
22430: * src/main/compile.y 1.64:
22431: expr quoted code
22432:
22433: * src/main/execute.C 1.57:
22434: ^var.menu{$field} problem detected. that $field not a $var.field
22435:
22436: * src/main/compile.y 1.69:
22437: * src/main/compile_tools.h 1.22:
22438: ^func(params)
22439:
1.24 paf 22440: * src/main/compile.y 1.63:
22441: * src/main/execute.C 1.59:
22442: expr whitespace solved. added "" support0
22443:
1.15 paf 22444: * src/include/pa_value.h 1.42:
22445: * src/include/pa_vclass.h 1.22:
22446: * src/include/pa_vhash.h 1.6:
22447: * src/include/pa_vmframe.h 1.13:
22448: * src/include/pa_vobject.h 1.10:
22449: * src/include/pa_wwrapper.h 1.11:
22450: const in Value.get_element
22451:
22452: * src/include/pa_string.h 1.26:
22453: * src/main/compile.y 1.61:
22454: * src/main/execute.C 1.58:
22455: * src/main/pa_string.C 1.32:
22456: just compiled lt&co
22457:
22458: * src/include/pa_stack.h 1.3:
22459: * src/include/pa_value.h 1.41:
22460: * src/include/pa_vclass.h 1.21:
22461: * src/include/pa_vhash.h 1.5:
22462: * src/include/pa_vmframe.h 1.12:
22463: * src/include/pa_vobject.h 1.9:
22464: * src/include/pa_wwrapper.h 1.10:
22465: * src/main/execute.C 1.63:
22466: fixed rwcontext of {} params up
22467:
22468: * src/main/compile.y 1.62:
22469: expr string comparisons 0
22470:
22471: * src/main/compile.y 1.66:
22472: * src/main/execute.C 1.61:
22473: expr calls
22474:
22475: 2001-03-06 paf
22476: * src/include/pa_vbool.h 1.1:
22477: forgot this
22478:
22479: * src/main/compile.y 1.51:
22480: expr lexx1
22481:
22482: * src/include/code.h 1.14:
22483: * src/main/compile.y 1.59:
22484: * src/main/execute.C 1.56:
22485: 1 problems with skipping whitespace in yylex fixed
22486: 2 xors: # bitwise ## logical
22487:
22488: * src/include/code.h 1.11:
22489: * src/include/pa_valiased.h 1.1:
22490: * src/include/pa_value.h 1.37:
22491: * src/include/pa_vdouble.h 1.1:
22492: * src/include/pa_vstring.h 1.6:
22493: * src/main/compile.y 1.49:
22494: * src/main/execute.C 1.49:
22495: expr lex0 exec-1
22496:
22497: * src/main/compile.y 1.52:
22498: expr grammar-1
22499:
22500: * src/include/pa_value.h 1.39:
22501: * src/include/pa_vdouble.h 1.5:
22502: * src/include/pa_vstring.h 1.8:
22503: * src/include/pa_vunknown.h 1.3:
22504: * src/main/compile.y 1.56:
22505: * src/main/execute.C 1.54:
22506: * src/main/main.dsp 1.35:
22507: !~
22508:
22509: * src/include/code.h 1.10:
22510: * src/main/compile.y 1.48:
22511: * src/main/compile_tools.h 1.18:
22512: g
22513:
22514: * src/main/compile.y 1.60:
22515: .y expr visible-shorter
22516:
22517: * src/include/pa_vcframe.h 1.3:
22518: * src/include/pa_vclass.h 1.20:
22519: * src/include/pa_vdouble.h 1.4:
22520: * src/include/pa_vhash.h 1.3:
22521: * src/include/pa_vjunction.h 1.2:
22522: * src/include/pa_vmframe.h 1.11:
22523: * src/include/pa_vobject.h 1.8:
22524: * src/include/pa_vstring.h 1.7:
22525: * src/include/pa_vunknown.h 1.2:
22526: * src/include/pa_wcontext.h 1.21:
22527: * src/include/pa_wwrapper.h 1.9:
22528: * src/main/compile.y 1.55:
22529: * src/main/compile_tools.C 1.17:
22530: * src/main/compile_tools.h 1.21:
22531: * src/main/execute.C 1.53:
22532: +-*/
22533:
22534: * src/main/compile.y 1.50:
22535: * src/main/execute.C 1.50:
22536: * src/main/main.dsp 1.34:
22537: z
22538:
22539: * src/include/pa_value.h 1.38:
22540: * src/include/pa_vdouble.h 1.2:
22541: * src/main/compile.y 1.53:
22542: * src/main/execute.C 1.51:
22543: expr grammar-1 2*2=4.000000 :)
22544:
1.24 paf 22545: * src/include/pa_vstring.h 1.9:
22546: * src/main/compile.y 1.58:
22547: problems with skipping whitespace in yylex
22548:
1.15 paf 22549: * src/include/pa_vdouble.h 1.3:
22550: * src/main/compile.y 1.54:
22551: * src/main/compile_tools.C 1.15:
22552: * src/main/compile_tools.h 1.19:
22553: grammar-1.1 $a(z) $a=0
22554:
22555: * src/include/code.h 1.13:
22556: * src/main/compile.y 1.57:
22557: * src/main/execute.C 1.55:
22558: without string ops in expressions 0
22559:
22560: 2001-02-26 paf
22561: * src/main/compile.y 1.46:
22562: max_string in yyerror bug fix
22563:
22564: 2001-02-25 paf
22565: * src/main/compile.y 1.40:
22566: escaping bug
22567:
22568: * src/include/pa_request.h 1.14:
22569: * src/main/compile.C 1.19:
22570: * src/main/core.C 1.38:
22571: default name RUN, also alias
22572:
22573: * src/include/pa_vcframe.h 1.2:
22574: * src/include/pa_vmframe.h 1.5:
22575: * src/include/pa_vobject.h 1.6:
22576: * src/include/pa_wcontext.h 1.17:
22577: * src/include/pa_wwrapper.h 1.7:
22578: * src/main/core.C 1.40:
22579: * src/main/execute.C 1.43:
22580: * src/main/main.dsp 1.31:
22581: would now get fields into interm VFielded class
22582:
22583: * src/include/pa_request.h 1.16:
22584: * src/include/pa_value.h 1.34:
22585: * src/include/pa_vmframe.h 1.7:
22586: * src/include/pa_wcontext.h 1.19:
22587: * src/main/execute.C 1.46:
22588: VAliased0
22589:
22590: * src/main/execute.C 1.47:
22591: VAliased1
22592:
22593: * src/include/pa_value.h 1.35:
22594: * src/include/pa_vmframe.h 1.8:
22595: VAliased2
22596:
22597: * src/include/code.h 1.9:
22598: * src/include/pa_value.h 1.28:
22599: * src/include/pa_vclass.h 1.15:
22600: * src/include/pa_vmframe.h 1.2:
22601: * src/include/pa_vobject.h 1.3:
22602: * src/include/pa_wwrapper.h 1.5:
22603: * src/main/compile.y 1.38:
22604: * src/main/compile_tools.C 1.14:
22605: * src/main/compile_tools.h 1.16:
22606: * src/main/execute.C 1.38:
22607: ^class:method() just compiled
22608:
22609: * src/include/pa_hash.h 1.18:
22610: * src/include/pa_value.h 1.31:
22611: * src/include/pa_vclass.h 1.17:
22612: * src/include/pa_vmframe.h 1.4:
22613: * src/include/pa_vobject.h 1.5:
22614: * src/include/pa_vstring.h 1.5:
22615: * src/include/pa_wcontext.h 1.16:
22616: * src/main/compile.y 1.45:
22617: * src/main/core.C 1.39:
22618: * src/main/execute.C 1.42:
22619: * src/main/main.dsp 1.30:
22620: * src/main/pa_hash.C 1.17:
22621: * src/main/pa_value.C 1.5:
22622: * src/main/pa_wcontext.C 1.3:
22623: virtuals2
22624:
22625: * src/include/pa_value.h 1.32:
22626: * src/include/pa_vclass.h 1.18:
22627: * src/include/pa_wcontext.h 1.18:
22628: * src/include/pa_wwrapper.h 1.8:
22629: * src/main/execute.C 1.44:
22630: * src/main/main.dsp 1.32:
22631: no not get fields into interm VFielded class.
22632: fields & staticfields 1
22633:
22634: * src/include/pa_pool.h 1.25:
22635: * src/include/pa_request.h 1.15:
22636: * src/include/pa_value.h 1.33:
22637: * src/include/pa_vclass.h 1.19:
22638: * src/include/pa_vmframe.h 1.6:
22639: * src/include/pa_vobject.h 1.7:
22640: * src/main/core.C 1.41:
22641: * src/main/execute.C 1.45:
22642: * src/main/main.dsp 1.33:
22643: VAliased just compiled
22644:
1.24 paf 22645: * src/include/pa_value.h 1.36:
22646: * src/include/pa_vmframe.h 1.9:
22647: * src/include/pa_wcontext.h 1.20:
22648: * src/main/execute.C 1.48:
22649: VAliased3
22650:
1.15 paf 22651: * src/include/pa_request.h 1.13:
22652: * src/include/pa_value.h 1.29:
22653: * src/include/pa_vobject.h 1.4:
22654: * src/main/compile.y 1.39:
22655: * src/main/compile_tools.h 1.17:
22656: * src/main/core.C 1.37:
22657: * src/main/execute.C 1.39:
22658: * src/main/pa_common.C 1.3:
22659: vobject1
22660:
22661: * src/main/compile.y 1.43:
22662: rethought to $class:static.field.subfield
22663:
22664: * src/main/compile.y 1.44:
22665: : 1
22666:
22667: * src/include/pa_value.h 1.30:
22668: * src/include/pa_vmframe.h 1.3:
22669: * src/include/pa_wwrapper.h 1.6:
22670: * src/main/compile.y 1.41:
22671: * src/main/execute.C 1.40:
22672: * src/main/pa_wcontext.C 1.2:
22673: before execute class calls rewrite
22674:
22675: * src/include/pa_vclass.h 1.16:
22676: * src/main/compile.y 1.42:
22677: * src/main/execute.C 1.41:
22678: $class:element
22679:
22680: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
22681: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
22682: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
22683: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
22684: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
22685: alias dead end
22686:
22687: 2001-02-24 paf
22688: * src/main/compile.y 1.32:
22689: fixed grammar bugs in constructor/params klinch
22690:
22691: * src/main/main.dsp 1.29:
22692: no bison -d
22693:
22694: * src/main/compile.y 1.37:
22695: * src/main/compile_tools.h 1.15:
22696: use0 line no on 'undef class' err msg wrong
22697:
22698: * src/main/compile.y 1.30:
22699: fixed last \n macrotemplate strip bug
22700:
22701: * src/include/pa_vframe.h 1.5:
22702: * src/main/compile.y 1.33:
22703: found junction ideology @: ^x{$a()) must construct current
22704: wcontext element, so smart wcontext handling needed
22705:
22706: * src/include/pa_value.h 1.25:
22707: * src/include/pa_wcontext.h 1.15:
22708: * src/include/pa_wwrapper.h 1.4:
22709: * src/main/execute.C 1.36:
22710: * src/main/pa_value.C 1.4:
22711: it works as bad as you've named it: wcontext.value() was not a
22712: perfect idea
22713:
22714: * src/main/compile.y 1.35:
22715: * src/main/core.C 1.36:
22716: yylex need some @special lines adj
22717:
22718: * src/include/pa_value.h 1.24:
22719: * src/include/pa_vcframe.h 1.1:
22720: * src/include/pa_vclass.h 1.10:
22721: * src/include/pa_vframe.h 1.6:
22722: * src/include/pa_vhash.h 1.2:
22723: * src/include/pa_vjunction.h 1.1:
22724: * src/include/pa_vmframe.h 1.1:
22725: * src/include/pa_wcontext.h 1.14:
22726: * src/include/pa_wwrapper.h 1.3:
22727: * src/main/execute.C 1.34:
22728: * src/main/main.dsp 1.27:
22729: * src/main/pa_cframe.C 1.1:
22730: * src/main/pa_wcontext.C 1.1:
22731: codeframe just compiled
22732:
22733: * src/include/pa_request.h 1.12:
22734: * src/include/pa_vclass.h 1.14:
22735: * src/main/compile.C 1.18:
22736: * src/main/compile.y 1.34:
22737: * src/main/compile_tools.h 1.14:
22738: * src/main/core.C 1.35:
22739: modules0
22740:
22741: * src/main/pa_array.C 1.20:
22742: minor bug in expanding very small arrays. 60% from 1 were 0
22743:
22744: * src/include/pa_vclass.h 1.12:
22745: * src/main/compile.y 1.36:
22746: * src/main/core.C 1.33:
22747: z
22748:
22749: * src/include/code.h 1.7:
22750: * src/include/pa_request.h 1.11:
22751: * src/include/pa_value.h 1.23:
22752: * src/include/pa_vclass.h 1.9:
22753: * src/include/pa_vframe.h 1.4:
22754: * src/main/compile.y 1.29:
22755: * src/main/compile_tools.C 1.13:
22756: * src/main/compile_tools.h 1.13:
22757: * src/main/core.C 1.32:
22758: * src/main/execute.C 1.32:
22759: code junctions0. something wrong with last \n macrotemplate strip
22760:
22761: * src/include/pa_value.h 1.26:
22762: * src/include/pa_vclass.h 1.11:
22763: * src/include/pa_vobject.h 1.1:
22764: * src/main/main.dsp 1.28:
22765: vobject00
22766:
22767: * src/main/compile.y 1.31:
22768: * src/main/execute.C 1.33:
22769: fixed empty constructor optimized empty case. failed on calls -
22770: produced empty string param
22771:
22772: * src/main/execute.C 1.35:
22773: codeframe1
22774:
22775: 2001-02-23 paf
22776: * src/include/pa_value.h 1.18:
22777: * src/main/core.C 1.27:
22778: * src/main/execute.C 1.25:
22779: * src/main/main.dsp 1.23:
22780: value named
22781:
22782: * src/main/compile.y 1.26:
22783: * src/main/execute.C 1.27:
22784: empty constructor bug fixed
22785:
22786: * src/include/pa_vframe.h 1.1:
22787: * src/include/pa_vunknown.h 1.1:
22788: * src/include/pa_wcontext.h 1.13:
22789: * src/include/pa_wwrapper.h 1.1:
22790: * src/main/core.C 1.29:
22791: * src/main/execute.C 1.29:
22792: * src/main/main.dsp 1.25:
22793: * src/main/pa_value.C 1.1:
22794: call0
22795:
22796: * src/main/compile.y 1.27:
22797: * src/main/compile_tools.C 1.12:
22798: * src/main/compile_tools.h 1.12:
22799: fixed wrong grammar in complex constructor case
22800:
22801: * src/include/pa_value.h 1.21:
22802: * src/include/pa_vclass.h 1.8:
22803: * src/include/pa_vframe.h 1.3:
22804: * src/main/core.C 1.30:
22805: * src/main/execute.C 1.31:
22806: * src/main/pa_value.C 1.2:
22807: get_method RIP. junctions everywhere. call with junctions0
22808:
22809: * src/main/compile.y 1.28:
22810: * src/main/execute.C 1.30:
22811: * src/main/main.dsp 1.26:
22812: rethought some. before junction
22813:
22814: * src/include/pa_value.h 1.17:
22815: * src/include/pa_vstring.h 1.4:
22816: * src/main/execute.C 1.24:
22817: strign 2 value in 2 places in execute
22818:
22819: * src/include/pa_wcontext.h 1.11:
22820: z
22821:
22822: * src/include/pa_hash.h 1.17:
22823: * src/include/pa_value.h 1.19:
22824: * src/include/pa_wcontext.h 1.12:
22825: * src/main/core.C 1.28:
22826: * src/main/execute.C 1.28:
22827: * src/main/main.dsp 1.24:
22828: * src/main/pa_hash.C 1.16:
22829: started call. store param, vframe done
22830:
22831: * src/include/pa_value.h 1.22:
22832: * src/main/compile.C 1.17:
22833: * src/main/core.C 1.31:
22834: * src/main/pa_value.C 1.3:
22835: minor error reporting format beautifyings
22836:
22837: * src/main/execute.C 1.26:
22838: with result rwpool
22839:
1.24 paf 22840: * src/include/pa_value.h 1.20:
22841: * src/include/pa_vclass.h 1.7:
22842: * src/include/pa_vframe.h 1.2:
22843: * src/include/pa_wwrapper.h 1.2:
22844: lara came, can't work, sorry :(
22845:
1.15 paf 22846: * src/include/pa_value.h 1.16:
22847: * src/include/pa_wcontext.h 1.10:
22848: * src/main/compile.y 1.25:
22849: * src/main/execute.C 1.23:
22850: * src/main/main.dsp 1.22:
22851: * src/main/pa_array.C 1.19:
22852: auto VHash on wcontext.put_element when wcontext fvalue==0
22853:
22854: 2001-02-22 paf
22855: * src/include/pa_request.h 1.10:
22856: * src/main/compile.y 1.23:
22857: $self.put(val)
22858:
22859: * src/include/pa_pool.h 1.24:
22860: * src/include/pa_vclass.h 1.5:
22861: * src/main/core.C 1.25:
22862: * src/main/pa_hash.C 1.15:
22863: * src/main/pa_pool.C 1.9:
22864: TRY...
22865:
22866: * src/include/code.h 1.6:
22867: * src/main/compile_tools.C 1.9:
22868: * src/main/compile_tools.h 1.10:
22869: * src/main/execute.C 1.19:
22870: OP_STRING better then some xxx _VALUE
22871:
22872: * src/main/compile.C 1.14:
22873: * src/main/core.C 1.26:
22874: * src/main/execute.C 1.16:
22875: * src/main/pa_string.C 1.31:
22876: more precise parse error line:col
22877:
22878: * src/main/compile.C 1.15:
22879: * src/main/compile.y 1.18:
22880: * src/main/execute.C 1.20:
22881: started : with $a.$:f
22882:
22883: * src/main/compile.y 1.20:
22884: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
22885:
22886: * src/include/code.h 1.3:
22887: * src/include/pa_string.h 1.25:
22888: * src/include/pa_value.h 1.12:
22889: * src/include/pa_vclass.h 1.3:
22890: * src/include/pa_wcontext.h 1.3:
22891: * src/main/compile.y 1.14:
22892: * src/main/execute.C 1.14:
22893: * src/main/pa_string.C 1.28:
22894: write_value write_string 0
22895: it seems wcontext must write strings regardles of fvalue!=0
22896:
22897: * src/include/code.h 1.4:
22898: * src/include/pa_value.h 1.13:
22899: * src/include/pa_vclass.h 1.4:
22900: * src/include/pa_wcontext.h 1.5:
22901: * src/main/compile.y 1.15:
22902: * src/main/compile_tools.C 1.6:
22903: * src/main/compile_tools.h 1.8:
22904: * src/main/execute.C 1.15:
22905: * src/main/main.dsp 1.20:
22906: iiieeyys! get/put simple vars to VClass works0
22907:
22908: * src/include/pa_array.h 1.18:
22909: * src/include/pa_wcontext.h 1.4:
22910: * src/main/pa_string.C 1.29:
22911: in process, but found that exceptions are too global
22912:
22913: * src/main/compile.y 1.19:
22914: $: finished
22915:
22916: * src/main/compile.C 1.16:
22917: * src/main/compile.y 1.21:
22918: * src/main/compile_tools.C 1.10:
22919: z
22920:
22921: * src/include/pa_request.h 1.9:
22922: * src/include/pa_stack.h 1.2:
22923: * src/include/pa_wcontext.h 1.7:
22924: * src/main/execute.C 1.17:
22925: z about to vstring it .y all
22926:
22927: * src/include/pa_hash.h 1.16:
22928: * src/include/pa_value.h 1.15:
22929: * src/include/pa_vclass.h 1.6:
22930: * src/include/pa_vhash.h 1.1:
22931: * src/include/pa_vstring.h 1.3:
22932: * src/include/pa_wcontext.h 1.9:
22933: * src/main/execute.C 1.22:
22934: * src/main/main.dsp 1.21:
22935: auto VHash in pa.th.cre.at.e
22936:
22937: * src/include/code.h 1.5:
22938: * src/include/pa_vstring.h 1.2:
22939: * src/main/compile.y 1.17:
22940: * src/main/compile_tools.C 1.8:
22941: * src/main/compile_tools.h 1.9:
22942: * src/main/execute.C 1.18:
22943: string to vstring it .y all
22944:
22945: * src/include/pa_array.h 1.19:
22946: * src/main/compile.y 1.22:
22947: * src/main/compile_tools.C 1.11:
22948: * src/main/compile_tools.h 1.11:
22949: * src/main/pa_array.C 1.18:
22950: $self.get
22951:
22952: * src/include/pa_exception.h 1.5:
22953: * src/include/pa_pool.h 1.23:
22954: * src/include/pa_request.h 1.8:
22955: * src/include/pa_value.h 1.14:
22956: * src/include/pa_wcontext.h 1.6:
22957: * src/main/compile.C 1.13:
22958: * src/main/compile.y 1.16:
22959: * src/main/compile_tools.C 1.7:
22960: * src/main/core.C 1.24:
22961: * src/main/pa_array.C 1.17:
22962: * src/main/pa_exception.C 1.4:
22963: * src/main/pa_hash.C 1.14:
22964: * src/main/pa_pool.C 1.8:
22965: * src/main/pa_string.C 1.30:
22966: * src/main/pa_table.C 1.9:
22967: removed exception from request
22968:
22969: * src/include/pa_vstring.h 1.1:
22970: * src/main/compile.C 1.12:
22971: * src/main/core.C 1.23:
22972: added some forgotten
22973:
22974: * src/include/pa_wcontext.h 1.8:
22975: * src/main/compile.y 1.24:
22976: * src/main/execute.C 1.21:
22977: erroreos checkout
22978:
22979: 2001-02-21 paf
22980: * src/main/compile.y 1.9:
22981: more straightforward yylex[end]
22982:
22983: * src/main/compile.C 1.6:
22984: * src/main/compile.y 1.6:
22985: * src/main/compile_tools.h 1.5:
22986: error processing in eval & yyerror so it wouldn't cause
22987: memleaks.
22988:
22989: * src/include/compile.h 1.5:
22990: * src/include/execute.h 1.3:
22991: * src/include/pa_array.h 1.17:
22992: * src/include/pa_request.h 1.7:
22993: * src/include/pa_stack.h 1.1:
22994: * src/include/pa_vclass.h 1.2:
22995: * src/include/pa_wcontext.h 1.2:
22996: * src/main/compile.C 1.10:
22997: * src/main/compile.y 1.12:
22998: * src/main/execute.C 1.11:
22999: * src/main/main.dsp 1.19:
23000: * src/main/pa_array.C 1.16:
23001: * src/main/pa_request.C 1.2:
23002: get put -1 [just compiled]
23003:
23004: * src/include/compile.h 1.4:
23005: * src/include/pa_array.h 1.16:
23006: * src/main/compile.C 1.9:
23007: * src/main/compile.y 1.11:
23008: * src/main/execute.C 1.10:
23009: MAIN_METHOD_NAME ready to write execute
23010:
23011: * src/include/pa_string.h 1.24:
23012: * src/include/pa_types.h 1.6:
23013: * src/main/pa_string.C 1.27:
23014: string.operator==(char*)
23015:
23016: * src/main/compile.C 1.11:
23017: * src/main/compile.y 1.13:
23018: * src/main/execute.C 1.12:
23019: store0
23020:
23021: * src/include/core.h 1.1:
23022: * src/include/pa_context.h 1.8:
23023: * src/include/pa_request.h 1.6:
23024: * src/include/pa_vclass.h 1.1:
23025: * src/include/pa_wcontext.h 1.1:
23026: * src/main/core.C 1.22:
23027: * src/main/main.dsp 1.18:
23028: * src/main/pa_request.C 1.1:
23029: request core methods0
23030:
23031: * src/include/compile.h 1.3:
23032: * src/include/pa_context.h 1.7:
23033: * src/include/pa_hash.h 1.15:
23034: * src/include/pa_request.h 1.5:
23035: * src/include/pa_string.h 1.23:
23036: * src/include/pa_value.h 1.9:
23037: struck with const array.gets
23038:
23039: * src/include/code.h 1.2:
23040: * src/include/pa_types.h 1.5:
23041: * src/main/compile.C 1.3:
23042: * src/main/compile.y 1.3:
23043: * src/main/compile_tools.C 1.3:
23044: * src/main/compile_tools.h 1.3:
23045: * src/main/execute.C 1.3:
23046: * src/main/main.dsp 1.16:
23047: .y to c++
23048: hierarchy output fix.
23049: compiler works ok
23050:
23051: * src/include/compile.h 1.2:
23052: * src/main/compile.C 1.4:
23053: * src/main/compile.y 1.4:
23054: * src/main/compile_tools.h 1.4:
23055: line numbers needed. would add them to .y now internally.
23056: externally it's not as precise as needed
23057:
1.24 paf 23058: * src/include/execute.h 1.2:
23059: * src/include/pa_array.h 1.15:
23060: * src/include/pa_value.h 1.10:
23061: * src/main/execute.C 1.9:
23062: * src/main/pa_array.C 1.15:
23063: after array.const get wonders
23064:
1.15 paf 23065: * src/include/pa_exception.h 1.4:
23066: * src/include/pa_value.h 1.11:
23067: * src/main/compile.C 1.8:
23068: * src/main/compile.y 1.10:
23069: * src/main/compile_tools.C 1.5:
23070: * src/main/compile_tools.h 1.7:
23071: .y methods and one_big_piece. now compile returns array<method*>
23072:
23073: * src/main/compile.y 1.7:
23074: * src/main/execute.C 1.4:
23075: * src/main/execute.C 1.5:
23076: * src/main/execute.C 1.6:
23077: * src/main/execute.C 1.7:
23078: * src/main/execute.C 1.8:
23079: z
23080:
23081: * src/main/execute.C 1.13:
23082: tired :)
23083:
23084: * src/main/compile.C 1.5:
23085: * src/main/compile.y 1.5:
23086: failed to add absolute precies parse error positions. leaving
23087: RIGHTMOST position as @file[line:col]
23088:
23089: 2001-02-20 paf
23090: * src/include/code.h 1.1:
23091: * src/include/compile.h 1.1:
23092: * src/include/execute.h 1.1:
23093: * src/include/pa_array.h 1.14:
23094: * src/include/pa_common.h 1.2:
23095: * src/include/pa_pool.h 1.22:
23096: * src/include/pa_string.h 1.22:
23097: * src/include/pa_table.h 1.8:
23098: * src/include/pa_types.h 1.4:
23099: * src/main/compile.C 1.1:
23100: * src/main/compile.y 1.1:
23101: * src/main/compile_tools.C 1.1:
23102: * src/main/compile_tools.h 1.1:
23103: * src/main/core.C 1.21:
23104: * src/main/execute.C 1.1:
23105: * src/main/main.dsp 1.14:
23106: * src/main/pa_array.C 1.14:
23107: * src/main/pa_common.C 1.2:
23108: * src/main/pa_hash.C 1.12:
23109: * src/main/pa_string.C 1.26:
23110: * src/main/pa_table.C 1.8:
23111: bison[yacc] first time compiled.
23112: execute=dump for now
23113:
23114: * src/main/compile.C 1.2:
23115: * src/main/compile.y 1.2:
23116: * src/main/compile_tools.C 1.2:
23117: * src/main/compile_tools.h 1.2:
23118: * src/main/execute.C 1.2:
23119: * src/main/main.dsp 1.15:
23120: nestage probs, eof yylex not perfect
23121:
23122: * src/main/core.C 1.20:
23123: core rewrite using yacc investigations
23124: now will be compile[yacc]/execute[opcodes]
23125:
23126: 2001-02-15 paf
23127: * src/include/pa_value.h 1.8:
23128: * src/main/core.C 1.19:
23129: maybe a-la yacc those ifs rewrite as turing machine?
23130: for it seems it would be it's too many ifs with this syntax now
23131:
23132: 2001-02-14 paf
23133: * src/include/pa_context.h 1.6:
23134: * src/include/pa_string.h 1.20:
23135: * src/main/core.C 1.10:
23136: * src/main/pa_string.C 1.23:
23137: process text repassing
23138:
23139: * src/include/pa_value.h 1.7:
23140: * src/main/core.C 1.11:
23141: * src/main/pa_string.C 1.24:
23142: process text repassing2
23143: operator static vars
23144:
23145: * src/include/pa_string.h 1.21:
23146: * src/main/core.C 1.12:
23147: * src/main/pa_string.C 1.25:
23148: get names 0
23149:
23150: * src/include/pa_context.h 1.5:
23151: * src/include/pa_value.h 1.6:
23152: * src/main/core.C 1.9:
23153: module:calls changes
23154:
23155: * src/main/core.C 1.16:
23156: varios breaks
23157:
23158: * src/main/core.C 1.17:
23159: get_params
23160: figured ^menu[UNEVALUATED unthinked :( ]
23161:
23162: * src/main/core.C 1.18:
23163: get_params 1
23164:
23165: * src/main/core.C 1.13:
23166: get names 1
23167:
23168: * src/main/core.C 1.14:
23169: get names 2
23170:
23171: * src/main/core.C 1.15:
23172: get names 3
23173:
23174: 2001-02-13 paf
23175: * src/include/pa_string.h 1.17:
23176: * src/main/pa_string.C 1.19:
23177: String_iterator::skip_to
23178: todo:optimize
23179:
23180: * src/main/core.C 1.6:
23181: operators
23182: : and self. prefixes
23183:
23184: * src/include/pa_context.h 1.4:
23185: * src/include/pa_value.h 1.5:
23186: * src/main/core.C 1.8:
23187: ^class:calls[] started
23188:
23189: * src/include/pa_string.h 1.18:
23190: * src/main/pa_string.C 1.21:
23191: String_iterator optimized
23192:
23193: * src/include/pa_string.h 1.19:
23194: * src/main/pa_string.C 1.22:
23195: String_iterator tested
23196:
23197: * src/main/pa_string.C 1.20:
23198: String_iterator::skip_to
23199: optimized a bit. would change privates to better support optimization
23200:
23201: * src/include/pa_value.h 1.4:
23202: * src/main/core.C 1.5:
23203: * src/main/core.C 1.7:
23204: z
23205:
23206: 2001-02-12 paf
23207: * src/include/pa_context.h 1.2:
23208: * src/include/pa_value.h 1.2:
23209: * src/main/core.C 1.2:
23210: get self/methodref joined
23211:
23212: * src/include/pa_context.h 1.3:
23213: * src/include/pa_value.h 1.3:
23214: * src/main/core.C 1.3:
23215: some comments
23216:
23217: * src/include/pa_string.h 1.16:
23218: * src/main/core.C 1.4:
23219: * src/main/pa_string.C 1.18:
23220: started String_iterator
23221:
23222: 2001-02-11 paf
23223: * src/include/pa_context.h 1.1:
23224: * src/include/pa_value.h 1.1:
23225: * src/main/core.C 1.1:
23226: * src/main/main.dsp 1.13:
23227: core started.
23228: core.C, context&value .h
23229:
23230: * src/include/pa_array.h 1.13:
23231: * src/include/pa_hash.h 1.14:
23232: * src/include/pa_pool.h 1.21:
23233: * src/include/pa_string.h 1.15:
23234: * src/main/main.dsp 1.12:
23235: * src/main/pa_array.C 1.13:
23236: * src/main/pa_hash.C 1.11:
23237: * src/main/pa_pool.C 1.7:
23238: * src/main/pa_string.C 1.17:
23239: :pooled
23240:
23241: 2001-01-30 paf
23242: * src/include/pa_error.h 1.4:
23243: * src/include/pa_exception.h 1.1:
23244: * src/include/pa_pool.h 1.17:
23245: * src/include/pa_request.h 1.3:
23246: * src/main/main.dsp 1.10:
23247: * src/main/pa_error.C 1.4:
23248: * src/main/pa_exception.C 1.1:
23249: * src/main/pa_pool.C 1.4:
23250: * src/targets/Makefile.am 1.2:
23251: lowered targets/parser into subdir, added parser_Pool(Pool)
23252: failed to add. would think..
23253:
23254: * src/include/pa_exception.h 1.3:
23255: * src/include/pa_pool.h 1.19:
23256: * src/include/pa_table.h 1.7:
23257: * src/main/pa_exception.C 1.3:
23258: * src/main/pa_table.C 1.7:
23259: minor * to & changes
23260:
23261: * src/include/pa_pool.h 1.20:
23262: * src/main/Makefile.am 1.5:
23263: * src/main/main.dsp 1.11:
23264: * src/main/pa_pool.C 1.6:
23265: moved pa_pool.C to be target specific
23266:
23267: * src/Makefile.am 1.2:
23268: * src/main/Makefile.am 1.6:
23269: * src/targets/Makefile.am 1.3:
23270: .am comments
23271:
23272: * src/include/pa_exception.h 1.2:
23273: * src/include/pa_pool.h 1.18:
23274: * src/include/pa_request.h 1.4:
23275: * src/include/pa_table.h 1.6:
23276: * src/main/pa_array.C 1.12:
23277: * src/main/pa_exception.C 1.2:
23278: * src/main/pa_pool.C 1.5:
23279: * src/main/pa_table.C 1.6:
23280: error re-associated. that's much better
23281: even removed 'die' necessety
23282:
23283: 2001-01-29 paf
23284: * src/include/pa_hash.h 1.9:
23285: * src/include/pa_pool.h 1.10:
23286: * src/include/pa_threads.h 1.3:
23287: * src/main/pa_hash.C 1.5:
23288: made local Hash-es not thread safe=quicker by
23289: SYNCHRONIZED(thread_safe)
23290:
23291: * src/include/pa_hash.h 1.5:
23292: some comments
23293:
23294: * src/include/pa_error.h 1.2:
23295: * src/include/pa_request.h 1.2:
23296: * src/include/pa_string.h 1.13:
23297: * src/include/pa_table.h 1.4:
23298: * src/main/pa_error.C 1.2:
23299: * src/main/pa_table.C 1.4:
23300: Error fixed
23301:
23302: * src/include/pa_pool.h 1.11:
23303: * src/include/pa_string.h 1.9:
23304: * src/main/pa_string.C 1.13:
23305: String originating
23306:
1.23 paf 23307: * src/include/pa_pool.h 1.14:
23308: * src/main/pa_array.C 1.9:
23309: tested - decision "no templates"
1.15 paf 23310:
23311: * src/include/pa_hash.h 1.6:
23312: * src/include/pa_threads.h 1.1:
23313: * src/main/main.dsp 1.6:
23314: * src/main/pa_threads.C 1.1:
23315: added pa_threads
23316:
23317: Mutex
23318:
1.23 paf 23319: * src/include/pa_array.h 1.4:
23320: * src/main/pa_array.C 1.4:
23321: Array::operator += (Array& src)
23322:
23323: rethought, would change now
1.15 paf 23324:
23325: * src/include/pa_array.h 1.7:
23326: * src/include/pa_hash.h 1.10:
23327: * src/include/pa_pool.h 1.12:
23328: * src/include/pa_string.h 1.10:
23329: * src/include/pa_table.h 1.1:
23330: * src/include/pa_types.h 1.2:
23331: * src/main/main.dsp 1.7:
23332: * src/main/pa_array.C 1.7:
23333: * src/main/pa_string.C 1.14:
23334: * src/main/pa_table.C 1.1:
23335: Table started
23336: would test
23337: template Array now
23338:
1.23 paf 23339: * src/include/pa_error.h 1.3:
23340: * src/include/pa_hash.h 1.13:
23341: * src/include/pa_string.h 1.14:
23342: * src/include/pa_table.h 1.5:
23343: * src/main/pa_error.C 1.3:
23344: * src/main/pa_hash.C 1.10:
23345: * src/main/pa_string.C 1.16:
23346: * src/main/pa_table.C 1.5:
23347: Table
23348: more like C++ style
23349: hence lots of 'const'
1.15 paf 23350:
23351: * src/include/pa_array.h 1.11:
23352: * src/include/pa_hash.h 1.11:
23353: * src/include/pa_pool.h 1.15:
23354: * src/include/pa_string.h 1.11:
23355: * src/include/pa_table.h 1.2:
23356: * src/include/pa_types.h 1.3:
23357: * src/main/Makefile.am 1.3:
23358: * src/main/main.dsp 1.9:
23359: * src/main/pa_array.C 1.10:
23360: * src/main/pa_hash.C 1.8:
23361: * src/main/pa_string.C 1.15:
23362: * src/main/pa_table.C 1.2:
23363: Request
23364: Error
23365: Table
23366:
1.23 paf 23367: * src/main/pa_array.C 1.5:
23368: expand not convinient, would rewrite
23369:
1.15 paf 23370: * src/include/pa_array.h 1.6:
23371: * src/include/pa_hash.h 1.8:
23372: * src/include/pa_string.h 1.8:
23373: moved .h public parts to top
23374:
23375: * src/include/pa_hash.h 1.7:
23376: * src/include/pa_threads.h 1.2:
23377: * src/main/pa_hash.C 1.4:
23378: * src/main/pa_threads.C 1.2:
23379: decided on one global_mutex, like PHP
23380: as I can see: needed only in global Hash now,
23381: made Hash:: put/get SYNCHRONIZED
23382:
23383: * src/include/pa_array.h 1.12:
23384: * src/include/pa_common.h 1.1:
23385: * src/include/pa_error.h 1.1:
23386: * src/include/pa_hash.h 1.12:
23387: * src/include/pa_pool.h 1.16:
23388: * src/include/pa_request.h 1.1:
23389: * src/include/pa_string.h 1.12:
23390: * src/include/pa_table.h 1.3:
23391: * src/main/Makefile.am 1.4:
23392: * src/main/pa_array.C 1.11:
23393: * src/main/pa_common.C 1.1:
23394: * src/main/pa_error.C 1.1:
23395: * src/main/pa_hash.C 1.9:
23396: * src/main/pa_table.C 1.3:
23397: added forgotten
23398:
23399: * src/include/pa_array.h 1.8:
23400: * src/include/pa_pool.h 1.13:
23401: * src/main/Makefile.am 1.2:
23402: * src/main/main.dsp 1.8:
23403: * src/main/pa_array.C 1.8:
23404: templates failed
23405: no template specializations [VC6],
23406: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
23407:
23408: * src/include/pa_array.h 1.5:
23409: * src/include/pa_pool.h 1.9:
23410: * src/main/pa_array.C 1.6:
23411: Array& operator += (Array& src)
23412:
23413: 2001-01-27 paf
23414: * src/include/pa_hash.h 1.1:
23415: * src/include/pa_string.h 1.4:
23416: * src/include/pa_types.h 1.1:
23417: * src/main/main.dsp 1.4:
23418: * src/main/pa_string.C 1.7:
23419: uint, and added pa_types & pa_hash[forgotten]
23420:
23421: * src/main/pa_string.C 1.9:
23422: String::operator ==
23423:
1.23 paf 23424: * src/main/pa_hash.C 1.2:
23425: String(&String)
23426:
1.15 paf 23427: * src/include/pa_array.h 1.3:
23428: * src/main/pa_array.C 1.3:
23429: array [] with chunk caching
23430:
23431: * src/include/pa_array.h 1.2:
23432: * src/include/pa_hash.h 1.4:
23433: * src/include/pa_pool.h 1.8:
23434: * src/include/pa_string.h 1.7:
23435: * src/main/pa_array.C 1.2:
23436: * src/main/pa_string.C 1.11:
23437: array cache rethought to chunk caching
23438:
23439: * src/include/pa_array.h 1.1:
23440: * src/include/pa_hash.h 1.3:
23441: * src/include/pa_pool.h 1.7:
23442: * src/include/pa_string.h 1.6:
23443: * src/main/main.dsp 1.5:
23444: * src/main/pa_array.C 1.1:
23445: * src/main/pa_hash.C 1.3:
23446: * src/main/pa_string.C 1.10:
23447: Array 0
23448:
23449: * src/main/pa_hash.C 1.1:
23450: added pa_hash.C [forgotten]
23451:
23452: 2001-01-26 paf
1.23 paf 23453: * src/include/pa_pool.h 1.2:
23454: * src/main/pa_string.C 1.2:
23455: String prealloc & dynamic row_count
23456:
1.15 paf 23457: * src/include/pa_pool.h 1.6:
23458: * src/include/pa_string.h 1.3:
23459: * src/main/pa_string.C 1.6:
23460: removed templates [vc++ suxx]
23461:
23462: * src/include/pa_pool.h 1.4:
23463: * src/include/pa_string.h 1.1:
23464: pa_pool split
23465:
23466: * src/Makefile.am 1.1.1.1:
23467: * src/include/pa_pool.h 1.1.1.1:
23468: * src/main/Makefile.am 1.1.1.1:
23469: * src/main/main.dsp 1.1.1.1:
23470: * src/main/pa_pool.C 1.1.1.1:
23471: * src/main/pa_string.C 1.1.1.1:
23472: * src/targets/Makefile.am 1.1.1.1:
23473: creating parser3 module
23474:
23475: * src/include/pa_pool.h 1.3:
23476: * src/main/main.dsp 1.2:
23477: * src/main/pa_pool.C 1.2:
23478: * src/main/pa_string.C 1.3:
23479: * src/main/pa_string.C 1.4:
1.26 paf 23480: $Id$ check
1.15 paf 23481:
23482: * src/include/pa_pool.h 1.5:
23483: * src/include/pa_string.h 1.2:
23484: * src/main/main.dsp 1.3:
23485: * src/main/pa_pool.C 1.3:
23486: * src/main/pa_string.C 1.5:
23487: templates in VC++ suxx.
23488:
E-mail: