Annotation of parser3/ChangeLog, revision 1.27
1.27 ! paf 1: 2003-10-30 paf
! 2: * src/classes/date.C 1.47:
! 3: * src/classes/image.C 1.94:
! 4: improvement diagnostics: $now[^date::create[$undefined]] now is error
! 5:
! 6: * src/targets/apache13core/Makefile.am 1.4:
! 7: * src/targets/apache13core/Makefile.in 1.4:
! 8: gc include dir added, thanks to Victor Fedoseev for finding
! 9:
! 10: * src/main/pa_common.C 1.160:
! 11: read errors would now be reported 'actually read -1 bytes'
! 12:
! 13: * operators.txt 1.119:
! 14: * src/classes/date.C 1.48:
! 15: * src/types/pa_vdate.h 1.27:
! 16: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
! 17:
1.26 paf 18: 2003-10-24 paf
19: * Makefile.am 1.36:
20: * src/classes/Makefile.am 1.43:
21: * src/classes/smtp/Makefile.am 1.3:
22: * src/lib/cord/Makefile.am 1.3:
23: * src/lib/md5/Makefile.am 1.3:
24: * src/lib/pcre/Makefile.am 1.2:
25: * src/main/Makefile.am 1.37:
26: * src/targets/apache13/Makefile.am 1.18:
27: * src/targets/apache13core/Makefile.am 1.3:
28: * src/targets/cgi/Makefile.am 1.48:
29: * src/targets/isapi/Makefile.am 1.3:
30: .dsp/w -> .vcproj/sln
31:
32: * Makefile.in 1.50:
33: * src/classes/Makefile.in 1.56:
34: * src/classes/smtp/Makefile.in 1.14:
35: * src/include/pa_version.h 1.10:
36: * src/lib/cord/Makefile.in 1.3:
37: * src/lib/md5/Makefile.in 1.8:
38: * src/lib/pcre/Makefile.in 1.10:
39: * src/main/Makefile.am 1.38:
40: * src/main/Makefile.in 1.52:
41: * src/targets/apache13/Makefile.in 1.48:
42: * src/targets/apache13core/Makefile.in 1.3:
43: * src/targets/cgi/Makefile.in 1.64:
44: * src/targets/isapi/Makefile.in 1.13:
45: *** empty log message ***
46:
47: 2003-10-22 paf
48: * src/include/pa_request.h 1.167:
49: fixed: $h[^hash::create[]] $$h[1]
50:
51: 2003-10-21 paf
52: * src/classes/op.C 1.133:
53: * src/include/pa_request.h 1.166:
54: fixed: false 'endless recoursion' message with intensive throw-catches
55: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
56:
57: * operators.txt 1.118:
58: * src/include/pa_string.h 1.151:
59: * src/main/pa_string.C 1.185:
60: fixed: string.match[g] without <'> option produced columns with
61: NULL's, which gpf'ed at table.save time
62:
63: 2003-10-10 paf
64: * src/include/pa_string.h 1.150:
65: * src/main/compile.tab.C 1.91:
66: * www/htdocs/.htaccess 1.20:
67: CORD_chr does not check offset argument for validity
68: did that in String::Body::pos myself
69: http://i2/tasks/edit/?id=4577425257580789777
70:
71: 2003-10-07 paf
72: * src/main/compile.tab.C 1.90:
73: * src/main/compile.y 1.207:
74: ^if ( better error:
75: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
76:
77: 2003-10-03 paf
78: * parser3.sln 1.5:
79: * src/include/pa_dictionary.h 1.15:
80: * src/main/pa_dictionary.C 1.19:
81: * src/main/pa_string.C 1.184:
82: * src/targets/cgi/parser3.vcproj 1.3:
83: * www/htdocs/.htaccess 1.19:
84: dictionary optimized by precalculating cstr&length
85:
86: 2003-10-02 paf
87: * src/classes/op.C 1.132:
88: * src/include/pa_request.h 1.165:
89: * src/include/pa_stack.h 1.20:
90: * src/main/execute.C 1.299:
91: * src/main/pa_request.C 1.251:
92: * src/main/pa_sql_driver_manager.C 1.73:
93: * src/main/pa_stylesheet_manager.C 1.19:
94: * www/htdocs/.htaccess 1.18:
95: bugfix: ^throw context were saved/restored incompletely
96: http://www.parser.ru/forum/?id=21484
97:
98: 2003-09-30 paf
99: * src/targets/apache13/mod_parser3.c 1.7:
100: * src/targets/apache13/pa_httpd.h 1.4:
101: * src/targets/apache13core/mod_parser3.C 1.5:
102: content-type now changes
103:
104: * src/main/pa_string.C 1.183:
105: string::replace bug fix [were ignoring occurrances after lang-mismatched
106:
107: 2003-09-29 paf
108: * src/include/pa_charset.h 1.25:
109: * src/main/helpers/simple_folding.pl 1.1:
110: * src/main/pa_charset.C 1.38:
111: * src/main/pa_string.C 1.181:
112: * www/htdocs/auto.p 1.20:
113: utf-8 upper/lower
114:
115: * src/classes/string.C 1.127:
116: bugfix: s.right(>s.length) returned nothing
117:
118: * www/htdocs/base.p 1.7:
119: * www/htdocs/derived.p 1.25:
120: * www/htdocs/font.gif 1.2:
121: * www/htdocs/global.xsl 1.9:
122: * www/htdocs/index.html 1.213:
123: * www/htdocs/mailreceive.eml 1.4:
124: * www/htdocs/mailreceive.html 1.2:
125: * www/htdocs/operators.p 1.12:
126: * www/htdocs/parser-status.html 1.3:
127: * www/htdocs/people.dtd 1.2:
128: * www/htdocs/some.p 1.3:
129: removing old tests
130:
131: * src/main/pa_common.C 1.159:
132: bugfix: utf signature were not ignored due to typo error
133: http://i2/tasks/edit/?id=4573354650786434584
134:
135: * src/classes/table.C 1.184:
136: bugfix: flip: must produce nameless
137: http://i2/tasks/edit/?id=4573405524674081244
138:
139: * src/main/utf8-to-lower.inc 1.1:
140: * src/main/utf8-to-upper.inc 1.1:
141: generated by helper
142:
143: * src/main/pa_string.C 1.182:
144: string::serialize bug fix with zero-terminator
145:
146: * src/classes/table.C 1.185:
147: ^nameless_table.save column row now has no \t at the end
148:
149: * src/classes/form.C 1.36:
150: better error message: MAX_POST_SIZE_NAME to error message
151:
152: * src/include/pa_request.h 1.164:
153: * src/main/execute.C 1.298:
154: * src/main/pa_request.C 1.250:
155: @postprocess now takes $response:body/download
156:
157: 2003-09-26 paf
158: * src/include/pa_string.h 1.149:
159: * src/main/pa_common.C 1.157:
160: * src/main/pa_string.C 1.180:
161: * www/htdocs/.htaccess 1.17:
162: String.for_each bug fixed [omited one-char cases]
163:
164: * src/main/untaint.C 1.121:
165: removed needless const
166:
167: * src/main/untaint.C 1.122:
168: removed needless field
169:
170: * src/classes/op.C 1.131:
171: * src/include/pa_string.h 1.148:
172: * src/main/pa_string.C 1.178:
173: * www/htdocs/.htaccess 1.15:
174: string::serialize/deserialize implemented
175: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
176:
177: * src/include/pa_stack.h 1.19:
178: bugfix: before collecting garbage, runtime-executor stack were
179: cleared... BADLY
180:
181: * src/main/pa_string.C 1.179:
182: * www/htdocs/.htaccess 1.16:
183: * www/htdocs/auto.p 1.19:
184: ^stirng.replace code used old param-convention on langs.append, fixed that
185: search fo the like, found none
186:
187: 2003-09-25 paf
188: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
189: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
190: string: debug: .v() functions aligned to that of eeparser3 look
191:
192: * src/include/pa_string.h 1.147:
193: * src/include/pa_version.h 1.9:
194: * src/main/pa_string.C 1.177:
195: * src/main/untaint.C 1.120:
196: templates and anonymous unions differences on unix
197:
198: * parser3.sln 1.4:
199: * src/classes/file.C 1.112:
200: * src/classes/image.C 1.93:
201: * src/classes/mail.C 1.90:
202: * src/classes/op.C 1.130:
203: * src/classes/table.C 1.183:
204: * src/classes/xdoc.C 1.114:
205: * src/classes/xnode.C 1.59:
206: * src/include/pa_cache_managers.h 1.11:
207: * src/include/pa_charset.h 1.24:
208: * src/include/pa_charsets.h 1.10:
209: * src/include/pa_common.h 1.94:
210: * src/include/pa_request.h 1.163:
211: * src/include/pa_sql_driver_manager.h 1.28:
212: * src/include/pa_string.h 1.146:
213: * src/include/pa_stylesheet_manager.h 1.17:
214: * src/include/pa_table.h 1.53:
215: * src/lib/cord/cordbscs.c 1.3:
216: * src/lib/cord/cordprnt.c 1.3:
217: * src/lib/cord/cordxtra.c 1.4:
218: * src/lib/cord/include/cord.h 1.3:
219: * src/main/compile.tab.C 1.89:
220: * src/main/compile_tools.h 1.69:
221: * src/main/pa_charset.C 1.37:
222: * src/main/pa_charsets.C 1.13:
223: * src/main/pa_common.C 1.156:
224: * src/main/pa_exec.C 1.52:
225: * src/main/pa_request.C 1.249:
226: * src/main/pa_sql_driver_manager.C 1.72:
227: * src/main/pa_string.C 1.176:
228: * src/main/pa_stylesheet_manager.C 1.18:
229: * src/main/untaint.C 1.119:
230: * src/types/pa_value.h 1.113:
231: * src/types/pa_vimage.C 1.24:
232: * src/types/pa_vmail.C 1.51:
233: * src/types/pa_vmath.C 1.3:
234: * src/types/pa_vstateless_class.h 1.44:
235: * src/types/pa_vstatus.C 1.18:
236: * src/types/pa_vxnode.C 1.33:
237: * www/htdocs/.htaccess 1.14:
238: string_fragments_to_cord merged to HEAD
239:
240: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
241: removed warnings
242:
243: 2003-09-24 paf
244: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
245: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
246: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
247: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
248: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
249: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
250: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
251: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
252: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
253: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
254: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
255: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
256: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
257: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
258: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
259: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
260: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
261: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
262: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
263: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
264: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
265: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
266: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
267: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
268: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
269: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
270: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
271: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
272: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
273: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
274: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
275: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
276: v() functions of String::Body, String::Languages and String itself
277: StringBody->String::Body
278:
279: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
280: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
281: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
282: langs: speed up by joining adjucent blocks of same char [
283: CORD_append_block]
284:
285: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
286: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
287: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
288: CORD_append_block showed no efficiency = never optimized anything.
289: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
290:
291: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
292: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
293: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
294: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
295: aval/ works!
296:
297: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
298: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
299: aval is not actually working yet :(
300: but more working &understood :)
301:
302: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
303: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
304: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
305: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
306: aval/ works!
307: todo: save space by extending blocks when appending block with c == lastblock.c
308:
309: 2003-09-23 paf
310: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
311: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
312: just compiled
313: todo: serialize&deserialize
314:
315: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
316: something even more works :)
317:
318: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
319: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
320: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
321: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
322: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
323: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
324: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
325: main idea implemented, details left
326:
327: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
328: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
329: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
330: something already works :)
331:
332: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
333: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
334: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
335: something more works :)
336:
337: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
338: $a[ok!]
339: $a works!
340:
341: 2003-09-22 paf
342: * src/classes/xdoc.C 1.112:
343: * src/classes/xnode.C 1.57:
344: new DOM2 methods from Alexandr Egorov <egr> (all?)
345: xdoc:
346: createAttributeNS
347: createElementNS
348: xnode:
349: getAttributeNS
350: setAttributeNS
351: removeAttributeNS
352: getAttributeNodeNS
353: setAttributeNodeNS
354: hasAttribute
355: hasAttributeNS
356:
357: * src/classes/memory.C 1.3:
358: * src/include/pa_memory.h 1.5:
359: #ifdef GC_DEBUG
360:
361: * src/include/pa_memory.h 1.4:
362: * src/main/pa_globals.C 1.159:
363: when xml memory allocator returns 0, just die.
364: http://i2/tasks/edit/?id=4570798492410259445
365:
366: * src/lib/cord/cordxtra.c 1.3:
367: CORD_pos bugfix [failed to find 8bit chars due to bitwise
368: operation signed-char error]
369:
370: * src/classes/xdoc.C 1.113:
371: * src/classes/xnode.C 1.58:
372: copy/paste comment bugfix
373:
374: 2003-09-19 paf
375: * src/targets/apache13/mod_parser3.c 1.6:
376: now compiles on MSVC7
377:
378: * operators.txt 1.117:
379: * src/main/pa_common.C 1.155:
380: merged
381: $f[^file::load[binary;http://...]]
382: $f.tables
383:
384: * src/types/pa_wcontext.C 1.26:
385: output message: more practical suggestion
386:
387: 2003-09-02 paf
388: * src/targets/apache13/mod_parser3.c 1.5:
389: забытое изменение
390:
391: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
392: forgot initializer
393:
394: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
395: got rid of 'stdout' symbol reference on unix (users reported
396: problems with some old libc)
397:
398: * operators.txt [release_3_0_8] 1.115.2.1:
399: *** empty log message ***
400:
401: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
402: printf is buffered, write(1 is not. can't flush stdout without
403: referencing 'stdout' symbol. to hell with non-ansi libraries
404: without 'stdout' symbol
405:
406: 2003-09-01 paf
407: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
408: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
409: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
410: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
411: renamed to .c [lowercase] to correspond to runconfigure.
412: added files to fix 'make dist'
413:
414: * src/targets/apache13/Makefile.am 1.17:
415: * src/targets/apache13/Makefile.in 1.47:
416: * src/targets/apache13/mod_parser3.c 1.4:
417: merged with 3.1.0:
418: renamed to .c [lowercase] to correspond to runconfigure.
419: added files to fix 'make dist'
420:
421: * src/classes/date.C [release_3_0_8] 1.45.2.1:
422: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
423: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
424: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
425: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
426: $date.TZ
427: ^date.roll[TZ;new zone]
428:
429: * src/classes/image.C 1.92:
430: memory handling bugs [unpatched 'new' calls]
431:
432: 2003-08-19 paf
433: * src/types/pa_vmail.C 1.48:
434: * src/types/pa_vmail.h 1.11:
435: parses headers, still problems with body
436:
437: * src/types/pa_vmail.C 1.47:
438: mail_receive just compiled
439:
440: * src/types/pa_vmail.C 1.50:
441: turned off recoding in gmime (were still recoding headers)
442:
443: * src/include/pa_memory.h 1.3:
444: * src/types/pa_value.h 1.111:
445: -= few warnings
446:
447: * src/targets/apache13/mod_parser3.C 1.31:
448: * src/targets/apache13/mod_parser3.c 1.2:
449: .c
450:
451: * src/types/pa_vmail.C 1.49:
452: works as before, same charset problems:
453: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
454:
455: * src/targets/apache13/mod_parser3.C 1.30:
456: * src/targets/apache13/pa_httpd.h 1.3:
457: * src/targets/apache13core/mod_parser3.C 1.3:
458: apache module compiled on MSVC7
459:
460: * src/types/pa_value.C 1.11:
461: * src/types/pa_value.h 1.112:
462: * src/types/pa_vdate.h 1.26:
463: * src/types/pa_vrequest.C 1.29:
464: * src/types/pa_vstring.h 1.56:
465: * src/types/pa_vxdoc.C 1.25:
466: * src/types/pa_vxnode.C 1.32:
467: bark intefrace obsoleted, simplified a little
468:
469: * src/types/pa_vhash.C 1.3:
470: * src/types/pa_vhash.h 1.47:
471: _default+foreach bug refix [lost fix from 3.0.8]
472:
473: * src/types/pa_vcookie.C 1.57:
474: in VC7
475: if(type var=xxx){
476: }else{
477: now visible here
478: }
479:
480: bug fix
481:
482: * src/main/compile.tab.C 1.87:
483: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
484: study shows that later in bison they've fixed that. would migrate to latest bison someday
485:
486: 2003-08-18 paf
487: * src/classes/classes.vcproj 1.2:
488: * src/include/pa_config_fixed.h 1.58:
489: * src/main/main.vcproj 1.2:
490: * src/types/types.vcproj 1.2:
491: win32: continued process detaching from \parser3project directory
492:
493: * ~sak5c961f3101c36563.tmp 1.1:
494: Temporary file created by Visual Studio .NET to detect Jalindi
495: Igloo capabilities.
496:
497: * gnu.vcproj 1.1:
498: * parser3.sln 1.1:
499: * src/classes/classes.vcproj 1.1:
500: * src/classes/gd/gd.vcproj 1.1:
501: * src/classes/smtp/smtp.vcproj 1.1:
502: * src/lib/cord/cord.vcproj 1.1:
503: * src/lib/ltdl/libltdl.vcproj 1.1:
504: * src/lib/md5/md5.vcproj 1.1:
505: * src/lib/pcre/pcre.vcproj 1.1:
506: * src/lib/pcre/pcre_dftables.vcproj 1.1:
507: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
508: * src/main/main.vcproj 1.1:
509: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
510: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
511: * src/targets/cgi/parser3.vcproj 1.1:
512: * src/targets/isapi/parser3isapi.vcproj 1.1:
513: * src/types/types.vcproj 1.1:
514: new VS project files
515:
516: * configure 1.68:
517: * configure.in 1.64:
518: * src/classes/Makefile.am 1.42:
519: * src/classes/Makefile.in 1.55:
520: * src/classes/classes.awk 1.8:
521: * src/doc/footer.htm 1.3:
522: * src/include/pa_config_fixed.h 1.57:
523: * src/include/pa_version.h 1.8:
524: * src/lib/Makefile.am 1.5:
525: * src/lib/Makefile.in 1.10:
526: * src/lib/patches/Makefile.in 1.12:
527: * src/main/compile.tab.C 1.86:
528: * src/main/pa_charset.C 1.36:
529: * src/main/pa_string.C 1.175:
530: * src/main/untaint.C 1.118:
531: * src/types/pa_vmail.C 1.46:
532: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
533: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
534: merged 3.1.0 latest changes
535:
536: * gnu.dsp 1.5:
537: * gnu.vcproj.vspscc 1.1:
538: * parser3.dsw 1.9:
539: * parser3.vssscc 1.1:
540: * src/classes/classes.dsp 1.31:
541: * src/classes/classes.vcproj.vspscc 1.1:
542: * src/classes/gd/gd.dsp 1.32:
543: * src/classes/gd/gd.vcproj.vspscc 1.1:
544: * src/classes/smtp/smtp.dsp 1.28:
545: * src/classes/smtp/smtp.vcproj.vspscc 1.1:
546: * src/lib/cord/cord.dsp 1.3:
547: * src/lib/cord/cord.vcproj.vspscc 1.1:
548: * src/lib/ltdl/libltdl.dsp 1.7:
549: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
550: * src/lib/md5/md5.dsp 1.5:
551: * src/lib/md5/md5.vcproj.vspscc 1.1:
552: * src/lib/pcre/pcre.dsp 1.4:
553: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
554: * src/lib/pcre/pcre_dftables.dsp 1.2:
555: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
556: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
557: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
558: * src/main/main.dsp 1.167:
559: * src/main/main.vcproj.vspscc 1.1:
560: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
561: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
562: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
563: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
564: * src/targets/cgi/parser3.dsp 1.66:
565: * src/targets/cgi/parser3.vcproj 1.2:
566: * src/targets/isapi/parser3isapi.dsp 1.44:
567: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
568: * src/types/types.dsp 1.42:
569: * src/types/types.vcproj.vspscc 1.1:
570: moved to MSVC 7
571:
572: 2003-08-15 paf
573: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
574: email addresses in forms:
575: "non-ascii" <yyy>
576: non-ascii <yyy>
577: now encoded correctly
578:
579: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
580: email addresses in forms:
581: "non-ascii" <yyy>
582: non-ascii <yyy>
583: now encoded correctly [kinda merge from 3.0.8]
584:
585: 2003-07-29 paf
586: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
587: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
588: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
589: classes.awk added to make dist
590:
591: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
592: just started --with-mail-receive
593:
594: 2003-07-28 paf
595: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
596: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
597: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
598: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
599: removed circular dependence in src/classes, src/lib/gc now in dist
600:
601: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
602: ^cache bug fix [were not working at all]
603:
604: 2003-07-25 paf
605: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
606: year
607:
1.24 paf 608: 2003-07-24 paf
609: * INSTALL 1.33:
610: * Makefile.am 1.35:
611: * Makefile.in 1.49:
612: * acsite.m4 1.2:
613: * bin/Makefile.in 1.10:
614: * configure 1.67:
615: * configure.in 1.63:
616: * etc/Makefile.in 1.15:
617: * etc/parser3.charsets/Makefile.in 1.18:
618: * etc/parser3.charsets/koi8-r.cfg 1.4:
619: * etc/parser3.charsets/windows-1251.cfg 1.8:
620: * operators.txt 1.116:
621: * parser3.dsw 1.8:
622: * src/Makefile.in 1.56:
623: * src/classes/Makefile.am 1.41:
624: * src/classes/Makefile.in 1.54:
625: * src/classes/classes.C 1.19:
626: * src/classes/classes.awk 1.7:
627: * src/classes/classes.dsp 1.29:
628: * src/classes/classes.h 1.24:
629: * src/classes/date.C 1.46:
630: * src/classes/double.C 1.54:
631: * src/classes/file.C 1.111:
632: * src/classes/form.C 1.35:
633: * src/classes/gd/Makefile.am 1.11:
634: * src/classes/gd/Makefile.in 1.44:
635: * src/classes/gd/gd.dsp 1.30:
636: * src/classes/gd/gif.C 1.31:
637: * src/classes/gd/gif.h 1.24:
638: * src/classes/gd/gifio.C 1.22:
639: * src/classes/hash.C 1.57:
640: * src/classes/image.C 1.91:
641: * src/classes/int.C 1.50:
642: * src/classes/mail.C 1.89:
643: * src/classes/math.C 1.34:
644: * src/classes/memory.C 1.2:
645: * src/classes/op.C 1.129:
646: * src/classes/response.C 1.24:
647: * src/classes/smtp/Makefile.in 1.13:
648: * src/classes/smtp/comms.C 1.12:
649: * src/classes/smtp/smtp.C 1.21:
650: * src/classes/smtp/smtp.dsp 1.26:
651: * src/classes/smtp/smtp.h 1.12:
652: * src/classes/string.C 1.126:
653: * src/classes/table.C 1.182:
654: * src/classes/void.C 1.29:
655: * src/classes/xdoc.C 1.111:
656: * src/classes/xnode.C 1.56:
657: * src/classes/xnode.h 1.19:
658: * src/doc/exception.dox 1.2:
659: * src/doc/index.dox 1.5:
660: * src/doc/memory.dox 1.2:
661: * src/doc/string.dox 1.5:
662: * src/include/Makefile.am 1.4:
663: * src/include/Makefile.in 1.12:
664: * src/include/pa_array.h 1.59:
665: * src/include/pa_cache_managers.h 1.10:
666: * src/include/pa_charset.h 1.23:
667: * src/include/pa_charsets.h 1.9:
668: * src/include/pa_common.h 1.93:
669: * src/include/pa_config_auto.h.in 1.38:
670: * src/include/pa_config_fixed.h 1.56:
671: * src/include/pa_config_includes.h 1.25:
672: * src/include/pa_dictionary.h 1.14:
673: * src/include/pa_dir.h 1.14:
674: * src/include/pa_exception.h 1.39:
675: * src/include/pa_exec.h 1.13:
676: * src/include/pa_globals.h 1.104:
677: * src/include/pa_hash.h 1.59:
678: * src/include/pa_memory.h 1.2:
679: * src/include/pa_opcode.h 1.25:
680: * src/include/pa_operation.h 1.2:
681: * src/include/pa_pool.h 1.87:
682: * src/include/pa_pragma_pack_begin.h 1.7:
683: * src/include/pa_pragma_pack_end.h 1.7:
684: * src/include/pa_request.h 1.162:
685: * src/include/pa_request_charsets.h 1.2:
686: * src/include/pa_request_info.h 1.2:
687: * src/include/pa_sapi.h 1.23:
688: * src/include/pa_socks.h 1.12:
689: * src/include/pa_sql_connection.h 1.31:
690: * src/include/pa_sql_driver_manager.h 1.27:
691: * src/include/pa_stack.h 1.18:
692: * src/include/pa_string.h 1.145:
693: * src/include/pa_stylesheet_connection.h 1.33:
694: * src/include/pa_stylesheet_manager.h 1.16:
695: * src/include/pa_table.h 1.52:
696: * src/include/pa_threads.h 1.27:
697: * src/include/pa_types.h 1.45:
698: * src/include/pa_uue.h 1.5:
699: * src/lib/Makefile.am 1.4:
700: * src/lib/Makefile.in 1.9:
701: * src/lib/cord/Makefile.am 1.2:
702: * src/lib/cord/Makefile.in 1.2:
703: * src/lib/cord/cord.dsp 1.2:
704: * src/lib/cord/cordbscs.c 1.2:
705: * src/lib/cord/cordprnt.c 1.2:
706: * src/lib/cord/cordxtra.c 1.2:
707: * src/lib/cord/include/Makefile.am 1.2:
708: * src/lib/cord/include/Makefile.in 1.2:
709: * src/lib/cord/include/cord.h 1.2:
710: * src/lib/cord/include/ec.h 1.2:
711: * src/lib/cord/include/private/Makefile.am 1.2:
712: * src/lib/cord/include/private/Makefile.in 1.2:
713: * src/lib/cord/include/private/cord_pos.h 1.2:
714: * src/lib/cord/source.url 1.2:
715: * src/lib/gc/Makefile.am 1.2:
716: * src/lib/gc/Makefile.in 1.2:
1.25 paf 717: * src/lib/gc/include/Makefile.am 1.2:
718: * src/lib/gc/include/Makefile.in 1.2:
719: * src/lib/gc/include/gc.h 1.2:
1.24 paf 720: * src/lib/ltdl/Makefile.in 1.5:
721: * src/lib/ltdl/libltdl.dsp 1.6:
722: * src/lib/md5/Makefile.in 1.7:
723: * src/lib/md5/pa_md5.h 1.8:
724: * src/lib/md5/pa_md5c.c 1.10:
725: * src/lib/patches/Makefile.am 1.4:
726: * src/lib/patches/Makefile.in 1.11:
727: * src/lib/patches/gc.patch 1.2:
728: * src/lib/patches/gdome2.patch 1.2:
729: * src/lib/patches/libxml2.patch 1.2:
730: * src/lib/patches/libxslt.patch 1.2:
731: * src/lib/pcre/Makefile.in 1.9:
732: * src/lib/pcre/pcre.h 1.2:
733: * src/lib/pcre/pcre_parser_ctype.c 1.4:
734: * src/main/Makefile.am 1.36:
735: * src/main/Makefile.in 1.51:
736: * src/main/compile.C 1.70:
737: * src/main/compile.tab.C 1.84:
738: * src/main/compile.tab.C 1.85:
739: * src/main/compile.y 1.206:
740: * src/main/compile_tools.C 1.55:
741: * src/main/compile_tools.h 1.68:
742: * src/main/execute.C 1.297:
743: * src/main/main.dsp 1.165:
744: * src/main/pa_array.C 1.57:
745: * src/main/pa_cache_managers.C 1.8:
746: * src/main/pa_charset.C 1.35:
747: * src/main/pa_charsets.C 1.12:
748: * src/main/pa_common.C 1.154:
749: * src/main/pa_dictionary.C 1.18:
750: * src/main/pa_dir.C 1.15:
751: * src/main/pa_exception.C 1.44:
752: * src/main/pa_exec.C 1.51:
753: * src/main/pa_globals.C 1.157:
754: * src/main/pa_hash.C 1.54:
755: * src/main/pa_memory.C 1.2:
756: * src/main/pa_pool.C 1.60:
757: * src/main/pa_request.C 1.248:
758: * src/main/pa_socks.C 1.19:
759: * src/main/pa_sql_driver_manager.C 1.71:
760: * src/main/pa_string.C 1.174:
761: * src/main/pa_stylesheet_manager.C 1.17:
762: * src/main/pa_table.C 1.56:
763: * src/main/pa_uue.C 1.5:
764: * src/main/untaint.C 1.117:
765: * src/sql/Makefile.in 1.12:
766: * src/sql/pa_sql_driver.h 1.35:
767: * src/targets/Makefile.am 1.10:
768: * src/targets/Makefile.in 1.43:
769: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
770: * src/targets/apache13/Makefile.am 1.16:
771: * src/targets/apache13/Makefile.in 1.46:
772: * src/targets/apache13/mod_parser3.C 1.29:
773: * src/targets/apache13/p3runConfigure.in 1.13:
774: * src/targets/apache13/pa_httpd.h 1.2:
775: * src/targets/apache13/pa_md5c.c 1.6:
776: * src/targets/apache13/pa_pool.C 1.9:
777: * src/targets/apache13/pa_threads.C 1.12:
778: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
779: * src/targets/apache13core/Makefile.am 1.2:
780: * src/targets/apache13core/Makefile.in 1.2:
781: * src/targets/apache13core/mod_parser3.C 1.2:
782: * src/targets/apache13core/pa_threads.C 1.2:
783: * src/targets/cgi/Makefile.am 1.47:
784: * src/targets/cgi/Makefile.in 1.63:
785: * src/targets/cgi/getopt.c 1.3:
786: * src/targets/cgi/getopt.h 1.3:
787: * src/targets/cgi/pa_pool.C 1.42:
788: * src/targets/cgi/pa_threads.C 1.13:
789: * src/targets/cgi/parser3.C 1.218:
790: * src/targets/cgi/parser3.dsp 1.64:
791: * src/targets/cgi/pool_storage.h 1.14:
792: * src/targets/cgi/pp3.cmd 1.2:
793: * src/targets/isapi/Makefile.am 1.2:
794: * src/targets/isapi/Makefile.in 1.12:
795: * src/targets/isapi/pa_pool.C 1.17:
796: * src/targets/isapi/pa_threads.C 1.14:
797: * src/targets/isapi/parser3isapi.C 1.83:
798: * src/targets/isapi/parser3isapi.dsp 1.42:
799: * src/targets/isapi/pool_storage.h 1.20:
800: * src/types/Makefile.am 1.29:
801: * src/types/Makefile.in 1.51:
802: * src/types/pa_junction.h 1.2:
803: * src/types/pa_method.h 1.2:
804: * src/types/pa_value.C 1.10:
805: * src/types/pa_value.h 1.110:
806: * src/types/pa_vbool.h 1.22:
807: * src/types/pa_vclass.C 1.17:
808: * src/types/pa_vclass.h 1.40:
809: * src/types/pa_vcode_frame.h 1.25:
810: * src/types/pa_vcookie.C 1.56:
811: * src/types/pa_vcookie.h 1.24:
812: * src/types/pa_vdate.h 1.25:
813: * src/types/pa_vdouble.h 1.43:
814: * src/types/pa_venv.h 1.29:
815: * src/types/pa_vfile.C 1.37:
816: * src/types/pa_vfile.h 1.53:
817: * src/types/pa_vform.C 1.75:
818: * src/types/pa_vform.h 1.46:
819: * src/types/pa_vhash.C 1.2:
820: * src/types/pa_vhash.h 1.46:
821: * src/types/pa_vimage.C 1.23:
822: * src/types/pa_vimage.h 1.35:
823: * src/types/pa_vint.h 1.39:
824: * src/types/pa_vjunction.h 1.20:
825: * src/types/pa_vmail.C 1.45:
826: * src/types/pa_vmail.h 1.10:
827: * src/types/pa_vmath.C 1.2:
828: * src/types/pa_vmath.h 1.15:
829: * src/types/pa_vmemory.h 1.2:
830: * src/types/pa_vmethod_frame.C 1.2:
831: * src/types/pa_vmethod_frame.h 1.46:
832: * src/types/pa_vobject.C 1.13:
833: * src/types/pa_vobject.h 1.39:
834: * src/types/pa_vrequest.C 1.28:
835: * src/types/pa_vrequest.h 1.26:
836: * src/types/pa_vresponse.C 1.18:
837: * src/types/pa_vresponse.h 1.33:
838: * src/types/pa_vstateless_class.C 1.20:
839: * src/types/pa_vstateless_class.h 1.43:
840: * src/types/pa_vstateless_object.h 1.29:
841: * src/types/pa_vstatus.C 1.17:
842: * src/types/pa_vstatus.h 1.16:
843: * src/types/pa_vstring.C 1.23:
844: * src/types/pa_vstring.h 1.55:
845: * src/types/pa_vtable.C 1.22:
846: * src/types/pa_vtable.h 1.49:
847: * src/types/pa_vvoid.h 1.18:
848: * src/types/pa_vxdoc.C 1.24:
849: * src/types/pa_vxdoc.h 1.32:
850: * src/types/pa_vxnode.C 1.31:
851: * src/types/pa_vxnode.h 1.23:
852: * src/types/pa_wcontext.C 1.25:
853: * src/types/pa_wcontext.h 1.43:
854: * src/types/pa_wwrapper.h 1.29:
855: * src/types/types.dsp 1.40:
856: * www/htdocs/.htaccess 1.13:
857: * www/htdocs/auto.p 1.18:
858: * www/htdocs/index.html 1.212:
859: moved tempate_gc to HEAD
860:
861: * parser3.dsw [template_gc] 1.7.6.1.2.4:
862: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
863: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
864: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
865: few paths for libxml debug/release changes
866:
867: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
868: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
869: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
870: more step towards \parser3project not having to be in root
871:
872: * parser3.dsw [template_gc] 1.7.6.1.2.5:
873: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
874: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
875: relative paths to xml&gc libs
876:
877: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
878: PA_ -> pa_
879:
880: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
881: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
882: uuid bugfix
883:
884: * tests/141.html [template_gc] 1.1.2.2:
885: * tests/Makefile [template_gc] 1.1.2.8.2.10:
886: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
887: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
888: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
889: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
890: to reflect date format change (were - become ' ')
891:
1.25 paf 892: * src/classes/classes.dsp 1.30:
893: * src/classes/gd/gd.dsp 1.31:
894: * src/classes/smtp/smtp.dsp 1.27:
895: * src/main/main.dsp 1.166:
896: * src/main/pa_globals.C 1.158:
897: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
898: * src/targets/cgi/parser3.dsp 1.65:
899: * src/targets/isapi/parser3isapi.dsp 1.43:
900: * src/types/types.dsp 1.41:
901: cvs: getting rid of win32xml pseudo project
902:
1.24 paf 903: * src/classes/math.C 1.33:
904: merged uuid bugfix
905:
906: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 907: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
908: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 909: release
910:
911: * src/classes/math.C [release_3_0_8] 1.33.2.1:
912: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
913: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
914: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
915: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
916: apache module compiled [were minor unnecessary changes in lib
917: md5 interface]
918:
1.26 paf 919: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
920: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
921: bad #endif fix
922:
1.24 paf 923: * tests/001.html 1.2:
924: * tests/002.html 1.2:
925: * tests/003.html 1.2:
926: * tests/004.html 1.2:
927: * tests/005.html 1.2:
928: * tests/006.html 1.2:
929: * tests/007.html 1.2:
930: * tests/008.html 1.2:
931: * tests/009.html 1.2:
932: * tests/010.html 1.2:
933: * tests/011.html 1.2:
934: * tests/012.html 1.2:
935: * tests/013.html 1.2:
936: * tests/014.html 1.2:
937: * tests/015.html 1.2:
938: * tests/016.html 1.2:
939: * tests/017.html 1.2:
940: * tests/018.html 1.2:
941: * tests/019.html 1.2:
942: * tests/019paf2001.gif 1.2:
943: * tests/020.html 1.2:
944: * tests/021.html 1.2:
945: * tests/022.html 1.2:
946: * tests/022_dir/a.html 1.2:
947: * tests/022_dir/b.txt 1.2:
948: * tests/022_dir/c.htm 1.2:
949: * tests/023.html 1.2:
950: * tests/024.html 1.2:
951: * tests/025.html 1.2:
952: * tests/026.html 1.2:
953: * tests/027.html 1.2:
954: * tests/028.html 1.2:
955: * tests/029.html 1.2:
956: * tests/030.html 1.2:
957: * tests/031.html 1.2:
958: * tests/032.html 1.2:
959: * tests/033.html 1.2:
960: * tests/034.html 1.2:
961: * tests/035.html 1.2:
962: * tests/036.html 1.2:
963: * tests/037.html 1.2:
964: * tests/038.html 1.2:
965: * tests/039.html 1.2:
966: * tests/040.html 1.2:
967: * tests/041.html 1.2:
968: * tests/042.html 1.2:
969: * tests/043.html 1.2:
970: * tests/044.html 1.2:
971: * tests/045.html 1.2:
972: * tests/046.html 1.2:
973: * tests/047.html 1.2:
974: * tests/048.html 1.2:
975: * tests/049.html 1.2:
976: * tests/050.html 1.2:
977: * tests/051.html 1.2:
978: * tests/051b.p 1.2:
979: * tests/051t.p 1.2:
980: * tests/052.html 1.2:
981: * tests/053.html 1.2:
982: * tests/054.html 1.2:
983: * tests/055.html 1.2:
984: * tests/056.html 1.2:
985: * tests/057.html 1.2:
986: * tests/058.html 1.2:
987: * tests/058_paf2000.png 1.2:
988: * tests/059.html 1.2:
989: * tests/060.html 1.2:
990: * tests/061.dat 1.2:
991: * tests/061.html 1.2:
992: * tests/062.html 1.2:
993: * tests/063.html 1.2:
994: * tests/064.html 1.2:
995: * tests/065.html 1.2:
996: * tests/066.html 1.2:
997: * tests/067.html 1.2:
998: * tests/068.html 1.2:
999: * tests/069.html 1.2:
1000: * tests/070.html 1.2:
1001: * tests/071.html 1.2:
1002: * tests/072.html 1.2:
1003: * tests/073.html 1.2:
1004: * tests/074.html 1.2:
1005: * tests/075.html 1.2:
1006: * tests/076.html 1.2:
1007: * tests/077.html 1.2:
1008: * tests/078.html 1.2:
1009: * tests/079.html 1.2:
1010: * tests/080.html 1.2:
1011: * tests/081.html 1.2:
1012: * tests/082.html 1.2:
1013: * tests/083.html 1.2:
1014: * tests/084.html 1.2:
1015: * tests/085.html 1.2:
1016: * tests/086.html 1.2:
1017: * tests/087.html 1.2:
1018: * tests/088.html 1.2:
1019: * tests/089.html 1.2:
1020: * tests/090.html 1.2:
1021: * tests/091.html 1.2:
1022: * tests/092.html 1.2:
1023: * tests/093.html 1.2:
1024: * tests/094.html 1.2:
1025: * tests/095.html 1.2:
1026: * tests/096.html 1.2:
1027: * tests/096_dir/163.jpg 1.2:
1028: * tests/096_dir/188.jpg 1.2:
1029: * tests/097.html 1.2:
1030: * tests/098.html 1.2:
1031: * tests/098font.gif 1.2:
1032: * tests/099.html 1.2:
1033: * tests/100.html 1.2:
1034: * tests/101.html 1.2:
1035: * tests/102.html 1.2:
1036: * tests/103.html 1.2:
1037: * tests/103mark.gif 1.2:
1038: * tests/103paf2001.gif 1.2:
1039: * tests/104.html 1.2:
1040: * tests/105.html 1.2:
1041: * tests/106.html 1.2:
1042: * tests/107.html 1.2:
1043: * tests/108.html 1.2:
1044: * tests/108.xsl 1.2:
1045: * tests/109.html 1.2:
1046: * tests/110.html 1.2:
1047: * tests/111.html 1.2:
1048: * tests/112.html 1.2:
1049: * tests/113.html 1.2:
1050: * tests/114.html 1.2:
1051: * tests/115.html 1.2:
1052: * tests/116.html 1.2:
1053: * tests/117.html 1.2:
1054: * tests/118.html 1.2:
1055: * tests/119.html 1.2:
1056: * tests/120.html 1.2:
1057: * tests/121.html 1.2:
1058: * tests/122.html 1.2:
1059: * tests/123.html 1.2:
1060: * tests/124.html 1.2:
1061: * tests/125.html 1.2:
1062: * tests/126.html 1.2:
1063: * tests/127.html 1.2:
1064: * tests/128.html 1.2:
1065: * tests/129.html 1.2:
1066: * tests/130.html 1.2:
1067: * tests/131.html 1.2:
1068: * tests/132.html 1.2:
1069: * tests/133.html 1.2:
1070: * tests/134.html 1.2:
1071: * tests/135.html 1.2:
1072: * tests/136.html 1.2:
1073: * tests/137.html 1.2:
1074: * tests/138.html 1.2:
1075: * tests/139.html 1.2:
1076: * tests/140.html 1.2:
1077: * tests/141.html 1.2:
1078: * tests/Makefile 1.2:
1079: * tests/descript.ion 1.2:
1080: * tests/outputs/create-dir 1.2:
1081: * tests/results/001.processed 1.2:
1082: * tests/results/002.processed 1.2:
1083: * tests/results/003.processed 1.2:
1084: * tests/results/004.processed 1.2:
1085: * tests/results/005.processed 1.2:
1086: * tests/results/006.processed 1.2:
1087: * tests/results/007.processed 1.2:
1088: * tests/results/008.processed 1.2:
1089: * tests/results/009.processed 1.2:
1090: * tests/results/010.processed 1.2:
1091: * tests/results/011.processed 1.2:
1092: * tests/results/012.processed 1.2:
1093: * tests/results/013.processed 1.2:
1094: * tests/results/014.processed 1.2:
1095: * tests/results/015.processed 1.2:
1096: * tests/results/016.processed 1.2:
1097: * tests/results/017.processed 1.2:
1098: * tests/results/018.processed 1.2:
1099: * tests/results/019.processed 1.2:
1100: * tests/results/020.processed 1.2:
1101: * tests/results/021.processed 1.2:
1102: * tests/results/022.processed 1.2:
1103: * tests/results/023.processed 1.2:
1104: * tests/results/024.processed 1.2:
1105: * tests/results/025.processed 1.2:
1106: * tests/results/026.processed 1.2:
1107: * tests/results/027.processed 1.2:
1108: * tests/results/028.processed 1.2:
1109: * tests/results/029.processed 1.2:
1110: * tests/results/030.processed 1.2:
1111: * tests/results/031.processed 1.2:
1112: * tests/results/032.processed 1.2:
1113: * tests/results/033.processed 1.2:
1114: * tests/results/034.processed 1.2:
1115: * tests/results/035.processed 1.2:
1116: * tests/results/036.processed 1.2:
1117: * tests/results/037.processed 1.2:
1118: * tests/results/038.processed 1.2:
1119: * tests/results/039.processed 1.2:
1120: * tests/results/040.processed 1.2:
1121: * tests/results/041.processed 1.2:
1122: * tests/results/042.processed 1.2:
1123: * tests/results/043.processed 1.2:
1124: * tests/results/044.processed 1.2:
1125: * tests/results/045.processed 1.2:
1126: * tests/results/046.processed 1.2:
1127: * tests/results/047.processed 1.2:
1128: * tests/results/048.processed 1.2:
1129: * tests/results/049.processed 1.2:
1130: * tests/results/050.processed 1.2:
1131: * tests/results/051.processed 1.2:
1132: * tests/results/052.processed 1.2:
1133: * tests/results/053.processed 1.2:
1134: * tests/results/054.processed 1.2:
1135: * tests/results/055.processed 1.2:
1136: * tests/results/056.processed 1.2:
1137: * tests/results/057.processed 1.2:
1138: * tests/results/058.processed 1.2:
1139: * tests/results/059.processed 1.2:
1140: * tests/results/060.processed 1.2:
1141: * tests/results/061.processed 1.2:
1142: * tests/results/062.processed 1.2:
1143: * tests/results/063.processed 1.2:
1144: * tests/results/064.processed 1.2:
1145: * tests/results/065.processed 1.2:
1146: * tests/results/066.processed 1.2:
1147: * tests/results/067.processed 1.2:
1148: * tests/results/068.processed 1.2:
1149: * tests/results/069.processed 1.2:
1150: * tests/results/070.processed 1.2:
1151: * tests/results/071.processed 1.2:
1152: * tests/results/072.processed 1.2:
1153: * tests/results/073.processed 1.2:
1154: * tests/results/074.processed 1.2:
1155: * tests/results/075.processed 1.2:
1156: * tests/results/076.processed 1.2:
1157: * tests/results/077.processed 1.2:
1158: * tests/results/078.processed 1.2:
1159: * tests/results/079.processed 1.2:
1160: * tests/results/080.processed 1.2:
1161: * tests/results/081.processed 1.2:
1162: * tests/results/082.processed 1.2:
1163: * tests/results/083.processed 1.2:
1164: * tests/results/084.processed 1.2:
1165: * tests/results/085.processed 1.2:
1166: * tests/results/086.processed 1.2:
1167: * tests/results/087.processed 1.2:
1168: * tests/results/088.processed 1.2:
1169: * tests/results/089.processed 1.2:
1170: * tests/results/090.processed 1.2:
1171: * tests/results/091.processed 1.2:
1172: * tests/results/092.processed 1.2:
1173: * tests/results/093.processed 1.2:
1174: * tests/results/094.processed 1.2:
1175: * tests/results/095.processed 1.2:
1176: * tests/results/096.processed 1.2:
1177: * tests/results/097.processed 1.2:
1178: * tests/results/098.processed 1.2:
1179: * tests/results/099.processed 1.2:
1180: * tests/results/100.processed 1.2:
1181: * tests/results/101.processed 1.2:
1182: * tests/results/102.processed 1.2:
1183: * tests/results/103.processed 1.2:
1184: * tests/results/104.processed 1.2:
1185: * tests/results/105.processed 1.2:
1186: * tests/results/106.processed 1.2:
1187: * tests/results/107.processed 1.2:
1188: * tests/results/108.processed 1.2:
1189: * tests/results/109.processed 1.2:
1190: * tests/results/110.processed 1.2:
1191: * tests/results/111.processed 1.2:
1192: * tests/results/112.processed 1.2:
1193: * tests/results/113.processed 1.2:
1194: * tests/results/114.processed 1.2:
1195: * tests/results/115.processed 1.2:
1196: * tests/results/116.processed 1.2:
1197: * tests/results/117.processed 1.2:
1198: * tests/results/118.processed 1.2:
1199: * tests/results/119.processed 1.2:
1200: * tests/results/120.processed 1.2:
1201: * tests/results/121.processed 1.2:
1202: * tests/results/122.processed 1.2:
1203: * tests/results/123.processed 1.2:
1204: * tests/results/124.processed 1.2:
1205: * tests/results/125.processed 1.2:
1206: * tests/results/126.processed 1.2:
1207: * tests/results/127.processed 1.2:
1208: * tests/results/128.processed 1.2:
1209: * tests/results/129.processed 1.2:
1210: * tests/results/130.processed 1.2:
1211: * tests/results/131.processed 1.2:
1212: * tests/results/132.processed 1.2:
1213: * tests/results/133.processed 1.2:
1214: * tests/results/134.processed 1.2:
1215: * tests/results/135.processed 1.2:
1216: * tests/results/136.processed 1.2:
1217: * tests/results/137.processed 1.2:
1218: * tests/results/138.processed 1.2:
1219: * tests/results/139.processed 1.2:
1220: * tests/results/140.processed 1.2:
1221: * tests/results/141.processed 1.2:
1222: * tests/run_parser.sh 1.2:
1223: merged(copied) to HEAD from template_gc
1224:
1.25 paf 1225: * tests/141.html [template_gc] 1.1.2.3:
1226: * tests/results/141.processed [template_gc] 1.1.2.3:
1227: fixed bug with too-small-a-buffer
1228:
1.24 paf 1229: 2003-07-23 paf
1230: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
1231: file ApacheModuleParser3Core.dsp was initially added on branch
1232: template_gc.
1233:
1234: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
1235: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
1236: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
1237: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
1238: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
1239: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
1240: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
1241: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
1242: stack top_index() fixed
1243:
1244: * src/targets/Makefile.am [template_gc] 1.9.24.1:
1245: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
1246: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
1247: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
1248: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
1249: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
1250: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
1251: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
1252: apache13 splitted to simplify apache build
1253:
1254: * src/lib/patches/gc.patch 1.1:
1255: file gc.patch was initially added on branch template_gc.
1256:
1257: * src/targets/apache13/mod_parser3.c 1.1:
1258: file mod_parser3.c was initially added on branch template_gc.
1259:
1260: * src/targets/apache13core/mod_parser3.C 1.1:
1261: file mod_parser3.C was initially added on branch template_gc.
1262:
1263: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
1264: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
1265: connection closing/caching fixed [connections were not closed
1266: put to cache]
1267:
1268: * src/targets/apache13core/Makefile.am 1.1:
1269: file Makefile.am was initially added on branch template_gc.
1270:
1271: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
1272: decided to support multithreading in apache module only on win32
1273: see that apache 1.3.28 supports it only in win32+netware...
1274:
1275: * src/targets/apache13/pa_httpd.h 1.1:
1276: file pa_httpd.h was initially added on branch template_gc.
1277:
1278: * src/targets/apache13core/Makefile.in 1.1:
1279: file Makefile.in was initially added on branch template_gc.
1280:
1281: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
1282: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
1283: proper dependence to rebuild p3conf from .in
1284:
1285: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
1286: minor style changes
1287:
1288: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
1289: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
1290: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
1291: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
1292: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
1293: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
1294: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
1295: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
1296: splitted apache to two projects to simplify separate c/c++ compilation
1297:
1298: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
1299: *** empty log message ***
1300:
1301: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
1302: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
1303: updated to new sapi interface
1304:
1305: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
1306: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
1307: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
1308: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
1309: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
1310: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
1311: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
1312: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
1313: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
1314: started splitting mod_parser3 into two parts: C and C++
1315:
1316: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
1317: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
1318: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
1319: renamed a little [to move to comman naming conv]
1320:
1321: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
1322: this bug remains even in latest-at-the-moment: gc6.2alpha6
1323: just reported to hans
1324:
1325: * src/targets/apache13/mod_parser3_main.C 1.1:
1326: file mod_parser3_main.C was initially added on branch
1327: template_gc.
1328:
1.25 paf 1329: * src/targets/apache13core/pa_threads.C 1.1:
1330: file pa_threads.C was initially added on branch template_gc.
1331:
1.24 paf 1332: 2003-07-22 paf
1333: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
1334: on win32 bugfix in handling shbang
1335:
1336: * INSTALL [template_gc] 1.31.6.4:
1337: disable-threads adviced
1338:
1339: * INSTALL [template_gc] 1.31.6.5:
1340: gc part updated stightly
1341:
1342: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
1343: out of memory is no longer coredump
1344:
1345: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
1346: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
1347: updated to new sapi interface
1348:
1349: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
1350: removed reduntant invariant check [there is one deeper in cord
1351: lib]
1352:
1353: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
1354: comment on OS
1355:
1356: 2003-07-21 paf
1357: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
1358: http:// CRLF now [merged from HEAD]
1359:
1360: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
1361: env passing fixed
1362:
1363: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
1364: file::exec/cgi environment variables now must be UPPERCASE and
1365: A-Z 0-9 _-
1366:
1367: * src/classes/Makefile.am [template_gc] 1.40.16.3:
1368: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
1369: removed circular dependency on classes.C
1370:
1371: * src/main/pa_common.C 1.153:
1372: http:// CRLF now
1373:
1374: 2003-07-02 paf
1375: * operators.txt [template_gc] 1.109.2.1.2.9:
1376: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
1377: renamed $memory:status fields to reflect their real meaning
1378:
1379: 2003-06-27 paf
1380: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
1381: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
1382: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
1383: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
1384: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
1385: merged from HEAD file::exec/cgi .charset
1386:
1387: 2003-06-26 paf
1388: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
1389: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
1390: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
1391: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
1392: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
1393: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
1394: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
1395: fixed several uninitialized local structures.
1396: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
1397:
1398: 2003-06-24 paf
1399: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
1400: simplified HASH_ALLOCATES_COUNT
1401:
1402: 2003-06-20 paf
1403: * operators.txt 1.115:
1404: * src/include/pa_globals.h 1.103:
1405: * src/main/pa_common.C 1.152:
1406: * src/main/pa_globals.C 1.156:
1407: introducing
1408: $f[^file::load[binary;http://...]]
1409: $f.tables
1410:
1411: 2003-06-06 paf
1412: * src/types/pa_vhash.h 1.45:
1413: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
1414: hash.field lookup first now: along with table. [were method
1415: lookup: inconsistent]
1416:
1.23 paf 1417: 2003-06-02 paf
1418: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
1419: empty string clone fixed to return writable memory
1420:
1421: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
1422: fix_line_breaks bug fix [terminating zero were not appended]
1423: which violated string invariant
1424:
1425: 2003-05-30 paf
1426: * src/main/pa_common.C 1.151:
1427: date format now
1428: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
1429:
1430: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
1431: date format now
1432: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
1433:
1434: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
1435: found minor bug, commended for future
1436:
1437: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
1438: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
1439: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
1440: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
1441: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
1442: initialized request_info properly
1443:
1444: 2003-05-28 paf
1445: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
1446: request_info.content_length can't be <0, size_t for some time
1447:
1448: 2003-05-26 paf
1449: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
1450: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
1451: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
1452: few forgotten <0 changed to !=STRING_NOT_FOUND
1453:
1454: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
1455: merged ffffu from HEAD
1456:
1457: 2003-05-11 paf
1458: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
1459: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
1460: think that found cause of premature doc free.
1461: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
1462: added holding-reference
1463:
1464: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
1465: xml memory debugging functions (ifdefed)
1466:
1467: 2003-04-29 paf
1468: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
1469: started digging on double free.
1470: on win32 found that that's perfectly normal.
1471:
1472: 2003-04-25 paf
1473: * src/classes/math.C 1.31:
1474: snprintf(buf, 3) become (buf,2) and failed to print anything.
1475: changed to quicker and simplier code
1476:
1477: * src/classes/hash.C 1.56:
1478: allowed ^hash::create[^rem{xxx}] [were to strict a check]
1479:
1480: * src/classes/table.C 1.180:
1481: * src/lib/md5/pa_md5c.c 1.9:
1482: minor compile errors
1483:
1484: * src/classes/table.C 1.181:
1485: table.join bug fix [bad limit check]
1486:
1487: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
1488: merged from HEAD: simpiler hash_string
1489:
1490: 2003-04-24 paf
1491: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
1492: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
1493: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
1494: ansi c fiolation syntax report
1495:
1496: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
1497: too strict assert loosened
1498:
1499: 2003-04-21 paf
1500: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
1501: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
1502: pp3 added to .am
1503:
1504: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
1505: merged from HEAD:
1506: "x:..." and "\\..." file names on Win32 considered disk-global
1507:
1508: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
1509: .5.6 version of libxml allows to install xmlMallocAtomic [
1510: author agreed to my suggestion], used that
1511:
1512: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
1513: assert added [looking for bug]
1514:
1515: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
1516: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
1517: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
1518: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
1519: attributed_meaning_to_string added L_UNSPECIFIED piece
1520: which was sortof OK, but violated string invariant [assertion barked on that]
1521: changed to L_PASS_APPEND, made that param obligatory
1522:
1523: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
1524: ^mail:send[$.body backward compatibility
1525:
1526: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
1527: pcre memory management changed to use GC memory
1528:
1529: * src/main/pa_request.C 1.247:
1530: "x:..." and "\\..." file names on Win32 considered disk-global
1531:
1532: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
1533: String::ArrayFragment::append_positions bug fixed [assert
1534: helped]
1535:
1536: 2003-04-18 paf
1537: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
1538: merged from HEAD:
1539: enabled '~' letter in filenames
1540:
1541: * src/main/untaint.C 1.116:
1542: enabled '~' letter in filenames
1543:
1544: 2003-04-16 paf
1545: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
1546: small bug introduced in autoptr times fixed
1547:
1548: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
1549: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
1550: fix: gcc reported tiny error
1551:
1552: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
1553: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
1554: merged from HEAD
1555:
1556: 2003-04-15 paf
1557: * operators.txt 1.112:
1558: * operators.txt [release_3_0_0007] 1.107.2.2:
1559: * src/classes/math.C 1.27:
1560: * src/lib/md5/pa_md5.h 1.7:
1561: * src/lib/md5/pa_md5c.c 1.8:
1562: ^math:md5[string]
1563: 16-byte digest
1564:
1565: * operators.txt 1.113:
1566: * src/classes/math.C 1.28:
1567: * src/classes/math.C 1.29:
1568: ^math:uuid[]
1569:
1570: * tests/results/141.processed 1.1:
1571: file 141.processed was initially added on branch template_gc.
1572:
1573: * operators.txt 1.114:
1574: * src/classes/math.C 1.30:
1575: ^math:uid64[]
1576:
1577: * operators.txt [template_gc] 1.109.2.1.2.8:
1578: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
1579: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
1580: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
1581: * tests/141.html [template_gc] 1.1.2.1:
1582: * tests/results/141.processed [template_gc] 1.1.2.1:
1583: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
1584: merged from head
1585: ^math:uuid[]
1586: ^math:uid64[]
1587: ^math:md5[string]
1588:
1589: test added: 141.html
1590:
1591: * tests/141.html 1.1:
1592: file 141.html was initially added on branch template_gc.
1593:
1594: * operators.txt [release_3_0_0007] 1.107.2.1:
1595: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
1596: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
1597: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
1598: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
1599: ^file::load[mode;name;
1600: $.offset
1601: $.limit
1602:
1603: 2003-04-14 paf
1604: * src/classes/table.C 1.178:
1605: more warnings
1606:
1607: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
1608: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
1609: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
1610: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
1611: removed checks in table::set_current, moved them back to table::locate
1612: implemented table::create/join с $.reverse
1613:
1614: * tests/results/140.processed 1.1:
1615: file 140.processed was initially added on branch template_gc.
1616:
1617: * src/include/pa_table.h 1.50:
1618: * src/main/pa_array.C 1.56:
1619: * src/main/pa_table.C 1.55:
1620: removed checks in table::set_current, moved them back to table
1621: :locate
1622:
1623: * src/classes/table.C 1.179:
1624: * src/include/pa_table.h 1.51:
1625: table $.distinct[tables] bug fixed
1626:
1627: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
1628: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
1629: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
1630: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
1631: * tests/140.html [template_gc] 1.1.2.1:
1632: * tests/results/140.processed [template_gc] 1.1.2.1:
1633: table $.reverse option works in create&co
1634: table $.distinct[tables] bug fix merged
1635:
1636: * tests/140.html 1.1:
1637: file 140.html was initially added on branch template_gc.
1638:
1639: * src/classes/math.C 1.26:
1640: * src/lib/md5/pa_md5.h 1.6:
1641: * src/lib/md5/pa_md5c.c 1.7:
1642: started ^math:md5
1643:
1644: 2003-04-11 paf
1645: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
1646: less xml, couple dup were valid
1647:
1648: * tests/128.html 1.1:
1649: file 128.html was initially added on branch template_gc.
1650:
1651: * tests/results/134.processed 1.1:
1652: file 134.processed was initially added on branch template_gc.
1653:
1654: * tests/129.html 1.1:
1655: file 129.html was initially added on branch template_gc.
1656:
1657: * tests/130.html 1.1:
1658: file 130.html was initially added on branch template_gc.
1659:
1660: * tests/results/126.processed 1.1:
1661: file 126.processed was initially added on branch template_gc.
1662:
1663: * tests/130.html [template_gc] 1.1.2.1:
1664: * tests/131.html [template_gc] 1.1.2.1:
1665: * tests/132.html [template_gc] 1.1.2.1:
1666: * tests/133.html [template_gc] 1.1.2.1:
1667: * tests/134.html [template_gc] 1.1.2.1:
1668: * tests/135.html [template_gc] 1.1.2.1:
1669: * tests/136.html [template_gc] 1.1.2.1:
1670: * tests/137.html [template_gc] 1.1.2.1:
1671: * tests/138.html [template_gc] 1.1.2.1:
1672: * tests/139.html [template_gc] 1.1.2.1:
1673: * tests/descript.ion [template_gc] 1.1.2.1:
1674: * tests/results/130.processed [template_gc] 1.1.2.1:
1675: * tests/results/131.processed [template_gc] 1.1.2.1:
1676: * tests/results/132.processed [template_gc] 1.1.2.1:
1677: * tests/results/133.processed [template_gc] 1.1.2.1:
1678: * tests/results/134.processed [template_gc] 1.1.2.1:
1679: * tests/results/135.processed [template_gc] 1.1.2.1:
1680: * tests/results/136.processed [template_gc] 1.1.2.1:
1681: * tests/results/137.processed [template_gc] 1.1.2.1:
1682: * tests/results/138.processed [template_gc] 1.1.2.1:
1683: * tests/results/139.processed [template_gc] 1.1.2.1:
1684: added few mustfail tests
1685: 130.html mustfail: empty regexp
1686: 131.html mustfail: invalid date/time
1687: 132.html mustfail: access to junction outside of context
1688: 133.html mustfail: access to junction outside of context, case version
1689: 134.html mustfail: hash: adding a key inside of foreach
1690: 135.html mustfail: modifying system class
1691: 136.html mustfail: $.name outside of $hash[here]
1692: 137.html mustfail: appendChild without import
1693: 138.html mustfail: invalid encoding inside of xml
1694: 139.html mustfail: bad XPath
1695:
1696: * tests/131.html 1.1:
1697: file 131.html was initially added on branch template_gc.
1698:
1699: * tests/results/136.processed 1.1:
1700: file 136.processed was initially added on branch template_gc.
1701:
1702: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
1703: context-style
1704:
1705: * tests/132.html 1.1:
1706: file 132.html was initially added on branch template_gc.
1707:
1708: * tests/results/128.processed 1.1:
1709: file 128.processed was initially added on branch template_gc.
1710:
1711: * tests/results/138.processed 1.1:
1712: file 138.processed was initially added on branch template_gc.
1713:
1714: * operators.txt [template_gc] 1.109.2.1.2.7:
1715: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
1716: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
1717: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
1718: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
1719: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
1720: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
1721: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
1722: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
1723: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
1724: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
1725: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
1726: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
1727: merged from HEAD
1728: from before_append_array_limit_sense_change
1729: to after_append_array_limit_sense_change
1730:
1731: * operators.txt [template_gc] 1.109.2.1.2.6:
1732: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
1733: * tests/084.html [template_gc] 1.1.2.1.2.1:
1734: * tests/125.html [template_gc] 1.1.2.1:
1735: * tests/126.html [template_gc] 1.1.2.1:
1736: * tests/127.html [template_gc] 1.1.2.1:
1737: * tests/128.html [template_gc] 1.1.2.1:
1738: * tests/129.html [template_gc] 1.1.2.1:
1739: * tests/results/125.processed [template_gc] 1.1.2.1:
1740: * tests/results/126.processed [template_gc] 1.1.2.1:
1741: * tests/results/127.processed [template_gc] 1.1.2.1:
1742: * tests/results/128.processed [template_gc] 1.1.2.1:
1743: * tests/results/129.processed [template_gc] 1.1.2.1:
1744: merged from HEAD
1745: ^table.hash[key][$.distinct[tables]]
1746:
1747: maked appropriate tests [changed one old nonconforming]
1748:
1749: * tests/descript.ion 1.1:
1750: file descript.ion was initially added on branch template_gc.
1751:
1752: * tests/133.html 1.1:
1753: file 133.html was initially added on branch template_gc.
1754:
1755: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
1756: removed bad lines
1757:
1758: * tests/results/131.processed 1.1:
1759: file 131.processed was initially added on branch template_gc.
1760:
1761: * tests/134.html 1.1:
1762: file 134.html was initially added on branch template_gc.
1763:
1764: * tests/135.html 1.1:
1765: file 135.html was initially added on branch template_gc.
1766:
1767: * tests/results/133.processed 1.1:
1768: file 133.processed was initially added on branch template_gc.
1769:
1770: * tests/136.html 1.1:
1771: file 136.html was initially added on branch template_gc.
1772:
1773: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
1774: const
1775:
1776: * tests/results/125.processed 1.1:
1777: file 125.processed was initially added on branch template_gc.
1778:
1779: * tests/137.html 1.1:
1780: file 137.html was initially added on branch template_gc.
1781:
1782: * operators.txt 1.110:
1783: * src/classes/table.C 1.174:
1784: ^table.hash[key][$.distinct[tables]]
1785:
1786: * tests/results/135.processed 1.1:
1787: file 135.processed was initially added on branch template_gc.
1788:
1789: * tests/138.html 1.1:
1790: file 138.html was initially added on branch template_gc.
1791:
1792: * operators.txt 1.111:
1793: * src/classes/date.C 1.45:
1794: * src/classes/table.C 1.176:
1795: * src/include/pa_array.h 1.58:
1796: * src/include/pa_common.h 1.92:
1797: * src/include/pa_config_includes.h 1.24:
1798: * src/include/pa_globals.h 1.102:
1799: * src/include/pa_table.h 1.49:
1800: * src/main/pa_array.C 1.55:
1801: * src/main/pa_globals.C 1.155:
1802: * src/main/pa_request.C 1.246:
1803: * src/main/pa_sql_driver_manager.C 1.70:
1804: * src/main/pa_string.C 1.173:
1805: * src/main/pa_table.C 1.54:
1806: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
1807: append_array_limit_sense_change
1808: locate accepts options same as create
1809: new option: $.reverse(1) [do not work in table::create]
1810:
1811: * tests/results/127.processed 1.1:
1812: file 127.processed was initially added on branch template_gc.
1813:
1814: * tests/139.html 1.1:
1815: file 139.html was initially added on branch template_gc.
1816:
1817: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
1818: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
1819: *** empty log message ***
1820:
1821: * tests/results/137.processed 1.1:
1822: file 137.processed was initially added on branch template_gc.
1823:
1824: * tests/results/130.processed 1.1:
1825: file 130.processed was initially added on branch template_gc.
1826:
1827: * tests/results/129.processed 1.1:
1828: file 129.processed was initially added on branch template_gc.
1829:
1830: * src/include/pa_common.h 1.91:
1831: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
1832: * src/main/pa_common.C 1.150:
1833: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
1834: gcc didn't like (stat xxx,
1835:
1836: * INSTALL [template_gc] 1.31.6.3:
1837: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
1838: * src/lib/Makefile.am [template_gc] 1.3.10.3:
1839: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
1840: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
1841: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
1842: re-added libgdome patch. regretfully libgdome bug can not be
1843: worked around
1844:
1845: * src/classes/xdoc.C 1.110:
1846: * src/classes/xnode.C 1.55:
1847: * src/include/pa_charset.h 1.22:
1848: merged fix for
1849: found very old xml (dom) bug:
1850: were passing domString objects and later ERROREOUSLY freed them
1851:
1852: * src/classes/table.C 1.175:
1853: * src/classes/table.C 1.177:
1854: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
1855: typo
1856:
1857: * tests/results/139.processed 1.1:
1858: file 139.processed was initially added on branch template_gc.
1859:
1860: * tests/125.html 1.1:
1861: file 125.html was initially added on branch template_gc.
1862:
1863: * tests/results/132.processed 1.1:
1864: file 132.processed was initially added on branch template_gc.
1865:
1866: * tests/126.html 1.1:
1867: file 126.html was initially added on branch template_gc.
1868:
1869: * tests/127.html 1.1:
1870: file 127.html was initially added on branch template_gc.
1871:
1872: 2003-04-10 paf
1873: * src/doc/string.dox [template_gc] 1.4.22.2:
1874: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
1875: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
1876: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
1877: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
1878: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
1879: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
1880: * tests/123.html [template_gc] 1.1.2.1:
1881: * tests/124.html [template_gc] 1.1.2.1:
1882: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
1883: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
1884: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
1885: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
1886: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
1887: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
1888: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
1889: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
1890: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
1891: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
1892: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
1893: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
1894: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
1895: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
1896: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
1897: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
1898: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
1899: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
1900: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
1901: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
1902: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
1903: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
1904: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
1905: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
1906: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
1907: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
1908: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
1909: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
1910: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
1911: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
1912: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
1913: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
1914: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
1915: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
1916: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
1917: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
1918: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
1919: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
1920: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
1921: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
1922: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
1923: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
1924: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
1925: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
1926: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
1927: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
1928: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
1929: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
1930: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
1931: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
1932: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
1933: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
1934: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
1935: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
1936: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
1937: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
1938: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
1939: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
1940: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
1941: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
1942: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
1943: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
1944: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
1945: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
1946: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
1947: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
1948: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
1949: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
1950: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
1951: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
1952: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
1953: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
1954: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
1955: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
1956: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
1957: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
1958: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
1959: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
1960: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
1961: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
1962: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
1963: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
1964: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
1965: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
1966: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
1967: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
1968: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
1969: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
1970: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
1971: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
1972: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
1973: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
1974: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
1975: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
1976: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
1977: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
1978: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
1979: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
1980: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
1981: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
1982: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
1983: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
1984: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
1985: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
1986: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
1987: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
1988: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
1989: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
1990: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
1991: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
1992: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
1993: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
1994: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
1995: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
1996: * tests/results/121.processed [template_gc] 1.1.2.2:
1997: * tests/results/122.processed [template_gc] 1.1.2.2:
1998: * tests/results/123.processed [template_gc] 1.1.2.1:
1999: * tests/results/124.processed [template_gc] 1.1.2.1:
2000: new convention: char* never 0. assert in cord on that
2001:
2002: * tests/124.html 1.1:
2003: file 124.html was initially added on branch template_gc.
2004:
2005: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
2006: couple more asserts
2007:
2008: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
2009: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
2010: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
2011: found very old xml (dom) bug:
2012: were passing domString objects and later ERROREOUSLY freed them
2013:
2014: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
2015: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
2016: bugfix on memory buffer overrun [but that's memory from
2017: gc_malloc, not from g_malloc :(, but would hope]
2018:
2019: * tests/results/123.processed 1.1:
2020: file 123.processed was initially added on branch template_gc.
2021:
2022: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
2023: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
2024: little transcodes speedup
2025:
2026: * tests/results/124.processed 1.1:
2027: file 124.processed was initially added on branch template_gc.
2028:
2029: * tests/123.html 1.1:
2030: file 123.html was initially added on branch template_gc.
2031:
2032: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
2033: checked custom malloc for returning 0
2034:
2035: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
2036: couple assertions on fantastic situations added [may be those
2037: is the case now?]
2038:
2039: 2003-04-09 paf
2040: * tests/122.html [template_gc] 1.1.2.1:
2041: * tests/results/122.processed [template_gc] 1.1.2.1:
2042: 122 date test <= and == added [after volatile fix. passes on
2043: win&intel-solaris]
2044:
2045: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
2046: custom profiling script:
2047: plist/ST << Sort by function time
2048:
2049: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
2050: merged ^date.roll changes
2051:
2052: * src/classes/date.C 1.44:
2053: ^date.roll bug fix
2054:
2055: * tests/results/122.processed 1.1:
2056: file 122.processed was initially added on branch template_gc.
2057:
2058: * tests/122.html 1.1:
2059: file 122.html was initially added on branch template_gc.
2060:
2061: * src/classes/date.C 1.43:
2062: ^date.roll now throws less errors:
2063: month shifts handles end of month situation by reducing day number
2064: hour-hole shift reduces hour to recover
2065:
2066: * src/targets/cgi/pp3.cmd 1.1:
2067: file pp3.cmd was initially added on branch template_gc.
2068:
2069: * operators.txt [template_gc] 1.109.2.1.2.5:
2070: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
2071: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
2072: http://
2073: $.charset[] param
2074: done
2075:
2076: 2003-04-08 paf
2077: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
2078: CORD_pos_advance turned out to have limit on 'n' param. worked
2079: that around
2080:
2081: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
2082: removed redundant & in CORD_pos param passing [for it's a
2083: pointer really]
2084:
2085: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
2086: merged PA_USE_ALARM bugfix from HEAD
2087:
2088: * src/lib/cord/source.url 1.1:
2089: file source.url was initially added on branch template_gc.
2090:
2091: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
2092: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
2093: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
2094: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
2095: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
2096: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
2097: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
2098: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
2099: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
2100: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
2101: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
2102: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
2103: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
2104: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
2105: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
2106: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
2107: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
2108: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
2109: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
2110: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
2111: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
2112: pa_vform violated String::invariant. started fixing [not
2113: compiled now]
2114:
2115: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
2116: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
2117: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
2118: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
2119: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
2120: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
2121: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
2122: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
2123: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
2124: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
2125: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
2126: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
2127: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
2128: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
2129: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
2130: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
2131: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
2132: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
2133: started http://
2134: $.charset[] param
2135: and
2136: http response charset detection
2137: just compiled.
2138: todo:test
2139:
2140: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
2141: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
2142: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
2143: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
2144: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
2145: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
2146: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
2147: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
2148: this allowed to fix one remaining String("123", 2) case
2149:
2150: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
2151: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
2152: *** empty log message ***
2153:
2154: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
2155: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
2156: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
2157: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
2158: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
2159: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
2160: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
2161: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
2162: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
2163: number of string style improvements & optimizations
2164:
2165: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
2166: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
2167: * src/lib/cord/source.url [template_gc] 1.1.2.1:
2168: From: "Boehm, Hans" <hans_boehm@hp.com>
2169: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
2170: Sent: Tuesday, April 08, 2003 2:16 AM
2171: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
2172:
2173:
2174: Thanks for the bug report and patch.
2175:
2176: 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.
2177:
2178: Hans
2179:
2180: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
2181: =0 bug fix [left from autoptr default ctor :(]
2182:
2183: 2003-04-07 paf
2184: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
2185: small style change
2186:
2187: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
2188: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
2189: CORD_cat bugfix
2190:
2191: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
2192: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
2193: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
2194: merged from head:safe mode error message now includes numbers
2195:
2196: * src/include/pa_common.h 1.90:
2197: * src/main/pa_common.C 1.149:
2198: * src/main/pa_exec.C 1.50:
2199: safe mode error message now includes numbers
2200:
2201: * src/main/execute.C 1.296:
2202: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
2203: n-th attempt to make a=a work with double.
2204: problem: as_double returns it's result in fp-register
2205: compiler optimizes access to that register after b->as_double,
2206: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
2207: _SAME_ double values do not match here.
2208: when forced to REload fp-register, values do match.
2209:
2210: tried to make them volatile.
2211:
2212: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
2213: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
2214: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
2215: unknown untaint lang now causes death
2216:
2217: 2003-04-04 paf
2218: * src/types/pa_vmail.C 1.44:
2219: mail receive: .txt attachemnts bug fix
2220: http://i2/tasks/edit/?id=4507350336410850921
2221:
2222: * src/main/pa_globals.C 1.154:
2223: exif mem leak
2224: http://i2/tasks/edit/?id=4480590323629807263
2225:
2226: * src/classes/classes.dsp 1.27:
2227: * src/classes/gd/gd.dsp 1.28:
2228: * src/classes/smtp/smtp.dsp 1.24:
2229: * src/lib/ltdl/libltdl.dsp 1.5:
2230: * src/lib/md5/md5.dsp 1.4:
2231: * src/lib/pcre/pcre.dsp 1.3:
2232: * src/main/compile.tab.C 1.82:
2233: * src/main/main.dsp 1.163:
2234: * src/main/pa_globals.C 1.153:
2235: * src/targets/cgi/parser3.dsp 1.62:
2236: * src/types/types.dsp 1.38:
2237: links to xml libs made relative, no need to unpack
2238: parser3project to /parser3project.
2239:
2240: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
2241: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
2242: more understandable error message in case @CLASS with more then
2243: one line inside
2244:
2245: * src/classes/classes.dsp 1.28:
2246: * src/classes/gd/gd.dsp 1.29:
2247: * src/classes/smtp/smtp.dsp 1.25:
2248: * src/main/main.dsp 1.164:
2249: * src/targets/cgi/parser3.dsp 1.63:
2250: * src/types/pa_vmail.C 1.43:
2251: * src/types/types.dsp 1.39:
2252: buf fix http://i2/tasks/edit/?id=4493946731322521294
2253: $.to[billgates@microsoft.com
2254: BCc: send-spam-to@someemails.ru
2255: ]
2256:
2257: * src/classes/file.C 1.110:
2258: * src/include/pa_exec.h 1.12:
2259: * src/main/pa_exec.C 1.49:
2260: incorportated pa_exec patch by
2261: From: "Victor Fedoseev" <vvf_ru@mail.ru>
2262: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
2263: Sent: Thursday, January 23, 2003 9:14 AM
2264:
2265: huge speedup on ^file::cgi with big result
2266:
2267: * configure [template_gc] 1.66.2.5.2.7:
2268: * tests/Makefile [template_gc] 1.1.2.8.2.8:
2269: * tests/Makefile [template_gc] 1.1.2.8.2.9:
2270: *** empty log message ***
2271:
2272: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
2273: more understandable error message in case of errors in @unhandled_exception
2274:
2275: * src/classes/math.C 1.25:
2276: allowed random 1...
2277:
2278: * src/classes/xdoc.C 1.109:
2279: memory allocation func bugfix
2280: http://i2/tasks/edit/?id=4499303470368629745
2281:
1.24 paf 2282: * src/classes/table.C 1.173:
2283: sort table with 0 rows bug fixed
2284:
1.23 paf 2285: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
2286: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
2287: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
2288: error column more precise - tab handling bug fixed
2289:
1.24 paf 2290: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
2291: allowed random 0..
2292:
1.23 paf 2293: * src/classes/hash.C 1.55:
2294: * src/types/pa_vhash.h 1.44:
2295: $hash._default showed in foreach & co bug fix
2296: http://i2/tasks/edit/?id=4493701604654042676
2297:
2298: @main[]
2299: $with_default[
2300: $.a[1]
2301: $._default[default from with_default]
2302: ]
2303: ^show[$with_default]
2304:
2305: $to_add_to[
2306: $.b[2]
2307: ]
2308: ^to_add_to.add[$with_default]
2309: =$to_add_to.xxx=<br>
2310:
2311:
2312: ^show[$to_add_to]
2313:
2314:
2315: $cloned[^hash::create[$with_default]]
2316: =$cloned.xxx=<br>
2317: ^show[$cloned]
2318:
2319:
2320: @show[hash]
2321: ^hash.foreach[k;v]{
2322: $k = $v <br>
2323:
2324: }
2325: <hr>
2326:
2327: 2003-04-03 paf
2328: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
2329: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
2330: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
2331: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
2332: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
2333: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
2334: strack trace reset after handled exception [old bug fixed]
2335:
2336: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
2337: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
2338: parse position old bug fixed.
2339: position reporting made precise [both, in parse erros and runtime errors]
2340:
2341: * operators.txt [template_gc] 1.109.2.1.2.4:
2342: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
2343: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
2344: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
2345: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
2346: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
2347: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
2348: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
2349: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
2350: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
2351: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
2352: * src/classes/memory.C [template_gc] 1.1.2.4:
2353: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
2354: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
2355: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
2356: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
2357: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
2358: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
2359: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
2360: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
2361: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
2362: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
2363: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
2364: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
2365: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
2366: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
2367: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
2368: MethodParams& now [methods without params receive zero
2369: reference, but they are expected not to look there]
2370:
2371: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
2372: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
2373: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
2374: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
2375: slightly improved error messages text:
2376: 1. is '%s', it
2377: 2. method undefined in case of ^void[]
2378:
1.24 paf 2379: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
2380: removed 'patches'
2381:
1.23 paf 2382: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
2383: top limit
2384:
2385: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
2386: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
2387: removed from trace 'a' exception when
2388: ^try{
2389: ^throw[a;1]
2390: }{
2391: ^throw[b;2]
2392: }
2393:
2394: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
2395:
2396:
2397: @main[]
2398: ^try{
2399: ^first[]
2400: }{
2401: ^throw[c;3]
2402: }
2403:
2404: @first[]
2405: ^throw[a;1]
2406:
2407: showed
2408: throw a
2409: first
2410: throw b
2411: try
2412:
2413: which is no good
2414:
2415: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
2416: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
2417: * tests/042.html [template_gc] 1.1.2.1.2.1:
2418: test 042 changed to realities, and passed [bug fixed]
2419:
2420: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
2421: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
2422: *** empty log message ***
2423:
2424: * operators.txt [template_gc] 1.109.2.1.2.3:
2425: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
2426: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
2427: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
2428: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
2429: ^process...[filename]
2430: useful for better error reporting [file/line/col]
2431:
2432: * INSTALL [template_gc] 1.31.6.2:
2433: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
2434: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
2435: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
2436: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
2437: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
2438: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
2439: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
2440: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
2441: debug info format simplified, now it's:
2442: OP_VALUE
2443: Operation::Origin << here
2444: value*
2445:
2446: higher limits:
2447: file number (max: 255)
2448: line number (max: 64535)
2449: column number (max: 255)
2450:
2451: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
2452: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
2453: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
2454: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
2455: precise parse error position in case of
2456:
2457: ^bug
2458: ]
2459:
2460: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
2461: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
2462: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
2463: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
2464: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
2465: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
2466: exception handling done. now we have error columns
2467: todo: test it
2468:
2469: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
2470: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
2471: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
2472: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
2473: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
2474: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
2475: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
2476: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
2477: introducing ^process...[main-method-alias]
2478:
2479: 2003-04-02 paf
2480: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
2481: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
2482: removed ref leak in xdoc::create/load
2483:
2484: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
2485: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
2486: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
2487: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
2488: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
2489: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
2490: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
2491: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
2492: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
2493: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
2494: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
2495: prepared debug info
2496: todo:use it
2497:
2498: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
2499: * tests/Makefile [template_gc] 1.1.2.8.2.6:
2500: replace bug fix [broke Dictionary constructor when moved to gc]
2501:
2502: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
2503: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
2504: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
2505: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
2506: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
2507: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
2508: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
2509: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
2510: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
2511: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
2512: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
2513: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
2514: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
2515: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
2516: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
2517: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
2518: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
2519: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
2520: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
2521: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
2522: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
2523: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
2524: more locally scoped vars in execute (more easily optimizable)
2525:
2526: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
2527: starting in gdome 0.7.4 this is no longer needed [author
2528: applied my patch]
2529:
2530: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
2531: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
2532: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
2533: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
2534: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
2535: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
2536: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
2537: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
2538: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
2539: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
2540: debug info: started using.
2541: todo:complete
2542:
2543: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
2544: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
2545: not patches now
2546:
2547: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
2548: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
2549: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
2550: uncommented http:// file loading
2551:
2552: * tests/Makefile [template_gc] 1.1.2.8.2.7:
2553: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
2554: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
2555: meta considered OK [it's up to coder now to remove it not
2556: needed]
2557:
2558: * configure [template_gc] 1.66.2.5.2.3:
2559: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
2560: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
2561: --enable-assertions autoconf-ed
2562:
2563: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
2564: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
2565: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
2566: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
2567: array::get/put inlined
2568:
2569: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.6:
2570: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
2571: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
2572: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
2573: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
2574: gif encoder bug fix [gdGrowingBuf]
2575:
2576: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
2577: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
2578: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
2579: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
2580: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
2581: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
2582: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
2583: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
2584: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
2585: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
2586: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
2587: all calls to String::String(str,helper_length) are checked.
2588: found/fixed one place:
2589: $request:body now zero-terminated,
2590:
2591: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
2592: decided against patching -- one can remove that header in @
2593: postprocess, if he/she wants to
2594:
2595: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
2596: strange mistake fixed: forgot to return Operation class->union
2597: after switching from autoptrs.
2598:
2599: * configure.in [template_gc] 1.62.2.5.2.4:
2600: * src/lib/Makefile.am [template_gc] 1.3.10.2:
2601: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
2602: removed patches
2603:
2604: * configure [template_gc] 1.66.2.5.2.4:
2605: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
2606: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
2607: *** empty log message ***
2608:
2609: * configure.in [template_gc] 1.62.2.5.2.3:
2610: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
2611: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
2612: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
2613: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
2614: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
2615: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
2616: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
2617: converted debug hacks to ANSI assertions
2618: started configure.in --enable-assertions
2619:
2620: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
2621: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
2622: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
2623: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
2624: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
2625: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
2626: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
2627: array get/put check become assertion
2628: iterator in methodframe filler
2629:
2630: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
2631: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
2632: globals.c: gc_substitute_memory_management_functions
2633: +installed CORD_oom function
2634:
2635: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
2636: found a way of dealing with charset tables without patching
2637: library [price: imposed limit of 10 user-defined charsets, but
2638: limit can be easily increased]
2639:
2640: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
2641: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
2642: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
2643: few for(size_t i=0...) -> for(Array_iterator... i(..); i
2644: has_next()
2645:
2646: 2003-04-01 paf
2647: * src/lib/gc/Makefile.am 1.1:
2648: * src/lib/gc/include/Makefile.am 1.1:
2649: file Makefile.am was initially added on branch template_gc.
2650:
2651: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
2652: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.6:
2653: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.7:
2654: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
2655: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
2656: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
2657: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
2658: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
2659: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
2660: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
2661: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
2662: prepared xml-static configuration
2663:
2664: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
2665: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
2666: xml memory debugging showed no errors. todo: debug parser memory
2667:
2668: * src/classes/gd/Makefile.am [template_gc] 1.10.16.1:
2669: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
2670: bug() to set bpt in (memory.c)
2671: some .am changes
2672:
2673: * src/lib/gc/Makefile.in 1.1:
2674: * src/lib/gc/include/Makefile.in 1.1:
2675: file Makefile.in was initially added on branch template_gc.
2676:
2677: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
2678: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
2679: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
2680: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
2681: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
2682: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
2683: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
2684: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
2685: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
2686: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
2687: fixed by remembering xmlDoc from dom object in xdoc.
2688: todo: do something with premature free of xdoc with xnodes/node values referring into it
2689:
2690: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
2691: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
2692: more build configurations
2693:
2694: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
2695: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
2696: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
2697: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
2698: moved memory debugging to global level: to pa_gc_malloc
2699:
2700: * src/classes/gd/Makefile.in [template_gc] 1.43.2.3.2.2:
2701: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
2702: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
2703: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
2704: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
2705: *** empty log message ***
2706:
2707: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
2708: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
2709: typo fix
2710:
2711: 2003-03-31 paf
2712: * INSTALL [template_gc] 1.31.6.1:
2713: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
2714: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
2715: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
2716: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
2717: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
2718: started xml lib memory debugging, simple checks failed:
2719: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
2720: heap situation changes = everything works fine
2721:
2722: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
2723: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
2724: worked around xmlRegisterCharEncodingHandler limitation [
2725: currently imposed limit of 10 user-defined charsets]
2726:
2727: 2003-03-28 paf
2728: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
2729: execution stack copied to local
2730: register
2731: variable, removed lots [~2e7) of memory accesses
2732:
2733: 2003-03-27 paf
2734: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
2735: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
2736: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
2737: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
2738: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
2739: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
2740: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
2741: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
2742: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
2743: fixed clients of &get():
2744: most to use non-ref version,
2745: some[in tight places] to get_unchecked_ref
2746:
2747: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
2748: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
2749: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
2750: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
2751: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
2752: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
2753: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
2754: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
2755: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
2756: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
2757: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
2758: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
2759: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
2760: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
2761: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
2762: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
2763: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
2764: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
2765: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
2766: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
2767: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
2768: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
2769: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
2770: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
2771: introducing append_help_length [radical improvement here]
2772:
2773: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
2774: GC_java_finalization turned off [was 'not recommened' in gc.h,
2775: on win32 noticed no difference]
2776:
2777: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
2778: returned checked array get [were disabled for debugging]
2779: result:not slower [don't understand that, it were INLINED]
2780: todo: find out a way of inlining it!
2781:
2782: * src/classes/memory.C [template_gc] 1.1.2.3:
2783: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
2784: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
2785: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
2786: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
2787: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
2788: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
2789: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
2790: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
2791: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
2792: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
2793: disabled gc, become even slower
2794:
2795: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
2796: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.5:
2797: * src/classes/memory.C [template_gc] 1.1.2.2:
2798: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.6:
2799: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
2800: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
2801: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
2802: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
2803: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
2804: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
2805: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
2806: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
2807: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
2808: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
2809: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
2810: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
2811: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
2812: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
2813: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
2814: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
2815: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
2816: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
2817: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
2818: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
2819: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
2820: Array::put(index, T>>&<< removed
2821: after Stack::pop wiping removed [moved to separate func]
2822: other Array & removed
2823:
2824: * src/lib/gc/include/gc_fake.h 1.1:
2825: file gc_fake.h was initially added on branch template_gc.
2826:
2827: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
2828: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
2829: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
2830: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
2831: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
2832: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
2833: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
2834: convention changed: all resulting strings are zero-terminated
2835:
2836: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
2837: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
2838: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
2839: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
2840: forgot to merge XML memory funcs replacement from gc branch
2841:
2842: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
2843: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
2844: XML memory funcs to GC works in debug, but fails in release
2845: todo: fix that
2846:
2847: * src/doc/memory.dox 1.1:
2848: file memory.dox was initially added on branch template_gc.
2849:
2850: * src/doc/memory.dox [template_gc] 1.1.2.1:
2851: forgot to add
2852:
2853: 2003-03-26 paf
2854: * src/lib/cord/include/private/cord_pos.h 1.1:
2855: file cord_pos.h was initially added on branch template_gc.
2856:
2857: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
2858: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
2859: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.4:
2860: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
2861: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.5:
2862: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
2863: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
2864: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
2865: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
2866: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
2867: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
2868: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
2869: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
2870: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
2871: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
2872: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
2873: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
2874: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
2875: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
2876: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
2877: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
2878: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
2879: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
2880: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
2881: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
2882: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
2883: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
2884: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
2885: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
2886: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
2887: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
2888: pre-evaluated .count() in some places
2889:
2890: * src/lib/cord/Makefile.am 1.1:
2891: * src/lib/cord/include/Makefile.am 1.1:
2892: * src/lib/cord/include/private/Makefile.am 1.1:
2893: file Makefile.am was initially added on branch template_gc.
2894:
2895: * src/lib/cord/Makefile.in 1.1:
2896: * src/lib/cord/include/Makefile.in 1.1:
2897: * src/lib/cord/include/private/Makefile.in 1.1:
2898: file Makefile.in was initially added on branch template_gc.
2899:
2900: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
2901: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.3:
2902: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
2903: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
2904: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
2905: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
2906: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
2907: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
2908: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
2909: .dsp updated to use lib/gc,lib/cord
2910:
2911: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
2912: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
2913: introducing lib/gc
2914:
2915: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
2916: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
2917: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
2918: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
2919: bundled gc includes
2920:
2921: * src/lib/cord/include/cord.h 1.1:
2922: file cord.h was initially added on branch template_gc.
2923:
2924: * src/lib/cord/include/ec.h 1.1:
2925: file ec.h was initially added on branch template_gc.
2926:
2927: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
2928: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
2929: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
2930: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
2931: * src/include/pa_version.h [template_gc] 1.7.16.1:
2932: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
2933: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
2934: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
2935: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
2936: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
2937: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
2938: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
2939: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
2940: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
2941: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
2942: a number of bugfixes [while testing first real site (aval)]
2943:
2944: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
2945: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.3:
2946: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.4:
2947: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
2948: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
2949: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
2950: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
2951: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
2952: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
2953: started profiling
2954:
2955: * src/lib/cord/include/gc.h 1.1:
2956: * src/lib/gc/include/gc.h 1.1:
2957: file gc.h was initially added on branch template_gc.
2958:
2959: * acsite.m4 1.1:
2960: file acsite.m4 was initially added on branch template_gc.
2961:
2962: * acsite.m4 [template_gc] 1.1.2.1:
2963: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
2964: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
2965: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
2966: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
2967: * src/classes/Makefile.am [template_gc] 1.40.16.2:
2968: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
2969: * src/classes/gd/Makefile.in [template_gc] 1.43.2.3.2.1:
2970: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.3:
2971: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.5:
2972: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
2973: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
2974: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
2975: * src/classes/smtp/Makefile.in [template_gc] 1.12.2.3.2.1:
2976: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.3:
2977: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
2978: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
2979: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
2980: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
2981: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
2982: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
2983: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
2984: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
2985: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
2986: * src/include/pa_version.h [template_gc] 1.7.16.2:
2987: * src/lib/Makefile.am [template_gc] 1.3.10.1:
2988: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
2989: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
2990: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
2991: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
2992: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
2993: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
2994: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
2995: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
2996: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
2997: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
2998: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
2999: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
3000: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
3001: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
3002: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
3003: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
3004: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
3005: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
3006: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
3007: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
3008: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
3009: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
3010: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
3011: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
3012: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
3013: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
3014: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
3015: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
3016: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
3017: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
3018: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
3019: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
3020: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
3021: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
3022: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
3023: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
3024: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
3025: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
3026: configured math funcs
3027: ported pa_exec
3028:
3029: * src/classes/classes.dsp 1.26:
3030: * src/classes/gd/gd.dsp 1.27:
3031: * src/classes/smtp/smtp.dsp 1.23:
3032: * src/lib/ltdl/libltdl.dsp 1.4:
3033: * src/lib/md5/md5.dsp 1.3:
3034: * src/lib/pcre/pcre.dsp 1.2:
3035: * src/main/main.dsp 1.162:
3036: * src/targets/cgi/parser3.dsp 1.61:
3037: * src/types/types.dsp 1.37:
3038: .dsp profiling updated
3039:
3040: 2003-03-25 paf
3041: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
3042: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
3043: memory: new 'new' overloads for structure handling
3044:
1.24 paf 3045: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
3046: it was a bug in parser. updated 109 test result
3047:
1.23 paf 3048: * operators.txt [template_gc] 1.109.2.1.2.2:
3049: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
3050: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
3051: $status.memory
3052: used
3053: free
3054: since_compact
3055: process
3056:
3057: * src/doc/exception.dox 1.1:
3058: file exception.dox was initially added on branch template_gc.
3059:
3060: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
3061: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
3062: untaint.C L_MAIL_HEADER
3063:
3064: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
3065: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
3066: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
3067: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
3068: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
3069: xnode.C compiled, doc/node finalizers isntalled
3070:
3071: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
3072: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
3073: vxnode compiled
3074: xml linked
3075:
3076: * tests/results/121.processed 1.1:
3077: file 121.processed was initially added on branch template_gc.
3078:
3079: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
3080: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
3081: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
3082: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
3083: untaint.C L_SQL
3084:
3085: * src/types/pa_vmemory.h 1.1:
3086: file pa_vmemory.h was initially added on branch template_gc.
3087:
3088: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
3089: fixed transform params
3090:
3091: * operators.txt [template_gc] 1.109.2.1.2.1:
3092: * src/classes/Makefile.am [template_gc] 1.40.16.1:
3093: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
3094: * src/classes/memory.C [template_gc] 1.1.2.1:
3095: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
3096: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
3097: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
3098: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
3099: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
3100: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
3101: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
3102: ^memory:compact[]
3103:
3104: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
3105: vxdoc compiled
3106:
3107: * tests/121.html 1.1:
3108: file 121.html was initially added on branch template_gc.
3109:
3110: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
3111: * tests/Makefile [template_gc] 1.1.2.8.2.5:
3112: fixed transform params2
3113:
3114: * src/doc/string.dox [template_gc] 1.4.22.1:
3115: updated: new string internals
3116:
3117: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
3118: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
3119: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
3120: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
3121: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
3122: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
3123: removed StringBody(0) ambiguilty, introducting static
3124: StringBody::Format(int)
3125:
3126: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
3127: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
3128: * tests/Makefile [template_gc] 1.1.2.8.2.4:
3129: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
3130: fixed dom language [values are now considered tainted.
3131: it was a bug in parser. updated 107 test result
3132:
3133: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
3134: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
3135: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
3136: * src/doc/exception.dox [template_gc] 1.1.2.1:
3137: * src/doc/index.dox [template_gc] 1.4.8.1:
3138: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
3139: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
3140: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
3141: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
3142: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
3143: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
3144: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
3145: xdoc.C compiled
3146: todo: xnode.C / finalizers
3147:
3148: * src/classes/memory.C 1.1:
3149: file memory.C was initially added on branch template_gc.
3150:
3151: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
3152: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
3153: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
3154: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
3155: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
3156: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
3157: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
3158: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
3159: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
3160: * tests/121.html [template_gc] 1.1.2.1:
3161: * tests/results/121.processed [template_gc] 1.1.2.1:
3162: untaint.C L_URI
3163:
3164: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
3165: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
3166: fixed stylesheet caching
3167:
3168: 2003-03-24 paf
3169: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
3170: void.C compiled
3171:
3172: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
3173: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
3174: http://
3175:
3176: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
3177: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
3178: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
3179: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
3180: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
3181: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
3182: introducing string[body]::pos(char)
3183:
3184: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
3185: pa_vstatus.C compiled
3186:
3187: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
3188: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
3189: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
3190: String::ArrayFragment::append_positions fixed
3191:
3192: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
3193: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
3194: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
3195: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
3196: all linked
3197: todo: debug
3198:
3199: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
3200: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
3201: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
3202: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
3203: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
3204: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
3205: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
3206: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
3207: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
3208: image.C compiled
3209:
3210: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
3211: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.2:
3212: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.2:
3213: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
3214: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
3215: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
3216: mail.C compiled
3217:
3218: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
3219: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
3220: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
3221: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
3222: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
3223: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
3224: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
3225: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
3226: pa_vstateless_class.C compiled
3227:
3228: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
3229: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
3230: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
3231: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
3232: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
3233: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
3234: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
3235: hash.C compiled
3236:
3237: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
3238: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
3239: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
3240: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
3241: pa_value.C compiled
3242:
3243: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
3244: pa_vtable.C compiled
3245:
3246: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
3247: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
3248: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
3249: classes.lib
3250: main.lib compiled
3251:
3252: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.2:
3253: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.6:
3254: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
3255: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
3256: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
3257: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
3258: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
3259: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
3260: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
3261: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
3262: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
3263: * tests/Makefile [template_gc] 1.1.2.8.2.1:
3264: attempt to do gif encoding to CORD_ec [bad]
3265: would rewrite as realloc now
3266:
3267: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
3268: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.3:
3269: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
3270: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
3271: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
3272: all compiled.
3273: todo:link
3274:
3275: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
3276: pa_vfile.C compiled
3277:
3278: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
3279: * tests/Makefile [template_gc] 1.1.2.8.2.2:
3280: string::pos fixed
3281:
3282: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
3283: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
3284: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
3285: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
3286: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
3287: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
3288: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
3289: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
3290: op.C compiled
3291:
3292: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
3293: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
3294: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
3295: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
3296: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
3297: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
3298: table.C compiled
3299:
3300: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
3301: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
3302: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
3303: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
3304: pa_vcookie.C compiled
3305:
3306: * parser3.dsw [template_gc] 1.7.6.1.2.3:
3307: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
3308: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
3309: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
3310: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
3311: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
3312: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
3313: empty run passed OK
3314:
3315: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
3316: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
3317: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
3318: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
3319: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
3320: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
3321: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
3322: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
3323: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
3324: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
3325: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
3326: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
3327: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
3328: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
3329: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
3330: started XML
3331:
3332: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
3333: pa_vform.C compiled
3334:
3335: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
3336: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
3337: math.C compiled
3338:
3339: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
3340: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
3341: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
3342: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
3343: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
3344: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
3345: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
3346: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.2:
3347: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.4:
3348: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
3349: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
3350: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
3351: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
3352: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
3353: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
3354: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
3355: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
3356: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
3357: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
3358: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
3359: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
3360: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
3361: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
3362: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
3363: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
3364: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
3365: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
3366: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
3367: file.C
3368: table.C compiled
3369:
3370: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
3371: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
3372: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
3373: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
3374: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
3375: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
3376: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
3377: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
3378: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
3379: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
3380:
3381: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
3382: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
3383: int.C compiled
3384:
3385: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
3386: pa_wcontext.C compiled
3387:
3388: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
3389: pa_vstring.C compiled
3390:
3391: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
3392: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
3393: * tests/Makefile [template_gc] 1.1.2.8.2.3:
3394: string optimize bit implemented
3395:
3396: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
3397: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
3398: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
3399: hashcode implemented fully, including per-char callback [it can
3400: be - substr CORD node]
3401:
3402: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.4:
3403: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
3404: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
3405: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
3406: String::this_starts fixed
3407:
3408: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
3409: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
3410: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
3411: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.5:
3412: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
3413: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
3414: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
3415: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
3416: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
3417: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
3418: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
3419: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
3420: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
3421: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
3422: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
3423: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
3424: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
3425: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
3426: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
3427: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
3428: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
3429: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
3430: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
3431: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
3432: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
3433: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
3434: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
3435: 2*2 worked :)
3436:
3437: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
3438: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
3439: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
3440: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
3441: string.C compiled
3442:
3443: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.3:
3444: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.7:
3445: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
3446: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
3447: gif encoding rewritten to rewalloc with 100byte buf ahead
3448:
3449: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
3450: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
3451: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
3452: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
3453: pa_vmail.C compiled
3454:
3455: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
3456: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
3457: pa_vimage.C compiled
3458:
3459: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
3460: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
3461: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
3462: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
3463: main.lib compiled
3464:
3465: 2003-03-21 paf
3466: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
3467: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
3468: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
3469: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
3470: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
3471: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
3472: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
3473: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
3474: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
3475: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
3476: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
3477: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
3478: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
3479: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
3480: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
3481: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
3482: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
3483: pa_request.C 50% compiled
3484:
3485: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
3486: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
3487: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
3488: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
3489: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
3490: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
3491: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
3492: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
3493: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
3494: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
3495: pa_sql_driver_manager.C compiled
3496:
3497: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
3498: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
3499: test14 [bug fixed]
3500:
1.24 paf 3501: * src/classes/file.C 1.108:
3502: ^file::exec/cgi now does not pass post data by default.
3503: use: ^file::exec[...;$.stdin[$request.body]
3504:
1.23 paf 3505: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
3506: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
3507: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
3508: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
3509: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
3510: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
3511: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.3:
3512: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
3513: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
3514: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
3515: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
3516: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
3517: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
3518: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
3519: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
3520: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
3521: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
3522: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
3523: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
3524: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
3525: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
3526: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
3527: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
3528: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
3529: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
3530: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
3531: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
3532: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
3533: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
3534: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
3535: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
3536: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
3537: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
3538: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
3539: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
3540: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
3541: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
3542: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
3543: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
3544: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
3545: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
3546: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
3547: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
3548: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
3549: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
3550: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
3551: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
3552: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
3553: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
3554: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
3555: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
3556: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
3557: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
3558: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
3559: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
3560: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
3561: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
3562: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
3563: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
3564: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
3565: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
3566: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
3567: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
3568: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
3569: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
3570: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
3571: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
3572: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
3573: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
3574: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
3575: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
3576: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
3577: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
3578: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
3579: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
3580: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
3581: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
3582: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
3583: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
3584: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
3585: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
3586: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
3587: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
3588: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
3589: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
3590: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
3591: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
3592: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
3593: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
3594: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
3595: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
3596: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
3597: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
3598: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
3599: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
3600: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
3601: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
3602: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
3603: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
3604: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
3605: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
3606: introducing StringBody [C++ CORD wrapper]
3607:
3608: * src/main/pa_common.C 1.146:
3609: * src/main/pa_common.C 1.148:
3610: } typo bug fix
3611:
3612: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
3613: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
3614: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
3615: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
3616: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
3617: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
3618: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
3619: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
3620: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
3621: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
3622: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
3623: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
3624: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
3625: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
3626: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
3627: pa_request.C compiled
3628:
3629: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
3630: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
3631: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
3632: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
3633: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
3634: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
3635: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
3636: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
3637: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
3638: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
3639: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
3640: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
3641: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
3642: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
3643: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
3644: execute.C compiled
3645:
3646: * src/main/pa_common.C 1.147:
3647: * src/targets/cgi/parser3.C 1.217:
3648: *** empty log message ***
3649:
3650: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
3651: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
3652: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
3653: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
3654: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
3655: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
3656: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
3657: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
3658: pa_charsets.C compiled
3659:
3660: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
3661: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
3662: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
3663: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
3664: pa_exec.C compiled [win32 only for now] todo: on unix
3665:
3666: * src/classes/file.C 1.109:
3667: * src/include/pa_charset.h 1.21:
3668: * src/main/pa_charset.C 1.34:
3669: $file::exec/cgi[script;
3670: $.charset[this is script's charset]
3671:
3672: command line, env values, input got transcoded before call
3673: stdout, stderr got transcoded after call
3674:
3675: 2003-03-20 paf
3676: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
3677: this_starts fixed
3678:
3679: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
3680: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
3681: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
3682: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
3683: cord bug fix, but still errors
3684: todo: clear out
3685:
3686: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
3687: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
3688: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
3689: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
3690: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
3691: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
3692: test: gc/exit runned OK
3693:
3694: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
3695: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
3696: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
3697: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
3698: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
3699: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
3700: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
3701: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
3702: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
3703: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
3704: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
3705: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
3706: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
3707: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
3708: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
3709: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
3710: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
3711: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
3712: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
3713: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
3714: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
3715: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
3716: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
3717: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
3718: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
3719: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
3720: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
3721: untaint.C 99% [except mail&sql&optimize]
3722:
1.24 paf 3723: * src/types/pa_vmail.C 1.42:
3724: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
3725: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
3726:
3727: todo: find out why so many filters(stream) here. probably wrong?
3728:
1.23 paf 3729: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
3730: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
3731: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
3732: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
3733: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
3734: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
3735: test compiled
3736:
3737: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
3738: more tests
3739:
3740: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
3741: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
3742: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
3743: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
3744: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
3745: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
3746: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
3747: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
3748: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
3749: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
3750: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
3751: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
3752: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
3753: more tests [bugs fixed]
3754:
1.24 paf 3755: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
3756: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
3757: added: assertion on new String ctor & append params convention
3758:
1.23 paf 3759: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
3760: string.pos fixed
3761:
3762: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
3763: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
3764: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
3765: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
3766: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
3767: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
3768: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
3769: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
3770: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
3771: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
3772: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
3773: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
3774: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
3775: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
3776: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
3777: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
3778: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
3779: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
3780: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
3781: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
3782: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
3783: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
3784: more tests OK
3785:
3786: * parser3.dsw [template_gc] 1.7.6.1.2.2:
3787: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
3788: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.2:
3789: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
3790: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
3791: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
3792: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
3793: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
3794: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
3795: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
3796: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
3797: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
3798: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
3799: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
3800: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
3801: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
3802: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
3803: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
3804: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
3805: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
3806: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
3807: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
3808: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
3809: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
3810: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
3811: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
3812: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
3813: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
3814: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
3815: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
3816: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
3817: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
3818: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
3819: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
3820: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
3821: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
3822: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
3823: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
3824: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
3825: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
3826: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
3827: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
3828: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
3829: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
3830: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
3831: untaint.C 30%,
3832: pa_common.C [done, without http for now]
3833:
3834: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
3835: warning
3836:
3837: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
3838: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
3839: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
3840: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
3841: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
3842: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
3843: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
3844: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
3845: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
3846: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
3847: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
3848: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
3849: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
3850: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
3851: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
3852: undone bad replaces
3853:
3854: 2003-03-19 paf
3855: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
3856: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.2:
3857: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.2:
3858: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
3859: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
3860: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
3861: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
3862: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
3863: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
3864: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
3865: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
3866: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
3867: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
3868: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
3869: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
3870: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
3871: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
3872: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
3873: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
3874: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
3875: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
3876: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
3877: string reimplementation with cord+array<fragment>: 70%
3878:
3879: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
3880: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
3881: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
3882: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
3883: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
3884: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
3885: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
3886: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
3887: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
3888: restored bad replaces
3889:
3890: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
3891: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
3892: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
3893: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
3894: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
3895: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
3896: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
3897: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
3898: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
3899: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
3900: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
3901: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
3902: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
3903: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
3904: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
3905: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
3906: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
3907: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
3908: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
3909: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
3910: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
3911: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
3912: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
3913: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
3914: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
3915: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
3916: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
3917: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
3918: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
3919: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
3920: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
3921: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
3922: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
3923: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
3924: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
3925: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
3926: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
3927: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
3928: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
3929: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
3930: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
3931: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
3932: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
3933: started test
3934:
3935: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
3936: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
3937: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
3938: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
3939: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
3940: string compiled
3941: todo: test it
3942:
3943: 2003-03-18 paf
3944: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
3945: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
3946: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
3947: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
3948: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
3949: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
3950: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
3951: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
3952: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
3953: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
3954: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
3955: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
3956: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
3957: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
3958: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
3959: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
3960: lots of replacements,
3961: todo:we can ignore lang in cmp and pos really,
3962: but would split properly!
3963:
3964: * src/include/pa_pool.h [gc] 1.86.4.2:
3965: * src/main/execute.C [gc] 1.295.4.2:
3966: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
3967: gc logging
3968:
3969: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
3970: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
3971: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
3972: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
3973: gc: cord part made parser/src/lib: it's not compiled into libgc
3974: by default
3975:
3976: * src/lib/cord/cordxtra.c 1.1:
3977: file cordxtra.c was initially added on branch template_gc.
3978:
3979: * src/lib/cord/cordbscs.c 1.1:
3980: file cordbscs.c was initially added on branch template_gc.
3981:
3982: * parser3.dsw [template_gc] 1.7.6.1.2.1:
3983: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
3984: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
3985: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
3986: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
3987: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
3988: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
3989: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.1:
3990: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.1:
3991: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.1:
3992: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.1:
3993: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
3994: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
3995: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
3996: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
3997: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
3998: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
3999: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
4000: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.1:
4001: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.1:
4002: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.1:
4003: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
4004: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
4005: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
4006: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
4007: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
4008: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
4009: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
4010: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
4011: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
4012: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
4013: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
4014: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
4015: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
4016: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
4017: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
4018: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
4019: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
4020: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
4021: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
4022: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
4023: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
4024: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
4025: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
4026: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
4027: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
4028: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
4029: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
4030: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
4031: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
4032: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
4033: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
4034: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
4035: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
4036: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
4037: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
4038: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
4039: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
4040: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
4041: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
4042: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
4043: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
4044: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
4045: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
4046: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
4047: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
4048: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
4049: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
4050: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
4051: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
4052: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
4053: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
4054: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
4055: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
4056: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
4057: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
4058: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
4059: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
4060: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
4061: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
4062: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
4063: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
4064: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
4065: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
4066: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
4067: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
4068: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
4069: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
4070: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
4071: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
4072: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
4073: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
4074: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
4075: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
4076: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
4077: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
4078: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
4079: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
4080: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
4081: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
4082: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
4083: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
4084: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
4085: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
4086: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
4087: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
4088: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
4089: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
4090: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
4091: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
4092: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
4093: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
4094: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
4095: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
4096: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
4097: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
4098: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
4099: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
4100: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
4101: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
4102: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
4103: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
4104: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
4105: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
4106: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
4107: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
4108: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
4109: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
4110: started porting to gc:
4111: PA_Object done
4112: lots of replacements also
4113:
4114: * src/lib/cord/cordprnt.c 1.1:
4115: file cordprnt.c was initially added on branch template_gc.
4116:
4117: * src/lib/cord/cord.dsp 1.1:
4118: file cord.dsp was initially added on branch template_gc.
4119:
4120: 2003-03-17 paf
4121: * src/classes/date.C [gc] 1.42.4.1:
4122: * src/classes/file.C [gc] 1.107.4.1:
4123: * src/classes/form.C [gc] 1.34.4.1:
4124: * src/classes/image.C [gc] 1.90.4.1:
4125: * src/classes/mail.C [gc] 1.88.4.1:
4126: * src/classes/op.C [gc] 1.127.4.1:
4127: * src/classes/table.C [gc] 1.172.4.1:
4128: * src/classes/xdoc.C [gc] 1.108.4.1:
4129: * src/classes/xnode.C [gc] 1.54.4.1:
4130: * src/include/pa_pool.h [gc] 1.86.4.1:
4131: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
4132: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
4133: * src/include/pa_string.h [gc] 1.144.4.1:
4134: * src/include/pa_types.h [gc] 1.44.4.1:
4135: * src/main/compile.C [gc] 1.69.4.1:
4136: * src/main/compile.tab.C [gc] 1.81.4.1:
4137: * src/main/execute.C [gc] 1.295.4.1:
4138: * src/main/pa_charset.C [gc] 1.33.4.1:
4139: * src/main/pa_common.C [gc] 1.145.2.1:
4140: * src/main/pa_exception.C [gc] 1.43.4.1:
4141: * src/main/pa_exec.C [gc] 1.48.4.1:
4142: * src/main/pa_globals.C [gc] 1.152.4.1:
4143: * src/main/pa_pool.C [gc] 1.59.4.1:
4144: * src/main/pa_request.C [gc] 1.245.4.1:
4145: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
4146: * src/main/pa_string.C [gc] 1.172.4.1:
4147: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
4148: * src/main/pa_uue.C [gc] 1.4.4.1:
4149: * src/main/untaint.C [gc] 1.115.4.1:
4150: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
4151: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
4152: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
4153: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
4154: * src/types/pa_vcookie.C [gc] 1.55.4.1:
4155: * src/types/pa_vdouble.h [gc] 1.42.4.1:
4156: * src/types/pa_vfile.C [gc] 1.36.4.1:
4157: * src/types/pa_vform.C [gc] 1.74.4.1:
4158: * src/types/pa_vint.h [gc] 1.38.4.1:
4159: * src/types/pa_vmail.C [gc] 1.41.2.1:
4160: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
4161: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
4162: * src/types/pa_vxnode.C [gc] 1.30.4.1:
4163: * src/types/pa_vxnode.h [gc] 1.22.4.1:
4164: * www/htdocs/.htaccess [gc] 1.12.8.1:
4165: * www/htdocs/auto.p [gc] 1.17.12.1:
4166: libgc attempt
4167:
4168: * src/main/pa_common.C [gc] 1.145.2.2:
4169: * src/main/pa_common.C [gc] 1.145.2.3:
4170: *** empty log message ***
4171:
4172: 2003-03-13 paf
4173: * src/include/pa_request.h [autoptr] 1.160.2.37:
4174: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
4175: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
4176: * src/main/compile.tab.C [autoptr] 1.81.2.13:
4177: * src/main/execute.C [autoptr] 1.295.2.27:
4178: * src/main/pa_request.C [autoptr] 1.245.2.37:
4179: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
4180: * src/types/pa_value.C [autoptr] 1.9.2.15:
4181: * src/types/pa_value.h [autoptr] 1.109.2.25:
4182: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
4183: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
4184: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
4185: * src/types/types.dsp [autoptr] 1.35.10.8:
4186: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
4187: set_base, set_derived simplified [counter leaks fixed]
4188:
4189: * src/include/pa_config_fixed.h 1.55:
4190: * src/types/pa_vstatus.C 1.16:
4191: * src/types/types.dsp 1.36:
4192: incorporated status class patch
4193: From: "Victor Fedoseev" <vvf_ru@mail.ru>
4194: Sent: Thursday, January 23, 2003 8:14 AM
4195:
4196: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
4197: QuotaPeakNonPagedPoolUsage
4198: QuotaPeakPagedPoolUsage
4199: PeakPagefileUsage]
4200:
4201: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
4202: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
4203: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
4204: lt_dlexit called
4205:
4206: 2003-03-12 paf
4207: * Makefile.in [autoptr] 1.48.2.4:
4208: * bin/Makefile.in [autoptr] 1.9.2.3:
4209: * configure [autoptr] 1.66.2.4:
4210: * configure.in [autoptr] 1.62.2.4:
4211: * etc/Makefile.in [autoptr] 1.14.2.3:
4212: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
4213: * src/Makefile.in [autoptr] 1.55.2.3:
4214: * src/classes/Makefile.in [autoptr] 1.53.2.3:
4215: * src/classes/gd/Makefile.in [autoptr] 1.43.2.3:
4216: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.3:
4217: * src/include/Makefile.in [autoptr] 1.11.2.5:
4218: * src/lib/Makefile.in [autoptr] 1.8.2.3:
4219: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
4220: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
4221: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
4222: * src/main/Makefile.in [autoptr] 1.50.2.6:
4223: * src/sql/Makefile.in [autoptr] 1.11.2.3:
4224: * src/targets/Makefile.in [autoptr] 1.42.2.3:
4225: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
4226: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
4227: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
4228: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
4229: * src/types/Makefile.in [autoptr] 1.50.2.4:
4230: libstdc++ linkage fixed for g++ 3.2.2
4231:
4232: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
4233: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
4234: * src/main/compile.tab.C [autoptr] 1.81.2.12:
4235: gcc 3.2 rightliy complained on using privately declared class [
4236: fixed]
4237:
4238: * Makefile.am [autoptr] 1.34.2.3:
4239: * Makefile.in [autoptr] 1.48.2.5:
4240: * src/targets/apache13/Makefile.in 1.45:
4241: * src/targets/apache13/p3runConfigure.in 1.12:
4242: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
4243: * tests/Makefile [autoptr] 1.1.2.8:
4244: *** empty log message ***
4245:
4246: * src/include/pa_request.h [autoptr] 1.160.2.36:
4247: * src/main/compile.tab.C [autoptr] 1.81.2.11:
4248: * src/main/execute.C [autoptr] 1.295.2.26:
4249: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
4250: SIGPIPE now can be intercepted
4251: and does not cause exception in exception handler
4252:
4253: * Makefile.in [autoptr] 1.48.2.3:
4254: * bin/Makefile.in [autoptr] 1.9.2.2:
4255: * configure [autoptr] 1.66.2.3:
4256: * configure.in [autoptr] 1.62.2.3:
4257: * etc/Makefile.in [autoptr] 1.14.2.2:
4258: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
4259: * src/Makefile.in [autoptr] 1.55.2.2:
4260: * src/classes/Makefile.in [autoptr] 1.53.2.2:
4261: * src/classes/gd/Makefile.in [autoptr] 1.43.2.2:
4262: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.2:
4263: * src/include/Makefile.in [autoptr] 1.11.2.4:
4264: * src/lib/Makefile.in [autoptr] 1.8.2.2:
4265: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
4266: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
4267: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
4268: * src/main/Makefile.in [autoptr] 1.50.2.5:
4269: * src/sql/Makefile.in [autoptr] 1.11.2.2:
4270: * src/targets/Makefile.in [autoptr] 1.42.2.2:
4271: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
4272: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
4273: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
4274: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
4275: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
4276: * src/types/Makefile.in [autoptr] 1.50.2.3:
4277: configure now default links libstdc++ statically.
4278: that can be overriden by --with-dynamic-stdcpp
4279:
4280: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
4281: 1. more detailed log on signals.
4282: 2. sigpipe before request constructor now causes death
4283:
4284: * configure [autoptr] 1.66.2.5:
4285: * configure.in [autoptr] 1.62.2.5:
4286: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
4287: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
4288: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
4289: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
4290: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
4291: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
4292: lib/ltdl/Makefile now created by /configure.in only [were by
4293: lib/ltdl/configure.in OVERWRITE]
4294:
4295: 2003-03-11 paf
4296: * src/main/compile.tab.C [autoptr] 1.81.2.10:
4297: * src/main/compile.y [autoptr] 1.204.2.7:
4298: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
4299: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
4300: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
4301: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
4302: removed necessity of libstdc++
4303:
4304: * src/include/pa_request.h 1.161:
4305: * src/include/pa_request.h [autoptr] 1.160.2.35:
4306: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
4307:
4308: 2003-03-08 paf
4309: * tests/117.html 1.1:
4310: file 117.html was initially added on branch autoptr.
4311:
4312: * src/classes/xdoc.C [autoptr] 1.108.2.19:
4313: forgotten: global xdoc when ndef XML
4314:
4315: * src/classes/mail.C [autoptr] 1.88.2.16:
4316: * src/classes/response.C [autoptr] 1.23.2.8:
4317: * src/include/pa_request.h [autoptr] 1.160.2.33:
4318: * src/main/pa_request.C [autoptr] 1.245.2.36:
4319: removing vform,response,cookie.h -> pa_request.h dependency
4320:
4321: * tests/118.html 1.1:
4322: file 118.html was initially added on branch autoptr.
4323:
4324: * tests/results/115.processed 1.1:
4325: file 115.processed was initially added on branch autoptr.
4326:
4327: * tests/119.html 1.1:
4328: file 119.html was initially added on branch autoptr.
4329:
4330: * tests/120.html 1.1:
4331: file 120.html was initially added on branch autoptr.
4332:
4333: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
4334: charsets: see some strange things with old xml lib-- it's
4335: internal memory handling has faults
4336:
4337: * tests/results/117.processed 1.1:
4338: file 117.processed was initially added on branch autoptr.
4339:
4340: * tests/results/109.processed 1.1:
4341: file 109.processed was initially added on branch autoptr.
4342:
4343: * tests/results/110.processed 1.1:
4344: file 110.processed was initially added on branch autoptr.
4345:
4346: * tests/021.html [autoptr] 1.1.2.2:
4347: * tests/031.html [autoptr] 1.1.2.2:
4348: * tests/033.html [autoptr] 1.1.2.2:
4349: * tests/109.html [autoptr] 1.1.2.1:
4350: * tests/110.html [autoptr] 1.1.2.1:
4351: * tests/111.html [autoptr] 1.1.2.1:
4352: * tests/112.html [autoptr] 1.1.2.1:
4353: * tests/113.html [autoptr] 1.1.2.1:
4354: * tests/114.html [autoptr] 1.1.2.1:
4355: * tests/115.html [autoptr] 1.1.2.1:
4356: * tests/116.html [autoptr] 1.1.2.1:
4357: * tests/117.html [autoptr] 1.1.2.1:
4358: * tests/118.html [autoptr] 1.1.2.1:
4359: * tests/119.html [autoptr] 1.1.2.1:
4360: * tests/120.html [autoptr] 1.1.2.1:
4361: * tests/results/109.processed [autoptr] 1.1.2.1:
4362: * tests/results/110.processed [autoptr] 1.1.2.1:
4363: * tests/results/111.processed [autoptr] 1.1.2.1:
4364: * tests/results/112.processed [autoptr] 1.1.2.1:
4365: * tests/results/113.processed [autoptr] 1.1.2.1:
4366: * tests/results/114.processed [autoptr] 1.1.2.1:
4367: * tests/results/115.processed [autoptr] 1.1.2.1:
4368: * tests/results/116.processed [autoptr] 1.1.2.1:
4369: * tests/results/117.processed [autoptr] 1.1.2.1:
4370: * tests/results/118.processed [autoptr] 1.1.2.1:
4371: * tests/results/119.processed [autoptr] 1.1.2.1:
4372: * tests/results/120.processed [autoptr] 1.1.2.1:
4373: xml: tests
4374: 109 dom create/show
4375: 110 xpath selectSingle
4376: 111 xdoc.create from tainted &
4377: 112 xdoc.create/output with russian attr value
4378: 113 xpath selectString/Number
4379: 114 dom attributes.count
4380: 115 xpath selectBool
4381: 116 output media-type change
4382: 117 transform by dom stylesheet
4383: 118 empty transform result
4384: 119 dom setAttribute
4385: 120 nbsp letter output
4386:
4387: =END OF PREPARED XML TESTS=
4388:
4389: * tests/results/119.processed 1.1:
4390: file 119.processed was initially added on branch autoptr.
4391:
4392: * tests/results/120.processed 1.1:
4393: file 120.processed was initially added on branch autoptr.
4394:
4395: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
4396: todo: move to latest xml version on win32 and run memleak tests again
4397:
4398: * src/classes/op.C [autoptr] 1.127.2.21:
4399: * src/include/pa_request.h [autoptr] 1.160.2.34:
4400: removing vclass,object.h -> pa_request.h dependency
4401:
4402: * tests/results/112.processed 1.1:
4403: file 112.processed was initially added on branch autoptr.
4404:
4405: * tests/results/114.processed 1.1:
4406: file 114.processed was initially added on branch autoptr.
4407:
4408: * src/main/pa_request.C [autoptr] 1.245.2.32:
4409: * src/main/pa_request.C [autoptr] 1.245.2.33:
4410: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
4411: forgotten: ifdef XML
4412:
4413: * src/classes/hash.C [autoptr] 1.54.2.13:
4414: * src/classes/mail.C [autoptr] 1.88.2.15:
4415: * src/classes/string.C [autoptr] 1.125.2.15:
4416: * src/classes/table.C [autoptr] 1.172.2.14:
4417: * src/include/pa_array.h [autoptr] 1.57.2.27:
4418: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
4419: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
4420: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
4421: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
4422: * www/htdocs/index.html 1.211:
4423: started full-scale-site-test [~ http://parser.ru sources]
4424:
4425: some fixes
4426:
4427: * tests/110.html 1.1:
4428: file 110.html was initially added on branch autoptr.
4429:
4430: * tests/109.html 1.1:
4431: file 109.html was initially added on branch autoptr.
4432:
4433: * src/include/pa_types.h [autoptr] 1.44.2.3:
4434: * src/main/pa_charset.C [autoptr] 1.33.2.19:
4435: charsets: fixed problems when transcode from charset A to A.
4436:
4437: * tests/results/116.processed 1.1:
4438: file 116.processed was initially added on branch autoptr.
4439:
1.24 paf 4440: * Makefile.in [autoptr] 1.48.2.2:
4441: * src/main/pa_request.C [autoptr] 1.245.2.34:
4442: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
4443: *** empty log message ***
4444:
1.23 paf 4445: * tests/111.html 1.1:
4446: file 111.html was initially added on branch autoptr.
4447:
4448: * src/main/untaint.C [autoptr] 1.115.2.12:
4449: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
4450: mail: transcode fixed.
4451: todo: still problems when transcode from charset A to A.
4452:
4453: * tests/112.html 1.1:
4454: file 112.html was initially added on branch autoptr.
4455:
4456: * tests/results/118.processed 1.1:
4457: file 118.processed was initially added on branch autoptr.
4458:
4459: * tests/113.html 1.1:
4460: file 113.html was initially added on branch autoptr.
4461:
4462: * tests/results/111.processed 1.1:
4463: file 111.processed was initially added on branch autoptr.
4464:
4465: * tests/Makefile [autoptr] 1.1.2.7:
4466: make install & co
4467:
4468: * tests/114.html 1.1:
4469: file 114.html was initially added on branch autoptr.
4470:
4471: * tests/115.html 1.1:
4472: file 115.html was initially added on branch autoptr.
4473:
4474: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
4475: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
4476: yet another return 0; fixed
4477:
4478: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
4479: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
4480: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
4481: vmail.C received just compiled [not tested]
4482:
4483: * tests/results/113.processed 1.1:
4484: file 113.processed was initially added on branch autoptr.
4485:
4486: * tests/116.html 1.1:
4487: file 116.html was initially added on branch autoptr.
4488:
4489: * src/include/pa_request.h [autoptr] 1.160.2.32:
4490: removing vmail.h -> pa_request.h dependency [testing...]
4491:
4492: 2003-03-07 paf
4493: * src/classes/xdoc.C [autoptr] 1.108.2.18:
4494: * src/include/pa_charset.h [autoptr] 1.20.2.18:
4495: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
4496: * tests/108.html [autoptr] 1.1.2.1:
4497: * tests/108.xsl [autoptr] 1.1.2.1:
4498: * tests/results/108.processed [autoptr] 1.1.2.1:
4499: xml: test 108 transform with params [bugs fixed]
4500:
4501: * tests/results/107.processed 1.1:
4502: file 107.processed was initially added on branch autoptr.
4503:
4504: * tests/108.xsl 1.1:
4505: file 108.xsl was initially added on branch autoptr.
4506:
1.24 paf 4507: * src/classes/xdoc.C [autoptr] 1.108.2.15:
4508: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
4509: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
4510: xml: linked
4511:
1.23 paf 4512: * tests/106.html 1.1:
4513: file 106.html was initially added on branch autoptr.
4514:
4515: * src/classes/classes.C [autoptr] 1.18.2.6:
4516: fixed: prevent system classes from modification to lock ALL the
4517: classes, not only directly used
4518:
4519: * tests/107.html 1.1:
4520: file 107.html was initially added on branch autoptr.
4521:
4522: * tests/108.html 1.1:
4523: file 108.html was initially added on branch autoptr.
4524:
4525: * tests/results/106.processed 1.1:
4526: file 106.processed was initially added on branch autoptr.
4527:
4528: * src/include/pa_charset.h [autoptr] 1.20.2.16:
4529: * src/main/pa_charset.C [autoptr] 1.33.2.16:
4530: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
4531: xml: charset two mem alloc functions used for different cases [
4532: libxml, libxsl]
4533:
4534: * src/classes/xdoc.C [autoptr] 1.108.2.17:
4535: * src/include/pa_charset.h [autoptr] 1.20.2.17:
4536: * src/include/pa_request.h [autoptr] 1.160.2.31:
4537: * src/main/execute.C [autoptr] 1.295.2.25:
4538: * src/main/pa_charset.C [autoptr] 1.33.2.17:
4539: * src/main/pa_exception.C [autoptr] 1.43.2.15:
4540: * src/main/pa_globals.C [autoptr] 1.152.2.19:
4541: * src/main/pa_request.C [autoptr] 1.245.2.31:
4542: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
4543: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
4544: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
4545: * tests/107.html [autoptr] 1.1.2.1:
4546: * tests/results/107.processed [autoptr] 1.1.2.1:
4547: xml: test: 107 bug fixes
4548:
4549: * tests/results/108.processed 1.1:
4550: file 108.processed was initially added on branch autoptr.
4551:
4552: * src/classes/xdoc.C [autoptr] 1.108.2.14:
4553: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
4554: xdoc.C compiled
4555:
4556: * tests/106.html [autoptr] 1.1.2.1:
4557: * tests/results/106.processed [autoptr] 1.1.2.1:
4558: test: 106 xdoc create, string
4559:
4560: * src/classes/xdoc.C [autoptr] 1.108.2.16:
4561: * src/classes/xnode.C [autoptr] 1.54.2.10:
4562: * src/classes/xnode.h [autoptr] 1.18.2.6:
4563: * src/types/pa_value.h [autoptr] 1.109.2.24:
4564: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
4565: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
4566: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
4567: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
4568: test: 107 bug fixes
4569:
4570: * src/main/pa_charset.C [autoptr] 1.33.2.18:
4571: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
4572: fixed: mem leak from copy/paste bug
4573:
4574: 2003-03-06 paf
4575: * tests/023.html [autoptr] 1.1.2.2:
4576: in some cases it rounded up badly. postponing solution of that
4577: problem, making more simple test
4578:
4579: * src/include/pa_charset.h [autoptr] 1.20.2.14:
4580: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
4581: * src/include/pa_memory.h [autoptr] 1.1.2.6:
4582: * src/include/pa_pool.h [autoptr] 1.86.2.32:
4583: * src/main/pa_charset.C [autoptr] 1.33.2.14:
4584: * src/main/pa_memory.C [autoptr] 1.1.2.4:
4585: * src/main/pa_pool.C [autoptr] 1.59.2.6:
4586: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
4587: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
4588: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
4589: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
4590: xml: charsets
4591:
4592: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
4593: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
4594: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
4595: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
4596: xml: stylesheet&manager done
4597:
4598: * src/classes/xnode.C [autoptr] 1.54.2.9:
4599: * src/classes/xnode.h [autoptr] 1.18.2.5:
4600: * src/include/pa_charset.h [autoptr] 1.20.2.15:
4601: * src/include/pa_memory.h [autoptr] 1.1.2.8:
4602: * src/include/pa_request.h [autoptr] 1.160.2.30:
4603: * src/include/pa_string.h [autoptr] 1.144.2.28:
4604: * src/main/pa_globals.C [autoptr] 1.152.2.18:
4605: * src/main/pa_request.C [autoptr] 1.245.2.30:
4606: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
4607: xnode.C compiled
4608:
4609: * src/include/pa_memory.h [autoptr] 1.1.2.7:
4610: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
4611: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
4612: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
4613: xml: stylesheet&manager STARTED
4614:
4615: * src/include/pa_globals.h [autoptr] 1.101.2.15:
4616: * src/main/pa_charset.C [autoptr] 1.33.2.15:
4617: * src/main/pa_exception.C [autoptr] 1.43.2.14:
4618: * src/main/pa_globals.C [autoptr] 1.152.2.17:
4619: xml: exceptions
4620:
4621: * src/classes/xdoc.C [autoptr] 1.108.2.13:
4622: xdoc.C 50%
4623:
4624: * src/include/pa_charset.h [autoptr] 1.20.2.13:
4625: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
4626: * src/main/pa_charset.C [autoptr] 1.33.2.13:
4627: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
4628: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
4629: charset_utf8 declaration moved to charsets.C
4630:
4631: * Makefile.am [autoptr] 1.34.2.2:
4632: * tests/Makefile [autoptr] 1.1.2.4:
4633: * tests/Makefile [autoptr] 1.1.2.6:
4634: *** empty log message ***
4635:
4636: * tests/058_paf2000.png [autoptr] 1.1.2.2:
4637: * tests/results/058.processed [autoptr] 1.1.2.2:
4638: .png added with -kb now
4639:
4640: 2003-03-05 paf
4641: * tests/results/105.processed 1.1:
4642: file 105.processed was initially added on branch autoptr.
4643:
4644: * src/classes/math.C [autoptr] 1.24.2.12:
4645: can be: crypt in -lcrypt OK, but crypt.h be missing
4646:
4647: * src/classes/op.C [autoptr] 1.127.2.20:
4648: * src/main/main.dsp [autoptr] 1.161.6.13:
4649: * tests/104.html [autoptr] 1.1.2.1:
4650: * tests/results/104.processed [autoptr] 1.1.2.1:
4651: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
4652: ^bpt operator added [does int3 in debug build on win32]
4653:
4654: * www/htdocs/auto.p [autoptr] 1.17.10.1:
4655: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
4656: * www/htdocs/base.p [autoptr] 1.6.6.1:
4657: * www/htdocs/derived.p [autoptr] 1.24.6.1:
4658: * www/htdocs/font.gif [autoptr] 1.1.6.1:
4659: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
4660: * www/htdocs/index.html [autoptr] 1.210.2.1:
4661: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
4662: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
4663: * www/htdocs/operators.p [autoptr] 1.11.8.1:
4664: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
4665: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
4666: * www/htdocs/some.p [autoptr] 1.2.8.1:
4667: removed old tests
4668:
4669: * tests/104.html 1.1:
4670: file 104.html was initially added on branch autoptr.
4671:
1.24 paf 4672: * tests/105.html 1.1:
4673: file 105.html was initially added on branch autoptr.
4674:
1.23 paf 4675: * src/classes/math.C [autoptr] 1.24.2.11:
4676: * src/classes/op.C [autoptr] 1.127.2.19:
4677: * src/classes/string.C [autoptr] 1.125.2.13:
4678: * src/lib/Makefile.in [autoptr] 1.8.2.1:
4679: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
4680: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
4681: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
4682: * src/main/pa_exec.C [autoptr] 1.48.2.18:
4683: * src/targets/Makefile.in [autoptr] 1.42.2.1:
4684: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
4685: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
4686: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
4687: gcc more happy. todo:make linker happy
4688:
4689: * tests/results/104.processed 1.1:
4690: file 104.processed was initially added on branch autoptr.
4691:
4692: * ltmain.sh [autoptr] 1.5.2.1:
4693: ltmain.sh added
4694:
4695: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
4696: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
4697: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
4698: linker needed more tricks to link OK
4699:
4700: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
4701: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
4702: hash_default_element_name made static
4703:
4704: * src/include/Makefile.am [autoptr] 1.3.14.2:
4705: * src/include/Makefile.in [autoptr] 1.11.2.3:
4706: * src/main/Makefile.am [autoptr] 1.35.6.4:
4707: * src/main/Makefile.in [autoptr] 1.50.2.4:
4708: * src/types/Makefile.am [autoptr] 1.28.10.1:
4709: * src/types/Makefile.in [autoptr] 1.50.2.2:
4710: forgotten files added to Makes
4711:
4712: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
4713: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
4714: hash_default_element_name change undone ;(
4715:
4716: * src/classes/file.C [autoptr] 1.107.2.16:
4717: * src/include/pa_exec.h [autoptr] 1.11.2.6:
4718: * src/main/pa_exec.C [autoptr] 1.48.2.17:
4719: pa_exec env param made optional
4720:
4721: * tests/057.html [autoptr] 1.1.2.3:
4722: * tests/results/057.processed [autoptr] 1.1.2.3:
4723: test bug fixed
4724:
4725: * src/classes/string.C [autoptr] 1.125.2.14:
4726: * src/include/pa_string.h [autoptr] 1.144.2.27:
4727: * src/main/pa_string.C [autoptr] 1.172.2.20:
4728: * tests/105.html [autoptr] 1.1.2.1:
4729: * tests/results/105.processed [autoptr] 1.1.2.1:
4730: String::match bug fixed
4731:
4732: 2003-03-04 paf
4733: * tests/results/060.processed 1.1:
4734: file 060.processed was initially added on branch autoptr.
4735:
4736: * tests/results/059.processed 1.1:
4737: file 059.processed was initially added on branch autoptr.
4738:
4739: * tests/072.html 1.1:
4740: file 072.html was initially added on branch autoptr.
4741:
4742: * tests/results/052.processed 1.1:
4743: file 052.processed was initially added on branch autoptr.
4744:
4745: * tests/074.html 1.1:
4746: file 074.html was initially added on branch autoptr.
4747:
4748: * tests/results/099.processed 1.1:
4749: file 099.processed was initially added on branch autoptr.
4750:
4751: * tests/076.html 1.1:
4752: file 076.html was initially added on branch autoptr.
4753:
4754: * tests/results/092.processed 1.1:
4755: file 092.processed was initially added on branch autoptr.
4756:
4757: * tests/results/102.processed 1.1:
4758: file 102.processed was initially added on branch autoptr.
4759:
4760: * tests/results/084.processed 1.1:
4761: file 084.processed was initially added on branch autoptr.
4762:
4763: * tests/078.html 1.1:
4764: file 078.html was initially added on branch autoptr.
4765:
4766: * tests/results/076.processed 1.1:
4767: file 076.processed was initially added on branch autoptr.
4768:
4769: * tests/081.html 1.1:
4770: file 081.html was initially added on branch autoptr.
4771:
4772: * tests/results/068.processed 1.1:
4773: file 068.processed was initially added on branch autoptr.
4774:
4775: * tests/results/061.processed 1.1:
4776: file 061.processed was initially added on branch autoptr.
4777:
4778: * src/classes/Makefile.in [autoptr] 1.53.2.1:
4779: * src/classes/gd/Makefile.in [autoptr] 1.43.2.1:
4780: * src/classes/mail.C [autoptr] 1.88.2.13:
4781: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.1:
4782: * src/main/Makefile.in [autoptr] 1.50.2.3:
4783: * src/main/pa_exec.C [autoptr] 1.48.2.16:
4784: * src/sql/Makefile.in [autoptr] 1.11.2.1:
4785: * src/types/Makefile.in [autoptr] 1.50.2.1:
4786: *** empty log message ***
4787:
4788: * tests/083.html 1.1:
4789: file 083.html was initially added on branch autoptr.
4790:
4791: * tests/results/053.processed 1.1:
4792: file 053.processed was initially added on branch autoptr.
4793:
4794: * tests/053.html [autoptr] 1.1.2.1:
4795: * tests/054.html [autoptr] 1.1.2.1:
4796: * tests/055.html [autoptr] 1.1.2.1:
4797: * tests/056.html [autoptr] 1.1.2.1:
4798: * tests/057.html [autoptr] 1.1.2.1:
4799: * tests/058.html [autoptr] 1.1.2.1:
4800: * tests/058_paf2000.png [autoptr] 1.1.2.1:
4801: * tests/059.html [autoptr] 1.1.2.1:
4802: * tests/060.html [autoptr] 1.1.2.1:
4803: * tests/results/053.processed [autoptr] 1.1.2.1:
4804: * tests/results/054.processed [autoptr] 1.1.2.1:
4805: * tests/results/055.processed [autoptr] 1.1.2.1:
4806: * tests/results/056.processed [autoptr] 1.1.2.1:
4807: * tests/results/057.processed [autoptr] 1.1.2.1:
4808: * tests/results/058.processed [autoptr] 1.1.2.1:
4809: * tests/results/059.processed [autoptr] 1.1.2.1:
4810: * tests/results/060.processed [autoptr] 1.1.2.1:
4811: test:
4812: 53 string.replace
4813: 54 junctions
4814: 55 table.hash
4815: 56 call indirect
4816: 57 date.create[string]
4817: 58 image.measure[png]
4818:
4819: * src/classes/image.C [autoptr] 1.90.2.14:
4820: * tests/098.html [autoptr] 1.1.2.1:
4821: * tests/098font.gif [autoptr] 1.1.2.1:
4822: * tests/results/098.processed [autoptr] 1.1.2.1:
4823: test:
4824: 98 image font text [bug fixed]
4825:
4826: * tests/085.html 1.1:
4827: file 085.html was initially added on branch autoptr.
4828:
4829: * tests/096_dir/188.jpg 1.1:
4830: file 188.jpg was initially added on branch autoptr.
4831:
4832: * tests/096_dir/163.jpg 1.1:
4833: file 163.jpg was initially added on branch autoptr.
4834:
4835: * tests/087.html 1.1:
4836: file 087.html was initially added on branch autoptr.
4837:
4838: * tests/103paf2001.gif 1.1:
4839: file 103paf2001.gif was initially added on branch autoptr.
4840:
4841: * tests/results/103.processed 1.1:
4842: file 103.processed was initially added on branch autoptr.
4843:
4844: * tests/results/093.processed 1.1:
4845: file 093.processed was initially added on branch autoptr.
4846:
4847: * tests/053.html 1.1:
4848: file 053.html was initially added on branch autoptr.
4849:
4850: * tests/results/085.processed 1.1:
4851: file 085.processed was initially added on branch autoptr.
4852:
4853: * tests/089.html 1.1:
4854: file 089.html was initially added on branch autoptr.
4855:
4856: * tests/090.html 1.1:
4857: file 090.html was initially added on branch autoptr.
4858:
4859: * tests/100.html 1.1:
4860: file 100.html was initially added on branch autoptr.
4861:
4862: * tests/results/077.processed 1.1:
4863: file 077.processed was initially added on branch autoptr.
4864:
4865: * tests/055.html 1.1:
4866: file 055.html was initially added on branch autoptr.
4867:
4868: * src/classes/table.C [autoptr] 1.172.2.12:
4869: * src/main/execute.C [autoptr] 1.295.2.23:
4870: * tests/061.dat [autoptr] 1.1.2.1:
4871: * tests/061.html [autoptr] 1.1.2.1:
4872: * tests/062.html [autoptr] 1.1.2.1:
4873: * tests/063.html [autoptr] 1.1.2.1:
4874: * tests/064.html [autoptr] 1.1.2.1:
4875: * tests/065.html [autoptr] 1.1.2.1:
4876: * tests/066.html [autoptr] 1.1.2.1:
4877: * tests/067.html [autoptr] 1.1.2.1:
4878: * tests/068.html [autoptr] 1.1.2.1:
4879: * tests/069.html [autoptr] 1.1.2.1:
4880: * tests/070.html [autoptr] 1.1.2.1:
4881: * tests/071.html [autoptr] 1.1.2.1:
4882: * tests/072.html [autoptr] 1.1.2.1:
4883: * tests/073.html [autoptr] 1.1.2.1:
4884: * tests/074.html [autoptr] 1.1.2.1:
4885: * tests/075.html [autoptr] 1.1.2.1:
4886: * tests/076.html [autoptr] 1.1.2.1:
4887: * tests/077.html [autoptr] 1.1.2.1:
4888: * tests/078.html [autoptr] 1.1.2.1:
4889: * tests/079.html [autoptr] 1.1.2.1:
4890: * tests/080.html [autoptr] 1.1.2.1:
4891: * tests/081.html [autoptr] 1.1.2.1:
4892: * tests/082.html [autoptr] 1.1.2.1:
4893: * tests/083.html [autoptr] 1.1.2.1:
4894: * tests/084.html [autoptr] 1.1.2.1:
4895: * tests/085.html [autoptr] 1.1.2.1:
4896: * tests/086.html [autoptr] 1.1.2.1:
4897: * tests/087.html [autoptr] 1.1.2.1:
4898: * tests/088.html [autoptr] 1.1.2.1:
4899: * tests/089.html [autoptr] 1.1.2.1:
4900: * tests/090.html [autoptr] 1.1.2.1:
4901: * tests/091.html [autoptr] 1.1.2.1:
4902: * tests/092.html [autoptr] 1.1.2.1:
4903: * tests/093.html [autoptr] 1.1.2.1:
4904: * tests/094.html [autoptr] 1.1.2.1:
4905: * tests/095.html [autoptr] 1.1.2.1:
4906: * tests/results/061.processed [autoptr] 1.1.2.1:
4907: * tests/results/062.processed [autoptr] 1.1.2.1:
4908: * tests/results/063.processed [autoptr] 1.1.2.1:
4909: * tests/results/064.processed [autoptr] 1.1.2.1:
4910: * tests/results/065.processed [autoptr] 1.1.2.1:
4911: * tests/results/066.processed [autoptr] 1.1.2.1:
4912: * tests/results/067.processed [autoptr] 1.1.2.1:
4913: * tests/results/068.processed [autoptr] 1.1.2.1:
4914: * tests/results/069.processed [autoptr] 1.1.2.1:
4915: * tests/results/070.processed [autoptr] 1.1.2.1:
4916: * tests/results/071.processed [autoptr] 1.1.2.1:
4917: * tests/results/072.processed [autoptr] 1.1.2.1:
4918: * tests/results/073.processed [autoptr] 1.1.2.1:
4919: * tests/results/074.processed [autoptr] 1.1.2.1:
4920: * tests/results/075.processed [autoptr] 1.1.2.1:
4921: * tests/results/076.processed [autoptr] 1.1.2.1:
4922: * tests/results/077.processed [autoptr] 1.1.2.1:
4923: * tests/results/078.processed [autoptr] 1.1.2.1:
4924: * tests/results/079.processed [autoptr] 1.1.2.1:
4925: * tests/results/080.processed [autoptr] 1.1.2.1:
4926: * tests/results/081.processed [autoptr] 1.1.2.1:
4927: * tests/results/082.processed [autoptr] 1.1.2.1:
4928: * tests/results/083.processed [autoptr] 1.1.2.1:
4929: * tests/results/084.processed [autoptr] 1.1.2.1:
4930: * tests/results/085.processed [autoptr] 1.1.2.1:
4931: * tests/results/086.processed [autoptr] 1.1.2.1:
4932: * tests/results/087.processed [autoptr] 1.1.2.1:
4933: * tests/results/088.processed [autoptr] 1.1.2.1:
4934: * tests/results/089.processed [autoptr] 1.1.2.1:
4935: * tests/results/090.processed [autoptr] 1.1.2.1:
4936: * tests/results/091.processed [autoptr] 1.1.2.1:
4937: * tests/results/092.processed [autoptr] 1.1.2.1:
4938: * tests/results/093.processed [autoptr] 1.1.2.1:
4939: * tests/results/094.processed [autoptr] 1.1.2.1:
4940: * tests/results/095.processed [autoptr] 1.1.2.1:
4941: tests:
4942: 61 file::stat size
4943: 62 string->int autoconvert
4944: 63 double .int,dec,div,mul
4945: 64 date compare
4946: 65 file: basename,justname,justext
4947: 66 math:crypt
4948: 67 string.match simple on long
4949: 68 string.match normalized simple on long
4950: 69 string.int
4951: 70 file::stat content-type
4952: 71 table.join
4953: 72 hash parameter conditional pass
4954: 73 date daylightsaving,yearday
4955: 74 date arithmetics
4956: 75 response date values/attributes
4957: 76 string.pos of void, void.pos
4958: 77 syntax parsing
4959: 78 cookie tainting
4960: 79 switch with local
4961: 80 scientific numeric literal in string autoconvert
4962: 81 xor: logical and numerical
4963: 82 for delims
4964: 83 menu delims
4965: 84 table.hash distinct
4966: 85 long string replace
4967: 86 throw+catch current language preserve
4968: 87 bit shifts
4969: 88 junction tests + $caller test
4970: 89 hash.foreach selfmodification
4971: 90 int/void to int
4972: 91 $caller test
4973: 92 junction is + def junction tests
4974: 93 $caller test
4975: 94 syntax test
4976: 95 table.hash(keygenerator) [bug fixed]
4977:
4978: * tests/results/070.processed 1.1:
4979: file 070.processed was initially added on branch autoptr.
4980:
4981: * tests/results/069.processed 1.1:
4982: file 069.processed was initially added on branch autoptr.
4983:
4984: * tests/061.dat 1.1:
4985: file 061.dat was initially added on branch autoptr.
4986:
4987: * tests/092.html 1.1:
4988: file 092.html was initially added on branch autoptr.
4989:
4990: * tests/102.html 1.1:
4991: file 102.html was initially added on branch autoptr.
4992:
4993: * tests/results/062.processed 1.1:
4994: file 062.processed was initially added on branch autoptr.
4995:
4996: * tests/057.html 1.1:
4997: file 057.html was initially added on branch autoptr.
4998:
4999: * tests/results/054.processed 1.1:
5000: file 054.processed was initially added on branch autoptr.
5001:
5002: * tests/094.html 1.1:
5003: file 094.html was initially added on branch autoptr.
5004:
5005: * tests/059.html 1.1:
5006: file 059.html was initially added on branch autoptr.
5007:
5008: * tests/060.html 1.1:
5009: file 060.html was initially added on branch autoptr.
5010:
5011: * tests/096.html 1.1:
5012: file 096.html was initially added on branch autoptr.
5013:
5014: * tests/results/094.processed 1.1:
5015: file 094.processed was initially added on branch autoptr.
5016:
5017: * tests/062.html 1.1:
5018: file 062.html was initially added on branch autoptr.
5019:
5020: * tests/results/086.processed 1.1:
5021: file 086.processed was initially added on branch autoptr.
5022:
5023: * tests/098font.gif 1.1:
5024: file 098font.gif was initially added on branch autoptr.
5025:
5026: * tests/098.html 1.1:
5027: file 098.html was initially added on branch autoptr.
5028:
5029: * tests/results/078.processed 1.1:
5030: file 078.processed was initially added on branch autoptr.
5031:
5032: * tests/064.html 1.1:
5033: file 064.html was initially added on branch autoptr.
5034:
5035: * tests/results/071.processed 1.1:
5036: file 071.processed was initially added on branch autoptr.
5037:
5038: * tests/results/063.processed 1.1:
5039: file 063.processed was initially added on branch autoptr.
5040:
5041: * tests/066.html 1.1:
5042: file 066.html was initially added on branch autoptr.
5043:
5044: * tests/results/055.processed 1.1:
5045: file 055.processed was initially added on branch autoptr.
5046:
5047: * tests/068.html 1.1:
5048: file 068.html was initially added on branch autoptr.
5049:
5050: * tests/071.html 1.1:
5051: file 071.html was initially added on branch autoptr.
5052:
5053: * tests/results/095.processed 1.1:
5054: file 095.processed was initially added on branch autoptr.
5055:
5056: * tests/results/087.processed 1.1:
5057: file 087.processed was initially added on branch autoptr.
5058:
5059: * tests/073.html 1.1:
5060: file 073.html was initially added on branch autoptr.
5061:
5062: * tests/results/079.processed 1.1:
5063: file 079.processed was initially added on branch autoptr.
5064:
5065: * tests/results/080.processed 1.1:
5066: file 080.processed was initially added on branch autoptr.
5067:
5068: * tests/results/072.processed 1.1:
5069: file 072.processed was initially added on branch autoptr.
5070:
5071: * tests/075.html 1.1:
5072: file 075.html was initially added on branch autoptr.
5073:
5074: * tests/results/064.processed 1.1:
5075: file 064.processed was initially added on branch autoptr.
5076:
5077: * tests/103.html [autoptr] 1.1.2.1:
5078: * tests/103mark.gif [autoptr] 1.1.2.1:
5079: * tests/103paf2001.gif [autoptr] 1.1.2.1:
5080: * tests/results/103.processed [autoptr] 1.1.2.1:
5081: tests:
5082: 103 image.copy transparence test
5083:
5084: * tests/results/056.processed 1.1:
5085: file 056.processed was initially added on branch autoptr.
5086:
5087: * tests/077.html 1.1:
5088: file 077.html was initially added on branch autoptr.
5089:
5090: * tests/080.html 1.1:
5091: file 080.html was initially added on branch autoptr.
5092:
5093: * tests/079.html 1.1:
5094: file 079.html was initially added on branch autoptr.
5095:
5096: * tests/results/096.processed 1.1:
5097: file 096.processed was initially added on branch autoptr.
5098:
5099: * tests/082.html 1.1:
5100: file 082.html was initially added on branch autoptr.
5101:
5102: * tests/results/088.processed 1.1:
5103: file 088.processed was initially added on branch autoptr.
5104:
5105: * tests/results/081.processed 1.1:
5106: file 081.processed was initially added on branch autoptr.
5107:
5108: * tests/084.html 1.1:
5109: file 084.html was initially added on branch autoptr.
5110:
5111: * tests/results/073.processed 1.1:
5112: file 073.processed was initially added on branch autoptr.
5113:
5114: * tests/058_paf2000.png 1.1:
5115: file 058_paf2000.png was initially added on branch autoptr.
5116:
5117: * tests/results/065.processed 1.1:
5118: file 065.processed was initially added on branch autoptr.
5119:
5120: * tests/086.html 1.1:
5121: file 086.html was initially added on branch autoptr.
5122:
5123: * tests/results/057.processed 1.1:
5124: file 057.processed was initially added on branch autoptr.
5125:
5126: * tests/052.html 1.1:
5127: file 052.html was initially added on branch autoptr.
5128:
5129: * tests/088.html 1.1:
5130: file 088.html was initially added on branch autoptr.
5131:
5132: * tests/054.html 1.1:
5133: file 054.html was initially added on branch autoptr.
5134:
5135: * src/main/pa_common.C [autoptr] 1.143.2.21:
5136: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
5137: * tests/097.html [autoptr] 1.1.2.1:
5138: * tests/results/097.processed [autoptr] 1.1.2.1:
5139: test:
5140: 97 file::load http:// [bugs fixed]
5141:
5142: * tests/101.html 1.1:
5143: file 101.html was initially added on branch autoptr.
5144:
5145: * tests/091.html 1.1:
5146: file 091.html was initially added on branch autoptr.
5147:
5148: * tests/results/097.processed 1.1:
5149: file 097.processed was initially added on branch autoptr.
5150:
5151: * tests/056.html 1.1:
5152: file 056.html was initially added on branch autoptr.
5153:
5154: * tests/results/089.processed 1.1:
5155: file 089.processed was initially added on branch autoptr.
5156:
5157: * tests/results/090.processed 1.1:
5158: file 090.processed was initially added on branch autoptr.
5159:
5160: * src/classes/hash.C [autoptr] 1.54.2.12:
5161: * src/classes/image.C [autoptr] 1.90.2.13:
5162: * src/classes/table.C [autoptr] 1.172.2.13:
5163: * src/include/pa_memory.h [autoptr] 1.1.2.5:
5164: * tests/096.html [autoptr] 1.1.2.1:
5165: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
5166: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
5167: * tests/results/096.processed [autoptr] 1.1.2.1:
5168: tests:
5169: 96 image EXIF [bug fixed]
5170:
5171: * tests/results/100.processed 1.1:
5172: file 100.processed was initially added on branch autoptr.
5173:
5174: * tests/103.html 1.1:
5175: file 103.html was initially added on branch autoptr.
5176:
5177: * tests/093.html 1.1:
5178: file 093.html was initially added on branch autoptr.
5179:
5180: * tests/results/082.processed 1.1:
5181: file 082.processed was initially added on branch autoptr.
5182:
5183: * tests/052.html [autoptr] 1.1.2.1:
5184: * tests/outputs/049.processed [autoptr] 1.1.2.2:
5185: * tests/outputs/050.processed [autoptr] 1.1.2.2:
5186: * tests/outputs/051.processed [autoptr] 1.1.2.2:
5187: * tests/results/052.processed [autoptr] 1.1.2.1:
5188: test:
5189: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
5190:
5191: * tests/058.html 1.1:
5192: file 058.html was initially added on branch autoptr.
5193:
5194: * tests/results/074.processed 1.1:
5195: file 074.processed was initially added on branch autoptr.
5196:
5197: * tests/095.html 1.1:
5198: file 095.html was initially added on branch autoptr.
5199:
5200: * tests/results/066.processed 1.1:
5201: file 066.processed was initially added on branch autoptr.
5202:
5203: * tests/061.html 1.1:
5204: file 061.html was initially added on branch autoptr.
5205:
5206: * tests/results/058.processed 1.1:
5207: file 058.processed was initially added on branch autoptr.
5208:
5209: * tests/103mark.gif 1.1:
5210: file 103mark.gif was initially added on branch autoptr.
5211:
5212: * tests/097.html 1.1:
5213: file 097.html was initially added on branch autoptr.
5214:
5215: * tests/063.html 1.1:
5216: file 063.html was initially added on branch autoptr.
5217:
5218: * src/main/execute.C [autoptr] 1.295.2.22:
5219: * src/main/pa_table.C [autoptr] 1.53.2.10:
5220: test:
5221: 59 table.locate [bug fixed]
5222: 60 string eq string [bug fixed]
5223:
5224: * tests/099.html 1.1:
5225: file 099.html was initially added on branch autoptr.
5226:
5227: * tests/065.html 1.1:
5228: file 065.html was initially added on branch autoptr.
5229:
5230: * tests/results/098.processed 1.1:
5231: file 098.processed was initially added on branch autoptr.
5232:
5233: * tests/results/091.processed 1.1:
5234: file 091.processed was initially added on branch autoptr.
5235:
5236: * tests/results/101.processed 1.1:
5237: file 101.processed was initially added on branch autoptr.
5238:
5239: * tests/057.html [autoptr] 1.1.2.2:
5240: * tests/099.html [autoptr] 1.1.2.1:
5241: * tests/100.html [autoptr] 1.1.2.1:
5242: * tests/results/057.processed [autoptr] 1.1.2.2:
5243: * tests/results/099.processed [autoptr] 1.1.2.1:
5244: * tests/results/100.processed [autoptr] 1.1.2.1:
5245: tests:
5246: 57 date create 2002: added
5247: 99,100 response:body/download
5248:
5249: * tests/067.html 1.1:
5250: file 067.html was initially added on branch autoptr.
5251:
5252: * tests/results/083.processed 1.1:
5253: file 083.processed was initially added on branch autoptr.
5254:
5255: * tests/results/075.processed 1.1:
5256: file 075.processed was initially added on branch autoptr.
5257:
5258: * src/main/execute.C [autoptr] 1.295.2.24:
5259: * tests/101.html [autoptr] 1.1.2.1:
5260: * tests/102.html [autoptr] 1.1.2.1:
5261: * tests/results/101.processed [autoptr] 1.1.2.1:
5262: * tests/results/102.processed [autoptr] 1.1.2.1:
5263: tests:
5264: 101 method/variable name conflict test
5265: 102 form fields change should not not change anything [bug fix]
5266:
5267: * tests/070.html 1.1:
5268: file 070.html was initially added on branch autoptr.
5269:
5270: * tests/069.html 1.1:
5271: file 069.html was initially added on branch autoptr.
5272:
5273: * tests/results/067.processed 1.1:
5274: file 067.processed was initially added on branch autoptr.
5275:
5276: * src/classes/image.C [autoptr] 1.90.2.15:
5277: * src/include/pa_request.h [autoptr] 1.160.2.29:
5278: * src/include/pa_stack.h [autoptr] 1.17.2.6:
5279: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
5280: number of gcc compiler bugs fixed
5281:
5282: 2003-03-03 paf
5283: * tests/037.html 1.1:
5284: file 037.html was initially added on branch autoptr.
5285:
5286: * tests/results/044.processed 1.1:
5287: file 044.processed was initially added on branch autoptr.
5288:
5289: * tests/039.html 1.1:
5290: file 039.html was initially added on branch autoptr.
5291:
5292: * tests/040.html 1.1:
5293: file 040.html was initially added on branch autoptr.
5294:
5295: * tests/results/036.processed 1.1:
5296: file 036.processed was initially added on branch autoptr.
5297:
5298: * tests/042.html 1.1:
5299: file 042.html was initially added on branch autoptr.
5300:
5301: * tests/044.html 1.1:
5302: file 044.html was initially added on branch autoptr.
5303:
5304: * src/main/pa_request.C [autoptr] 1.245.2.29:
5305: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
5306: * tests/033.html [autoptr] 1.1.2.1:
5307: * tests/034.html [autoptr] 1.1.2.1:
5308: * tests/035.html [autoptr] 1.1.2.1:
5309: * tests/036.html [autoptr] 1.1.2.1:
5310: * tests/037.html [autoptr] 1.1.2.1:
5311: * tests/038.html [autoptr] 1.1.2.1:
5312: * tests/results/033.processed [autoptr] 1.1.2.1:
5313: * tests/results/034.processed [autoptr] 1.1.2.1:
5314: * tests/results/035.processed [autoptr] 1.1.2.1:
5315: * tests/results/036.processed [autoptr] 1.1.2.1:
5316: * tests/results/037.processed [autoptr] 1.1.2.1:
5317: * tests/results/038.processed [autoptr] 1.1.2.1:
5318: tests:
5319: 33 string.replace
5320: 34 string.upper
5321: 35 table created
5322: 36 local/global vars with juntions
5323: 37 table clone
5324: 38 math PI & number formatting
5325:
5326: math class registring typo fixed
5327:
5328: * tests/046.html 1.1:
5329: file 046.html was initially added on branch autoptr.
5330:
5331: * tests/040.html [autoptr] 1.1.2.1:
5332: * tests/results/040.processed [autoptr] 1.1.2.1:
5333: test:
5334: 39 method result of type table
5335: 40 method param junction auto evaluate
5336:
5337: * tests/051b.p 1.1:
5338: file 051b.p was initially added on branch autoptr.
5339:
5340: * tests/results/045.processed 1.1:
5341: file 045.processed was initially added on branch autoptr.
5342:
5343: * tests/048.html 1.1:
5344: file 048.html was initially added on branch autoptr.
5345:
5346: * tests/results/037.processed 1.1:
5347: file 037.processed was initially added on branch autoptr.
5348:
5349: * tests/051.html 1.1:
5350: file 051.html was initially added on branch autoptr.
5351:
5352: * tests/results/046.processed 1.1:
5353: file 046.processed was initially added on branch autoptr.
5354:
5355: * tests/results/038.processed 1.1:
5356: file 038.processed was initially added on branch autoptr.
5357:
5358: * tests/041.html [autoptr] 1.1.2.1:
5359: * tests/results/041.processed [autoptr] 1.1.2.1:
5360: test:
5361: 41 table.locate by expression
5362:
5363: * tests/032.html 1.1:
5364: file 032.html was initially added on branch autoptr.
5365:
5366: * tests/results/047.processed 1.1:
5367: file 047.processed was initially added on branch autoptr.
5368:
5369: * tests/034.html 1.1:
5370: file 034.html was initially added on branch autoptr.
5371:
5372: * tests/results/040.processed 1.1:
5373: file 040.processed was initially added on branch autoptr.
5374:
5375: * tests/results/039.processed 1.1:
5376: file 039.processed was initially added on branch autoptr.
5377:
5378: * tests/results/032.processed 1.1:
5379: file 032.processed was initially added on branch autoptr.
5380:
5381: * tests/036.html 1.1:
5382: file 036.html was initially added on branch autoptr.
5383:
5384: * tests/038.html 1.1:
5385: file 038.html was initially added on branch autoptr.
5386:
5387: * tests/parser-unix.sh 1.1:
5388: file parser-unix.sh was initially added on branch autoptr.
5389:
5390: * tests/043.html [autoptr] 1.1.2.1:
5391: * tests/044.html [autoptr] 1.1.2.1:
5392: * tests/045.html [autoptr] 1.1.2.1:
5393: * tests/046.html [autoptr] 1.1.2.1:
5394: * tests/047.html [autoptr] 1.1.2.1:
5395: * tests/048.html [autoptr] 1.1.2.1:
5396: * tests/049.html [autoptr] 1.1.2.1:
5397: * tests/050.html [autoptr] 1.1.2.1:
5398: * tests/051.html [autoptr] 1.1.2.1:
5399: * tests/051b.p [autoptr] 1.1.2.1:
5400: * tests/051t.p [autoptr] 1.1.2.1:
5401: * tests/Makefile [autoptr] 1.1.2.3:
5402: * tests/outputs/049.processed [autoptr] 1.1.2.1:
5403: * tests/outputs/050.processed [autoptr] 1.1.2.1:
5404: * tests/outputs/051.processed [autoptr] 1.1.2.1:
5405: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
5406: * tests/parser-unix.sh [autoptr] 1.1.2.2:
5407: * tests/results/001.processed [autoptr] 1.1.2.2:
5408: * tests/results/002.processed [autoptr] 1.1.2.2:
5409: * tests/results/003.processed [autoptr] 1.1.2.2:
5410: * tests/results/005.processed [autoptr] 1.1.2.2:
5411: * tests/results/006.processed [autoptr] 1.1.2.2:
5412: * tests/results/008.processed [autoptr] 1.1.2.2:
5413: * tests/results/009.processed [autoptr] 1.1.2.2:
5414: * tests/results/011.processed [autoptr] 1.1.2.2:
5415: * tests/results/012.processed [autoptr] 1.1.2.2:
5416: * tests/results/013.processed [autoptr] 1.1.2.2:
5417: * tests/results/014.processed [autoptr] 1.1.2.2:
5418: * tests/results/015.processed [autoptr] 1.1.2.2:
5419: * tests/results/016.processed [autoptr] 1.1.2.2:
5420: * tests/results/017.processed [autoptr] 1.1.2.2:
5421: * tests/results/020.processed [autoptr] 1.1.2.2:
5422: * tests/results/021.processed [autoptr] 1.1.2.2:
5423: * tests/results/022.processed [autoptr] 1.1.2.2:
5424: * tests/results/024.processed [autoptr] 1.1.2.2:
5425: * tests/results/025.processed [autoptr] 1.1.2.2:
5426: * tests/results/026.processed [autoptr] 1.1.2.2:
5427: * tests/results/027.processed [autoptr] 1.1.2.2:
5428: * tests/results/028.processed [autoptr] 1.1.2.2:
5429: * tests/results/029.processed [autoptr] 1.1.2.2:
5430: * tests/results/030.processed [autoptr] 1.1.2.2:
5431: * tests/results/031.processed [autoptr] 1.1.2.2:
5432: * tests/results/043.processed [autoptr] 1.1.2.1:
5433: * tests/results/044.processed [autoptr] 1.1.2.1:
5434: * tests/results/045.processed [autoptr] 1.1.2.1:
5435: * tests/results/046.processed [autoptr] 1.1.2.1:
5436: * tests/results/047.processed [autoptr] 1.1.2.1:
5437: * tests/results/048.processed [autoptr] 1.1.2.1:
5438: * tests/results/049.processed [autoptr] 1.1.2.1:
5439: * tests/results/050.processed [autoptr] 1.1.2.1:
5440: * tests/results/051.processed [autoptr] 1.1.2.1:
5441: * tests/run_parser.sh [autoptr] 1.1.2.1:
5442: tests:
5443: 43,44,45 date rolls
5444: 46 autoevaluating junction
5445: 47 table.select
5446: 48 name with subvar
5447: 49 hash-creating switch
5448: 50 process
5449: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
5450:
5451: * tests/041.html 1.1:
5452: file 041.html was initially added on branch autoptr.
5453:
5454: * src/classes/op.C [autoptr] 1.127.2.18:
5455: * src/include/pa_request.h [autoptr] 1.160.2.28:
5456: * src/include/pa_string.h [autoptr] 1.144.2.25:
5457: * src/main/execute.C [autoptr] 1.295.2.21:
5458: * src/main/pa_request.C [autoptr] 1.245.2.28:
5459: * src/main/pa_string.C [autoptr] 1.172.2.18:
5460: * src/main/untaint.C [autoptr] 1.115.2.11:
5461: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
5462: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
5463: * tests/032.html [autoptr] 1.1.2.1:
5464: * tests/results/032.processed [autoptr] 1.1.2.1:
5465: uchar changed to String_UL in all places [was not everywhere]
5466: untaint test: 032
5467:
5468: * tests/results/048.processed 1.1:
5469: file 048.processed was initially added on branch autoptr.
5470:
5471: * tests/043.html 1.1:
5472: file 043.html was initially added on branch autoptr.
5473:
5474: * tests/results/041.processed 1.1:
5475: file 041.processed was initially added on branch autoptr.
5476:
5477: * tests/results/033.processed 1.1:
5478: file 033.processed was initially added on branch autoptr.
5479:
5480: * tests/045.html 1.1:
5481: file 045.html was initially added on branch autoptr.
5482:
5483: * tests/047.html 1.1:
5484: file 047.html was initially added on branch autoptr.
5485:
5486: * tests/051t.p 1.1:
5487: file 051t.p was initially added on branch autoptr.
5488:
5489: * tests/050.html 1.1:
5490: file 050.html was initially added on branch autoptr.
5491:
5492: * tests/049.html 1.1:
5493: file 049.html was initially added on branch autoptr.
5494:
5495: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
5496: * tests/004.html [autoptr] 1.1.2.2:
5497: * tests/Makefile [autoptr] 1.1.2.2:
5498: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
5499: * tests/parser-unix.sh [autoptr] 1.1.2.1:
5500: * tests/results/004.processed [autoptr] 1.1.2.2:
5501: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
5502: removed -H command line key, now testing using .sh file with
5503: SERVER_SOFTWARE=xxx
5504:
1.24 paf 5505: * tests/042.html [autoptr] 1.1.2.1:
5506: * tests/results/042.processed [autoptr] 1.1.2.1:
5507: test:
5508: 42 exception.handled
5509:
1.23 paf 5510: * tests/outputs/049.processed 1.1:
5511: * tests/results/049.processed 1.1:
5512: file 049.processed was initially added on branch autoptr.
5513:
5514: * tests/outputs/050.processed 1.1:
5515: * tests/results/050.processed 1.1:
5516: file 050.processed was initially added on branch autoptr.
5517:
5518: * tests/results/042.processed 1.1:
5519: file 042.processed was initially added on branch autoptr.
5520:
5521: * tests/results/034.processed 1.1:
5522: file 034.processed was initially added on branch autoptr.
5523:
5524: * tests/039.html [autoptr] 1.1.2.1:
5525: * tests/results/039.processed [autoptr] 1.1.2.1:
5526: test:
5527: 37 method result of type table
5528:
5529: * tests/outputs/051.processed 1.1:
5530: * tests/results/051.processed 1.1:
5531: file 051.processed was initially added on branch autoptr.
5532:
5533: * tests/parser-cygwin.sh 1.1:
5534: file parser-cygwin.sh was initially added on branch autoptr.
5535:
5536: * tests/results/043.processed 1.1:
5537: file 043.processed was initially added on branch autoptr.
5538:
5539: * tests/results/035.processed 1.1:
5540: file 035.processed was initially added on branch autoptr.
5541:
5542: * tests/033.html 1.1:
5543: file 033.html was initially added on branch autoptr.
5544:
5545: * tests/run_parser.sh 1.1:
5546: file run_parser.sh was initially added on branch autoptr.
5547:
5548: * tests/035.html 1.1:
5549: file 035.html was initially added on branch autoptr.
5550:
5551: 2003-02-27 paf
5552: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
5553: *** empty log message ***
5554:
5555: * www/htdocs/maximized.htm 1.1:
5556: file maximized.htm was initially added on branch autoptr.
5557:
5558: 2003-02-26 paf
5559: * tests/001.html 1.1:
5560: file 001.html was initially added on branch autoptr.
5561:
5562: * tests/003.html 1.1:
5563: file 003.html was initially added on branch autoptr.
5564:
5565: * tests/results/028.processed 1.1:
5566: file 028.processed was initially added on branch autoptr.
5567:
5568: * tests/005.html 1.1:
5569: file 005.html was initially added on branch autoptr.
5570:
5571: * tests/results/021.processed 1.1:
5572: file 021.processed was initially added on branch autoptr.
5573:
5574: * tests/results/013.processed 1.1:
5575: file 013.processed was initially added on branch autoptr.
5576:
5577: * src/include/pa_array.h [autoptr] 1.57.2.26:
5578: * src/include/pa_hash.h [autoptr] 1.58.2.17:
5579: * src/include/pa_memory.h [autoptr] 1.1.2.3:
5580: * src/main/pa_charset.C [autoptr] 1.33.2.12:
5581: * tests/001.html [autoptr] 1.1.2.1:
5582: * tests/002.html [autoptr] 1.1.2.1:
5583: * tests/003.html [autoptr] 1.1.2.1:
5584: * tests/004.html [autoptr] 1.1.2.1:
5585: * tests/005.html [autoptr] 1.1.2.1:
5586: * tests/006.html [autoptr] 1.1.2.1:
5587: * tests/007.html [autoptr] 1.1.2.1:
5588: * tests/008.html [autoptr] 1.1.2.1:
5589: * tests/009.html [autoptr] 1.1.2.1:
5590: * tests/010.html [autoptr] 1.1.2.1:
5591: * tests/011.html [autoptr] 1.1.2.1:
5592: * tests/012.html [autoptr] 1.1.2.1:
5593: * tests/013.html [autoptr] 1.1.2.1:
5594: * tests/014.html [autoptr] 1.1.2.1:
5595: * tests/Makefile [autoptr] 1.1.2.1:
5596: * tests/outputs/create-dir [autoptr] 1.1.2.1:
5597: * tests/results/001.processed [autoptr] 1.1.2.1:
5598: * tests/results/002.processed [autoptr] 1.1.2.1:
5599: * tests/results/003.processed [autoptr] 1.1.2.1:
5600: * tests/results/004.processed [autoptr] 1.1.2.1:
5601: * tests/results/005.processed [autoptr] 1.1.2.1:
5602: * tests/results/006.processed [autoptr] 1.1.2.1:
5603: * tests/results/007.processed [autoptr] 1.1.2.1:
5604: * tests/results/008.processed [autoptr] 1.1.2.1:
5605: * tests/results/009.processed [autoptr] 1.1.2.1:
5606: * tests/results/010.processed [autoptr] 1.1.2.1:
5607: * tests/results/011.processed [autoptr] 1.1.2.1:
5608: * tests/results/012.processed [autoptr] 1.1.2.1:
5609: * tests/results/013.processed [autoptr] 1.1.2.1:
5610: * tests/results/014.processed [autoptr] 1.1.2.1:
5611: hash cloning fixed
5612:
5613: * tests/007.html 1.1:
5614: file 007.html was initially added on branch autoptr.
5615:
5616: * tests/results/005.processed 1.1:
5617: file 005.processed was initially added on branch autoptr.
5618:
5619: * tests/010.html 1.1:
5620: file 010.html was initially added on branch autoptr.
5621:
5622: * tests/009.html 1.1:
5623: file 009.html was initially added on branch autoptr.
5624:
5625: * tests/012.html 1.1:
5626: file 012.html was initially added on branch autoptr.
5627:
5628: * tests/014.html 1.1:
5629: file 014.html was initially added on branch autoptr.
5630:
5631: * src/main/execute.C [autoptr] 1.295.2.20:
5632: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
5633: * tests/024.html [autoptr] 1.1.2.1:
5634: * tests/025.html [autoptr] 1.1.2.1:
5635: * tests/026.html [autoptr] 1.1.2.1:
5636: * tests/027.html [autoptr] 1.1.2.1:
5637: * tests/028.html [autoptr] 1.1.2.1:
5638: * tests/029.html [autoptr] 1.1.2.1:
5639: * tests/030.html [autoptr] 1.1.2.1:
5640: * tests/031.html [autoptr] 1.1.2.1:
5641: * tests/results/024.processed [autoptr] 1.1.2.1:
5642: * tests/results/025.processed [autoptr] 1.1.2.1:
5643: * tests/results/026.processed [autoptr] 1.1.2.1:
5644: * tests/results/027.processed [autoptr] 1.1.2.1:
5645: * tests/results/028.processed [autoptr] 1.1.2.1:
5646: * tests/results/029.processed [autoptr] 1.1.2.1:
5647: * tests/results/030.processed [autoptr] 1.1.2.1:
5648: * tests/results/031.processed [autoptr] 1.1.2.1:
5649: fixed bug with name_cstr mutable CharPtr
5650: more tests
5651:
5652: * tests/results/029.processed 1.1:
5653: file 029.processed was initially added on branch autoptr.
5654:
5655: * tests/results/030.processed 1.1:
5656: file 030.processed was initially added on branch autoptr.
5657:
5658: * tests/016.html 1.1:
5659: file 016.html was initially added on branch autoptr.
5660:
5661: * tests/results/022.processed 1.1:
5662: file 022.processed was initially added on branch autoptr.
5663:
5664: * tests/results/014.processed 1.1:
5665: file 014.processed was initially added on branch autoptr.
5666:
5667: * tests/018.html 1.1:
5668: file 018.html was initially added on branch autoptr.
5669:
5670: * tests/results/006.processed 1.1:
5671: file 006.processed was initially added on branch autoptr.
5672:
5673: * tests/022_dir/a.html 1.1:
5674: file a.html was initially added on branch autoptr.
5675:
5676: * tests/021.html 1.1:
5677: file 021.html was initially added on branch autoptr.
5678:
5679: * tests/023.html 1.1:
5680: file 023.html was initially added on branch autoptr.
5681:
5682: * tests/results/031.processed 1.1:
5683: file 031.processed was initially added on branch autoptr.
5684:
5685: * tests/025.html 1.1:
5686: file 025.html was initially added on branch autoptr.
5687:
5688: * tests/results/023.processed 1.1:
5689: file 023.processed was initially added on branch autoptr.
5690:
5691: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
5692: * src/main/pa_globals.C [autoptr] 1.152.2.16:
5693: * src/main/pa_memory.C [autoptr] 1.1.2.3:
5694: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
5695: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
5696: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
5697: SAPI::abort << abort. die now just exits
5698:
5699: * tests/results/015.processed 1.1:
5700: file 015.processed was initially added on branch autoptr.
5701:
5702: * tests/027.html 1.1:
5703: file 027.html was initially added on branch autoptr.
5704:
5705: * tests/results/007.processed 1.1:
5706: file 007.processed was initially added on branch autoptr.
5707:
5708: * tests/030.html 1.1:
5709: file 030.html was initially added on branch autoptr.
5710:
5711: * tests/029.html 1.1:
5712: file 029.html was initially added on branch autoptr.
5713:
5714: * tests/outputs/create-dir 1.1:
5715: file create-dir was initially added on branch autoptr.
5716:
5717: * tests/022_dir/b.txt 1.1:
5718: file b.txt was initially added on branch autoptr.
5719:
5720: * tests/results/024.processed 1.1:
5721: file 024.processed was initially added on branch autoptr.
5722:
5723: * tests/002.html 1.1:
5724: file 002.html was initially added on branch autoptr.
5725:
5726: * tests/results/016.processed 1.1:
5727: file 016.processed was initially added on branch autoptr.
5728:
5729: * tests/results/008.processed 1.1:
5730: file 008.processed was initially added on branch autoptr.
5731:
5732: * tests/004.html 1.1:
5733: file 004.html was initially added on branch autoptr.
5734:
5735: * tests/results/001.processed 1.1:
5736: file 001.processed was initially added on branch autoptr.
5737:
5738: * tests/006.html 1.1:
5739: file 006.html was initially added on branch autoptr.
5740:
5741: * tests/008.html 1.1:
5742: file 008.html was initially added on branch autoptr.
5743:
5744: * tests/011.html 1.1:
5745: file 011.html was initially added on branch autoptr.
5746:
5747: * tests/results/025.processed 1.1:
5748: file 025.processed was initially added on branch autoptr.
5749:
5750: * tests/results/017.processed 1.1:
5751: file 017.processed was initially added on branch autoptr.
5752:
5753: * tests/Makefile 1.1:
5754: file Makefile was initially added on branch autoptr.
5755:
5756: * tests/results/009.processed 1.1:
5757: file 009.processed was initially added on branch autoptr.
5758:
5759: * tests/results/010.processed 1.1:
5760: file 010.processed was initially added on branch autoptr.
5761:
5762: * tests/013.html 1.1:
5763: file 013.html was initially added on branch autoptr.
5764:
5765: * tests/results/002.processed 1.1:
5766: file 002.processed was initially added on branch autoptr.
5767:
5768: * tests/019paf2001.gif 1.1:
5769: file 019paf2001.gif was initially added on branch autoptr.
5770:
5771: * tests/015.html 1.1:
5772: file 015.html was initially added on branch autoptr.
5773:
5774: * tests/017.html 1.1:
5775: file 017.html was initially added on branch autoptr.
5776:
5777: * tests/020.html 1.1:
5778: file 020.html was initially added on branch autoptr.
5779:
5780: * tests/019.html 1.1:
5781: file 019.html was initially added on branch autoptr.
5782:
5783: * tests/results/026.processed 1.1:
5784: file 026.processed was initially added on branch autoptr.
5785:
5786: * tests/results/018.processed 1.1:
5787: file 018.processed was initially added on branch autoptr.
5788:
5789: * tests/022.html 1.1:
5790: file 022.html was initially added on branch autoptr.
5791:
5792: * tests/results/011.processed 1.1:
5793: file 011.processed was initially added on branch autoptr.
5794:
5795: * tests/024.html 1.1:
5796: file 024.html was initially added on branch autoptr.
5797:
5798: * tests/results/003.processed 1.1:
5799: file 003.processed was initially added on branch autoptr.
5800:
5801: * tests/022_dir/c.htm 1.1:
5802: file c.htm was initially added on branch autoptr.
5803:
5804: * tests/026.html 1.1:
5805: file 026.html was initially added on branch autoptr.
5806:
5807: * tests/028.html 1.1:
5808: file 028.html was initially added on branch autoptr.
5809:
5810: * tests/031.html 1.1:
5811: file 031.html was initially added on branch autoptr.
5812:
5813: * tests/results/027.processed 1.1:
5814: file 027.processed was initially added on branch autoptr.
5815:
5816: * tests/results/019.processed 1.1:
5817: file 019.processed was initially added on branch autoptr.
5818:
5819: * tests/results/020.processed 1.1:
5820: file 020.processed was initially added on branch autoptr.
5821:
5822: * src/classes/classes.awk [autoptr] 1.6.6.3:
5823: * src/classes/classes.h [autoptr] 1.23.2.9:
5824: * src/classes/date.C [autoptr] 1.42.2.11:
5825: * src/classes/double.C [autoptr] 1.53.2.8:
5826: * src/classes/file.C [autoptr] 1.107.2.15:
5827: * src/classes/form.C [autoptr] 1.34.2.7:
5828: * src/classes/hash.C [autoptr] 1.54.2.11:
5829: * src/classes/image.C [autoptr] 1.90.2.12:
5830: * src/classes/int.C [autoptr] 1.49.2.7:
5831: * src/classes/mail.C [autoptr] 1.88.2.12:
5832: * src/classes/math.C [autoptr] 1.24.2.10:
5833: * src/classes/op.C [autoptr] 1.127.2.17:
5834: * src/classes/response.C [autoptr] 1.23.2.7:
5835: * src/classes/string.C [autoptr] 1.125.2.12:
5836: * src/classes/table.C [autoptr] 1.172.2.11:
5837: * src/classes/void.C [autoptr] 1.28.2.5:
5838: * src/classes/xdoc.C [autoptr] 1.108.2.12:
5839: * src/classes/xnode.C [autoptr] 1.54.2.8:
5840: * src/include/pa_memory.h [autoptr] 1.1.2.4:
5841: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
5842: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
5843: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
5844: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
5845: * src/types/pa_venv.h [autoptr] 1.28.2.5:
5846: * src/types/pa_vform.C [autoptr] 1.74.2.11:
5847: * tests/015.html [autoptr] 1.1.2.1:
5848: * tests/016.html [autoptr] 1.1.2.1:
5849: * tests/017.html [autoptr] 1.1.2.1:
5850: * tests/018.html [autoptr] 1.1.2.1:
5851: * tests/019.html [autoptr] 1.1.2.1:
5852: * tests/019paf2001.gif [autoptr] 1.1.2.1:
5853: * tests/020.html [autoptr] 1.1.2.1:
5854: * tests/021.html [autoptr] 1.1.2.1:
5855: * tests/022.html [autoptr] 1.1.2.1:
5856: * tests/022_dir/a.html [autoptr] 1.1.2.1:
5857: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
5858: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
5859: * tests/023.html [autoptr] 1.1.2.1:
5860: * tests/results/015.processed [autoptr] 1.1.2.1:
5861: * tests/results/016.processed [autoptr] 1.1.2.1:
5862: * tests/results/017.processed [autoptr] 1.1.2.1:
5863: * tests/results/018.processed [autoptr] 1.1.2.1:
5864: * tests/results/019.processed [autoptr] 1.1.2.1:
5865: * tests/results/020.processed [autoptr] 1.1.2.1:
5866: * tests/results/021.processed [autoptr] 1.1.2.1:
5867: * tests/results/022.processed [autoptr] 1.1.2.1:
5868: * tests/results/023.processed [autoptr] 1.1.2.1:
5869: methoded_array now contains all Mxxx classes
5870: SAPI::get_env now returns info on pool
5871: more tests
5872:
5873: * tests/results/012.processed 1.1:
5874: file 012.processed was initially added on branch autoptr.
5875:
5876: * tests/results/004.processed 1.1:
5877: file 004.processed was initially added on branch autoptr.
5878:
5879: 2003-02-25 paf
5880: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
5881: typo fixed
5882:
5883: 2003-02-24 paf
5884: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
5885: fixed all places with bad get_string(0)
5886: [one remained]
5887:
5888: * src/include/pa_request.h [autoptr] 1.160.2.27:
5889: * src/main/execute.C [autoptr] 1.295.2.19:
5890: few bad get_string(0) [should have been get_string(&pool)]
5891: todo: check other such calls
5892:
5893: * src/types/pa_vmail.C 1.41:
5894: body [text/html] transcoded to
5895: $.charset[specified]
5896: now
5897:
5898: * src/main/compile.tab.C [autoptr] 1.81.2.9:
5899: * src/main/execute.C [autoptr] 1.295.2.18:
5900: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
5901: test10, bad lookups
5902:
5903: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
5904:
5905: * src/main/pa_common.C 1.145:
5906: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
5907: stupid gcc [2.95.4] generated bad code
5908: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
5909: rewritten simplier [though duplicating closesocket code]
5910:
5911: * src/classes/string.C [autoptr] 1.125.2.11:
5912: match bug fixed
5913:
1.22 paf 5914: 2003-02-21 paf
5915: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
5916: MAKE_TEST must be used inside of 'make tests' only
5917: [it's not forcing CGI mode now]
5918: now use -H to output CGI header when parser used in command line [useful for tests also]
5919:
5920: * src/classes/file.C [autoptr] 1.107.2.14:
5921: * src/classes/gd/gif.C [autoptr] 1.30.2.4:
5922: * src/classes/gd/gif.h [autoptr] 1.23.2.5:
5923: * src/classes/image.C [autoptr] 1.90.2.11:
5924: * src/classes/mail.C [autoptr] 1.88.2.11:
5925: * src/classes/op.C [autoptr] 1.127.2.16:
5926: * src/classes/xdoc.C [autoptr] 1.108.2.11:
5927: * src/main/pa_charset.C [autoptr] 1.33.2.11:
5928: * src/main/pa_exec.C [autoptr] 1.48.2.14:
5929: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
5930: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
5931: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
5932: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
5933: fixed all cstr's that must use pool [as the one in ^process]
5934:
5935: * src/include/pa_array.h [autoptr] 1.57.2.25:
5936: * src/include/pa_exception.h [autoptr] 1.38.2.15:
5937: * src/include/pa_memory.h [autoptr] 1.1.2.1:
5938: * src/include/pa_pool.h [autoptr] 1.86.2.31:
5939: * src/main/Makefile.am [autoptr] 1.35.6.3:
5940: * src/main/main.dsp [autoptr] 1.161.6.12:
5941: * src/main/pa_array.C [autoptr] 1.54.2.5:
5942: * src/main/pa_memory.C [autoptr] 1.1.2.1:
5943: * src/main/pa_pool.C [autoptr] 1.59.2.5:
5944: reorganized memory handling files
5945:
5946: * src/include/pa_memory.h [autoptr] 1.1.2.2:
5947: * src/main/pa_memory.C [autoptr] 1.1.2.2:
5948: inlined memory handling pa_*
5949:
5950: * src/main/execute.C [autoptr] 1.295.2.17:
5951: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
5952: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
5953: release mode now compiles OK
5954: test to show benefits of free
5955:
5956: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
5957: MAKE_TEST environment variable switches on CGI mode, and is
5958: used in regression tests
5959:
5960: * operators.txt [autoptr] 1.109.2.1:
5961: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
5962: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
5963: $cookie:name[$.expires[date << can be now]]
5964:
5965: written makefile with regression tests [raw]
5966:
5967: * src/include/pa_request.h [autoptr] 1.160.2.26:
5968: * src/main/pa_request.C [autoptr] 1.245.2.27:
5969: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
5970: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
5971: * src/types/pa_venv.h [autoptr] 1.28.2.4:
5972: env fixed
5973:
5974: * src/main/pa_array.C [autoptr] 1.54.2.4:
5975: pool::format_integer terminator fixed
5976:
5977: * src/include/pa_memory.h 1.1:
5978: file pa_memory.h was initially added on branch autoptr.
5979:
5980: * src/main/pa_memory.C 1.1:
5981: file pa_memory.C was initially added on branch autoptr.
5982:
5983: * src/classes/op.C [autoptr] 1.127.2.15:
5984: fixed process.
5985: sould now check for all cstr's -- some must use pool [as the one in ^process]
5986:
5987: 2003-02-20 paf
5988: * www/htdocs/autoptr.html 1.1:
5989: file autoptr.html was initially added on branch autoptr.
5990:
5991: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
5992: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
5993: form values passed OK now
5994:
5995: * src/classes/date.C [autoptr] 1.42.2.10:
5996: * src/classes/double.C [autoptr] 1.53.2.7:
5997: * src/classes/file.C [autoptr] 1.107.2.13:
5998: * src/classes/hash.C [autoptr] 1.54.2.10:
5999: * src/classes/image.C [autoptr] 1.90.2.10:
6000: * src/classes/int.C [autoptr] 1.49.2.6:
6001: * src/classes/mail.C [autoptr] 1.88.2.10:
6002: * src/classes/math.C [autoptr] 1.24.2.9:
6003: * src/classes/op.C [autoptr] 1.127.2.13:
6004: * src/classes/response.C [autoptr] 1.23.2.6:
6005: * src/classes/string.C [autoptr] 1.125.2.10:
6006: * src/classes/table.C [autoptr] 1.172.2.10:
6007: * src/classes/void.C [autoptr] 1.28.2.4:
6008: * src/classes/xdoc.C [autoptr] 1.108.2.10:
6009: * src/classes/xnode.C [autoptr] 1.54.2.7:
6010: * src/main/pa_string.C [autoptr] 1.172.2.17:
6011: * src/types/pa_method.h [autoptr] 1.1.2.4:
6012: * src/types/pa_value.C [autoptr] 1.9.2.14:
6013: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
6014: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
6015: string cmp fixed
6016:
6017: 2003-02-19 paf
6018: * src/classes/form.C [autoptr] 1.34.2.6:
6019: * src/classes/smtp/smtp.C [autoptr] 1.20.2.3:
6020: * src/classes/smtp/smtp.h [autoptr] 1.11.2.4:
6021: * src/include/pa_charset.h [autoptr] 1.20.2.12:
6022: * src/include/pa_pool.h [autoptr] 1.86.2.30:
6023: * src/main/pa_charset.C [autoptr] 1.33.2.10:
6024: * src/main/pa_exception.C [autoptr] 1.43.2.13:
6025: * src/main/pa_request.C [autoptr] 1.245.2.25:
6026: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
6027: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
6028: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
6029: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
6030: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
6031: * src/types/pa_vform.C [autoptr] 1.74.2.9:
6032: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
6033: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
6034: found&kill all remaning leaks resulted from pooled::malloc calls
6035: [excluding in gd -- planning complete rewrite extremely ugly code]
6036:
6037: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
6038: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
6039: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
6040: removed unneeded files
6041:
6042: 2003-02-17 paf
6043: * src/classes/classes.C [autoptr] 1.18.2.4:
6044: * src/include/pa_array.h [autoptr] 1.57.2.22:
6045: * src/include/pa_hash.h [autoptr] 1.58.2.16:
6046: * src/include/pa_pool.h [autoptr] 1.86.2.29:
6047: * src/include/pa_request.h [autoptr] 1.160.2.23:
6048: * src/main/pa_request.C [autoptr] 1.245.2.20:
6049: * src/main/pa_string.C [autoptr] 1.172.2.16:
6050: * src/main/untaint.C [autoptr] 1.115.2.10:
6051: * src/types/pa_value.h [autoptr] 1.109.2.23:
6052: * src/types/pa_vint.h [autoptr] 1.38.2.10:
6053: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
6054: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
6055: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
6056: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
6057: class fields of simple type not initialized with zeros :(
6058: while class fields of class types initialized with default constructors.
6059: learn C++
6060:
6061: * src/main/execute.C [autoptr] 1.295.2.11:
6062: * src/main/pa_request.C [autoptr] 1.245.2.21:
6063: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
6064: first letters out OK
6065:
6066: * src/classes/classes.awk [autoptr] 1.6.6.2:
6067: * src/classes/double.C [autoptr] 1.53.2.5:
6068: * src/classes/file.C [autoptr] 1.107.2.11:
6069: * src/classes/form.C [autoptr] 1.34.2.5:
6070: * src/classes/image.C [autoptr] 1.90.2.8:
6071: * src/classes/int.C [autoptr] 1.49.2.4:
6072: * src/classes/mail.C [autoptr] 1.88.2.8:
6073: * src/classes/math.C [autoptr] 1.24.2.7:
6074: * src/classes/xdoc.C [autoptr] 1.108.2.7:
6075: * src/classes/xnode.C [autoptr] 1.54.2.5:
6076: * src/include/pa_array.h [autoptr] 1.57.2.21:
6077: * src/include/pa_string.h [autoptr] 1.144.2.24:
6078: * src/main/pa_exec.C [autoptr] 1.48.2.13:
6079: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
6080: parser3.exe - 0 error(s), 0 warning(s)
6081:
6082: * src/classes/date.C [autoptr] 1.42.2.8:
6083: * src/classes/op.C [autoptr] 1.127.2.12:
6084: * src/classes/table.C [autoptr] 1.172.2.8:
6085: * src/classes/xdoc.C [autoptr] 1.108.2.8:
6086: * src/classes/xnode.C [autoptr] 1.54.2.6:
6087: * src/include/pa_array.h [autoptr] 1.57.2.24:
6088: * src/include/pa_charset.h [autoptr] 1.20.2.11:
6089: * src/main/Makefile.am [autoptr] 1.35.6.2:
6090: * src/main/main.dsp [autoptr] 1.161.6.11:
6091: * src/main/pa_charset.C [autoptr] 1.33.2.8:
6092: * src/main/pa_common.C [autoptr] 1.143.2.20:
6093: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
6094: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
6095: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
6096: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
6097: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
6098: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
6099: fixed more leaks resulted from pooled::malloc calls
6100:
6101: * src/include/pa_stack.h [autoptr] 1.17.2.4:
6102: * src/main/compile.C [autoptr] 1.69.2.6:
6103: * src/main/execute.C [autoptr] 1.295.2.13:
6104: * src/main/pa_request.C [autoptr] 1.245.2.23:
6105: stack-stored items need extra .ref to prevent object_ptr from
6106: delete[them]
6107:
6108: * src/main/pa_request.C [autoptr] 1.245.2.22:
6109: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
6110: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
6111: couple mem leaks rusulted from old pooled::malloc usage.
6112: todo:find more like those
6113:
6114: * src/main/execute.C [autoptr] 1.295.2.14:
6115: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
6116: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
6117: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
6118: few bugs in debug output fixed
6119:
6120: * src/include/pa_array.h [autoptr] 1.57.2.23:
6121: * src/include/pa_request.h [autoptr] 1.160.2.24:
6122: * src/main/execute.C [autoptr] 1.295.2.12:
6123: stackItem fixed [there were no string on stack before]
6124:
6125: * src/classes/date.C [autoptr] 1.42.2.9:
6126: * src/classes/double.C [autoptr] 1.53.2.6:
6127: * src/classes/file.C [autoptr] 1.107.2.12:
6128: * src/classes/image.C [autoptr] 1.90.2.9:
6129: * src/classes/int.C [autoptr] 1.49.2.5:
6130: * src/classes/mail.C [autoptr] 1.88.2.9:
6131: * src/classes/math.C [autoptr] 1.24.2.8:
6132: * src/classes/response.C [autoptr] 1.23.2.5:
6133: * src/classes/string.C [autoptr] 1.125.2.9:
6134: * src/classes/table.C [autoptr] 1.172.2.9:
6135: * src/classes/xdoc.C [autoptr] 1.108.2.9:
6136: * src/classes/xnode.h [autoptr] 1.18.2.4:
6137: * src/include/pa_stack.h [autoptr] 1.17.2.5:
6138: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
6139: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
6140: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
6141: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
6142: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
6143: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
6144: * src/types/pa_vform.C [autoptr] 1.74.2.8:
6145: * src/types/pa_vform.h [autoptr] 1.45.2.8:
6146: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
6147: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
6148: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
6149: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
6150: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
6151: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
6152: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
6153: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
6154: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
6155: fixed all remained bugs of unitialized simple-typed field
6156:
6157: * src/classes/classes.C [autoptr] 1.18.2.5:
6158: * src/classes/classes.h [autoptr] 1.23.2.8:
6159: * src/main/execute.C [autoptr] 1.295.2.15:
6160: * src/main/pa_charset.C [autoptr] 1.33.2.9:
6161: * src/main/pa_request.C [autoptr] 1.245.2.24:
6162: another bug of unitialized simple-typed field fixed.
6163: todo: find&kill all like that one
6164:
6165: * src/main/compile.C [autoptr] 1.69.2.5:
6166: * src/main/compile_tools.C [autoptr] 1.54.2.5:
6167: 2*2!
6168:
6169: 2003-02-14 paf
6170: * src/classes/classes.dsp [autoptr] 1.25.10.4:
6171: * src/classes/op.C [autoptr] 1.127.2.10:
6172: * src/classes/string.C [autoptr] 1.125.2.8:
6173: * src/classes/table.C [autoptr] 1.172.2.7:
6174: * src/include/pa_common.h [autoptr] 1.89.2.11:
6175: * src/include/pa_globals.h [autoptr] 1.101.2.14:
6176: * src/include/pa_pool.h [autoptr] 1.86.2.28:
6177: * src/include/pa_request.h [autoptr] 1.160.2.20:
6178: * src/main/pa_globals.C [autoptr] 1.152.2.15:
6179: * src/main/pa_request.C [autoptr] 1.245.2.16:
6180: * src/types/pa_value.h [autoptr] 1.109.2.22:
6181: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
6182: * src/types/pa_vint.h [autoptr] 1.38.2.9:
6183: * src/types/types.dsp [autoptr] 1.35.10.7:
6184: op compiled
6185:
6186: * src/classes/classes.C [autoptr] 1.18.2.3:
6187: * src/classes/classes.awk [autoptr] 1.6.6.1:
6188: * src/classes/file.C [autoptr] 1.107.2.9:
6189: * src/classes/hash.C [autoptr] 1.54.2.9:
6190: * src/classes/mail.C [autoptr] 1.88.2.7:
6191: * src/classes/op.C [autoptr] 1.127.2.11:
6192: * src/include/pa_common.h [autoptr] 1.89.2.12:
6193: * src/include/pa_request.h [autoptr] 1.160.2.21:
6194: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
6195: * src/main/pa_common.C [autoptr] 1.143.2.18:
6196: * src/main/pa_request.C [autoptr] 1.245.2.17:
6197: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
6198: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
6199: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
6200: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
6201: classes.lib - 0 error(s), 0 warning(s)
6202: parser.C compiled
6203:
6204: * src/classes/classes.dsp [autoptr] 1.25.10.3:
6205: * src/classes/response.C [autoptr] 1.23.2.4:
6206: * src/classes/string.C [autoptr] 1.125.2.7:
6207: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
6208: * src/include/pa_string.h [autoptr] 1.144.2.23:
6209: * src/main/pa_string.C [autoptr] 1.172.2.15:
6210: * src/main/untaint.C [autoptr] 1.115.2.9:
6211: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
6212: string, response compiled
6213:
6214: * src/classes/file.C [autoptr] 1.107.2.10:
6215: * src/include/pa_request.h [autoptr] 1.160.2.22:
6216: * src/main/pa_request.C [autoptr] 1.245.2.18:
6217: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
6218: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
6219: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
6220: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
6221: * src/types/pa_vform.C [autoptr] 1.74.2.7:
6222: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
6223: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
6224: all compiled, only 14 link errors :)
6225:
6226: * src/types/pa_vhash.C 1.1:
6227: file pa_vhash.C was initially added on branch autoptr.
6228:
6229: * src/include/pa_common.h [autoptr] 1.89.2.13:
6230: * src/main/pa_common.C [autoptr] 1.143.2.19:
6231: * src/main/pa_request.C [autoptr] 1.245.2.19:
6232: 13 link errors
6233:
6234: 2003-02-07 paf
6235: * src/classes/table.C [autoptr] 1.172.2.6:
6236: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
6237: table compiled
6238:
6239: 2003-02-06 paf
6240: * src/classes/image.C [autoptr] 1.90.2.7:
6241: * src/classes/string.C [autoptr] 1.125.2.6:
6242: * src/classes/xdoc.C [autoptr] 1.108.2.6:
6243: * src/include/pa_common.h [autoptr] 1.89.2.10:
6244: * src/include/pa_hash.h [autoptr] 1.58.2.15:
6245: * src/main/pa_common.C [autoptr] 1.143.2.17:
6246: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
6247: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
6248: image compiled
6249:
6250: * src/classes/mail.C [autoptr] 1.88.2.6:
6251: * src/classes/smtp/smtp.h [autoptr] 1.11.2.3:
6252: * src/include/pa_request.h [autoptr] 1.160.2.19:
6253: * src/main/pa_request.C [autoptr] 1.245.2.15:
6254: mail compiled
6255:
6256: * src/classes/hash.C [autoptr] 1.54.2.7:
6257: * src/include/pa_hash.h [autoptr] 1.58.2.14:
6258: * src/include/pa_table.h [autoptr] 1.48.2.11:
6259: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
6260: hash compiled
6261:
6262: * src/classes/classes.dsp [autoptr] 1.25.10.2:
6263: * src/classes/file.C [autoptr] 1.107.2.7:
6264: * src/include/pa_common.h [autoptr] 1.89.2.9:
6265: * src/include/pa_exec.h [autoptr] 1.11.2.5:
6266: * src/main/pa_common.C [autoptr] 1.143.2.16:
6267: * src/main/pa_exec.C [autoptr] 1.48.2.12:
6268: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
6269: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
6270: file compiled
6271:
6272: * src/classes/file.C [autoptr] 1.107.2.8:
6273: * src/classes/form.C [autoptr] 1.34.2.4:
6274: form compiled
6275:
6276: * src/classes/hash.C [autoptr] 1.54.2.8:
6277: * src/classes/math.C [autoptr] 1.24.2.6:
6278: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
6279: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
6280: math compiled [win32]
6281:
6282: 2003-02-04 paf
6283: * src/classes/date.C [autoptr] 1.42.2.5:
6284: * src/classes/double.C [autoptr] 1.53.2.3:
6285: * src/classes/file.C [autoptr] 1.107.2.5:
6286: * src/classes/form.C [autoptr] 1.34.2.3:
6287: * src/classes/hash.C [autoptr] 1.54.2.4:
6288: * src/classes/image.C [autoptr] 1.90.2.5:
6289: * src/classes/int.C [autoptr] 1.49.2.3:
6290: * src/classes/mail.C [autoptr] 1.88.2.4:
6291: * src/classes/math.C [autoptr] 1.24.2.4:
6292: * src/classes/op.C [autoptr] 1.127.2.8:
6293: * src/classes/response.C [autoptr] 1.23.2.3:
6294: * src/classes/string.C [autoptr] 1.125.2.4:
6295: * src/classes/table.C [autoptr] 1.172.2.4:
6296: * src/classes/void.C [autoptr] 1.28.2.3:
6297: * src/classes/xdoc.C [autoptr] 1.108.2.4:
6298: * src/classes/xnode.C [autoptr] 1.54.2.3:
6299: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
6300: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
6301: * src/types/pa_vint.h [autoptr] 1.38.2.8:
6302: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
6303: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
6304: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
6305: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
6306: int compiled
6307:
6308: * src/types/pa_value.C [autoptr] 1.9.2.12:
6309: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
6310: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
6311: trying to remove stupid value_includes.h
6312:
6313: * src/classes/date.C [autoptr] 1.42.2.4:
6314: * src/classes/double.C [autoptr] 1.53.2.2:
6315: * src/classes/file.C [autoptr] 1.107.2.4:
6316: * src/classes/hash.C [autoptr] 1.54.2.3:
6317: * src/classes/image.C [autoptr] 1.90.2.4:
6318: * src/classes/int.C [autoptr] 1.49.2.2:
6319: * src/classes/mail.C [autoptr] 1.88.2.3:
6320: * src/classes/math.C [autoptr] 1.24.2.3:
6321: * src/classes/op.C [autoptr] 1.127.2.7:
6322: * src/classes/response.C [autoptr] 1.23.2.2:
6323: * src/classes/smtp/smtp.C [autoptr] 1.20.2.2:
6324: * src/classes/smtp/smtp.h [autoptr] 1.11.2.2:
6325: * src/classes/string.C [autoptr] 1.125.2.3:
6326: * src/classes/table.C [autoptr] 1.172.2.3:
6327: * src/classes/void.C [autoptr] 1.28.2.2:
6328: * src/classes/xdoc.C [autoptr] 1.108.2.3:
6329: * src/classes/xnode.C [autoptr] 1.54.2.2:
6330: * src/classes/xnode.h [autoptr] 1.18.2.3:
6331: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
6332: void compiled :)
6333:
6334: * src/classes/date.C [autoptr] 1.42.2.7:
6335: * src/classes/hash.C [autoptr] 1.54.2.6:
6336: * src/include/pa_exec.h [autoptr] 1.11.2.4:
6337: * src/include/pa_hash.h [autoptr] 1.58.2.13:
6338: * src/include/pa_request.h [autoptr] 1.160.2.18:
6339: * src/include/pa_string.h [autoptr] 1.144.2.22:
6340: * src/include/pa_table.h [autoptr] 1.48.2.10:
6341: * src/main/pa_common.C [autoptr] 1.143.2.15:
6342: * src/main/pa_exec.C [autoptr] 1.48.2.11:
6343: * src/main/pa_string.C [autoptr] 1.172.2.14:
6344: * src/types/pa_method.h [autoptr] 1.1.2.3:
6345: * src/types/pa_vform.C [autoptr] 1.74.2.6:
6346: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
6347: hash 50% compiled
6348:
6349: * src/types/pa_method.h 1.1:
6350: file pa_method.h was initially added on branch autoptr.
6351:
6352: * src/classes/gd/gif.C [autoptr] 1.30.2.3:
6353: * src/include/pa_globals.h [autoptr] 1.101.2.13:
6354: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
6355: * src/main/pa_charset.C [autoptr] 1.33.2.7:
6356: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
6357: * src/main/pa_common.C [autoptr] 1.143.2.14:
6358: * src/main/pa_dir.C [autoptr] 1.14.2.3:
6359: * src/main/pa_exception.C [autoptr] 1.43.2.12:
6360: * src/main/pa_exec.C [autoptr] 1.48.2.10:
6361: * src/main/pa_globals.C [autoptr] 1.152.2.13:
6362: * src/main/pa_pool.C [autoptr] 1.59.2.4:
6363: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
6364: * src/main/pa_string.C [autoptr] 1.172.2.12:
6365: * src/main/pa_uue.C [autoptr] 1.4.2.5:
6366: * src/main/untaint.C [autoptr] 1.115.2.8:
6367: * src/types/pa_value.C [autoptr] 1.9.2.13:
6368: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
6369: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
6370: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
6371: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
6372: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
6373: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
6374: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
6375: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
6376: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
6377: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
6378: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
6379: * src/types/types.dsp [autoptr] 1.35.10.6:
6380: removed stupid value_includes.h
6381:
6382: * src/main/pa_exec.C [autoptr] 1.48.2.8:
6383: libmain.a compiled on six [unix]
6384:
6385: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
6386: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
6387: * src/main/pa_common.C [autoptr] 1.143.2.13:
6388: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
6389: * src/main/pa_exec.C [autoptr] 1.48.2.7:
6390: * src/main/pa_socks.C [autoptr] 1.18.2.5:
6391: libmain.a gcc
6392: and
6393: mail.lib msvc++
6394: compiled
6395:
6396: * src/include/pa_globals.h [autoptr] 1.101.2.12:
6397: * src/include/pa_request.h [autoptr] 1.160.2.16:
6398: * src/types/pa_value.C [autoptr] 1.9.2.11:
6399: * src/types/pa_value.h [autoptr] 1.109.2.21:
6400: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
6401: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
6402: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
6403: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
6404: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
6405: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
6406: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
6407: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
6408: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
6409: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
6410: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
6411: libtypes.a compiled gcc
6412:
1.24 paf 6413: * src/include/pa_array.h [autoptr] 1.57.2.20:
6414: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
6415: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
6416: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
6417: * src/main/pa_exec.C [autoptr] 1.48.2.6:
6418: * src/main/pa_socks.C [autoptr] 1.18.2.4:
6419: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
6420: gcc libmain.a compiled
6421:
1.22 paf 6422: * src/classes/classes.dsp [autoptr] 1.25.10.1:
6423: * src/classes/double.C [autoptr] 1.53.2.4:
6424: double compiled
6425:
6426: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
6427: merged changes from 1.149-1.150 (stupid name conflicts)
6428:
6429: * src/include/pa_array.h [autoptr] 1.57.2.19:
6430: * src/include/pa_pool.h [autoptr] 1.86.2.27:
6431: * src/main/Makefile.am [autoptr] 1.35.6.1:
6432: * src/main/Makefile.in [autoptr] 1.50.2.2:
6433: * src/main/compile.tab.C [autoptr] 1.81.2.7:
6434: * src/main/compile.y [autoptr] 1.204.2.6:
6435: * src/main/execute.C [autoptr] 1.295.2.10:
6436: * src/main/pa_request.C [autoptr] 1.245.2.14:
6437: * src/main/untaint.C [autoptr] 1.115.2.7:
6438: * src/types/pa_junction.h [autoptr] 1.1.2.2:
6439: * src/types/pa_method.h [autoptr] 1.1.2.2:
6440: * src/types/pa_value.h [autoptr] 1.109.2.20:
6441: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
6442: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
6443: *** empty log message ***
6444:
6445: * src/main/pa_exec.C [autoptr] 1.48.2.9:
6446: pa_exec compiled on win32
6447:
6448: * src/classes/date.C [autoptr] 1.42.2.6:
6449: * src/classes/file.C [autoptr] 1.107.2.6:
6450: * src/classes/hash.C [autoptr] 1.54.2.5:
6451: * src/classes/image.C [autoptr] 1.90.2.6:
6452: * src/classes/mail.C [autoptr] 1.88.2.5:
6453: * src/classes/math.C [autoptr] 1.24.2.5:
6454: * src/classes/op.C [autoptr] 1.127.2.9:
6455: * src/classes/string.C [autoptr] 1.125.2.5:
6456: * src/classes/table.C [autoptr] 1.172.2.5:
6457: * src/classes/xdoc.C [autoptr] 1.108.2.5:
6458: * src/classes/xnode.C [autoptr] 1.54.2.4:
6459: * src/include/pa_request.h [autoptr] 1.160.2.17:
6460: * src/main/pa_globals.C [autoptr] 1.152.2.14:
6461: * src/main/pa_string.C [autoptr] 1.172.2.13:
6462: date compiled
6463:
6464: * src/types/pa_junction.h 1.1:
6465: file pa_junction.h was initially added on branch autoptr.
6466:
6467: * src/main/compile_tools.h [autoptr] 1.67.2.8:
6468: * src/main/execute.C [autoptr] 1.295.2.9:
6469: * src/main/pa_table.C [autoptr] 1.53.2.9:
6470: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
6471: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
6472: yuk: gcc on cygwin yelds "virtual memory exhausted" while
6473: trying to compile execute.C [eating up to 127MB]
6474:
6475: 2003-02-03 paf
6476: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
6477: vstateless_class compiled
6478:
6479: * src/include/pa_request.h [autoptr] 1.160.2.13:
6480: * src/main/execute.C [autoptr] 1.295.2.7:
6481: * src/main/pa_request.C [autoptr] 1.245.2.8:
6482: * src/types/pa_value.h [autoptr] 1.109.2.16:
6483: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
6484: execute compiled
6485:
6486: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
6487: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
6488: vresponse compiled
6489:
6490: * src/types/pa_value.C [autoptr] 1.9.2.9:
6491: * src/types/pa_value.h [autoptr] 1.109.2.18:
6492: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
6493: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
6494: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
6495: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
6496: vobject compiled
6497:
6498: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
6499: vtable compiled
6500:
6501: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
6502: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
6503: vmath compiled
6504:
6505: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
6506: * src/include/pa_hash.h [autoptr] 1.58.2.12:
6507: * src/include/pa_operation.h [autoptr] 1.1.2.6:
6508: * src/include/pa_pool.h [autoptr] 1.86.2.26:
6509: * src/include/pa_string.h [autoptr] 1.144.2.21:
6510: * src/main/pa_common.C [autoptr] 1.143.2.12:
6511: * src/types/pa_value.C [autoptr] 1.9.2.10:
6512: * src/types/pa_value.h [autoptr] 1.109.2.19:
6513: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
6514: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
6515: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
6516: * src/types/pa_vint.h [autoptr] 1.38.2.7:
6517: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
6518: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
6519: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
6520: * src/types/types.dsp [autoptr] 1.35.10.5:
6521: started gcc compiling
6522: pa_common compiled
6523:
6524: * src/include/pa_pool.h [autoptr] 1.86.2.23:
6525: * src/main/pa_request.C [autoptr] 1.245.2.10:
6526: * src/types/pa_value.C [autoptr] 1.9.2.8:
6527: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
6528: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
6529: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
6530: * src/types/pa_vform.C [autoptr] 1.74.2.4:
6531: * src/types/pa_vform.h [autoptr] 1.45.2.7:
6532: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
6533: vform compiled
6534:
6535: * src/include/Makefile.am [autoptr] 1.3.14.1:
6536: * src/include/Makefile.in [autoptr] 1.11.2.1:
6537: * src/include/pa_hash.h [autoptr] 1.58.2.11:
6538: * src/include/pa_pool.h [autoptr] 1.86.2.24:
6539: gcc refused to compile _P identifier. it replaced it to some
6540: strange 0x0000040
6541:
6542: * configure [autoptr] 1.66.2.2:
6543: * configure.in [autoptr] 1.62.2.2:
6544: * src/Makefile.in [autoptr] 1.55.2.1:
6545: * src/include/Makefile.in [autoptr] 1.11.2.2:
6546: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
6547: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
6548: * src/include/pa_string.h [autoptr] 1.144.2.20:
6549: * src/main/Makefile.in [autoptr] 1.50.2.1:
6550: *** empty log message ***
6551:
6552: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
6553: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
6554: vstring compiled
6555:
6556: * src/include/pa_request.h [autoptr] 1.160.2.14:
6557: * src/main/execute.C [autoptr] 1.295.2.8:
6558: * src/main/pa_request.C [autoptr] 1.245.2.9:
6559: main.lib - 0 error(s), 0 warning(s)
6560:
6561: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
6562: vrequest compiled
6563:
6564: * src/classes/form.C [autoptr] 1.34.2.2:
6565: * src/classes/mail.C [autoptr] 1.88.2.2:
6566: * src/include/pa_request.h [autoptr] 1.160.2.15:
6567: * src/main/pa_globals.C [autoptr] 1.152.2.12:
6568: * src/main/pa_request.C [autoptr] 1.245.2.11:
6569: * src/types/pa_value.h [autoptr] 1.109.2.17:
6570: * src/types/pa_vform.C [autoptr] 1.74.2.5:
6571: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
6572: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
6573: vmail compiled
6574:
6575: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
6576: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
6577: vimage compiled
6578:
6579: * src/include/pa_exception.h [autoptr] 1.38.2.14:
6580: * src/include/pa_pool.h [autoptr] 1.86.2.25:
6581: * src/main/pa_exception.C [autoptr] 1.43.2.11:
6582: exception gcc change #1
6583:
6584: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
6585: * src/main/pa_request.C [autoptr] 1.245.2.12:
6586: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
6587: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
6588: vstatus compiled
6589:
6590: 2003-01-31 paf
6591: * src/classes/classes.C [autoptr] 1.18.2.2:
6592: * src/classes/classes.h [autoptr] 1.23.2.7:
6593: * src/classes/date.C [autoptr] 1.42.2.3:
6594: * src/classes/double.C [autoptr] 1.53.2.1:
6595: * src/classes/file.C [autoptr] 1.107.2.3:
6596: * src/classes/form.C [autoptr] 1.34.2.1:
6597: * src/classes/gd/gif.C [autoptr] 1.30.2.2:
6598: * src/classes/gd/gif.h [autoptr] 1.23.2.4:
6599: * src/classes/gd/gifio.C [autoptr] 1.21.2.2:
6600: * src/classes/hash.C [autoptr] 1.54.2.2:
6601: * src/classes/image.C [autoptr] 1.90.2.3:
6602: * src/classes/int.C [autoptr] 1.49.2.1:
6603: * src/classes/mail.C [autoptr] 1.88.2.1:
6604: * src/classes/math.C [autoptr] 1.24.2.2:
6605: * src/classes/op.C [autoptr] 1.127.2.5:
6606: * src/classes/response.C [autoptr] 1.23.2.1:
6607: * src/classes/smtp/comms.C [autoptr] 1.11.2.1:
6608: * src/classes/smtp/smtp.C [autoptr] 1.20.2.1:
6609: * src/classes/smtp/smtp.h [autoptr] 1.11.2.1:
6610: * src/classes/string.C [autoptr] 1.125.2.1:
6611: * src/classes/table.C [autoptr] 1.172.2.2:
6612: * src/classes/void.C [autoptr] 1.28.2.1:
6613: * src/classes/xdoc.C [autoptr] 1.108.2.2:
6614: * src/classes/xnode.C [autoptr] 1.54.2.1:
6615: * src/classes/xnode.h [autoptr] 1.18.2.2:
6616: * src/include/pa_array.h [autoptr] 1.57.2.16:
6617: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
6618: * src/include/pa_charset.h [autoptr] 1.20.2.10:
6619: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
6620: * src/include/pa_common.h [autoptr] 1.89.2.7:
6621: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
6622: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
6623: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
6624: * src/include/pa_dir.h [autoptr] 1.13.2.1:
6625: * src/include/pa_exception.h [autoptr] 1.38.2.13:
6626: * src/include/pa_exec.h [autoptr] 1.11.2.3:
6627: * src/include/pa_globals.h [autoptr] 1.101.2.10:
6628: * src/include/pa_hash.h [autoptr] 1.58.2.10:
6629: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
6630: * src/include/pa_operation.h [autoptr] 1.1.2.4:
6631: * src/include/pa_pool.h [autoptr] 1.86.2.22:
6632: * src/include/pa_request.h [autoptr] 1.160.2.9:
6633: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
6634: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
6635: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
6636: * src/include/pa_socks.h [autoptr] 1.11.2.2:
6637: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
6638: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
6639: * src/include/pa_stack.h [autoptr] 1.17.2.3:
6640: * src/include/pa_string.h [autoptr] 1.144.2.18:
6641: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
6642: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
6643: * src/include/pa_table.h [autoptr] 1.48.2.9:
6644: * src/include/pa_threads.h [autoptr] 1.26.2.1:
6645: * src/include/pa_types.h [autoptr] 1.44.2.2:
6646: * src/include/pa_uue.h [autoptr] 1.4.2.3:
6647: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
6648: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
6649: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
6650: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
6651: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
6652: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
6653: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
6654: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
6655: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
6656: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
6657: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
6658: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
6659: * src/main/compile.C [autoptr] 1.69.2.4:
6660: * src/main/compile.tab.C [autoptr] 1.81.2.4:
6661: * src/main/compile.y [autoptr] 1.204.2.3:
6662: * src/main/compile_tools.C [autoptr] 1.54.2.4:
6663: * src/main/compile_tools.h [autoptr] 1.67.2.6:
6664: * src/main/execute.C [autoptr] 1.295.2.4:
6665: * src/main/main.dsp [autoptr] 1.161.6.8:
6666: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
6667: * src/main/pa_charset.C [autoptr] 1.33.2.6:
6668: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
6669: * src/main/pa_common.C [autoptr] 1.143.2.10:
6670: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
6671: * src/main/pa_dir.C [autoptr] 1.14.2.2:
6672: * src/main/pa_exception.C [autoptr] 1.43.2.10:
6673: * src/main/pa_exec.C [autoptr] 1.48.2.5:
6674: * src/main/pa_globals.C [autoptr] 1.152.2.10:
6675: * src/main/pa_pool.C [autoptr] 1.59.2.3:
6676: * src/main/pa_request.C [autoptr] 1.245.2.5:
6677: * src/main/pa_socks.C [autoptr] 1.18.2.3:
6678: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
6679: * src/main/pa_string.C [autoptr] 1.172.2.11:
6680: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
6681: * src/main/pa_table.C [autoptr] 1.53.2.8:
6682: * src/main/pa_uue.C [autoptr] 1.4.2.4:
6683: * src/main/untaint.C [autoptr] 1.115.2.6:
6684: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
6685: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
6686: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
6687: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
6688: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
6689: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
6690: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
6691: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
6692: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
6693: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
6694: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
6695: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
6696: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
6697: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
6698: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
6699: * src/types/pa_value.C [autoptr] 1.9.2.7:
6700: * src/types/pa_value.h [autoptr] 1.109.2.14:
6701: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
6702: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
6703: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
6704: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
6705: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
6706: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
6707: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
6708: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
6709: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
6710: * src/types/pa_venv.h [autoptr] 1.28.2.3:
6711: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
6712: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
6713: * src/types/pa_vform.C [autoptr] 1.74.2.3:
6714: * src/types/pa_vform.h [autoptr] 1.45.2.5:
6715: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
6716: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
6717: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
6718: * src/types/pa_vint.h [autoptr] 1.38.2.6:
6719: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
6720: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
6721: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
6722: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
6723: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
6724: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
6725: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
6726: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
6727: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
6728: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
6729: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
6730: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
6731: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
6732: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
6733: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
6734: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
6735: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
6736: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
6737: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
6738: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
6739: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
6740: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
6741: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
6742: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
6743: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
6744: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
6745: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
6746: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
6747: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
6748: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
6749: grammar compiled
6750:
6751: * src/classes/op.C [autoptr] 1.127.2.6:
6752: * src/classes/string.C [autoptr] 1.125.2.2:
6753: * src/include/pa_common.h [autoptr] 1.89.2.8:
6754: * src/include/pa_globals.h [autoptr] 1.101.2.11:
6755: * src/include/pa_request.h [autoptr] 1.160.2.10:
6756: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
6757: * src/main/compile.tab.C [autoptr] 1.81.2.5:
6758: * src/main/compile.y [autoptr] 1.204.2.4:
6759: * src/main/execute.C [autoptr] 1.295.2.5:
6760: * src/main/main.dsp [autoptr] 1.161.6.9:
6761: * src/main/pa_common.C [autoptr] 1.143.2.11:
6762: * src/main/pa_globals.C [autoptr] 1.152.2.11:
6763: * src/main/pa_request.C [autoptr] 1.245.2.6:
6764: * src/types/pa_value.h [autoptr] 1.109.2.15:
6765: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
6766: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
6767: * src/types/pa_vform.h [autoptr] 1.45.2.6:
6768: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
6769: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
6770: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
6771: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
6772: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
6773: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
6774: * src/types/types.dsp [autoptr] 1.35.10.4:
6775: most pa_request compiled
6776:
6777: * src/include/pa_array.h [autoptr] 1.57.2.17:
6778: * src/include/pa_operation.h [autoptr] 1.1.2.5:
6779: * src/include/pa_request.h [autoptr] 1.160.2.12:
6780: * src/main/execute.C [autoptr] 1.295.2.6:
6781: * src/main/main.dsp [autoptr] 1.161.6.10:
6782: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
6783: started last file from main library: execute
6784:
6785: * src/include/pa_request.h [autoptr] 1.160.2.11:
6786: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
6787: * src/main/compile.tab.C [autoptr] 1.81.2.6:
6788: * src/main/compile.y [autoptr] 1.204.2.5:
6789: * src/main/compile_tools.h [autoptr] 1.67.2.7:
6790: * src/main/pa_request.C [autoptr] 1.245.2.7:
6791: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
6792: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
6793: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
6794: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
6795: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
6796: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
6797: pa_request compiled
6798:
6799: * src/classes/classes.h [autoptr] 1.23.2.6:
6800: * src/classes/op.C [autoptr] 1.127.2.4:
6801: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
6802: * src/include/pa_charset.h [autoptr] 1.20.2.9:
6803: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
6804: * src/include/pa_common.h [autoptr] 1.89.2.6:
6805: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
6806: * src/include/pa_exception.h [autoptr] 1.38.2.12:
6807: * src/include/pa_exec.h [autoptr] 1.11.2.2:
6808: * src/include/pa_pool.h [autoptr] 1.86.2.21:
6809: * src/include/pa_request.h [autoptr] 1.160.2.8:
6810: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
6811: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
6812: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
6813: * src/include/pa_string.h [autoptr] 1.144.2.17:
6814: * src/include/pa_table.h [autoptr] 1.48.2.8:
6815: * src/include/pa_uue.h [autoptr] 1.4.2.2:
6816: * src/main/compile.C [autoptr] 1.69.2.3:
6817: * src/main/compile.tab.C [autoptr] 1.81.2.3:
6818: * src/main/compile_tools.C [autoptr] 1.54.2.3:
6819: * src/main/compile_tools.h [autoptr] 1.67.2.5:
6820: * src/main/main.dsp [autoptr] 1.161.6.7:
6821: * src/main/pa_charset.C [autoptr] 1.33.2.5:
6822: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
6823: * src/main/pa_common.C [autoptr] 1.143.2.9:
6824: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
6825: * src/main/pa_exception.C [autoptr] 1.43.2.9:
6826: * src/main/pa_exec.C [autoptr] 1.48.2.4:
6827: * src/main/pa_request.C [autoptr] 1.245.2.4:
6828: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
6829: * src/main/pa_string.C [autoptr] 1.172.2.10:
6830: * src/main/pa_table.C [autoptr] 1.53.2.7:
6831: * src/main/pa_uue.C [autoptr] 1.4.2.3:
6832: * src/main/untaint.C [autoptr] 1.115.2.5:
6833: * src/types/pa_value.C [autoptr] 1.9.2.6:
6834: * src/types/pa_value.h [autoptr] 1.109.2.13:
6835: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
6836: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
6837: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
6838: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
6839: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
6840: * src/types/pa_venv.h [autoptr] 1.28.2.2:
6841: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
6842: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
6843: * src/types/pa_vform.h [autoptr] 1.45.2.4:
6844: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
6845: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
6846: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
6847: * src/types/pa_vint.h [autoptr] 1.38.2.5:
6848: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
6849: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
6850: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
6851: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
6852: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
6853: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
6854: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
6855: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
6856: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
6857: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
6858: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
6859: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
6860: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
6861: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
6862: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
6863: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
6864: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
6865: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
6866: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
6867: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
6868: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
6869: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
6870: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
6871: ConstStringPtr died, long live StringPtr
6872:
6873: 2003-01-30 paf
6874: * src/classes/classes.h [autoptr] 1.23.2.5:
6875: * src/include/pa_pool.h [autoptr] 1.86.2.20:
6876: * src/main/compile.C [autoptr] 1.69.2.2:
6877: * src/main/compile.tab.C [autoptr] 1.81.2.1:
6878: * src/types/pa_value.h [autoptr] 1.109.2.12:
6879: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
6880: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
6881: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
6882: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
6883: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
6884: * src/types/types.dsp [autoptr] 1.35.10.3:
6885: vstateless_class compiled
6886:
6887: * src/classes/gd/gif.h [autoptr] 1.23.2.3:
6888: * src/include/pa_charset.h [autoptr] 1.20.2.8:
6889: * src/include/pa_request.h [autoptr] 1.160.2.7:
6890: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
6891: * src/main/compile.tab.C [autoptr] 1.81.2.2:
6892: * src/main/compile.y [autoptr] 1.204.2.2:
6893: * src/main/compile_tools.h [autoptr] 1.67.2.4:
6894: * src/main/pa_request.C [autoptr] 1.245.2.3:
6895: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
6896: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
6897: grammar compiled
6898:
6899: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
6900: * src/main/compile_tools.h [autoptr] 1.67.2.1:
6901: * src/main/execute.C [autoptr] 1.295.2.3:
6902: * src/main/main.dsp [autoptr] 1.161.6.6:
6903: * src/types/pa_value.C [autoptr] 1.9.2.5:
6904: * src/types/pa_value.h [autoptr] 1.109.2.11:
6905: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
6906: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
6907: value compiled
6908:
6909: * src/types/pa_vmethod_frame.C 1.1:
6910: file pa_vmethod_frame.C was initially added on branch autoptr.
6911:
6912: * src/include/pa_array.h [autoptr] 1.57.2.15:
6913: * src/include/pa_operation.h [autoptr] 1.1.2.3:
6914: * src/include/pa_table.h [autoptr] 1.48.2.7:
6915: * src/main/compile_tools.C [autoptr] 1.54.2.2:
6916: * src/main/compile_tools.h [autoptr] 1.67.2.3:
6917: * src/main/pa_table.C [autoptr] 1.53.2.6:
6918: compile_tools compiled
6919:
6920: * src/main/compile.C [autoptr] 1.69.2.1:
6921: compile compiled
6922:
6923: * ltmain.sh 1.5:
6924: *** empty log message ***
6925:
6926: * src/include/pa_operation.h [autoptr] 1.1.2.2:
6927: * src/main/compile.y [autoptr] 1.204.2.1:
6928: * src/main/compile_tools.C [autoptr] 1.54.2.1:
6929: * src/main/compile_tools.h [autoptr] 1.67.2.2:
6930: started compile_tools. vagues ideas of how to free compiled code
6931:
6932: * src/include/pa_operation.h 1.1:
6933: file pa_operation.h was initially added on branch autoptr.
6934:
6935: 2003-01-29 paf
6936: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
6937: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
6938: * src/main/main.dsp [autoptr] 1.161.6.5:
6939: * src/main/untaint.C [autoptr] 1.115.2.4:
6940: more compiled
6941:
6942: * src/include/pa_globals.h [autoptr] 1.101.2.9:
6943: * src/include/pa_request.h [autoptr] 1.160.2.6:
6944: * src/main/pa_globals.C [autoptr] 1.152.2.9:
6945: * src/main/pa_request.C [autoptr] 1.245.2.2:
6946: * src/types/pa_value.h [autoptr] 1.109.2.10:
6947: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
6948: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
6949: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
6950: * src/types/types.dsp [autoptr] 1.35.10.2:
6951: vmethodframe, pa_request.h compiled
6952:
6953: * src/classes/file.C [autoptr] 1.107.2.2:
6954: * src/include/pa_globals.h [autoptr] 1.101.2.8:
6955: * src/main/pa_globals.C [autoptr] 1.152.2.8:
6956: * src/types/pa_value.C [autoptr] 1.9.2.4:
6957: * src/types/pa_value.h [autoptr] 1.109.2.9:
6958: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
6959: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
6960: vfile compiled
6961:
6962: * src/classes/classes.h [autoptr] 1.23.2.3:
6963: * src/classes/math.C [autoptr] 1.24.2.1:
6964: * src/include/pa_pool.h [autoptr] 1.86.2.17:
6965: * src/include/pa_request.h [autoptr] 1.160.2.3:
6966: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
6967: * src/include/pa_string.h [autoptr] 1.144.2.13:
6968: * src/main/main.dsp [autoptr] 1.161.6.3:
6969: * src/types/pa_value.h [autoptr] 1.109.2.5:
6970: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
6971: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
6972: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
6973: * src/types/pa_venv.h [autoptr] 1.28.2.1:
6974: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
6975: * src/types/pa_vform.C [autoptr] 1.74.2.1:
6976: * src/types/pa_vform.h [autoptr] 1.45.2.1:
6977: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
6978: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
6979: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
6980: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
6981: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
6982: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
6983: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
6984: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
6985: * src/types/types.dsp [autoptr] 1.35.10.1:
6986: vmath compiled
6987:
6988: * src/types/pa_vmath.C 1.1:
6989: file pa_vmath.C was initially added on branch autoptr.
6990:
6991: * src/include/pa_common.h [autoptr] 1.89.2.5:
6992: * src/include/pa_globals.h [autoptr] 1.101.2.7:
6993: * src/include/pa_string.h [autoptr] 1.144.2.16:
6994: * src/main/pa_globals.C [autoptr] 1.152.2.7:
6995: * src/types/pa_value.C [autoptr] 1.9.2.3:
6996: * src/types/pa_value.h [autoptr] 1.109.2.8:
6997: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
6998: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
6999: * src/types/pa_vform.C [autoptr] 1.74.2.2:
7000: * src/types/pa_vform.h [autoptr] 1.45.2.3:
7001: vcookie compiled
7002:
1.24 paf 7003: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
7004: libltdl compiled without warnings now
7005:
1.22 paf 7006: * src/include/pa_request_info.h 1.1:
7007: file pa_request_info.h was initially added on branch autoptr.
7008:
7009: * src/classes/gd/gd.dsp [autoptr] 1.26.10.1:
7010: * src/classes/gd/gif.C [autoptr] 1.30.2.1:
7011: * src/classes/gd/gif.h [autoptr] 1.23.2.1:
7012: * src/classes/gd/gif.h [autoptr] 1.23.2.2:
7013: * src/classes/gd/gifio.C [autoptr] 1.21.2.1:
7014: * src/include/pa_array.h [autoptr] 1.57.2.14:
7015: * src/include/pa_exception.h [autoptr] 1.38.2.11:
7016: * src/include/pa_pool.h [autoptr] 1.86.2.19:
7017: * src/main/pa_exception.C [autoptr] 1.43.2.8:
7018: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
7019: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
7020: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
7021: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
7022: gd compiled
7023:
7024: * src/include/pa_exception.h [autoptr] 1.38.2.10:
7025: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
7026: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
7027: * src/main/pa_common.C [autoptr] 1.143.2.8:
7028: * src/main/pa_dir.C [autoptr] 1.14.2.1:
7029: * src/main/pa_exception.C [autoptr] 1.43.2.7:
7030: * src/main/pa_exec.C [autoptr] 1.48.2.3:
7031: * src/main/pa_pool.C [autoptr] 1.59.2.2:
7032: * src/main/pa_socks.C [autoptr] 1.18.2.2:
7033: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
7034: * src/main/pa_string.C [autoptr] 1.172.2.9:
7035: * src/main/pa_uue.C [autoptr] 1.4.2.2:
7036: #include "pa_value_includes.h"
7037: everywhere in main
7038:
7039: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
7040: * src/include/pa_request.h [autoptr] 1.160.2.5:
7041: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
7042: * src/include/pa_string.h [autoptr] 1.144.2.15:
7043: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
7044: * src/types/pa_value.h [autoptr] 1.109.2.7:
7045: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
7046: * src/types/pa_vform.h [autoptr] 1.45.2.2:
7047: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
7048: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
7049: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
7050: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
7051: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
7052: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
7053: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
7054: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
7055: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
7056: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
7057: vrequest compiled
7058:
7059: * src/types/pa_value_includes.h 1.1:
7060: file pa_value_includes.h was initially added on branch autoptr.
7061:
7062: * src/classes/classes.h [autoptr] 1.23.2.4:
7063: * src/include/pa_charset.h [autoptr] 1.20.2.7:
7064: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
7065: * src/include/pa_globals.h [autoptr] 1.101.2.6:
7066: * src/include/pa_pool.h [autoptr] 1.86.2.18:
7067: * src/include/pa_request.h [autoptr] 1.160.2.4:
7068: * src/include/pa_string.h [autoptr] 1.144.2.14:
7069: * src/main/main.dsp [autoptr] 1.161.6.4:
7070: * src/main/pa_charset.C [autoptr] 1.33.2.4:
7071: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
7072: * src/main/pa_globals.C [autoptr] 1.152.2.6:
7073: * src/main/untaint.C [autoptr] 1.115.2.3:
7074: * src/types/pa_value.h [autoptr] 1.109.2.6:
7075: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
7076: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
7077: * src/types/pa_vint.h [autoptr] 1.38.2.4:
7078: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
7079: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
7080: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
7081: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
7082: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
7083: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
7084: vrequest,vdouble,vint compiled
7085:
7086: * src/include/pa_request_charsets.h 1.1:
7087: file pa_request_charsets.h was initially added on branch
7088: autoptr.
7089:
7090: 2003-01-28 paf
7091: * src/include/pa_charset.h [autoptr] 1.20.2.6:
7092: * src/include/pa_exception.h [autoptr] 1.38.2.9:
7093: * src/include/pa_request.h [autoptr] 1.160.2.2:
7094: * src/include/pa_string.h [autoptr] 1.144.2.12:
7095: * src/main/untaint.C [autoptr] 1.115.2.2:
7096: untaint compiled
7097:
7098: * src/include/pa_charset.h [autoptr] 1.20.2.5:
7099: * src/main/pa_charset.C [autoptr] 1.33.2.3:
7100: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
7101: charset/s simplified [charset::pool_for_load introduced]
7102:
7103: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
7104: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
7105: * src/main/pa_globals.C [autoptr] 1.152.2.5:
7106: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
7107: globals compiled
7108:
7109: * src/include/pa_array.h [autoptr] 1.57.2.11:
7110: * src/include/pa_charset.h [autoptr] 1.20.2.3:
7111: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
7112: * src/include/pa_pool.h [autoptr] 1.86.2.13:
7113: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
7114: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
7115: * src/include/pa_stack.h [autoptr] 1.17.2.2:
7116: * src/include/pa_string.h [autoptr] 1.144.2.9:
7117: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
7118: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
7119: * src/types/pa_vint.h [autoptr] 1.38.2.3:
7120: sql_driver_manager compiled
7121:
7122: * src/classes/date.C [autoptr] 1.42.2.1:
7123: * src/include/pa_charset.h [autoptr] 1.20.2.4:
7124: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
7125: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
7126: * src/include/pa_globals.h [autoptr] 1.101.2.5:
7127: * src/main/pa_charset.C [autoptr] 1.33.2.2:
7128: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
7129: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
7130: * src/main/pa_globals.C [autoptr] 1.152.2.4:
7131: * src/main/pa_request.C [autoptr] 1.245.2.1:
7132: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
7133: pa_charsets compiled
7134:
1.24 paf 7135: * src/include/pa_pool.h [autoptr] 1.86.2.14:
7136: * src/main/pa_common.C [autoptr] 1.143.2.7:
7137: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
7138: common compiled
7139:
1.22 paf 7140: * etc/parser3.charsets/koi8-r.cfg 1.3:
7141: * etc/parser3.charsets/windows-1251.cfg 1.7:
7142: ukranian letter i with two dots added to koi,
7143: all ukranian letters added to win1251.
7144:
7145: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
7146:
7147: * src/classes/classes.h [autoptr] 1.23.2.2:
7148: * src/classes/date.C [autoptr] 1.42.2.2:
7149: * src/classes/file.C [autoptr] 1.107.2.1:
7150: * src/classes/hash.C [autoptr] 1.54.2.1:
7151: * src/classes/image.C [autoptr] 1.90.2.2:
7152: * src/classes/table.C [autoptr] 1.172.2.1:
7153: * src/classes/xdoc.C [autoptr] 1.108.2.1:
7154: * src/classes/xnode.h [autoptr] 1.18.2.1:
7155: * src/main/execute.C [autoptr] 1.295.2.2:
7156: * src/main/main.dsp [autoptr] 1.161.6.2:
7157: * src/types/pa_value.h [autoptr] 1.109.2.4:
7158: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
7159: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
7160: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
7161: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
7162: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
7163: started main: compile_tools
7164:
7165: * src/include/pa_array.h [autoptr] 1.57.2.13:
7166: * src/include/pa_string.h [autoptr] 1.144.2.11:
7167: * src/main/execute.C [autoptr] 1.295.2.1:
7168: * src/main/untaint.C [autoptr] 1.115.2.1:
7169: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
7170: more compiled.
7171: struck with string::store_to needing to know source/client charsets
7172:
7173: * src/include/pa_exception.h [autoptr] 1.38.2.8:
7174: * src/include/pa_uue.h [autoptr] 1.4.2.1:
7175: * src/main/pa_uue.C [autoptr] 1.4.2.1:
7176: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
7177: uue compiled
7178:
7179: * src/include/pa_table.h [autoptr] 1.48.2.6:
7180: * src/main/pa_string.C [autoptr] 1.172.2.8:
7181: * src/main/pa_table.C [autoptr] 1.53.2.5:
7182: table compiled
7183:
7184: * src/include/pa_array.h [autoptr] 1.57.2.12:
7185: * src/include/pa_exec.h [autoptr] 1.11.2.1:
7186: * src/include/pa_hash.h [autoptr] 1.58.2.9:
7187: * src/include/pa_pool.h [autoptr] 1.86.2.15:
7188: * src/main/pa_exec.C [autoptr] 1.48.2.2:
7189: pa_exec win32 compiled
7190:
7191: 2003-01-27 paf
7192: * src/include/pa_array.h [autoptr] 1.57.2.9:
7193: * src/include/pa_common.h [autoptr] 1.89.2.4:
7194: * src/include/pa_hash.h [autoptr] 1.58.2.7:
7195: * src/include/pa_pool.h [autoptr] 1.86.2.9:
7196: * src/include/pa_string.h [autoptr] 1.144.2.7:
7197: * src/main/pa_common.C [autoptr] 1.143.2.4:
7198: * src/main/pa_string.C [autoptr] 1.172.2.6:
7199: * src/types/pa_value.C [autoptr] 1.9.2.2:
7200: * src/types/pa_value.h [autoptr] 1.109.2.3:
7201: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
7202: * src/types/pa_vint.h [autoptr] 1.38.2.2:
7203: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
7204: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
7205: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
7206: wcontext compiled
7207:
7208: * src/include/pa_exception.h [autoptr] 1.38.2.6:
7209: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
7210: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
7211: * src/include/pa_string.h [autoptr] 1.144.2.8:
7212: * src/main/pa_common.C [autoptr] 1.143.2.6:
7213: * src/main/pa_exec.C [autoptr] 1.48.2.1:
7214: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
7215: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
7216: paused on sql_manager
7217:
7218: * src/classes/op.C [autoptr] 1.127.2.3:
7219: * src/include/pa_globals.h [autoptr] 1.101.2.4:
7220: * src/include/pa_hash.h [autoptr] 1.58.2.8:
7221: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
7222: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
7223: * src/include/pa_table.h [autoptr] 1.48.2.5:
7224: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
7225: * src/main/pa_table.C [autoptr] 1.53.2.4:
7226: table compiled
7227:
7228: * src/include/pa_pool.h [autoptr] 1.86.2.10:
7229: * src/main/pa_common.C [autoptr] 1.143.2.5:
7230: common compiled
7231:
7232: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
7233: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
7234: cache_managers compiled
7235:
7236: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
7237: * src/include/pa_pool.h [autoptr] 1.86.2.12:
7238: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
7239: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
7240: * src/include/pa_stack.h [autoptr] 1.17.2.1:
7241: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
7242: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
7243: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
7244: vtable compiled
7245:
7246: * src/include/pa_array.h [autoptr] 1.57.2.10:
7247: * src/include/pa_charset.h [autoptr] 1.20.2.2:
7248: * src/include/pa_pool.h [autoptr] 1.86.2.11:
7249: * src/main/pa_charset.C [autoptr] 1.33.2.1:
7250: charset compiled
7251:
7252: 2003-01-24 paf
7253: * src/classes/classes.C [autoptr] 1.18.2.1:
7254: * src/classes/classes.h [autoptr] 1.23.2.1:
7255: * src/include/pa_array.h [autoptr] 1.57.2.8:
7256: * src/include/pa_common.h [autoptr] 1.89.2.3:
7257: * src/include/pa_globals.h [autoptr] 1.101.2.3:
7258: * src/include/pa_hash.h [autoptr] 1.58.2.6:
7259: * src/include/pa_pool.h [autoptr] 1.86.2.8:
7260: * src/include/pa_string.h [autoptr] 1.144.2.6:
7261: * src/main/pa_common.C [autoptr] 1.143.2.3:
7262: * src/main/pa_globals.C [autoptr] 1.152.2.3:
7263: * src/main/pa_string.C [autoptr] 1.172.2.5:
7264: * src/types/pa_value.h [autoptr] 1.109.2.2:
7265: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
7266: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
7267: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
7268: * src/types/pa_vint.h [autoptr] 1.38.2.1:
7269: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
7270: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
7271: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
7272: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
7273: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
7274: more patched
7275:
7276: * src/classes/op.C [autoptr] 1.127.2.2:
7277: * src/include/pa_array.h [autoptr] 1.57.2.7:
7278: * src/include/pa_exception.h [autoptr] 1.38.2.5:
7279: * src/include/pa_hash.h [autoptr] 1.58.2.5:
7280: * src/include/pa_pool.h [autoptr] 1.86.2.7:
7281: * src/include/pa_string.h [autoptr] 1.144.2.5:
7282: * src/include/pa_table.h [autoptr] 1.48.2.4:
7283: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
7284: * src/main/pa_exception.C [autoptr] 1.43.2.5:
7285: * src/main/pa_string.C [autoptr] 1.172.2.4:
7286: * src/main/pa_table.C [autoptr] 1.53.2.3:
7287: string compiled
7288:
7289: * src/include/pa_array.h [autoptr] 1.57.2.6:
7290: * src/include/pa_common.h [autoptr] 1.89.2.2:
7291: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
7292: * src/include/pa_exception.h [autoptr] 1.38.2.4:
7293: * src/include/pa_pool.h [autoptr] 1.86.2.6:
7294: * src/include/pa_string.h [autoptr] 1.144.2.4:
7295: * src/include/pa_table.h [autoptr] 1.48.2.3:
7296: * src/main/pa_common.C [autoptr] 1.143.2.2:
7297: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
7298: * src/main/pa_exception.C [autoptr] 1.43.2.4:
7299: * src/main/pa_string.C [autoptr] 1.172.2.3:
7300: dictionary compiled
7301:
7302: 2003-01-23 paf
7303: * src/include/pa_array.h [autoptr] 1.57.2.4:
7304: * src/include/pa_exception.h [autoptr] 1.38.2.2:
7305: * src/include/pa_hash.h [autoptr] 1.58.2.4:
7306: * src/include/pa_pool.h [autoptr] 1.86.2.4:
7307: * src/include/pa_table.h [autoptr] 1.48.2.2:
7308: * src/main/pa_exception.C [autoptr] 1.43.2.2:
7309: * src/main/pa_table.C [autoptr] 1.53.2.2:
7310: table compiled
7311:
7312: * src/include/pa_array.h [autoptr] 1.57.2.2:
7313: * src/include/pa_hash.h [autoptr] 1.58.2.2:
7314: * src/include/pa_pool.h [autoptr] 1.86.2.2:
7315: * src/main/main.dsp [autoptr] 1.161.6.1:
7316: continued with Hash
7317:
7318: * src/include/pa_array.h [autoptr] 1.57.2.5:
7319: * src/include/pa_common.h [autoptr] 1.89.2.1:
7320: * src/include/pa_exception.h [autoptr] 1.38.2.3:
7321: * src/include/pa_globals.h [autoptr] 1.101.2.2:
7322: * src/include/pa_pool.h [autoptr] 1.86.2.5:
7323: * src/include/pa_request.h [autoptr] 1.160.2.1:
7324: * src/include/pa_string.h [autoptr] 1.144.2.3:
7325: * src/main/pa_common.C [autoptr] 1.143.2.1:
7326: * src/main/pa_exception.C [autoptr] 1.43.2.3:
7327: * src/main/pa_globals.C [autoptr] 1.152.2.2:
7328: * src/types/pa_value.C [autoptr] 1.9.2.1:
7329: * src/types/pa_value.h [autoptr] 1.109.2.1:
7330: resurrected pool in new sense: now it's factory, producing
7331: accounting memory chunks for read[autofree] buffers
7332:
7333: * src/classes/image.C [autoptr] 1.90.2.1:
7334: * src/classes/op.C [autoptr] 1.127.2.1:
7335: * src/include/pa_array.h [autoptr] 1.57.2.3:
7336: * src/include/pa_exception.h [autoptr] 1.38.2.1:
7337: * src/include/pa_globals.h [autoptr] 1.101.2.1:
7338: * src/include/pa_hash.h [autoptr] 1.58.2.3:
7339: * src/include/pa_pool.h [autoptr] 1.86.2.3:
7340: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
7341: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
7342: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
7343: * src/include/pa_string.h [autoptr] 1.144.2.2:
7344: * src/include/pa_table.h [autoptr] 1.48.2.1:
7345: * src/include/pa_types.h [autoptr] 1.44.2.1:
7346: * src/main/pa_exception.C [autoptr] 1.43.2.1:
7347: * src/main/pa_globals.C [autoptr] 1.152.2.1:
7348: * src/main/pa_string.C [autoptr] 1.172.2.2:
7349: * src/main/pa_table.C [autoptr] 1.53.2.1:
7350: aint that easy
7351:
7352: * src/main/pa_common.C 1.144:
7353: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
7354: c with that stack]
7355:
7356: * src/lib/pcre/8859-1.ucm 1.1:
7357: file 8859-1.ucm was initially added on branch autoptr.
7358:
7359: 2003-01-22 paf
7360: * src/include/pa_array.h [autoptr] 1.57.2.1:
7361: * src/include/pa_charset.h [autoptr] 1.20.2.1:
7362: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
7363: * src/include/pa_hash.h [autoptr] 1.58.2.1:
7364: * src/include/pa_pool.h [autoptr] 1.86.2.1:
7365: * src/include/pa_string.h [autoptr] 1.144.2.1:
7366: * src/main/pa_array.C [autoptr] 1.54.2.1:
7367: * src/main/pa_hash.C [autoptr] 1.53.2.1:
7368: * src/main/pa_pool.C [autoptr] 1.59.2.1:
7369: * src/main/pa_string.C [autoptr] 1.172.2.1:
7370: started auto_ptr.
7371: PA_Object is base: contains references_count.
7372: auto_ptr template calls add_ref/release
7373:
7374: 2003-01-21 paf
7375: * src/classes/classes.C 1.18:
7376: * src/classes/classes.h 1.23:
7377: * src/classes/date.C 1.42:
7378: * src/classes/double.C 1.53:
7379: * src/classes/file.C 1.107:
7380: * src/classes/form.C 1.34:
7381: * src/classes/gd/gif.C 1.30:
7382: * src/classes/gd/gif.h 1.23:
7383: * src/classes/gd/gifio.C 1.21:
7384: * src/classes/hash.C 1.54:
7385: * src/classes/image.C 1.90:
7386: * src/classes/int.C 1.49:
7387: * src/classes/mail.C 1.88:
7388: * src/classes/math.C 1.24:
7389: * src/classes/op.C 1.127:
7390: * src/classes/response.C 1.23:
7391: * src/classes/smtp/comms.C 1.11:
7392: * src/classes/smtp/smtp.C 1.20:
7393: * src/classes/smtp/smtp.h 1.11:
7394: * src/classes/string.C 1.125:
7395: * src/classes/table.C 1.172:
7396: * src/classes/void.C 1.28:
7397: * src/classes/xdoc.C 1.108:
7398: * src/classes/xnode.C 1.54:
7399: * src/classes/xnode.h 1.18:
7400: * src/include/pa_array.h 1.57:
7401: * src/include/pa_cache_managers.h 1.9:
7402: * src/include/pa_charset.h 1.20:
7403: * src/include/pa_charsets.h 1.8:
7404: * src/include/pa_common.h 1.89:
7405: * src/include/pa_config_fixed.h 1.54:
7406: * src/include/pa_config_includes.h 1.23:
7407: * src/include/pa_dictionary.h 1.13:
7408: * src/include/pa_dir.h 1.13:
7409: * src/include/pa_exception.h 1.38:
7410: * src/include/pa_exec.h 1.11:
7411: * src/include/pa_globals.h 1.101:
7412: * src/include/pa_hash.h 1.58:
7413: * src/include/pa_opcode.h 1.24:
7414: * src/include/pa_pool.h 1.86:
7415: * src/include/pa_pragma_pack_begin.h 1.6:
7416: * src/include/pa_pragma_pack_end.h 1.6:
7417: * src/include/pa_request.h 1.160:
7418: * src/include/pa_sapi.h 1.22:
7419: * src/include/pa_socks.h 1.11:
7420: * src/include/pa_sql_connection.h 1.30:
7421: * src/include/pa_sql_driver_manager.h 1.26:
7422: * src/include/pa_stack.h 1.17:
7423: * src/include/pa_string.h 1.144:
7424: * src/include/pa_stylesheet_connection.h 1.32:
7425: * src/include/pa_stylesheet_manager.h 1.15:
7426: * src/include/pa_table.h 1.48:
7427: * src/include/pa_threads.h 1.26:
7428: * src/include/pa_types.h 1.44:
7429: * src/include/pa_uue.h 1.4:
7430: * src/lib/md5/pa_md5.h 1.5:
7431: * src/lib/md5/pa_md5c.c 1.6:
7432: * src/lib/pcre/pcre_parser_ctype.c 1.3:
7433: * src/main/compile.C 1.69:
7434: * src/main/compile.tab.C 1.80:
7435: * src/main/compile.y 1.204:
7436: * src/main/compile_tools.C 1.54:
7437: * src/main/compile_tools.h 1.67:
7438: * src/main/execute.C 1.295:
7439: * src/main/pa_array.C 1.54:
7440: * src/main/pa_cache_managers.C 1.7:
7441: * src/main/pa_charset.C 1.33:
7442: * src/main/pa_charsets.C 1.11:
7443: * src/main/pa_common.C 1.143:
7444: * src/main/pa_dictionary.C 1.17:
7445: * src/main/pa_dir.C 1.14:
7446: * src/main/pa_exception.C 1.43:
7447: * src/main/pa_exec.C 1.48:
7448: * src/main/pa_globals.C 1.152:
7449: * src/main/pa_hash.C 1.53:
7450: * src/main/pa_pool.C 1.59:
7451: * src/main/pa_request.C 1.245:
7452: * src/main/pa_socks.C 1.18:
7453: * src/main/pa_sql_driver_manager.C 1.69:
7454: * src/main/pa_string.C 1.172:
7455: * src/main/pa_stylesheet_manager.C 1.16:
7456: * src/main/pa_table.C 1.53:
7457: * src/main/pa_uue.C 1.4:
7458: * src/main/untaint.C 1.115:
7459: * src/sql/pa_sql_driver.h 1.34:
7460: * src/targets/apache13/mod_parser3.C 1.28:
7461: * src/targets/apache13/pa_md5c.c 1.5:
7462: * src/targets/apache13/pa_pool.C 1.8:
7463: * src/targets/apache13/pa_threads.C 1.11:
7464: * src/targets/cgi/pa_pool.C 1.41:
7465: * src/targets/cgi/pa_threads.C 1.12:
7466: * src/targets/cgi/parser3.C 1.216:
7467: * src/targets/cgi/pool_storage.h 1.13:
7468: * src/targets/isapi/pa_pool.C 1.16:
7469: * src/targets/isapi/pa_threads.C 1.13:
7470: * src/targets/isapi/parser3isapi.C 1.82:
7471: * src/targets/isapi/pool_storage.h 1.19:
7472: * src/types/pa_value.C 1.9:
7473: * src/types/pa_value.h 1.109:
7474: * src/types/pa_vbool.h 1.21:
7475: * src/types/pa_vclass.C 1.16:
7476: * src/types/pa_vclass.h 1.39:
7477: * src/types/pa_vcode_frame.h 1.24:
7478: * src/types/pa_vcookie.C 1.55:
7479: * src/types/pa_vcookie.h 1.23:
7480: * src/types/pa_vdate.h 1.24:
7481: * src/types/pa_vdouble.h 1.42:
7482: * src/types/pa_venv.h 1.28:
7483: * src/types/pa_vfile.C 1.36:
7484: * src/types/pa_vfile.h 1.52:
7485: * src/types/pa_vform.C 1.74:
7486: * src/types/pa_vform.h 1.45:
7487: * src/types/pa_vhash.h 1.43:
7488: * src/types/pa_vimage.C 1.22:
7489: * src/types/pa_vimage.h 1.34:
7490: * src/types/pa_vint.h 1.38:
7491: * src/types/pa_vjunction.h 1.19:
7492: * src/types/pa_vmail.C 1.40:
7493: * src/types/pa_vmail.h 1.9:
7494: * src/types/pa_vmath.h 1.14:
7495: * src/types/pa_vmethod_frame.h 1.45:
7496: * src/types/pa_vobject.C 1.12:
7497: * src/types/pa_vobject.h 1.38:
7498: * src/types/pa_vrequest.C 1.27:
7499: * src/types/pa_vrequest.h 1.25:
7500: * src/types/pa_vresponse.C 1.17:
7501: * src/types/pa_vresponse.h 1.32:
7502: * src/types/pa_vstateless_class.C 1.19:
7503: * src/types/pa_vstateless_class.h 1.42:
7504: * src/types/pa_vstateless_object.h 1.28:
7505: * src/types/pa_vstatus.C 1.15:
7506: * src/types/pa_vstatus.h 1.15:
7507: * src/types/pa_vstring.C 1.22:
7508: * src/types/pa_vstring.h 1.54:
7509: * src/types/pa_vtable.C 1.21:
7510: * src/types/pa_vtable.h 1.48:
7511: * src/types/pa_vvoid.h 1.17:
7512: * src/types/pa_vxdoc.C 1.23:
7513: * src/types/pa_vxdoc.h 1.31:
7514: * src/types/pa_vxnode.C 1.30:
7515: * src/types/pa_vxnode.h 1.22:
7516: * src/types/pa_wcontext.C 1.24:
7517: * src/types/pa_wcontext.h 1.42:
7518: * src/types/pa_wwrapper.h 1.28:
7519: 2002->2003
7520:
7521: 2003-01-16 paf
7522: * operators.txt 1.108:
7523: * src/include/pa_config_fixed.h 1.53:
7524: * src/main/pa_common.C 1.141:
7525: * www/htdocs/index.html 1.208:
7526: http request now return status. and not fail on status!=200
7527:
7528: * operators.txt 1.109:
7529: * src/include/pa_globals.h 1.100:
7530: * src/main/pa_common.C 1.142:
7531: * src/main/pa_globals.C 1.151:
7532: * www/htdocs/index.html 1.209:
7533: http://
7534: introducing
7535: $.any-status(1)
7536:
7537: * src/classes/gd/gif.C 1.29:
7538: * www/htdocs/index.html 1.210:
7539: image.copy fixed transparent resampling
7540:
7541: * bin/Makefile.in 1.9:
7542: * etc/Makefile.in 1.14:
7543: * etc/parser3.charsets/Makefile.in 1.17:
7544: * src/Makefile.in 1.55:
7545: * src/classes/Makefile.in 1.53:
7546: * src/classes/gd/Makefile.in 1.43:
7547: * src/classes/smtp/Makefile.in 1.12:
7548: * src/include/Makefile.in 1.11:
7549: * src/lib/Makefile.in 1.8:
7550: * src/lib/md5/Makefile.in 1.6:
7551: * src/lib/patches/Makefile.in 1.10:
7552: * src/lib/pcre/Makefile.in 1.8:
7553: * src/main/Makefile.in 1.50:
7554: * src/sql/Makefile.in 1.11:
7555: * src/targets/Makefile.in 1.42:
7556: * src/targets/cgi/Makefile.in 1.62:
7557: * src/targets/isapi/Makefile.in 1.11:
7558: * src/types/Makefile.in 1.50:
7559: proper AC_LANG_ switching to fix qsort detection bug
7560:
7561: 2003-01-15 paf
7562: * src/main/pa_globals.C 1.150:
7563: localized pa_xmlFileRead/Close
7564:
7565: 2003-01-14 paf
7566: * src/lib/ltdl/config.guess 1.2:
7567: * src/lib/ltdl/config.sub 1.2:
7568: * src/lib/ltdl/install-sh 1.2:
7569: * src/lib/ltdl/missing 1.2:
7570: * src/lib/ltdl/mkinstalldirs 1.2:
7571: removed some ancient files [they in / really]
7572:
7573: * src/lib/ltdl/config_fixed.h 1.2:
7574: * src/lib/ltdl/libltdl.dsp 1.3:
7575: * src/lib/ltdl/ltdl.c 1.3:
7576: ltdl.c regretfully needed patch in two places.
7577: in config_fixed.h made stubs for lib to compile in MSVC
7578:
7579: * src/lib/ltdl/aclocal.m4 1.1:
7580: *** empty log message ***
7581:
7582: 2003-01-13 paf
7583: * config.guess 1.3:
7584: * config.sub 1.4:
7585: * ltmain.sh 1.4:
7586: * src/targets/apache13/Makefile.in 1.44:
7587: removed last piece of configure.in(libtool) hacks
7588:
7589: * src/lib/ltdl/COPYING.LIB 1.1:
7590: * src/lib/ltdl/Makefile.in 1.4:
7591: * src/lib/ltdl/acinclude.m4 1.2:
7592: * src/lib/ltdl/config.h 1.2:
7593: * src/lib/ltdl/config_auto.h.in 1.3:
7594: * src/lib/ltdl/configure 1.4:
7595: * src/lib/ltdl/configure.in 1.4:
7596: * src/lib/ltdl/libltdl.dsp 1.2:
7597: * src/lib/ltdl/ltdl.c 1.2:
7598: * src/lib/ltdl/ltdl.h 1.2:
7599: moved to latest libtool (1.4.3)
7600:
7601: 2003-01-10 paf
7602: * src/lib/patches/Makefile.am 1.3:
7603: * src/lib/patches/Makefile.in 1.9:
7604: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
7605: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
7606: * src/lib/patches/libgdome_morestatic.patch 1.2:
7607: * src/lib/patches/libxml_error_column_tab.patch 1.2:
7608: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
7609: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
7610: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
7611: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
7612: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
7613: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
7614: * src/main/pa_globals.C 1.149:
7615: moved to latest xml lib versions, changed patches.
7616: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
7617: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
7618: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
7619:
7620: * INSTALL 1.31:
7621: moved to latest versions of xml libs
7622: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
7623: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
7624: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
7625:
7626: * src/lib/patches/libxml2.patch 1.1:
7627: moved to libxml2 2.5.1, only these patches left:
7628: * fixing \t chars to spaces in error position reporting
7629: * adding context to conversion functions
7630:
7631: * src/lib/patches/gdome2.patch 1.1:
7632: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
7633: Paolo said that he would incorporate this patch in upcoming version of gdome.
7634:
7635: * src/lib/ltdl/configure 1.3:
7636: * src/lib/ltdl/configure.in 1.3:
7637: PROG_NM
7638:
7639: * src/lib/patches/libxslt.patch 1.1:
7640: moved to libxslt 1.0.23. still need a patch which suppresses
7641: htmlSetMetaEncoding calls
7642:
7643: 2003-01-09 paf
7644: * bin/Makefile.in 1.8:
7645: * config.guess 1.2:
7646: * config.sub 1.3:
7647: * etc/Makefile.in 1.13:
7648: * etc/parser3.charsets/Makefile.in 1.16:
7649: * missing 1.2:
7650: * mkinstalldirs 1.2:
7651: * src/Makefile.in 1.54:
7652: * src/classes/Makefile.in 1.52:
7653: * src/classes/gd/Makefile.in 1.42:
7654: * src/classes/smtp/Makefile.in 1.11:
7655: * src/include/Makefile.in 1.10:
7656: * src/include/pa_config_auto.h.in 1.37:
7657: * src/lib/Makefile.in 1.7:
7658: * src/lib/ltdl/Makefile.in 1.3:
7659: * src/lib/ltdl/config_auto.h.in 1.2:
7660: * src/lib/ltdl/configure 1.2:
7661: * src/lib/ltdl/configure.in 1.2:
7662: * src/lib/md5/Makefile.in 1.5:
7663: * src/lib/patches/Makefile.in 1.8:
7664: * src/lib/pcre/Makefile.in 1.7:
7665: * src/main/Makefile.in 1.49:
7666: * src/sql/Makefile.in 1.10:
7667: * src/targets/Makefile.in 1.41:
7668: * src/targets/apache13/Makefile.in 1.43:
7669: * src/targets/cgi/Makefile.am 1.46:
7670: * src/targets/cgi/Makefile.in 1.61:
7671: * src/targets/isapi/Makefile.in 1.10:
7672: * src/types/Makefile.in 1.49:
7673: moved to autoconf 2.57 & automake 1.7.2
7674:
7675: * depcomp 1.1:
7676: moving to automake 1.7.2
7677:
7678: * INSTALL 1.30:
7679: xml,xslt,gdome lib urls updated
7680:
7681: * Makefile.am 1.30:
7682: * Makefile.in 1.44:
7683: * src/lib/ltdl/missing 1.1:
7684: * src/lib/ltdl/mkinstalldirs 1.1:
7685: *** empty log message ***
7686:
1.21 paf 7687: 2002-12-27 paf
7688: * src/doc/aliased.dox 1.5:
7689: * src/doc/index.dox 1.4:
7690: * src/doc/module.dox 1.4:
7691: * src/doc/pooled.dox 1.4:
7692: * www/htdocs/index.html 1.207:
7693: removed outdated parts, made links to language docs
7694:
7695: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
7696: 0007
7697:
7698: * src/include/pa_config_auto.h.in 1.36:
7699: comment
7700:
7701: 2002-12-26 paf
7702: * INSTALL 1.29:
7703: * src/include/pa_config_auto.h.in 1.35:
7704: * src/main/pa_common.C 1.140:
7705: * src/main/pa_exec.C 1.47:
7706: changing SAFE_MODE politics
7707:
7708: * src/classes/file.C 1.106:
7709: file:fullpath[a.gif] when document root did not contain
7710: trailing / fixed.
7711:
7712: 2002-12-25 paf
7713: * src/main/pa_globals.C 1.147:
7714: optimized-as-is
7715:
7716: * src/main/pa_globals.C 1.148:
7717: optimized-xml
7718:
7719: 2002-12-24 paf
7720: * src/main/pa_common.C 1.139:
7721: * src/main/pa_pool.C 1.58:
7722: pool::copy on zero size|ptr fixed [were really called with zero
7723: size when .html?a=&b=]
7724:
7725: * src/main/pa_exec.C 1.46:
7726: * www/htdocs/index.html 1.206:
7727: fork/pipe error now [old always-pipe-error fixed]
7728:
7729: * src/classes/mail.C 1.86:
7730: $MAIL in @conf now invalid when configured with --with-sendmail
7731:
7732: 2002-12-23 paf
7733: * src/types/pa_vcookie.C 1.54:
7734: cookie:field[put value] fixed [were ignoring parameters & were
7735: storing only string with default expires
7736:
7737: * src/main/pa_charset.C 1.32:
7738: From: "Victor Fedoseev" <vvf_ru@mail.ru>
7739: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
7740: Sent: Monday, December 23, 2002 4:22 AM
7741: Subject: bug в Charset::transcode_buf2xchar
7742:
7743: 2002-12-20 paf
7744: * src/targets/cgi/parser3.C 1.215:
7745: removed last \n appending in non-win32 non-cgi [script] runs
7746:
7747: 2002-12-19 paf
7748: * operators.txt 1.107:
7749: * src/include/pa_globals.h 1.99:
7750: * src/include/pa_request.h 1.159:
7751: * src/main/pa_globals.C 1.146:
7752: * src/main/pa_request.C 1.244:
7753: * www/htdocs/index.html 1.205:
7754: $response:download
7755:
7756: * src/classes/mail.C 1.85:
7757: 'to' check bugfix [now checked only on ms compiler [win32]].
7758:
7759: * INSTALL 1.28:
7760: --without-iconv recommended [it crashes on some systems [tested on elik]]
7761: moreover, it's not needed there [parser registers charsets itself]
7762:
7763: * INSTALL 1.27:
7764: -without-iconv recommended [it crashes on some systems [tested
7765: on elik]]
7766:
7767: 2002-12-18 paf
7768: * src/classes/xdoc.C 1.107:
7769: doc->URL on xdoc.load set correctly now
7770:
7771: 2002-12-17 paf
7772: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
7773: 1. on win32 in die: abort() reverted to exit(1)
7774: 2. more flexible iilegal call check
7775:
7776: * src/targets/cgi/parser3.C 1.214:
7777: merged die&iis changes
7778:
7779: 2002-12-16 paf
7780: * src/main/untaint.C 1.114:
7781: filespec russian small 'r' changed to latin 'p' bug fix
7782:
7783: * Makefile.in 1.38:
7784: ltmain.sh silly required for stupid automake added
7785:
7786: * ltmain.sh 1.3:
7787: *** empty log message ***
7788:
7789: * ltmain.sh [release_3_0_0006] 1.2.2.1:
7790: some automakes silly insist on having this handy
7791:
1.20 paf 7792: 2002-12-15 paf
1.21 paf 7793: * src/main/untaint.C 1.113:
7794: filespec russian small 'r' changed to latin 'p'
7795:
7796: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
7797: ftruncate having checked
7798:
7799: * src/classes/smtp/smtp.C [release_3_0_0006] 1.18.2.1:
7800: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
7801: removed warning
7802:
1.20 paf 7803: * configure.in [release_3_0_0006] 1.52.2.1:
7804: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
7805: new version
7806:
1.21 paf 7807: * configure.in [release_3_0_0006] 1.52.2.2:
7808: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
7809: *** empty log message ***
7810:
7811: * configure.in 1.53:
7812: * src/classes/smtp/smtp.C 1.19:
7813: * src/include/pa_config_auto.h.in 1.34:
7814: * src/main/compile.C 1.68:
7815: * src/main/pa_common.C 1.138:
7816: merged small changes from branch 6 to HEAD
7817:
1.20 paf 7818: 2002-12-14 paf
7819: * src/sql/pa_sql_driver.h 1.33:
7820: * www/htdocs/index.html 1.204:
7821: exception type fixed
7822:
7823: * src/classes/table.C 1.171:
7824: removed unnecessary code
7825:
7826: 2002-12-09 paf
7827: * src/classes/hash.C 1.53:
7828: * src/classes/string.C 1.124:
7829: * src/classes/table.C 1.170:
7830: * src/classes/void.C 1.27:
7831: * src/main/pa_sql_driver_manager.C 1.68:
7832: * src/sql/pa_sql_driver.h 1.32:
7833: changed exception handling mech in sql handlers #2
7834:
7835: * bin/Makefile.in 1.7:
7836: * configure.in 1.52:
7837: * etc/Makefile.in 1.12:
7838: * etc/parser3.charsets/Makefile.in 1.15:
7839: * src/Makefile.in 1.53:
7840: * src/classes/Makefile.in 1.51:
7841: * src/classes/gd/Makefile.in 1.41:
7842: * src/classes/smtp/Makefile.in 1.10:
7843: * src/include/Makefile.in 1.9:
7844: * src/lib/Makefile.in 1.6:
7845: * src/lib/ltdl/Makefile.in 1.2:
7846: * src/lib/md5/Makefile.in 1.4:
7847: * src/lib/patches/Makefile.in 1.7:
7848: * src/lib/pcre/Makefile.in 1.6:
7849: * src/main/Makefile.in 1.48:
7850: * src/sql/Makefile.in 1.9:
7851: * src/targets/Makefile.in 1.40:
7852: * src/targets/apache13/Makefile.in 1.42:
7853: * src/targets/cgi/Makefile.in 1.60:
7854: * src/targets/isapi/Makefile.in 1.9:
7855: * src/types/Makefile.in 1.48:
7856: removed configure.in:AC_LIBTOOL, it caused automake to write
7857: makefile which used libtool to install things, which is not needed
7858:
7859: * src/targets/apache13/mod_parser3.C 1.27:
7860: * src/targets/cgi/parser3.C 1.211:
7861: * src/targets/cgi/parser3.C 1.212:
7862: * src/targets/cgi/parser3.C 1.213:
7863: * src/targets/isapi/parser3isapi.C 1.81:
7864: ::die now tries to write core dump
7865:
7866: * src/types/pa_vvoid.h 1.16:
7867: * www/htdocs/index.html 1.203:
7868: $void.store[now] error
7869:
7870: * src/classes/hash.C 1.52:
7871: * src/classes/string.C 1.123:
7872: * src/classes/table.C 1.169:
7873: * src/classes/void.C 1.26:
7874: * src/main/pa_sql_driver_manager.C 1.66:
7875: * src/main/pa_sql_driver_manager.C 1.67:
7876: * src/sql/pa_sql_driver.h 1.29:
7877: * src/sql/pa_sql_driver.h 1.30:
7878: * src/sql/pa_sql_driver.h 1.31:
7879: changed exception handling mech in sql handlers
7880:
7881: 2002-12-06 paf
7882: * operators.txt 1.106:
7883: * src/main/compile.tab.C 1.78:
7884: * src/types/pa_vhash.h 1.42:
7885: $hash.fields -- pseudo field to make 'hash' more like 'table'
7886:
7887: 2002-12-05 paf
7888: * src/main/pa_array.C 1.53:
7889: * src/main/pa_table.C 1.51:
7890: * www/htdocs/index.html 1.199:
7891: wow! found/fixed bug in lowlevel proc
7892:
7893: * src/classes/smtp/smtp.C 1.15:
7894: * src/main/pa_common.C 1.137:
7895: * src/main/untaint.C 1.111:
7896: * src/types/pa_vmail.C 1.38:
7897: * www/htdocs/index.html 1.200:
7898: mail header ',' allowed.
7899: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
7900:
7901: [strncpy killed, memnchr used]
7902:
7903: * src/main/pa_table.C 1.52:
7904: table-copy now current=0
7905:
7906: * src/targets/cgi/parser3.C 1.209:
7907: * src/targets/cgi/parser3.C 1.210:
7908: more checks on http://domain/parser.cgi start [maybe some
7909: getenv returns "", checked that now
7910:
7911: * src/targets/cgi/parser3.C 1.208:
7912: * www/htdocs/index.html 1.198:
7913: error logging made unbuffered [so that out-of-mem errors
7914: reached log]
7915:
7916: * src/main/main.dsp 1.161:
7917: pa_version included into main.dsp
7918:
7919: * src/classes/smtp/smtp.C 1.14:
7920: * www/htdocs/index.html 1.196:
7921: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
7922: win32] leave \n intact, and some clients [bat] fail to show
7923: letter correctly
7924:
7925: * src/classes/mail.C 1.83:
7926: * src/targets/cgi/parser3.C 1.207:
7927: * src/types/pa_vmail.C 1.37:
7928: * www/htdocs/index.html 1.197:
7929: mail:send MIME-Version default
7930:
7931: * src/classes/smtp/smtp.C 1.17:
7932: * src/main/untaint.C 1.112:
7933: * www/htdocs/index.html 1.201:
7934: mail header closed properly
7935:
7936: * src/classes/mail.C 1.84:
7937: * src/classes/smtp/smtp.C 1.18:
7938: * src/types/pa_vmail.C 1.39:
7939: * src/types/pa_vmail.h 1.8:
7940: * www/htdocs/index.html 1.202:
7941: smtp cc/bcc OK now
7942:
7943: 2002-12-04 paf
7944: * gnu.dsp 1.3:
7945: restored
7946:
7947: * src/types/pa_vform.C 1.73:
7948: $form:field string value cut by premature 0
7949:
7950: * parser3.dsw 1.6:
7951: * src/main/compile.tab.C 1.77:
7952: * src/main/main.dsp 1.160:
7953: * www/htdocs/.htaccess 1.12:
7954: * www/htdocs/index.html 1.195:
7955: lib/libltdl -> lib/ltdl Win32 changes. s
7956:
7957: * bin/Makefile.in 1.6:
7958: * configure.in 1.51:
7959: * etc/Makefile.in 1.11:
7960: * etc/parser3.charsets/Makefile.in 1.14:
7961: * gnu.dsp 1.2:
7962: * src/Makefile.in 1.52:
7963: * src/classes/Makefile.in 1.50:
7964: * src/classes/gd/Makefile.in 1.40:
7965: * src/classes/smtp/Makefile.in 1.9:
7966: * src/include/Makefile.in 1.8:
7967: * src/lib/Makefile.am 1.3:
7968: * src/lib/Makefile.in 1.5:
7969: * src/lib/ltdl/Makefile.am 1.1:
7970: * src/lib/ltdl/Makefile.in 1.1:
7971: * src/lib/ltdl/README 1.1:
7972: * src/lib/ltdl/acinclude.m4 1.1:
7973: * src/lib/ltdl/config.guess 1.1:
7974: * src/lib/ltdl/config.h 1.1:
7975: * src/lib/ltdl/config.sub 1.1:
7976: * src/lib/ltdl/config_auto.h.in 1.1:
7977: * src/lib/ltdl/config_fixed.h 1.1:
7978: * src/lib/ltdl/configure 1.1:
7979: * src/lib/ltdl/configure.in 1.1:
7980: * src/lib/ltdl/install-sh 1.1:
7981: * src/lib/ltdl/libltdl.dsp 1.1:
7982: * src/lib/ltdl/ltdl.c 1.1:
7983: * src/lib/ltdl/ltdl.h 1.1:
7984: * src/lib/md5/Makefile.in 1.3:
7985: * src/lib/patches/Makefile.in 1.6:
7986: * src/lib/pcre/Makefile.in 1.5:
7987: * src/main/Makefile.in 1.47:
7988: * src/sql/Makefile.in 1.8:
7989: * src/targets/Makefile.in 1.39:
7990: * src/targets/apache13/Makefile.in 1.41:
7991: * src/targets/cgi/Makefile.in 1.59:
7992: * src/targets/isapi/Makefile.in 1.8:
7993: * src/types/Makefile.in 1.47:
7994: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
7995: so it does have no problems with automake.
7996: ltdl/configure AC_OUTPUT(Makefile<<removed)
7997:
7998: * src/classes/classes.awk 1.6:
7999: more strict *.C$
8000:
8001: 2002-12-02 paf
8002: * operators.txt 1.105:
8003: removed outdated status:db
8004:
8005: * src/classes/mail.C 1.82:
8006: * src/include/pa_common.h 1.88:
8007: * src/main/pa_common.C 1.136:
8008: * src/main/pa_request.C 1.243:
8009: * src/types/pa_vcookie.C 1.53:
8010: * src/types/pa_vmail.C 1.36:
8011: * www/htdocs/index.html 1.194:
8012: http header lang of tainted parts becomes http-header
8013:
1.19 paf 8014: 2002-11-29 paf
8015: * src/include/pa_common.h 1.87:
8016: * src/main/pa_common.C 1.135:
8017: * src/types/pa_vresponse.C 1.16:
8018: * src/types/pa_vresponse.h 1.31:
8019: * www/htdocs/index.html 1.192:
8020: http:// param values now handled exactly like $response:header values.
8021: e.g. can be hash [can have subattributes] & contain date values.
8022:
8023: * operators.txt 1.104:
8024: * src/classes/date.C 1.41:
8025: * src/classes/image.C 1.89:
8026: * www/htdocs/index.html 1.193:
8027: exif dates now objects of type date
8028:
8029: * src/main/pa_common.C 1.133:
8030: * www/htdocs/index.html 1.190:
8031: http:// tainted partes now %xx
8032:
8033: * src/main/pa_common.C 1.134:
8034: * www/htdocs/index.html 1.191:
8035: http:// param values lang forced URI
8036:
8037: * src/classes/image.C 1.88:
8038: 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]
8039: now used image.format
8040:
8041: 2002-11-28 paf
8042: * src/classes/op.C 1.126:
8043: * www/htdocs/index.html 1.185:
8044: ^cache bug fixed.
8045: stupid compiler allowed 'false' to go into (Hash *) parameter
8046:
8047: * src/classes/image.C 1.85:
8048: * www/htdocs/index.html 1.186:
8049: image.text now outputs one pixel HIGHER chars [one top
8050: horizontal line of 1pixel height were missing]
8051:
8052: * www/htdocs/index.html 1.187:
8053: regexp syntax xxx$ speed-up experiments
8054:
8055: * operators.txt 1.102:
8056: http.timeout
8057:
8058: * www/htdocs/font.gif 1.1:
8059: *** empty log message ***
8060:
8061: * configure.in 1.50:
8062: stopped double libltdl/Makefile generation
8063:
8064: * src/classes/image.C 1.87:
8065: * www/htdocs/index.html 1.188:
8066: image.length now counts interchar space. plus space after last char
8067:
8068: * www/htdocs/index.html 1.189:
8069: doc samples
8070:
8071: * src/main/pa_string.C 1.171:
8072: PCRE_DOLLAR_ENDONLY
8073:
8074: * src/classes/image.C 1.86:
8075: ^image.font width measurer now scans full height [were -1]
8076:
8077: 2002-11-27 paf
8078: * src/classes/image.C 1.84:
8079: * www/htdocs/index.html 1.183:
8080: ^image.font << bad font file-size now properly reported
8081:
8082: * src/include/pa_globals.h 1.98:
8083: * src/main/pa_globals.C 1.145:
8084: * src/main/pa_request.C 1.242:
8085: * src/types/pa_vmail.C 1.35:
8086: * www/htdocs/index.html 1.184:
8087: response:body[file] if file nows it's name
8088: now returns content-disposition: >>attachment<<
8089:
1.18 paf 8090: 2002-11-26 paf
8091: * operators.txt 1.101:
8092: * src/main/pa_common.C 1.130:
8093: * www/htdocs/index.html 1.182:
8094: http:// response status!=200 made exception: http.status with
8095: source=bad status#
8096:
8097: * src/main/pa_common.C 1.131:
8098: * www/htdocs/.htaccess 1.11:
8099: utf8 prefix ignored @read text
8100:
8101: * src/main/pa_request.C 1.241:
8102: fixed lang in reponse header
8103:
8104: 2002-11-25 paf
8105: * operators.txt 1.99:
8106: * src/main/pa_common.C 1.128:
8107: * www/htdocs/index.html 1.181:
8108: http fields now UPPERCASE
8109:
8110: $file[^file::load[http://there]]
8111: $file.SERVER
8112:
8113: * configure.in 1.49:
8114: * src/classes/image.C 1.83:
8115: * src/include/pa_config_auto.h.in 1.33:
8116: * src/include/pa_config_includes.h 1.22:
8117: * src/main/Makefile.am 1.35:
8118: * src/main/Makefile.in 1.46:
8119: * src/main/pa_common.C 1.129:
8120: * src/main/pa_globals.C 1.142:
8121: http://
8122: and image const void related probs fixed
8123:
8124: * operators.txt 1.98:
8125: * src/classes/file.C 1.104:
8126: * src/classes/table.C 1.168:
8127: * src/classes/xdoc.C 1.105:
8128: * src/include/pa_common.h 1.85:
8129: * src/include/pa_globals.h 1.97:
8130: * src/main/pa_common.C 1.126:
8131: * src/main/pa_globals.C 1.141:
8132: * src/main/pa_request.C 1.239:
8133: * src/types/pa_vfile.C 1.35:
8134: * src/types/pa_vfile.h 1.51:
8135: * www/htdocs/index.html 1.179:
8136: table/xdoc/file::load now understand http:// prefix and additional params, sample:
8137: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
8138: $.USER-AGENT[parser3]
8139: ]]
8140:
8141: * src/classes/file.C 1.105:
8142: * src/classes/image.C 1.82:
8143: * src/classes/xdoc.C 1.106:
8144: * src/include/pa_common.h 1.86:
8145: * src/main/pa_common.C 1.127:
8146: * src/main/pa_request.C 1.240:
8147: * www/htdocs/index.html 1.180:
8148: checked http options [invalid onces now reported]
8149: made default
8150: user-agent: paf
8151:
8152: 2002-11-22 paf
8153: * operators.txt 1.97:
8154: * src/classes/image.C 1.80:
8155: * src/include/pa_globals.h 1.96:
8156: * src/main/execute.C 1.294:
8157: * src/main/pa_globals.C 1.140:
8158: * src/types/pa_vimage.C 1.21:
8159: * src/types/pa_vimage.h 1.33:
8160: * www/htdocs/.htaccess 1.10:
8161: * www/htdocs/index.html 1.178:
8162: $image.exif support
8163: $image.exif.DateTime & co
8164:
8165: 2002-11-21 paf
8166: * src/classes/image.C 1.78:
8167: jpeg size measure fixed: were badly skipping EXIF information [
8168: were big block and it's size were considered negative :(]
8169:
8170: * operators.txt 1.96:
8171: * src/classes/image.C 1.77:
8172: * src/include/pa_common.h 1.83:
8173: * src/main/pa_common.C 1.123:
8174: * src/types/pa_vmail.C 1.34:
8175: * www/htdocs/index.html 1.177:
8176: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
8177: [now we fail to measure files with EXIF info]
8178:
8179: * src/main/pa_common.C 1.122:
8180: O_TRUNCATE killed, ftruncate used instead:
8181: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
8182:
8183: * src/main/pa_exec.C 1.44:
8184: * src/main/untaint.C 1.110:
8185: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
8186:
8187: 2002-11-20 paf
8188: * src/main/pa_exec.C 1.41:
8189: pa_exec: data written only if size>0
8190:
8191: * src/targets/cgi/parser3.C 1.205:
8192: logging @signal += query_string
8193:
8194: * src/include/pa_config_fixed.h 1.52:
8195: * src/main/pa_common.C 1.121:
8196: * src/main/pa_exec.C 1.40:
8197: * src/targets/cgi/parser3.C 1.200:
8198: ^file:exec/cgi [pa_exec] pipe read errors now checked
8199:
8200: * src/main/pa_exec.C 1.43:
8201: *** empty log message ***
8202:
8203: * operators.txt 1.95:
8204: * src/classes/file.C 1.103:
8205: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
8206:
8207: * src/include/pa_request.h 1.158:
8208: * src/main/execute.C 1.293:
8209: * src/main/pa_request.C 1.238:
8210: * src/targets/cgi/parser3.C 1.201:
8211: SIGUSR1 >> writes to error_log uri of currently processed document
8212: SIGPIPE >> interrupts request processing [exception = DB rollback]
8213:
8214: * src/targets/cgi/parser3.C 1.203:
8215: SIGNALS overriden @ main top
8216:
8217: * configure.in 1.48:
8218: * src/include/pa_config_auto.h.in 1.32:
8219: * src/include/pa_config_includes.h 1.21:
8220: * src/main/pa_exec.C 1.42:
8221: * src/targets/cgi/parser3.C 1.204:
8222: comment
8223:
8224: 2002-11-19 paf
8225: * src/targets/cgi/parser3.C 1.199:
8226: removed #ifdef WIN32 around check of CGI: Illegal call
8227:
8228: 2002-11-01 paf
8229: * src/main/execute.C 1.292:
8230: comment
8231:
8232: 2002-10-31 paf
8233: * src/types/pa_vobject.C 1.11:
8234: * src/types/pa_vstateless_object.h 1.27:
8235: object put replaces static parent if any
8236:
8237: * src/main/execute.C 1.291:
8238: found out why, checked that for now.
8239: todo: find out a way for that user could do that
8240:
8241: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
8242: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
8243: realized that one can't remember derivates in base class: there's so many of them.
8244: also there can be no virtual method calls in static classes
8245:
8246: * src/classes/op.C 1.124:
8247: * src/types/pa_value.h 1.107:
8248: * src/types/pa_vobject.h 1.36:
8249: * www/htdocs/base.p 1.4:
8250: * www/htdocs/derived.p 1.22:
8251: * www/htdocs/index.html 1.174:
8252: * www/htdocs/operators.p 1.11:
8253: * www/htdocs/some.p 1.2:
8254: ^process[$caller.self]{...}
8255: now compiles to last derived object part of that 'self'
8256:
8257: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
8258: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
8259: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
8260: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
8261: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
8262: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
8263: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
8264: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
8265: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
8266: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
8267: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
8268: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
8269: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
8270: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
8271: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
8272: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
8273: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
8274: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
8275: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
8276: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
8277: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
8278: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
8279: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
8280: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
8281: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
8282: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
8283: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
8284: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
8285: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
8286: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
8287: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
8288: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
8289: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
8290: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
8291: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
8292: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
8293: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
8294: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
8295: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
8296: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
8297: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
8298: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
8299: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
8300: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
8301: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
8302: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
8303: static call $self fixed
8304:
8305: * www/htdocs/base.p 1.6:
8306: * www/htdocs/derived.p 1.24:
8307: * www/htdocs/index.html 1.176:
8308: this example creates base object, which is wrong, todo: find
8309: out why
8310:
8311: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
8312: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
8313: killed $virtual_fields in dynamic, but one can reach derived
8314: static[class] variable from base
8315:
8316: * src/classes/form.C 1.33:
8317: * src/classes/mail.C 1.81:
8318: * src/classes/op.C 1.125:
8319: * src/classes/xnode.h 1.17:
8320: * src/main/compile.tab.C 1.76:
8321: * src/main/execute.C 1.290:
8322: * src/main/pa_request.C 1.237:
8323: * src/types/pa_value.h 1.108:
8324: * src/types/pa_vclass.C 1.15:
8325: * src/types/pa_vclass.h 1.38:
8326: * src/types/pa_vcode_frame.h 1.23:
8327: * src/types/pa_vcookie.C 1.52:
8328: * src/types/pa_vcookie.h 1.22:
8329: * src/types/pa_vdate.h 1.23:
8330: * src/types/pa_venv.h 1.27:
8331: * src/types/pa_vfile.h 1.50:
8332: * src/types/pa_vform.C 1.71:
8333: * src/types/pa_vform.h 1.44:
8334: * src/types/pa_vhash.h 1.41:
8335: * src/types/pa_vimage.h 1.32:
8336: * src/types/pa_vmail.C 1.33:
8337: * src/types/pa_vmail.h 1.7:
8338: * src/types/pa_vmath.h 1.13:
8339: * src/types/pa_vmethod_frame.h 1.44:
8340: * src/types/pa_vobject.C 1.10:
8341: * src/types/pa_vobject.h 1.37:
8342: * src/types/pa_vrequest.C 1.26:
8343: * src/types/pa_vrequest.h 1.24:
8344: * src/types/pa_vresponse.C 1.15:
8345: * src/types/pa_vresponse.h 1.30:
8346: * src/types/pa_vstateless_class.C 1.18:
8347: * src/types/pa_vstateless_class.h 1.41:
8348: * src/types/pa_vstateless_object.h 1.26:
8349: * src/types/pa_vstatus.C 1.14:
8350: * src/types/pa_vstatus.h 1.14:
8351: * src/types/pa_vstring.h 1.53:
8352: * src/types/pa_vtable.C 1.20:
8353: * src/types/pa_vtable.h 1.47:
8354: * src/types/pa_vvoid.h 1.15:
8355: * src/types/pa_vxdoc.C 1.22:
8356: * src/types/pa_vxdoc.h 1.30:
8357: * src/types/pa_vxnode.C 1.29:
8358: * src/types/pa_vxnode.h 1.21:
8359: * src/types/pa_wwrapper.h 1.27:
8360: * www/htdocs/base.p 1.5:
8361: * www/htdocs/derived.p 1.23:
8362: * www/htdocs/index.html 1.175:
8363: static fix merged
8364:
8365: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
8366: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
8367: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
8368: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
8369: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
8370: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
8371: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
8372: fixed statics, left $virtual_fields in dynamic
8373:
8374: * src/main/execute.C 1.288:
8375: comment
8376:
8377: 2002-10-30 paf
8378: * www/htdocs/derived.p 1.21:
8379: * www/htdocs/some.p 1.1:
8380: include method overriding tested OK
8381:
8382: 2002-10-29 paf
8383: * src/targets/isapi/parser3isapi.C 1.80:
8384: comment on 404 bad status re-passing [iis to blame]
8385:
8386: * src/classes/string.C 1.122:
8387: changed string.save to pass current sql connection to cstr
8388: thus one can
8389: ^connect[some server]{
8390: $s[insert into table x (x) values (^taint[sql]{value})]
8391: ^s.save[some.sql]
8392: }
8393: and he'd get in some.sql file code with properly escaped.
8394: [tried in mssql->mysql export->import of binary data]
8395:
8396: 2002-10-28 paf
8397: * www/htdocs/index.html 1.172:
8398: * www/htdocs/index.html 1.173:
8399: bad email handling test
8400:
8401: 2002-10-25 paf
8402: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
8403: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
8404: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
8405: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
8406: saving for maybe-future
8407:
8408: * src/types/pa_vresponse.C 1.14:
8409: case insensitive response user fields get/put
8410:
8411: 2002-10-23 paf
8412: * src/types/pa_vmail.C 1.32:
8413: * www/htdocs/index.html 1.171:
8414: email whitespace trimBoth-ed
8415:
8416: * operators.txt 1.94:
8417: * src/classes/table.C 1.166:
8418: ^table.hash{code}...
8419: ^table.hash(expr)...
8420:
8421: 2002-10-22 paf
8422: * src/types/pa_vform.C 1.70:
8423: * src/types/pa_vform.h 1.43:
8424: removed needless VForm::Append...(...Value)
8425:
8426: * src/main/execute.C 1.287:
8427: $.name outside of $name[...]
8428: checked
8429:
8430: * src/main/compile.tab.C 1.75:
8431: * src/main/compile.y 1.203:
8432: lexer changed to fix ^call[]^#HH bug [that situation yelded no
8433: EON, which whas wrong]
8434:
8435: 2002-10-21 paf
8436: * operators.txt 1.91:
8437: * src/types/pa_vform.C 1.67:
8438: $form:image-map
8439:
8440: * operators.txt 1.92:
8441: * src/types/pa_vform.C 1.68:
8442: $form:nameless = "?value&...", "...&value&...", "...&value"
8443:
8444: * operators.txt 1.93:
8445: * src/types/pa_vform.C 1.69:
8446: * src/types/pa_vform.h 1.42:
8447: $form:qtail
8448: $form:imap.x/y
8449:
8450: * operators.txt 1.90:
8451: * src/classes/file.C 1.102:
8452: * www/htdocs/index.html 1.170:
8453: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
8454:
8455: 2002-10-17 paf
8456: * src/classes/op.C 1.123:
8457: exception handling fixed [were bad with contexts]
8458:
8459: * src/main/compile.tab.C 1.74:
8460: * src/main/compile.y 1.202:
8461: operators precedence changed a little:
8462: logical not and bitwise negation precedence made highest,
8463: << and >> bitshits precedence made equal [were << higher than >>]
8464:
1.17 paf 8465: 2002-10-16 paf
8466: * src/classes/op.C 1.122:
8467: * src/include/pa_request.h 1.157:
8468: * src/main/execute.C 1.285:
8469: * src/main/execute.C 1.286:
8470: * src/main/pa_request.C 1.236:
8471: * www/htdocs/derived.p 1.20:
8472: * www/htdocs/index.html 1.167:
8473: * www/htdocs/index.html 1.168:
8474: Request::self considered equal to VMethodFrame::self, and removed,
8475: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 8476:
8477: * www/htdocs/index.html 1.169:
8478: bad compile to system class test
1.17 paf 8479:
8480: * src/classes/op.C 1.121:
8481: * src/main/pa_request.C 1.235:
8482: VMainClass now has name = $hash in open field now gives old
8483: good error meesage
8484:
1.15 paf 8485: 2002-10-15 paf
1.17 paf 8486: * www/htdocs/derived.p 1.17:
8487: * www/htdocs/index.html 1.162:
8488: test of ^process from operator called from user class
8489:
8490: * src/types/pa_vjunction.h 1.18:
8491: * www/htdocs/index.html 1.166:
8492: ^if(def $junction){was true}{now false}
8493: use
8494: ^if($junction is junction){was and now true}
8495:
8496: * src/types/pa_vjunction.C 1.2:
8497: ident
8498:
8499: * src/classes/op.C 1.119:
8500: * src/main/compile.tab.C 1.72:
8501: * src/main/compile.y 1.200:
8502: * src/types/pa_vmethod_frame.h 1.42:
8503: process[self] objects also considered [were only classes]
8504:
1.15 paf 8505: * src/main/execute.C 1.283:
8506: * src/targets/cgi/parser3.C 1.198:
8507: * src/types/pa_vstateless_class.C 1.17:
8508: * src/types/pa_vstateless_class.h 1.40:
8509: * www/htdocs/operators.p 1.9:
8510: compiling to system classes disabled
8511:
1.17 paf 8512: * operators.txt 1.88:
8513: * src/classes/op.C 1.116:
8514: * www/htdocs/operators.p 1.8:
8515: ^process[$caller.CLASS]{code-string} added
8516:
8517: * src/types/Makefile.in 1.46:
8518: *** empty log message ***
1.15 paf 8519:
1.17 paf 8520: * src/classes/op.C 1.120:
8521: * src/include/pa_opcode.h 1.23:
8522: * src/include/pa_request.h 1.156:
8523: * src/main/compile.tab.C 1.73:
8524: * src/main/compile.y 1.201:
8525: * src/main/execute.C 1.284:
8526: * src/types/pa_vmethod_frame.h 1.43:
8527: * www/htdocs/derived.p 1.19:
8528: removed last pieces of old code allowing $junction.xxx at
8529: compile time
1.15 paf 8530:
8531: * operators.txt 1.87:
8532: * src/classes/op.C 1.115:
8533: * src/main/compile.tab.C 1.71:
8534: * src/main/compile.y 1.199:
8535: * src/main/execute.C 1.282:
8536: * src/main/pa_request.C 1.234:
8537: * src/types/Makefile.am 1.28:
8538: * src/types/pa_vjunction.C 1.3:
8539: * src/types/pa_vjunction.h 1.17:
8540: * src/types/pa_vmethod_frame.h 1.40:
8541: * src/types/types.dsp 1.35:
8542: * www/htdocs/operators.p 1.7:
8543: removed $junction.get $junction.set[]
8544: introducing $caller
8545:
8546: * src/classes/op.C 1.118:
8547: * src/include/pa_request.h 1.155:
8548: * src/types/pa_vmethod_frame.h 1.41:
8549: * www/htdocs/derived.p 1.18:
8550: * www/htdocs/index.html 1.164:
8551: ^process[CLASS]{body} now executed with CLASS self.
8552: [ (request&method_frame).self temporarily changed ]
8553:
1.17 paf 8554: * src/classes/xdoc.C 1.104:
8555: * src/classes/xnode.C 1.53:
8556: * src/include/pa_charset.h 1.19:
8557: * src/include/pa_pool.h 1.85:
8558: * src/main/pa_charset.C 1.31:
8559: * src/main/pa_pool.C 1.57:
8560: * src/types/pa_vxnode.C 1.28:
8561: * www/htdocs/index.html 1.165:
8562: xml->parser strings now have origin, which points to place
8563: where value left xml library and came to parser: place of dom
8564: field extraction/call
1.16 paf 8565:
1.24 paf 8566: * src/types/pa_value.h 1.106:
8567: removed outdated comments. doxygen would find them lower by
8568: inheritance tree
8569:
1.15 paf 8570: * src/classes/hash.C 1.51:
8571: * src/classes/op.C 1.117:
8572: * www/htdocs/index.html 1.163:
8573: * www/htdocs/operators.p 1.10:
8574: method_frame now always changed, with no exception to native calls.
8575: for&foreach changed to use method_frame.caller for their var's name context
8576:
8577: 2002-10-14 paf
8578: * src/classes/form.C 1.32:
8579: * src/classes/mail.C 1.80:
8580: * src/classes/op.C 1.113:
8581: * src/include/pa_request.h 1.154:
8582: * src/main/compile.C 1.67:
8583: * src/main/compile.tab.C 1.70:
8584: * src/main/compile.y 1.198:
8585: * src/main/execute.C 1.281:
8586: * src/main/pa_request.C 1.233:
8587: * src/types/pa_vstateless_class.h 1.39:
8588: * www/htdocs/index.html 1.161:
8589: operators now main-class-methods
8590:
8591: * src/include/pa_request.h 1.152:
8592: * src/main/execute.C 1.280:
8593: * src/main/pa_request.C 1.232:
8594: operators @auto now executed in MAIN context
8595:
8596: * src/types/pa_vclass.C 1.14:
8597: * src/types/pa_vobject.h 1.35:
8598: * src/types/pa_vstateless_class.C 1.16:
8599: * src/types/pa_vstateless_class.h 1.38:
8600: * www/htdocs/index.html 1.158:
8601: * www/htdocs/operators.p 1.5:
8602: $form:CLASS resurrected [wes killed in action]
8603:
8604: * configure 1.49:
8605: * configure.in 1.47:
8606: * operators.txt 1.86:
8607: * src/include/pa_config_auto.h.in 1.31:
8608: * src/types/pa_vstatus.C 1.13:
8609: * www/htdocs/index.html 1.157:
8610: $status:rusage.tv_secs/usecs introduced
8611:
8612: * src/types/pa_vxnode.C 1.27:
8613: misreplace fixed
8614:
8615: * src/classes/op.C 1.112:
8616: * src/include/pa_request.h 1.153:
8617: * www/htdocs/index.html 1.160:
8618: * www/htdocs/operators.p 1.6:
8619: ^try{^call{}} now has better stack trace [has "call" & co there]
8620:
8621: * src/main/execute.C 1.279:
8622: operator execution context now = MAIN, not closest stack frame
8623:
8624: @touchit[]
8625: $i[after]
8626:
8627: ----t.html
8628: $i[before] << local
8629: ^touchit[]
8630: $i << now 'before', were 'after'
8631:
8632: ---t.html
8633: $i[before] << notlocal [main]
8634: ^touchit[]
8635: $i << now 'after'
8636:
8637: * src/main/execute.C 1.278:
8638: comment
8639:
8640: * src/classes/op.C 1.114:
8641: process compiles to code's class class
8642:
8643: 2002-10-09 paf
8644: * src/classes/double.C 1.52:
8645: * src/classes/int.C 1.48:
8646: * src/classes/string.C 1.121:
8647: * www/htdocs/derived.p 1.16:
8648: * www/htdocs/index.html 1.156:
8649: ^string.int[] now failes on empty string [or uses (default)]
8650:
8651: 2002-10-08 paf
8652: * src/lib/patches/Makefile.am 1.2:
8653: * src/lib/patches/Makefile.in 1.5:
8654: forgot libgdome_morestatic.patch
8655:
8656: * src/types/pa_vxnode.C 1.26:
8657: misreplace
8658:
8659: * src/main/untaint.C 1.109:
8660: mail header quoted printable changed after RFC reread
8661:
8662: * operators.txt 1.85:
8663: plan on ^if(method
8664:
8665: 2002-09-24 paf
8666: * src/targets/cgi/Makefile.am 1.45:
8667: * src/targets/cgi/Makefile.in 1.58:
8668: LIBS were bad name in .am
8669:
8670: * acconfig.h 1.5:
8671: * configure 1.47:
8672: * configure.in 1.46:
8673: * src/include/pa_config_auto.h.in 1.30:
8674: * src/include/pa_config_fixed.h 1.51:
8675: * src/targets/cgi/Makefile.am 1.44:
8676: * src/targets/cgi/Makefile.in 1.57:
8677: * src/types/pa_vmail.C 1.30:
8678: * src/types/pa_vmail.C 1.31:
8679: HAVE_TIMEZONE & co now checked and mailreceive would compile on
8680: freebsd now
8681:
8682: * src/classes/file.C 1.101:
8683: * src/main/untaint.C 1.108:
8684: * www/htdocs/index.html 1.155:
8685: 1.
8686: file spec language changed:
8687: now there are only few chars are untainted:
8688: * ? ' " < > |
8689: and, on unix, : \ ~
8690: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
8691:
8692: 2.
8693: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
8694:
8695: @russianindex[]
8696: #dir with files with russian-lang names
8697: $where[dir]
8698:
8699: $dir[^file:list[$where;\.txt^$]]
8700: ^dir.menu{
8701: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
8702: }
8703:
8704: 2002-09-23 paf
8705: * src/classes/date.C 1.38:
8706: * src/classes/date.C 1.39:
8707: date bug fix, now round(floatDays*secondsPerDay)
8708:
8709: * src/targets/cgi/Makefile.in 1.56:
8710: *** empty log message ***
8711:
8712: * src/types/pa_vdouble.h 1.41:
8713: double->int round added
8714:
8715: 2002-09-20 paf
8716: * src/types/pa_vhash.h 1.40:
8717: * www/htdocs/operators.p 1.4:
8718: hash.foreach modification of existing keys allowed
8719:
8720: * src/main/compile.tab.C 1.69:
8721: * src/main/compile.y 1.197:
8722: * www/htdocs/index.html 1.153:
8723: changed grammer on junction expanding to include ^junction.method
8724:
8725: * src/classes/xdoc.C 1.102:
8726: empty transform result, being taken as file now returns empty
8727: file, not raises stupid error about "stat-ed file"
8728:
8729: * src/main/execute.C 1.276:
8730: * www/htdocs/index.html 1.154:
8731: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
8732:
8733: this now error:
8734: @badjunctioncall[]
8735: ^badjunctioncallinside{code}
8736:
8737: @badjunctioncallinside[code]
8738: ^code[]
8739:
8740: * src/targets/apache13/Makefile.am 1.15:
8741: * src/targets/apache13/Makefile.in 1.40:
8742: * src/targets/cgi/Makefile.am 1.43:
8743: * src/targets/cgi/Makefile.in 1.55:
8744: binaries now depend on makefiles, thus taking linking options
8745: configure changes into account [were: ignoring]
8746:
8747: * src/classes/xdoc.C 1.103:
8748: * www/htdocs/index.html 1.152:
8749: xdoc::create[name] now sets $request:charset as internal xdoc
8750: encoding, and after decoding attributes set by dom functions
8751: now encoded OK, not as digital entities
8752:
8753: * src/types/Makefile.in 1.45:
8754: *** empty log message ***
8755:
8756: * src/include/pa_opcode.h 1.22:
8757: * src/include/pa_request.h 1.150:
8758: * src/main/compile.tab.C 1.68:
8759: * src/main/compile.y 1.196:
8760: * src/main/execute.C 1.275:
8761: * src/main/main.dsp 1.159:
8762: * src/targets/cgi/parser3.dsp 1.60:
8763: * src/types/Makefile.am 1.27:
8764: * src/types/pa_vjunction.C 1.1:
8765: * src/types/pa_vjunction.h 1.16:
8766: * src/types/types.dsp 1.34:
8767: * www/htdocs/.htaccess 1.8:
8768: * www/htdocs/index.html 1.151:
8769: introducing $junction.get/put(1)
8770: one can write iterators now:
8771:
8772: ^user-foreach[key;value]{$key=$value<br>}
8773:
8774: @user-foreach[key;value;code]
8775: ^for[i](1;10){
8776: $code.key($i)
8777: $code.value($i*2)
8778: $code
8779: }
8780:
8781: * src/main/pa_common.C 1.120:
8782: -d "DIR/" now true
8783:
8784: * src/main/compile_tools.h 1.66:
8785: mistype
8786:
8787: 2002-09-19 paf
8788: * Makefile.am 1.8:
8789: * Makefile.in 1.21:
8790: * aclocal.m4 1.5:
8791: *** empty log message ***
8792:
8793: * aclocal.m4 1.3:
8794: forced to be older
8795:
8796: * Makefile.am 1.12:
8797: * Makefile.in 1.25:
8798: new: make commit
8799:
8800: 2002-09-18 paf
8801: * parser3.dsw 1.4:
8802: * src/include/pa_opcode.h 1.21:
8803: * src/main/compile.tab.C 1.67:
8804: * src/main/compile.y 1.195:
8805: * src/main/execute.C 1.274:
8806: * www/htdocs/index.html 1.150:
8807: << >> int shifts
8808:
8809: * src/classes/file.C 1.100:
8810: * www/htdocs/index.html 1.149:
8811: * www/htdocs/mailreceive.eml 1.3:
8812: ^file::exec/cgi $.stdin[can be file now]
8813: so that one can pass binary data there
8814:
8815: * src/include/pa_common.h 1.82:
8816: * src/include/pa_request.h 1.149:
8817: * src/main/pa_common.C 1.119:
8818: * src/main/pa_request.C 1.230:
8819: auto.p exists but unreadable - now this - fatal error
8820:
8821: * src/classes/date.C 1.37:
8822: * src/classes/double.C 1.51:
8823: * src/classes/file.C 1.99:
8824: * src/classes/hash.C 1.50:
8825: * src/classes/image.C 1.76:
8826: * src/classes/int.C 1.47:
8827: * src/classes/mail.C 1.79:
8828: * src/classes/op.C 1.111:
8829: * src/classes/response.C 1.22:
8830: * src/classes/string.C 1.120:
8831: * src/classes/table.C 1.165:
8832: * src/classes/void.C 1.25:
8833: * src/classes/xdoc.C 1.101:
8834: * src/classes/xnode.C 1.52:
8835: * src/include/pa_request.h 1.148:
8836: * www/htdocs/index.html 1.148:
8837: pa_request contexts made privated, plus get_{self/method_frame} to read.
8838: Request_context_saver used in ^try to save flang too.
8839: [were not saved]
8840:
8841: * src/types/pa_vresponse.C 1.13:
8842: header value chains joined before output, this should help
8843: $.subject[$var $var]
8844: from being converted to
8845: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
8846:
8847: 2002-09-17 paf
8848: * src/classes/op.C 1.109:
8849: * www/htdocs/index.html 1.147:
8850: * www/htdocs/operators.p 1.2:
8851: made place for ^process to compile it's code to in case of no self
8852:
8853: * src/classes/op.C 1.110:
8854: * src/main/execute.C 1.272:
8855: * src/main/pa_request.C 1.229:
8856: * src/types/pa_value.C 1.8:
8857: * src/types/pa_value.h 1.104:
8858: * src/types/pa_vmethod_frame.h 1.38:
8859: * src/types/pa_vstateless_class.h 1.37:
8860: * www/htdocs/operators.p 1.3:
8861: operators now executed with MAIN self.
8862: it's for ^include sake, too strong a change
8863:
8864: * src/classes/hash.C 1.47:
8865: foreach delims bug fixed [were ,2,3]
8866:
8867: * src/classes/hash.C 1.48:
8868: * src/classes/table.C 1.162:
8869: * src/include/pa_sql_connection.h 1.29:
8870: * www/htdocs/index.html 1.141:
8871: table.sql hash::sql duplicate keys now errors
8872:
8873: * src/main/execute.C 1.273:
8874: * src/types/pa_value.h 1.105:
8875: * src/types/pa_vmethod_frame.h 1.39:
8876: removed changes, operators executed with calling self.
8877: lots of code with ^include code relies on defined/defining self variables
8878:
8879: $a[1]
8880: ^include[print_a.p]
8881: print_a.p: $a
8882:
8883: ^include[set_a.p]
8884: a=$a
8885: set_a.p:
8886: $a[1]
8887:
8888: * operators.txt 1.83:
8889: * operators.txt 1.84:
8890: * src/classes/hash.C 1.49:
8891: * src/classes/table.C 1.163:
8892: * src/include/pa_globals.h 1.95:
8893: * src/main/pa_globals.C 1.139:
8894: * www/htdocs/index.html 1.142:
8895: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
8896: first record taken [were last]
8897:
8898: * src/main/execute.C 1.270:
8899: * src/main/execute.C 1.271:
8900: * src/types/pa_value.C 1.7:
8901: * src/types/pa_value.h 1.103:
8902: * src/types/pa_vstateless_class.h 1.36:
8903: * www/htdocs/index.html 1.146:
8904: found ancient param to Junction, removed.
8905: allowed passing self to native_code_operators [for ^process to work, she needs self]
8906:
8907: * Makefile.in 1.20:
8908: * bin/Makefile.in 1.5:
8909: * bin/auto.p.dist.in 1.8:
8910: * configure 1.40:
8911: * configure 1.41:
8912: * configure.in 1.40:
8913: * configure.in 1.41:
8914: * etc/Makefile.in 1.10:
8915: * etc/parser3.charsets/Makefile.in 1.13:
8916: * src/Makefile.in 1.51:
8917: * src/classes/Makefile.in 1.49:
8918: * src/classes/gd/Makefile.in 1.39:
8919: * src/classes/smtp/Makefile.in 1.8:
8920: * src/include/Makefile.in 1.7:
8921: * src/lib/Makefile.in 1.4:
8922: * src/lib/md5/Makefile.in 1.2:
8923: * src/lib/patches/Makefile.in 1.4:
8924: * src/lib/pcre/Makefile.in 1.4:
8925: * src/main/Makefile.in 1.45:
8926: * src/sql/Makefile.in 1.7:
8927: * src/targets/Makefile.in 1.38:
8928: * src/targets/apache13/Makefile.in 1.39:
8929: * src/targets/cgi/Makefile.in 1.54:
8930: * src/targets/isapi/Makefile.in 1.7:
8931: * src/types/Makefile.in 1.44:
8932: so now detected [can be .sl on hpux, .dll on cygwin, .so in
8933: other cases)
8934:
8935: * bin/auto.p.dist.in 1.9:
8936: strange \n
8937:
8938: * src/classes/table.C 1.164:
8939: * src/classes/xdoc.C 1.100:
8940: * www/htdocs/index.html 1.144:
8941: table::sql options
8942: table::create copy options
8943: options checked, wrong option now fatal error
8944:
8945: * src/main/pa_string.C 1.170:
8946: * www/htdocs/index.html 1.143:
8947: string.replace fixed [were missing words on pieces boundaries]
8948:
8949: * src/main/execute.C 1.269:
8950: * src/main/pa_request.C 1.228:
8951: * src/types/pa_value.C 1.6:
8952: * src/types/pa_value.h 1.102:
8953: * src/types/pa_vmethod_frame.h 1.37:
8954: * src/types/pa_vstateless_class.h 1.35:
8955: * www/htdocs/index.html 1.145:
8956: * www/htdocs/operators.p 1.1:
8957: allowed Request.self to be 0, checked that in VMethodFrame get
8958: put and $self.
8959:
8960: * src/classes/op.C 1.108:
8961: * src/classes/table.C 1.161:
8962: * www/htdocs/index.html 1.140:
8963: menu/for delims bug fixed [were ,2,3]
8964:
8965: 2002-09-16 paf
8966: * src/classes/file.C 1.98:
8967: * www/htdocs/index.html 1.139:
8968: 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.
8969: now detected closest header break.
8970:
8971: * src/main/untaint.C 1.107:
8972: * src/types/pa_vmail.C 1.29:
8973: mail:send closing ?= now closed right
8974:
8975: 2002-09-13 paf
8976: * operators.txt 1.81:
8977: * src/main/compile.tab.C 1.65:
8978: * src/main/compile.y 1.193:
8979: * www/htdocs/index.html 1.137:
8980: !| bitwise
8981: !|| numerical
8982: xor now
8983: [preparing for expression #comments]
8984:
8985: * src/main/compile.tab.C 1.63:
8986: * src/main/compile.y 1.191:
8987: * src/types/pa_vresponse.C 1.12:
8988: * www/htdocs/index.html 1.135:
8989: cookie date now clean [were mistakenly tainted & that worked
8990: bad with opera -- 'happily' that worked OK with msie]
8991:
8992: * src/main/compile.tab.C 1.64:
8993: * src/main/compile.y 1.192:
8994: * www/htdocs/index.html 1.136:
8995: @method[$name]
8996: now parse error
8997:
8998: * operators.txt 1.82:
8999: * src/main/compile.tab.C 1.66:
9000: * src/main/compile.y 1.194:
9001: * src/main/compile_tools.h 1.65:
9002: * www/htdocs/index.html 1.138:
9003: (expression #comment)
9004:
9005: (multiline expression #comment
9006: line2 #comment
9007: )
9008:
9009: (expression #comment with (brackets) comment) << OK
9010:
9011: * Makefile.in 1.19:
9012: * configure 1.39:
9013: * configure.in 1.39:
9014: * src/include/pa_config_auto.h.in 1.29:
9015: HAVE_WINSOCK_H created in configure.in
9016:
9017: * src/include/pa_config_fixed.h 1.50:
9018: * src/main/pa_socks.C 1.17:
9019: HAVE_WINSOCK_H cheched in pa_socks.C
9020:
9021: 2002-09-12 paf
9022: * src/main/untaint.C 1.105:
9023: * www/htdocs/index.html 1.134:
9024: quoted printable ' ' now =20
9025: and encoding stops before <...>$
9026:
9027: * src/types/pa_vclass.C 1.13:
9028: * src/types/pa_vmail.C 1.28:
9029: * src/types/pa_vobject.C 1.8:
9030: VObject & VClass
9031: get_element
9032: now first looks to fields, next to methods & co
9033: todo: the rest
9034: reason: more speed
9035:
9036: * src/main/untaint.C 1.106:
9037: quoted printable encoding stops before \s*<...>$
9038:
9039: 2002-09-11 paf
9040: * src/main/pa_charset.C 1.30:
9041: * src/targets/cgi/parser3.dsp 1.59:
9042: * www/htdocs/index.html 1.133:
9043: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
9044: forgot to check users of those funcs. not all were using that return value convention
9045:
9046: * etc/parser3.charsets/windows-1254.cfg 1.1:
9047: * src/lib/pcre/ibm-1254.ucm 1.1:
9048: windows-1254 added
9049:
9050: 2002-09-10 paf
9051: * src/classes/op.C 1.106:
9052: * src/main/execute.C 1.265:
9053: * src/types/pa_value.C 1.5:
9054: * src/types/pa_value.h 1.100:
9055: * src/types/pa_vcode_frame.h 1.22:
9056: * src/types/pa_vmethod_frame.h 1.36:
9057: * src/types/pa_wcontext.C 1.23:
9058: * src/types/pa_wcontext.h 1.39:
9059: * src/types/pa_wwrapper.h 1.25:
9060: moved junction kill responsibility to wcontext
9061:
9062: * src/main/execute.C 1.267:
9063: * src/types/pa_value.h 1.101:
9064: * src/types/pa_wwrapper.h 1.26:
9065: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
9066: now has parent, wich helps code in hash to survivi
9067:
9068: * src/include/pa_request.h 1.147:
9069: * src/main/execute.C 1.266:
9070: removed redundant param to execute [stack said 'thanks']
9071:
9072: * src/classes/file.C 1.97:
9073: decided not to log exec's with stderr, that could be warnings,
9074: and it's up to scritper to log/show them
9075:
9076: * src/main/pa_charset.C 1.29:
9077: * src/types/pa_vmail.C 1.27:
9078: * www/htdocs/index.html 1.131:
9079: 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]
9080: tfm readed & code updated
9081:
9082: * src/classes/op.C 1.107:
9083: * src/main/execute.C 1.268:
9084: * src/types/pa_wcontext.h 1.40:
9085: * src/types/pa_wcontext.h 1.41:
9086: VCodeFrame parent param were specified badly
9087:
9088: * src/classes/double.C 1.50:
9089: * src/main/execute.C 1.264:
9090: * www/htdocs/index.html 1.132:
9091: double:sql badly called write_assign_lang, not write_no_lang,
9092: thus doing unnecessary double/string converstion, which were loosing time&precesion
9093:
9094: 2002-09-04 paf
9095: * src/types/pa_vxnode.C 1.25:
9096: * www/htdocs/index.html 1.129:
9097: removed too strong checks of xnode.elements.
9098: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
9099:
9100: * configure 1.37:
9101: * configure.in 1.38:
9102: introducing --with-sjlj-exceptions
9103: [hpux can not work with longjump/throw pair, and one must switch that on there.
9104: todo: detect that automatically]
9105:
9106: * configure 1.38:
9107: makes with sjlj
9108:
9109: * src/include/pa_config_auto.h.in 1.28:
9110: sjlj define
9111:
9112: * INSTALL 1.26:
9113: * src/include/pa_config_fixed.h 1.49:
9114: * src/include/pa_sql_connection.h 1.28:
9115: * src/main/pa_sql_driver_manager.C 1.65:
9116: * www/htdocs/index.html 1.130:
9117: -with-sjlj-exceptions define checked.
9118: on win32 it made default
9119:
9120: 2002-09-02 paf
9121: * Makefile.am 1.7:
9122: * Makefile.in 1.18:
9123: * src/types/pa_vdate.h 1.20:
9124: happy now only install-exec
9125:
9126: * src/types/pa_vdate.h 1.21:
9127: removed debug
9128:
9129: * operators.txt 1.80:
9130: * src/main/execute.C 1.263:
9131: * src/targets/cgi/parser3.dsp 1.58:
9132: * www/htdocs/index.html 1.128:
9133: removed double_result, didn't help
9134:
9135: * src/types/pa_vdate.h 1.22:
9136: *** empty log message ***
9137:
9138: * src/main/execute.C 1.258:
9139: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
9140: this works fine on solaris/intel for still unknown reason.
9141:
9142: * src/main/execute.C 1.261:
9143: double_result made to move that var away from hungry g++ optimizer (-O2),
9144: before: it were optimized and comparison operators worked badly
9145:
9146: 2002-08-29 paf
9147: * parser3.dsw 1.3:
9148: * src/classes/classes.dsp 1.25:
9149: * src/classes/hash.C 1.46:
9150: * src/classes/op.C 1.105:
9151: * src/classes/string.C 1.119:
9152: * src/include/pa_request.h 1.146:
9153: * src/lib/md5/md5.dsp 1.2:
9154: * src/main/execute.C 1.257:
9155: * src/main/main.dsp 1.158:
9156: * src/main/pa_request.C 1.227:
9157: * src/targets/cgi/parser3.dsp 1.57:
9158: * src/types/pa_value.C 1.4:
9159: * src/types/pa_value.h 1.99:
9160: * src/types/pa_vmail.C 1.26:
9161: * src/types/pa_vmethod_frame.h 1.35:
9162: * src/types/pa_wcontext.h 1.38:
9163: * src/types/types.dsp 1.33:
9164: * www/htdocs/index.html 1.127:
9165: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
9166: request.root renamed to method_frame [more easyreading]
9167: ancient {...PUSH/POPs...} changed to stack vars [speed up]
9168:
9169: 2002-08-28 paf
9170: * operators.txt 1.79:
9171: * src/classes/string.C 1.118:
9172: * www/htdocs/derived.p 1.15:
9173: * www/htdocs/index.html 1.124:
9174: ^string.split[delim[;options]]
9175:
9176: * src/types/pa_vcookie.C 1.50:
9177: * www/htdocs/index.html 1.125:
9178: fixed cookie delete when
9179: $cookie:name[$.value[]]
9180:
9181: * src/types/pa_vcookie.C 1.51:
9182: * www/htdocs/index.html 1.126:
9183: $cookie:name[&]
9184: $cookie:name << now tainted
9185:
9186: 2002-08-27 paf
9187: * etc/parser3.charsets/Makefile.am 1.4:
9188: * etc/parser3.charsets/Makefile.in 1.12:
9189: merged from 3.0.0005
9190:
9191: * INSTALL 1.25:
9192: recommended latest gmime 1.0.5
9193:
9194: * operators.txt 1.78:
9195: * src/main/compile.tab.C 1.62:
9196: * src/main/compile.y 1.190:
9197: * www/htdocs/index.html 1.123:
9198: * www/htdocs/mailreceive.eml 1.2:
9199: # now delimiter
9200:
9201: 2002-08-26 paf
9202: * configure 1.36:
9203: * configure.in 1.37:
9204: * src/targets/apache13/Makefile.am 1.14:
9205: * src/targets/apache13/Makefile.in 1.38:
9206: apache13/hook added to make dist.
9207:
9208: 2002-08-23 paf
9209: * src/include/pa_common.h 1.81:
9210: * src/main/pa_common.C 1.118:
9211: * src/targets/cgi/parser3.C 1.197:
9212: * src/targets/isapi/parser3isapi.C 1.79:
9213: * www/htdocs/index.html 1.122:
9214: when auto.p beside binary [cgi, isapi] not accessible [due to
9215: bad rights or whatever] it's error now
9216:
9217: 2002-08-21 paf
9218: * src/main/pa_string.C 1.169:
9219: * www/htdocs/index.html 1.121:
9220: fixed bad language bug, [were wrong string cloning constructor]
9221:
9222: * src/main/compile.tab.C 1.61:
9223: * src/main/compile.y 1.189:
9224: * src/main/compile_tools.C 1.53:
9225: * src/main/compile_tools.h 1.64:
9226: * www/htdocs/derived.p 1.13:
9227: * www/htdocs/derived.p 1.14:
9228: "BASE:"
9229: "BASE::"
9230: syntax allowed, means "base class".
9231: compiled as if here they named base class
9232:
9233: * bin/auto.p.dist.in 1.7:
9234: * src/targets/cgi/parser3.C 1.196:
9235: * src/types/pa_vfile.C 1.34:
9236: * src/types/pa_vmail.C 1.23:
9237: * www/htdocs/mailreceive.eml 1.1:
9238: * www/htdocs/mailreceive.html 1.1:
9239: $mail.received.file.value.content-type fixed
9240:
9241: * Makefile.am 1.6:
9242: * Makefile.in 1.17:
9243: can use:
9244: make happy
9245: equals to
9246: make update install
9247:
9248: * src/main/execute.C 1.256:
9249: * src/types/pa_vobject.h 1.34:
9250: * www/htdocs/base.p 1.3:
9251: * www/htdocs/derived.p 1.12:
9252: * www/htdocs/index.html 1.120:
9253: fixed virtual calls
9254:
9255: 2002-08-20 paf
9256: * operators.txt 1.76:
9257: * src/classes/void.C 1.23:
9258: * www/htdocs/index.html 1.117:
9259: ^void.length[] = 0 merged from 3.0.0005
9260:
9261: * operators.txt 1.77:
9262: * src/classes/void.C 1.24:
9263: * www/htdocs/index.html 1.118:
9264: ^void.pos[...] = -1 merged from 3.0.0005
9265:
9266: * operators.txt [release_3_0_0005] 1.59.2.3:
9267: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
9268: ^void.length[] = 0
9269:
9270: * operators.txt [release_3_0_0005] 1.59.2.4:
9271: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
9272: ^void.pos[...] = -1
9273:
9274: * src/classes/file.C 1.96:
9275: * www/htdocs/index.html 1.119:
9276: fixed language of file:file result
9277:
9278: 2002-08-19 paf
9279: * src/classes/xnode.C 1.49:
9280: * src/classes/xnode.C 1.50:
9281: * src/classes/xnode.C 1.51:
9282: * src/types/pa_vxdoc.C 1.21:
9283: xdoc.fields fixed [were error in xnode, which were not catched
9284: in xdoc]
9285:
9286: * src/classes/xdoc.C 1.99:
9287: xdoc getElementsByTagName, ...NS
9288: overriden, work now
9289:
9290: * src/include/pa_stylesheet_connection.h 1.31:
9291: * src/main/pa_globals.C 1.138:
9292: prepared:
9293: // validate each document after load/create (?)
9294: //xmlDoValidityCheckingDefaultValue = 1;
9295:
9296: 2002-08-15 paf
9297: * src/types/pa_vrequest.C 1.25:
9298: * www/htdocs/index.html 1.113:
9299: $request:body unprecessed POST request
9300:
9301: * operators.txt 1.71:
9302: * src/classes/form.C 1.31:
9303: * src/include/pa_pool.h 1.84:
9304: * src/include/pa_request.h 1.145:
9305: * src/main/pa_pool.C 1.56:
9306: * src/types/pa_vform.C 1.66:
9307: * src/types/pa_vform.h 1.41:
9308: * www/htdocs/.htaccess 1.7:
9309: planning/preparing_to $request:body
9310: r.post_data now const
9311:
9312: * src/classes/image.C 1.75:
9313: * src/classes/op.C 1.104:
9314: * src/classes/xdoc.C 1.98:
9315: * src/classes/xnode.C 1.48:
9316: * src/main/execute.C 1.255:
9317: * src/types/pa_value.h 1.97:
9318: * src/types/pa_vhash.h 1.39:
9319: * src/types/pa_vobject.C 1.7:
9320: * src/types/pa_vobject.h 1.33:
9321: * src/types/pa_vtable.h 1.46:
9322: * www/htdocs/index.html 1.111:
9323: instead of type() checking everywhere used Value.as
9324: now user descendants can be used in params.
9325:
9326: VObject::as_*, is_defined now taken from bases.
9327: xtable(table)
9328: ^if($xtable) now OK
9329:
9330: * operators.txt 1.73:
9331: * src/include/pa_common.h 1.80:
9332: * src/main/pa_common.C 1.117:
9333: * src/types/pa_vcookie.C 1.49:
9334: * src/types/pa_vdate.h 1.19:
9335: * src/types/pa_vresponse.C 1.11:
9336: * src/types/pa_vresponse.h 1.29:
9337: * www/htdocs/index.html 1.115:
9338: $response:field[date]
9339: $response:field[$.xxx[date]]
9340:
9341: * src/types/pa_value.h 1.98:
9342: * src/types/pa_vdate.h 1.18:
9343: * src/types/pa_vrequest.C 1.24:
9344: * src/types/pa_vxdoc.C 1.20:
9345: * src/types/pa_vxnode.C 1.24:
9346: * www/htdocs/index.html 1.112:
9347: few barks:
9348: bark("%s field not found", 0, &aname)
9349:
9350: * src/classes/hash.C 1.45:
9351: * src/classes/string.C 1.117:
9352: * src/classes/table.C 1.160:
9353: * src/classes/void.C 1.22:
9354: * src/include/pa_sql_connection.h 1.27:
9355: * www/htdocs/index.html 1.114:
9356: fixed source of ^hash::sql{bad}
9357:
9358: * src/classes/classes.h 1.22:
9359: * www/htdocs/index.html 1.116:
9360: write to static var caused useless Exception, introduced
9361: Methoded::put_element wich consumes those
9362:
9363: * src/main/execute.C 1.254:
9364: * src/types/pa_value.h 1.96:
9365: * src/types/pa_vclass.C 1.12:
9366: * src/types/pa_vclass.h 1.37:
9367: * src/types/pa_vobject.C 1.6:
9368: * src/types/pa_vobject.h 1.32:
9369: * src/types/pa_vxdoc.C 1.19:
9370: * src/types/pa_vxdoc.h 1.29:
9371: is->as
9372:
9373: * operators.txt 1.72:
9374: $request:body unprecessed POST request body
9375:
9376: 2002-08-14 paf
9377: * src/targets/cgi/Makefile.am 1.41:
9378: * src/targets/cgi/fixopt.C 1.1:
9379: * src/targets/cgi/fixopt.C 1.2:
9380: * src/targets/cgi/fixopt.h 1.1:
9381: * src/targets/cgi/parser3.C 1.194:
9382: * src/targets/cgi/parser3.dsp 1.55:
9383: fixopt now preprocesses command line params, splitting them by
9384: space, excluding argv[0], argv[argc-1]
9385:
9386: * src/classes/xnode.h 1.16:
9387: * src/main/execute.C 1.253:
9388: * src/targets/cgi/parser3.dsp 1.56:
9389: * src/types/pa_value.h 1.95:
9390: * src/types/pa_vclass.C 1.11:
9391: * src/types/pa_vclass.h 1.36:
9392: * src/types/pa_vcode_frame.h 1.21:
9393: * src/types/pa_vcookie.C 1.48:
9394: * src/types/pa_vcookie.h 1.21:
9395: * src/types/pa_vdate.h 1.17:
9396: * src/types/pa_venv.h 1.26:
9397: * src/types/pa_vfile.h 1.49:
9398: * src/types/pa_vform.C 1.65:
9399: * src/types/pa_vform.h 1.40:
9400: * src/types/pa_vhash.h 1.38:
9401: * src/types/pa_vimage.h 1.31:
9402: * src/types/pa_vmail.C 1.22:
9403: * src/types/pa_vmail.h 1.6:
9404: * src/types/pa_vmath.h 1.12:
9405: * src/types/pa_vmethod_frame.h 1.34:
9406: * src/types/pa_vobject.C 1.5:
9407: * src/types/pa_vobject.h 1.31:
9408: * src/types/pa_vrequest.C 1.23:
9409: * src/types/pa_vrequest.h 1.23:
9410: * src/types/pa_vresponse.C 1.10:
9411: * src/types/pa_vresponse.h 1.28:
9412: * src/types/pa_vstateless_class.h 1.34:
9413: * src/types/pa_vstateless_object.h 1.25:
9414: * src/types/pa_vstatus.C 1.12:
9415: * src/types/pa_vstatus.h 1.13:
9416: * src/types/pa_vstring.h 1.52:
9417: * src/types/pa_vtable.C 1.19:
9418: * src/types/pa_vtable.h 1.45:
9419: * src/types/pa_vvoid.h 1.14:
9420: * src/types/pa_vxdoc.C 1.18:
9421: * src/types/pa_vxdoc.h 1.28:
9422: * src/types/pa_vxnode.C 1.23:
9423: * src/types/pa_vxnode.h 1.20:
9424: * src/types/pa_wwrapper.h 1.24:
9425: * www/htdocs/index.html 1.110:
9426: is now works with VObject & VClass
9427:
9428: * src/types/pa_vmail.C 1.21:
9429: mail: turned off utf8 to source transcoding
9430:
9431: * src/targets/cgi/parser3.C 1.193:
9432: -f config file
9433:
9434: * src/targets/cgi/Makefile.am 1.42:
9435: * src/targets/cgi/fixopt.C 1.3:
9436: * src/targets/cgi/fixopt.h 1.2:
9437: * src/targets/cgi/parser3.C 1.195:
9438: removed fixopt stupidity. on stupid linux use
9439: cd /document/root
9440: ../cgi/parser3 script
9441:
9442: * src/targets/cgi/Makefile.in 1.52:
9443: * src/targets/cgi/Makefile.in 1.53:
9444: *** empty log message ***
9445:
9446: * src/targets/cgi/parser3.C 1.192:
9447: * www/htdocs/auto.p 1.17:
9448: * www/htdocs/derived.p 1.11:
9449: * www/htdocs/index.html 1.109:
9450: fixed .log file dir
9451:
9452: 2002-08-13 paf
9453: * www/htdocs/derived.p 1.7:
9454: sample: dont convinient that table fields can be overridden
9455:
9456: * src/types/Makefile.in 1.43:
9457: added vobject.c & vclass
9458:
9459: * src/types/Makefile.in 1.42:
9460: VAliased removed
9461:
9462: * src/types/pa_vclass.C 1.9:
9463: * www/htdocs/derived.p 1.9:
9464: checked: form[vclass]fields can be overwritten in derived(table)
9465:
9466: * src/types/Makefile.am 1.26:
9467: * src/types/pa_vclass.C 1.7:
9468: * src/types/pa_vclass.h 1.34:
9469: * src/types/pa_vobject.C 1.1:
9470: * src/types/pa_vobject.h 1.29:
9471: * src/types/types.dsp 1.32:
9472: reorganized modules
9473: todo: fix bug with put endless recoursion
9474: todo: check 'as'
9475:
9476: * src/types/pa_vclass.C 1.10:
9477: * www/htdocs/index.html 1.107:
9478: allow override parent variables, useful for form descendants
9479:
9480: * src/types/pa_vobject.C 1.4:
9481: * www/htdocs/derived.p 1.10:
9482: * www/htdocs/index.html 1.108:
9483: allow override parent variables, useful for form descendants [
9484: in vobject too, were in vclass]
9485:
9486: * src/classes/form.C 1.30:
9487: * src/classes/mail.C 1.78:
9488: * src/classes/op.C 1.103:
9489: * src/classes/xnode.h 1.15:
9490: * src/include/pa_request.h 1.144:
9491: * src/main/execute.C 1.252:
9492: * src/main/pa_request.C 1.226:
9493: * src/types/pa_value.h 1.94:
9494: * src/types/pa_vclass.C 1.8:
9495: * src/types/pa_vclass.h 1.35:
9496: * src/types/pa_vcode_frame.h 1.20:
9497: * src/types/pa_vcookie.C 1.47:
9498: * src/types/pa_vcookie.h 1.20:
9499: * src/types/pa_vdate.h 1.16:
9500: * src/types/pa_venv.h 1.25:
9501: * src/types/pa_vfile.h 1.48:
9502: * src/types/pa_vform.C 1.64:
9503: * src/types/pa_vform.h 1.39:
9504: * src/types/pa_vhash.h 1.37:
9505: * src/types/pa_vimage.h 1.30:
9506: * src/types/pa_vmail.C 1.20:
9507: * src/types/pa_vmail.h 1.5:
9508: * src/types/pa_vmath.h 1.11:
9509: * src/types/pa_vmethod_frame.h 1.33:
9510: * src/types/pa_vobject.C 1.3:
9511: * src/types/pa_vobject.h 1.30:
9512: * src/types/pa_vrequest.C 1.22:
9513: * src/types/pa_vrequest.h 1.22:
9514: * src/types/pa_vresponse.C 1.9:
9515: * src/types/pa_vresponse.h 1.27:
9516: * src/types/pa_vstateless_class.h 1.33:
9517: * src/types/pa_vstateless_object.h 1.24:
9518: * src/types/pa_vstatus.C 1.11:
9519: * src/types/pa_vstatus.h 1.12:
9520: * src/types/pa_vstring.h 1.51:
9521: * src/types/pa_vtable.C 1.18:
9522: * src/types/pa_vtable.h 1.44:
9523: * src/types/pa_vvoid.h 1.13:
9524: * src/types/pa_vxdoc.C 1.17:
9525: * src/types/pa_vxdoc.h 1.27:
9526: * src/types/pa_vxnode.C 1.22:
9527: * src/types/pa_vxnode.h 1.19:
9528: * src/types/pa_wwrapper.h 1.23:
9529: introduced Value::get_element(..., bool looking_down) [needed
9530: to exclude endless recoursion]
9531:
9532: * src/classes/table.C 1.159:
9533: * src/types/pa_vtable.C 1.17:
9534: * src/types/pa_vtable.h 1.43:
9535: * www/htdocs/derived.p 1.5:
9536: fixed error message on using non-created table
9537:
9538: * src/classes/form.C 1.29:
9539: * src/classes/hash.C 1.44:
9540: * src/classes/mail.C 1.77:
9541: * src/classes/op.C 1.102:
9542: * src/classes/xnode.h 1.14:
9543: * src/include/pa_request.h 1.143:
9544: * src/main/compile.C 1.66:
9545: * src/main/compile.tab.C 1.60:
9546: * src/main/execute.C 1.251:
9547: * src/main/pa_request.C 1.225:
9548: * src/types/pa_value.h 1.93:
9549: * src/types/pa_vclass.h 1.33:
9550: * src/types/pa_vcode_frame.h 1.19:
9551: * src/types/pa_vcookie.C 1.46:
9552: * src/types/pa_vcookie.h 1.19:
9553: * src/types/pa_vdate.h 1.15:
9554: * src/types/pa_venv.h 1.24:
9555: * src/types/pa_vfile.h 1.47:
9556: * src/types/pa_vform.C 1.63:
9557: * src/types/pa_vform.h 1.38:
9558: * src/types/pa_vhash.h 1.36:
9559: * src/types/pa_vimage.C 1.20:
9560: * src/types/pa_vimage.h 1.29:
9561: * src/types/pa_vmail.C 1.19:
9562: * src/types/pa_vmail.h 1.4:
9563: * src/types/pa_vmath.h 1.10:
9564: * src/types/pa_vmethod_frame.h 1.32:
9565: * src/types/pa_vobject.h 1.26:
9566: * src/types/pa_vrequest.C 1.20:
9567: * src/types/pa_vrequest.h 1.20:
9568: * src/types/pa_vresponse.C 1.8:
9569: * src/types/pa_vresponse.h 1.26:
9570: * src/types/pa_vstateless_class.h 1.32:
9571: * src/types/pa_vstateless_object.h 1.23:
9572: * src/types/pa_vstatus.C 1.10:
9573: * src/types/pa_vstatus.h 1.11:
9574: * src/types/pa_vstring.h 1.50:
9575: * src/types/pa_vtable.C 1.16:
9576: * src/types/pa_vtable.h 1.42:
9577: * src/types/pa_vvoid.h 1.12:
9578: * src/types/pa_vxdoc.C 1.16:
9579: * src/types/pa_vxdoc.h 1.26:
9580: * src/types/pa_vxnode.C 1.21:
9581: * src/types/pa_vxnode.h 1.18:
9582: * src/types/pa_wwrapper.h 1.22:
9583: * www/htdocs/derived.p 1.4:
9584: VObject.get/out now looking down/up tree
9585: todo: fix error message on non-constructed parents
9586:
9587: * src/types/pa_vobject.h 1.28:
9588: * www/htdocs/derived.p 1.8:
9589: checked: table fields can be overwritten in derived(table)
9590:
9591: * src/types/pa_vobject.h 1.27:
9592: * www/htdocs/derived.p 1.6:
9593: * www/htdocs/index.html 1.106:
9594: derived classes can have fields of their own now
9595:
9596: 2002-08-12 paf
9597: * src/main/compile.tab.C 1.59:
9598: * src/main/compile.y 1.188:
9599: * src/main/execute.C 1.249:
9600: * src/main/execute.C 1.250:
9601: * src/main/pa_request.C 1.224:
9602: * src/types/Makefile.am 1.25:
9603: * src/types/pa_valiased.C 1.17:
9604: * src/types/pa_valiased.h 1.23:
9605: * src/types/pa_value.h 1.92:
9606: * src/types/pa_vclass.h 1.32:
9607: * src/types/pa_vobject.h 1.25:
9608: * src/types/pa_vstateless_class.h 1.30:
9609: * src/types/pa_vstateless_object.h 1.21:
9610: * src/types/pa_wcontext.h 1.37:
9611: ^base:create[] dynamic call rewritten
9612: todo: thorough testing
9613:
9614: * src/types/pa_value.h 1.91:
9615: * src/types/pa_vclass.h 1.31:
9616: * src/types/pa_vobject.h 1.24:
9617: * www/htdocs/base.p 1.1:
9618: * www/htdocs/derived.p 1.1:
9619: VObject ctor now instantates base class, remembers it and saves child in parent
9620: VObject.get_class now returns last child = downward virtual calls OK
9621:
9622: * src/types/pa_vstateless_class.h 1.31:
9623: * src/types/pa_vstateless_object.h 1.22:
9624: * www/htdocs/derived.p 1.3:
9625: table derived OK
9626:
9627: * src/main/pa_request.C 1.223:
9628: response:body[file] content-type check fixed [were bad when
9629: content-type is hash]
9630:
9631: * bin/auto.p.dist.in 1.5:
9632: fixed sendmail default comment
9633:
9634: * src/main/execute.C 1.248:
9635: * src/types/pa_value.h 1.90:
9636: * src/types/pa_vclass.h 1.30:
9637: * src/types/pa_vdate.h 1.14:
9638: * src/types/pa_vdouble.h 1.40:
9639: * src/types/pa_vfile.h 1.46:
9640: * src/types/pa_vimage.h 1.28:
9641: * src/types/pa_vint.h 1.37:
9642: * src/types/pa_vmethod_frame.h 1.31:
9643: * src/types/pa_vobject.h 1.23:
9644: * src/types/pa_vresponse.h 1.25:
9645: * src/types/pa_vstateless_class.h 1.29:
9646: * src/types/pa_vstateless_object.h 1.20:
9647: * src/types/pa_vstring.h 1.49:
9648: * src/types/pa_vtable.h 1.41:
9649: * src/types/pa_vxdoc.h 1.25:
9650: * src/types/pa_vxnode.h 1.17:
9651: * src/types/pa_wcontext.h 1.36:
9652: * src/types/types.dsp 1.31:
9653: * www/htdocs/index.html 1.105:
9654: killed VAliased [redundant], moved $CLASS to VObject only [
9655: parser class instance]
9656:
9657: * bin/auto.p.dist.in 1.6:
9658: more like in dist on parser.ru
9659:
9660: * www/htdocs/base.p 1.2:
9661: * www/htdocs/derived.p 1.2:
9662: not good - along upward-virtual call self eq child
9663:
9664: 2002-08-09 paf
9665: * src/main/execute.C 1.247:
9666: * src/types/pa_value.h 1.89:
9667: * src/types/pa_vclass.h 1.29:
9668: * src/types/pa_vobject.h 1.22:
9669: * src/types/pa_vxdoc.h 1.24:
9670: * www/htdocs/index.html 1.104:
9671: started as()
9672:
9673: 2002-08-08 paf
9674: * src/classes/mail.C 1.76:
9675: * src/types/pa_vmail.C 1.18:
9676: * www/htdocs/auto.p 1.16:
9677: * www/htdocs/index.html 1.98:
9678: in letter texts one can use tainted data now. only she must specify the language.
9679:
9680: ^mail:send[
9681: $.from[paf@mail.design.ru]
9682: $.to[paf@mail.design.ru]
9683: $.subject[^taint[uri][москва]=2]
9684: $.text[^taint[uri][москва]=]
9685: ]
9686:
9687: * operators.txt 1.67:
9688: * src/include/pa_string.h 1.142:
9689: * src/include/pa_string.h 1.143:
9690: * src/main/pa_string.C 1.168:
9691: * www/htdocs/index.html 1.95:
9692: String::first_char now not fails on empty strings
9693: ^if(-f '') now ok and in 3 other places.
9694:
9695: * src/classes/file.C 1.95:
9696: * src/classes/op.C 1.101:
9697: * src/types/pa_vfile.C 1.33:
9698: * www/htdocs/index.html 1.96:
9699: * www/htdocs/index.html 1.97:
9700: ^process now prints more precise origin
9701:
9702: * operators.txt 1.68:
9703: * src/types/pa_vdate.h 1.13:
9704: * www/htdocs/index.html 1.99:
9705: $date.yearday
9706: $date.daylightsaving
9707:
9708: * src/main/execute.C 1.246:
9709: * www/htdocs/index.html 1.100:
9710: error reporting on object writes to MAIN improved [were ruind
9711: with fixing $obj[^if(1){$obj}] ]
9712:
9713: * operators.txt 1.69:
9714: * operators.txt 1.70:
9715: * src/classes/date.C 1.36:
9716: * src/include/pa_globals.h 1.94:
9717: * src/main/pa_globals.C 1.137:
9718: * www/htdocs/index.html 1.101:
9719: * www/htdocs/index.html 1.102:
9720: year column in month calendar [week year]
9721:
9722: 2002-08-07 paf
9723: * src/classes/classes.dsp 1.24:
9724: * src/classes/gd/gd.dsp 1.26:
9725: * src/classes/smtp/smtp.dsp 1.22:
9726: * src/classes/table.C 1.158:
9727: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
9728: * src/main/pa_array.C 1.52:
9729: * src/types/types.dsp 1.30:
9730: * www/htdocs/index.html 1.91:
9731: all Debug dirs in .dsp now named 'Debug'
9732:
9733: * src/classes/string.C 1.116:
9734: * src/main/pa_string.C 1.166:
9735: * src/main/pa_string.C 1.167:
9736: * www/htdocs/index.html 1.93:
9737: * www/htdocs/index.html 1.94:
9738: ^string.mid(0;bad) fixed
9739:
9740: * operators.txt 1.66:
9741: * src/classes/op.C 1.100:
9742: cache...{...^cache<<to past...} now erasing cache file [there
9743: were bad check on that]
9744:
9745: * operators.txt 1.65:
9746: * src/classes/mail.C 1.75:
9747: exception_type email.send
9748:
9749: * src/types/pa_vmail.C 1.16:
9750: * www/htdocs/global.xsl 1.8:
9751: * www/htdocs/index.html 1.89:
9752: mail:send empty email checked
9753:
9754: * src/main/execute.C 1.245:
9755: * src/types/pa_vcode_frame.h 1.17:
9756: * src/types/pa_vcode_frame.h 1.18:
9757: * src/types/pa_vmethod_frame.h 1.30:
9758: * src/types/pa_wcontext.C 1.22:
9759: * src/types/pa_wcontext.h 1.35:
9760: * src/types/pa_wwrapper.h 1.21:
9761: * www/htdocs/index.html 1.92:
9762: vcodeframe were mistakenly not completely transparent to object writes.
9763: $hash[^if(1){$hash}] now works
9764:
9765: * operators.txt 1.64:
9766: * src/types/pa_vmail.C 1.17:
9767: * www/htdocs/index.html 1.90:
9768: exception_type email.format
9769:
9770: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
9771: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
9772: all included into dist
9773:
9774: 2002-08-06 paf
9775: * src/classes/file.C 1.93:
9776: * src/include/pa_globals.h 1.93:
9777: * src/main/pa_globals.C 1.136:
9778: * src/main/pa_request.C 1.222:
9779: * src/types/pa_vfile.C 1.32:
9780: * src/types/pa_vfile.h 1.45:
9781: * www/htdocs/index.html 1.85:
9782: $file.content-type [instead of .mime-type]
9783: now works for file::stat also
9784:
9785: * src/main/pa_request.C 1.221:
9786: * www/htdocs/index.html 1.84:
9787: case insensitive mime_type_of
9788:
9789: * src/classes/file.C 1.94:
9790: * www/htdocs/index.html 1.86:
9791: $f[file::cgi]
9792: $f.UPPER case fields
9793:
9794: * operators.txt 1.62:
9795: * operators.txt 1.63:
9796: * src/classes/table.C 1.157:
9797: * src/include/pa_array.h 1.56:
9798: * src/include/pa_table.h 1.47:
9799: * src/main/pa_array.C 1.51:
9800: * src/main/pa_table.C 1.50:
9801: * www/htdocs/index.html 1.88:
9802: ^table::create[$source;$.options]
9803: ^table::join[$source;$.options]
9804:
9805: * bin/auto.p.dist.in 1.4:
9806: jpeg
9807:
9808: * operators.txt 1.61:
9809: * src/classes/hash.C 1.43:
9810: * src/classes/string.C 1.115:
9811: * src/classes/table.C 1.156:
9812: * www/htdocs/index.html 1.87:
9813: sql options can be string now
9814: ^xxx:sql{...}[
9815: # $.default()
9816: }
9817:
9818: 2002-08-05 paf
9819: * src/classes/date.C 1.34:
9820: * src/include/pa_globals.h 1.92:
9821: * src/main/pa_globals.C 1.135:
9822: month calendar week column [ISO 8601 Week Numbers]
9823:
9824: * operators.txt 1.60:
9825: comment on date:calendar week column
9826:
9827: * src/types/pa_vxnode.C 1.20:
9828: xnode.childNodes now 0... [were 1...]
9829:
9830: * src/main/pa_common.C 1.113:
9831: * src/main/pa_common.C 1.114:
9832: * src/main/pa_common.C 1.115:
9833: * src/main/pa_common.C 1.116:
9834: write checked
9835:
9836: * src/types/pa_vmail.C 1.15:
9837: file buffer relocated to parser heap
9838:
9839: * src/classes/date.C 1.35:
9840: +1 buf size for stupid snprintfs
9841:
9842: 2002-08-02 paf
9843: * operators.txt 1.59:
9844: * src/main/pa_request.C 1.220:
9845: * src/types/pa_vform.C 1.61:
9846: * www/htdocs/index.html 1.83:
9847: response transcoded source->client only when text/* or simple
9848: onoverridden $response:body
9849:
9850: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
9851: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
9852: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
9853: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
9854: removed #define DEBUG*
9855:
9856: * src/Makefile.in 1.50:
9857: * src/classes/Makefile.in 1.48:
9858: * src/classes/gd/Makefile.in 1.38:
9859: * src/main/Makefile.in 1.44:
9860: * src/targets/apache13/Makefile.in 1.37:
9861: * src/targets/cgi/Makefile.in 1.51:
9862: * src/types/Makefile.in 1.41:
9863: *** empty log message ***
9864:
9865: * src/types/pa_vclass.h 1.28:
9866: * src/types/pa_vform.C 1.62:
9867: * src/types/pa_vobject.h 1.21:
9868: opera multipart post fixed
9869:
9870: * configure [release_3_0_0005] 1.35.2.1:
9871: * configure.in [release_3_0_0005] 1.36.2.1:
9872: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
9873: release 3_0_0005
9874:
9875: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
9876: unhandled_exception comments
9877:
9878: 2002-08-01 paf
9879: * src/classes/classes.C 1.17:
9880: * src/classes/classes.h 1.21:
9881: * src/classes/date.C 1.33:
9882: * src/classes/double.C 1.49:
9883: * src/classes/file.C 1.92:
9884: * src/classes/form.C 1.28:
9885: * src/classes/gd/gif.C 1.28:
9886: * src/classes/gd/gif.h 1.22:
9887: * src/classes/gd/gifio.C 1.20:
9888: * src/classes/hash.C 1.42:
9889: * src/classes/image.C 1.74:
9890: * src/classes/int.C 1.46:
9891: * src/classes/mail.C 1.74:
9892: * src/classes/math.C 1.23:
9893: * src/classes/op.C 1.99:
9894: * src/classes/response.C 1.21:
9895: * src/classes/smtp/comms.C 1.10:
9896: * src/classes/smtp/smtp.C 1.13:
9897: * src/classes/smtp/smtp.h 1.10:
9898: * src/classes/string.C 1.114:
9899: * src/classes/table.C 1.155:
9900: * src/classes/void.C 1.21:
9901: * src/classes/xdoc.C 1.97:
9902: * src/classes/xnode.C 1.47:
9903: * src/classes/xnode.h 1.13:
9904: * src/include/pa_array.h 1.55:
9905: * src/include/pa_cache_managers.h 1.8:
9906: * src/include/pa_charset.h 1.18:
9907: * src/include/pa_charsets.h 1.7:
9908: * src/include/pa_common.h 1.79:
9909: * src/include/pa_config_fixed.h 1.48:
9910: * src/include/pa_dictionary.h 1.12:
9911: * src/include/pa_dir.h 1.12:
9912: * src/include/pa_exception.h 1.37:
9913: * src/include/pa_exec.h 1.10:
9914: * src/include/pa_globals.h 1.91:
9915: * src/include/pa_hash.h 1.57:
9916: * src/include/pa_opcode.h 1.20:
9917: * src/include/pa_pool.h 1.83:
9918: * src/include/pa_request.h 1.142:
9919: * src/include/pa_sapi.h 1.21:
9920: * src/include/pa_socks.h 1.10:
9921: * src/include/pa_sql_connection.h 1.26:
9922: * src/include/pa_sql_driver_manager.h 1.25:
9923: * src/include/pa_stack.h 1.16:
9924: * src/include/pa_string.h 1.141:
9925: * src/include/pa_stylesheet_connection.h 1.30:
9926: * src/include/pa_stylesheet_manager.h 1.14:
9927: * src/include/pa_table.h 1.46:
9928: * src/include/pa_threads.h 1.25:
9929: * src/include/pa_types.h 1.43:
9930: * src/include/pa_uue.h 1.3:
9931: * src/lib/md5/pa_md5.h 1.4:
9932: * src/lib/md5/pa_md5c.c 1.5:
9933: * src/lib/pcre/pcre_parser_ctype.c 1.2:
9934: * src/main/compile.C 1.65:
9935: * src/main/compile.tab.C 1.58:
9936: * src/main/compile_tools.C 1.52:
9937: * src/main/compile_tools.h 1.63:
9938: * src/main/execute.C 1.244:
9939: * src/main/pa_array.C 1.50:
9940: * src/main/pa_cache_managers.C 1.6:
9941: * src/main/pa_charset.C 1.28:
9942: * src/main/pa_charsets.C 1.10:
9943: * src/main/pa_common.C 1.112:
9944: * src/main/pa_dictionary.C 1.16:
9945: * src/main/pa_dir.C 1.13:
9946: * src/main/pa_exception.C 1.42:
9947: * src/main/pa_exec.C 1.39:
9948: * src/main/pa_globals.C 1.134:
9949: * src/main/pa_hash.C 1.52:
9950: * src/main/pa_pool.C 1.55:
9951: * src/main/pa_request.C 1.219:
9952: * src/main/pa_socks.C 1.16:
9953: * src/main/pa_sql_driver_manager.C 1.64:
9954: * src/main/pa_string.C 1.165:
9955: * src/main/pa_stylesheet_manager.C 1.15:
9956: * src/main/pa_table.C 1.49:
9957: * src/main/pa_uue.C 1.3:
9958: * src/main/untaint.C 1.104:
9959: * src/sql/pa_sql_driver.h 1.28:
9960: * src/targets/apache13/mod_parser3.C 1.26:
9961: * src/targets/apache13/pa_md5c.c 1.4:
9962: * src/targets/apache13/pa_pool.C 1.7:
9963: * src/targets/apache13/pa_threads.C 1.10:
9964: * src/targets/cgi/pa_pool.C 1.40:
9965: * src/targets/cgi/pa_threads.C 1.11:
9966: * src/targets/cgi/parser3.C 1.190:
9967: * src/targets/cgi/pool_storage.h 1.12:
9968: * src/targets/isapi/pa_pool.C 1.15:
9969: * src/targets/isapi/pa_threads.C 1.12:
9970: * src/targets/isapi/parser3isapi.C 1.78:
9971: * src/targets/isapi/pool_storage.h 1.18:
9972: * src/types/pa_valiased.C 1.16:
9973: * src/types/pa_valiased.h 1.22:
9974: * src/types/pa_value.C 1.3:
9975: * src/types/pa_value.h 1.88:
9976: * src/types/pa_vbool.h 1.20:
9977: * src/types/pa_vclass.h 1.27:
9978: * src/types/pa_vcode_frame.h 1.16:
9979: * src/types/pa_vcookie.C 1.45:
9980: * src/types/pa_vcookie.h 1.18:
9981: * src/types/pa_vdate.h 1.12:
9982: * src/types/pa_vdouble.h 1.39:
9983: * src/types/pa_venv.h 1.23:
9984: * src/types/pa_vfile.C 1.31:
9985: * src/types/pa_vfile.h 1.44:
9986: * src/types/pa_vform.C 1.60:
9987: * src/types/pa_vform.h 1.37:
9988: * src/types/pa_vhash.h 1.35:
9989: * src/types/pa_vimage.C 1.19:
9990: * src/types/pa_vimage.h 1.27:
9991: * src/types/pa_vint.h 1.36:
9992: * src/types/pa_vjunction.h 1.15:
9993: * src/types/pa_vmail.C 1.14:
9994: * src/types/pa_vmail.h 1.3:
9995: * src/types/pa_vmath.h 1.9:
9996: * src/types/pa_vmethod_frame.h 1.29:
9997: * src/types/pa_vobject.h 1.20:
9998: * src/types/pa_vrequest.C 1.19:
9999: * src/types/pa_vrequest.h 1.19:
10000: * src/types/pa_vresponse.C 1.7:
10001: * src/types/pa_vresponse.h 1.24:
10002: * src/types/pa_vstateless_class.C 1.15:
10003: * src/types/pa_vstateless_class.h 1.28:
10004: * src/types/pa_vstateless_object.h 1.19:
10005: * src/types/pa_vstatus.C 1.9:
10006: * src/types/pa_vstatus.h 1.10:
10007: * src/types/pa_vstring.C 1.21:
10008: * src/types/pa_vstring.h 1.48:
10009: * src/types/pa_vtable.C 1.15:
10010: * src/types/pa_vtable.h 1.40:
10011: * src/types/pa_vvoid.h 1.11:
10012: * src/types/pa_vxdoc.C 1.15:
10013: * src/types/pa_vxdoc.h 1.23:
10014: * src/types/pa_vxnode.C 1.19:
10015: * src/types/pa_vxnode.h 1.16:
10016: * src/types/pa_wcontext.C 1.21:
10017: * src/types/pa_wcontext.h 1.34:
10018: * src/types/pa_wwrapper.h 1.20:
1.26 paf 10019: $Date: now$
1.15 paf 10020:
10021: * src/Makefile.am 1.17:
10022: * src/classes/Makefile.am 1.40:
10023: * src/classes/classes.C 1.16:
10024: * src/classes/classes.dsp 1.23:
10025: * src/classes/classes.h 1.20:
10026: * src/classes/date.C 1.32:
10027: * src/classes/double.C 1.48:
10028: * src/classes/file.C 1.91:
10029: * src/classes/form.C 1.27:
10030: * src/classes/gd/Makefile.am 1.10:
10031: * src/classes/gd/gd.dsp 1.25:
10032: * src/classes/gd/gif.C 1.27:
10033: * src/classes/gd/gif.h 1.21:
10034: * src/classes/gd/gifio.C 1.19:
10035: * src/classes/hash.C 1.41:
10036: * src/classes/image.C 1.73:
10037: * src/classes/int.C 1.45:
10038: * src/classes/mail.C 1.73:
10039: * src/classes/math.C 1.22:
10040: * src/classes/op.C 1.98:
10041: * src/classes/response.C 1.20:
10042: * src/classes/smtp/comms.C 1.9:
10043: * src/classes/smtp/smtp.C 1.12:
10044: * src/classes/smtp/smtp.dsp 1.21:
10045: * src/classes/smtp/smtp.h 1.9:
10046: * src/classes/string.C 1.113:
10047: * src/classes/table.C 1.154:
10048: * src/classes/void.C 1.20:
10049: * src/classes/xdoc.C 1.96:
10050: * src/classes/xnode.C 1.46:
10051: * src/classes/xnode.h 1.12:
10052: * src/include/pa_array.h 1.54:
10053: * src/include/pa_cache_managers.h 1.7:
10054: * src/include/pa_charset.h 1.17:
10055: * src/include/pa_charsets.h 1.6:
10056: * src/include/pa_common.h 1.78:
10057: * src/include/pa_config_fixed.h 1.47:
10058: * src/include/pa_config_includes.h 1.20:
10059: * src/include/pa_dictionary.h 1.11:
10060: * src/include/pa_dir.h 1.11:
10061: * src/include/pa_exception.h 1.36:
10062: * src/include/pa_exec.h 1.9:
10063: * src/include/pa_globals.h 1.90:
10064: * src/include/pa_hash.h 1.56:
10065: * src/include/pa_opcode.h 1.19:
10066: * src/include/pa_pool.h 1.82:
10067: * src/include/pa_pragma_pack_begin.h 1.5:
10068: * src/include/pa_pragma_pack_end.h 1.5:
10069: * src/include/pa_request.h 1.141:
10070: * src/include/pa_sapi.h 1.20:
10071: * src/include/pa_socks.h 1.9:
10072: * src/include/pa_sql_connection.h 1.25:
10073: * src/include/pa_sql_driver_manager.h 1.24:
10074: * src/include/pa_stack.h 1.15:
10075: * src/include/pa_string.h 1.140:
10076: * src/include/pa_stylesheet_connection.h 1.29:
10077: * src/include/pa_stylesheet_manager.h 1.13:
10078: * src/include/pa_table.h 1.45:
10079: * src/include/pa_threads.h 1.24:
10080: * src/include/pa_types.h 1.42:
10081: * src/include/pa_uue.h 1.2:
10082: * src/lib/md5/pa_md5.h 1.3:
10083: * src/lib/md5/pa_md5c.c 1.4:
10084: * src/main/Makefile.am 1.34:
10085: * src/main/compile.C 1.64:
10086: * src/main/compile_tools.C 1.51:
10087: * src/main/compile_tools.h 1.62:
10088: * src/main/execute.C 1.243:
10089: * src/main/main.dsp 1.157:
10090: * src/main/pa_array.C 1.49:
10091: * src/main/pa_cache_managers.C 1.5:
10092: * src/main/pa_charset.C 1.27:
10093: * src/main/pa_charsets.C 1.9:
10094: * src/main/pa_common.C 1.111:
10095: * src/main/pa_dictionary.C 1.15:
10096: * src/main/pa_dir.C 1.12:
10097: * src/main/pa_exception.C 1.41:
10098: * src/main/pa_exec.C 1.38:
10099: * src/main/pa_globals.C 1.133:
10100: * src/main/pa_hash.C 1.51:
10101: * src/main/pa_pool.C 1.54:
10102: * src/main/pa_request.C 1.218:
10103: * src/main/pa_socks.C 1.15:
10104: * src/main/pa_sql_driver_manager.C 1.63:
10105: * src/main/pa_string.C 1.164:
10106: * src/main/pa_stylesheet_manager.C 1.14:
10107: * src/main/pa_table.C 1.48:
10108: * src/main/pa_uue.C 1.2:
10109: * src/main/untaint.C 1.103:
10110: * src/sql/pa_sql_driver.h 1.27:
10111: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
10112: * src/targets/apache13/Makefile.am 1.13:
10113: * src/targets/apache13/mod_parser3.C 1.25:
10114: * src/targets/apache13/pa_md5c.c 1.3:
10115: * src/targets/apache13/pa_pool.C 1.6:
10116: * src/targets/apache13/pa_threads.C 1.9:
10117: * src/targets/cgi/Makefile.am 1.40:
10118: * src/targets/cgi/pa_pool.C 1.39:
10119: * src/targets/cgi/pa_threads.C 1.10:
10120: * src/targets/cgi/parser3.C 1.189:
10121: * src/targets/cgi/parser3.dsp 1.54:
10122: * src/targets/cgi/pool_storage.h 1.11:
10123: * src/targets/isapi/pa_pool.C 1.14:
10124: * src/targets/isapi/pa_threads.C 1.11:
10125: * src/targets/isapi/parser3isapi.C 1.77:
10126: * src/targets/isapi/parser3isapi.dsp 1.41:
10127: * src/targets/isapi/pool_storage.h 1.17:
10128: * src/types/Makefile.am 1.24:
10129: * src/types/pa_valiased.C 1.15:
10130: * src/types/pa_valiased.h 1.21:
10131: * src/types/pa_value.C 1.2:
10132: * src/types/pa_value.h 1.87:
10133: * src/types/pa_vbool.h 1.19:
10134: * src/types/pa_vclass.h 1.26:
10135: * src/types/pa_vcode_frame.h 1.15:
10136: * src/types/pa_vcookie.C 1.44:
10137: * src/types/pa_vcookie.h 1.17:
10138: * src/types/pa_vdate.h 1.11:
10139: * src/types/pa_vdouble.h 1.38:
10140: * src/types/pa_venv.h 1.22:
10141: * src/types/pa_vfile.C 1.30:
10142: * src/types/pa_vfile.h 1.43:
10143: * src/types/pa_vform.C 1.59:
10144: * src/types/pa_vform.h 1.36:
10145: * src/types/pa_vhash.h 1.34:
10146: * src/types/pa_vimage.C 1.18:
10147: * src/types/pa_vimage.h 1.26:
10148: * src/types/pa_vint.h 1.35:
10149: * src/types/pa_vjunction.h 1.14:
10150: * src/types/pa_vmail.C 1.13:
10151: * src/types/pa_vmail.h 1.2:
10152: * src/types/pa_vmath.h 1.8:
10153: * src/types/pa_vmethod_frame.h 1.28:
10154: * src/types/pa_vobject.h 1.19:
10155: * src/types/pa_vrequest.C 1.18:
10156: * src/types/pa_vrequest.h 1.18:
10157: * src/types/pa_vresponse.C 1.6:
10158: * src/types/pa_vresponse.h 1.23:
10159: * src/types/pa_vstateless_class.C 1.14:
10160: * src/types/pa_vstateless_class.h 1.27:
10161: * src/types/pa_vstateless_object.h 1.18:
10162: * src/types/pa_vstatus.C 1.8:
10163: * src/types/pa_vstatus.h 1.9:
10164: * src/types/pa_vstring.C 1.20:
10165: * src/types/pa_vstring.h 1.47:
10166: * src/types/pa_vtable.C 1.14:
10167: * src/types/pa_vtable.h 1.39:
10168: * src/types/pa_vvoid.h 1.10:
10169: * src/types/pa_vxdoc.C 1.14:
10170: * src/types/pa_vxdoc.h 1.22:
10171: * src/types/pa_vxnode.C 1.18:
10172: * src/types/pa_vxnode.h 1.15:
10173: * src/types/pa_wcontext.C 1.20:
10174: * src/types/pa_wcontext.h 1.33:
10175: * src/types/pa_wwrapper.h 1.19:
10176: * src/types/types.dsp 1.29:
10177: ident.C* removed
10178:
10179: * operators.txt 1.58:
10180: * src/classes/file.C 1.90:
10181: * src/main/pa_request.C 1.217:
1.24 paf 10182: * www/cgi-bin/parser3.log 1.78:
1.15 paf 10183: file:find[/can/do/this/now.txt]
10184:
10185: * src/targets/cgi/parser3.C 1.188:
10186: usage to stdout now
10187:
10188: 2002-07-31 paf
10189: * src/classes/mail.C 1.72:
10190: * src/types/pa_vmail.C 1.10:
10191: * src/types/pa_vmail.C 1.11:
10192: * src/types/pa_vmail.C 1.12:
10193: mail:
10194: errors-to: now default "postmaster"
10195:
10196: * src/classes/mail.C 1.70:
10197: * src/classes/smtp/smtp.C 1.11:
10198: * src/types/pa_vmail.C 1.9:
1.24 paf 10199: * www/cgi-bin/parser3.log 1.77:
1.15 paf 10200: mail from/to now must be.
10201: -f postmaster now default sendmail key
10202: word "postmaster" replaced to $.from
10203:
10204: * src/classes/mail.C 1.71:
10205: *** empty log message ***
10206:
10207: 2002-07-30 paf
10208: * src/main/pa_charset.C 1.25:
1.24 paf 10209: * www/cgi-bin/parser3.log 1.76:
1.15 paf 10210: * www/htdocs/auto.p 1.15:
10211: UTF-8 to 1byte charset convert, no char in table, &#decimal;
10212:
10213: * Makefile.in 1.16:
10214: * configure 1.35:
10215: * configure.in 1.36:
10216: * src/targets/cgi/Makefile.in 1.50:
10217: * src/targets/cgi/pa_config_paths.h.in 1.2:
10218: * src/targets/cgi/parser3.C 1.187:
10219: removed pa_config_paths.h
10220:
10221: * src/main/pa_charset.C 1.26:
10222: * src/main/pa_request.C 1.216:
10223: comment
10224:
10225: * etc/parser3.charsets/windows-1251.cfg 1.6:
10226: section sign [russian paragraf]
10227:
10228: 2002-07-11 paf
10229: * src/classes/mail.C 1.69:
10230: $MAIL[
10231: # xxx
10232: ]
10233:
10234: now ok
10235:
10236: * operators.txt 1.57:
10237: plan: sql detailed exception
10238:
10239: * src/main/pa_exec.C 1.36:
10240: invalid .exe caused error message with params wich parser did not provide = reported badly.
10241: fixed that.
10242:
10243: * src/main/pa_exec.C 1.37:
10244: build command line badly added params twice [and first time
10245: without ' ']. double wrong. fixed.
10246:
10247: 2002-07-01 paf
10248: * src/classes/form.C 1.26:
10249: * src/main/pa_request.C 1.215:
10250: conf bug fixed [MForm.configure_admin were called when request
10251: main_class ==0
10252:
10253: * src/classes/form.C 1.24:
10254: content_length type fix
10255:
10256: * src/classes/form.C 1.25:
10257: 10*0x400*400 bug fix [4M not 10M]
10258:
10259: 2002-06-30 paf
10260: * src/classes/mail.C 1.68:
10261: merged from 4
10262:
10263: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
10264: restored $MAIL
10265:
10266: 2002-06-28 paf
10267: * configure 1.32:
10268: * operators.txt 1.56:
10269: * src/classes/xdoc.C 1.95:
10270: * src/include/pa_charset.h 1.16:
10271: * src/include/pa_config_fixed.h 1.46:
10272: * src/include/pa_pool.h 1.81:
10273: * src/include/pa_version.h 1.6:
10274: * src/main/pa_charset.C 1.24:
10275: * src/main/pa_pool.C 1.53:
10276: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
10277: * src/targets/cgi/parser3.dsp 1.53:
10278: * src/targets/isapi/parser3isapi.dsp 1.40:
10279: * src/types/pa_vmail.C 1.8:
1.24 paf 10280: * www/cgi-bin/parser3.log 1.75:
1.15 paf 10281: * www/htdocs/index.html 1.82:
10282: merged latest updates to head
10283:
10284: * configure 1.34:
10285: * configure.in [release_3_0_0004] 1.35.2.2:
10286: removed paths.h
10287:
10288: * Makefile.in 1.15:
10289: * configure 1.33:
10290: * src/include/pa_version.h 1.7:
10291: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
10292: lates changes from 4 build merged, makes updated
10293:
10294: 2002-06-27 paf
10295: * src/classes/xdoc.C 1.94:
10296: * www/htdocs/index.html 1.81:
10297: xsltParseStylesheetDoc bug workaround
10298:
10299: * operators.txt [release_3_0_0004] 1.55.2.1:
10300: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
10301: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
10302: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
10303: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
10304: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
10305: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 10306: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 10307: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
10308: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
10309: default uri=path_translated
10310:
10311: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
10312: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
10313: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
10314: post-build not error now
10315:
10316: 2002-06-26 paf
10317: * configure [release_3_0_0004] 1.31.2.1:
10318: * configure.in [release_3_0_0004] 1.35.2.1:
10319: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
10320: release_3_0_0004
10321:
10322: * src/main/pa_string.C 1.162:
10323: blank string '', ' <whitespace>' considered 0 now
10324:
10325: * src/lib/md5/Makefile.in 1.1:
10326: *** empty log message ***
10327:
10328: * src/targets/cgi/parser3.C 1.186:
1.24 paf 10329: * www/cgi-bin/parser3.log 1.74:
1.15 paf 10330: /cgi-bin/parser empty filename checked
10331:
10332: 2002-06-25 paf
10333: * operators.txt 1.55:
10334: * src/classes/xdoc.C 1.93:
1.24 paf 10335: * www/cgi-bin/parser3.log 1.71:
10336: * www/cgi-bin/parser3.log 1.72:
1.15 paf 10337: * www/htdocs/index.html 1.78:
10338: * www/htdocs/index.html 1.79:
10339: ^xdoc.transform[xdoc <<can be now
10340:
10341: * bin/auto.p.dist.in 1.3:
10342: * operators.txt 1.53:
10343: * src/classes/math.C 1.20:
10344: * src/types/pa_vmail.C 1.6:
1.24 paf 10345: * www/cgi-bin/parser3.log 1.70:
1.15 paf 10346: * www/htdocs/index.html 1.76:
10347: math:crypt updated to generate random salt when needed and to
10348: call system crypt() if not $apr1$ prefix
10349:
10350: * configure 1.31:
10351: * configure.in 1.35:
10352: * src/include/pa_config_auto.h.in 1.27:
10353: crypt library configured
10354:
10355: * operators.txt 1.54:
10356: * src/classes/string.C 1.112:
10357: * www/htdocs/index.html 1.77:
10358: ^string.normalize [old name: optimize
10359:
10360: * src/main/pa_string.C 1.161:
1.24 paf 10361: * www/cgi-bin/parser3.log 1.73:
1.15 paf 10362: * www/htdocs/index.html 1.80:
10363: emtpy string, or string of whitespaces considered bad number now
10364:
10365: * src/main/pa_request.C 1.214:
10366: configure_admin forced if no @conf
10367:
10368: 2002-06-24 paf
10369: * Makefile.in 1.14:
10370: * bin/Makefile.in 1.4:
10371: * configure 1.29:
10372: * configure.in 1.33:
10373: * etc/Makefile.in 1.9:
10374: * etc/parser3.charsets/Makefile.in 1.11:
10375: * src/Makefile.in 1.49:
10376: * src/classes/Makefile.in 1.47:
10377: * src/classes/gd/Makefile.in 1.37:
10378: * src/classes/smtp/Makefile.in 1.7:
10379: * src/include/Makefile.in 1.6:
10380: * src/include/pa_config_auto.h.in 1.25:
10381: * src/lib/Makefile.in 1.3:
10382: * src/lib/patches/Makefile.in 1.3:
10383: * src/lib/pcre/Makefile.in 1.3:
10384: * src/main/Makefile.in 1.43:
10385: * src/sql/Makefile.in 1.6:
10386: * src/targets/Makefile.in 1.37:
10387: * src/targets/apache13/Makefile.in 1.36:
10388: * src/targets/apache13/p3runConfigure.in 1.11:
10389: * src/targets/cgi/Makefile.am 1.39:
10390: * src/targets/cgi/Makefile.in 1.49:
10391: * src/targets/isapi/Makefile.in 1.6:
10392: * src/types/Makefile.am 1.23:
10393: * src/types/Makefile.in 1.40:
10394: * src/types/pa_vmail.C 1.4:
10395: $mail:received makes update
10396:
10397: * src/targets/cgi/getopt.c 1.1:
10398: * src/targets/cgi/getopt.h 1.1:
10399: introducing parser -m option, for $mail:receive
10400:
10401: * src/include/pa_config_fixed.h 1.45:
10402: ssize_t fixed
10403:
10404: * INSTALL 1.24:
10405: --with-static/shared-mailreceive described
10406:
10407: * operators.txt 1.51:
10408: * src/classes/mail.C 1.67:
10409: * src/include/Makefile.am 1.3:
10410: * src/include/pa_charset.h 1.15:
10411: * src/include/pa_config_fixed.h 1.43:
10412: * src/include/pa_request.h 1.140:
10413: * src/include/pa_string.h 1.139:
10414: * src/include/pa_uue.h 1.1:
10415: * src/main/Makefile.am 1.33:
10416: * src/main/main.dsp 1.155:
10417: * src/main/pa_globals.C 1.131:
10418: * src/main/pa_request.C 1.213:
10419: * src/main/pa_string.C 1.160:
10420: * src/main/pa_uue.C 1.1:
10421: * src/targets/apache13/mod_parser3.C 1.24:
10422: * src/targets/cgi/Makefile.am 1.38:
10423: * src/targets/cgi/parser3.C 1.184:
10424: * src/targets/cgi/parser3.dsp 1.51:
10425: * src/targets/isapi/parser3isapi.C 1.76:
10426: * src/types/pa_vform.C 1.57:
10427: * src/types/pa_vform.h 1.35:
10428: * src/types/pa_vmail.C 1.1:
10429: * src/types/pa_vmail.h 1.1:
10430: * src/types/types.dsp 1.27:
1.24 paf 10431: * www/cgi-bin/parser3.log 1.68:
1.15 paf 10432: * www/htdocs/index.html 1.74:
10433: uue to separate file
10434: introducting $message:received
10435: ^mail:send rewritten with backward comp
10436:
10437: * src/classes/classes.dsp 1.22:
10438: * src/classes/gd/gd.dsp 1.24:
10439: * src/classes/smtp/smtp.dsp 1.20:
10440: * src/main/main.dsp 1.156:
10441: * src/main/pa_globals.C 1.132:
10442: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
10443: * src/targets/cgi/parser3.dsp 1.52:
10444: * src/targets/isapi/parser3isapi.dsp 1.39:
10445: * src/types/types.dsp 1.28:
10446: win32xml win32mailreceive pseudomodules paths now
10447:
10448: * src/include/pa_config_fixed.h 1.44:
10449: * src/targets/cgi/parser3.C 1.185:
10450: * src/types/pa_vmail.C 1.3:
10451: #ifdef WITH_MAILRECEIVE
10452:
10453: * acconfig.h 1.2:
10454: * configure 1.30:
10455: * configure.in 1.34:
10456: * src/include/pa_config_auto.h.in 1.26:
10457: *** empty log message ***
10458:
10459: 2002-06-21 paf
10460: * Makefile.in 1.13:
10461: * configure 1.28:
10462: * configure.in 1.32:
10463: * src/Makefile.in 1.48:
10464: * src/classes/Makefile.in 1.46:
10465: * src/lib/Makefile.in 1.1:
10466: * src/lib/md5/Makefile.am 1.2:
10467: * src/lib/md5/pa_md5c.c 1.2:
10468: * src/lib/patches/Makefile.in 1.2:
10469: * src/lib/pcre/Makefile.in 1.2:
10470: * src/main/Makefile.in 1.42:
10471: * src/targets/apache13/Makefile.in 1.35:
10472: * src/targets/cgi/Makefile.am 1.37:
10473: * src/targets/cgi/Makefile.in 1.48:
10474: * src/types/Makefile.in 1.39:
10475: lib restructure .in and .am files appropriate changes
10476:
10477: * src/lib/Makefile.am 1.2:
10478: * src/lib/Makefile.in 1.2:
10479: * src/lib/md5/pa_md5.h 1.2:
10480: * src/targets/apache13/p3runConfigure.in 1.10:
10481: * src/targets/apache13/pa_md5c.c 1.2:
10482: lib restructure apache .am & co changes
10483:
10484: * INSTALL 1.23:
10485: * configure.in 1.31:
10486: * operators.txt 1.50:
10487: * parser3.dsw 1.2:
10488: * src/Makefile.am 1.16:
10489: * src/classes/Makefile.am 1.39:
10490: * src/classes/classes.dsp 1.21:
10491: * src/classes/math.C 1.19:
10492: * src/lib/Makefile.am 1.1:
10493: * src/lib/md5/Makefile.am 1.1:
10494: * src/lib/md5/md5.dsp 1.1:
10495: * src/lib/md5/pa_md5.h 1.1:
10496: * src/lib/md5/pa_md5c.c 1.1:
10497: * src/lib/patches/Makefile.am 1.1:
10498: * src/lib/patches/Makefile.in 1.1:
10499: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
10500: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
10501: * src/lib/patches/libgdome_morestatic.patch 1.1:
10502: * src/lib/patches/libxml_error_column_tab.patch 1.1:
10503: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
10504: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
10505: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
10506: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
10507: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
10508: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
10509: * src/lib/pcre/LICENCE 1.1:
10510: * src/lib/pcre/Makefile.am 1.1:
10511: * src/lib/pcre/Makefile.in 1.1:
10512: * src/lib/pcre/README 1.1:
10513: * src/lib/pcre/Tech.Notes 1.1:
10514: * src/lib/pcre/dftables.c 1.1:
10515: * src/lib/pcre/get.c 1.1:
10516: * src/lib/pcre/ibm-1250.ucm 1.1:
10517: * src/lib/pcre/ibm-1251.ucm 1.1:
10518: * src/lib/pcre/ibm-1257.ucm 1.1:
10519: * src/lib/pcre/internal.h 1.1:
10520: * src/lib/pcre/maketables.c 1.1:
10521: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
10522: * src/lib/pcre/pcre.3 1.1:
10523: * src/lib/pcre/pcre.3.html 1.1:
10524: * src/lib/pcre/pcre.3.txt 1.1:
10525: * src/lib/pcre/pcre.c 1.1:
10526: * src/lib/pcre/pcre.dsp 1.1:
10527: * src/lib/pcre/pcre.h 1.1:
10528: * src/lib/pcre/pcre_dftables.dsp 1.1:
10529: * src/lib/pcre/pcre_parser_ctype.c 1.1:
10530: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
10531: * src/lib/pcre/ruspart_win2koi.pl 1.1:
10532: * src/lib/pcre/study.c 1.1:
10533: * src/lib/pcre/win-koi.tab 1.1:
10534: * src/main/Makefile.am 1.32:
10535: * src/main/compile.tab.C 1.57:
10536: * src/main/main.dsp 1.154:
10537: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
10538: * src/targets/apache13/Makefile.am 1.12:
10539: * src/targets/apache13/pa_md5c.c 1.1:
10540: * src/targets/cgi/Makefile.am 1.36:
10541: * src/targets/cgi/parser3.dsp 1.50:
10542: * src/targets/isapi/parser3isapi.dsp 1.38:
10543: * src/types/Makefile.am 1.22:
10544: * src/types/types.dsp 1.26:
1.24 paf 10545: * www/cgi-bin/parser3.log 1.67:
1.15 paf 10546: * www/htdocs/.htaccess 1.5:
10547: * www/htdocs/index.html 1.73:
10548: moved libltdl and pcre to libs/
10549: added libs/md5 which is linked to non-apache targets
10550: ^math:crypt[password;$apr1$salt]
10551:
10552: 2002-06-20 paf
10553: * INSTALL [release_3_0_0003] 1.21.2.1:
10554: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
10555: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
10556: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
10557: * configure [release_3_0_0003] 1.26.2.2:
10558: * configure.in [release_3_0_0003] 1.29.2.2:
10559: * operators.txt [release_3_0_0003] 1.47.2.1:
10560: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
10561: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
10562: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
10563: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
10564: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
10565: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
10566: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
10567: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
10568: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
10569: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
10570: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
10571: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
10572: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
10573: marged latest HEAD updates, mainly file:justname&co & @auto
10574: conf[filespec
10575:
10576: * INSTALL 1.22:
10577: * bin/Makefile.am 1.3:
10578: * bin/auto.p.dist.in 1.1:
10579: * configure.in 1.30:
10580: * operators.txt 1.48:
10581: * src/doc/doxygen.cfg 1.23:
10582: * src/include/pa_globals.h 1.89:
10583: * src/targets/apache13/mod_parser3.C 1.23:
10584: * src/targets/cgi/parser3.C 1.183:
10585: * src/targets/isapi/parser3isapi.C 1.75:
10586: * www/htdocs/auto.p 1.12:
10587: * www/htdocs/index.html 1.70:
10588: parser3.conf renamed to auto.p
10589:
10590: * operators.txt 1.49:
10591: * src/classes/file.C 1.89:
1.24 paf 10592: * www/cgi-bin/parser3.log 1.66:
1.15 paf 10593: * www/htdocs/auto.p 1.14:
10594: * www/htdocs/index.html 1.72:
10595: !^file:dirname[/a/some.tar.gz]=/a
10596: !^file:dirname[/a/b/]=/a
10597: !^file:basename[/a/some.tar.gz]=some.tar.gz
10598: !^file:justname[/a/some.tar.gz]=some.tar
10599: !^file:justext[/a/some.tar.gz]=gz
10600:
10601: * bin/Makefile.in 1.3:
10602: * configure 1.27:
10603: parser3.conf renamed to auto.p autoconf changes
10604:
10605: * src/classes/op.C 1.97:
10606: * src/include/pa_request.h 1.139:
10607: * src/main/execute.C 1.242:
10608: * src/main/pa_request.C 1.212:
10609: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 10610: * www/cgi-bin/parser3.log 1.65:
1.15 paf 10611: * www/htdocs/auto.p 1.13:
10612: * www/htdocs/index.html 1.71:
10613: introducing @conf/auto[filespec]
10614:
10615: * bin/auto.p.dist.in 1.2:
10616: <noindex>
10617:
10618: 2002-06-18 paf
10619: * bin/Makefile.am 1.1:
10620: * bin/Makefile.in 1.1:
10621: * etc/Makefile.am 1.4:
10622: * www/htdocs/index.html 1.69:
10623: bin/parser3.conf.dist [moved from etc
10624:
1.24 paf 10625: * src/classes/file.C 1.86:
10626: * www/cgi-bin/parser3.log 1.64:
10627: ^file::exec[script;$.bad error case insensitive check now
10628:
1.15 paf 10629: * configure [release_3_0_0003] 1.26.2.1:
10630: * configure.in [release_3_0_0003] 1.29.2.1:
10631: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
10632: version to configure.in
10633:
10634: * src/classes/file.C 1.85:
1.24 paf 10635: * www/cgi-bin/parser3.log 1.63:
1.15 paf 10636: * www/htdocs/index.html 1.68:
10637: ^file::exec[script;$.bad now error, not skip
10638:
10639: * Makefile.am 1.5:
10640: * Makefile.in 1.12:
10641: * bin/Makefile.am 1.2:
10642: * bin/Makefile.in 1.2:
10643: * configure 1.26:
10644: * configure.in 1.29:
10645: * etc/Makefile.in 1.8:
10646: * etc/parser3.charsets/Makefile.am 1.3:
10647: * etc/parser3.charsets/Makefile.in 1.10:
10648: * src/classes/smtp/Makefile.am 1.2:
10649: * src/classes/smtp/Makefile.in 1.6:
10650: * src/targets/apache13/Makefile.in 1.34:
10651: parser3.conf.dist moved to bin, .in & *.am updated
10652:
10653: * src/classes/file.C 1.87:
10654: strcasecmp
10655:
10656: * INSTALL 1.21:
10657: reflected .conf.dist dir change
10658:
10659: * configure 1.25:
10660: * configure.in 1.28:
10661: * src/include/pa_pool.h 1.80:
10662: * src/include/pa_types.h 1.41:
10663: pack configure.in detection simplified.
10664: figured out that gcc on sparc not that stupid as thought previously:
10665: 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]
10666: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
10667: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
10668:
10669: * src/classes/file.C 1.88:
10670: strncasecmp
10671:
10672: 2002-06-14 paf
10673: * operators.txt 1.47:
10674: more precise xml-to-text options
10675:
10676: * operators.txt 1.46:
10677: * src/types/pa_vxnode.C 1.17:
10678: xnode attribute_node.name/value
10679: xnode pi.node.data
10680:
10681: 2002-06-12 paf
10682: * Makefile.in 1.11:
10683: * configure 1.24:
10684: * configure.in 1.27:
10685: * etc/Makefile.in 1.7:
10686: * etc/parser3.charsets/Makefile.in 1.9:
10687: * src/Makefile.in 1.47:
10688: * src/classes/Makefile.in 1.45:
10689: * src/classes/gd/Makefile.in 1.36:
10690: * src/classes/smtp/Makefile.in 1.5:
10691: * src/include/Makefile.in 1.5:
10692: * src/main/Makefile.in 1.41:
10693: * src/sql/Makefile.in 1.5:
10694: * src/targets/Makefile.in 1.36:
10695: * src/targets/cgi/Makefile.am 1.35:
10696: * src/targets/cgi/Makefile.in 1.47:
10697: * src/targets/cgi/parser3.C 1.182:
10698: * src/targets/isapi/Makefile.in 1.5:
10699: * src/types/Makefile.in 1.38:
10700: removed root conf define creation
10701:
10702: * src/classes/mail.C 1.66:
10703: sendmail -ti [default now]
10704:
10705: * src/include/pa_globals.h 1.86:
10706: * src/include/pa_request.h 1.136:
10707: * src/main/main.dsp 1.153:
10708: * src/main/pa_globals.C 1.128:
10709: * src/main/pa_request.C 1.208:
1.24 paf 10710: * www/cgi-bin/parser3.log 1.60:
1.15 paf 10711: @conf
10712:
1.24 paf 10713: * src/include/pa_globals.h 1.87:
10714: * src/include/pa_request.h 1.137:
10715: * src/main/execute.C 1.241:
10716: * src/main/pa_globals.C 1.129:
10717: * src/main/pa_request.C 1.209:
10718: * www/cgi-bin/parser3.log 1.61:
10719: @rootconf [were @conf]
10720:
1.15 paf 10721: * INSTALL 1.20:
10722: * configure.in 1.26:
10723: * etc/Makefile.am 1.3:
10724: * operators.txt 1.43:
10725: * src/include/pa_globals.h 1.88:
10726: * src/include/pa_request.h 1.138:
10727: * src/main/compile.tab.C 1.56:
10728: * src/main/pa_globals.C 1.130:
10729: * src/main/pa_request.C 1.211:
10730: * src/targets/apache13/mod_parser3.C 1.22:
10731: * src/targets/cgi/parser3.C 1.181:
10732: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 10733: * www/cgi-bin/parser3.log 1.62:
1.15 paf 10734: parser3.conf now one and only
10735:
10736: * src/classes/mail.C 1.65:
10737: * src/main/pa_request.C 1.210:
10738: $MAIL $CHARSETS allowed to be strings. for convinient #ing
10739:
10740: 2002-06-11 paf
10741: * src/classes/file.C 1.83:
10742: * src/targets/cgi/parser3.dsp 1.49:
10743: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 10744: * www/cgi-bin/parser3.log 1.59:
1.15 paf 10745: * www/htdocs/.htaccess 1.4:
10746: * www/htdocs/index.html 1.66:
10747: suexec env keys filter plus CGI_ as valid prefix
10748:
10749: * src/classes/file.C 1.84:
10750: check simplified
10751:
10752: * src/classes/file.C 1.82:
10753: * src/include/pa_request.h 1.135:
10754: * src/include/pa_sapi.h 1.19:
10755: * src/targets/apache13/mod_parser3.C 1.21:
10756: * src/targets/cgi/parser3.C 1.180:
10757: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 10758: * www/cgi-bin/parser3.log 1.58:
1.15 paf 10759: * www/htdocs/index.html 1.65:
10760: file::exec/cgi to pass HTTP_ vars
10761: introducing SAPI::environment
10762:
10763: 2002-06-10 paf
10764: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
10765: fixed -d (bug)
10766:
10767: * configure 1.20:
10768: * configure [release_3_0_0002] 1.19.2.1:
10769: * configure.in [release_3_0_0002] 1.21.2.1:
10770: * src/include/pa_version.h 1.5:
10771: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
10772: makes
10773:
10774: * operators.txt 1.41:
10775: old merge conflict removed
10776:
10777: * src/types/pa_vform.C 1.56:
10778: * src/types/pa_vform.h 1.34:
10779: * www/htdocs/index.html 1.62:
10780: $form: not determined yet check
10781:
10782: * src/main/pa_common.C 1.109:
10783: merged fixed -d (bug)
10784:
10785: * src/main/compile.tab.C 1.55:
10786: * src/main/pa_string.C 1.159:
1.24 paf 10787: * www/cgi-bin/parser3.log 1.56:
1.15 paf 10788: * www/htdocs/index.html 1.63:
10789: whitespace after number in autoconvert now ignored
10790:
10791: * operators.txt 1.42:
10792: * src/classes/op.C 1.96:
10793: * src/include/pa_common.h 1.77:
10794: * src/main/pa_common.C 1.110:
10795: lock failures reported now
10796:
10797: * configure 1.21:
10798: * configure.in 1.23:
10799: pack even address access on sparc&co arch checked in configure
10800:
10801: * configure 1.23:
10802: * configure.in 1.25:
10803: *** empty log message ***
10804:
10805: * src/main/compile_tools.C 1.50:
1.24 paf 10806: * www/cgi-bin/parser3.log 1.57:
1.15 paf 10807: * www/htdocs/index.html 1.64:
10808: ^if(" 1 "){y} bug fixed
10809: optimization string->double @ compile time were not-enough-checking...
10810:
10811: * configure 1.22:
10812: * configure.in 1.24:
10813: hpux check, nsl link, no socket
10814:
10815: * src/classes/mail.C 1.64:
10816: mail netscape attachment name fixed. todo: $response:body
10817: content-type:name
10818:
10819: * src/main/untaint.C 1.102:
10820: bug#2) mail subject got always prepended with charset even when
10821: all letters were 7bit one
10822:
10823: 2002-06-04 paf
10824: * src/targets/apache13/mod_parser3.C 1.20:
10825: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
10826: fixed .dsp-s along with reorganized cvs modules dirs structure
10827:
10828: 2002-06-03 paf
10829: * etc/parser3.charsets/windows-1251.cfg 1.5:
10830: * operators.txt 1.40:
10831: * src/classes/classes.dsp 1.20:
10832: * src/classes/gd/gd.dsp 1.23:
10833: * src/classes/smtp/smtp.dsp 1.19:
10834: * src/main/compile.tab.C 1.54:
10835: * src/main/main.dsp 1.152:
10836: * src/main/pa_globals.C 1.127:
10837: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
10838: * src/targets/cgi/parser3.C 1.179:
10839: * src/targets/cgi/parser3.dsp 1.48:
10840: * src/targets/isapi/parser3isapi.dsp 1.37:
10841: * src/types/types.dsp 1.25:
10842: * www/htdocs/index.html 1.60:
10843: fixed .dsp-s along with reorganized cvs modules dirs structure
10844:
10845: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
10846: * src/classes/gd/gd.dsp [release_1_0_0001] 1.21.2.2:
10847: * src/classes/smtp/smtp.dsp [release_1_0_0001] 1.17.2.2:
10848: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
10849: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
10850: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
10851: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
10852: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
10853: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
10854: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
10855: reorganized cvs modules
10856:
10857: 2002-05-28 paf
10858: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
10859: info.uri now ""
10860:
10861: 2002-05-17 paf
10862: * src/classes/table.C 1.153:
10863: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
10864: ^table.save << checked empty pre/match/post columns
10865:
10866: 2002-05-16 paf
10867: * src/classes/image.C 1.72:
1.24 paf 10868: * www/cgi-bin/parser3.log 1.55:
1.15 paf 10869: * www/htdocs/index.html 1.59:
10870: image::measure can png now
10871:
10872: 2002-05-15 paf
10873: * operators.txt 1.38:
10874: * src/classes/date.C 1.31:
1.24 paf 10875: * www/cgi-bin/parser3.log 1.54:
1.15 paf 10876: * www/htdocs/index.html 1.58:
10877: ^date::create[%H:%M[:%S]] added
10878:
10879: * etc/parser3.charsets/windows-1251.cfg 1.4:
10880: 0x forgot, fixed
10881:
10882: * operators.txt 1.37:
10883: * src/classes/date.C 1.30:
1.24 paf 10884: * www/cgi-bin/parser3.log 1.53:
1.15 paf 10885: * www/htdocs/.htaccess 1.3:
10886: * www/htdocs/auto.p 1.10:
10887: * www/htdocs/index.html 1.57:
10888: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
10889: [-%m now
10890:
10891: 2002-05-14 paf
10892: * etc/parser3.charsets/windows-1251.cfg 1.3:
10893: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
10894: added 3 quotes
10895:
10896: 2002-05-07 paf
10897: * src/classes/classes.dsp 1.19:
10898: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
10899: * src/classes/gd/gd.dsp 1.22:
10900: * src/classes/gd/gd.dsp [release_1_0_0001] 1.21.2.1:
10901: * src/classes/op.C 1.95:
10902: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
10903: * src/classes/smtp/smtp.dsp 1.18:
10904: * src/classes/smtp/smtp.dsp [release_1_0_0001] 1.17.2.1:
10905: * src/include/pa_globals.h 1.85:
10906: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
10907: * src/include/pa_request.h 1.134:
10908: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
10909: * src/include/pa_table.h 1.44:
10910: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
10911: * src/main/compile.tab.C 1.53:
10912: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
10913: * src/main/compile.y 1.187:
10914: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
10915: * src/main/main.dsp 1.151:
10916: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
10917: * src/main/pa_globals.C 1.126:
10918: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
10919: * src/main/pa_request.C 1.207:
10920: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
10921: * src/main/pa_table.C 1.47:
10922: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
10923: * src/targets/isapi/pa_pool.C 1.13:
10924: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
10925: * src/targets/isapi/parser3isapi.C 1.71:
10926: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
10927: * src/targets/isapi/parser3isapi.dsp 1.36:
10928: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
10929: * src/targets/isapi/pool_storage.h 1.16:
10930: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
10931: * src/types/types.dsp 1.24:
10932: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
10933: * www/htdocs/parser-status.html 1.2:
10934: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
10935: Table name2number field now &.
10936: 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]
10937:
10938: 2002-05-06 paf
10939: * src/main/pa_globals.C 1.125:
10940: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
10941: * src/targets/cgi/parser3.C 1.178:
10942: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
10943: * src/targets/cgi/pool_storage.h 1.10:
10944: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
10945: * src/targets/isapi/parser3isapi.C 1.70:
10946: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
10947: removed 100*40 bytes per request memory leak [nonpool malloc in
10948: globals]
10949:
10950: 2002-04-30 paf
10951: * configure 1.19:
10952: * src/include/pa_version.h 1.4:
10953: version now not b
10954:
10955: * src/targets/cgi/parser3.C 1.177:
1.24 paf 10956: * www/cgi-bin/parser3.log 1.52:
1.15 paf 10957: * www/htdocs/global.xsl 1.7:
10958: * www/htdocs/index.html 1.56:
10959: request.uri now never 0
10960:
10961: 2002-04-29 paf
10962: * configure.in 1.21:
10963: removed b
10964:
10965: * src/doc/ClassExample1.dox 1.4:
10966: * src/doc/ClassExample3.dox 1.4:
10967: * src/doc/aliased.dox 1.4:
10968: * src/doc/methoded.dox 1.3:
10969: * src/doc/string.dox 1.4:
10970: * src/doc/value.dox 1.3:
10971: * src/include/pa_exception.h 1.34:
10972: * src/main/pa_request.C 1.205:
10973: * src/targets/cgi/parser3.C 1.176:
10974: merged from 0001
10975:
10976: * src/classes/op.C 1.94:
10977: * src/include/pa_exception.h 1.35:
10978: * src/main/pa_request.C 1.206:
10979: Exception::comment/type checked in (), no there's no empty type
10980: comment by default
10981:
10982: 2002-04-26 paf
10983: * src/doc/doxygen.cfg 1.22:
10984: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
10985: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 10986: * www/cgi-bin/parser3.log 1.51:
1.15 paf 10987: * www/htdocs/index.html 1.55:
10988: doxygen dot image size reduced
10989:
10990: 2002-04-25 paf
10991: * src/classes/table.C 1.152:
1.24 paf 10992: * www/cgi-bin/parser3.log 1.47:
1.15 paf 10993: * www/htdocs/.htaccess 1.1:
10994: * www/htdocs/index.html 1.51:
10995: removed restriction on column count to ^table.hash to work, now
10996: must be >0 [were >1]
10997:
10998: * src/targets/cgi/parser3.C 1.175:
10999: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
11000: setenv in .htaccess when cgi is not under that dir got
11001: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
11002: into account
11003:
1.24 paf 11004: * www/cgi-bin/parser3.log 1.48:
1.15 paf 11005: * www/htdocs/index.html 1.52:
11006: sample of 'using junction out of context'
11007:
11008: * operators.txt 1.35:
11009: * operators.txt 1.36:
11010: * src/classes/date.C 1.28:
11011: * src/classes/date.C 1.29:
1.24 paf 11012: * www/cgi-bin/parser3.log 1.49:
1.15 paf 11013: * www/htdocs/index.html 1.53:
11014: ^date::create[2002-12-33 01:03:04]
11015:
11016: 2002-04-24 paf
11017: * src/classes/classes.dsp 1.18:
11018: * src/classes/gd/gd.dsp 1.21:
11019: * src/classes/smtp/smtp.dsp 1.17:
11020: * src/main/compile.tab.C 1.52:
11021: * src/main/main.dsp 1.150:
11022: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
11023: * src/targets/cgi/parser3.C 1.174:
11024: * src/targets/cgi/parser3.dsp 1.46:
11025: * src/targets/isapi/parser3isapi.dsp 1.34:
11026: * src/types/types.dsp 1.23:
11027: MSVC profile targets
11028:
11029: 2002-04-23 paf
11030: * operators.txt 1.34:
11031: * src/classes/string.C 1.110:
1.24 paf 11032: * www/cgi-bin/parser3.log 1.46:
1.15 paf 11033: * www/htdocs/index.html 1.50:
11034: int/double/string:sql{}[$.default{code}]
11035: fixed [were barking: "junction used outside of context"]
11036:
11037: 2002-04-22 paf
11038: * src/classes/string.C 1.109:
11039: * src/include/pa_string.h 1.138:
11040: * src/main/pa_string.C 1.158:
11041: * src/types/pa_vstring.C 1.19:
11042: * src/types/pa_vstring.h 1.46:
11043: * types.txt 1.2:
11044: ^string.optimize[]
11045:
11046: * src/main/execute.C 1.238:
1.24 paf 11047: * www/cgi-bin/parser3.log 1.43:
1.15 paf 11048: * www/htdocs/index.html 1.48:
11049: junctions to local contexts got cleanized&checked later
11050:
1.24 paf 11051: * src/main/execute.C 1.240:
11052: * www/cgi-bin/parser3.log 1.45:
11053: rolled back to before_killing_userjunction_contexts
11054:
1.15 paf 11055: * src/include/pa_globals.h 1.84:
11056: * src/include/pa_table.h 1.43:
11057: * src/main/pa_globals.C 1.124:
11058: * src/main/pa_string.C 1.157:
11059: * src/main/pa_table.C 1.46:
11060: fixed match table template
11061:
11062: * src/classes/string.C 1.107:
11063: * src/classes/string.C 1.108:
11064: optimize removed from string .left/right/pos
11065:
11066: * src/main/execute.C 1.239:
1.24 paf 11067: * www/cgi-bin/parser3.log 1.44:
1.15 paf 11068: * www/htdocs/index.html 1.49:
11069: user junctions context killed
11070:
11071: 2002-04-19 paf
11072: * src/classes/string.C 1.106:
11073: * src/include/pa_request.h 1.133:
11074: * src/include/pa_string.h 1.137:
11075: * src/main/pa_request.C 1.204:
11076: * src/main/pa_string.C 1.156:
11077: * src/types/pa_vstring.C 1.18:
11078: * src/types/pa_vstring.h 1.45:
1.24 paf 11079: * www/cgi-bin/parser3.log 1.42:
1.15 paf 11080: * www/htdocs/index.html 1.47:
11081: string now optimized prior to .left .right .mid .pos .match when that is profitable,
11082: and always before .replace
11083: when $ORIGINS(1) optimization disabled
11084: 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
11085:
11086: * src/classes/op.C 1.93:
11087: * src/classes/string.C 1.105:
11088: * src/types/pa_value.h 1.86:
11089: VTable removed from each String::match replace iteration, and made stacked
11090: sizeof(VTable)=12bytes economy on each replace code
11091:
11092: * src/include/pa_globals.h 1.83:
11093: * src/include/pa_table.h 1.42:
11094: * src/main/pa_globals.C 1.123:
11095: * src/main/pa_string.C 1.155:
11096: String::match table columns globalized, not created @ each ^match anymore
11097: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
11098:
11099: * src/classes/file.C 1.81:
11100: ovector now local
11101: economy: 16 bytes per ^file:list
11102:
11103: * src/classes/string.C 1.104:
11104: * src/include/pa_string.h 1.136:
11105: * src/main/pa_string.C 1.154:
11106: * www/htdocs/index.html 1.46:
11107: string.match[]['] option enables generation of $match.prematch
11108: .match .postmatch columns
11109:
11110: * src/main/pa_string.C 1.153:
11111: String::match options analized without cstr-ing them now
11112:
11113: * src/doc/chmhelper.pl 1.1:
11114: * src/doc/doxygen.cfg 1.21:
11115: * src/doc/footer.htm 1.1:
11116: * src/doc/html2chm.cmd 1.6:
11117: * src/doc/postbuild.txt 1.3:
11118: * src/doc/sources2html.cmd 1.5:
11119: * src/doc/view_chm.cmd 1.2:
11120: * src/doc/view_html.cmd 1.2:
11121: config updated to doxygen 1.2.15,
11122: created helper which fixes minor bugs in chm project files & htm tree.
11123: changed extension to .htm
11124:
11125: * src/doc/footer.htm 1.2:
11126: 2001,
11127:
11128: 2002-04-18 paf
11129: * src/classes/classes.h 1.18:
11130: * src/classes/hash.C 1.40:
11131: * src/types/pa_value.h 1.85:
11132: * src/types/pa_vbool.h 1.18:
11133: * src/types/pa_vcookie.h 1.16:
11134: * src/types/pa_vdate.h 1.10:
11135: * src/types/pa_vdouble.h 1.37:
11136: * src/types/pa_venv.h 1.21:
11137: * src/types/pa_vfile.h 1.42:
11138: * src/types/pa_vhash.h 1.33:
11139: * src/types/pa_vimage.h 1.25:
11140: * src/types/pa_vint.h 1.34:
11141: * src/types/pa_vjunction.h 1.13:
11142: * src/types/pa_vobject.h 1.18:
11143: * src/types/pa_vrequest.h 1.17:
11144: * src/types/pa_vresponse.h 1.22:
11145: * src/types/pa_vstateless_class.h 1.26:
11146: * src/types/pa_vstateless_object.h 1.17:
11147: * src/types/pa_vstatus.h 1.8:
11148: * src/types/pa_vstring.h 1.44:
11149: * src/types/pa_vtable.h 1.38:
11150: * src/types/pa_vvoid.h 1.9:
11151: * src/types/pa_vxdoc.h 1.21:
11152: * src/types/pa_vxnode.h 1.14:
11153: fclass_real lowered from VStateless_class to VObject
11154:
11155: * src/types/pa_value.C 1.1:
11156: forced to cut that from .h because of VStateless_class usage [
11157: undefined in .h]
11158:
11159: * src/classes/classes.h 1.17:
11160: * src/classes/date.C 1.27:
11161: * src/classes/double.C 1.47:
11162: * src/classes/file.C 1.80:
11163: * src/classes/form.C 1.23:
11164: * src/classes/hash.C 1.39:
11165: * src/classes/image.C 1.71:
11166: * src/classes/int.C 1.44:
11167: * src/classes/mail.C 1.63:
11168: * src/classes/math.C 1.18:
11169: * src/classes/op.C 1.91:
11170: * src/classes/response.C 1.19:
11171: * src/classes/string.C 1.103:
11172: * src/classes/table.C 1.151:
11173: * src/classes/void.C 1.19:
11174: * src/classes/xnode.C 1.44:
11175: * src/include/pa_globals.h 1.82:
11176: * src/include/pa_request.h 1.132:
11177: * src/main/execute.C 1.236:
11178: * src/main/pa_globals.C 1.122:
11179: * src/main/pa_request.C 1.201:
11180: * src/types/Makefile.am 1.21:
11181: * src/types/pa_value.h 1.84:
11182: * src/types/pa_vdouble.h 1.36:
11183: * src/types/pa_vform.C 1.55:
11184: * src/types/pa_vhash.h 1.32:
11185: * src/types/pa_vint.h 1.33:
11186: * src/types/pa_vmath.h 1.7:
11187: * src/types/pa_vmethod_frame.h 1.25:
11188: * src/types/pa_vstateless_class.h 1.24:
11189: * src/types/pa_wcontext.C 1.18:
11190: * src/types/pa_wcontext.h 1.32:
11191: * src/types/pa_wwrapper.h 1.18:
11192: * src/types/types.dsp 1.22:
1.24 paf 11193: * www/cgi-bin/parser3.log 1.36:
1.15 paf 11194: * www/htdocs/index.html 1.40:
11195: removed Value::fname
11196:
11197: * src/include/pa_opcode.h 1.18:
11198: * src/main/compile.tab.C 1.51:
11199: * src/main/compile.y 1.186:
11200: * src/main/compile_tools.C 1.49:
11201: * src/main/compile_tools.h 1.61:
11202: * src/main/execute.C 1.237:
11203: * src/main/pa_request.C 1.202:
11204: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 11205: * www/cgi-bin/parser3.log 1.37:
1.15 paf 11206: * www/htdocs/index.html 1.41:
11207: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
11208: stack [no more heap waste on each CALL]
11209:
11210: * src/types/pa_valiased.C 1.14:
11211: * src/types/pa_valiased.h 1.19:
11212: * src/types/pa_vclass.h 1.25:
11213: * src/types/pa_vobject.h 1.17:
11214: * src/types/pa_wcontext.C 1.19:
1.24 paf 11215: * www/cgi-bin/parser3.log 1.38:
1.15 paf 11216: * www/htdocs/index.html 1.42:
11217: VAliased get/set alias now virtual and implemented down in
11218: VClass, fclass_alias removed,
11219:
11220: * src/main/pa_request.C 1.203:
11221: * src/types/pa_valiased.h 1.20:
11222: * src/types/pa_vstateless_class.h 1.25:
11223: * src/types/pa_vstateless_object.h 1.16:
11224: * src/types/pa_vstring.h 1.43:
1.24 paf 11225: * www/cgi-bin/parser3.log 1.39:
1.15 paf 11226: * www/htdocs/index.html 1.43:
11227: VStateless_string_object speicalized light version of VStateless_object
11228:
11229: * src/types/Makefile.in 1.37:
11230: *** empty log message ***
11231:
11232: * src/doc/doxygen.cfg 1.20:
11233: .chi generation disabled
11234:
11235: * src/classes/classes.h 1.19:
11236: * src/classes/xdoc.C 1.92:
11237: * src/classes/xnode.C 1.45:
11238: * src/classes/xnode.h 1.11:
11239: * src/types/pa_vxdoc.C 1.13:
1.24 paf 11240: * www/cgi-bin/parser3.log 1.40:
11241: * www/cgi-bin/parser3.log 1.41:
1.15 paf 11242: * www/htdocs/index.html 1.44:
11243: * www/htdocs/index.html 1.45:
11244: xdoc(xnode) now fully - fields&methods
11245:
11246: * src/classes/op.C 1.92:
11247: ^throw comment param made optional
11248:
11249: 2002-04-17 paf
11250: * src/types/pa_vhash.h 1.31:
11251: vstring wrong parent fixed
11252:
11253: * src/classes/op.C 1.90:
11254: taint local result var bug fixed
11255:
11256: * src/doc/ClassExample1.dox 1.3:
11257: * src/doc/ClassExample2.dox 1.4:
11258: * src/doc/ClassExample3.dox 1.3:
11259: * src/doc/compiler.dox 1.3:
11260: * src/doc/module.dox 1.3:
11261: * src/doc/pooled.dox 1.3:
11262: * src/doc/string.dox 1.3:
11263: * src/doc/targets.dox 1.3:
11264: * src/include/pa_pool.h 1.79:
11265: * src/include/pa_types.h 1.40:
11266: dox updated to current state, PTHROW freshen to throw & co
11267:
11268: 2002-04-16 paf
11269: * src/classes/op.C 1.89:
11270: exception2vhash file now tainted
11271:
11272: * src/include/pa_opcode.h 1.17:
11273: * src/main/compile.tab.C 1.49:
11274: * src/main/compile.y 1.185:
11275: * src/main/execute.C 1.232:
11276: * src/targets/cgi/parser3.C 1.172:
1.24 paf 11277: * www/cgi-bin/parser3.log 1.30:
1.15 paf 11278: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
11279:
11280: * src/doc/postbuild.txt 1.2:
11281: * src/main/execute.C 1.234:
1.24 paf 11282: * www/cgi-bin/parser3.log 1.34:
1.15 paf 11283: * www/htdocs/index.html 1.37:
11284: result in @postprocess & @unhandled_exception now taken into
11285: account as in usual functions
11286:
11287: * src/doc/postbuild.txt 1.1:
11288: instructions on post .html build
11289:
11290: * asm.txt 1.2:
11291: * form.txt 1.2:
11292: * lang.txt 1.2:
11293: * sql.txt 1.2:
1.24 paf 11294: * www/cgi-bin/parser3.log 1.35:
1.15 paf 11295: removed outdated. see in Attic asm.txt as most interesting
11296:
11297: * src/classes/op.C 1.87:
1.24 paf 11298: * www/cgi-bin/parser3.log 1.28:
1.15 paf 11299: * www/htdocs/auto.p 1.8:
11300: extra check on empty file in origin in _execute
11301:
11302: * src/classes/date.C 1.26:
11303: * src/main/compile.tab.C 1.50:
11304: * src/targets/cgi/parser3.C 1.173:
1.24 paf 11305: * www/cgi-bin/parser3.log 1.31:
11306: * www/cgi-bin/parser3.log 1.32:
1.15 paf 11307: cheched date:create(days) param for validity [later were
11308: assumed valid and crashed on invalid onces]
11309:
11310: * src/classes/file.C 1.79:
11311: * src/main/pa_exec.C 1.35:
1.24 paf 11312: * www/cgi-bin/parser3.log 1.33:
1.15 paf 11313: * www/htdocs/index.html 1.36:
11314: stderr of execs mark as tainted
11315:
11316: * src/main/execute.C 1.235:
11317: * www/htdocs/index.html 1.38:
11318: $result in @main now taken into account as in usual functions
11319:
1.24 paf 11320: * src/classes/op.C 1.88:
11321: * www/cgi-bin/parser3.log 1.29:
11322: _process pseudo origin copied from local var to heap
11323:
1.23 paf 11324: * src/main/pa_request.C 1.199:
11325: uri in error log
11326:
1.15 paf 11327: * src/main/pa_request.C 1.200:
11328: * src/targets/isapi/parser3isapi.C 1.69:
11329: * www/htdocs/index.html 1.39:
11330: removed check, preventing content-length: 0 from appearing
11331:
11332: * src/doc/doxygen.cfg 1.19:
11333: * src/doc/html2chm.cmd 1.5:
11334: .chm file only now, no .chi
11335:
11336: 2002-04-15 paf
11337: * src/classes/image.C 1.70:
11338: * src/classes/op.C 1.83:
11339: * src/classes/op.C 1.84:
11340: * src/classes/string.C 1.101:
11341: * src/classes/table.C 1.149:
11342: * src/include/pa_request.h 1.129:
11343: * src/main/execute.C 1.228:
11344: * src/types/pa_value.h 1.81:
11345: * src/types/pa_vmethod_frame.h 1.24:
11346: * src/types/pa_wcontext.h 1.29:
1.24 paf 11347: * www/cgi-bin/parser3.log 1.25:
1.15 paf 11348: StringOrValue wcontext result, now ready for dual writes
11349:
1.24 paf 11350: * src/classes/file.C 1.78:
11351: * src/classes/op.C 1.86:
11352: * src/classes/table.C 1.150:
11353: * www/cgi-bin/parser3.log 1.26:
11354: finished dual write_xxx_lang functions
11355:
1.15 paf 11356: * src/main/execute.C 1.231:
11357: * src/types/pa_value.h 1.83:
1.24 paf 11358: * www/cgi-bin/parser3.log 1.27:
1.15 paf 11359: fixed name update
11360:
11361: * src/main/execute.C 1.229:
11362: CodeFrame soul fixed [mistakenly killed by prev changes]
11363:
11364: * src/classes/date.C 1.25:
11365: * src/classes/file.C 1.76:
11366: * src/classes/mail.C 1.62:
11367: * src/classes/string.C 1.102:
11368: * src/classes/xnode.C 1.43:
11369: * src/include/pa_request.h 1.130:
11370: * src/types/pa_value.h 1.82:
11371: * src/types/pa_wcontext.h 1.30:
11372: removed absolutely unnecessary VString shells
11373:
11374: * src/classes/op.C 1.82:
11375: * src/include/pa_globals.h 1.81:
11376: * src/include/pa_opcode.h 1.16:
11377: * src/include/pa_request.h 1.128:
11378: * src/main/compile.tab.C 1.47:
11379: * src/main/compile.y 1.183:
11380: * src/main/compile_tools.C 1.47:
11381: * src/main/compile_tools.h 1.59:
11382: * src/main/execute.C 1.226:
11383: * src/main/pa_globals.C 1.121:
11384: * src/main/pa_request.C 1.198:
11385: * src/targets/cgi/parser3.C 1.170:
1.24 paf 11386: * www/cgi-bin/parser3.log 1.24:
1.15 paf 11387: * www/htdocs/index.html 1.35:
11388: switch in hash constructor fixed [were problems with using of
11389: stacked wwrapper after it's death]
11390:
11391: * src/classes/file.C 1.77:
11392: * src/classes/hash.C 1.38:
11393: * src/classes/op.C 1.85:
11394: * src/include/pa_request.h 1.131:
11395: * src/main/execute.C 1.230:
11396: * src/types/pa_wcontext.h 1.31:
11397: started dual write_xxx_lang functions, if checked & works
11398:
11399: * src/targets/cgi/parser3.C 1.171:
11400: ctime sometimes can be just "", checked that
11401:
11402: * src/main/compile.tab.C 1.48:
11403: * src/main/compile.y 1.184:
11404: * src/main/compile_tools.C 1.48:
11405: * src/main/compile_tools.h 1.60:
11406: * src/main/execute.C 1.227:
11407: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
11408: changed to OP_WRITE_VALUE
11409: in var get cases
11410:
11411: 2002-04-12 paf
11412: * operators.txt 1.33:
11413: * src/classes/table.C 1.148:
1.24 paf 11414: * www/cgi-bin/parser3.log 1.23:
1.15 paf 11415: * www/htdocs/index.html 1.34:
11416: table.select(expression) 0
11417:
11418: 2002-04-11 paf
11419: * src/classes/string.C 1.100:
11420: * src/include/pa_request.h 1.127:
11421: * src/main/execute.C 1.225:
11422: Request::process_internal codeFrame & wwrapper stacked [not
11423: wasting heap anymore]
11424:
11425: 2002-04-10 paf
11426: * src/include/pa_string.h 1.135:
11427: * src/main/pa_string.C 1.151:
11428: * src/main/untaint.C 1.101:
1.24 paf 11429: * www/cgi-bin/parser3.log 1.22:
1.15 paf 11430: * www/htdocs/index.html 1.33:
11431: killed 8 bytes from String.head
11432:
11433: * src/classes/double.C 1.46:
11434: * src/classes/file.C 1.75:
11435: * src/classes/hash.C 1.37:
11436: * src/classes/image.C 1.69:
11437: * src/classes/int.C 1.43:
11438: * src/classes/math.C 1.17:
11439: * src/classes/op.C 1.81:
11440: * src/classes/string.C 1.99:
11441: * src/classes/table.C 1.147:
11442: * src/classes/void.C 1.18:
11443: * src/classes/xdoc.C 1.91:
11444: * src/include/pa_request.h 1.126:
11445: * src/main/execute.C 1.224:
11446: * src/main/pa_string.C 1.152:
11447: killed Request::process() wrapping VString(String) in case we
11448: need only String
11449:
11450: 2002-04-09 paf
11451: * src/main/pa_common.C 1.108:
11452: * src/targets/cgi/parser3.C 1.168:
11453: * src/types/pa_vdouble.h 1.35:
11454: * src/types/pa_vint.h 1.32:
11455: int/double get_string now not pool.malloc(MAX_NUMBER) but
11456: really neaded
11457:
11458: * etc/Makefile.in 1.6:
11459: * etc/parser3.charsets/Makefile.in 1.8:
11460: * src/classes/Makefile.in 1.44:
11461: * src/classes/gd/Makefile.in 1.35:
11462: * src/classes/smtp/Makefile.in 1.4:
11463: * src/sql/Makefile.in 1.4:
11464: * src/targets/Makefile.in 1.35:
11465: * src/targets/apache13/Makefile.in 1.33:
11466: * src/targets/cgi/Makefile.in 1.46:
11467: * src/targets/isapi/Makefile.in 1.4:
11468: * src/types/Makefile.in 1.36:
11469: makse
11470:
11471: * operators.txt 1.31:
11472: * src/classes/double.C 1.45:
11473: * src/classes/int.C 1.42:
11474: * www/htdocs/global.xsl 1.5:
11475: int/double.int/double(default)
11476:
11477: * src/main/compile.tab.C 1.46:
11478: * src/targets/cgi/parser3.C 1.169:
11479: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 11480: * www/cgi-bin/parser3.log 1.21:
1.15 paf 11481: removed
11482: {
11483: char *a;
11484: {
11485: /*sub local*/char b[...];
11486: a=b;
11487: situations
11488:
11489: * src/classes/xdoc.C 1.89:
1.24 paf 11490: * www/cgi-bin/parser3.log 1.19:
1.15 paf 11491: * www/htdocs/global.xsl 1.6:
11492: * www/htdocs/index.html 1.32:
11493: xslt params fixed
11494:
11495: * operators.txt 1.32:
11496: * src/classes/xdoc.C 1.90:
1.24 paf 11497: * www/cgi-bin/parser3.log 1.20:
1.15 paf 11498: xslt params made literal
11499:
11500: 2002-04-04 paf
11501: * src/include/pa_string.h 1.134:
11502: * src/main/pa_string.C 1.150:
1.24 paf 11503: * www/cgi-bin/parser3.log 1.18:
1.15 paf 11504: * www/htdocs/index.html 1.31:
11505: fixed string.replace [when reconstructing pieces were split by
11506: max_integral(piece.size), thus some strings to replace happen
11507: to be split into two = not replaced)
11508:
11509: * src/targets/cgi/parser3.C 1.166:
11510: * src/targets/cgi/parser3.C 1.167:
11511: * src/targets/cgi/parser3.dsp 1.44:
11512: * src/targets/cgi/parser3.dsp 1.45:
11513: document root in standalone version = current dir
11514:
11515: 2002-04-03 paf
11516: * INSTALL 1.18:
11517: * Makefile.in 1.10:
11518: * configure 1.17:
11519: * configure.in 1.19:
11520: * etc/Makefile.in 1.5:
11521: * etc/parser3.charsets/Makefile.in 1.7:
11522: * src/Makefile.in 1.46:
11523: * src/include/Makefile.in 1.4:
11524: * src/main/Makefile.in 1.40:
11525: root config configure options
11526:
11527: * configure 1.18:
11528: * configure.in 1.20:
11529: more checks on nonexistent charset
11530:
11531: 2002-04-02 paf
11532: * src/main/compile.C 1.63:
11533: parser.compile [exception name more like in doc]
11534:
11535: 2002-04-01 paf
11536: * src/classes/mail.C 1.61:
11537: * src/include/pa_string.h 1.133:
11538: * src/main/untaint.C 1.100:
11539: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 11540: * www/cgi-bin/parser3.log 1.17:
1.15 paf 11541: mail subject encoding taken from .content-type.charset, not .charset
11542:
11543: 2002-03-29 paf
11544: * operators.txt 1.30:
11545: * src/classes/date.C 1.24:
1.24 paf 11546: * www/cgi-bin/parser3.log 1.16:
1.15 paf 11547: * www/htdocs/index.html 1.30:
11548: ^date::create now may not supply day, default 1.
11549: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
11550:
11551: * etc/parser3.charsets/koi8-r.cfg 1.2:
11552: koi8-r += ukranian letters
11553:
11554: 2002-03-28 paf
11555: * operators.txt 1.29:
11556: * src/classes/date.C 1.23:
11557: * src/classes/op.C 1.79:
11558: * src/include/pa_globals.h 1.80:
11559: * src/include/pa_hash.h 1.55:
11560: * src/main/pa_globals.C 1.120:
11561: * src/types/pa_vdate.h 1.9:
11562: * www/htdocs/index.html 1.29:
11563: ^cache[file][date]{
11564: ^cache(seconds)
11565: ^cache[date]
11566: }
11567:
11568: * src/classes/xdoc.C 1.88:
11569: * src/classes/xnode.C 1.42:
11570: * src/classes/xnode.h 1.10:
11571: removed redundant pool param
11572:
11573: 2002-03-27 paf
11574: * operators.txt 1.27:
11575: * src/classes/op.C 1.77:
11576: * src/include/pa_config_fixed.h 1.42:
11577: * src/include/pa_request.h 1.124:
11578: * src/main/execute.C 1.222:
11579: * src/main/pa_request.C 1.196:
1.24 paf 11580: * www/cgi-bin/parser3.log 1.14:
1.15 paf 11581: decided agains resetting exception_trace, just changed name
11582:
11583: * operators.txt 1.28:
11584: * src/classes/date.C 1.22:
11585: * src/classes/double.C 1.44:
11586: * src/classes/file.C 1.74:
11587: * src/classes/form.C 1.22:
11588: * src/classes/hash.C 1.36:
11589: * src/classes/image.C 1.68:
11590: * src/classes/int.C 1.41:
11591: * src/classes/mail.C 1.60:
11592: * src/classes/math.C 1.16:
11593: * src/classes/op.C 1.78:
11594: * src/classes/smtp/smtp.C 1.10:
11595: * src/classes/string.C 1.98:
11596: * src/classes/table.C 1.146:
11597: * src/classes/void.C 1.17:
11598: * src/classes/xdoc.C 1.87:
11599: * src/classes/xnode.C 1.41:
11600: * src/include/pa_exception.h 1.33:
11601: * src/include/pa_request.h 1.125:
11602: * src/include/pa_stylesheet_connection.h 1.28:
11603: * src/main/compile.C 1.62:
11604: * src/main/compile_tools.C 1.46:
11605: * src/main/execute.C 1.223:
11606: * src/main/pa_array.C 1.48:
11607: * src/main/pa_charset.C 1.23:
11608: * src/main/pa_charsets.C 1.8:
11609: * src/main/pa_common.C 1.106:
11610: * src/main/pa_dictionary.C 1.14:
11611: * src/main/pa_exception.C 1.40:
11612: * src/main/pa_exec.C 1.34:
11613: * src/main/pa_pool.C 1.52:
11614: * src/main/pa_request.C 1.197:
11615: * src/main/pa_socks.C 1.14:
11616: * src/main/pa_sql_driver_manager.C 1.62:
11617: * src/main/pa_string.C 1.149:
11618: * src/main/pa_table.C 1.45:
11619: * src/main/untaint.C 1.99:
11620: * src/targets/apache13/mod_parser3.C 1.19:
11621: * src/targets/cgi/parser3.C 1.165:
11622: * src/targets/isapi/parser3isapi.C 1.67:
11623: * src/types/pa_value.h 1.80:
11624: * src/types/pa_vcookie.C 1.43:
11625: * src/types/pa_vfile.h 1.41:
11626: * src/types/pa_vform.C 1.54:
11627: * src/types/pa_vhash.h 1.30:
11628: * src/types/pa_vmethod_frame.h 1.23:
11629: * src/types/pa_vstatus.C 1.7:
11630: * src/types/pa_vtable.C 1.13:
11631: * src/types/pa_vxdoc.h 1.20:
11632: * src/types/pa_vxnode.h 1.13:
11633: * src/types/pa_wcontext.C 1.17:
11634: * src/types/pa_wwrapper.h 1.17:
1.24 paf 11635: * www/cgi-bin/parser3.log 1.15:
1.15 paf 11636: * www/htdocs/index.html 1.28:
11637: assigned exception types
11638:
11639: 2002-03-26 paf
11640: * operators.txt 1.24:
11641: * src/classes/date.C 1.20:
11642: * www/htdocs/index.html 1.25:
11643: fixed date roll on daylightsaving days
11644: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
11645:
11646: * src/classes/op.C 1.76:
11647: * www/htdocs/index.html 1.27:
11648: forced language of $source field of exception to 'tainted',
11649: so that sql-langed-frags could be outputed outside of connect
11650:
11651: * src/include/pa_common.h 1.76:
11652: * src/main/pa_exec.C 1.33:
11653: windows exec chdir fixed
11654:
11655: * operators.txt 1.25:
11656: * src/classes/date.C 1.21:
11657: * www/htdocs/index.html 1.26:
11658: removed date.roll limit of +-1 offset
11659:
11660: 2002-03-25 paf
11661: * INSTALL 1.13:
11662: comment on --disable-link-stdcpp
11663:
11664: * INSTALL 1.12:
11665: * configure 1.15:
11666: * configure.in 1.17:
11667: * src/targets/cgi/Makefile.am 1.33:
11668: * src/targets/cgi/Makefile.in 1.44:
11669: libstdc++ link skipping configure option
11670:
11671: * src/classes/file.C 1.73:
11672: * src/classes/mail.C 1.56:
11673: * src/include/pa_exec.h 1.8:
11674: * src/main/pa_exec.C 1.32:
11675: f(!forced_allow)
11676: to allow
11677: --with-sendmail to work with any/both
11678: --disable-foreign-group-files --disable-execs
11679:
11680: * src/classes/op.C 1.75:
11681: * src/include/pa_sql_connection.h 1.24:
11682: sql connection with error were put to cache with '
11683: marked_to_rollback' flag, all consequent even OK requests
11684: rolled back
11685:
11686: * INSTALL 1.16:
11687: "--with=sendmail=COMMAND"
11688: comment
11689:
11690: * INSTALL 1.15:
11691: * configure 1.16:
11692: * configure.in 1.18:
11693: * src/classes/mail.C 1.55:
11694: * src/include/pa_config_auto.h.in 1.24:
11695: * src/main/pa_exec.C 1.31:
11696: * src/targets/cgi/Makefile.am 1.34:
11697: * src/targets/cgi/Makefile.in 1.45:
11698: --disable-foreign-group-files now disables execs also.
11699: introducing --sendmail
11700:
11701: * INSTALL 1.14:
11702: * INSTALL 1.17:
11703: * src/classes/mail.C 1.57:
11704: * src/classes/mail.C 1.58:
11705: *** empty log message ***
11706:
11707: * operators.txt 1.22:
11708: pgsql options comment
11709:
11710: * operators.txt 1.23:
11711: * src/targets/cgi/parser3.C 1.164:
11712: http_site_config_filespec
11713:
11714: 2002-03-22 paf
11715: * operators.txt 1.21:
11716: few comments on sets
11717:
11718: * src/main/pa_exec.C 1.30:
11719: createprocess nowindow flag
11720: check on readfile false return
11721:
11722: 2002-03-18 paf
11723: * src/main/pa_charset.C 1.22:
11724: * src/targets/isapi/pa_threads.C 1.10:
11725: * src/types/pa_vdouble.h 1.34:
11726: removed some tested @tests
11727:
11728: * operators.txt 1.20:
11729: * src/classes/op.C 1.74:
11730: * src/include/pa_exception.h 1.32:
11731: * src/include/pa_globals.h 1.79:
11732: * src/include/pa_request.h 1.123:
11733: * src/include/pa_stack.h 1.14:
11734: * src/main/pa_globals.C 1.119:
11735: * src/main/pa_request.C 1.195:
1.24 paf 11736: * www/cgi-bin/parser3.log 1.12:
11737: * www/cgi-bin/parser3.log 1.13:
1.15 paf 11738: * www/htdocs/index.html 1.22:
11739: * www/htdocs/index.html 1.23:
11740: introducing ^try
11741:
11742: 2002-03-15 paf
11743: * operators.txt 1.19:
11744: * src/classes/table.C 1.145:
11745: * www/htdocs/index.html 1.21:
11746: ^table.locate(logical expr)
11747:
11748: 2002-03-13 paf
11749: * src/main/pa_exception.C 1.39:
11750: checked not-pooled malloc
11751:
11752: 2002-03-11 paf
11753: * src/types/pa_vfile.C 1.29:
11754: $file.text now 0A linebreaks,
11755: file::exec/cgi linebreaks "0D0A" changed to 0A onces
11756:
11757: * INSTALL 1.10:
11758: * configure 1.13:
11759: * configure.in 1.15:
11760: * src/include/pa_config_auto.h.in 1.22:
11761: * src/include/pa_config_fixed.h 1.40:
11762: * src/main/pa_exec.C 1.28:
11763: * src/main/pa_exec.C 1.29:
11764: * www/htdocs/index.html 1.18:
11765: * www/htdocs/index.html 1.19:
11766: * www/htdocs/index.html 1.20:
11767: --disable-execs
11768:
11769: * INSTALL 1.11:
11770: * configure 1.14:
11771: * configure.in 1.16:
11772: * src/include/pa_config_auto.h.in 1.23:
11773: * src/main/pa_common.C 1.105:
11774: --disable-foreign-group-files
11775:
11776: 2002-03-05 paf
11777: * src/targets/isapi/parser3isapi.C 1.66:
11778: * src/targets/isapi/parser3isapi.dsp 1.32:
11779: iis5 now requires headers to be terminated with \r\n manually [
11780: refuses to separate header/body itself]
11781:
11782: * operators.txt 1.17:
11783: * operators.txt 1.18:
11784: * src/classes/date.C 1.18:
11785: * src/classes/date.C 1.19:
11786: date week calendar columns named
11787:
11788: * src/main/pa_globals.C 1.118:
11789: * src/targets/cgi/parser3.C 1.163:
11790: * src/targets/isapi/parser3isapi.C 1.65:
11791: * www/htdocs/index.html 1.17:
11792: isapi site config beside .dll
11793:
11794: 2002-03-04 paf
11795: * src/targets/isapi/pa_threads.C 1.9:
11796: * src/targets/isapi/parser3isapi.C 1.64:
11797: * src/targets/isapi/parser3isapi.dsp 1.31:
11798: isapi updated
11799:
11800: * src/classes/op.C 1.73:
11801: * src/types/pa_vfile.C 1.28:
1.24 paf 11802: * www/cgi-bin/parser3.log 1.11:
1.15 paf 11803: * www/htdocs/index.html 1.16:
11804: process body now evaluated in PASS language
11805:
11806: * src/classes/op.C 1.72:
11807: * src/include/pa_string.h 1.132:
11808: * src/main/pa_string.C 1.148:
11809: string deserialize checks on broken file
11810:
11811: 2002-03-01 paf
11812: * src/main/pa_exec.C 1.27:
11813: execle -> execve, now argc OK
11814:
11815: 2002-02-28 paf
11816: * src/main/pa_string.C 1.147:
11817: origin by first piece preferred before last piece
11818:
11819: * src/main/pa_charsets.C 1.7:
11820: when placing charset to cache using global name now [were
11821: request]
11822:
11823: * configure 1.12:
11824: * configure.in 1.14:
11825: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
11826: * src/targets/apache13/mod_parser3.C 1.18:
11827: * src/targets/apache13/p3runConfigure.in 1.9:
11828: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 11829: * www/cgi-bin/parser3.log 1.10:
1.15 paf 11830: * www/htdocs/auto.p 1.7:
11831: apache module updated
11832:
11833: * src/main/untaint.C 1.98:
11834: removed some debug comments
11835:
11836: 2002-02-27 paf
11837: * src/main/pa_charset.C 1.21:
11838: size_t
11839:
11840: * INSTALL 1.9:
11841: shared/static-xml
11842: with-pathlink
11843:
11844: * operators.txt 1.15:
11845: * operators.txt 1.16:
11846: SMTP comment
11847:
11848: 2002-02-26 paf
11849: * src/classes/xnode.C 1.40:
1.24 paf 11850: * www/cgi-bin/parser3.log 1.9:
1.15 paf 11851: * www/htdocs/auto.p 1.6:
11852: * www/htdocs/global.xsl 1.4:
11853: * www/htdocs/index.html 1.15:
11854: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
11855: checked that
11856:
11857: * src/main/pa_exec.C 1.26:
11858: more precise names for vars, cosmetic
11859:
11860: 2002-02-22 paf
11861: * operators.txt 1.14:
11862: * src/types/pa_vcookie.C 1.41:
11863: * src/types/pa_vcookie.C 1.42:
1.24 paf 11864: * www/cgi-bin/parser3.log 1.5:
1.15 paf 11865: cookie "expires=0" = "session"
11866:
11867: * src/include/pa_string.h 1.131:
11868: * src/main/pa_string.C 1.144:
11869: * src/main/pa_string.C 1.145:
11870: * src/main/pa_string.C 1.146:
1.24 paf 11871: * www/cgi-bin/parser3.log 1.6:
11872: * www/cgi-bin/parser3.log 1.7:
11873: * www/cgi-bin/parser3.log 1.8:
1.15 paf 11874: * www/htdocs/auto.p 1.5:
11875: * www/htdocs/index.html 1.14:
11876: string iterators fixed again, so were String::join_chain
11877:
11878: * configure 1.11:
11879: * configure.in 1.13:
11880: glib###.a detection fixed
11881:
11882: * Makefile.in 1.7:
11883: * configure 1.9:
11884: * configure.in 1.11:
11885: * etc/Makefile.in 1.4:
11886: * etc/parser3.charsets/Makefile.in 1.6:
11887: * src/Makefile.in 1.45:
11888: * src/classes/Makefile.am 1.38:
11889: * src/classes/Makefile.in 1.43:
11890: * src/classes/gd/Makefile.in 1.34:
11891: * src/classes/hashfile.C 1.23:
11892: * src/classes/smtp/Makefile.in 1.3:
11893: * src/include/Makefile.am 1.2:
11894: * src/include/Makefile.in 1.3:
11895: * src/include/pa_config_auto.h.in 1.20:
11896: * src/include/pa_db_connection.h 1.22:
11897: * src/include/pa_db_manager.h 1.15:
11898: * src/include/pa_db_table.h 1.16:
11899: * src/main/Makefile.am 1.31:
11900: * src/main/Makefile.in 1.39:
11901: * src/main/pa_db_connection.C 1.38:
11902: * src/main/pa_db_manager.C 1.23:
11903: * src/main/pa_db_table.C 1.21:
11904: * src/main/pa_globals.C 1.117:
11905: * src/sql/Makefile.in 1.3:
11906: * src/targets/Makefile.in 1.34:
11907: * src/targets/apache13/Makefile.in 1.32:
11908: * src/targets/apache13/p3runConfigure.in 1.8:
11909: * src/targets/cgi/Makefile.am 1.32:
11910: * src/targets/cgi/Makefile.in 1.43:
11911: * src/targets/isapi/Makefile.in 1.3:
11912: * src/types/Makefile.am 1.20:
11913: * src/types/Makefile.in 1.35:
11914: * src/types/pa_vhashfile.C 1.21:
11915: * src/types/pa_vhashfile.h 1.16:
11916: removed hashfile support for now
11917:
11918: * acconfig.h 1.1:
11919: acconfig move in cvs[from src/libltdl to /]
11920:
11921: * etc/parser3.charsets/windows-1251.cfg 1.2:
11922: °
11923:
11924: * Makefile.am 1.4:
11925: * Makefile.in 1.9:
11926: make update
11927:
11928: * INSTALL 1.7:
11929: hashfile removed from INSTALL
11930:
11931: * Makefile.in 1.8:
11932: * configure 1.10:
11933: * configure.in 1.12:
11934: * src/include/pa_config_auto.h.in 1.21:
11935: --with-shared-xml
11936: --with-static-xml
11937:
11938: * INSTALL 1.8:
11939: without-zlib comment
11940:
11941: * operators.txt 1.13:
11942: * src/classes/classes.dsp 1.16:
11943: * src/main/main.dsp 1.148:
11944: * src/types/types.dsp 1.20:
11945: removed hashfile support from sources for now
11946:
11947: * src/classes/classes.dsp 1.17:
11948: * src/classes/gd/gd.dsp 1.20:
11949: * src/main/compile.tab.C 1.45:
11950: * src/main/main.dsp 1.149:
11951: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
11952: * src/targets/cgi/parser3.dsp 1.43:
11953: * src/targets/isapi/parser3isapi.dsp 1.30:
11954: * src/types/types.dsp 1.21:
11955: *.dsp: removed refereces to win32db & ancient xalan&xml
11956:
11957: 2002-02-21 paf
11958: * Makefile.am 1.3:
11959: * Makefile.in 1.6:
11960: make cvsupdate
11961:
11962: * src/main/untaint.C 1.97:
1.24 paf 11963: * www/cgi-bin/parser3.log 1.4:
1.15 paf 11964: removed debug code, activated commented-for debug parts
11965:
11966: * src/include/pa_string.h 1.130:
11967: * src/include/pa_types.h 1.39:
11968: * src/main/pa_string.C 1.143:
11969: * src/main/untaint.C 1.96:
1.24 paf 11970: * www/cgi-bin/parser3.log 1.3:
1.15 paf 11971: STRING_*FOREACH_ROW
11972: changed to stop at append_row, not at link zero
11973: now string to string appending works
11974:
11975: 2002-02-20 paf
11976: * src/include/pa_string.h 1.129:
11977: * src/main/execute.C 1.221:
11978: * src/main/untaint.C 1.95:
11979: * src/targets/cgi/pa_pool.C 1.38:
11980: * src/targets/cgi/parser3.C 1.162:
11981: * www/htdocs/index.html 1.13:
11982: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
11983:
11984: * src/include/pa_string.h 1.128:
11985: * src/main/pa_string.C 1.142:
11986: * src/main/untaint.C 1.94:
1.24 paf 11987: * www/cgi-bin/parser3.log 1.2:
1.15 paf 11988: economy: 22%
11989:
11990: * operators.txt 1.12:
11991: * src/include/pa_common.h 1.75:
11992: * src/include/pa_config_fixed.h 1.39:
11993: * src/include/pa_string.h 1.125:
11994: * src/include/pa_types.h 1.38:
11995: * src/main/compile.tab.C 1.44:
11996: * src/main/execute.C 1.220:
11997: * src/main/pa_string.C 1.139:
11998: * src/main/untaint.C 1.91:
11999: * src/targets/cgi/pa_pool.C 1.37:
12000: * src/targets/cgi/parser3.C 1.160:
12001: * www/htdocs/auto.p 1.4:
12002: * www/htdocs/global.xsl 1.3:
12003: * www/htdocs/index.html 1.11:
12004: strign to string append optimiziation idea and estimates
12005:
12006: * src/include/pa_string.h 1.126:
12007: * src/include/pa_stylesheet_connection.h 1.27:
12008: * src/main/pa_db_manager.C 1.22:
12009: * src/main/pa_dictionary.C 1.13:
12010: * src/main/pa_string.C 1.140:
12011: * src/main/untaint.C 1.92:
12012: * src/targets/cgi/parser3.C 1.161:
12013: * src/types/pa_vcookie.C 1.40:
12014: * src/types/pa_vstring.h 1.42:
12015: * www/htdocs/index.html 1.12:
12016: speed uptimized: string::is_empty
12017:
12018: * src/include/pa_string.h 1.127:
12019: * src/main/pa_string.C 1.141:
12020: * src/main/untaint.C 1.93:
1.24 paf 12021: * www/cgi-bin/parser3.log 1.1:
1.15 paf 12022: space uptimized: string::link_row removed
12023:
12024: 2002-02-19 paf
12025: * src/classes/xdoc.C 1.86:
12026: * src/classes/xnode.C 1.39:
12027: getElementsByTagName and *NS moved to node [element]
12028:
12029: * src/classes/math.C 1.15:
12030: not used directly [but erroreously reported that 'is', thus
12031: registering twice&other probs]
12032:
12033: * src/main/compile.C 1.59:
12034: * src/main/compile.C 1.60:
12035: without string_origins not worked
12036:
12037: * src/main/compile.C 1.61:
12038: without string_origins parse error file+line+col possible
12039:
12040: 2002-02-18 paf
12041: * src/types/pa_vdouble.h 1.33:
12042: since we have in_expression
12043: removed that trick i've installed into double::as_string
12044:
12045: * INSTALL 1.6:
12046: local install comment
12047:
12048: * src/main/compile.tab.C 1.41:
12049: * src/main/compile.y 1.181:
12050: * www/htdocs/global.xsl 1.2:
12051: * www/htdocs/index.html 1.7:
12052: integer division stops name
12053:
12054: * Makefile.in 1.4:
12055: * acinclude.m4 1.2:
12056: * aclocal.m4 1.2:
12057: * configure 1.8:
12058: * configure.in 1.10:
12059: * etc/Makefile.in 1.3:
12060: * etc/parser3.charsets/Makefile.in 1.5:
12061: * src/Makefile.in 1.44:
12062: * src/classes/Makefile.in 1.42:
12063: * src/classes/gd/Makefile.in 1.33:
12064: * src/classes/smtp/Makefile.in 1.2:
12065: * src/include/Makefile.in 1.2:
12066: * src/include/pa_config_auto.h.in 1.19:
12067: * src/include/pa_config_includes.h 1.19:
12068: * src/main/Makefile.in 1.38:
12069: * src/sql/Makefile.in 1.2:
12070: * src/targets/Makefile.in 1.33:
12071: * src/targets/apache13/Makefile.in 1.31:
12072: * src/targets/apache13/p3runConfigure.in 1.7:
12073: * src/targets/cgi/Makefile.am 1.30:
12074: * src/targets/cgi/Makefile.in 1.41:
12075: * src/targets/cgi/parser3.C 1.157:
12076: * src/targets/isapi/Makefile.in 1.2:
12077: * src/types/Makefile.in 1.34:
12078: removed libtool usage from build mech
12079:
1.24 paf 12080: * src/classes/math.C 1.14:
12081: * www/htdocs/index.html 1.8:
12082: math:random range check fixed
12083:
1.15 paf 12084: * operators.txt 1.10:
12085: * src/classes/date.C 1.17:
12086: date::create [were date::set, with backward comp
12087:
12088: * src/main/compile.tab.C 1.42:
12089: bison env set so one could compile without cygwin installed
12090:
12091: * src/targets/cgi/Makefile.am 1.31:
12092: * src/targets/cgi/Makefile.in 1.42:
12093: * src/targets/cgi/parser3.C 1.158:
12094: *** empty log message ***
12095:
12096: * src/main/pa_globals.C 1.116:
12097: extern "C" was removed too fast
12098:
12099: * Makefile.in 1.5:
12100: * ltconfig 1.2:
12101: * ltmain.sh 1.2:
12102: removed libtool subpart files
12103:
12104: * src/main/main.dsp 1.147:
12105: * src/main/pa_globals.C 1.115:
12106: removed unneded
12107: #ifdef __cplusplus
12108: }
12109: #endif
12110:
12111: * src/include/pa_opcode.h 1.15:
12112: * src/include/pa_request.h 1.122:
12113: * src/main/compile.tab.C 1.43:
12114: * src/main/compile.y 1.182:
12115: * src/main/execute.C 1.219:
12116: * src/types/pa_wcontext.h 1.28:
12117: * www/htdocs/index.html 1.10:
12118: * www/htdocs/index.html 1.9:
12119: in_expression
12120: aimed to solve old problem with string/nonstring values,
12121: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
12122:
12123: * operators.txt 1.11:
12124: * src/targets/cgi/parser3.C 1.159:
12125: PARSER_ROOT_CONFIG
12126:
12127: * src/classes/classes.dsp 1.15:
12128: * src/classes/gd/gd.dsp 1.19:
12129: * src/classes/smtp/smtp.dsp 1.16:
12130: * src/main/main.dsp 1.146:
12131: * src/main/pa_globals.C 1.114:
12132: * src/targets/cgi/parser3.dsp 1.42:
12133: * src/types/types.dsp 1.19:
12134: win32xml now contains gnome xml libs
12135: parser .dsp-s changed accordingly
12136:
12137: * operators.txt 1.9:
12138: \ comment
12139:
12140: 2002-02-13 paf
12141: * INSTALL 1.5:
12142: * configure 1.7:
12143: * configure.in 1.9:
12144: * src/targets/cgi/Makefile.am 1.29:
12145: * src/targets/cgi/Makefile.in 1.40:
12146: --with-glib-config
12147: CXXLINK=$(CC) for targets/cgi/parser3
12148:
12149: * src/include/pa_config_includes.h 1.18:
12150: sys/time time both included now.
12151: vaguely remember confilicts on this on some system [not on six|ablv]
12152: so when would see them again would think up proper check
12153:
12154: * etc/parser3.charsets/windows-1257.cfg 1.1:
12155: * src/targets/cgi/parser3.C 1.156:
12156: baltic charset file generated, in generation script ispunct
12157: check added
12158:
12159: * src/main/pa_common.C 1.103:
12160: strnchr: sanity check added
12161:
12162: * src/main/pa_common.C 1.104:
12163: truncation never occured when writing files on unix [since i've changed cache mech]
12164: fix
12165:
12166: * etc/parser3.charsets/windows-1257.cfg 1.2:
12167: id added
12168:
12169: 2002-02-08 paf
12170: * src/classes/classes.C 1.14:
12171: * src/classes/classes.h 1.15:
12172: * src/classes/date.C 1.15:
12173: * src/classes/double.C 1.42:
12174: * src/classes/file.C 1.71:
12175: * src/classes/form.C 1.20:
12176: * src/classes/gd/gif.C 1.25:
12177: * src/classes/gd/gif.h 1.19:
12178: * src/classes/gd/gifio.C 1.17:
12179: * src/classes/hash.C 1.34:
12180: * src/classes/hashfile.C 1.21:
12181: * src/classes/image.C 1.65:
12182: * src/classes/int.C 1.39:
12183: * src/classes/mail.C 1.53:
12184: * src/classes/math.C 1.12:
12185: * src/classes/op.C 1.70:
12186: * src/classes/response.C 1.17:
12187: * src/classes/smtp/comms.C 1.7:
12188: * src/classes/smtp/smtp.C 1.8:
12189: * src/classes/smtp/smtp.h 1.7:
12190: * src/classes/string.C 1.96:
12191: * src/classes/table.C 1.143:
12192: * src/classes/void.C 1.15:
12193: * src/classes/xdoc.C 1.84:
12194: * src/classes/xnode.C 1.37:
12195: * src/classes/xnode.h 1.8:
12196: * src/include/pa_array.h 1.52:
12197: * src/include/pa_cache_managers.h 1.5:
12198: * src/include/pa_charset.h 1.13:
12199: * src/include/pa_charsets.h 1.4:
12200: * src/include/pa_common.h 1.73:
12201: * src/include/pa_config_fixed.h 1.37:
12202: * src/include/pa_config_includes.h 1.16:
12203: * src/include/pa_db_connection.h 1.20:
12204: * src/include/pa_db_manager.h 1.13:
12205: * src/include/pa_db_table.h 1.14:
12206: * src/include/pa_dictionary.h 1.9:
12207: * src/include/pa_dir.h 1.9:
12208: * src/include/pa_exception.h 1.30:
12209: * src/include/pa_exec.h 1.6:
12210: * src/include/pa_globals.h 1.77:
12211: * src/include/pa_hash.h 1.53:
12212: * src/include/pa_opcode.h 1.13:
12213: * src/include/pa_pool.h 1.77:
12214: * src/include/pa_pragma_pack_begin.h 1.3:
12215: * src/include/pa_pragma_pack_end.h 1.3:
12216: * src/include/pa_request.h 1.120:
12217: * src/include/pa_sapi.h 1.17:
12218: * src/include/pa_socks.h 1.7:
12219: * src/include/pa_sql_connection.h 1.22:
12220: * src/include/pa_sql_driver_manager.h 1.22:
12221: * src/include/pa_stack.h 1.12:
12222: * src/include/pa_string.h 1.123:
12223: * src/include/pa_stylesheet_connection.h 1.25:
12224: * src/include/pa_stylesheet_manager.h 1.11:
12225: * src/include/pa_table.h 1.40:
12226: * src/include/pa_threads.h 1.22:
12227: * src/include/pa_types.h 1.36:
12228: * src/main/compile.C 1.57:
12229: * src/main/compile.tab.C 1.40:
12230: * src/main/compile_tools.C 1.44:
12231: * src/main/compile_tools.h 1.57:
12232: * src/main/execute.C 1.217:
12233: * src/main/pa_array.C 1.46:
12234: * src/main/pa_cache_managers.C 1.3:
12235: * src/main/pa_charset.C 1.19:
12236: * src/main/pa_charsets.C 1.5:
12237: * src/main/pa_common.C 1.100:
12238: * src/main/pa_db_connection.C 1.36:
12239: * src/main/pa_db_manager.C 1.20:
12240: * src/main/pa_db_table.C 1.19:
12241: * src/main/pa_dictionary.C 1.11:
12242: * src/main/pa_dir.C 1.10:
12243: * src/main/pa_exception.C 1.37:
12244: * src/main/pa_exec.C 1.24:
12245: * src/main/pa_globals.C 1.112:
12246: * src/main/pa_hash.C 1.49:
12247: * src/main/pa_pool.C 1.50:
12248: * src/main/pa_request.C 1.193:
12249: * src/main/pa_socks.C 1.12:
12250: * src/main/pa_sql_driver_manager.C 1.60:
12251: * src/main/pa_status_provider.C 1.3:
12252: * src/main/pa_string.C 1.137:
12253: * src/main/pa_stylesheet_manager.C 1.12:
12254: * src/main/pa_table.C 1.43:
12255: * src/main/untaint.C 1.88:
12256: * src/sql/pa_sql_driver.h 1.25:
12257: * src/targets/apache13/mod_parser3.C 1.16:
12258: * src/targets/apache13/pa_pool.C 1.4:
12259: * src/targets/apache13/pa_threads.C 1.6:
12260: * src/targets/cgi/pa_pool.C 1.35:
12261: * src/targets/cgi/pa_threads.C 1.8:
12262: * src/targets/cgi/parser3.C 1.153:
12263: * src/targets/cgi/pool_storage.h 1.8:
12264: * src/targets/isapi/pa_pool.C 1.11:
12265: * src/targets/isapi/pa_threads.C 1.7:
12266: * src/targets/isapi/parser3isapi.C 1.62:
12267: * src/targets/isapi/pool_storage.h 1.14:
12268: * src/types/pa_valiased.C 1.12:
12269: * src/types/pa_valiased.h 1.17:
12270: * src/types/pa_value.h 1.78:
12271: * src/types/pa_vbool.h 1.16:
12272: * src/types/pa_vclass.h 1.23:
12273: * src/types/pa_vcode_frame.h 1.13:
12274: * src/types/pa_vcookie.C 1.33:
12275: * src/types/pa_vcookie.h 1.14:
12276: * src/types/pa_vdate.h 1.7:
12277: * src/types/pa_vdouble.h 1.31:
12278: * src/types/pa_venv.h 1.19:
12279: * src/types/pa_vfile.C 1.25:
12280: * src/types/pa_vfile.h 1.39:
12281: * src/types/pa_vform.C 1.51:
12282: * src/types/pa_vform.h 1.32:
12283: * src/types/pa_vhash.h 1.28:
12284: * src/types/pa_vhashfile.C 1.18:
12285: * src/types/pa_vhashfile.h 1.14:
12286: * src/types/pa_vimage.C 1.15:
12287: * src/types/pa_vimage.h 1.23:
12288: * src/types/pa_vint.h 1.30:
12289: * src/types/pa_vjunction.h 1.11:
12290: * src/types/pa_vmath.h 1.5:
12291: * src/types/pa_vmethod_frame.h 1.21:
12292: * src/types/pa_vobject.h 1.15:
12293: * src/types/pa_vrequest.C 1.15:
12294: * src/types/pa_vrequest.h 1.15:
12295: * src/types/pa_vresponse.C 1.3:
12296: * src/types/pa_vresponse.h 1.20:
12297: * src/types/pa_vstateless_class.C 1.12:
12298: * src/types/pa_vstateless_class.h 1.22:
12299: * src/types/pa_vstateless_object.h 1.14:
12300: * src/types/pa_vstatus.C 1.5:
12301: * src/types/pa_vstatus.h 1.6:
12302: * src/types/pa_vstring.C 1.15:
12303: * src/types/pa_vstring.h 1.40:
12304: * src/types/pa_vtable.C 1.10:
12305: * src/types/pa_vtable.h 1.36:
12306: * src/types/pa_vvoid.h 1.7:
12307: * src/types/pa_vxdoc.C 1.10:
12308: * src/types/pa_vxdoc.h 1.18:
12309: * src/types/pa_vxnode.C 1.14:
12310: * src/types/pa_vxnode.h 1.11:
12311: * src/types/pa_wcontext.C 1.14:
12312: * src/types/pa_wcontext.h 1.26:
12313: * src/types/pa_wwrapper.h 1.15:
12314: 2002
12315:
12316: * src/types/pa_vcookie.C 1.36:
12317: * src/types/pa_vcookie.C 1.37:
12318: * src/types/pa_vcookie.C 1.38:
12319: * src/types/pa_vcookie.C 1.39:
12320: VCookie::fill_fields one check forgotten
12321:
12322: * src/classes/smtp/Makefile.am 1.1:
12323: * src/classes/smtp/Makefile.in 1.1:
12324: * src/include/Makefile.am 1.1:
12325: * src/include/Makefile.in 1.1:
12326: * src/sql/Makefile.am 1.3:
12327: * src/sql/Makefile.in 1.1:
12328: * src/targets/isapi/Makefile.am 1.1:
12329: * src/targets/isapi/Makefile.in 1.1:
12330: forgotten makes
12331:
12332: * AUTHORS 1.2:
12333: * COPYING 1.2:
12334: * INSTALL 1.3:
12335: * INSTALL 1.4:
12336: * README 1.2:
12337: install&others updated
12338:
12339: * Makefile.am 1.2:
12340: * Makefile.in 1.3:
12341: * configure 1.6:
12342: * configure.in 1.8:
12343: * etc/parser3.charsets/Makefile.am 1.2:
12344: * etc/parser3.charsets/Makefile.in 1.4:
12345: * src/Makefile.am 1.15:
12346: * src/Makefile.in 1.43:
12347: * src/classes/Makefile.am 1.37:
12348: * src/classes/Makefile.in 1.41:
12349: * src/classes/gd/Makefile.am 1.9:
12350: * src/classes/gd/Makefile.in 1.32:
12351: * src/main/Makefile.am 1.30:
12352: * src/main/Makefile.in 1.37:
12353: * src/main/pa_status_provider.C 1.5:
12354: * src/targets/Makefile.am 1.9:
12355: * src/targets/Makefile.in 1.32:
12356: * src/targets/apache13/Makefile.am 1.11:
12357: * src/targets/apache13/Makefile.in 1.30:
12358: * src/targets/cgi/Makefile.am 1.28:
12359: * src/targets/cgi/Makefile.in 1.39:
12360: * src/types/Makefile.am 1.19:
12361: * src/types/Makefile.in 1.33:
12362: 'make dist' works
12363:
12364: * src/classes/classes.C 1.15:
12365: * src/classes/classes.h 1.16:
12366: * src/classes/date.C 1.16:
12367: * src/classes/double.C 1.43:
12368: * src/classes/file.C 1.72:
12369: * src/classes/form.C 1.21:
12370: * src/classes/gd/gif.C 1.26:
12371: * src/classes/gd/gif.h 1.20:
12372: * src/classes/gd/gifio.C 1.18:
12373: * src/classes/hash.C 1.35:
12374: * src/classes/hashfile.C 1.22:
12375: * src/classes/image.C 1.66:
12376: * src/classes/image.C 1.67:
12377: * src/classes/int.C 1.40:
12378: * src/classes/mail.C 1.54:
12379: * src/classes/math.C 1.13:
12380: * src/classes/op.C 1.71:
12381: * src/classes/response.C 1.18:
12382: * src/classes/smtp/comms.C 1.8:
12383: * src/classes/smtp/smtp.C 1.9:
12384: * src/classes/smtp/smtp.h 1.8:
12385: * src/classes/string.C 1.97:
12386: * src/classes/table.C 1.144:
12387: * src/classes/void.C 1.16:
12388: * src/classes/xdoc.C 1.85:
12389: * src/classes/xnode.C 1.38:
12390: * src/classes/xnode.h 1.9:
12391: * src/include/pa_array.h 1.53:
12392: * src/include/pa_cache_managers.h 1.6:
12393: * src/include/pa_charset.h 1.14:
12394: * src/include/pa_charsets.h 1.5:
12395: * src/include/pa_common.h 1.74:
12396: * src/include/pa_config_fixed.h 1.38:
12397: * src/include/pa_config_includes.h 1.17:
12398: * src/include/pa_db_connection.h 1.21:
12399: * src/include/pa_db_manager.h 1.14:
12400: * src/include/pa_db_table.h 1.15:
12401: * src/include/pa_dictionary.h 1.10:
12402: * src/include/pa_dir.h 1.10:
12403: * src/include/pa_exception.h 1.31:
12404: * src/include/pa_exec.h 1.7:
12405: * src/include/pa_globals.h 1.78:
12406: * src/include/pa_hash.h 1.54:
12407: * src/include/pa_opcode.h 1.14:
12408: * src/include/pa_pool.h 1.78:
12409: * src/include/pa_pragma_pack_begin.h 1.4:
12410: * src/include/pa_pragma_pack_end.h 1.4:
12411: * src/include/pa_request.h 1.121:
12412: * src/include/pa_sapi.h 1.18:
12413: * src/include/pa_socks.h 1.8:
12414: * src/include/pa_sql_connection.h 1.23:
12415: * src/include/pa_sql_driver_manager.h 1.23:
12416: * src/include/pa_stack.h 1.13:
12417: * src/include/pa_string.h 1.124:
12418: * src/include/pa_stylesheet_connection.h 1.26:
12419: * src/include/pa_stylesheet_manager.h 1.12:
12420: * src/include/pa_table.h 1.41:
12421: * src/include/pa_threads.h 1.23:
12422: * src/include/pa_types.h 1.37:
12423: * src/main/compile.C 1.58:
12424: * src/main/compile_tools.C 1.45:
12425: * src/main/compile_tools.h 1.58:
12426: * src/main/execute.C 1.218:
12427: * src/main/pa_array.C 1.47:
12428: * src/main/pa_cache_managers.C 1.4:
12429: * src/main/pa_charset.C 1.20:
12430: * src/main/pa_charsets.C 1.6:
12431: * src/main/pa_common.C 1.101:
12432: * src/main/pa_common.C 1.102:
12433: * src/main/pa_db_connection.C 1.37:
12434: * src/main/pa_db_manager.C 1.21:
12435: * src/main/pa_db_table.C 1.20:
12436: * src/main/pa_dictionary.C 1.12:
12437: * src/main/pa_dir.C 1.11:
12438: * src/main/pa_exception.C 1.38:
12439: * src/main/pa_exec.C 1.25:
12440: * src/main/pa_globals.C 1.113:
12441: * src/main/pa_hash.C 1.50:
12442: * src/main/pa_pool.C 1.51:
12443: * src/main/pa_request.C 1.194:
12444: * src/main/pa_socks.C 1.13:
12445: * src/main/pa_sql_driver_manager.C 1.61:
12446: * src/main/pa_status_provider.C 1.4:
12447: * src/main/pa_string.C 1.138:
12448: * src/main/pa_stylesheet_manager.C 1.13:
12449: * src/main/pa_table.C 1.44:
12450: * src/main/untaint.C 1.89:
12451: * src/main/untaint.C 1.90:
12452: * src/sql/pa_sql_driver.h 1.26:
12453: * src/targets/apache13/mod_parser3.C 1.17:
12454: * src/targets/apache13/pa_pool.C 1.5:
12455: * src/targets/apache13/pa_threads.C 1.7:
12456: * src/targets/cgi/pa_pool.C 1.36:
12457: * src/targets/cgi/pa_threads.C 1.9:
12458: * src/targets/cgi/parser3.C 1.154:
12459: * src/targets/cgi/parser3.C 1.155:
12460: * src/targets/cgi/pool_storage.h 1.9:
12461: * src/targets/isapi/pa_pool.C 1.12:
12462: * src/targets/isapi/pa_threads.C 1.8:
12463: * src/targets/isapi/parser3isapi.C 1.63:
12464: * src/targets/isapi/pool_storage.h 1.15:
12465: * src/types/pa_valiased.C 1.13:
12466: * src/types/pa_valiased.h 1.18:
12467: * src/types/pa_value.h 1.79:
12468: * src/types/pa_vbool.h 1.17:
12469: * src/types/pa_vclass.h 1.24:
12470: * src/types/pa_vcode_frame.h 1.14:
12471: * src/types/pa_vcookie.C 1.34:
12472: * src/types/pa_vcookie.C 1.35:
12473: * src/types/pa_vcookie.h 1.15:
12474: * src/types/pa_vdate.h 1.8:
12475: * src/types/pa_vdouble.h 1.32:
12476: * src/types/pa_venv.h 1.20:
12477: * src/types/pa_vfile.C 1.26:
12478: * src/types/pa_vfile.C 1.27:
12479: * src/types/pa_vfile.h 1.40:
12480: * src/types/pa_vform.C 1.52:
12481: * src/types/pa_vform.C 1.53:
12482: * src/types/pa_vform.h 1.33:
12483: * src/types/pa_vhash.h 1.29:
12484: * src/types/pa_vhashfile.C 1.19:
12485: * src/types/pa_vhashfile.C 1.20:
12486: * src/types/pa_vhashfile.h 1.15:
12487: * src/types/pa_vimage.C 1.16:
12488: * src/types/pa_vimage.C 1.17:
12489: * src/types/pa_vimage.h 1.24:
12490: * src/types/pa_vint.h 1.31:
12491: * src/types/pa_vjunction.h 1.12:
12492: * src/types/pa_vmath.h 1.6:
12493: * src/types/pa_vmethod_frame.h 1.22:
12494: * src/types/pa_vobject.h 1.16:
12495: * src/types/pa_vrequest.C 1.16:
12496: * src/types/pa_vrequest.C 1.17:
12497: * src/types/pa_vrequest.h 1.16:
12498: * src/types/pa_vresponse.C 1.4:
12499: * src/types/pa_vresponse.C 1.5:
12500: * src/types/pa_vresponse.h 1.21:
12501: * src/types/pa_vstateless_class.C 1.13:
12502: * src/types/pa_vstateless_class.h 1.23:
12503: * src/types/pa_vstateless_object.h 1.15:
12504: * src/types/pa_vstatus.C 1.6:
12505: * src/types/pa_vstatus.h 1.7:
12506: * src/types/pa_vstring.C 1.16:
12507: * src/types/pa_vstring.C 1.17:
12508: * src/types/pa_vstring.h 1.41:
12509: * src/types/pa_vtable.C 1.11:
12510: * src/types/pa_vtable.C 1.12:
12511: * src/types/pa_vtable.h 1.37:
12512: * src/types/pa_vvoid.h 1.8:
12513: * src/types/pa_vxdoc.C 1.11:
12514: * src/types/pa_vxdoc.C 1.12:
12515: * src/types/pa_vxdoc.h 1.19:
12516: * src/types/pa_vxnode.C 1.15:
12517: * src/types/pa_vxnode.C 1.16:
12518: * src/types/pa_vxnode.h 1.12:
12519: * src/types/pa_wcontext.C 1.15:
12520: * src/types/pa_wcontext.h 1.27:
12521: * src/types/pa_wwrapper.h 1.16:
12522: name spelling
12523:
12524: 2002-02-07 paf
12525: * src/main/compile.C 1.56:
12526: * src/main/compile.tab.C 1.39:
12527: * src/main/compile.y 1.180:
12528: * src/main/compile_tools.h 1.56:
12529: disabled $if reference due to conflicts with local variables
12530:
12531: * configure 1.5:
12532: * configure.in 1.7:
12533: * src/classes/Makefile.in 1.39:
12534: * src/classes/gd/Makefile.in 1.30:
12535: * src/include/pa_config_auto.h.in 1.18:
12536: * src/main/Makefile.in 1.35:
12537: * src/main/pa_common.C 1.99:
12538: * src/main/pa_socks.C 1.10:
12539: * src/targets/Makefile.in 1.30:
12540: * src/targets/cgi/Makefile.in 1.37:
12541: * src/types/Makefile.in 1.31:
12542: compiled under cygwin
12543: added yet another locking function: fcntl
12544:
12545: * src/classes/Makefile.in 1.40:
12546: * src/classes/gd/Makefile.in 1.31:
12547: * src/main/Makefile.in 1.36:
12548: * src/targets/Makefile.in 1.31:
12549: * src/targets/apache13/Makefile.in 1.29:
12550: * src/targets/cgi/Makefile.in 1.38:
12551: * src/types/Makefile.in 1.32:
12552: makes
12553:
12554: * src/include/pa_array.h 1.50:
12555: * src/main/compile.C 1.55:
12556: * src/main/compile.tab.C 1.37:
12557: * src/main/compile.y 1.179:
12558: * src/main/compile_tools.C 1.43:
12559: * src/main/compile_tools.h 1.55:
12560: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
12561: OP_VALUE+string+OP_GET_ELEMENT.
12562: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
12563: to form
12564: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
12565: code
12566:
12567: * operators.txt 1.6:
12568: * src/classes/string.C 1.95:
12569: * src/include/pa_config_fixed.h 1.35:
12570: * src/main/compile.tab.C 1.38:
12571: ^int/double/string.format
12572: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
12573: retaining backward compatibility due to some already-implemented servers
12574:
12575: * config.sub 1.2:
12576: on cygwin configure passes it with strange i1586 const, hacked
12577: it to mean i586
12578:
12579: * src/main/pa_socks.C 1.11:
12580: swapped headers to avoid compiler warnings
12581:
12582: * operators.txt 1.7:
12583: * src/classes/table.C 1.142:
12584: * src/include/pa_array.h 1.51:
12585: * src/include/pa_table.h 1.39:
12586: * src/main/pa_array.C 1.45:
12587: * src/main/pa_table.C 1.42:
12588: * www/htdocs/auto.p 1.3:
12589: * www/htdocs/index.html 1.6:
12590: table::create now // 'set' name obsolete now
12591: table clone.
12592:
12593: * operators.txt 1.8:
12594: * src/classes/xdoc.C 1.83:
12595: * src/include/pa_config_fixed.h 1.36:
12596: xdoc::set obsolete now, now xdoc::create, with both sences
12597:
12598: 2002-02-06 paf
12599: * src/classes/mail.C 1.52:
12600: *** empty log message ***
12601:
12602: * configure 1.4:
12603: * configure.in 1.6:
12604: prefix expanded, grr
12605:
12606: * operators.txt 1.5:
12607: * src/classes/mail.C 1.51:
12608: mail:send config changed
12609:
12610: 2002-02-05 paf
12611: * configure.in 1.3:
12612: * operators.txt 1.2:
12613: * src/classes/file.C 1.70:
12614: * src/classes/op.C 1.69:
12615: * src/include/pa_common.h 1.72:
12616: * src/include/pa_config_includes.h 1.15:
12617: * src/main/compile.tab.C 1.36:
12618: * src/main/pa_common.C 1.98:
12619: * www/htdocs/index.html 1.5:
12620: rewritten ^cache to use non-blocking-exclusive-caches
12621:
12622: * src/types/pa_vstatus.C 1.4:
12623: status:rusage 3
12624:
12625: * src/main/pa_common.C 1.97:
12626: text file read mode on win32 adjusted [speed impact. was off
12627: for debugging purpose, but forgotten afterwards]
12628:
12629: * operators.txt 1.3:
12630: status:rusage described int operators
12631:
12632: * configure.in 1.4:
12633: * src/types/Makefile.am 1.18:
12634: * src/types/pa_vstatus.h 1.5:
12635: * src/types/types.dsp 1.18:
12636: status:rusage
12637:
12638: * src/types/pa_vstatus.C 1.1:
12639: status:rusage 1
12640:
12641: * configure 1.3:
12642: * configure.in 1.5:
12643: * src/include/pa_config_auto.h.in 1.17:
12644: * src/types/Makefile.in 1.30:
12645: * src/types/pa_vstatus.C 1.2:
12646: *** empty log message ***
12647:
12648: * src/main/pa_exec.C 1.22.14.1:
12649: * src/main/pa_exec.C 1.23:
12650: argv0 now correct
12651:
12652: * src/types/pa_vstatus.C 1.3:
12653: status:rusage 2
12654:
12655: * operators.txt 1.4:
12656: regex options commented
12657:
12658: 2002-02-01 paf
12659: * src/classes/op.C 1.62.2.1.2.3:
12660: file_write does EX lock after create,
12661: while file_read does SH after open,
12662: 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,
12663: added a check for that in ^cache...read
12664:
12665: 2002-01-31 paf
12666: * src/main/execute.C 1.210:
12667: * www/htdocs/index.html 1.3:
12668: operators check, thay mistakenly seen in
12669: $class:operator
12670: $object.operators
12671: contexts
12672:
12673: * INSTALL 1.2:
12674: * Makefile.in 1.2:
12675: * configure 1.2:
12676: * configure.in 1.2:
12677: * etc/Makefile.am 1.2:
12678: * etc/Makefile.in 1.2:
12679: * etc/parser3.charsets/Makefile.in 1.3:
12680: * ident.awk 1.2:
12681: * src/Makefile.in 1.42:
12682: * src/classes/Makefile.am 1.36:
12683: * src/classes/Makefile.in 1.38:
12684: * src/classes/gd/Makefile.am 1.8:
12685: * src/classes/gd/Makefile.in 1.29:
12686: * src/main/Makefile.am 1.29:
12687: * src/main/Makefile.in 1.34:
12688: * src/targets/Makefile.in 1.29:
12689: * src/targets/apache13/Makefile.am 1.10:
12690: * src/targets/cgi/Makefile.am 1.27:
12691: * src/targets/cgi/Makefile.in 1.36:
12692: * src/targets/cgi/pa_config_paths.h.in 1.1:
12693: * src/targets/cgi/parser3.C 1.152:
12694: * src/types/Makefile.am 1.17:
12695: * src/types/Makefile.in 1.29:
12696: lowered indent.awk back to src/
12697:
12698: * src/classes/xdoc.C 1.82:
12699: * src/targets/cgi/parser3.dsp 1.41:
12700: * www/htdocs/index.html 1.2:
12701: now compiles under win32
12702:
12703: * src/main/compile.tab.C 1.35:
12704: * src/main/compile.y 1.178:
12705: disabled operator call after ^xxx:
12706:
12707: * AUTHORS 1.1:
12708: * COPYING 1.1:
12709: * INSTALL 1.1:
12710: * Makefile.am 1.1:
12711: * Makefile.in 1.1:
12712: * NEWS 1.1:
12713: * README 1.1:
12714: * acinclude.m4 1.1:
12715: * aclocal.m4 1.1:
12716: * asm.txt 1.1:
12717: * config.guess 1.1:
12718: * config.sub 1.1:
12719: * configure 1.1:
12720: * configure.in 1.1:
12721: * etc/Makefile.am 1.1:
12722: * etc/Makefile.in 1.1:
12723: * etc/parser3.charsets/Makefile.am 1.1:
12724: * etc/parser3.charsets/Makefile.in 1.1:
12725: * etc/parser3.charsets/koi8-r.cfg 1.1:
12726: * etc/parser3.charsets/windows-1250.cfg 1.1:
12727: * etc/parser3.charsets/windows-1251.cfg 1.1:
12728: * form.txt 1.1:
12729: * ident.awk 1.1:
12730: * install-sh 1.1:
12731: * lang.txt 1.1:
12732: * ltconfig 1.1:
12733: * ltmain.sh 1.1:
12734: * missing 1.1:
12735: * mkinstalldirs 1.1:
12736: * operators.txt 1.1:
12737: * parser3.dsw 1.1:
12738: * sql.txt 1.1:
12739: * src/Makefile.am 1.14:
12740: * src/Makefile.in 1.41:
12741: * src/classes/Makefile.am 1.35:
12742: * src/classes/Makefile.in 1.37:
12743: * src/classes/gd/Makefile.am 1.7:
12744: * src/classes/gd/Makefile.in 1.28:
12745: * src/include/pa_config_auto.h.in 1.16:
12746: * src/main/Makefile.am 1.28:
12747: * src/main/Makefile.in 1.33:
12748: * src/targets/Makefile.in 1.28:
12749: * src/targets/apache13/Makefile.am 1.9:
12750: * src/targets/apache13/Makefile.in 1.28:
12751: * src/targets/cgi/Makefile.am 1.26:
12752: * src/targets/cgi/Makefile.in 1.35:
12753: * src/targets/cgi/parser3.C 1.151:
12754: * src/types/Makefile.am 1.16:
12755: * src/types/Makefile.in 1.28:
12756: * types.txt 1.1:
12757: * www/Makefile.am 1.1:
12758: * www/Makefile.in 1.1:
12759: * www/htdocs/auto.p 1.1:
12760: * www/htdocs/global.xsl 1.1:
12761: * www/htdocs/index.html 1.1:
12762: * www/htdocs/parser-status.html 1.1:
12763: * www/htdocs/people.dtd 1.1:
12764: moved etc&www out of src, moved configure&co out of src
12765: added windows-1250.cfg
12766: straightened installation scripts procedure
12767: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
12768:
12769: * src/include/pa_opcode.h 1.12:
12770: * src/include/pa_request.h 1.119:
12771: * src/main/compile.C 1.54:
12772: * src/main/compile.tab.C 1.33:
12773: * src/main/compile.y 1.177:
12774: * src/main/compile_tools.C 1.42:
12775: * src/main/compile_tools.h 1.54:
12776: * src/main/execute.C 1.215:
12777: * src/types/pa_wcontext.h 1.25:
12778: operators check 6.1
12779: rewritten. now check is done at compile time
12780:
12781: * src/main/execute.C 1.214:
12782: operators check 5
12783: floated up old error of staying in 'entered class/object' state after $a($a..)
12784: it prevented operators from being called thereafter
12785:
12786: * src/main/compile.tab.C 1.34:
12787: * src/main/execute.C 1.216:
12788: made operators lookup first in ^xxx situation.
12789: so that one could not do
12790: $if[1]
12791: ^if[xxx]
12792:
1.24 paf 12793: * etc/parser3.charsets/Makefile.in 1.2:
12794: *** empty log message ***
12795:
1.15 paf 12796: * src/main/execute.C 1.211:
12797: * src/types/pa_wcontext.h 1.24:
12798: * www/htdocs/auto.p 1.2:
12799: * www/htdocs/index.html 1.4:
12800: operators check 2
12801: floated up old error of staying in 'entered class' state after $a:a[a]
12802: it prevented operators from being called thereafter
12803:
12804: * src/main/execute.C 1.212:
12805: operators check 3
12806: floated up old error of staying in 'entered class' state after $a:a(a)
12807: it prevented operators from being called thereafter
12808:
12809: * src/include/pa_opcode.h 1.11:
12810: * src/main/compile.tab.C 1.32:
12811: * src/main/compile.y 1.176:
12812: * src/main/execute.C 1.213:
12813: operators check 4
12814: floated up old error of staying in 'entered object' state after ^a.a(a)
12815: it prevented operators from being called thereafter
12816:
12817: 2002-01-30 paf
12818: * src/classes/xdoc.C 1.81:
12819: acconfig.h changed [comments before #undefs removed]
12820: those comments were a mistake, and prevented libltdl from function properly
12821:
12822: 2002-01-29 paf
12823: * src/Makefile.am 1.13:
12824: * src/Makefile.in 1.40:
12825: * src/classes/Makefile.am 1.34:
12826: * src/classes/Makefile.in 1.36:
12827: * src/classes/gd/Makefile.in 1.27:
12828: * src/main/Makefile.in 1.32:
12829: * src/targets/Makefile.in 1.27:
12830: * src/targets/apache13/Makefile.in 1.27:
12831: * src/targets/cgi/Makefile.in 1.34:
12832: * src/types/Makefile.in 1.27:
12833: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
12834: added default system config&charsetts
12835: prepared 'make install', now it installs
12836: targets/cgi/parser3 into bin directory
12837: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
12838:
12839: * src/classes/xdoc.C 1.80:
12840: * src/include/pa_charset.h 1.12:
12841: * src/include/pa_globals.h 1.76:
12842: * src/main/pa_globals.C 1.111:
12843: few forgotten ifdef XML added
12844:
12845: 2002-01-28 paf
12846: * src/classes/xdoc.C 1.79:
12847: * src/classes/xnode.h 1.7:
12848: * src/main/pa_exception.C 1.35:
12849: xdoc.importNode 0
12850:
12851: * src/classes/xdoc.C 1.78:
12852: xdoc::set now untaints OK
12853:
12854: * src/Makefile.in 1.39:
12855: stupid make runs automake on ths
12856:
12857: * src/classes/xnode.C 1.34:
12858: * src/types/pa_vxdoc.h 1.17:
12859: xdoc.importNode 1 [fixed as_node helper func to accept docs]
12860:
12861: * src/classes/Makefile.am 1.33:
12862: * src/classes/Makefile.in 1.35:
12863: * src/targets/cgi/Makefile.am 1.25:
12864: * src/targets/cgi/Makefile.in 1.33:
12865: xalan-patch removed
12866:
12867: * src/main/pa_exception.C 1.36:
12868: dom|generic error output fix
12869:
12870: * src/classes/xnode.C 1.35:
12871: xdoc.importNode 2 [mistype err]
12872:
12873: * src/classes/xnode.C 1.36:
12874: xdoc.importNode 3 [check err]
12875:
12876: 2002-01-25 paf
12877: * src/include/pa_charset.h 1.11:
12878: * src/main/pa_globals.C 1.110:
12879: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
12880:
12881: * src/classes/hash.C 1.33:
12882: unified hash::sql, now
12883: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
12884:
12885: * src/classes/file.C 1.68:
12886: * src/classes/op.C 1.68:
12887: * src/classes/string.C 1.94:
12888: * src/classes/table.C 1.141:
12889: * src/classes/xdoc.C 1.77:
12890: * src/include/pa_common.h 1.70:
12891: * src/main/pa_common.C 1.95:
12892: * src/types/pa_vfile.h 1.38:
12893: removed redundant pool param to some pa_common funcs
12894:
12895: * src/classes/file.C 1.69:
12896: * src/include/pa_common.h 1.71:
12897: * src/main/pa_common.C 1.96:
12898: ^file:lock[filename]{code}
12899:
12900: * src/include/pa_charset.h 1.10:
12901: * src/include/pa_charset.h 1.2.2.1:
12902: * src/include/pa_config_fixed.h 1.34.6.1:
12903: * src/main/compile.tab.C 1.27.6.3:
12904: * src/main/pa_charset.C 1.18:
12905: typedef XMLCh... not stupid illegal define
12906:
12907: * src/main/compile.tab.C 1.31:
12908: * src/main/compile.y 1.175:
12909: #comment before @ after @SPECIAL
12910: now works OK
12911:
12912: * src/main/pa_exec.C 1.20:
12913: max arg count now 10, and proper message on violation that added
12914:
12915: * src/main/pa_exec.C 1.21:
12916: * src/main/pa_exec.C 1.22:
12917: unix: exec now does chdir to script dir
12918:
12919: 2002-01-24 paf
12920: * src/classes/hashfile.C 1.20:
12921: * src/include/pa_db_table.h 1.13:
12922: * src/include/pa_opcode.h 1.10:
12923: * src/main/compile.tab.C 1.30:
12924: * src/main/compile.y 1.174:
12925: * src/main/compile_tools.C 1.41:
12926: * src/main/compile_tools.h 1.53:
12927: * src/main/execute.C 1.209:
12928: * src/main/pa_db_connection.C 1.35:
12929: * src/main/pa_db_table.C 1.18:
12930: * src/types/pa_vhashfile.C 1.17:
12931: * src/types/pa_vhashfile.h 1.13:
12932: merged from r17 - hashfile without logfiles
12933:
12934: * src/classes/xnode.C 1.31:
12935: xnode.select returns array always now, in case 'nothing found'
12936: returns empty array
12937:
12938: * src/include/pa_version.h 1.3:
12939: changed version number
12940:
12941: * src/classes/xdoc.C 1.74:
12942: checked empty response
12943:
12944: * src/classes/hashfile.C 1.19.2.1:
12945: * src/include/pa_db_table.h 1.12.6.1:
12946: * src/main/compile.tab.C 1.27.6.2:
12947: * src/main/pa_db_connection.C 1.34.6.1:
12948: * src/main/pa_db_table.C 1.17.2.1:
12949: * src/types/pa_vhashfile.C 1.16.6.1:
12950: * src/types/pa_vhashfile.h 1.12.14.1:
12951: hashfile:
12952: removed use of transactions
12953: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
12954: thus got rid of huge log files, which cluttered disk without huge need]
12955:
12956: * src/classes/xdoc.C 1.76:
12957: * src/classes/xnode.C 1.33:
12958: * src/classes/xnode.h 1.6:
12959: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
12960: in dome lib
12961:
12962: * src/classes/xnode.C 1.30:
12963: xpath nodes select bug [0] instead of [i], be more tender with
12964: ctrl/c/v
12965:
12966: * src/classes/xdoc.C 1.75:
12967: xsltSaveResultTo checked <0 response
12968:
12969: * src/classes/xnode.C 1.32:
12970: xdoc.select fixed context node [were always /, not self node]
12971:
12972: 2002-01-23 paf
12973: * src/classes/xdoc.C 1.72:
12974: * src/main/pa_globals.C 1.108:
12975: * src/types/pa_vdouble.h 1.29:
12976: %.20E now default float format
12977: this is for regretful twice-converting here:
12978: $a(double value) when they write double falue they convert it to string first,
12979: thus %g were losing precesion.
12980:
12981: todo: think up some way to remove double->string string->double twice-converting
12982:
12983: * src/main/pa_globals.C 1.105:
12984: removed debug xslt messages
12985:
12986: * src/main/pa_globals.C 1.106:
12987: xslt linked dynamically. [mistekenly were statically linked]
12988:
12989: * src/include/pa_exception.h 1.29:
12990: * src/main/compile.tab.C 1.29:
12991: * src/main/pa_exception.C 1.34:
12992: removed exception va_list constructor.
12993: 1. not needed anymore
12994: 2. there were a conflict[causing errors] between
12995: ctor(, va_list)
12996: ctor(, ...)
12997: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
12998: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
12999:
13000: * src/types/pa_vdouble.h 1.30:
13001: %.20E now float format when %g produced 'e' in output
13002: this is for regretful twice-converting here:
13003: $a(double value) when they write double falue they convert it to string first,
13004: thus %g were losing precesion.
13005:
13006: todo: think up some way to remove double->string string->double twice-converting
13007:
13008: * src/types/pa_vdouble.h 1.28.14.1:
13009: double prec. todo: get rid of twice-converting
13010:
13011: * src/classes/xdoc.C 1.71:
13012: * src/include/pa_stylesheet_connection.h 1.24:
13013: * src/main/pa_globals.C 1.107:
13014: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
13015:
13016: * src/classes/xdoc.C 1.73:
13017: * src/main/pa_globals.C 1.109:
13018: xdoc::load/set entities substituted.
13019: // 2. when dom tree with entites goes under transform text nodes
13020: // got [erroreosly] cut on first entity occurance
13021:
13022: 2002-01-22 paf
13023: * src/classes/table.C 1.140:
13024: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
13025: replaced them with empty strings
13026:
13027: * src/classes/xdoc.C 1.70:
13028: * src/include/pa_stylesheet_connection.h 1.23:
13029: * src/main/pa_globals.C 1.104:
13030: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
13031: example:
13032: this refused to work,
13033: <b>«<xsl:value-of select="@title" />»</b>
13034: stranly worked only this way:
13035: <b>«<xsl:value-of select="@title" />»</b>
13036:
13037: docs says "set it to 1", never going into details, so I decided to try NOT to do that
13038:
13039: * src/classes/gd/gif.C 1.24:
13040: * src/classes/gd/mtables.h 1.2:
13041: angles adjust for image.arc and image.sector
13042:
13043: * src/classes/gd/gif.C 1.23:
13044: added bounds check into image.replace...LineReplaceColor
13045:
13046: 2002-01-21 paf
13047: * src/include/pa_stylesheet_connection.h 1.20:
13048: * src/main/pa_exception.C 1.32:
13049: xml generic message 1
13050:
13051: * src/main/pa_charset.C 1.17:
13052: checked empty transcoders in transcode_cstr|buf
13053:
13054: * src/classes/Makefile.in 1.34:
13055: * src/classes/xdoc.C 1.67:
13056: * src/classes/xnode.C 1.29:
13057: * src/include/pa_stylesheet_connection.h 1.22:
13058: * src/main/pa_charset.C 1.16:
13059: * src/main/pa_globals.C 1.103:
13060: * src/main/pa_sql_driver_manager.C 1.59:
13061: * src/main/pa_stylesheet_manager.C 1.11:
13062: * src/targets/cgi/Makefile.am 1.24:
13063: * src/targets/cgi/Makefile.in 1.32:
13064: autoconf gnome
13065:
13066: * src/classes/xdoc.C 1.69:
13067: xdoc::load error source = filespec
13068:
13069: * src/classes/table.C 1.139:
13070: ^table::load
13071: empty lines or #comments before headline
13072:
13073: * src/include/pa_array.h 1.49:
13074: * src/include/pa_globals.h 1.74:
13075: * src/include/pa_request.h 1.118:
13076: * src/include/pa_threads.h 1.21:
13077: * src/main/pa_array.C 1.44:
13078: * src/main/pa_exception.C 1.31:
13079: * src/main/pa_globals.C 1.101:
13080: * src/main/pa_request.C 1.192:
13081: * src/targets/apache13/pa_threads.C 1.4:
13082: * src/targets/cgi/pa_threads.C 1.6:
13083: * src/targets/isapi/pa_threads.C 1.6:
13084: xml generic errors 0
13085:
13086: * src/classes/xdoc.C 1.66:
13087: * src/classes/xnode.C 1.28:
13088: * src/include/pa_exception.h 1.28:
13089: * src/include/pa_globals.h 1.75:
13090: * src/include/pa_stylesheet_connection.h 1.21:
13091: * src/main/pa_exception.C 1.33:
13092: * src/main/pa_globals.C 1.102:
13093: * src/targets/apache13/pa_threads.C 1.5:
13094: * src/targets/cgi/pa_threads.C 1.7:
13095: xslt generic error 1
13096:
13097: * src/classes/xdoc.C 1.68:
13098: transform error source now stylesheet_filespec
13099:
13100: 2002-01-16 paf
13101: * src/classes/xdoc.C 1.64:
13102: few comments
13103:
13104: * src/classes/hash.C 1.32:
13105: * src/classes/op.C 1.67:
13106: * src/classes/string.C 1.93:
13107: * src/classes/table.C 1.138:
13108: * src/classes/void.C 1.14:
13109: * src/classes/xdoc.C 1.65:
13110: * src/include/pa_db_connection.h 1.19:
13111: * src/include/pa_request.h 1.117:
13112: * src/include/pa_sql_connection.h 1.21:
13113: * src/include/pa_sql_driver_manager.h 1.21:
13114: * src/include/pa_stylesheet_connection.h 1.19:
13115: * src/include/pa_stylesheet_manager.h 1.10:
13116: * src/main/pa_request.C 1.191:
13117: * src/main/pa_sql_driver_manager.C 1.58:
13118: * src/main/pa_stylesheet_manager.C 1.10:
13119: * src/targets/cgi/pool_storage.h 1.7:
13120: auto closers to sql_connection, stylesheet_connection
13121: auto destroyers to remaining gnome objects
13122:
13123: 2002-01-15 paf
13124: * src/classes/xdoc.C 1.61:
13125: * src/include/pa_charset.h 1.9:
13126: * src/main/pa_charset.C 1.15:
13127: started output options parsing
13128:
13129: * src/classes/xdoc.C 1.63:
13130: xdoc
13131: file
13132: save
13133: string
13134:
13135: ready.
13136: todo: error handling
13137:
13138: * src/classes/xdoc.C 1.62:
13139: xdoc save rewritten using xmlAllocOutputBuffer
13140: less mallocs, more reallocs. less fragmented result
13141:
13142: 2002-01-14 paf
13143: * src/classes/xdoc.C 1.60:
13144: method
13145:
13146: * src/classes/xdoc.C 1.59:
13147: * src/classes/xnode.C 1.27:
13148: * src/include/pa_charset.h 1.8:
13149: * src/include/pa_pool.h 1.76:
13150: * src/include/pa_stylesheet_connection.h 1.18:
13151: * src/main/main.dsp 1.145:
13152: * src/main/pa_charset.C 1.14:
13153: * src/main/pa_globals.C 1.100:
13154: * src/main/pa_pool.C 1.49:
13155: * src/main/pa_stylesheet_manager.C 1.9:
13156: * src/types/pa_vxdoc.h 1.16:
13157: xslt transform0.
13158: TODO:
13159: use output options
13160: handle errors
13161:
13162: * src/classes/xdoc.C 1.58:
13163: * src/classes/xnode.C 1.26:
13164: ^xdoc.file
13165:
13166: 2002-01-11 paf
13167: * src/classes/xnode.C 1.22:
13168: * src/include/pa_charset.h 1.6:
13169: * src/main/pa_charset.C 1.13:
13170: xpath selectNode 1
13171:
13172: * src/include/pa_opcode.h 1.9.6.1:
13173: * src/main/compile.tab.C 1.27.6.1:
13174: * src/main/compile.y 1.173.14.1:
13175: * src/main/compile_tools.C 1.40.14.1:
13176: * src/main/compile_tools.h 1.52.6.1:
13177: * src/main/execute.C 1.208.2.1:
13178: partial logical && || evaluation
13179:
13180: * src/classes/xnode.C 1.23:
13181: xpath selectNode 2
13182:
13183: * src/classes/xnode.C 1.24:
13184: * src/include/pa_charset.h 1.7:
13185: xpath selectNode 3: string/number/bool
13186:
13187: * src/classes/xnode.C 1.25:
13188: xpath selectNodes
13189:
13190: 2002-01-10 paf
13191: * src/classes/xnode.C 1.21:
13192: xpath selectNode -100 [just written]
13193:
13194: * src/classes/xdoc.C 1.57:
13195: * src/classes/xnode.C 1.20:
13196: * src/include/pa_charset.h 1.5:
13197: * src/include/pa_exception.h 1.27:
13198: * src/include/pa_pool.h 1.75:
13199: * src/main/pa_charset.C 1.12:
13200: * src/main/pa_pool.C 1.48:
13201: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
13202:
13203: 2001-12-29 paf
13204: * src/classes/xdoc.C 1.56:
13205: * src/include/pa_exception.h 1.26:
13206: * src/main/pa_charset.C 1.11:
13207: * src/main/pa_exception.C 1.30:
13208: * src/main/pa_globals.C 1.99:
13209: xdoc
13210: ^set
13211: ^string with glib works 0
13212:
13213: 2001-12-28 paf
13214: * src/classes/smtp/smtp.h 1.6:
13215: * src/main/pa_globals.C 1.98:
13216: renamed gdome to libgdome.dll
13217:
13218: * src/classes/classes.dsp 1.14:
13219: * src/classes/gd/gd.dsp 1.18:
13220: * src/classes/gd/gifio.C 1.16:
13221: * src/classes/mail.C 1.50:
13222: * src/classes/smtp/comms.C 1.6:
13223: * src/classes/smtp/smtp.C 1.7:
13224: * src/classes/smtp/smtp.dsp 1.15:
13225: * src/classes/xdoc.C 1.54:
13226: * src/classes/xnode.C 1.19:
13227: * src/classes/xnode.h 1.5:
13228: * src/include/pa_exception.h 1.25:
13229: * src/include/pa_globals.h 1.73:
13230: * src/main/compile.tab.C 1.28:
13231: * src/main/main.dsp 1.144:
13232: * src/main/pa_charset.C 1.9:
13233: * src/main/pa_dir.C 1.9:
13234: * src/main/pa_exception.C 1.28:
13235: * src/main/pa_exec.C 1.19:
13236: * src/main/pa_globals.C 1.97:
13237: * src/main/pa_socks.C 1.9:
13238: * src/targets/cgi/parser3.C 1.150:
13239: * src/targets/cgi/parser3.dsp 1.40:
13240: * src/types/pa_vxdoc.C 1.9:
13241: * src/types/pa_vxdoc.h 1.15:
13242: * src/types/pa_vxnode.C 1.13:
13243: * src/types/pa_vxnode.h 1.10:
13244: gnome libs just compiled in.
13245: no refcounting
13246: no xpath
13247: no xslt
13248: yet
13249:
13250: * src/classes/xdoc.C 1.55:
13251: * src/include/pa_charset.h 1.4:
13252: * src/main/pa_charset.C 1.10:
13253: * src/main/pa_exception.C 1.29:
13254: started glib transcoders
13255:
13256: 2001-12-27 paf
13257: * src/include/pa_charset.h 1.3:
13258: * src/include/pa_common.h 1.69:
13259: * src/include/pa_exception.h 1.24:
13260: * src/include/pa_globals.h 1.72:
13261: * src/include/pa_pool.h 1.74:
13262: * src/main/main.dsp 1.143:
13263: * src/main/pa_charset.C 1.8:
13264: * src/main/pa_charsets.C 1.4:
13265: * src/main/pa_globals.C 1.96:
13266: * src/main/pa_pool.C 1.47:
13267: * src/targets/cgi/parser3.C 1.149:
13268: * src/targets/cgi/parser3.dsp 1.39:
13269: * src/types/pa_vxdoc.C 1.8:
13270: * src/types/pa_vxdoc.h 1.14:
13271: * src/types/pa_vxnode.C 1.12:
13272: * src/types/pa_vxnode.h 1.9:
13273: * src/types/types.dsp 1.17:
13274: going away from xalan&xerces, started the process.
13275: globals [initialization
13276: pool [charset update
13277: charset [transcodings
13278: vxnode vxdoc [DOM calls
13279:
13280: * src/classes/Makefile.am 1.32:
13281: going away from xalan&xerces, not needed anymore
13282:
13283: 2001-12-26 paf
13284: * src/include/pa_charset.h 1.2:
13285: * src/include/pa_charsets.h 1.3:
13286: * src/main/pa_charset.C 1.7:
13287: * src/main/pa_charsets.C 1.3:
13288: * src/main/pa_request.C 1.190:
13289: charset key globalized [bug]
13290:
13291: 2001-12-25 paf
13292: * src/classes/mail.C 1.49:
13293: * src/classes/table.C 1.137:
13294: * src/include/pa_string.h 1.122:
13295: * src/main/pa_string.C 1.136:
13296: table set & append changed splitting languages, separators now can be clean AND as-is
13297: same to mail command line $MAIN:MAIL.progX arguments
13298:
13299: 2001-12-24 paf
13300: * src/classes/hashfile.C 1.19:
13301: * src/classes/op.C 1.66:
13302: * src/main/pa_db_table.C 1.17:
13303: * src/main/pa_string.C 1.135:
13304: read from cache size check updated
13305:
13306: * src/main/pa_string.C 1.133:
13307: * src/main/pa_string.C 1.134:
13308: String::join_chain another ugly bug :(
13309:
13310: * src/classes/mail.C 1.48:
13311: one parted text messages - no multipart mime-type anymore.
13312: for convinient if $.attach-ments
13313:
13314: 2001-12-21 paf
13315: * src/main/pa_request.C 1.189:
13316: $result in @main actually not working, to hell with it for now
13317:
13318: * src/main/execute.C 1.207:
13319: junction evaluation canceled - endless recursion detected
13320:
13321: * src/classes/date.C 1.14:
13322: date:sql-string now returns localtime
13323:
13324: * src/include/pa_request.h 1.116:
13325: * src/main/execute.C 1.208:
13326: * src/main/pa_request.C 1.188:
13327: * src/types/pa_vmethod_frame.h 1.20:
13328: * src/types/pa_wcontext.h 1.23:
13329: $result in @main @postprocess @exception
13330:
13331: 2001-12-19 paf
13332: * src/main/pa_request.C 1.187:
13333: CLASS_PATH now / = DOCUMENT_ROOT
13334:
13335: * src/classes/op.C 1.65:
13336: ^cache keypath now relative
13337:
13338: * src/classes/hashfile.C 1.18:
13339: ^hashfile.open DB_HOME now relative
13340:
13341: * src/main/pa_charset.C 1.6:
13342: charset->charset transcoding via unicode intermediate
13343:
13344: * src/classes/mail.C 1.46:
13345: * src/include/pa_config_fixed.h 1.34:
13346: to/from 0 check were missing
13347:
13348: * src/classes/mail.C 1.47:
13349: changed weighting prior to sort
13350:
13351: 2001-12-17 paf
13352: * src/classes/mail.C 1.45:
13353: * src/include/pa_charsets.h 1.2:
13354: * src/include/pa_string.h 1.121:
13355: * src/main/pa_charsets.C 1.2:
13356: * src/main/untaint.C 1.87:
13357: * src/types/pa_vrequest.C 1.14:
13358: * src/types/pa_vresponse.C 1.2:
13359: ^mail:send[
13360: $.charset[zzz]
13361: addded
13362:
13363: * src/include/pa_db_table.h 1.12:
13364: * src/main/pa_db_table.C 1.16:
13365: db_table used outdated unset services_pool
13366:
13367: * src/main/pa_charset.C 1.5:
13368: ifndef XML were bad type
13369:
13370: * src/classes/image.C 1.63:
13371: govno
13372:
13373: * src/main/untaint.C 1.86:
13374: allowed space in filespec
13375:
13376: * src/classes/image.C 1.64:
13377: no govno
13378:
13379: * src/targets/apache13/mod_parser3.C 1.15:
13380: test r->finfo.st_mode check seems to work only on win32
13381:
13382: * src/main/pa_charset.C 1.4:
13383: empty bufs transcode [forgot check :(]
13384:
13385: 2001-12-15 paf
13386: * src/classes/file.C 1.67:
13387: * src/classes/math.C 1.11:
13388: * src/classes/op.C 1.64:
13389: * src/classes/string.C 1.92:
13390: * src/classes/table.C 1.136:
13391: * src/classes/xdoc.C 1.53:
13392: * src/include/pa_array.h 1.48:
13393: * src/include/pa_cache_managers.h 1.4:
13394: * src/include/pa_charset_connection.h 1.6:
13395: * src/include/pa_charset_manager.h 1.8:
13396: * src/include/pa_common.h 1.68:
13397: * src/include/pa_db_connection.h 1.18:
13398: * src/include/pa_db_manager.h 1.12:
13399: * src/include/pa_db_table.h 1.11:
13400: * src/include/pa_dictionary.h 1.8:
13401: * src/include/pa_exception.h 1.23:
13402: * src/include/pa_exec.h 1.5:
13403: * src/include/pa_globals.h 1.71:
13404: * src/include/pa_hash.h 1.52:
13405: * src/include/pa_opcode.h 1.9:
13406: * src/include/pa_pool.h 1.73:
13407: * src/include/pa_request.h 1.115:
13408: * src/include/pa_sapi.h 1.16:
13409: * src/include/pa_socks.h 1.6:
13410: * src/include/pa_sql_connection.h 1.20:
13411: * src/include/pa_sql_driver_manager.h 1.20:
13412: * src/include/pa_string.h 1.120:
13413: * src/include/pa_stylesheet_connection.h 1.17:
13414: * src/include/pa_stylesheet_manager.h 1.9:
13415: * src/include/pa_table.h 1.38:
13416: * src/include/pa_transcoder.h 1.3:
13417: * src/main/compile_tools.h 1.52:
13418: * src/main/main.dsp 1.142:
13419: * src/main/pa_charset.C 1.1:
13420: * src/main/pa_charset_connection.C 1.13:
13421: * src/main/pa_charset_manager.C 1.10:
13422: * src/main/pa_charsets.C 1.1:
13423: * src/main/pa_globals.C 1.95:
13424: * src/main/pa_pool.C 1.46:
13425: * src/main/pa_request.C 1.186:
13426: * src/main/pa_string.C 1.132:
13427: * src/main/pa_transcoder.C 1.4:
13428: * src/main/untaint.C 1.84:
13429: * src/types/pa_vfile.C 1.24:
13430: * src/types/pa_vform.C 1.50:
13431: * src/types/pa_vform.h 1.31:
13432: * src/types/pa_vrequest.C 1.13:
13433: * src/types/pa_vrequest.h 1.14:
13434: * src/types/pa_vresponse.C 1.1:
13435: * src/types/pa_vresponse.h 1.19:
13436: * src/types/types.dsp 1.16:
13437: introducing Charset
13438:
13439: * src/main/pa_charset.C 1.2:
13440: name_cstr 0
13441:
13442: * src/main/Makefile.in 1.31:
13443: * src/targets/apache13/Makefile.in 1.26:
13444: * src/targets/cgi/Makefile.in 1.31:
13445: * src/types/Makefile.in 1.26:
13446: makes
13447:
13448: * src/include/pa_charset.h 1.1:
13449: * src/include/pa_charsets.h 1.1:
13450: forgot to add
13451:
13452: * src/main/Makefile.am 1.27:
13453: * src/main/pa_charset.C 1.3:
13454: * src/types/Makefile.am 1.15:
13455: charset_connection&manager replaced by charset&charsets
13456:
13457: * src/main/untaint.C 1.85:
13458: uri lang now knows about client/source charsets
13459:
13460: 2001-12-14 paf
13461: * src/include/pa_request.h 1.114:
13462: * src/include/pa_transcoder.h 1.2:
13463: * src/main/pa_request.C 1.185:
13464: * src/main/pa_transcoder.C 1.3:
13465: * src/types/pa_vform.C 1.49:
13466: * src/types/pa_vform.h 1.30:
13467: transcodeToUTF8[were FromUTF8] for forms
13468: todo: uri lang
13469:
13470: * src/targets/apache13/Makefile.am 1.8:
13471: * src/targets/cgi/Makefile.am 1.23:
13472: -I../../pcre to .am
13473:
13474: * src/include/pa_charset_connection.h 1.5:
13475: * src/include/pa_pool.h 1.72:
13476: * src/include/pa_request.h 1.113:
13477: * src/include/pa_transcoder.h 1.1:
13478: * src/main/Makefile.am 1.26:
13479: * src/main/main.dsp 1.141:
13480: * src/main/pa_charset_connection.C 1.12:
13481: * src/main/pa_charset_manager.C 1.9:
13482: * src/main/pa_request.C 1.184:
13483: * src/main/pa_transcoder.C 1.1:
13484: * src/types/Makefile.am 1.14:
13485: * src/types/pa_vrequest.C 1.12:
13486: * src/types/pa_vrequest.h 1.13:
13487: * src/types/pa_vresponse.h 1.18:
13488: * src/types/types.dsp 1.15:
13489: changed charset model.
13490: now important:
13491: $request:charset
13492: $response:charset
13493: while
13494: $response:content-type.charset
13495: become unimportant [informational]
13496:
13497: * src/include/pa_globals.h 1.70:
13498: * src/main/pa_globals.C 1.94:
13499: removed unused defalts_name global
13500:
13501: * src/main/pa_transcoder.C 1.2:
13502: transcodeToUTF8,
13503: now form&uri lang
13504:
13505: 2001-12-13 paf
13506: * src/include/pa_types.h 1.35:
13507: msvc head debugging flag
13508:
13509: * src/classes/xdoc.C 1.49:
13510: freed up listener
13511:
13512: * src/classes/xdoc.C 1.51:
13513: * src/main/pa_sql_driver_manager.C 1.57:
13514: rewritten auto_ptr part other way, because of stupid gcc 2.96
13515: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
13516: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
13517: FormatterListener]
13518: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
13519: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
13520: FormatterListener, _Tp = FormatterListener]
13521:
13522: * src/include/pa_config_fixed.h 1.32:
13523: * src/main/pa_common.C 1.94:
13524: * src/main/pa_string.C 1.131:
13525: removed signed mismatch warnings
13526:
13527: * src/classes/xdoc.C 1.52:
13528: rewritten auto_ptr part other way2, because of stupid gcc 2.96
13529: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
13530: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
13531: FormatterListener]
13532: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
13533: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
13534: FormatterListener, _Tp = FormatterListener]
13535:
13536: * src/main/pa_string.C 1.130:
13537: string::recustruct erroreusly used outdated row ptr
13538:
13539: * src/include/pa_cache_managers.h 1.3:
13540: * src/include/pa_charset_manager.h 1.7:
13541: * src/include/pa_config_fixed.h 1.33:
13542: * src/include/pa_db_manager.h 1.11:
13543: * src/include/pa_sql_driver_manager.h 1.19:
13544: * src/include/pa_stylesheet_manager.h 1.8:
13545: * src/main/pa_cache_managers.C 1.2:
13546: * src/main/pa_globals.C 1.93:
13547: ~Cache_managers
13548:
13549: * src/classes/string.C 1.91:
13550: change msg '... code is not code'
13551:
13552: * src/classes/xdoc.C 1.50:
13553: removed extra inc
13554:
13555: * src/targets/apache13/mod_parser3.C 1.14:
13556: * src/targets/cgi/parser3.C 1.147:
13557: * src/targets/isapi/parser3isapi.C 1.61:
13558: removed 'expires' from header outputs
13559:
13560: * src/targets/cgi/pa_pool.C 1.34:
13561: * src/targets/isapi/pa_pool.C 1.10:
13562: EOL@EOF
13563:
13564: * src/main/pa_db_connection.C 1.34:
13565: * src/main/pa_db_manager.C 1.19:
13566: * src/main/pa_sql_driver_manager.C 1.56:
13567: * src/main/pa_stylesheet_manager.C 1.8:
13568: * src/targets/cgi/pool_storage.h 1.6:
13569: couple cache expiratiors were wrong [past/future prob]
13570:
13571: * src/classes/xdoc.C 1.48:
13572: lang list updated
13573:
13574: * src/targets/cgi/pa_pool.C 1.33:
13575: * src/targets/cgi/parser3.C 1.148:
13576: msvc heap debugging flag
13577:
13578: * src/classes/file.C 1.66:
13579: file::cgi bug, request_method were passed to SERVER_PROTOCOL
13580: but SERVER_PROTOCOL were forgotten
13581:
13582: 2001-12-10 paf
13583: * src/main/untaint.C 1.83:
13584: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
13585: introducing
13586: // theoretical problem with, for instance, "_2B" and "." fragments,
13587: // they would yield the same
13588: // because need_file_encode('_')=false
13589: // but we need to delete such files somehow, getting names from ^index
13590:
13591: * src/main/pa_string.C 1.129:
13592: ^string.replace bug fixed [bad string::join_chank break]
13593:
13594: * src/classes/math.C 1.10:
13595: ^math:random(n) now yields[0;n) not [0;n]
13596:
13597: 2001-12-07 paf
13598: * src/main/pa_string.C 1.125.2.1.2.2:
13599: stupid sparc architecture failed to access short at odd address
13600: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
13601:
13602: bus error,
13603: fixed that
13604:
13605: * src/include/pa_config_auto.h.in 1.14.6.1:
13606: makes
13607:
13608: * src/main/pa_string.C 1.125.2.1.2.1:
13609: strange string deserialize bug on client[pmts], a bit shortened,
13610:
13611: * src/include/pa_common.h 1.66.6.2:
13612: * src/include/pa_config_fixed.h 1.30.8.2:
13613: * src/include/pa_config_includes.h 1.13.6.1:
13614: * src/main/pa_common.C 1.91.4.1.2.2:
13615: exclusive lock file write
13616: shared lock file read
13617:
13618: * src/classes/hashfile.C 1.17:
13619: * src/classes/op.C 1.63:
13620: * src/classes/table.C 1.135:
13621: * src/include/pa_common.h 1.67:
13622: * src/include/pa_config_auto.h.in 1.15:
13623: * src/include/pa_config_fixed.h 1.31:
13624: * src/include/pa_config_includes.h 1.14:
13625: * src/include/pa_db_table.h 1.10:
13626: * src/include/pa_request.h 1.112:
13627: * src/main/pa_common.C 1.93:
13628: * src/main/pa_db_table.C 1.15:
13629: * src/main/pa_request.C 1.183:
13630: * src/main/pa_string.C 1.128:
13631: * src/types/pa_vhashfile.C 1.16:
13632: merged from r14_simple_cache
13633:
13634: 2001-12-06 paf
13635: * src/main/compile.tab.C 1.27:
13636: * src/targets/cgi/parser3.C 1.146:
13637: removed debug info
13638:
13639: * src/classes/op.C 1.62.2.1.2.1:
13640: * src/classes/table.C 1.133.2.2.2.1:
13641: * src/include/pa_request.h 1.111.2.1.2.1:
13642: * src/main/pa_request.C 1.182.2.1.2.1:
13643: #ifdef RESOURCES_DEBUG
13644:
13645: * src/classes/op.C 1.62.2.1.2.2:
13646: * src/include/pa_common.h 1.66.6.1:
13647: * src/include/pa_config_fixed.h 1.30.8.1:
13648: * src/main/pa_common.C 1.91.4.1.2.1:
13649: ^cache operator
13650:
13651: * src/classes/hashfile.C 1.15.6.2:
13652: removed transaction from ^cache
13653:
13654: 2001-12-05 paf
13655: * src/targets/cgi/parser3.C 1.144:
13656: * src/targets/cgi/parser3.C 1.145:
13657: fatal error reporting fixed.
13658: in IIS5 there were a prob with illegal call check
13659:
13660: 2001-12-04 paf
13661: * src/classes/op.C 1.62.2.1:
13662: * src/classes/table.C 1.133.2.2:
13663: * src/include/pa_request.h 1.111.2.1:
13664: * src/main/pa_request.C 1.182.2.1:
13665: measures to log
13666:
13667: 2001-11-26 paf
13668: * src/targets/apache13/mod_parser3.C 1.13:
13669: merge dir config now works OK with parser_root_config_filespec
13670:
13671: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
13672:
13673: 2001-11-23 paf
13674: * src/classes/hashfile.C 1.16:
13675: * src/classes/table.C 1.134:
13676: * src/include/pa_db_table.h 1.9:
13677: * src/main/pa_common.C 1.92:
13678: * src/main/pa_db_table.C 1.14:
13679: * src/main/pa_string.C 1.127:
13680: * src/types/pa_vhashfile.C 1.15:
13681: merged from _0014, 1
13682:
13683: * src/classes/hashfile.C 1.15.6.1:
13684: * src/classes/table.C 1.133.2.1:
13685: * src/include/pa_db_table.h 1.8.6.1:
13686: * src/main/pa_common.C 1.91.4.1:
13687: * src/main/pa_db_table.C 1.12.6.2:
13688: * src/types/pa_vhashfile.C 1.14.6.1:
13689: hashfile bugfix2 more wrong sizes.
13690: ^cache behaviour changed: if ^cache(33) would change
13691:
13692: 0660 bits in file_write & hashfile create
13693:
13694: * src/main/pa_db_table.C 1.12.6.1:
13695: * src/main/pa_db_table.C 1.13:
13696: * src/main/pa_string.C 1.125.2.1:
13697: * src/main/pa_string.C 1.126:
13698: cache bugfix [wrong types after pa_string optimization]
13699:
13700: 2001-11-22 paf
13701: * src/main/untaint.C 1.82:
13702: ORIGINS mode removed UHTML
13703:
13704: * src/classes/op.C 1.62:
13705: process cstr(,connection)
13706:
13707: * src/Makefile.in 1.38:
13708: * src/classes/gd/Makefile.in 1.26:
13709: * src/classes/xdoc.C 1.47:
13710: * src/targets/Makefile.in 1.26:
13711: * src/targets/apache13/Makefile.in 1.25:
13712: * src/targets/cgi/Makefile.in 1.30:
13713: cached xslt [removed nocache forcing]
13714:
13715: * src/classes/op.C 1.61:
13716: process now gets its body on current language, not as-is
13717:
13718: * src/main/untaint.C 1.81:
13719: ORIGINS mode was bad - forgot about optimize bit
13720:
13721: * src/classes/table.C 1.133:
13722: * src/include/pa_table.h 1.37:
13723: * src/main/pa_table.C 1.41:
13724: table.offset[whence]
13725:
13726: 2001-11-21 paf
13727: * src/classes/table.C 1.132:
13728: * src/main/pa_string.C 1.124:
13729: * src/main/untaint.C 1.78:
13730: * src/targets/cgi/parser3.C 1.141:
13731: table.append bug fixed: forgot to switch default language for {
13732: code}, it happen to change it's language from CLEAN, so later
13733: refused to split by CLEAN \t
13734:
13735: * src/classes/xdoc.C 1.46:
13736: * src/types/pa_vxdoc.C 1.7:
13737: * src/types/pa_vxdoc.h 1.13:
13738: <xsl:output
13739: output options made identical to xsl:output attributes
13740: exclusion:
13741: cdata-section-elements
13742: what xalan can do but that not used now:
13743: it can escape and remove CDATA sections
13744:
13745: * src/targets/cgi/parser3.C 1.142:
13746: removed debug cgi||1
13747:
13748: * src/main/untaint.C 1.80:
13749: * src/targets/cgi/parser3.C 1.143:
13750: optimized \r produced by xslt
13751:
13752: * src/main/pa_string.C 1.125:
13753: * src/main/untaint.C 1.79:
13754: cached some string::size() es
13755:
13756: 2001-11-20 paf
13757: * src/classes/Makefile.am 1.31:
13758: * src/classes/Makefile.in 1.33:
13759: * src/classes/table.C 1.131:
13760: * src/main/Makefile.am 1.25:
13761: * src/main/Makefile.in 1.30:
13762: * src/main/pa_exception.C 1.27:
13763: * src/types/Makefile.am 1.13:
13764: * src/types/Makefile.in 1.25:
13765: moved ident.C & co to bottom of dependeces, so that errors
13766: would popup quicklier, fixed line numbering in table::sql
13767:
13768: 2001-11-19 paf
13769: * src/classes/op.C 1.60:
13770: * src/include/pa_request.h 1.111:
13771: * src/include/pa_string.h 1.119:
13772: * src/include/pa_types.h 1.34:
13773: * src/main/pa_globals.C 1.92:
13774: * src/main/pa_request.C 1.182:
13775: * src/main/pa_string.C 1.123:
13776: * src/main/untaint.C 1.77:
13777: * src/targets/apache13/mod_parser3.C 1.12:
13778: * src/targets/cgi/parser3.C 1.140:
13779: * src/targets/isapi/parser3isapi.C 1.60:
13780: * src/types/pa_wcontext.C 1.13:
13781: * src/types/pa_wcontext.h 1.22:
13782: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
13783:
13784: * src/classes/Makefile.in 1.32:
13785: * src/classes/gd/Makefile.in 1.25:
13786: * src/main/Makefile.in 1.29:
13787: * src/targets/Makefile.am 1.8:
13788: * src/targets/Makefile.in 1.25:
13789: * src/targets/apache13/Makefile.in 1.24:
13790: * src/targets/apache13/mod_parser3.C 1.11:
13791: * src/targets/cgi/Makefile.in 1.29:
13792: * src/targets/cgi/parser3.C 1.139:
13793: * src/types/Makefile.in 1.24:
13794: #if _MSC_VER _set_new_handler
13795:
13796: * src/Makefile.in 1.37:
13797: * src/targets/apache13/mod_parser3.C 1.10:
13798: * src/targets/cgi/parser3.C 1.138:
13799: * src/targets/isapi/parser3isapi.C 1.59:
13800: set_new_handler in apache&isapi
13801:
13802: 2001-11-16 paf
13803: * src/include/pa_string.h 1.117:
13804: * src/main/pa_string.C 1.120:
13805: * src/main/pa_string.C 1.121:
13806: * src/main/untaint.C 1.76:
13807: * src/types/pa_vstring.C 1.14:
13808: removed 1+4 bytes from String
13809:
13810: * src/include/pa_string.h 1.118:
13811: * src/include/pa_types.h 1.33:
13812: * src/main/pa_string.C 1.122:
13813: removed 8 bytes from String, 2 bytes from string::chunk::row::item
13814:
13815: * src/include/pa_globals.h 1.69:
13816: * src/include/pa_string.h 1.116:
13817: * src/include/pa_types.h 1.32:
13818: * src/main/pa_globals.C 1.91:
13819: * src/main/pa_pool.C 1.44:
13820: * src/main/pa_pool.C 1.45:
13821: * src/main/pa_request.C 1.181:
13822: * src/main/untaint.C 1.75:
13823: * src/sql/pa_sql_driver.h 1.24:
13824: * src/targets/cgi/parser3.C 1.136:
13825: introducing estimating String::cstr_bufsize, 0
13826:
13827: * src/include/pa_pool.h 1.70:
13828: * src/include/pa_pool.h 1.71:
13829: * src/main/execute.C 1.206:
13830: * src/main/pa_pool.C 1.41:
13831: * src/main/pa_pool.C 1.42:
13832: * src/main/pa_pool.C 1.43:
13833: * src/targets/cgi/parser3.C 1.134:
13834: * src/targets/cgi/parser3.C 1.135:
13835: die in pool::fail
13836:
13837: * src/targets/cgi/parser3.C 1.137:
13838: pool debug @ die
13839:
13840: 2001-11-15 paf
13841: * src/Makefile.in 1.36:
13842: configure set_new_handler check added
13843:
13844: * src/targets/cgi/parser3.C 1.131:
13845: set_new_handler started
13846:
13847: * src/include/pa_exception.h 1.22:
13848: * src/main/execute.C 1.205:
13849: * src/main/main.dsp 1.140:
13850: * src/main/pa_exception.C 1.26:
13851: * src/targets/cgi/parser3.C 1.133:
13852: exception with dynamic buffer re-back
13853: now with counter
13854:
13855: * src/include/pa_config_auto.h.in 1.13:
13856: * src/main/Makefile.in 1.28:
13857: makes
13858:
13859: * src/include/pa_exception.h 1.21:
13860: * src/main/pa_exception.C 1.25:
13861: exception with static buffer back
13862:
13863: * src/classes/classes.awk 1.5:
13864: * src/include/pa_config_auto.h.in 1.14:
13865: * src/include/pa_config_includes.h 1.13:
13866: setnewhandler check
13867:
13868: * src/targets/cgi/parser3.C 1.132:
13869: std::
13870:
13871: 2001-11-14 paf
13872: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
13873: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
13874: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
13875: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
13876: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
13877: fixed this:
13878: $bred[^string::length[]]
13879: $bred[^response::clear[]]
13880: $bred[^int::int[]]
13881:
13882: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
13883:
13884: * src/include/pa_common.h 1.64:
13885: * src/include/pa_common.h 1.65:
13886: * src/include/pa_common.h 1.66:
13887: * src/main/pa_common.C 1.90:
13888: * src/main/pa_common.C 1.91:
13889: snprintf replacement was wrong
13890:
13891: * src/main/execute.C 1.204:
13892: * src/types/pa_vclass.h 1.22:
13893: * src/types/pa_vobject.h 1.14:
13894: * src/types/pa_vstateless_class.h 1.21:
13895: * src/types/pa_vstateless_object.h 1.13:
13896: merged with no_bad_constructors_try
13897:
13898: * src/classes/op.C 1.59:
13899: ^untaint{body} as-is default now
13900:
13901: * src/main/pa_request.C 1.180:
13902: z
13903:
13904: * src/include/pa_common.h 1.63:
13905: * src/main/pa_common.C 1.88:
13906: * src/main/pa_common.C 1.89:
13907: snprintf on buffer full returns
13908: win32 -1
13909: solaris >buffer_size
13910:
13911: checked all that
13912:
13913: 2001-11-13 paf
13914: * src/classes/classes.C 1.13:
13915: returned accedently removed if in foreach callbacks [when hash
13916: no-0-restructure]
13917:
13918: 2001-11-12 paf
13919: * src/classes/classes.C 1.12:
13920: * src/classes/hash.C 1.31:
13921: * src/classes/xdoc.C 1.45:
13922: * src/include/pa_hash.h 1.51:
13923: * src/main/pa_db_connection.C 1.33:
13924: * src/main/pa_db_manager.C 1.18:
13925: * src/main/pa_dictionary.C 1.10:
13926: * src/main/pa_hash.C 1.48:
13927: * src/main/pa_sql_driver_manager.C 1.55:
13928: * src/main/pa_stylesheet_manager.C 1.7:
13929: hash now does not containt 0 values. put 0 actullay removes.
13930: no check on 0 value in foreach now required
13931:
13932: * src/classes/date.C 1.13:
13933: date.roll parser2 alg used
13934:
13935: * src/main/pa_pool.C 1.40:
13936: changed xdoc createXXX politics, now string passed as-is to
13937: method, xalan makes & into & itself
13938:
13939: 2001-11-11 paf
13940: * src/main/pa_sql_driver_manager.C 1.53:
13941: * src/sql/pa_sql_driver.h 1.21:
13942: sql driver initialize not const
13943:
13944: * src/sql/pa_sql_driver.h 1.23:
13945: removed extra constructor, doc
13946:
13947: * src/main/pa_sql_driver_manager.C 1.54:
13948: * src/sql/pa_sql_driver.h 1.22:
13949: CRLF
13950:
13951: 2001-11-10 paf
13952: * src/main/pa_exec.C 1.18:
13953: doc
13954:
13955: 2001-11-09 paf
13956: * src/main/pa_common.C 1.87:
13957: line endings fixing fixed last piece[was still cstr oriented]
13958:
13959: * src/include/pa_common.h 1.62:
13960: * src/main/pa_common.C 1.86:
13961: * src/types/pa_vform.C 1.48:
13962: line endings fixing got rid of cstr, now must work ok with post multipart
13963:
13964: * src/classes/string.C 1.90:
13965: * src/classes/xdoc.C 1.44:
13966: xdoc::set{code} now untaints param properly
13967:
13968: * src/types/pa_vform.C 1.47:
13969: line endings fixed at post / multipart / not file also now
13970:
13971: * src/classes/string.C 1.89:
13972: string.save now does untainting before saving
13973:
13974: 2001-11-08 paf
13975: * src/include/pa_request.h 1.110:
13976: * src/main/pa_request.C 1.179:
13977: * src/targets/apache13/mod_parser3.C 1.9:
13978: * src/targets/cgi/parser3.C 1.130:
13979: * src/targets/isapi/parser3isapi.C 1.58:
13980: apache 'status' class enabler
13981:
13982: <Location /parser-status.html>
13983: ParserStatusAllowed
13984: </Location>
13985:
13986: * src/Makefile.in 1.35:
13987: * src/include/pa_common.h 1.61:
13988: * src/main/Makefile.am 1.24:
13989: * src/main/Makefile.in 1.27:
13990: * src/targets/cgi/pa_pool.C 1.32:
13991: makes
13992:
13993: * src/include/pa_cache_managers.h 1.2:
13994: * src/include/pa_charset_manager.h 1.6:
13995: * src/include/pa_db_manager.h 1.10:
13996: * src/include/pa_sql_driver_manager.h 1.18:
13997: * src/include/pa_stylesheet_manager.h 1.7:
13998: * src/main/pa_charset_manager.C 1.8:
13999: * src/main/pa_db_manager.C 1.17:
14000: * src/main/pa_sql_driver_manager.C 1.52:
14001: * src/main/pa_stylesheet_manager.C 1.6:
14002: restructured Cache manager to be simple parent, not second
14003: parent [gcc 2.96 strangly refused to call virtual from second
14004: parent]
14005:
14006: * src/include/pa_cache_managers.h 1.1:
14007: * src/include/pa_charset_manager.h 1.5:
14008: * src/include/pa_db_manager.h 1.9:
14009: * src/include/pa_sql_driver_manager.h 1.17:
14010: * src/include/pa_stylesheet_manager.h 1.6:
14011: * src/main/main.dsp 1.139:
14012: * src/main/pa_cache_managers.C 1.1:
14013: * src/main/pa_charset_manager.C 1.7:
14014: * src/main/pa_db_manager.C 1.16:
14015: * src/main/pa_globals.C 1.90:
14016: * src/main/pa_request.C 1.178:
14017: * src/main/pa_sql_driver_manager.C 1.51:
14018: * src/main/pa_stylesheet_manager.C 1.5:
14019: * src/types/pa_vstatus.h 1.4:
14020: cache_managers, maybe-expiring every request
14021: todo: apache 'status' class enabler
14022:
14023: 2001-11-05 paf
14024: * src/classes/xdoc.C 1.42:
14025: * src/include/pa_db_connection.h 1.16:
14026: * src/include/pa_stylesheet_connection.h 1.15:
14027: * src/include/pa_stylesheet_manager.h 1.4:
14028: * src/main/pa_stylesheet_manager.C 1.3:
14029: * src/types/pa_vstatus.h 1.2:
14030: $status:stylesheet
14031:
14032: * src/targets/cgi/parser3.C 1.129:
14033: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
14034: checked that in cgi, on apache already done :)
14035:
14036: * src/main/pa_db_connection.C 1.31:
14037: * src/main/pa_db_manager.C 1.14:
14038: * src/main/pa_request.C 1.177:
14039: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
14040:
14041: expiring to 0 time was wrong, changed to 'now' time
14042:
14043: * src/main/pa_db_connection.C 1.30:
14044: * src/main/pa_db_manager.C 1.13:
14045: hence i removed skipping 0 values in hash::for_each-es we need
14046: to check cleaned cache items manually
14047:
14048: * src/include/pa_charset_connection.h 1.3:
14049: * src/main/pa_charset_manager.C 1.5:
14050: $status:charset
14051:
14052: * src/classes/classes.C 1.11:
14053: * src/classes/classes.h 1.14:
14054: * src/classes/date.C 1.12:
14055: * src/classes/double.C 1.41:
14056: * src/classes/file.C 1.65:
14057: * src/classes/form.C 1.19:
14058: * src/classes/gd/gif.C 1.22:
14059: * src/classes/gd/gif.h 1.18:
14060: * src/classes/gd/gifio.C 1.15:
14061: * src/classes/hash.C 1.30:
14062: * src/classes/hashfile.C 1.15:
14063: * src/classes/image.C 1.62:
14064: * src/classes/int.C 1.38:
14065: * src/classes/mail.C 1.44:
14066: * src/classes/math.C 1.9:
14067: * src/classes/op.C 1.58:
14068: * src/classes/response.C 1.16:
14069: * src/classes/smtp/comms.C 1.5:
14070: * src/classes/smtp/smtp.C 1.6:
14071: * src/classes/smtp/smtp.h 1.5:
14072: * src/classes/string.C 1.88:
14073: * src/classes/table.C 1.130:
14074: * src/classes/void.C 1.13:
14075: * src/classes/xdoc.C 1.43:
14076: * src/classes/xnode.C 1.18:
14077: * src/classes/xnode.h 1.4:
14078: * src/include/pa_array.h 1.47:
14079: * src/include/pa_charset_connection.h 1.4:
14080: * src/include/pa_charset_manager.h 1.4:
14081: * src/include/pa_common.h 1.60:
14082: * src/include/pa_config_fixed.h 1.30:
14083: * src/include/pa_config_includes.h 1.12:
14084: * src/include/pa_db_connection.h 1.17:
14085: * src/include/pa_db_manager.h 1.8:
14086: * src/include/pa_db_table.h 1.8:
14087: * src/include/pa_dictionary.h 1.7:
14088: * src/include/pa_dir.h 1.8:
14089: * src/include/pa_exception.h 1.20:
14090: * src/include/pa_exec.h 1.4:
14091: * src/include/pa_globals.h 1.68:
14092: * src/include/pa_hash.h 1.50:
14093: * src/include/pa_opcode.h 1.8:
14094: * src/include/pa_pool.h 1.69:
14095: * src/include/pa_pragma_pack_begin.h 1.2:
14096: * src/include/pa_pragma_pack_end.h 1.2:
14097: * src/include/pa_request.h 1.109:
14098: * src/include/pa_sapi.h 1.15:
14099: * src/include/pa_socks.h 1.5:
14100: * src/include/pa_sql_connection.h 1.19:
14101: * src/include/pa_sql_driver_manager.h 1.16:
14102: * src/include/pa_stack.h 1.11:
14103: * src/include/pa_string.h 1.115:
14104: * src/include/pa_stylesheet_connection.h 1.16:
14105: * src/include/pa_stylesheet_manager.h 1.5:
14106: * src/include/pa_table.h 1.36:
14107: * src/include/pa_threads.h 1.20:
14108: * src/include/pa_types.h 1.31:
14109: * src/main/compile.C 1.53:
14110: * src/main/compile.tab.C 1.26:
14111: * src/main/compile_tools.C 1.40:
14112: * src/main/compile_tools.h 1.51:
14113: * src/main/execute.C 1.203:
14114: * src/main/pa_array.C 1.43:
14115: * src/main/pa_charset_connection.C 1.11:
14116: * src/main/pa_charset_manager.C 1.6:
14117: * src/main/pa_common.C 1.85:
14118: * src/main/pa_db_connection.C 1.28:
14119: * src/main/pa_db_manager.C 1.12:
14120: * src/main/pa_db_table.C 1.11:
14121: * src/main/pa_dictionary.C 1.9:
14122: * src/main/pa_dir.C 1.8:
14123: * src/main/pa_exception.C 1.24:
14124: * src/main/pa_exec.C 1.17:
14125: * src/main/pa_globals.C 1.89:
14126: * src/main/pa_hash.C 1.47:
14127: * src/main/pa_pool.C 1.39:
14128: * src/main/pa_request.C 1.176:
14129: * src/main/pa_socks.C 1.8:
14130: * src/main/pa_sql_driver_manager.C 1.50:
14131: * src/main/pa_status_provider.C 1.2:
14132: * src/main/pa_string.C 1.119:
14133: * src/main/pa_stylesheet_manager.C 1.4:
14134: * src/main/pa_table.C 1.40:
14135: * src/main/untaint.C 1.74:
14136: * src/sql/pa_sql_driver.h 1.20:
14137: * src/targets/apache13/mod_parser3.C 1.8:
14138: * src/targets/apache13/pa_pool.C 1.3:
14139: * src/targets/apache13/pa_threads.C 1.3:
14140: * src/targets/cgi/pa_pool.C 1.31:
14141: * src/targets/cgi/pa_threads.C 1.5:
14142: * src/targets/cgi/parser3.C 1.128:
14143: * src/targets/cgi/pool_storage.h 1.5:
14144: * src/targets/isapi/pa_pool.C 1.9:
14145: * src/targets/isapi/pa_threads.C 1.5:
14146: * src/targets/isapi/parser3isapi.C 1.57:
14147: * src/targets/isapi/pool_storage.h 1.13:
14148: * src/types/pa_valiased.C 1.11:
14149: * src/types/pa_valiased.h 1.16:
14150: * src/types/pa_value.h 1.77:
14151: * src/types/pa_vbool.h 1.15:
14152: * src/types/pa_vclass.h 1.21:
14153: * src/types/pa_vcode_frame.h 1.12:
14154: * src/types/pa_vcookie.C 1.32:
14155: * src/types/pa_vcookie.h 1.13:
14156: * src/types/pa_vdate.h 1.6:
14157: * src/types/pa_vdouble.h 1.28:
14158: * src/types/pa_venv.h 1.18:
14159: * src/types/pa_vfile.C 1.23:
14160: * src/types/pa_vfile.h 1.37:
14161: * src/types/pa_vform.C 1.46:
14162: * src/types/pa_vform.h 1.29:
14163: * src/types/pa_vhash.h 1.27:
14164: * src/types/pa_vhashfile.C 1.14:
14165: * src/types/pa_vhashfile.h 1.12:
14166: * src/types/pa_vimage.C 1.14:
14167: * src/types/pa_vimage.h 1.22:
14168: * src/types/pa_vint.h 1.29:
14169: * src/types/pa_vjunction.h 1.10:
14170: * src/types/pa_vmath.h 1.4:
14171: * src/types/pa_vmethod_frame.h 1.19:
14172: * src/types/pa_vobject.h 1.13:
14173: * src/types/pa_vrequest.C 1.11:
14174: * src/types/pa_vrequest.h 1.12:
14175: * src/types/pa_vresponse.h 1.17:
14176: * src/types/pa_vstateless_class.C 1.11:
14177: * src/types/pa_vstateless_class.h 1.20:
14178: * src/types/pa_vstateless_object.h 1.12:
14179: * src/types/pa_vstatus.h 1.3:
14180: * src/types/pa_vstring.C 1.13:
14181: * src/types/pa_vstring.h 1.39:
14182: * src/types/pa_vtable.C 1.9:
14183: * src/types/pa_vtable.h 1.35:
14184: * src/types/pa_vvoid.h 1.6:
14185: * src/types/pa_vxdoc.C 1.6:
14186: * src/types/pa_vxdoc.h 1.12:
14187: * src/types/pa_vxnode.C 1.11:
14188: * src/types/pa_vxnode.h 1.8:
14189: * src/types/pa_wcontext.C 1.12:
14190: * src/types/pa_wcontext.h 1.21:
14191: * src/types/pa_wwrapper.h 1.14:
14192: $status:db
14193: fixed used not initialized in db_connection & db_table
14194:
14195: * src/include/pa_charset_manager.h 1.3:
14196: * src/include/pa_db_manager.h 1.7:
14197: * src/include/pa_request.h 1.108:
14198: * src/include/pa_sql_connection.h 1.18:
14199: * src/include/pa_sql_driver_manager.h 1.15:
14200: * src/include/pa_stylesheet_manager.h 1.3:
14201: * src/main/main.dsp 1.138:
14202: * src/main/pa_charset_manager.C 1.4:
14203: * src/main/pa_common.C 1.84:
14204: * src/main/pa_db_manager.C 1.11:
14205: * src/main/pa_globals.C 1.88:
14206: * src/main/pa_request.C 1.175:
14207: * src/main/pa_sql_driver_manager.C 1.49:
14208: * src/main/pa_status_provider.C 1.1:
14209: * src/main/pa_stylesheet_manager.C 1.2:
14210: * src/types/pa_vstatus.h 1.1:
14211: * src/types/pa_vxnode.C 1.10:
14212: * src/types/types.dsp 1.14:
14213: started status parser class
14214:
14215: * src/main/pa_db_connection.C 1.29:
14216: * src/main/pa_db_table.C 1.12:
14217: parser_multithreaded check was wrong
14218:
14219: * src/main/pa_db_connection.C 1.32:
14220: * src/main/pa_db_manager.C 1.15:
14221: expiration from debug to normal
14222:
14223: 2001-11-01 paf
14224: * src/classes/hash.C 1.26:
14225: * src/classes/op.C 1.54:
14226: * src/types/pa_vmethod_frame.h 1.18:
14227: * src/types/pa_vstring.C 1.12:
14228: * src/types/pa_vstring.h 1.38:
14229: ^foreach[key|value]{body}[[separator]|{separator}]
14230:
14231: * src/classes/hash.C 1.25:
14232: * src/include/pa_hash.h 1.48:
14233: * src/main/pa_hash.C 1.44:
14234: * src/types/pa_vcookie.C 1.31:
14235: ^hash.delete[key]
14236:
14237: * src/classes/gd/gif.C 1.21:
14238: * src/classes/math.C 1.8:
14239: * src/include/pa_common.h 1.59:
14240: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
14241:
14242: * src/classes/op.C 1.57:
14243: ^for endless loop check strightened
14244:
14245: * src/Makefile.in 1.34:
14246: * src/classes/Makefile.in 1.31:
14247: * src/classes/gd/Makefile.in 1.24:
14248: * src/include/pa_config_auto.h.in 1.12:
14249: * src/main/Makefile.in 1.26:
14250: * src/targets/Makefile.in 1.24:
14251: * src/targets/apache13/Makefile.in 1.23:
14252: * src/targets/cgi/Makefile.in 1.28:
14253: * src/types/Makefile.in 1.23:
14254: makes
14255:
14256: * src/main/pa_hash.C 1.46:
14257: removed old extra include
14258:
14259: * src/classes/hash.C 1.28:
14260: * src/classes/xdoc.C 1.41:
14261: * src/classes/xnode.C 1.17:
14262: * src/include/pa_hash.h 1.49:
14263: * src/main/pa_hash.C 1.45:
14264: * src/main/pa_request.C 1.174:
14265: * src/types/pa_vhash.h 1.26:
14266: * src/types/pa_vxnode.C 1.9:
14267: hash locking
14268: disabled changing of hash inside of foreach
14269:
14270: * src/classes/hash.C 1.27:
14271: * src/classes/hashfile.C 1.14:
14272: * src/types/pa_vhashfile.C 1.13:
14273: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
14274: prev were hash.foreach
14275:
14276: * src/classes/hash.C 1.29:
14277: * src/classes/op.C 1.56:
14278: * src/main/execute.C 1.202:
14279: changed root behavior in native calls.
14280: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
14281:
14282: * src/classes/op.C 1.55:
14283: detected for var storage bug, fixed. todo:foreach
14284:
14285: 2001-10-31 paf
14286: * src/main/pa_sql_driver_manager.C 1.47:
14287: hiding passwords and addresses from accidental show [imagine
14288: user forgot @exception]
14289:
14290: * src/main/pa_db_connection.C 1.26:
14291: * src/main/pa_sql_driver_manager.C 1.48:
14292: // lockdetector flags
14293: dbenv.lk_detect=DB_LOCK_RANDOM;
14294:
14295: * src/include/pa_opcode.h 1.7:
14296: * src/main/compile.tab.C 1.25:
14297: * src/main/compile.y 1.173:
14298: * src/main/execute.C 1.201:
14299: \ in expression: int divide 10/3=3
14300:
14301: * src/main/pa_common.C 1.81:
14302: typing bug in common - bad ifdeff
14303:
14304: * src/types/pa_vhashfile.h 1.11:
14305: hashfile ^delete to do something only inside of ^cache
14306:
14307: * src/include/pa_threads.h 1.19:
14308: * src/main/pa_db_connection.C 1.25:
14309: * src/main/pa_db_table.C 1.10:
14310: * src/targets/apache13/pa_threads.C 1.2:
14311: * src/targets/cgi/pa_threads.C 1.4:
14312: * src/targets/isapi/pa_threads.C 1.4:
14313: libdb DB_THREAD flag only when really needed
14314:
14315: * src/main/pa_db_connection.C 1.27:
14316: z
14317:
14318: * src/classes/file.C 1.64:
14319: * src/classes/image.C 1.61:
14320: * src/classes/mail.C 1.43:
14321: * src/classes/string.C 1.87:
14322: * src/classes/xnode.C 1.16:
14323: * src/include/pa_common.h 1.58:
14324: * src/main/pa_common.C 1.80:
14325: ^string.save[[append;]path]
14326:
14327: * src/main/compile.C 1.52:
14328: * src/main/pa_common.C 1.83:
14329: completely empty file now considered "read", not ignored [not
14330: perfect trick used]
14331:
14332: * src/classes/table.C 1.129:
14333: ^table.save[[nameless|+append;]path]
14334:
14335: * src/main/pa_common.C 1.82:
14336: simplier common ifdefs
14337:
14338: 2001-10-30 paf
14339: * src/include/pa_common.h 1.57:
14340: * src/main/pa_common.C 1.79:
14341: * src/types/pa_vform.C 1.45:
14342: form post data line endings not reformatted now.
14343:
14344: * src/classes/xdoc.C 1.40:
14345: rolled back {} in xdoc.createTextNode for now
14346:
14347: * src/classes/classes.dsp 1.13:
14348: * src/classes/gd/gd.dsp 1.17:
14349: * src/classes/smtp/smtp.dsp 1.14:
14350: * src/main/main.dsp 1.137:
14351: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
14352: * src/targets/cgi/parser3.dsp 1.38:
14353: * src/targets/isapi/parser3isapi.dsp 1.29:
14354: * src/types/types.dsp 1.13:
14355: enabled debug incremental compile
14356:
14357: * src/main/pa_db_connection.C 1.24:
14358: * src/main/pa_db_manager.C 1.10:
14359: * src/main/pa_db_table.C 1.9:
14360: * src/main/pa_exec.C 1.16:
14361: * src/main/pa_request.C 1.173:
14362: * src/main/pa_sql_driver_manager.C 1.46:
14363: * src/main/pa_string.C 1.118:
14364: cstr(asis) default param removed
14365:
14366: * src/types/pa_vform.C 1.44:
14367: * src/types/pa_vform.h 1.28:
14368: AppendFormEntry length param now required [had bug when file=
14369: has no value]
14370:
14371: * src/types/pa_vform.C 1.43:
14372: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
14373:
14374: * src/include/pa_dir.h 1.7:
14375: LOAD_DIR fixed
14376:
14377: * src/include/pa_config_fixed.h 1.29:
14378: * src/include/pa_pragma_pack_begin.h 1.1:
14379: * src/include/pa_pragma_pack_end.h 1.1:
14380: * src/include/pa_string.h 1.114:
14381: * src/include/pa_types.h 1.30:
14382: String & Origin packed with #pragma pack
14383:
14384: * src/Makefile.in 1.33:
14385: * src/include/pa_config_auto.h.in 1.11:
14386: pragma detection
14387:
14388: * src/classes/xdoc.C 1.39:
14389: rolled back {} in xdoc.createElement for now
14390:
14391: 2001-10-29 paf
14392: * src/types/pa_wcontext.h 1.20:
14393: bitfield syntax stricter
14394:
14395: * src/include/pa_string.h 1.111:
14396: * src/main/pa_string.C 1.115:
14397: * src/targets/cgi/pa_pool.C 1.27:
14398: debugging memory
14399: String::fused_rows func now
14400:
14401: [Mon Oct 29 17:55:45 2001] total 5917436/158731
14402: [Mon Oct 29 18:11:53 2001] total 5796092/158731
14403:
14404: * src/classes/file.C 1.61:
14405: * src/classes/image.C 1.60:
14406: * src/classes/string.C 1.86:
14407: * src/classes/xdoc.C 1.38:
14408: * src/include/pa_pool.h 1.68:
14409: * src/include/pa_string.h 1.109:
14410: * src/main/execute.C 1.199:
14411: * src/main/pa_array.C 1.41:
14412: * src/main/pa_common.C 1.78:
14413: * src/main/pa_hash.C 1.43:
14414: * src/main/pa_sql_driver_manager.C 1.45:
14415: * src/main/pa_string.C 1.114:
14416: * src/main/untaint.C 1.70:
14417: * src/targets/cgi/pa_pool.C 1.25:
14418: * src/targets/cgi/parser3.C 1.126:
14419: * src/types/pa_vcookie.C 1.30:
14420: * src/types/pa_vstring.h 1.37:
14421: debuggging memory.
14422: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
14423: VString(String&) not copies reference [29M -> 17M]
14424:
14425: * src/include/pa_sql_connection.h 1.17:
14426: SQL_CONNECTION_FUNC_GUARDED name
14427:
14428: * src/targets/isapi/pa_pool.C 1.8:
14429: added isapi&apache real_malloc debug param.someday either ifdef
14430: or remove it
14431:
14432: * src/targets/apache13/pa_pool.C 1.2:
14433: * src/targets/cgi/pa_pool.C 1.30:
14434: * src/targets/cgi/parser3.C 1.127:
14435: removed debug defines
14436:
14437: * src/Makefile.am 1.12:
14438: .am order
14439:
14440: * src/main/pa_sql_driver_manager.C 1.44:
14441: ping to have services [old hiding bug]
14442:
14443: * src/main/untaint.C 1.73:
14444: optimizing returned after debugging
14445:
14446: * src/include/pa_array.h 1.45:
14447: * src/include/pa_charset_manager.h 1.2:
14448: * src/include/pa_db_connection.h 1.15:
14449: * src/include/pa_db_manager.h 1.6:
14450: * src/include/pa_db_table.h 1.7:
14451: * src/include/pa_hash.h 1.46:
14452: * src/include/pa_request.h 1.107:
14453: * src/include/pa_sql_driver_manager.h 1.14:
14454: * src/include/pa_stylesheet_manager.h 1.2:
14455: * src/include/pa_threads.h 1.18:
14456: * src/types/pa_valiased.h 1.15:
14457: * src/types/pa_vhashfile.h 1.10:
14458: * src/types/pa_vstateless_class.h 1.19:
14459: * src/types/pa_wcontext.h 1.18:
14460: gcc 3.0.1 required "friend class"
14461:
14462: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
14463: class Temp_lang'
14464:
14465: * src/include/pa_string.h 1.112:
14466: * src/main/pa_string.C 1.116:
14467: * src/main/untaint.C 1.71:
14468: * src/targets/cgi/pa_pool.C 1.29:
14469: String size_t replace to uint in proper places [todo:Array]
14470:
14471: * src/classes/file.C 1.62:
14472: * src/include/pa_hash.h 1.47:
14473: * src/include/pa_string.h 1.110:
14474: * src/main/pa_globals.C 1.87:
14475: * src/targets/cgi/pa_pool.C 1.26:
14476: debugging memory
14477: hash key ref now
14478:
14479: [Mon Oct 29 16:01:17 2001] total 17050496/202647
14480: [Mon Oct 29 17:11:17 2001] total 16867948/202658
14481:
14482: * src/classes/file.C 1.63:
14483: * src/types/pa_vimage.C 1.13:
14484: image&file couple stack string hash.puts
14485:
14486: * src/main/execute.C 1.200:
14487: * src/targets/cgi/pa_pool.C 1.28:
14488: * src/targets/cgi/parser3.dsp 1.37:
14489: * src/types/pa_wcontext.h 1.19:
14490: * src/types/pa_wwrapper.h 1.13:
14491: debugging memory
14492: WContext
14493: flags to bits
14494:
14495: total 5 652 652/158731
14496: total 5 469 332/158731
14497:
14498: * src/include/pa_sql_connection.h 1.16:
14499: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
14500:
14501: * src/include/pa_exception.h 1.19:
14502: * src/include/pa_sql_connection.h 1.15:
14503: * src/main/pa_exception.C 1.23:
14504: * src/main/pa_sql_driver_manager.C 1.43:
14505: * src/sql/pa_sql_driver.h 1.19:
14506: sql driver impl changed in _throw part.
14507:
14508: the idea is to #1 jump to C++ some function to main body, where
14509: every function stack frame has exception unwind information
14510: and from there... #2 propagate_exception()
14511:
14512: * src/include/pa_array.h 1.46:
14513: * src/main/pa_array.C 1.42:
14514: debugging memory
14515: Array:: without cache in get/put now
14516:
14517: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
14518: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
14519:
14520: * src/include/pa_string.h 1.113:
14521: * src/include/pa_types.h 1.29:
14522: * src/main/pa_string.C 1.117:
14523: * src/main/untaint.C 1.72:
14524: memory hunging
14525: #pragma pack(1)
14526:
14527: 16 419 844
14528: 13 169 394
14529:
14530: 2001-10-28 paf
14531: * src/include/pa_config_auto.h.in 1.10:
14532: * src/include/pa_config_fixed.h 1.28:
14533: * src/include/pa_db_connection.h 1.14:
14534: * src/include/pa_db_manager.h 1.5:
14535: * src/include/pa_db_table.h 1.6:
14536: * src/main/pa_db_connection.C 1.20:
14537: * src/main/pa_db_table.C 1.6:
14538: db2 on linux with DB 2.4.14: (6/2/98)
14539:
14540: * src/main/pa_db_connection.C 1.21:
14541: * src/main/pa_db_table.C 1.8:
14542: exception translation
14543:
14544: * src/main/pa_db_connection.C 1.22:
14545: expire table [was accidently pasted with wrong type/cast]
14546:
14547: * src/classes/Makefile.am 1.30:
14548: * src/classes/Makefile.in 1.30:
14549: * src/targets/apache13/p3runConfigure.in 1.6:
14550: * src/targets/cgi/Makefile.am 1.22:
14551: * src/targets/cgi/Makefile.in 1.27:
14552: db makes. remember to build DB2 with -fexceptions!!!
14553:
14554: * src/main/pa_db_table.C 1.7:
14555: DB_RMW defed
14556:
14557: * src/main/pa_db_connection.C 1.23:
14558: removed old consts
14559:
14560: 2001-10-27 paf
14561: * src/classes/hashfile.C 1.13:
14562: * src/include/pa_db_connection.h 1.13:
14563: * src/include/pa_db_table.h 1.5:
14564: * src/main/pa_db_connection.C 1.19:
14565: * src/main/pa_db_manager.C 1.9:
14566: * src/main/pa_db_table.C 1.5:
14567: * src/main/pa_globals.C 1.86:
14568: * src/types/pa_vhashfile.C 1.12:
14569: DB2 ifdefs
14570:
14571: * src/Makefile.in 1.32:
14572: * src/classes/Makefile.am 1.29:
14573: * src/classes/Makefile.in 1.29:
14574: * src/classes/gd/Makefile.in 1.23:
14575: * src/include/pa_config_fixed.h 1.27:
14576: * src/main/Makefile.am 1.23:
14577: * src/main/Makefile.in 1.25:
14578: * src/targets/Makefile.in 1.23:
14579: * src/targets/apache13/Makefile.in 1.22:
14580: * src/targets/apache13/p3runConfigure.in 1.5:
14581: * src/targets/cgi/Makefile.am 1.21:
14582: * src/targets/cgi/Makefile.in 1.26:
14583: * src/types/Makefile.am 1.12:
14584: * src/types/Makefile.in 1.22:
14585: makes with DB2
14586:
14587: * src/classes/classes.awk 1.4:
14588: no $ in var names
14589:
14590: * src/main/pa_globals.C 1.85:
14591: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
14592: * src/targets/cgi/parser3.dsp 1.36:
14593: * src/targets/isapi/parser3isapi.dsp 1.28:
14594: vc projects libdb ifdefed into globals.C
14595:
14596: * src/main/pa_db_connection.C 1.17:
14597: * src/main/pa_db_manager.C 1.8:
14598: db expiration connection&table [forgotten calls]
14599:
14600: * src/Makefile.in 1.31:
14601: * src/classes/Makefile.in 1.28:
14602: * src/classes/gd/Makefile.in 1.22:
14603: * src/include/pa_config_auto.h.in 1.9:
14604: * src/main/Makefile.am 1.22:
14605: * src/main/Makefile.in 1.24:
14606: * src/targets/Makefile.in 1.22:
14607: * src/targets/apache13/p3runConfigure.in 1.4:
14608: * src/targets/cgi/Makefile.in 1.25:
14609: * src/types/Makefile.am 1.11:
14610: * src/types/Makefile.in 1.21:
14611: makes db
14612:
14613: * src/classes/hashfile.C 1.12:
14614: * src/include/pa_db_connection.h 1.12:
14615: * src/include/pa_db_table.h 1.4:
14616: * src/main/pa_db_connection.C 1.18:
14617: * src/main/pa_db_table.C 1.4:
14618: ^hashfile.clear[]
14619:
14620: 2001-10-26 paf
14621: * src/classes/xdoc.C 1.35:
14622: * src/classes/xdoc.C 1.36:
14623: * src/types/pa_vxdoc.h 1.11:
14624: transform2 for parsed_source
14625:
14626: * src/classes/hashfile.C 1.11:
14627: * src/include/pa_db_connection.h 1.10:
14628: * src/include/pa_db_manager.h 1.4:
14629: * src/include/pa_db_table.h 1.3:
14630: * src/include/pa_hash.h 1.45:
14631: * src/main/pa_db_connection.C 1.13:
14632: * src/main/pa_db_manager.C 1.7:
14633: * src/main/pa_db_table.C 1.3:
14634: * src/main/pa_hash.C 1.42:
14635: * src/types/pa_vhashfile.C 1.11:
14636: * src/types/pa_vhashfile.h 1.9:
14637: db connections & tables now cached at create time & multithreaded
14638:
14639: * src/classes/xdoc.C 1.37:
14640: xdoc createTextNode createElement UL_XML default. but entities
14641: still reparsed. todo: tothink
14642:
14643: * src/classes/hashfile.C 1.10:
14644: * src/include/pa_db_table.h 1.2:
14645: * src/main/pa_db_table.C 1.2:
14646: db: child transaction commit/rollback responsibility left to
14647: parent [as it sould - else there were a bug with double free]
14648:
14649: * src/include/pa_db_connection.h 1.11:
14650: * src/main/pa_db_connection.C 1.15:
14651: * src/main/pa_db_connection.C 1.16:
14652: db checkpoints
14653:
14654: * src/main/pa_db_connection.C 1.12:
14655: about to remove connection from vhashfile
14656:
14657: * src/main/pa_db_connection.C 1.14:
14658: db recover mech 2
14659:
14660: 2001-10-25 paf
14661: * src/classes/hashfile.C 1.9:
14662: * src/include/pa_common.h 1.56:
14663: * src/include/pa_db_connection.h 1.9:
14664: * src/include/pa_db_manager.h 1.3:
14665: * src/include/pa_db_table.h 1.1:
14666: * src/main/main.dsp 1.136:
14667: * src/main/pa_db_connection.C 1.11:
14668: * src/main/pa_db_manager.C 1.6:
14669: * src/main/pa_db_table.C 1.1:
14670: * src/types/pa_vhashfile.C 1.10:
14671: * src/types/pa_vhashfile.h 1.8:
14672: started db_home [multiple, cached]
14673: todo: autorecover [tried, but not succeded, yet]
14674:
14675: * src/include/pa_db_connection.h 1.8:
14676: * src/main/pa_db_manager.C 1.5:
14677: transaction parent passed
14678:
14679: * src/include/pa_dir.h 1.6:
14680: ancient gpf on dir not found fixed
14681:
14682: 2001-10-24 parser
14683: * src/classes/Makefile.am 1.26:
14684: * src/classes/Makefile.am 1.27:
14685: * src/classes/Makefile.am 1.28:
14686: * src/classes/Makefile.in 1.26:
14687: * src/classes/Makefile.in 1.27:
14688: * src/main/Makefile.in 1.23:
14689: * src/targets/cgi/Makefile.am 1.20:
14690: * src/targets/cgi/Makefile.in 1.24:
14691: * src/targets/cgi/pool_storage.h 1.2:
14692: * src/targets/cgi/pool_storage.h 1.3:
14693: makes
14694:
14695: * src/include/pa_db_connection.h 1.6:
14696: * src/main/pa_db_connection.C 1.6:
14697: * src/types/pa_vhashfile.C 1.6:
14698: db_cursor constructor public now
14699:
14700: * src/include/pa_common.h 1.54:
14701: * src/main/Makefile.am 1.21:
14702: * src/main/pa_common.C 1.76:
14703: * src/types/pa_vform.C 1.41:
14704: * src/types/pa_vform.h 1.26:
14705: .am
14706:
14707: * src/classes/hashfile.C 1.7:
14708: * src/include/pa_request.h 1.106:
14709: hashfile.cache 0
14710:
14711: * src/main/pa_db_connection.C 1.7:
14712: * src/types/pa_vhashfile.C 1.7:
14713: db_connection not bothers with key when not returning expired data
14714:
14715: * src/targets/cgi/pool_storage.h 1.4:
14716: * src/targets/isapi/parser3isapi.C 1.56:
14717: * src/targets/isapi/pool_storage.h 1.12:
14718: pool_storage fixed
14719:
14720: * src/include/pa_common.h 1.55:
14721: * src/main/pa_common.C 1.77:
14722: * src/types/pa_vform.C 1.42:
14723: * src/types/pa_vform.h 1.27:
14724: form fix_line_breaks
14725:
14726: * src/types/pa_vhashfile.C 1.8:
14727: * src/types/pa_vhashfile.h 1.6:
14728: hashfile expiring 0
14729:
14730: * src/main/pa_db_connection.C 1.8:
14731: * src/types/pa_vhashfile.C 1.9:
14732: hashfile expiring 1
14733:
14734: * src/classes/hashfile.C 1.6:
14735: * src/include/pa_db_connection.h 1.7:
14736: * src/main/pa_db_connection.C 1.9:
14737: hashfile expired deleted from db when get & iterate
14738:
14739: * src/classes/hashfile.C 1.8:
14740: * src/types/pa_vhashfile.h 1.7:
14741: hashfile 1
14742:
1.24 paf 14743: * src/sql/pa_sql_driver.h 1.18:
14744: version
14745:
1.15 paf 14746: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
14747: * src/targets/isapi/parser3isapi.dsp 1.27:
14748: doc
14749:
14750: * src/include/pa_db_connection.h 1.5:
14751: * src/main/pa_db_connection.C 1.5:
14752: * src/types/pa_vhashfile.C 1.5:
14753: * src/types/pa_vhashfile.h 1.5:
14754: hashfile data stamped, todo: put_element analize
14755:
14756: * src/include/pa_db_connection.h 1.4:
14757: * src/include/pa_string.h 1.108:
14758: * src/main/pa_db_connection.C 1.4:
14759: * src/main/pa_string.C 1.113:
14760: hashfile pieced serialize. todo stamp
14761:
14762: * src/main/pa_db_connection.C 1.10:
14763: * src/main/pa_db_manager.C 1.4:
14764: hashfile setted this:
14765: DB_RMW
14766: 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
14767:
14768: 2001-10-23 parser
14769: * src/classes/file.C 1.60:
14770: * src/classes/hash.C 1.24:
14771: * src/classes/hashfile.C 1.5:
14772: * src/classes/image.C 1.59:
14773: * src/classes/mail.C 1.42:
14774: * src/classes/response.C 1.15:
14775: * src/classes/string.C 1.85:
14776: * src/classes/table.C 1.128:
14777: * src/classes/xdoc.C 1.34:
14778: * src/include/pa_config_fixed.h 1.26:
14779: * src/include/pa_db_connection.h 1.3:
14780: * src/main/pa_common.C 1.75:
14781: * src/main/pa_db_connection.C 1.3:
14782: * src/main/pa_request.C 1.172:
14783: * src/types/pa_value.h 1.76:
14784: * src/types/pa_vcookie.C 1.29:
14785: * src/types/pa_vhash.h 1.25:
14786: * src/types/pa_vhashfile.C 1.4:
14787: * src/types/pa_vhashfile.h 1.4:
14788: * src/types/pa_vresponse.h 1.16:
14789: * src/types/pa_vtable.C 1.8:
14790: ^hashfile.hash[]
14791:
14792: * src/classes/hashfile.C 1.3:
14793: * src/include/pa_db_connection.h 1.2:
14794: * src/include/pa_db_manager.h 1.2:
14795: * src/main/pa_db_connection.C 1.2:
14796: * src/main/pa_db_manager.C 1.2:
14797: * src/types/pa_vhashfile.h 1.3:
14798: ^hashfile.transaction{code}
14799: ^hashfile:clear[filename]
14800: ^hashfile.delete[key]
14801:
14802: * src/classes/hashfile.C 1.4:
14803: * src/classes/xdoc.C 1.33:
14804: * src/include/pa_config_fixed.h 1.25:
14805: * src/main/pa_db_manager.C 1.3:
14806: * src/main/pa_globals.C 1.84:
14807: ifdefs so it compiled without db
14808:
14809: 2001-10-22 parser
14810: * src/classes/classes.dsp 1.12:
14811: * src/classes/hashfile.C 1.2:
14812: * src/classes/xdoc.C 1.32:
14813: * src/classes/xnode.C 1.15:
14814: * src/include/pa_charset_connection.h 1.2:
14815: * src/include/pa_db_connection.h 1.1:
14816: * src/include/pa_db_manager.h 1.1:
14817: * src/include/pa_exception.h 1.18:
14818: * src/include/pa_sapi.h 1.14:
14819: * src/include/pa_sql_connection.h 1.14:
14820: * src/include/pa_sql_driver_manager.h 1.13:
14821: * src/include/pa_stylesheet_connection.h 1.14:
14822: * src/include/pa_stylesheet_manager.h 1.1:
14823: * src/include/pa_xslt_stylesheet_manager.h 1.5:
14824: * src/main/main.dsp 1.135:
14825: * src/main/pa_db_connection.C 1.1:
14826: * src/main/pa_db_manager.C 1.1:
14827: * src/main/pa_exception.C 1.22:
14828: * src/main/pa_globals.C 1.83:
14829: * src/main/pa_pool.C 1.38:
14830: * src/main/pa_sql_driver_manager.C 1.42:
14831: * src/main/pa_stylesheet_manager.C 1.1:
14832: * src/main/pa_xslt_stylesheet_manager.C 1.5:
14833: * src/targets/apache13/mod_parser3.C 1.7:
14834: * src/targets/cgi/parser3.C 1.124:
14835: * src/targets/isapi/parser3isapi.C 1.55:
14836: * src/types/pa_vhashfile.C 1.3:
14837: * src/types/pa_vhashfile.h 1.2:
14838: * src/types/pa_vxdoc.C 1.5:
14839: * src/types/pa_vxnode.C 1.8:
14840: * src/types/types.dsp 1.12:
14841: hashfile 0
14842:
14843: * src/targets/cgi/pa_pool.C 1.24:
14844: * src/targets/cgi/parser3.C 1.125:
14845: * src/targets/cgi/parser3.dsp 1.35:
14846: * src/targets/cgi/pool_storage.h 1.1:
14847: * src/targets/isapi/pool_storage.h 1.11:
14848: cgi += pool cleanups
14849:
14850: * src/targets/apache13/mod_parser3.C 1.5:
14851: * src/targets/isapi/parser3isapi.C 1.54:
14852: SEH minor ifdef changes
14853:
14854: * src/targets/apache13/mod_parser3.C 1.6:
14855: html
14856:
14857: * src/classes/classes.dsp 1.11:
14858: * src/classes/hashfile.C 1.1:
14859: * src/include/pa_config_fixed.h 1.24:
14860: * src/main/execute.C 1.198:
14861: * src/targets/cgi/parser3.dsp 1.34:
14862: * src/types/pa_vhashfile.C 1.1:
14863: * src/types/pa_vhashfile.h 1.1:
14864: * src/types/types.dsp 1.11:
14865: hashfile -100
14866:
14867: * src/include/pa_exception.h 1.17:
14868: * src/include/pa_request.h 1.105:
14869: * src/main/execute.C 1.197:
14870: * src/main/pa_exception.C 1.21:
14871: * src/main/pa_request.C 1.171:
14872: * src/targets/cgi/parser3.C 1.123:
14873: * src/targets/cgi/parser3.dsp 1.33:
14874: * src/types/pa_vclass.h 1.20:
14875: * src/types/pa_vobject.h 1.12:
14876: stack backtrace
14877:
14878: * src/types/pa_vhashfile.C 1.2:
14879: z
14880:
14881: 2001-10-19 parser
14882: * src/main/pa_request.C 1.170:
14883: * src/targets/apache13/mod_parser3.C 1.4:
14884: pool:: context - get_context
14885:
14886: * src/main/pa_pool.C 1.37:
14887: auto compiled on gcc
14888:
14889: * src/classes/classes.h 1.13:
14890: * src/classes/date.C 1.11:
14891: * src/classes/double.C 1.40:
14892: * src/classes/file.C 1.59:
14893: * src/classes/form.C 1.18:
14894: * src/classes/gd/gd.dsp 1.16:
14895: * src/classes/gd/gif.C 1.20:
14896: * src/classes/hash.C 1.23:
14897: * src/classes/image.C 1.57:
14898: * src/classes/int.C 1.37:
14899: * src/classes/mail.C 1.41:
14900: * src/classes/math.C 1.7:
14901: * src/classes/op.C 1.53:
14902: * src/classes/smtp/smtp.C 1.5:
14903: * src/classes/smtp/smtp.dsp 1.13:
14904: * src/classes/string.C 1.84:
14905: * src/classes/table.C 1.127:
14906: * src/classes/void.C 1.12:
14907: * src/include/pa_config_fixed.h 1.22:
14908: * src/include/pa_exception.h 1.15:
14909: * src/include/pa_pool.h 1.64:
14910: * src/include/pa_request.h 1.104:
14911: * src/include/pa_types.h 1.27:
14912: * src/main/compile.C 1.51:
14913: * src/main/compile_tools.C 1.39:
14914: * src/main/execute.C 1.196:
14915: * src/main/pa_array.C 1.40:
14916: * src/main/pa_common.C 1.73:
14917: * src/main/pa_dictionary.C 1.8:
14918: * src/main/pa_exception.C 1.19:
14919: * src/main/pa_exec.C 1.15:
14920: * src/main/pa_pool.C 1.34:
14921: * src/main/pa_request.C 1.169:
14922: * src/main/pa_socks.C 1.7:
14923: * src/main/pa_sql_driver_manager.C 1.41:
14924: * src/main/pa_string.C 1.112:
14925: * src/main/pa_table.C 1.39:
14926: * src/main/untaint.C 1.69:
14927: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
14928: * src/targets/apache13/mod_parser3.C 1.3:
14929: * src/targets/cgi/parser3.C 1.122:
14930: * src/targets/isapi/parser3isapi.C 1.53:
14931: * src/types/pa_value.h 1.75:
14932: * src/types/pa_vbool.h 1.14:
14933: * src/types/pa_vdouble.h 1.27:
14934: * src/types/pa_vfile.h 1.36:
14935: * src/types/pa_vform.C 1.40:
14936: * src/types/pa_vhash.h 1.24:
14937: * src/types/pa_vint.h 1.28:
14938: * src/types/pa_vjunction.h 1.9:
14939: * src/types/pa_vmethod_frame.h 1.17:
14940: * src/types/pa_vstateless_class.h 1.18:
14941: * src/types/pa_vtable.C 1.7:
14942: * src/types/pa_wcontext.C 1.11:
14943: * src/types/pa_wwrapper.h 1.12:
14944: switched to c++ exceptions 0
14945:
14946: * src/Makefile.in 1.30:
14947: * src/classes/Makefile.in 1.25:
14948: * src/include/pa_pool.h 1.66:
14949: * src/main/Makefile.in 1.22:
14950: * src/main/pa_common.C 1.74:
14951: * src/targets/Makefile.in 1.21:
14952: * src/targets/apache13/Makefile.in 1.21:
14953: * src/targets/cgi/Makefile.in 1.23:
14954: * src/types/Makefile.in 1.20:
14955: makes
14956:
14957: * src/include/pa_pool.h 1.67:
14958: header
14959:
14960: * src/classes/xdoc.C 1.30:
14961: * src/classes/xnode.C 1.13:
14962: * src/include/pa_pool.h 1.65:
14963: * src/include/pa_types.h 1.28:
14964: * src/main/pa_pool.C 1.36:
14965: first c++ exceptions result: can free up xalandomstring
14966: resulting from pool::transcode
14967:
14968: * src/classes/classes.awk 1.3.6.1:
14969: $ removed
14970:
14971: * src/classes/Makefile.am 1.25:
14972: * src/classes/xdoc.C 1.29:
14973: * src/classes/xnode.C 1.12:
14974: * src/include/pa_config_fixed.h 1.23:
14975: * src/include/pa_exception.h 1.16:
14976: * src/include/pa_stylesheet_connection.h 1.13:
14977: * src/main/pa_charset_connection.C 1.10:
14978: * src/main/pa_exception.C 1.20:
14979: * src/main/pa_pool.C 1.35:
14980: * src/types/pa_vxdoc.C 1.3:
14981: * src/types/pa_vxdoc.h 1.9:
14982: * src/types/pa_vxnode.C 1.6:
14983: * src/types/pa_vxnode.h 1.6:
14984: switched to c++ exceptions 1xml
14985: configure fixed to exclude xalan-patch from non-xml compile
14986:
14987: * src/classes/xdoc.C 1.31:
14988: * src/classes/xnode.C 1.14:
14989: * src/classes/xnode.h 1.3:
14990: * src/types/pa_vxdoc.C 1.4:
14991: * src/types/pa_vxdoc.h 1.10:
14992: * src/types/pa_vxnode.C 1.7:
14993: * src/types/pa_vxnode.h 1.7:
14994: xnode clone got freed
14995:
14996: * src/classes/image.C 1.58:
14997: comment
14998:
14999: 2001-10-18 parser
15000: * src/classes/xdoc.C 1.28:
15001: * src/types/pa_vxdoc.h 1.8:
15002: * src/types/pa_vxnode.C 1.5:
15003: vxdoc set_document & ctor question "who owns document" solved
15004:
15005: * src/classes/xdoc.C 1.26:
15006: * src/classes/xnode.C 1.11:
15007: * src/include/pa_pool.h 1.63:
15008: * src/main/pa_pool.C 1.32:
15009: encoding in dom creating funcs
15010:
15011: * src/include/pa_stylesheet_connection.h 1.12:
15012: prev stylesheet destroyed @ recompile
15013:
15014: * src/classes/xdoc.C 1.22:
15015: comment
15016:
15017: * src/classes/xdoc.C 1.21:
15018: * src/classes/xnode.C 1.10:
15019: * src/main/compile.tab.C 1.24:
15020: xdoc create now uses XercesDocumentBridge, appendChild&co now works
15021:
15022: * src/classes/xdoc.C 1.27:
15023: * src/main/pa_pool.C 1.33:
15024: extra free removed
15025:
15026: * src/classes/xdoc.C 1.24:
15027: * src/classes/xdoc.C 1.25:
15028: * src/types/pa_vxdoc.h 1.7:
15029: dom created by create can be transformed now
15030:
15031: * src/classes/xdoc.C 1.23:
15032: z
15033:
15034: * src/types/pa_vcookie.C 1.28:
15035: cookie:CLASS
15036:
15037: * src/classes/classes.dsp 1.10:
15038: * src/classes/xdoc.C 1.19:
15039: * src/types/types.dsp 1.10:
15040: fiew leechy-found bugs in code&doc fixed
15041:
15042: * src/classes/xdoc.C 1.20:
15043: * src/classes/xnode.C 1.9:
15044: xdoc::create[] now. and all dom tag names forced to XML lang
15045:
15046: * src/main/main.dsp 1.134:
15047: project
15048:
15049: * src/main/compile.tab.C 1.23:
15050: * src/main/compile.y 1.172:
15051: * src/main/pa_request.C 1.168:
15052: ^:
15053: no colon in $origin @exception[
15054:
15055: 2001-10-17 parser
15056: * src/types/pa_vimage.h 1.21:
15057: removed unused vimage::save
15058:
15059: * src/classes/classes.dsp 1.9:
15060: * src/classes/string.C 1.83:
15061: * src/main/pa_string.C 1.111:
15062: * src/types/pa_vxnode.h 1.5:
15063: * src/types/types.dsp 1.9:
15064: string::mid fixed, string.mid n functionality preserved
15065:
15066: 2001-10-16 parser
15067: * src/types/pa_vhash.h 1.23:
15068: * src/types/pa_vtable.h 1.34:
15069: hash can be used as boolean
15070:
15071: * src/types/pa_vimage.C 1.12:
15072: comment
15073:
15074: * src/classes/gd/gif.C 1.18:
15075: * src/classes/gd/gif.h 1.16:
15076: * src/classes/image.C 1.55:
15077: :CopyResampled made gd2beta+my hands, very ineffective, but
15078: works for small paleted image
15079:
15080: * src/classes/xnode.C 1.7:
15081: * src/classes/xnode.C 1.8:
15082: removed few dom returns & changed op.txt
15083:
1.24 paf 15084: * src/classes/image.C 1.54:
15085: gd size/resize bugfix
15086:
1.15 paf 15087: * src/classes/classes.dsp 1.8:
15088: * src/classes/gd/gd.dsp 1.15:
15089: * src/classes/smtp/smtp.dsp 1.12:
15090: * src/main/main.dsp 1.133:
15091: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
15092: * src/targets/cgi/parser3.dsp 1.32:
15093: * src/targets/isapi/parser3isapi.dsp 1.26:
15094: * src/types/types.dsp 1.8:
15095: ident >nul 2>&1
15096:
15097: * src/classes/gd/gif.C 1.19:
15098: * src/classes/gd/gif.h 1.17:
15099: * src/classes/image.C 1.56:
15100: image.copy tolerance
15101:
15102: * src/classes/gd/gif.C 1.16:
15103: copyResized
15104:
15105: * src/classes/string.C 1.82:
15106: * src/main/pa_string.C 1.110:
15107: $string.mid(p[;n])
15108:
15109: * src/main/pa_common.C 1.72:
15110: \r\n -> \n DOS
15111: \r -> \n Macintosh
15112: on all systems
15113:
15114: * src/classes/gd/gif.C 1.17:
15115: couple casts
15116:
15117: * src/classes/image.C 1.53:
15118: * src/types/pa_vimage.h 1.20:
15119: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
15120: ;dest h]])
15121:
15122: 2001-10-15 parser
15123: * src/Makefile.in 1.29:
15124: * src/types/pa_vcode_frame.h 1.11:
15125: * src/types/pa_wcontext.C 1.10:
15126: code_frame fixed - ::write badly passed string too
15127: transparently [failed to intercept it]
15128:
15129: * src/types/pa_vxnode.C 1.4:
15130: document_type_node.
15131: !readonly attribute DOMString name
15132: !notation_node.
15133: !readonly attribute DOMString publicId
15134: !readonly attribute DOMString systemId
15135:
15136: * src/classes/xdoc.C 1.16:
15137: * src/classes/xnode.C 1.6:
15138: * src/include/pa_config_fixed.h 1.21:
15139: * src/include/pa_request.h 1.103:
15140: * src/main/pa_sql_driver_manager.C 1.40:
15141: * src/types/pa_vxdoc.C 1.2:
15142: * src/types/pa_vxdoc.h 1.6:
15143: * src/types/pa_vxnode.C 1.3:
15144: * src/types/pa_vxnode.h 1.4:
15145: DOM1 major addtion, only few attributes/methods left
15146:
15147: * src/main/execute.C 1.195:
15148: z
15149:
15150: * src/classes/xdoc.C 1.17:
15151: * src/classes/xdoc.C 1.18:
15152: !::create{qualifiedName}
15153:
15154: 2001-10-13 parser
15155: * src/main/execute.C 1.194:
15156: * src/types/pa_vcode_frame.h 1.9:
15157: vcodeframe made transparent enough to handle hash if creation&passing
15158:
15159: * src/include/pa_config_fixed.h 1.20:
15160: * src/main/execute.C 1.193:
15161: * src/main/pa_exception.C 1.18:
15162: noticed that vcodeframe not transparent enough, would change now
15163:
15164: * src/types/pa_vcode_frame.h 1.10:
15165: couple comments
15166:
15167: * src/targets/isapi/pool_storage.h 1.10:
15168: isapi pool storage reverse cleanups & frees order
15169:
15170: * src/main/pa_sql_driver_manager.C 1.39:
15171: * src/targets/cgi/parser3.C 1.121:
15172: * src/targets/isapi/parser3isapi.C 1.52:
15173: isapi&cgi couple non-pooled mallocs in main handler
15174:
15175: 2001-10-12 parser
15176: * src/classes/double.C 1.39:
15177: * src/classes/int.C 1.36:
15178: * src/classes/string.C 1.81:
15179: sql{}[$.default[({})]] handling changed:
15180: now type of default param analized always, not only at problem time,
15181: thus helping early problem spotting
15182:
15183: * src/classes/classes.dsp 1.7:
15184: * src/classes/gd/gd.dsp 1.14:
15185: * src/classes/smtp/smtp.dsp 1.11:
15186: * src/classes/xdoc.C 1.15:
15187: * src/main/compile.tab.C 1.22:
15188: * src/main/main.dsp 1.132:
15189: * src/main/pa_globals.C 1.82:
15190: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
15191: * src/targets/apache13/mod_parser3.C 1.2:
15192: * src/targets/cgi/parser3.C 1.120:
15193: * src/targets/cgi/parser3.dsp 1.31:
15194: * src/targets/isapi/parser3isapi.C 1.50:
15195: * src/targets/isapi/parser3isapi.C 1.51:
15196: * src/targets/isapi/parser3isapi.dsp 1.25:
15197: * src/types/types.dsp 1.7:
15198: xalan&xerces multithread bug fixed. initialization&free on each
15199: thread!
15200:
15201: 2001-10-11 parser
15202: * src/targets/apache13/Makefile.am 1.6:
15203: started restructuring
15204:
15205: * src/Makefile.in 1.25:
15206: * src/Makefile.in 1.26:
15207: * src/Makefile.in 1.28:
15208: * src/classes/Makefile.in 1.22:
15209: * src/classes/Makefile.in 1.23:
15210: * src/classes/gd/Makefile.in 1.19:
15211: * src/classes/gd/Makefile.in 1.20:
15212: * src/include/pa_config_auto.h.in 1.8:
15213: * src/main/Makefile.in 1.20:
15214: * src/main/Makefile.in 1.21:
15215: * src/targets/Makefile.in 1.19:
15216: * src/targets/Makefile.in 1.20:
15217: * src/targets/apache13/Makefile.in 1.19:
15218: * src/targets/apache13/Makefile.in 1.20:
15219: * src/targets/apache13/p3runConfigure.in 1.3:
15220: * src/targets/cgi/Makefile.in 1.21:
15221: * src/targets/cgi/Makefile.in 1.22:
15222: * src/types/Makefile.in 1.18:
15223: * src/types/Makefile.in 1.19:
15224: makes
15225:
15226: * src/classes/xnode.C 1.5:
15227: xnode.selectSingle now
15228:
15229: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
15230: .dsp fixed due to relocate
15231:
15232: * src/classes/xdoc.C 1.14:
15233: * src/classes/xnode.C 1.4:
15234: * src/include/pa_exception.h 1.14:
15235: * src/include/pa_pool.h 1.62:
15236: * src/include/pa_stylesheet_connection.h 1.11:
15237: * src/main/pa_exception.C 1.17:
15238: * src/main/pa_pool.C 1.31:
15239: moved xslt exceptions convertors out of Pool into Exception
15240:
15241: * src/Makefile.in 1.27:
15242: * src/classes/Makefile.in 1.24:
15243: * src/classes/gd/Makefile.in 1.21:
15244: makes. stdc++ lib added to apache libraries
15245:
15246: * src/classes/hash.C 1.22:
15247: !^hash.add[addme]
15248: !^hash.sub[subme]
15249: !^a.union[b] = new
15250: !^a.intersection[b] = new
15251: !^a.intersects[b] = bool
15252:
15253: * src/main/pa_string.C 1.109:
15254: const
15255:
15256: * src/classes/hash.C 1.20:
15257: * src/types/pa_vhash.h 1.22:
15258: !^hash::create[[copy_from]]
15259:
15260: * src/classes/hash.C 1.21:
15261: !^hash::append[append_from]
15262:
15263: * src/targets/apache13/Makefile.am 1.7:
15264: * src/targets/apache13/p3runConfigure.in 1.2:
15265: added
15266:
15267: * src/include/pa_string.h 1.107:
15268: * src/main/pa_string.C 1.108:
15269: restructured string: linked pieces of same language together
15270: prior to String::replace
15271:
15272: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
15273: * src/targets/apache13/mod_parser3.C 1.1:
15274: * src/targets/apache13/p3runConfigure.in 1.1:
15275: * src/targets/apache13/pa_pool.C 1.1:
15276: * src/targets/apache13/pa_threads.C 1.1:
15277: restructured
15278:
15279: * src/classes/string.C 1.80:
15280: * src/classes/table.C 1.126:
15281: * src/include/pa_globals.h 1.67:
15282: * src/include/pa_string.h 1.106:
15283: * src/main/pa_globals.C 1.81:
15284: * src/main/pa_string.C 1.107:
15285: * src/main/untaint.C 1.68:
15286: * src/types/pa_vvoid.h 1.5:
15287: untaint lang origins table fixed.
15288: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
15289:
15290: 2001-10-10 parser
15291: * src/classes/gd/gif.C 1.15:
15292: arc algorithms: commented all bresenhams, algs must be unified
15293: not "perfect"
15294:
15295: * src/classes/gd/gif.C 1.14:
15296: * src/main/compile.tab.C 1.19:
15297: * src/main/compile.y 1.170:
15298: ^a[^b] more informative compile error
15299:
15300: * src/main/compile.tab.C 1.20:
15301: * src/main/compile.y 1.171:
15302: ^a[
15303:
15304: @next_method << now unclosed ] would be reported here
15305:
15306: * src/classes/op.C 1.52:
15307: * src/main/compile.tab.C 1.21:
15308: ^error[msg]
15309:
15310: 2001-10-09 parser
15311: * src/classes/classes.dsp 1.6:
15312: * src/classes/xdoc.C 1.13:
15313: * src/include/pa_stylesheet_connection.h 1.10:
15314: * src/main/main.dsp 1.131:
15315: * src/targets/cgi/parser3.C 1.118:
15316: * src/targets/isapi/parser3isapi.C 1.48:
15317: * src/types/pa_vxdoc.h 1.5:
15318: * src/types/pa_vxnode.h 1.3:
15319: * src/types/types.dsp 1.6:
15320: xalan patches starting
15321:
15322: * src/classes/op.C 1.49:
15323: * src/classes/table.C 1.121:
15324: * src/types/pa_vfile.h 1.35:
15325: * src/types/pa_vimage.h 1.19:
15326: * src/types/pa_vjunction.h 1.8:
15327: * src/types/pa_vxdoc.h 1.4:
15328: * src/types/pa_vxnode.h 1.2:
15329: table:menu & op for delims made allowed not to be code [be
15330: string..]
15331:
15332: * src/Makefile.in 1.23:
15333: * src/Makefile.in 1.24:
15334: * src/classes/Makefile.am 1.23:
15335: * src/classes/Makefile.am 1.24:
15336: * src/classes/Makefile.in 1.20:
15337: * src/classes/Makefile.in 1.21:
15338: * src/classes/gd/Makefile.in 1.17:
15339: * src/classes/gd/Makefile.in 1.18:
15340: * src/main/Makefile.am 1.20:
15341: * src/main/Makefile.in 1.18:
15342: * src/main/Makefile.in 1.19:
15343: * src/targets/Makefile.in 1.17:
15344: * src/targets/Makefile.in 1.18:
15345: * src/targets/apache13/Makefile.in 1.17:
15346: * src/targets/apache13/Makefile.in 1.18:
15347: * src/targets/cgi/Makefile.am 1.19:
15348: * src/targets/cgi/Makefile.in 1.19:
15349: * src/targets/cgi/Makefile.in 1.20:
15350: * src/types/Makefile.am 1.10:
15351: * src/types/Makefile.in 1.16:
15352: * src/types/Makefile.in 1.17:
15353: makes
15354:
15355: * src/targets/cgi/parser3.C 1.119:
15356: * src/targets/isapi/parser3isapi.C 1.49:
15357: xml transform win32 errors intercepted [xalan transformer
15358: patched and incorporated]
15359:
15360: * src/classes/double.C 1.38:
15361: * src/classes/file.C 1.58:
15362: * src/classes/image.C 1.52:
15363: * src/classes/int.C 1.35:
15364: * src/classes/op.C 1.48:
15365: * src/classes/string.C 1.78:
15366: * src/classes/table.C 1.120:
15367: lots of params->as_int/double/as_string/as_junction
15368: as_no_junction messages added
15369:
15370: * src/classes/op.C 1.51:
15371: * src/classes/table.C 1.123:
15372: table.hash[key field;value field(s) string/table] now
15373:
15374: * src/classes/op.C 1.50:
15375: * src/classes/table.C 1.122:
15376: z
15377:
15378: * src/classes/date.C 1.10:
15379: * src/classes/table.C 1.124:
15380: calendar moved to date
15381:
15382: * src/classes/string.C 1.79:
15383: * src/classes/table.C 1.125:
15384: ^string.save[file]
15385:
15386: 2001-10-08 parser
1.24 paf 15387: * src/types/pa_vcookie.C 1.25:
15388: removing cookie made more netscape-like way
15389:
1.15 paf 15390: * src/classes/xdoc.C 1.12:
15391: xdoc:load exceptions intercepted [like in set]
15392:
15393: * src/classes/image.C 1.48:
15394: * src/include/pa_common.h 1.53:
15395: * src/main/pa_common.C 1.71:
15396: * src/types/pa_vcookie.C 1.26:
15397: cookie urlencoded [netscape doc reread]
15398:
15399: * src/classes/gd/gif.C 1.10:
15400: image.bar now draws (100 100 0 0)
15401:
15402: * src/classes/gd/gif.C 1.11:
15403: * src/classes/gd/mtables.h 1.1:
15404: image:arc image:circle
15405:
15406: * src/classes/gd/gd.dsp 1.13:
15407: * src/classes/gd/gif.C 1.12:
15408: * src/classes/gd/gif.h 1.15:
15409: * src/classes/image.C 1.49:
15410: * src/types/pa_vcookie.C 1.27:
15411: * src/types/pa_vimage.C 1.11:
15412: image:sector
15413: removed image:html internal "line-*" attribs
15414:
15415: * src/classes/file.C 1.57:
15416: * src/classes/form.C 1.17:
15417: * src/main/pa_common.C 1.70:
15418: * src/main/untaint.C 1.67:
15419: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
15420: nonforced [only tainted pieces]
15421:
15422: * src/classes/gd/gif.C 1.13:
15423: * src/classes/image.C 1.50:
15424: image:circle [and round arc] uses Bresenham
15425:
15426: * src/main/untaint.C 1.65:
15427: \r to ' ' in origins mode
15428:
15429: * src/classes/date.C 1.9:
15430: * src/classes/image.C 1.51:
15431: * src/classes/string.C 1.77:
15432: * src/classes/table.C 1.119:
15433: * src/classes/void.C 1.11:
15434: * src/include/pa_request.h 1.102:
15435: params->as_int/double message added
15436:
15437: * src/classes/xdoc.C 1.11:
15438: * src/include/pa_config_fixed.h 1.19:
15439: * src/main/compile.tab.C 1.18:
15440: * src/types/pa_vxdoc.h 1.3:
15441: parsedSource produced by nonstandard liaison freed up
15442:
15443: * src/include/pa_common.h 1.52:
15444: * src/main/pa_common.C 1.69:
15445: * src/main/untaint.C 1.66:
15446: * src/targets/cgi/parser3.C 1.117:
15447: * src/targets/isapi/parser3isapi.C 1.47:
15448: remove_crlf @ SAPI::log
15449:
15450: 2001-10-07 parser
15451: * src/include/pa_config_fixed.h 1.18:
15452: * src/main/compile.tab.C 1.17:
15453: restored project
15454:
15455: 2001-10-05 parser
15456: * src/classes/xdoc.C 1.9:
15457: * src/include/pa_dictionary.h 1.6:
15458: * src/main/main.dsp 1.129:
15459: * src/main/pa_dictionary.C 1.7:
15460: * src/main/pa_string.C 1.106:
15461: * src/types/pa_vxdoc.h 1.2:
15462: started xml errorhandler.
15463: fixed string.replace a little, read @test
15464:
15465: * src/main/pa_charset_connection.C 1.7:
15466: unicode zero pair at the beging of totable appered to be vital
15467:
15468: * src/classes/xdoc.C 1.8:
15469: * src/main/compile.tab.C 1.16:
15470: xdoc.transform now
15471:
15472: * src/doc/doxygen.cfg 1.18:
15473: * src/doc/html2chm.cmd 1.4:
15474: * src/doc/sources2html.cmd 1.4:
15475: paths
15476:
15477: * src/classes/xdoc.C 1.10:
15478: * src/include/pa_pool.h 1.61:
15479: * src/main/main.dsp 1.130:
15480: * src/main/pa_pool.C 1.30:
15481: changed xdoc:set to prevent SAXParseException from outputing to cerr.
15482: lots of "todos"
15483:
15484: * src/main/pa_charset_connection.C 1.8:
15485: * src/main/pa_charset_connection.C 1.9:
15486: ctype another mem clear bugfix
15487:
15488: * src/main/untaint.C 1.64:
15489: http_header tainting more gentle with enquoting now
15490:
15491: * src/main/pa_string.C 1.105:
15492: found replace bug - first_that_starts(char *) does not have
15493: limit, and looks further eos, fixing....
15494:
15495: * src/include/pa_hash.h 1.44:
15496: * src/main/pa_hash.C 1.41:
15497: Hash::size() calculated wrong. fixed it
15498:
15499: * src/Makefile.in 1.22:
15500: * src/main/compile.tab.C 1.15:
15501: * src/main/compile.y 1.169:
15502: disabled ^literals in names
15503: $result[^[$p^]z]
15504: now works fine
15505:
15506: 2001-10-04 parser
15507: * src/classes/image.C 1.47:
15508: ^image.length[text]
15509:
15510: 2001-10-03 parser
15511: * src/main/pa_request.C 1.166:
15512: restored pcre defaulting in request [mindlessly "optimized" yesterday]
15513: comment left
15514:
15515: * src/main/pa_request.C 1.167:
15516: DEFAULT...charset was ignored when !XML
15517:
15518: 2001-10-02 parser
15519: * src/include/pa_request.h 1.101:
15520: * src/main/pa_charset_connection.C 1.4:
15521: * src/main/pa_charset_connection.C 1.5:
15522: * src/main/pa_request.C 1.165:
15523: * src/types/pa_vstring.h 1.36:
15524: pcre tables now const inside
15525: removed default - pcre handles that internally
15526: fixed bug on not-cleaning tables [previously was calloced, now member]
15527:
15528: * src/Makefile.in 1.21:
15529: * src/classes/Makefile.in 1.19:
15530: * src/classes/gd/Makefile.in 1.16:
15531: * src/main/Makefile.in 1.17:
15532: * src/targets/Makefile.in 1.16:
15533: * src/targets/apache13/Makefile.in 1.16:
15534: * src/targets/cgi/Makefile.in 1.18:
15535: * src/types/Makefile.in 1.15:
15536: makes
15537:
15538: * src/include/pa_config_fixed.h 1.17:
15539: * src/main/pa_charset_connection.C 1.3:
15540: tested charset reload on file change @ apache version = OK
15541: tested freeing up prev encoding on adding new = OK
15542:
15543: * src/classes/table.C 1.117:
15544: * src/main/pa_charset_connection.C 1.6:
15545: table:load & charset_connection
15546: #comment now
15547:
15548: * src/classes/classes.dsp 1.5:
15549: * src/types/types.dsp 1.5:
15550: release projects options fixed to use release msvcrt lib
15551:
15552: * src/include/pa_pool.h 1.60:
15553: * src/include/pa_stylesheet_connection.h 1.8:
15554: * src/include/pa_stylesheet_connection.h 1.9:
15555: * src/main/pa_charset_manager.C 1.2:
15556: * src/main/pa_charset_manager.C 1.3:
15557: * src/main/pa_pool.C 1.29:
15558: * src/types/pa_vresponse.h 1.15:
15559: forgot non-xml pool.*charset needed
15560:
15561: * src/classes/table.C 1.118:
15562: # config comments fixed
15563:
15564: 2001-10-01 parser
15565: * src/include/pa_charset_connection.h 1.1:
15566: * src/include/pa_charset_manager.h 1.1:
15567: * src/include/pa_xslt_stylesheet_manager.h 1.4:
15568: * src/main/main.dsp 1.128:
15569: * src/main/pa_charset_connection.C 1.1:
15570: * src/main/pa_charset_manager.C 1.1:
15571: * src/main/pa_request.C 1.164:
15572: charset loading & caching mech 0
15573:
15574: * src/include/pa_stylesheet_connection.h 1.7:
15575: * src/include/pa_xslt_stylesheet_manager.h 1.3:
15576: * src/main/main.dsp 1.127:
15577: * src/main/pa_globals.C 1.80:
15578: * src/main/pa_request.C 1.163:
15579: would make charset loading & caching mech now
15580:
15581: * src/main/pa_charset_connection.C 1.2:
15582: removed entitify external hack [internal installed]
15583:
15584: * src/classes/gd/Makefile.am 1.6:
15585: * src/classes/gd/Makefile.in 1.15:
15586: makes
15587:
15588: * src/main/Makefile.am 1.19:
15589: * src/main/Makefile.in 1.16:
15590: makes+removed dtd
15591:
15592: 2001-09-30 parser
15593: * src/classes/xdoc.C 1.7:
15594: * src/include/pa_request.h 1.100:
15595: * src/main/pa_request.C 1.159:
15596: ctype with unicode 1. todo: no П entities on output somehow
15597:
15598: * src/include/pa_globals.h 1.66:
15599: * src/main/pa_globals.C 1.79:
15600: * src/main/pa_request.C 1.160:
15601: now charsets table configuration variable is: CHARSETS
15602:
15603: * src/main/pa_request.C 1.162:
15604: forgot to fill toTable
15605:
15606: * src/classes/file.C 1.56:
15607: * src/classes/op.C 1.47:
15608: * src/classes/string.C 1.76:
15609: * src/include/pa_request.h 1.99:
15610: * src/main/pa_request.C 1.158:
15611: started ctype with unicode values
15612:
15613: * src/include/pa_config_fixed.h 1.16:
15614: * src/main/pa_request.C 1.161:
15615: started hack_s_maximumCharacterValues to
15616: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
15617:
15618: 2001-09-28 parser
15619: * src/classes/xdoc.C 1.5:
15620: * src/classes/xnode.C 1.3:
15621: xdoc addencoding works! invented a way of user-configuring...
15622: todo: implement
15623:
15624: * src/classes/mail.C 1.40:
15625: * src/classes/op.C 1.46:
15626: * src/classes/xdoc.C 1.6:
15627: * src/include/pa_stylesheet_connection.h 1.6:
15628: * src/main/pa_request.C 1.157:
15629: letter body string passed AS-IS now
15630:
15631: 2001-09-27 parser
15632: * src/classes/classes.dsp 1.4:
15633: * src/classes/gd/gd.dsp 1.12:
15634: * src/classes/gd/gifio.C 1.14:
15635: * src/classes/smtp/smtp.dsp 1.10:
15636: * src/classes/xdoc.C 1.3:
15637: * src/main/main.dsp 1.126:
15638: * src/targets/cgi/parser3.dsp 1.30:
15639: * src/targets/isapi/parser3isapi.dsp 1.23:
15640: * src/types/types.dsp 1.4:
15641: win32 ident make system so not to rebuild library [ident.C.new]
15642:
15643: * src/classes/table.C 1.116:
15644: table.sort changed to sort table itself
15645:
15646: * src/classes/xdoc.C 1.4:
15647: * src/targets/isapi/parser3isapi.dsp 1.24:
15648: X^.getElementsByTagName[tagname] = array of xnode
15649: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
15650: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
15651:
15652: win32build system: solved long waiting anti-non-started-apache problem
15653:
15654: 2001-09-26 parser
15655: * src/Makefile.am 1.11:
15656: * src/classes/Makefile.am 1.22:
15657: * src/classes/Makefile.in 1.18:
15658: * src/classes/gd/Makefile.am 1.5:
15659: * src/classes/gd/Makefile.in 1.14:
15660: * src/main/Makefile.am 1.18:
15661: * src/main/Makefile.in 1.15:
15662: * src/targets/Makefile.in 1.15:
15663: * src/targets/apache13/Makefile.in 1.15:
15664: * src/targets/cgi/Makefile.am 1.18:
15665: * src/targets/cgi/Makefile.in 1.17:
15666: * src/types/Makefile.am 1.9:
15667: * src/types/Makefile.in 1.14:
15668: makes with clases.awk
15669:
15670: * src/include/pa_config_fixed.h 1.14:
15671: * src/targets/cgi/parser3.C 1.114:
15672: * src/targets/isapi/parser3isapi.C 1.45:
15673: #ifdef SMTP
15674:
15675: * src/classes/classes.C 1.9:
15676: * src/classes/classes.awk 1.3:
15677: * src/classes/classes.dsp 1.1:
15678: * src/classes/classes.h 1.12:
15679: * src/classes/date.C 1.8:
15680: * src/classes/dnode.C 1.6:
15681: * src/classes/dnode.h 1.2:
15682: * src/classes/dom.C 1.35:
15683: * src/classes/double.C 1.37:
15684: * src/classes/file.C 1.55:
15685: * src/classes/form.C 1.16:
15686: * src/classes/gd/gd.dsp 1.10:
15687: * src/classes/gd/gif.C 1.9:
15688: * src/classes/gd/gif.h 1.14:
15689: * src/classes/gd/gifio.C 1.13:
15690: * src/classes/hash.C 1.19:
15691: * src/classes/image.C 1.46:
15692: * src/classes/int.C 1.34:
15693: * src/classes/mail.C 1.39:
15694: * src/classes/math.C 1.6:
15695: * src/classes/op.C 1.45:
15696: * src/classes/response.C 1.14:
15697: * src/classes/smtp/comms.C 1.4:
15698: * src/classes/smtp/smtp.C 1.4:
15699: * src/classes/smtp/smtp.dsp 1.8:
15700: * src/classes/smtp/smtp.h 1.4:
15701: * src/classes/string.C 1.75:
15702: * src/classes/table.C 1.115:
15703: * src/classes/void.C 1.10:
15704: * src/include/pa_array.h 1.44:
15705: * src/include/pa_common.h 1.51:
15706: * src/include/pa_config_fixed.h 1.13:
15707: * src/include/pa_config_includes.h 1.11:
15708: * src/include/pa_dictionary.h 1.5:
15709: * src/include/pa_dir.h 1.5:
15710: * src/include/pa_exception.h 1.13:
15711: * src/include/pa_exec.h 1.3:
15712: * src/include/pa_globals.h 1.65:
15713: * src/include/pa_request.h 1.98:
15714: * src/include/pa_sapi.h 1.13:
15715: * src/include/pa_socks.h 1.4:
15716: * src/include/pa_sql_connection.h 1.13:
15717: * src/include/pa_sql_driver_manager.h 1.12:
15718: * src/include/pa_stack.h 1.10:
15719: * src/include/pa_string.h 1.105:
15720: * src/include/pa_stylesheet_connection.h 1.5:
15721: * src/include/pa_table.h 1.35:
15722: * src/include/pa_threads.h 1.17:
15723: * src/include/pa_types.h 1.26:
15724: * src/include/pa_xslt_stylesheet_manager.h 1.2:
15725: * src/main/compile.C 1.50:
15726: * src/main/compile.y 1.168:
15727: * src/main/compile_tools.C 1.38:
15728: * src/main/compile_tools.h 1.50:
15729: * src/main/execute.C 1.192:
15730: * src/main/main.dsp 1.124:
15731: * src/main/pa_array.C 1.39:
15732: * src/main/pa_common.C 1.68:
15733: * src/main/pa_dictionary.C 1.6:
15734: * src/main/pa_dir.C 1.7:
15735: * src/main/pa_exception.C 1.16:
15736: * src/main/pa_exec.C 1.14:
15737: * src/main/pa_globals.C 1.78:
15738: * src/main/pa_hash.C 1.40:
15739: * src/main/pa_pool.C 1.28:
15740: * src/main/pa_request.C 1.156:
15741: * src/main/pa_socks.C 1.6:
15742: * src/main/pa_sql_driver_manager.C 1.38:
15743: * src/main/pa_string.C 1.104:
15744: * src/main/pa_table.C 1.38:
15745: * src/main/pa_xslt_stylesheet_manager.C 1.4:
15746: * src/main/untaint.C 1.63:
15747: * src/sql/pa_sql_driver.h 1.17:
15748: * src/targets/cgi/pa_pool.C 1.23:
15749: * src/targets/cgi/pa_threads.C 1.3:
15750: * src/targets/cgi/parser3.C 1.113:
15751: * src/targets/cgi/parser3.dsp 1.29:
15752: * src/targets/isapi/pa_pool.C 1.7:
15753: * src/targets/isapi/pa_threads.C 1.3:
15754: * src/targets/isapi/parser3isapi.C 1.44:
15755: * src/targets/isapi/parser3isapi.dsp 1.22:
15756: * src/targets/isapi/pool_storage.h 1.9:
15757: * src/types/pa_valiased.C 1.10:
15758: * src/types/pa_valiased.h 1.14:
15759: * src/types/pa_value.h 1.74:
15760: * src/types/pa_vbool.h 1.13:
15761: * src/types/pa_vclass.h 1.19:
15762: * src/types/pa_vcode_frame.h 1.8:
15763: * src/types/pa_vcookie.C 1.24:
15764: * src/types/pa_vcookie.h 1.12:
15765: * src/types/pa_vdate.h 1.5:
15766: * src/types/pa_vdnode.C 1.8:
15767: * src/types/pa_vdnode.h 1.3:
15768: * src/types/pa_vdom.C 1.3:
15769: * src/types/pa_vdom.h 1.14:
15770: * src/types/pa_vdouble.h 1.26:
15771: * src/types/pa_venv.h 1.17:
15772: * src/types/pa_vfile.C 1.22:
15773: * src/types/pa_vfile.h 1.34:
15774: * src/types/pa_vform.C 1.39:
15775: * src/types/pa_vform.h 1.25:
15776: * src/types/pa_vimage.C 1.10:
15777: * src/types/pa_vimage.h 1.18:
15778: * src/types/pa_vint.h 1.27:
15779: * src/types/pa_vjunction.h 1.7:
15780: * src/types/pa_vmath.h 1.3:
15781: * src/types/pa_vmethod_frame.h 1.16:
15782: * src/types/pa_vobject.h 1.11:
15783: * src/types/pa_vrequest.C 1.10:
15784: * src/types/pa_vrequest.h 1.11:
15785: * src/types/pa_vresponse.h 1.14:
15786: * src/types/pa_vstateless_class.C 1.10:
15787: * src/types/pa_vstateless_class.h 1.17:
15788: * src/types/pa_vstateless_object.h 1.11:
15789: * src/types/pa_vstring.C 1.11:
15790: * src/types/pa_vstring.h 1.35:
15791: * src/types/pa_vtable.C 1.6:
15792: * src/types/pa_vtable.h 1.33:
15793: * src/types/pa_vvoid.h 1.4:
15794: * src/types/pa_wcontext.C 1.9:
15795: * src/types/pa_wcontext.h 1.17:
15796: * src/types/pa_wwrapper.h 1.11:
15797: * src/types/types.dsp 1.1:
15798: added ident.awk and main.dsp splitted to main+classes+types
15799: along to .am
15800:
15801: * src/classes/classes.dsp 1.2:
15802: * src/classes/dnode.C 1.7:
15803: * src/classes/dnode.h 1.3:
15804: * src/classes/dom.C 1.36:
15805: * src/classes/xdoc.C 1.1:
15806: * src/classes/xnode.C 1.1:
15807: * src/classes/xnode.h 1.1:
15808: * src/main/compile.tab.C 1.14:
15809: * src/types/pa_vdnode.C 1.9:
15810: * src/types/pa_vdnode.h 1.4:
15811: * src/types/pa_vdom.C 1.4:
15812: * src/types/pa_vdom.h 1.15:
15813: * src/types/pa_vxdoc.C 1.1:
15814: * src/types/pa_vxdoc.h 1.1:
15815: * src/types/pa_vxnode.C 1.1:
15816: * src/types/pa_vxnode.h 1.1:
15817: * src/types/types.dsp 1.2:
15818: xdoc&xnode now
15819:
15820: * src/classes/classes.dsp 1.3:
15821: * src/classes/gd/gd.dsp 1.11:
15822: * src/classes/smtp/smtp.dsp 1.9:
15823: * src/classes/xdoc.C 1.2:
15824: * src/classes/xnode.C 1.2:
15825: * src/classes/xnode.h 1.2:
15826: * src/include/pa_config_fixed.h 1.15:
15827: * src/main/main.dsp 1.125:
15828: * src/targets/cgi/parser3.C 1.115:
15829: * src/targets/cgi/parser3.C 1.116:
15830: * src/targets/isapi/parser3isapi.C 1.46:
15831: * src/types/pa_vxnode.C 1.2:
15832: * src/types/types.dsp 1.3:
15833: z
15834:
15835: * src/classes/classes.cmd 1.4:
15836: * src/main/main.dsp 1.123:
15837: * src/targets/cgi/parser3.dsp 1.28:
15838: moved classes.inc generation on win32 to main.dsp
15839:
15840: * src/classes/classes.C 1.10:
15841: forgot one non-xml check
15842:
15843: * src/classes/Makefile.am 1.21:
15844: removed useless var
15845:
15846: 2001-09-25 parser
15847: * src/Makefile.am 1.10:
15848: * src/Makefile.in 1.20:
15849: * src/classes/Makefile.am 1.20:
15850: * src/classes/Makefile.in 1.17:
15851: * src/classes/dom.C 1.34:
15852: * src/classes/gd/Makefile.am 1.4:
15853: * src/classes/gd/Makefile.in 1.13:
15854: * src/include/pa_stylesheet_connection.h 1.4:
15855: * src/main/Makefile.am 1.17:
15856: * src/main/Makefile.in 1.14:
15857: * src/main/pa_pool.C 1.27:
15858: * src/targets/Makefile.in 1.14:
15859: * src/targets/apache13/Makefile.in 1.14:
15860: * src/targets/cgi/Makefile.am 1.17:
15861: * src/targets/cgi/Makefile.in 1.16:
15862: * src/types/Makefile.am 1.8:
15863: * src/types/Makefile.in 1.13:
15864: * src/types/pa_vdom.h 1.13:
15865: xml configure makes
15866:
15867: * src/include/pa_config_auto.h.in 1.7:
15868: xml on linux[elik] works! no 1251 though, todo ICU
15869:
15870: 2001-09-24 parser
15871: * src/types/pa_vfile.h 1.33:
15872: * src/types/pa_vimage.h 1.17:
15873: * src/types/pa_vstring.h 1.34:
15874: fiew wrong resolved conflicts fixed [const]
15875:
15876: * src/Makefile.in 1.19:
15877: * src/classes/Makefile.am 1.19:
15878: * src/classes/Makefile.in 1.16:
15879: * src/classes/gd/Makefile.in 1.12:
15880: * src/include/pa_config_auto.h.in 1.6:
15881: * src/main/Makefile.in 1.13:
15882: * src/targets/Makefile.in 1.13:
15883: * src/targets/apache13/Makefile.in 1.13:
15884: * src/types/Makefile.am 1.7:
15885: * src/types/Makefile.in 1.12:
15886: makes
15887:
15888: * src/targets/cgi/Makefile.am 1.16:
15889: * src/targets/cgi/Makefile.in 1.15:
15890: makefiles
15891:
15892: * src/types/pa_value.h 1.73:
15893: * src/types/pa_vdnode.C 1.7:
15894: * src/types/pa_vtable.C 1.5:
15895: * src/types/pa_vvoid.h 1.3:
15896: z
15897:
15898: * src/types/pa_vclass.h 1.18:
15899: * src/types/pa_vhash.h 1.20:
15900: * src/types/pa_vhash.h 1.21:
15901: * src/types/pa_vtable.h 1.32:
15902: fixed small bugs with usinge hash/table in expressions
15903:
15904: * src/classes/classes.cmd 1.3:
15905: * src/classes/gd/gd.dsp 1.9:
15906: * src/classes/gd/gif.C 1.8:
15907: * src/classes/gd/gif.h 1.13:
15908: * src/classes/image.C 1.45:
15909: * src/classes/op.C 1.44:
15910: * src/classes/table.C 1.114:
15911: * src/include/pa_request.h 1.97:
15912: * src/include/pa_sapi.h 1.12:
15913: * src/main/compile.C 1.49:
15914: * src/main/compile.tab.C 1.13:
15915: * src/main/compile.y 1.167:
15916: * src/main/compile_tools.h 1.49:
15917: * src/main/main.dsp 1.122:
15918: * src/main/pa_common.C 1.67:
15919: * src/main/pa_sql_driver_manager.C 1.37:
15920: * src/targets/cgi/parser3.C 1.112:
15921: * src/targets/cgi/parser3.dsp 1.27:
15922: * src/types/pa_value.h 1.72:
15923: * src/types/pa_vbool.h 1.12:
15924: * src/types/pa_vdate.h 1.4:
15925: * src/types/pa_vdouble.h 1.25:
15926: * src/types/pa_vform.C 1.38:
15927: * src/types/pa_vhash.h 1.19:
15928: * src/types/pa_vimage.h 1.16:
15929: * src/types/pa_vint.h 1.26:
15930: * src/types/pa_vstring.h 1.33:
15931: * src/types/pa_vtable.h 1.31:
15932: * src/types/pa_vvoid.h 1.2:
15933: merged3 with before_xml
15934: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
15935:
15936: * src/Makefile.am 1.7:
15937: * src/Makefile.am 1.8:
15938: * src/Makefile.am 1.9:
15939: * src/main/Makefile.am 1.16:
15940: * src/targets/Makefile.am 1.7:
15941: * src/targets/apache13/Makefile.am 1.5:
15942: * src/targets/cgi/Makefile.am 1.15:
15943: * src/targets/cgi/pa_pool.C 1.22:
15944: started unix makes update
15945:
15946: 2001-09-21 parser
15947: * src/classes/gd/gd.dsp 1.8:
15948: * src/classes/smtp/smtp.dsp 1.7:
15949: * src/main/main.dsp 1.121:
15950: * src/targets/cgi/parser3.dsp 1.26:
15951: * src/targets/isapi/parser3isapi.dsp 1.21:
15952: updated project files [/ sadly produced "" in make file and
15953: sadly wrong interpreted on load]
15954:
15955: * src/include/pa_pool.h 1.56:
15956: * src/main/pa_pool.C 1.24:
15957: checked whether transcoder were created right
15958: "unsupported encoding" message.
15959: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
15960:
15961: reduced transcode buffer size to 60
15962: fixed pool cleanup - no registration needed, pools are officially destructured
15963:
15964: * src/classes/dom.C 1.29:
15965: * src/classes/dom.C 1.30:
15966: * src/classes/dom.C 1.31:
15967: * src/classes/dom.C 1.32:
15968: * src/include/pa_pool.h 1.57:
15969: * src/include/pa_pool.h 1.58:
15970: * src/main/pa_pool.C 1.25:
15971: * src/types/pa_vdnode.C 1.5:
15972: * src/types/pa_vresponse.h 1.12:
15973: defaulted dom writing methods encoding to pool.get_charset
15974:
15975: * src/classes/classes.C 1.8:
15976: * src/classes/date.C 1.7:
15977: * src/classes/dnode.C 1.5:
15978: * src/classes/dom.C 1.33:
15979: * src/classes/file.C 1.54:
15980: * src/classes/form.C 1.15:
15981: * src/classes/gd/gd.dsp 1.6:
15982: * src/classes/gd/gif.C 1.7:
15983: * src/classes/gd/gifio.C 1.12:
15984: * src/classes/int.C 1.33:
15985: * src/classes/mail.C 1.38:
15986: * src/classes/smtp/comms.C 1.3:
15987: * src/classes/smtp/smtp.C 1.3:
15988: * src/classes/smtp/smtp.dsp 1.5:
15989: * src/doc/doxygen.cfg 1.16:
15990: * src/include/pa_config_fixed.h 1.12:
15991: * src/include/pa_pool.h 1.59:
15992: * src/main/main.dsp 1.119:
15993: * src/main/pa_globals.C 1.76:
15994: * src/main/pa_pool.C 1.26:
15995: * src/main/pa_request.C 1.155:
15996: * src/main/pa_xslt_stylesheet_manager.C 1.3:
15997: * src/targets/cgi/pa_pool.C 1.21:
15998: * src/targets/cgi/pa_threads.C 1.2:
15999: * src/targets/cgi/parser3.dsp 1.24:
16000: * src/targets/isapi/pa_pool.C 1.6:
16001: * src/targets/isapi/pa_threads.C 1.2:
16002: * src/targets/isapi/parser3isapi.dsp 1.19:
16003: * src/types/pa_valiased.C 1.9:
16004: * src/types/pa_vcookie.C 1.23:
16005: * src/types/pa_vdnode.C 1.6:
16006: * src/types/pa_vdom.C 1.2:
16007: * src/types/pa_vfile.C 1.21:
16008: * src/types/pa_vform.C 1.37:
16009: * src/types/pa_vimage.C 1.9:
16010: * src/types/pa_vrequest.C 1.9:
16011: * src/types/pa_vresponse.h 1.13:
16012: * src/types/pa_vstateless_class.C 1.9:
16013: * src/types/pa_vstring.C 1.10:
16014: * src/types/pa_vtable.C 1.4:
16015: * src/types/pa_wcontext.C 1.8:
16016: zillions of #ifdef XML
16017: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
16018: first, will join latest changes
16019:
16020: * src/Makefile.in 1.18:
16021: * src/classes/classes.h 1.11:
16022: * src/classes/gd/gd.dsp 1.7:
16023: * src/classes/gd/gif.h 1.12:
16024: * src/classes/hash.C 1.18:
16025: * src/classes/op.C 1.43:
16026: * src/classes/smtp/smtp.dsp 1.6:
16027: * src/classes/table.C 1.113:
16028: * src/doc/doxygen.cfg 1.17:
16029: * src/include/pa_common.h 1.50:
16030: * src/include/pa_globals.h 1.64:
16031: * src/include/pa_request.h 1.96:
16032: * src/include/pa_sapi.h 1.11:
16033: * src/include/pa_sql_driver_manager.h 1.11:
16034: * src/include/pa_string.h 1.104:
16035: * src/main/compile.tab.C 1.12:
16036: * src/main/main.dsp 1.120:
16037: * src/main/pa_common.C 1.66:
16038: * src/main/pa_exec.C 1.13:
16039: * src/main/pa_globals.C 1.77:
16040: * src/targets/cgi/parser3.dsp 1.25:
16041: * src/targets/isapi/parser3isapi.dsp 1.20:
16042: merged with before_xml
16043:
16044: 2001-09-20 parser
16045: * src/classes/dnode.C 1.3:
16046: * src/classes/dom.C 1.26:
16047: * src/targets/cgi/parser3.dsp 1.22:
16048: * src/types/pa_vstring.h 1.32:
16049: dnode .file .string .save moved back to dom due to strange
16050: xalan bug
16051:
16052: * src/main/pa_pool.C 1.23:
16053: * src/main/pa_request.C 1.154:
16054: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
16055: charset[here]]
16056:
16057: * src/classes/dom.C 1.27:
16058: dom. string save file
16059: moved output xml options to last param and made it optional
16060:
16061: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
16062: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
16063: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
16064: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
16065: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
16066: table/hash can be used in expression context now, there value = size
16067: and boolean value size!=0
16068:
16069: * src/classes/dnode.C 1.4:
16070: * src/classes/dom.C 1.28:
16071: * src/classes/gd/gd.dsp 1.5:
16072: * src/classes/smtp/smtp.dsp 1.4:
16073: * src/include/pa_config_includes.h 1.10:
16074: * src/include/pa_globals.h 1.63:
16075: * src/include/pa_pool.h 1.55:
16076: * src/main/main.dsp 1.118:
16077: * src/main/pa_globals.C 1.75:
16078: * src/main/pa_pool.C 1.22:
16079: * src/targets/cgi/parser3.dsp 1.23:
16080: * src/targets/isapi/parser3isapi.C 1.43:
16081: * src/targets/isapi/parser3isapi.dsp 1.18:
16082: * src/types/pa_vdnode.C 1.4:
16083: * src/types/pa_vdnode.h 1.2:
16084: * src/types/pa_vresponse.h 1.11:
16085: Pool::transcode 0
16086:
16087: * src/types/pa_vdnode.C 1.3:
16088: !$elementnode.attributes = hash of dnodes
16089: !$attributenode.specified = boolean
16090: true if the attribute received its value explicitly in the XML document,
16091: or if a value was assigned programatically with the setValue function.
16092: false if the attribute value came from the default value declared in the document's DTD.
16093: !$pinode.target = target of this processing instruction
16094: XML defines this as being the first token following the markup
16095: that begins the processing instruction.
16096: XPath:
16097: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
16098: !^node.select-single[xpath/query/expression] = first node if any
16099:
16100: * src/classes/image.C [before_xml] 1.40.4.4:
16101: 20K preload on jpg measure [image::measure]
16102:
16103: * src/types/pa_value.h [before_xml] 1.70.4.2:
16104: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
16105: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
16106: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
16107: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
16108: * src/types/pa_vint.h [before_xml] 1.25.4.1:
16109: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
16110: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
16111: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
16112: some 'const's added
16113:
16114: 2001-09-18 parser
16115: * src/classes/dnode.C 1.2:
16116: * src/classes/dom.C 1.25:
16117: * src/classes/gd/gif.C 1.6:
16118: * src/classes/gd/gif.h 1.11:
16119: * src/classes/hash.C 1.17:
16120: * src/classes/image.C 1.44:
16121: * src/classes/op.C 1.42:
16122: * src/classes/table.C 1.112:
16123: * src/include/pa_common.h 1.49:
16124: * src/include/pa_globals.h 1.62:
16125: * src/include/pa_request.h 1.95:
16126: * src/include/pa_sql_driver_manager.h 1.10:
16127: * src/main/compile.C 1.48:
16128: * src/main/compile.tab.C 1.11:
16129: * src/main/compile.y 1.166:
16130: * src/main/compile_tools.h 1.48:
16131: * src/main/execute.C 1.191:
16132: * src/main/pa_common.C 1.65:
16133: * src/main/pa_request.C 1.153:
16134: * src/main/pa_sql_driver_manager.C 1.36:
16135: * src/main/pa_string.C 1.103:
16136: * src/main/pa_table.C 1.37:
16137: * src/targets/cgi/parser3.C 1.111:
16138: * src/targets/cgi/parser3.dsp 1.21:
16139: * src/targets/isapi/parser3isapi.C 1.42:
16140: * src/types/pa_value.h 1.71:
16141: * src/types/pa_vform.C 1.36:
16142: * src/types/pa_vform.h 1.24:
16143: * src/types/pa_vhash.h 1.18:
16144: * src/types/pa_vimage.C 1.8:
16145: * src/types/pa_vimage.h 1.15:
16146: * src/types/pa_vtable.h 1.30:
16147: merged latest bugfixes from before_xml branch
16148: ^if(def $hash) now true only when ^hash:_count[]!=0
16149: moved
16150: .string .save .file from dom to dnode
16151:
16152: * src/classes/dnode.C 1.1:
16153: * src/classes/dnode.h 1.1:
16154: * src/main/main.dsp 1.117:
16155: * src/types/pa_vdnode.C 1.1:
16156: * src/types/pa_vdnode.h 1.1:
16157: dom, dnode 0
16158:
16159: * src/types/pa_vdnode.C 1.2:
16160: * src/types/pa_vdom.h 1.12:
16161: * src/types/pa_vhash.h 1.17:
16162: * src/types/pa_vtable.h 1.29:
16163: dom, dnode 1
16164:
16165: * src/classes/image.C [before_xml] 1.40.4.3:
16166: * src/main/pa_string.C [before_xml] 1.102.2.2:
16167: * src/main/pa_table.C [before_xml] 1.36.2.1:
16168: image: poly* fixed
16169:
16170: * src/classes/op.C [before_xml] 1.41.4.2:
16171: * src/main/execute.C [before_xml] 1.190.4.2:
16172: operators self changed to root
16173: ^for variable context changed to self
16174:
16175: 2001-09-17 parser
16176: * src/classes/classes.h 1.10:
16177: * src/classes/dom.C 1.23:
16178: * src/classes/hash.C 1.16:
16179: * src/include/pa_stylesheet_connection.h 1.3:
16180: * src/main/main.dsp 1.115:
16181: * src/targets/cgi/pa_pool.C 1.20:
16182: * src/types/pa_vdom.h 1.10:
16183: * src/types/pa_vfile.h 1.32:
16184: * src/types/pa_vimage.h 1.14:
16185: started
16186: dnode
16187: DOM:
16188: $node.name
16189: $node.value
16190: ...others...
16191: ^node.xpath[/rates/USD] = hash
16192: dom(dnode)
16193:
16194: * src/classes/dom.C 1.24:
16195: * src/main/main.dsp 1.116:
16196: * src/main/pa_globals.C 1.74:
16197: * src/types/pa_vdom.h 1.11:
16198: started dnode+dom
16199:
16200: dnode
16201: DOM methods:
16202: $node.name
16203: $node.value
16204: ...others...
16205:
16206: ^node.xpath[/rates/USD] = hash
16207: $hash[
16208: $.0[node0]
16209: $.1[node1]
16210: ]
16211:
16212: * src/classes/gd/gif.C [before_xml] 1.5.8.2:
16213: * src/classes/gd/gif.h [before_xml] 1.10.4.2:
16214: * src/classes/image.C [before_xml] 1.40.4.2:
16215: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
16216: $image.line-style
16217: now applies to all linear primitives
16218:
16219: * src/classes/hash.C [before_xml] 1.15.4.1:
16220: * src/main/compile.C [before_xml] 1.47.4.1:
16221: * src/main/compile.tab.C [before_xml] 1.10.4.2:
16222: * src/main/compile.y [before_xml] 1.165.4.2:
16223: * src/main/compile_tools.h [before_xml] 1.47.4.2:
16224: * src/main/execute.C [before_xml] 1.190.4.1:
16225: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
16226: expressions unary+
16227: ^hash.count[]
16228: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
16229:
16230: 2001-09-15 parser
16231: * src/classes/gd/gif.C [before_xml] 1.5.8.1:
16232: * src/classes/gd/gif.h [before_xml] 1.10.4.1:
16233: * src/classes/image.C [before_xml] 1.40.4.1:
16234: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
16235: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
16236: image: $line-width ^line(...)[**** style]
16237:
16238: * src/classes/dom.C 1.21:
16239: * src/classes/image.C 1.43:
16240: * src/include/pa_pool.h 1.53:
16241: * src/include/pa_stylesheet_connection.h 1.2:
16242: * src/main/main.dsp 1.114:
16243: * src/targets/cgi/pa_pool.C 1.18:
16244: * src/targets/isapi/pa_pool.C 1.4:
16245: * src/targets/isapi/pool_storage.h 1.5:
16246: * src/types/pa_vdom.C 1.1:
16247: * src/types/pa_vdom.h 1.8:
16248: xalan objects freed up [introducing Pool::register_cleanup]
16249:
16250: * src/doc/doxygen.cfg 1.15:
16251: * src/include/pa_sapi.h 1.10:
16252: * src/types/pa_vdom.h 1.7:
16253: comments
16254:
16255: * src/classes/dom.C 1.22:
16256: * src/targets/isapi/parser3isapi.C 1.41:
16257: * src/targets/isapi/pool_storage.h 1.8:
16258: * src/types/pa_vdom.h 1.9:
16259: fixed bug in isapi pool_storage -
16260: cleanups first, allocations second.
16261: apache wisely does just like that
16262:
16263: * src/targets/isapi/parser3isapi.C 1.40:
16264: * src/targets/isapi/pool_storage.h 1.7:
16265: pool_storage rewritten using template, no bugs now
16266:
16267: * src/include/pa_pool.h 1.54:
16268: * src/main/pa_pool.C 1.21:
16269: * src/targets/cgi/pa_pool.C 1.19:
16270: * src/targets/isapi/pa_pool.C 1.5:
16271: * src/targets/isapi/parser3isapi.C 1.39:
16272: * src/targets/isapi/parser3isapi.dsp 1.17:
16273: * src/targets/isapi/pool_storage.h 1.6:
16274: poorly started isapi pool_storage, would rewrite using template now
16275:
16276: 2001-09-14 parser
16277: * src/classes/dom.C 1.20:
16278: * src/classes/file.C 1.53:
16279: * src/classes/image.C 1.42:
16280: * src/classes/mail.C 1.37:
16281: * src/include/pa_common.h 1.48:
16282: * src/include/pa_sql_driver_manager.h 1.9:
16283: * src/include/pa_string.h 1.103:
16284: * src/include/pa_stylesheet_connection.h 1.1:
16285: * src/include/pa_xslt_stylesheet_manager.h 1.1:
16286: * src/main/main.dsp 1.113:
16287: * src/main/pa_common.C 1.64:
16288: * src/main/pa_exec.C 1.12:
16289: * src/main/pa_globals.C 1.73:
16290: * src/main/pa_sql_driver_manager.C 1.34:
16291: * src/main/pa_xslt_stylesheet_manager.C 1.1:
16292: * src/main/untaint.C 1.62:
16293: * src/types/pa_vfile.C 1.20:
16294: dom.xslt stylesheet compiled&cached
16295:
16296: * src/main/pa_sql_driver_manager.C 1.35:
16297: * src/main/pa_xslt_stylesheet_manager.C 1.2:
16298: z
16299:
16300: 2001-09-13 parser
16301: * src/classes/dom.C 1.18:
16302: dom:file content-type(.method)
16303:
16304: * src/classes/dom.C 1.19:
16305: * src/classes/file.C 1.52:
16306: * src/classes/image.C 1.41:
16307: * src/types/pa_vfile.C 1.19:
16308: * src/types/pa_vfile.h 1.31:
16309: ^dom.file[] charset
16310:
16311: * src/include/pa_globals.h [before_xml] 1.61.4.1:
16312: * src/include/pa_request.h [before_xml] 1.94.4.1:
16313: * src/main/pa_request.C [before_xml] 1.152.4.2:
16314: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
16315: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
16316: ParserRootConfig .../parser3.conf
16317: ParserSiteConfig .../parser3.conf
16318:
16319: cgi&isapi looks for {configure|c:\windows}/parser3.conf
16320:
16321: * src/include/pa_common.h [before_xml] 1.47.4.1:
16322: * src/include/pa_globals.h [before_xml] 1.61.4.2:
16323: * src/main/pa_common.C [before_xml] 1.63.4.1:
16324: * src/main/pa_request.C [before_xml] 1.152.4.3:
16325: $MAIN:CLASS_PATH now
16326: can be string now
16327: more informative error messages
16328:
16329: 2001-09-12 parser
16330: * src/main/compile.y [before_xml] 1.165.4.1:
16331: * src/main/compile_tools.h [before_xml] 1.47.4.1:
16332: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
16333: introduced special LS_NAME_SQUARE_PART state
16334:
16335: * src/main/compile.tab.C [before_xml] 1.10.4.1:
16336: fixed - subname code parts actually [] braced
16337:
16338: * src/classes/op.C [before_xml] 1.41.4.1:
16339: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
16340: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
16341: ^connect[]
16342: ^connect[aaa]
16343: more precise error reporting:
16344: "connection string must start with protocol://"
16345: now
16346:
16347: 2001-09-11 parser
16348: * src/types/pa_vdom.h 1.5:
16349: messages
16350:
16351: * src/classes/dom.C 1.16:
16352: * src/types/pa_vdom.h 1.6:
16353: ^dom:set[<some>xml</some>]
16354:
16355: * src/classes/dom.C 1.17:
16356: * src/include/pa_string.h 1.102:
16357: * src/main/pa_globals.C 1.72:
16358: * src/main/untaint.C 1.61:
16359: ^dom:set{<some>xml</some>} default language XML
16360: languages+=xml
16361:
16362: * src/classes/dom.C 1.14:
16363: * src/classes/dom.C 1.15:
16364: ^dom:save/string/file[output options]
16365: output options:
16366: $.method[xml|html|text] detection fixed
16367:
16368: 2001-09-10 parser
16369: * src/classes/dom.C 1.4:
16370: * src/main/main.dsp 1.110:
16371: * src/types/pa_vform.C 1.35:
16372: * src/types/pa_vform.h 1.23:
16373: ^dom.save[b.xml] 0
16374:
16375: * src/classes/dom.C 1.9:
16376: ^dom.file[encoding] = file
16377:
16378: * src/classes/dom.C 1.12:
16379: ^dom.xslt[stylesheet filename][params hash added]
16380:
16381: * src/classes/dom.C 1.10:
16382: * src/main/main.dsp 1.111:
16383: * src/types/pa_vdom.h 1.3:
16384: ^dom.xslt[stylesheet filename] -1 doc is lying
16385:
16386: * src/classes/dom.C 1.11:
16387: * src/main/main.dsp 1.112:
16388: * src/types/pa_vdom.h 1.4:
16389: ^dom.xslt[stylesheet filename] 0
16390:
16391: * src/classes/dom.C 1.5:
16392: ^dom.save[b.xml] 1:error handling
16393:
16394: * src/classes/dom.C 1.13:
16395: ^dom:save/string/file[output options]
16396: output options:
16397: $.method[xml|html|text] $.encoding[windows-1251|...]
16398:
16399: * src/classes/dom.C 1.6:
16400: ^dom.string[] 0
16401:
16402: * src/classes/dom.C 1.7:
16403: * src/classes/dom.C 1.8:
16404: ^dom.string[encoding] 1
16405: ^dom.save[encoding;filename]
16406:
16407: 2001-09-08 parser
16408: * src/types/pa_vform.C [before_xml] 1.33.2.3:
16409: $form:tables.name.field
16410:
16411: 2001-09-07 parser
16412: * src/classes/dom.C 1.3:
16413: * src/types/pa_value.h [before_xml] 1.70.4.1:
16414: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
16415: (def $table) is false when table is empty
16416:
16417: * src/main/pa_request.C [before_xml] 1.152.4.1:
16418: * src/types/pa_vform.C [before_xml] 1.33.2.2:
16419: * src/types/pa_vform.h [before_xml] 1.22.2.2:
16420: !$form:tables
16421: $atable[$form:tables.a]
16422: ^atable.menu{a=$atable.element}[,]
16423:
16424: * src/classes/dom.C 1.1:
16425: file dom.C was initially added on branch xalan1_2.
16426:
16427: * src/main/pa_exception.C 1.15:
16428: * src/types/pa_vform.C 1.32:
16429: getting FIRST form element [not last]
16430:
16431: * src/classes/table.C [before_xml] 1.110.4.1:
16432: table:empty removed, superceded by ^if(def $table)...
16433:
16434: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
16435: * src/types/pa_vform.C [before_xml] 1.33.2.1:
16436: * src/types/pa_vform.h [before_xml] 1.22.2.1:
16437: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
16438: !$form:fields
16439:
16440: * src/include/pa_hash.h 1.43:
16441: * src/main/pa_hash.C 1.39:
16442: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
16443: * src/types/pa_vfile.h 1.30:
16444: * src/types/pa_vform.C 1.33:
16445: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
16446: * src/types/pa_vform.h 1.22:
16447: z
16448:
16449: * src/Makefile.in [xalan1_2] 1.16.2.1:
16450: * src/classes/dom.C [xalan1_2] 1.1.2.1:
16451: * src/classes/table.C [xalan1_2] 1.110.2.1:
16452: * src/main/main.dsp [xalan1_2] 1.108.2.1:
16453: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
16454: introducing dom. dom:load[a.xml]
16455:
16456: * src/main/pa_string.C [before_xml] 1.102.2.1:
16457: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
16458: is 0]
16459:
16460: * src/Makefile.in 1.17:
16461: * src/classes/dom.C 1.2:
16462: * src/classes/table.C 1.111:
16463: * src/main/main.dsp 1.109:
16464: * src/types/pa_vdom.h 1.2:
16465: * src/types/pa_vform.C 1.34:
16466: merged with successful start of dom
16467:
16468: * src/types/pa_vdom.h 1.1:
16469: file pa_vdom.h was initially added on branch xalan1_2.
16470:
16471: 2001-09-06 parser
16472: * src/doc/doxygen.cfg 1.14:
16473: merged new default options from 1.2.10 doxygen
16474:
16475: * src/classes/hash.C 1.15:
16476: * src/include/pa_globals.h 1.61:
16477: * src/main/pa_globals.C 1.71:
16478: * src/types/pa_vhash.h 1.16:
16479: now there's special hash key '_default' [instead of ^_default method]
16480: $hash[
16481: $.a[1]
16482: $.b[2]
16483: $._default[xx]
16484: ]
16485: $hash.c
16486:
16487: * src/types/pa_vform.C 1.30:
16488: * src/types/pa_vform.C 1.31:
16489: a=1&a=2 would result in $form:a being a table with one column '
16490: element' and two rows: 1 and 2
16491:
16492: * src/classes/gd/gifio.C 1.11:
16493: * src/classes/image.C 1.40:
16494: * src/classes/op.C 1.41:
16495: * src/classes/string.C 1.74:
16496: * src/classes/table.C 1.110:
16497: * src/doc/doxygen.cfg 1.13:
16498: * src/targets/isapi/parser3isapi.C 1.38:
16499: * src/types/pa_vtable.C 1.3:
16500: few #ifndef DOXYGEN
16501:
16502: * src/classes/void.C 1.9:
16503: * src/main/pa_string.C 1.102:
16504: * src/main/pa_table.C 1.36:
16505: fixed up bad int/double conversions, and now $form:nonexistent
16506: int(88) would return 88
16507:
16508: * src/main/compile.tab.C 1.10:
16509: * src/main/compile.y 1.165:
16510: ^if(0){}{ ^if(1){}^; }
16511: bug fixed [thanks, fif], ^; were treated there non-literally
16512:
16513: 2001-09-05 parser
16514: * src/classes/string.C 1.73:
16515: * src/classes/table.C 1.109:
16516: sql options can be void [same as image:html the other day]
16517:
16518: * src/classes/mail.C 1.36:
16519: MAIN:MAIL check fixed
16520:
16521: * src/Makefile.in 1.16:
16522: * src/classes/Makefile.in 1.15:
16523: * src/classes/gd/Makefile.in 1.11:
16524: * src/main/Makefile.in 1.12:
16525: * src/targets/cgi/Makefile.in 1.14:
16526: * src/types/Makefile.in 1.11:
16527: makes
16528:
16529: * src/main/pa_sql_driver_manager.C 1.33:
16530: * src/sql/pa_sql_driver.h 1.16:
16531: * src/targets/cgi/parser3.C 1.110:
16532: #define STRINGIZE(name) #name
16533: does not macro expantion on param, simply qoutes whatever passed, undone
16534:
16535: * src/main/pa_sql_driver_manager.C 1.30:
16536: * src/sql/pa_sql_driver.h 1.14:
16537: SQL_DRIVER_CREATE_FUNC_NAME
16538:
16539: * src/main/pa_sql_driver_manager.C 1.32:
16540: * src/sql/pa_sql_driver.h 1.15:
16541: * src/targets/cgi/Makefile.am 1.13:
16542: * src/targets/cgi/parser3.C 1.109:
16543: #define STRINGIZE(name) #name
16544: invented
16545:
16546: * src/targets/cgi/Makefile.am 1.14:
16547: .am undo
16548:
16549: * src/classes/op.C 1.40:
16550: * src/include/pa_sql_driver_manager.h 1.8:
16551: * src/main/pa_sql_driver_manager.C 1.31:
16552: #define MAIN_SQL_NAME "SQL"
16553: #define MAIN_SQL_DRIVERS_NAME "drivers"
16554:
16555: moved to be availible to all users
16556:
16557: 2001-09-04 parser
16558: * src/targets/cgi/parser3.C 1.106:
16559: zz
16560:
16561: * src/include/pa_config_auto.h.in 1.5:
16562: * src/targets/Makefile.in 1.12:
16563: * src/targets/apache13/Makefile.in 1.12:
16564: * src/targets/cgi/Makefile.am 1.12:
16565: * src/targets/cgi/Makefile.in 1.13:
16566: * src/targets/cgi/parser3.C 1.102:
16567: configure --sysconfdir=sysadmin-controlled auto.p location for
16568: targets/cgi/parser3, default[/usr/local/etc]
16569:
16570: * src/Makefile.in 1.15:
16571: * src/include/pa_config_auto.h.in 1.4:
16572: * src/targets/apache13/Makefile.in 1.11:
16573: * src/targets/cgi/Makefile.in 1.12:
16574: makes
16575:
16576: * src/targets/isapi/parser3isapi.C 1.37:
16577: z
16578:
16579: * src/targets/cgi/parser3.C 1.104:
16580: zzz
16581:
16582: * src/targets/cgi/parser3.C 1.108:
16583: full_file_spec bug
16584:
16585: * src/classes/image.C 1.39:
16586: image.html now can accept void params
16587:
16588: * src/classes/date.C 1.5:
16589: date:sql-string is now without ''
16590:
16591: * src/classes/date.C 1.6:
16592: date
16593:
16594: * src/targets/cgi/parser3.C 1.107:
16595: getenvcheck
16596:
16597: 2001-09-03 parser
16598: * src/targets/cgi/parser3.C 1.101:
16599: /configure cgi SYSCONFDIR
16600:
16601: 2001-09-01 parser
16602: * src/classes/image.C 1.38:
16603: letter_spacing
16604:
16605: * src/classes/image.C 1.36:
16606: image: as_int as_string used
16607:
16608: * src/classes/image.C 1.37:
16609: image: font params changed
16610:
16611: * src/types/pa_vmethod_frame.h 1.15:
16612: $result[] now gets properly analized
16613:
16614: 2001-08-31 parser
16615: * src/Makefile.in 1.14:
16616: * src/include/pa_dir.h 1.4:
16617: * src/targets/Makefile.in 1.11:
16618: * src/targets/cgi/parser3.C 1.99:
16619: compiled under cygwin
16620:
16621: * src/targets/cgi/parser3.C 1.100:
16622: z
16623:
16624: * src/classes/void.C 1.8:
16625: void:int/double += (default)
16626:
16627: * src/classes/string.C 1.72:
16628: * src/classes/table.C 1.108:
16629: string:int/double (defaults)
16630:
16631: * src/classes/image.C 1.35:
16632: image:font added space param
16633: image:font changed charwidth alg, added kerning const[for now]
16634:
16635: 2001-08-29 parser
16636: * src/main/pa_exception.C 1.14:
16637: exception redundant debug info
16638:
16639: 2001-08-28 parser
16640: * src/classes/table.C 1.107:
16641: NO_STRING_ORIGIN check
16642:
16643: * src/classes/string.C 1.71:
16644: * src/include/pa_dictionary.h 1.2:
16645: * src/include/pa_string.h 1.101:
16646: * src/main/pa_dictionary.C 1.4:
16647: * src/main/pa_string.C 1.101:
16648: * src/main/untaint.C 1.59:
16649: pa_directory speeded up. moved zero 'from' check to directory constructor.
16650: string:replace
16651:
16652: * src/Makefile.in 1.13:
16653: makes
16654:
16655: * src/Makefile.in 1.12:
16656: * src/classes/Makefile.in 1.13:
16657: * src/classes/gd/Makefile.in 1.9:
16658: * src/main/Makefile.in 1.10:
16659: * src/targets/Makefile.in 1.10:
16660: * src/targets/apache13/Makefile.in 1.9:
16661: * src/targets/cgi/Makefile.in 1.10:
16662: * src/types/Makefile.in 1.9:
16663: makefiles
16664:
16665: * src/classes/file.C 1.51:
16666: * src/main/pa_common.C 1.63:
16667: file:move autocreate/remove dest/src dir
16668:
16669: * src/main/compile.C 1.47:
16670: NO_STRING_ORIGIN check2
16671:
16672: * src/classes/image.C 1.33:
16673: image: gifsize little endian
16674:
16675: * src/targets/apache13/Makefile.am 1.4:
16676: COMPILE_APACHE13_MODULE
16677:
16678: * src/include/pa_dictionary.h 1.4:
16679: * src/main/pa_dictionary.C 1.5:
16680: * src/main/pa_sql_driver_manager.C 1.29:
16681: NO_STRING_ORIGIN check3
16682:
16683: * src/include/pa_dictionary.h 1.3:
16684: gcc: ../include/pa_dictionary.h:19: storage class specifiers
16685: invalid in friend function declarations
16686:
16687: * src/targets/apache13/Makefile.am 1.3:
16688: configure to skip apache
16689:
16690: * src/classes/Makefile.in 1.14:
16691: * src/classes/gd/Makefile.in 1.10:
16692: * src/main/Makefile.in 1.11:
16693: * src/targets/apache13/Makefile.in 1.10:
16694: * src/targets/cgi/Makefile.in 1.11:
16695: * src/types/Makefile.in 1.10:
16696: make.ins
16697:
16698: * src/classes/op.C 1.39:
16699: * src/main/compile.tab.C 1.9:
16700: * src/main/pa_dir.C 1.6:
16701: * src/main/untaint.C 1.60:
16702: * src/targets/cgi/parser3.C 1.98:
16703: * src/targets/isapi/parser3isapi.C 1.36:
16704: strncpy forced with zero ending in case of limit
16705:
16706: * src/classes/gd/gif.h 1.10:
16707: * src/classes/gd/gifio.C 1.10:
16708: #endif /*some comments removed*/
16709:
16710: * src/classes/image.C 1.34:
16711: image error msgs
16712:
16713: * src/classes/Makefile.am 1.18:
16714: * src/classes/gd/Makefile.am 1.3:
16715: * src/main/Makefile.am 1.15:
16716: * src/targets/cgi/Makefile.am 1.11:
16717: * src/types/Makefile.am 1.6:
16718: .am-s
16719:
16720: * src/doc/doxygen.cfg 1.12:
16721: doxygen conf removed some garbage from under doxygeneration
16722:
16723: 2001-08-27 parser
16724: * src/Makefile.in 1.11:
16725: * src/classes/Makefile.in 1.12:
16726: * src/classes/gd/Makefile.in 1.8:
16727: * src/main/Makefile.in 1.9:
16728: * src/main/pa_common.C 1.61:
16729: * src/main/pa_exception.C 1.12:
16730: * src/main/pa_sql_driver_manager.C 1.28:
16731: * src/targets/Makefile.in 1.9:
16732: * src/targets/apache13/Makefile.in 1.8:
16733: * src/targets/cgi/Makefile.am 1.10:
16734: * src/targets/cgi/Makefile.in 1.9:
16735: * src/types/Makefile.in 1.8:
16736: configure for solaris -lsocket
16737:
16738: * src/classes/image.C 1.31:
16739: * src/classes/image.C 1.32:
16740: fixed jpgsize alg
16741:
16742: * src/main/pa_request.C 1.152:
16743: * src/targets/cgi/parser3.C 1.97:
16744: parser3 test.html [auto.p from current dir loading]
16745:
16746: * src/main/pa_exception.C 1.13:
16747: z
16748:
16749: * src/main/pa_common.C 1.62:
16750: removed debug info from pa_common
16751:
16752: 2001-08-24 parser
16753: * src/targets/cgi/parser3.C 1.95:
16754: not cgi extra \n 2
16755:
16756: * src/classes/file.C 1.50:
16757: * src/classes/form.C 1.14:
16758: * src/classes/mail.C 1.35:
16759: * src/classes/table.C 1.106:
16760: fiew non-pool mallocs fixed
16761:
16762: * src/targets/cgi/parser3.C 1.96:
16763: not cgi extra \n 3
16764:
16765: * src/sql/pa_sql_driver.h 1.13:
16766: sql* removed services from disconnect - cross-request ideological probs.
16767: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
16768:
16769: * src/targets/cgi/parser3.C 1.94:
16770: not cgi extra \n
16771:
16772: * src/main/pa_sql_driver_manager.C 1.27:
16773: z
16774:
16775: * src/include/pa_sql_connection.h 1.12:
16776: * src/main/pa_sql_driver_manager.C 1.26:
16777: sql* removed services from disconnect - cross-request
16778: ideological probs.
16779:
16780: 2001-08-23 parser
16781: * src/main/pa_sql_driver_manager.C 1.25:
16782: oracle: dlink
16783:
16784: * src/classes/file.C 1.49:
16785: minor bug in file:save fixed
16786:
16787: 2001-08-22 parser
16788: * src/classes/file.C 1.48:
16789: * src/main/compile.tab.C 1.8:
16790: * src/types/pa_vfile.C 1.18:
16791: * src/types/pa_vfile.h 1.29:
16792: file:load|save[text|binary;
16793:
16794: * src/main/compile.tab.C 1.7:
16795: * src/main/compile.y 1.164:
16796: ^method[]^[^] literals []
16797:
16798: 2001-08-21 parser
16799: * src/classes/file.C 1.47:
16800: * src/classes/table.C 1.105:
16801: ^file:list
16802:
16803: 2001-08-20 parser
16804: * src/main/compile.tab.C 1.6:
16805: * src/main/compile.y 1.163:
16806: * src/main/pa_sql_driver_manager.C 1.24:
16807: * src/types/pa_value.h 1.70:
16808: * src/types/pa_vbool.h 1.11:
16809: * src/types/pa_vdouble.h 1.24:
16810: * src/types/pa_vint.h 1.25:
16811: var(123) ^var.inc[] recousively caused problems: inc incremeted
16812: 123 literal!! fixed
16813:
16814: 2001-08-10 parser
16815: * src/classes/table.C 1.101:
16816: * src/include/pa_table.h 1.34:
16817: * src/main/pa_table.C 1.35:
16818: table.sort now creates new sorted table
16819:
16820: * src/main/compile.tab.C 1.3:
16821: * src/main/compile.tab.C 1.4:
16822: * src/main/compile.y 1.160:
16823: * src/main/compile.y 1.161:
16824: (codes) name part syntax added
16825:
16826: * src/main/compile.tab.C 1.5:
16827: * src/main/compile.y 1.162:
16828: [codes] name part syntax now
16829:
16830: * src/main/pa_string.C 1.100:
16831: string.match hanged on. there were a hang check but it weren't wise enough
16832:
16833: @parse[dateString][tmp]
16834: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
16835: $tmp.1 $tmp.2
16836: #end
16837:
16838: @main[]
16839: ^parse[2001-02-03]
16840:
16841: * src/classes/table.C 1.102:
16842: * src/classes/table.C 1.103:
16843: table:sort now default desc
16844:
16845: * src/types/pa_value.h 1.69:
16846: * src/types/pa_vstring.h 1.30:
16847: * src/types/pa_vstring.h 1.31:
16848: string now def only when ne ''
16849:
16850: * src/main/pa_request.C 1.150:
16851: * src/main/pa_request.C 1.151:
16852: wanted to make
16853: const int MAX_EXECUTE_SECONDS=1;
16854:
16855: but couldnt, set_callback_and_alarm appeared to be not exported :(
16856:
16857: * src/classes/table.C 1.104:
16858: table:sort restored [it was bad test :(]
16859:
16860: 2001-08-09 parser
16861: * src/main/pa_string.C 1.99:
16862: $a[010] now ^if($a==10){true}
16863: were octal
16864:
16865: * src/main/Makefile.am 1.14:
16866: .am
16867:
16868: * src/classes/void.C 1.6:
16869: * src/classes/void.C 1.7:
16870: void: int double copy/paste from int: bug fixed
16871:
16872: * src/classes/hash.C 1.14:
16873: hash:_default now [was hash:default]
16874:
16875: * src/types/pa_vcookie.C 1.22:
16876: cookie name&value origins added, more precise $ORIGINS(1)
16877:
16878: * src/classes/op.C 1.38:
16879: case without switch check added
16880:
16881: * src/main/Makefile.in 1.8:
16882: make.in
16883:
16884: 2001-08-07 parser
16885: * src/classes/math.C 1.5:
16886: * src/main/pa_request.C 1.149:
16887: math:random fixed. win32 srand made working
16888:
16889: * src/classes/double.C 1.36:
16890: * src/classes/int.C 1.32:
16891: * src/classes/string.C 1.70:
16892: * src/classes/table.C 1.100:
16893: * src/include/pa_globals.h 1.60:
16894: * src/main/pa_globals.C 1.70:
16895: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
16896: string, table
16897:
16898: 2001-08-06 parser
16899: * src/classes/hash.C 1.13:
16900: hash:keys renamed to hash:_keys :(
16901:
16902: * src/main/pa_exec.C 1.10:
16903: exec win32 real filename
16904:
16905: * src/classes/file.C 1.46:
16906: exec stderr out
16907:
16908: * src/classes/mail.C 1.34:
16909: * src/classes/op.C 1.37:
16910: * src/include/pa_array.h 1.43:
16911: * src/include/pa_globals.h 1.59:
16912: * src/include/pa_hash.h 1.42:
16913: * src/include/pa_request.h 1.94:
16914: * src/main/compile.tab.C 1.2:
16915: * src/main/compile.y 1.159:
16916: * src/main/pa_array.C 1.38:
16917: * src/main/pa_dictionary.C 1.3:
16918: * src/main/pa_exec.C 1.11:
16919: * src/main/pa_globals.C 1.69:
16920: * src/main/pa_hash.C 1.38:
16921: * src/main/pa_request.C 1.148:
16922: * src/main/pa_string.C 1.98:
16923: class_path
16924:
16925: 2001-08-03 parser
16926: * src/classes/table.C 1.99:
16927: * src/types/pa_vtable.h 1.28:
16928: vtable.locks killed
16929:
16930: 2001-08-02 parser
16931: * src/classes/classes.h 1.9:
16932: * src/classes/op.C 1.36:
16933: * src/include/pa_globals.h 1.58:
16934: * src/main/execute.C 1.188:
16935: * src/main/pa_globals.C 1.66:
16936: * src/main/pa_globals.C 1.67:
16937: found another multithread bug in op.C (last, last global var
16938: killed) :)
16939:
16940: * src/main/pa_dictionary.C 1.2:
16941: * src/main/pa_globals.C 1.68:
16942: memset dictionary minor bug fixed
16943:
16944: * src/classes/string.C 1.69:
16945: * src/classes/table.C 1.98:
16946: * src/include/pa_array.h 1.42:
16947: * src/main/execute.C 1.190:
16948: * src/main/pa_exec.C 1.9:
16949: introducing Array_iter
16950:
16951: * src/main/execute.C 1.189:
16952: detected quick_get recursion bug. changed to get@execute, but
16953: needs array iterator, separate from array to avoid it & use caching
16954:
16955: 2001-08-01 parser
16956: * src/include/pa_dictionary.h 1.1:
16957: * src/include/pa_globals.h 1.57:
16958: * src/include/pa_string.h 1.100:
16959: * src/main/main.dsp 1.107:
16960: * src/main/pa_dictionary.C 1.1:
16961: * src/main/pa_globals.C 1.65:
16962: * src/main/pa_request.C 1.147:
16963: * src/main/pa_string.C 1.97:
16964: * src/main/untaint.C 1.58:
16965: speeded up typo-html replacements. introducing Dictionary with
16966: first-char caching
16967:
16968: 2001-07-31 parser
16969: * src/types/Makefile.am 1.5:
16970: pa_vtable.C added to .am
16971:
16972: * src/main/compile.tab.C 1.1:
16973: added, so that could be compiled even on non-bison-enabled platforms
16974:
16975: 2001-07-28 parser
16976: * src/main/compile.y 1.158:
16977: * src/main/untaint.C 1.57:
16978: bug fix @ untaint when \r skipped \n
16979:
16980: * src/classes/table.C 1.97:
16981: table:hash always produces hash, when can't - empty
16982:
16983: 2001-07-27 parser
16984: * src/classes/double.C 1.35:
16985: * src/classes/int.C 1.31:
16986: * src/classes/string.C 1.68:
16987: provided meaningful msg on int/double/string :sql without
16988: result and default
16989:
16990: 2001-07-26 parser
16991: * src/include/pa_opcode.h 1.6:
16992: * src/main/compile.y 1.156:
16993: * src/main/execute.C 1.187:
16994: hash creation syntax problem persists. restored $: for a while.
16995: thinking of $man[$.age[zzz]] syntax now
16996:
16997: * src/classes/op.C 1.35:
16998: fixed bad multithread bug with strangly global OP
16999:
17000: * src/main/compile.y 1.157:
17001: $man[$.age[zzz]] 0
17002:
17003: * src/include/pa_opcode.h 1.4:
17004: * src/main/compile.C 1.45:
17005: * src/main/compile.y 1.154:
17006: * src/main/compile_tools.h 1.46:
17007: * src/main/execute.C 1.185:
17008: * src/main/pa_request.C 1.146:
17009: * src/types/pa_vmethod_frame.h 1.13:
17010: introducing ::
17011: this is constructor call prefix.
17012: ordinary : remains for static accesses
17013:
17014: * src/classes/double.C 1.34:
17015: * src/classes/int.C 1.30:
17016: * src/classes/string.C 1.67:
17017: * src/include/pa_opcode.h 1.5:
17018: * src/main/compile.C 1.46:
17019: * src/main/compile.y 1.155:
17020: * src/main/compile_tools.h 1.47:
17021: * src/main/execute.C 1.186:
17022: * src/types/pa_vcode_frame.h 1.7:
17023: * src/types/pa_vmethod_frame.h 1.14:
17024: * src/types/pa_wcontext.h 1.16:
17025: * src/types/pa_wwrapper.h 1.10:
17026: fixing :: realization #1
17027:
17028: 2001-07-25 parser
17029: * src/classes/table.C 1.95:
17030: * src/main/main.dsp 1.106:
17031: * src/types/pa_vtable.C 1.1:
17032: * src/types/pa_vtable.h 1.27:
17033: ^table.record[] now $table.fields
17034:
17035: * src/types/pa_vtable.C 1.2:
17036: table: get_element order changeed. now:
17037: 1. fields
17038: 2. methods
17039: 3. columns
17040:
17041: * src/types/pa_vdouble.h 1.23:
17042: * src/types/pa_vint.h 1.24:
17043: odbc: no result queries; quote.
17044: optimized double&int tostring-s
17045:
17046: * src/classes/string.C 1.66:
17047: * src/include/pa_globals.h 1.56:
17048: * src/main/execute.C 1.183:
17049: * src/main/pa_globals.C 1.64:
17050: match replace code context moved to implicit $match context
17051:
17052: * src/main/compile.C 1.44:
17053: * src/main/compile.y 1.153:
17054: * src/main/compile_tools.h 1.45:
17055: allowed whitespace before first method decl
17056:
17057: * src/include/pa_opcode.h 1.3:
17058: * src/main/compile.y 1.149:
17059: * src/main/compile_tools.C 1.37:
17060: * src/main/compile_tools.h 1.43:
17061: * src/main/execute.C 1.182:
17062: with killed, code storage introduced with former 'with' syntax
17063:
17064: * src/main/compile.y 1.150:
17065: * src/main/compile.y 1.151:
17066: * src/main/execute.C 1.184:
17067: $var[] is now empty string, not void
17068:
17069: * src/main/compile.C 1.43:
17070: * src/main/compile.y 1.152:
17071: * src/main/compile_tools.h 1.44:
17072: allowed empty lines before first method decl
17073:
17074: * src/classes/table.C 1.96:
17075: allowed nontable result in table:sql, results in empty table
17076:
17077: 2001-07-24 parser
17078: * src/main/compile.C 1.42:
17079: * src/main/execute.C 1.181:
17080: * src/main/pa_string.C 1.96:
17081: * src/types/pa_value.h 1.68:
17082: first get_element, next get operator
17083:
17084: * src/classes/file.C 1.45:
17085: * src/include/pa_common.h 1.47:
17086: * src/main/pa_common.C 1.60:
17087: file:move
17088:
17089: * src/main/compile.y 1.148:
17090: removed @end handling
17091:
17092: * src/main/pa_common.C 1.59:
17093: file_read close @ eof when imgsize bug fixed
17094:
17095: * src/main/compile.C 1.41:
17096: * src/main/compile.y 1.147:
17097: @end handling method2
17098:
17099: 2001-07-23 parser
17100: * src/main/pa_sql_driver_manager.C 1.23:
17101: * src/sql/pa_sql_driver.h 1.12:
17102: sql odbc driver
17103:
17104: * src/classes/hash.C 1.11:
17105: * src/classes/hash.C 1.12:
17106: * src/classes/string.C 1.65:
17107: * src/classes/table.C 1.94:
17108: * src/classes/void.C 1.5:
17109: * src/include/pa_sql_connection.h 1.11:
17110: * src/sql/pa_sql_driver.h 1.11:
17111: changed sql driver query interface
17112:
17113: 2001-07-20 parser
17114: * src/types/pa_vrequest.C 1.8:
17115: X!$browser:type
17116:
17117: * src/classes/file.C 1.44:
17118: * src/classes/string.C 1.64:
17119: * src/include/pa_string.h 1.99:
17120: * src/main/execute.C 1.180:
17121: * src/main/pa_string.C 1.95:
17122: * src/types/pa_valiased.C 1.8:
17123: * src/types/pa_valiased.h 1.13:
17124: * src/types/pa_value.h 1.67:
17125: * src/types/pa_vclass.h 1.17:
17126: * src/types/pa_vcookie.h 1.11:
17127: * src/types/pa_vdate.h 1.3:
17128: * src/types/pa_vfile.h 1.28:
17129: * src/types/pa_vform.h 1.21:
17130: * src/types/pa_vhash.h 1.15:
17131: * src/types/pa_vmath.h 1.2:
17132: * src/types/pa_vobject.h 1.10:
17133: * src/types/pa_vrequest.C 1.7:
17134: * src/types/pa_vstateless_class.h 1.16:
17135: * src/types/pa_vstateless_object.h 1.10:
17136: only ^class:method dynamic calls allowed.
17137: ^BASE.method call disabled.
17138: BASE element globally removed
17139:
17140: 2001-07-18 parser
17141: * src/Makefile.am 1.6:
17142: * src/Makefile.in 1.10:
17143: * src/classes/Makefile.am 1.17:
17144: * src/classes/gd/Makefile.am 1.2:
17145: * src/main/Makefile.am 1.13:
17146: * src/targets/Makefile.am 1.6:
17147: * src/targets/apache13/Makefile.am 1.2:
17148: * src/targets/cgi/Makefile.am 1.9:
17149: * src/types/Makefile.am 1.4:
17150: removed $id from *.in *.am
17151:
17152: * src/classes/file.C 1.43:
17153: file:exec/cgi msg
17154:
17155: * src/main/pa_request.C 1.145:
17156: * src/main/untaint.C 1.56:
17157: ORIGINS langs name abbrevations
17158:
17159: * src/classes/file.C 1.42:
17160: $file:exit-code renamed to 'status'
17161:
17162: * src/classes/date.C 1.4:
17163: * src/classes/mail.C 1.33:
17164: * src/classes/math.C 1.4:
17165: * src/classes/string.C 1.63:
17166: * src/classes/table.C 1.93:
17167: * src/include/pa_globals.h 1.55:
17168: * src/include/pa_string.h 1.98:
17169: * src/main/execute.C 1.179:
17170: * src/main/pa_globals.C 1.63:
17171: * src/main/pa_request.C 1.144:
17172: * src/main/pa_string.C 1.94:
17173: * src/main/untaint.C 1.55:
17174: * src/types/pa_value.h 1.66:
17175: * src/types/pa_vdouble.h 1.22:
17176: * src/types/pa_vfile.h 1.27:
17177: * src/types/pa_vint.h 1.23:
17178: * src/types/pa_vstring.C 1.9:
17179: * src/types/pa_vstring.h 1.29:
17180: $ORIGINS(1) output tracing mode
17181:
17182: * src/classes/Makefile.in 1.11:
17183: * src/classes/gd/Makefile.in 1.7:
17184: * src/main/Makefile.in 1.7:
17185: * src/targets/Makefile.in 1.8:
17186: * src/targets/apache13/Makefile.in 1.7:
17187: * src/targets/cgi/Makefile.in 1.8:
17188: * src/types/Makefile.in 1.7:
17189: $id in .in's from .am's removed
17190:
17191: * src/classes/file.C 1.41:
17192: * src/main/pa_exec.C 1.8:
17193: file:exec
17194:
17195: 2001-07-17 parser
17196: * src/Makefile.in 1.9:
17197: * src/classes/Makefile.in 1.10:
17198: == wrong
17199:
17200: 2001-07-13 parser
17201: * src/main/execute.C 1.175:
17202: * src/main/pa_request.C 1.142:
17203: order of MAIN parents was wrong, fixed
17204:
17205: * src/classes/double.C 1.33:
17206: * src/classes/int.C 1.29:
17207: * src/classes/string.C 1.62:
17208: * src/include/pa_request.h 1.92:
17209: * src/include/pa_request.h 1.93:
17210: * src/main/execute.C 1.176:
17211: * src/main/execute.C 1.177:
17212: * src/main/execute.C 1.178:
17213: * src/main/pa_request.C 1.143:
17214: auto.p[@auto], /news/auto.p[no @auto], so that initializing
17215: second would not call first @auto
17216:
17217: 2001-07-12 parser
17218: * src/types/pa_value.h 1.65:
17219: pa_value.putelement modification of system classes prevented
17220:
17221: 2001-07-11 parser
17222: * src/classes/string.C 1.61:
17223: * src/doc/sources2html.cmd 1.3:
17224: lr split now yelds table $piece
17225:
17226: * src/classes/file.C 1.40:
17227: * src/include/pa_common.h 1.46:
17228: * src/main/pa_common.C 1.58:
17229: * src/types/pa_vstateless_class.h 1.15:
17230: $file created by file:state += .atime .mtime .ctime
17231: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
17232:
17233: 2001-07-09 parser
17234: * src/main/untaint.C 1.54:
17235: qp wrong name
17236:
17237: * src/classes/date.C 1.3:
17238: * src/classes/string.C 1.60:
17239: * src/classes/table.C 1.92:
17240: * src/main/compile.y 1.146:
17241: date format 0
17242:
17243: 2001-07-07 parser
17244: * src/classes/Makefile.am 1.16:
17245: * src/classes/date.C 1.1:
17246: * src/classes/file.C 1.39:
17247: * src/classes/hash.C 1.10:
17248: * src/classes/image.C 1.30:
17249: * src/classes/mail.C 1.32:
17250: * src/classes/math.C 1.3:
17251: * src/classes/op.C 1.34:
17252: * src/classes/string.C 1.59:
17253: * src/classes/table.C 1.90:
17254: * src/classes/void.C 1.4:
17255: * src/include/pa_request.h 1.91:
17256: * src/main/main.dsp 1.105:
17257: * src/types/pa_value.h 1.64:
17258: * src/types/pa_vdate.h 1.1:
17259: * src/types/pa_wcontext.C 1.7:
17260: date now set $fields roll string. todo: sql, calendar
17261:
17262: * src/classes/date.C 1.2:
17263: * src/classes/table.C 1.91:
17264: * src/include/pa_common.h 1.45:
17265: * src/include/pa_string.h 1.97:
17266: * src/main/pa_common.C 1.57:
17267: * src/types/pa_vdate.h 1.2:
17268: date roll
17269: table calendar
17270:
17271: 2001-07-06 parser
17272: * src/classes/math.C 1.2:
17273: * src/include/pa_request.h 1.90:
17274: * src/main/execute.C 1.174:
17275: * src/main/main.dsp 1.104:
17276: * src/main/pa_request.C 1.141:
17277: * src/types/pa_vmath.h 1.1:
17278: math 0
17279:
17280: 2001-07-03 parser
17281: * src/classes/Makefile.am 1.15:
17282: * src/classes/math.C 1.1:
17283: * src/classes/op.C 1.33:
17284: * src/classes/random.C 1.15:
17285: * src/main/main.dsp 1.103:
17286: class random renamed to math, operators became methods
17287:
17288: * src/classes/op.C 1.32:
17289: pow sqrt
17290:
17291: * src/classes/op.C 1.31:
17292: * src/main/execute.C 1.173:
17293: sin asin cos acos tan atan
17294:
17295: 2001-07-02 parser
17296: * src/classes/hash.C 1.9:
17297: ^hash.keys[]
17298:
17299: * src/classes/table.C 1.88:
17300: * src/main/pa_table.C 1.34:
17301: ^table:columns[]
17302:
17303: * src/classes/table.C 1.89:
17304: ^table.columns column renamed from 'name' to 'column'
17305:
17306: * src/main/compile.y 1.145:
17307: * src/main/compile_tools.h 1.42:
17308: in expressions now allowed 'strings'
17309:
17310: 2001-06-29 parser
17311: * src/main/execute.C 1.171:
17312: * src/main/execute.C 1.172:
17313: /0 %0 checkes ver 2
17314:
17315: * src/classes/table.C 1.87:
17316: empty strings @ sql
17317:
17318: * src/Makefile.in 1.8:
17319: * src/classes/Makefile.in 1.9:
17320: makes
17321:
17322: * src/classes/Makefile.am 1.14:
17323: nothing - void
17324:
17325: * src/main/execute.C 1.170:
17326: /0 %0 checke
17327:
17328: 2001-06-28 parser
17329: * src/classes/double.C 1.32:
17330: * src/classes/file.C 1.38:
17331: * src/classes/form.C 1.13:
17332: * src/classes/hash.C 1.8:
17333: * src/classes/image.C 1.29:
17334: * src/classes/int.C 1.28:
17335: * src/classes/mail.C 1.31:
17336: * src/classes/op.C 1.30:
17337: * src/classes/random.C 1.14:
17338: * src/classes/response.C 1.13:
17339: * src/classes/string.C 1.58:
17340: * src/classes/table.C 1.86:
17341: * src/classes/void.C 1.3:
17342: * src/main/compile.C 1.40:
17343: * src/main/compile.y 1.144:
17344: * src/main/compile_tools.C 1.36:
17345: * src/main/execute.C 1.169:
17346: * src/main/pa_array.C 1.37:
17347: * src/main/pa_common.C 1.56:
17348: * src/main/pa_dir.C 1.5:
17349: * src/main/pa_exception.C 1.11:
17350: * src/main/pa_exec.C 1.7:
17351: * src/main/pa_globals.C 1.62:
17352: * src/main/pa_hash.C 1.37:
17353: * src/main/pa_pool.C 1.20:
17354: * src/main/pa_request.C 1.140:
17355: * src/main/pa_socks.C 1.5:
17356: * src/main/pa_sql_driver_manager.C 1.22:
17357: * src/main/pa_string.C 1.93:
17358: * src/main/pa_table.C 1.33:
17359: * src/main/untaint.C 1.53:
17360: * src/targets/cgi/parser3.C 1.93:
17361: * src/targets/isapi/parser3isapi.C 1.35:
17362: */
1.26 paf 17363: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 17364:
17365: * src/main/compile.y 1.142:
17366: * src/main/compile_tools.h 1.41:
17367: $:name: == ${name}:
17368: $class:name: == ${class:name}:
17369:
17370: * src/classes/string.C 1.56:
17371: exactly one
17372:
17373: * src/classes/double.C 1.31:
17374: * src/classes/file.C 1.37:
17375: * src/classes/form.C 1.12:
17376: * src/classes/hash.C 1.7:
17377: * src/classes/image.C 1.28:
17378: * src/classes/int.C 1.27:
17379: * src/classes/mail.C 1.30:
17380: * src/classes/op.C 1.29:
17381: * src/classes/random.C 1.13:
17382: * src/classes/response.C 1.12:
17383: * src/classes/string.C 1.57:
17384: * src/classes/table.C 1.85:
17385: * src/classes/void.C 1.2:
17386: * src/main/compile.C 1.39:
17387: * src/main/compile.y 1.143:
17388: * src/main/compile_tools.C 1.35:
17389: * src/main/execute.C 1.168:
17390: * src/main/pa_array.C 1.36:
17391: * src/main/pa_common.C 1.55:
17392: * src/main/pa_dir.C 1.4:
17393: * src/main/pa_exception.C 1.10:
17394: * src/main/pa_exec.C 1.6:
17395: * src/main/pa_globals.C 1.61:
17396: * src/main/pa_hash.C 1.36:
17397: * src/main/pa_pool.C 1.19:
17398: * src/main/pa_request.C 1.139:
17399: * src/main/pa_socks.C 1.4:
17400: * src/main/pa_sql_driver_manager.C 1.21:
17401: * src/main/pa_string.C 1.92:
17402: * src/main/pa_table.C 1.32:
17403: * src/main/untaint.C 1.52:
17404: * src/targets/cgi/parser3.C 1.92:
17405: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 17406: static char *RCSId="$Id$";
1.15 paf 17407:
17408: 2001-06-27 parser
17409: * src/classes/hash.C 1.6:
17410: * src/classes/nothing.C 1.5:
17411: * src/classes/table.C 1.84:
17412: * src/classes/void.C 1.1:
17413: * src/main/compile.y 1.140:
17414: * src/main/compile.y 1.141:
17415: * src/main/execute.C 1.167:
17416: * src/main/main.dsp 1.102:
17417: * src/main/pa_request.C 1.138:
17418: * src/targets/cgi/pa_pool.C 1.17:
17419: * src/types/pa_value.h 1.63:
17420: * src/types/pa_vcode_frame.h 1.6:
17421: * src/types/pa_vmethod_frame.h 1.12:
17422: * src/types/pa_vnothing.h 1.2:
17423: * src/types/pa_vtable.h 1.26:
17424: * src/types/pa_vvoid.h 1.1:
17425: nothing renamed to void
17426:
17427: * src/classes/op.C 1.28:
17428: ^switch ^case
17429:
17430: * src/main/compile.y 1.139:
17431: lexer: $zzzz^zzzz were name part
17432:
17433: 2001-05-28 parser
17434: * src/main/main.dsp 1.101:
17435: * src/targets/isapi/parser3isapi.dsp 1.15:
17436: release project options [some bugs]
17437:
17438: * src/classes/classes.C 1.7:
17439: * src/main/compile.C 1.38:
17440: * src/main/compile.y 1.138:
17441: * src/main/execute.C 1.166:
17442: operators are not in root class again
17443:
17444: * src/doc/html2chm.cmd 1.3:
17445: removed >a
17446:
17447: * src/doc/sources2html.cmd 1.2:
17448: z
17449:
17450: 2001-05-24 parser
17451: * src/Makefile.in 1.7:
17452: * src/classes/Makefile.in 1.8:
17453: * src/classes/gd/Makefile.in 1.6:
17454: * src/main/Makefile.in 1.6:
17455: * src/targets/Makefile.in 1.7:
17456: * src/targets/apache13/Makefile.in 1.6:
17457: * src/targets/cgi/Makefile.in 1.7:
17458: * src/types/Makefile.in 1.6:
17459: makes
17460:
17461: * src/main/pa_request.C 1.135:
17462: * src/main/pa_request.C 1.136:
17463: * src/targets/cgi/parser3.C 1.90:
17464: // no _ conversions in @exception[params]
17465:
17466: * src/targets/cgi/parser3.dsp 1.19:
17467: project file
17468:
17469: * src/classes/op.C 1.27:
17470: * src/main/pa_request.C 1.137:
17471: * src/targets/cgi/parser3.C 1.91:
17472: ^log ^exp
17473:
17474: 2001-05-23 parser
17475: * src/classes/op.C 1.25:
17476: * src/main/compile.y 1.137:
17477: allow one empty line before LS_DEF_NAME
17478:
17479: * src/main/pa_string.C 1.91:
17480: string cmp bug
17481:
17482: * src/classes/mail.C 1.29:
17483: * src/classes/op.C 1.26:
17484: rem max 1000
17485:
17486: 2001-05-22 parser
17487: * src/classes/op.C 1.24:
17488: if params code-required
17489:
17490: 2001-05-21 parser
17491: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
17492: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
17493: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
17494: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
17495: 0
17496:
17497: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
17498: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
17499: 1
17500:
17501: * src/Makefile.in 1.6:
17502: * src/classes/Makefile.in 1.6:
17503: * src/classes/Makefile.in 1.7:
17504: * src/classes/gd/Makefile.in 1.5:
17505: * src/main/Makefile.in 1.5:
17506: * src/targets/Makefile.in 1.6:
17507: * src/targets/apache13/Makefile.in 1.5:
17508: * src/targets/cgi/Makefile.in 1.6:
17509: * src/types/Makefile.in 1.5:
17510: makes
17511:
17512: * src/classes/double.C 1.30:
17513: * src/classes/hash.C 1.4:
17514: * src/classes/hash.C 1.5:
17515: * src/classes/nothing.C 1.1:
17516: * src/classes/nothing.C 1.2:
17517: * src/classes/nothing.C 1.3:
17518: * src/classes/op.C 1.23:
17519: * src/classes/string.C 1.55:
17520: * src/classes/table.C 1.83:
17521: * src/classes/unknown.C 1.8:
17522: * src/main/compile.y 1.136:
17523: * src/main/execute.C 1.164:
17524: * src/main/execute.C 1.165:
17525: * src/main/main.dsp 1.100:
17526: * src/main/pa_request.C 1.134:
17527: * src/targets/cgi/pa_pool.C 1.15:
17528: * src/targets/cgi/pa_pool.C 1.16:
17529: * src/types/pa_value.h 1.62:
17530: * src/types/pa_vcode_frame.h 1.5:
17531: * src/types/pa_vmethod_frame.h 1.10:
17532: * src/types/pa_vmethod_frame.h 1.11:
17533: * src/types/pa_vnothing.h 1.1:
17534: * src/types/pa_vtable.h 1.24:
17535: * src/types/pa_vtable.h 1.25:
17536: * src/types/pa_vunknown.h 1.14:
17537: 'unknown' renamed to 'nothing'
17538:
17539: * src/Makefile.in 1.5:
17540: * src/classes/Makefile.in 1.5:
17541: * src/classes/gd/Makefile.in 1.4:
17542: * src/main/Makefile.in 1.4:
17543: * src/targets/Makefile.in 1.5:
17544: * src/targets/apache13/Makefile.in 1.4:
17545: * src/targets/cgi/Makefile.in 1.5:
17546: * src/types/Makefile.in 1.4:
17547: make system timestamps
17548:
17549: * src/classes/nothing.C 1.4:
17550: resultless ^sql moved to nothing:
17551:
17552: * src/classes/Makefile.am 1.13:
17553: .AM
17554:
17555: * src/main/pa_request.C 1.133:
17556: .am
17557:
17558: * src/Makefile.in 1.4:
17559: file stamps to remove autoreconf
17560:
17561: * src/targets/cgi/parser3.C 1.88:
17562: argv can be just "parser3". made site_auto_path "." in that case
17563:
17564: * src/types/pa_vstring.C 1.8:
17565: eoleof
17566:
17567: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
17568: * src/main/execute.C 1.162:
17569: * src/targets/cgi/Makefile.in 1.4:
17570: * src/targets/cgi/parser3.C 1.86:
17571: * src/targets/cgi/parser3.C 1.87:
17572: * src/targets/cgi/parser3.C 1.89:
17573: z
17574:
17575: * src/main/pa_request.C 1.132:
17576: * src/targets/cgi/parser3.C 1.85:
17577: pcre_tables=pcre_default_tables;
17578:
17579: * src/classes/hash.C 1.3:
17580: * src/classes/int.C 1.25:
17581: * src/classes/string.C 1.53:
17582: * src/classes/table.C 1.82:
17583: * src/include/pa_string.h 1.95:
17584: * src/include/pa_string.h 1.96:
17585: * src/main/pa_string.C 1.89:
17586: * src/main/pa_string.C 1.90:
17587: * src/types/pa_vstring.C 1.6:
17588: * src/types/pa_vstring.h 1.27:
17589: started int:sql
17590:
17591: * src/types/pa_vstring.C 1.7:
17592: * src/types/pa_vstring.h 1.28:
17593: removed unnecessary vstring::set_string
17594:
17595: * src/classes/double.C 1.29:
17596: * src/classes/int.C 1.26:
17597: * src/classes/string.C 1.54:
17598: int,double;sql
17599:
17600: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
17601: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
17602: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
17603: hash:sql
17604:
17605: * src/classes/classes.C 1.6:
17606: * src/classes/hash.C 1.2:
17607: * src/classes/op.C 1.22:
17608: * src/classes/table.C 1.81:
17609: * src/main/compile.C 1.37:
17610: * src/main/compile.y 1.135:
17611: * src/main/execute.C 1.163:
17612: hash:sql moved to main trunc. operators.txt updated
17613:
17614: 2001-05-19 parser
17615: * src/types/pa_value.h 1.61:
17616: parameter # 1 based
17617:
17618: * src/main/pa_common.C 1.54:
17619: common: actual filename '%s'
17620:
17621: * src/classes/string.C 1.52:
17622: root context in match replace body now unchanged
17623:
17624: * src/classes/Makefile.am 1.10:
17625: * src/classes/Makefile.am 1.11:
17626: * src/classes/Makefile.am 1.12:
17627: * src/classes/Makefile.am 1.9:
17628: * src/main/pa_sql_driver_manager.C 1.20:
17629: * src/targets/cgi/pa_pool.C 1.12:
17630: classes/.am
17631:
17632: * src/main/untaint.C 1.50:
17633: * src/targets/cgi/pa_pool.C 1.13:
17634: * src/targets/cgi/parser3.C 1.84:
17635: fixed bug in pre html untaint, wrong size used, 4* mem wasted
17636:
17637: * src/classes/string.C 1.51:
17638: * src/main/pa_string.C 1.88:
17639: z
17640:
17641: * src/include/pa_string.h 1.94:
17642: * src/main/untaint.C 1.51:
17643: * src/targets/cgi/pa_pool.C 1.14:
17644: introducing String::cstr_bufsize, returns just size+1 for as_is
17645: target.
17646:
17647: * src/classes/Makefile.in 1.4:
17648: clean
17649:
17650: 2001-05-18 parser
17651: * src/Makefile.in 1.3:
17652: * src/classes/Makefile.in 1.3:
17653: * src/classes/gd/Makefile.in 1.3:
17654: * src/include/pa_config_auto.h.in 1.3:
17655: * src/main/Makefile.in 1.3:
17656: * src/targets/Makefile.in 1.4:
17657: * src/targets/apache13/Makefile.in 1.3:
17658: * src/targets/cgi/Makefile.in 1.3:
17659: * src/targets/cgi/pa_pool.C 1.11:
17660: * src/types/Makefile.in 1.3:
17661: .am pa_threads.C ins
17662:
17663: * src/targets/cgi/Makefile.am 1.8:
17664: .am pa_threads.C added
17665:
17666: 2001-05-17 parser
17667: * src/include/pa_hash.h 1.40:
17668: * src/main/execute.C 1.158:
17669: removed /*SYNCHRONIZED*/ from hash.h
17670:
17671: * src/include/pa_array.h 1.41:
17672: * src/include/pa_common.h 1.44:
17673: * src/include/pa_config_fixed.h 1.8:
17674: * src/include/pa_config_includes.h 1.8:
17675: * src/include/pa_exception.h 1.12:
17676: * src/include/pa_exec.h 1.2:
17677: * src/include/pa_globals.h 1.54:
17678: * src/include/pa_hash.h 1.41:
17679: * src/include/pa_opcode.h 1.2:
17680: * src/include/pa_pool.h 1.52:
17681: * src/include/pa_request.h 1.88:
17682: * src/include/pa_sapi.h 1.9:
17683: * src/include/pa_socks.h 1.3:
17684: * src/include/pa_sql_connection.h 1.7:
17685: * src/include/pa_stack.h 1.9:
17686: * src/include/pa_string.h 1.93:
17687: * src/include/pa_table.h 1.33:
17688: * src/include/pa_threads.h 1.14:
17689: #include "pa_config_includes.h"
17690: in all headers
17691:
17692: * src/include/pa_request.h 1.89:
17693: * src/main/execute.C 1.159:
17694: * src/main/pa_request.C 1.131:
17695: ANTI_ENDLESS_EXECUTE_RECOURSION
17696:
17697: * src/classes/op.C 1.20:
17698: * src/include/pa_config_fixed.h 1.10:
17699: * src/include/pa_sql_connection.h 1.8:
17700: * src/include/pa_sql_driver_manager.h 1.5:
17701: * src/main/pa_sql_driver_manager.C 1.15:
17702: found problem at last: 2connections own 1driver and
17703: set_services fight for driver::fservices. before fix
17704:
17705: * src/main/execute.C 1.160:
17706: * src/types/pa_vmethod_frame.h 1.9:
17707: endless recursion line no
17708:
17709: * src/classes/classes.h 1.8:
17710: * src/include/pa_sql_connection.h 1.10:
17711: * src/include/pa_sql_driver_manager.h 1.7:
17712: * src/main/pa_sql_driver_manager.C 1.17:
17713: cache expiration[use SQL_Driver::disconnect]
17714:
17715: * src/include/pa_config_fixed.h 1.9:
17716: * src/include/pa_threads.h 1.16:
17717: * src/targets/cgi/pa_threads.C 1.1:
17718: * src/targets/cgi/parser3.dsp 1.18:
17719: * src/targets/isapi/pa_threads.C 1.1:
17720: * src/targets/isapi/parser3isapi.dsp 1.14:
17721: added pa_threads.C
17722:
17723: * src/classes/image.C 1.27:
17724: * src/include/pa_sql_driver_manager.h 1.4:
17725: * src/main/pa_sql_driver_manager.C 1.14:
17726: * src/main/pa_string.C 1.87:
17727: wrong includes order prevented sqlmanager to see MULTYTHREAD define
17728:
17729: * src/main/pa_table.C 1.31:
17730: table.locate current restored on "not found"
17731:
17732: * src/include/pa_threads.h 1.15:
17733: removed targets/parser
17734:
17735: * src/classes/op.C 1.19:
17736: * src/include/pa_sql_connection.h 1.6:
17737: * src/main/pa_sql_driver_manager.C 1.12:
17738: * src/sql/pa_sql_driver.h 1.9:
17739: connection from cache ->set_services(&services);
17740:
17741: * src/include/pa_config_fixed.h 1.7:
17742: * src/include/pa_threads.h 1.13:
17743: * src/main/pa_sql_driver_manager.C 1.13:
17744: SYNCHRONIZED moved closer to caches put/gets
17745:
17746: * src/classes/string.C 1.50:
17747: * src/include/pa_config_fixed.h 1.11:
17748: * src/include/pa_config_includes.h 1.9:
17749: * src/main/compile.y 1.134:
17750: * src/main/compile_tools.h 1.40:
17751: * src/main/execute.C 1.161:
17752: * src/main/pa_array.C 1.35:
17753: * src/main/pa_common.C 1.53:
17754: * src/main/pa_dir.C 1.3:
17755: * src/main/pa_hash.C 1.35:
17756: * src/main/pa_pool.C 1.18:
17757: * src/main/untaint.C 1.49:
17758: * src/types/pa_vcookie.C 1.21:
17759: * src/types/pa_vfile.C 1.17:
17760: * src/types/pa_vform.C 1.29:
17761: #include "pa_config_includes.h"
17762: removed from most .C
17763:
17764: * src/doc/html2chm.cmd 1.2:
17765: z
17766:
17767: * src/doc/chm.cmd 1.7:
17768: * src/doc/doxygen.cmd 1.7:
17769: * src/doc/html2chm.cmd 1.1:
17770: * src/doc/sources2html.cmd 1.1:
17771: * src/doc/view.cmd 1.3:
17772: * src/doc/view_chm.cmd 1.1:
17773: * src/doc/view_html.cmd 1.1:
17774: doc cmds
17775:
17776: * src/main/pa_sql_driver_manager.C 1.19:
17777: moved expiration to get_connection_from_cache
17778:
17779: * src/main/pa_sql_driver_manager.C 1.18:
17780: cache expiration bf
17781:
17782: * src/classes/op.C 1.21:
17783: * src/include/pa_sql_connection.h 1.9:
17784: * src/include/pa_sql_driver_manager.h 1.6:
17785: * src/main/pa_sql_driver_manager.C 1.16:
17786: * src/sql/pa_sql_driver.h 1.10:
17787: fixed problem at last: 2connections own 1driver and
17788: set_services fight for driver::fservices. before fix
17789:
17790: 2001-05-16 parser
17791: * src/include/pa_array.h 1.39:
17792: * src/include/pa_string.h 1.92:
17793: * src/main/execute.C 1.157:
17794: * src/main/pa_array.C 1.33:
17795: * src/targets/cgi/pa_pool.C 1.9:
17796: * src/targets/cgi/parser3.C 1.81:
17797: array debugged; adjusted
17798:
17799: * src/include/pa_array.h 1.40:
17800: * src/main/pa_array.C 1.34:
17801: * src/targets/cgi/parser3.C 1.82:
17802: removed array debug. before vstring rebasing
17803:
17804: * src/main/pa_sql_driver_manager.C 1.11:
17805: * src/main/pa_string.C 1.86:
17806: SQL_Driver_manager line no for connect/charset errors
17807:
17808: * src/targets/cgi/parser3.C 1.83:
17809: z
17810:
17811: * src/include/pa_pool.h 1.51:
17812: * src/targets/cgi/pa_pool.C 1.10:
17813: removed pool debug, #ifdefed some.
17814: would debug later, on more precise sample than stupid:
17815: @main[]
17816: $name[$z[]]
17817: ^for[i](0;10000-2){
17818: $tail[9994]
17819: $name.$tail[$tail!]
17820: $name.$tail
17821: }
17822: ok3
17823:
17824: 2001-05-15 parser
17825: * src/targets/cgi/pa_pool.C 1.6:
17826: * src/targets/cgi/parser3.C 1.78:
17827: main loss here: 5673321/ 70041= 81
17828:
17829: * src/include/pa_pool.h 1.50:
17830: * src/include/pa_string.h 1.89:
17831: * src/main/pa_string.C 1.83:
17832: * src/targets/cgi/pa_pool.C 1.7:
17833: * src/targets/cgi/parser3.C 1.79:
17834: string fixed bug with fullchunk cmps
17835:
17836: * src/include/pa_string.h 1.90:
17837: * src/main/pa_string.C 1.84:
17838: * src/targets/cgi/pa_pool.C 1.8:
17839: * src/targets/cgi/parser3.C 1.80:
17840: think that all must grow lineary, not exponentialy
17841:
17842: * src/include/pa_array.h 1.38:
17843: * src/include/pa_string.h 1.91:
17844: * src/main/pa_array.C 1.32:
17845: * src/main/pa_string.C 1.85:
17846: string+array made linear grows
17847:
17848: * src/include/pa_string.h 1.88:
17849: * src/targets/cgi/pa_pool.C 1.5:
17850: * src/targets/cgi/parser3.C 1.77:
17851: detected huge mem allocation: size/times malloc 27809390/368771
17852: calloc 3232/83. would test now
17853:
17854: * src/classes/random.C 1.12:
17855: * src/main/compile.y 1.133:
17856: * src/main/execute.C 1.156:
17857: * src/main/pa_request.C 1.130:
17858: * src/types/pa_value.h 1.60:
17859: * src/types/pa_vmethod_frame.h 1.8:
17860: numbered params had wrong name - for instance: bad error
17861: message in ^for[] bad body type. fixed
17862:
17863: 2001-05-14 parser
17864: * src/classes/string.C 1.49:
17865: * src/include/pa_string.h 1.87:
17866: * src/main/pa_string.C 1.82:
17867: * src/main/untaint.C 1.48:
17868: ^string.upper|lower[]
17869:
17870: 2001-05-11 paf
17871: * src/classes/classes.cmd 1.2:
17872: * src/classes/gawk.exe 1.2:
17873: * src/classes/ls.exe 1.2:
17874: * src/main/bison.exe 1.2:
17875: * src/targets/isapi/KILL.EXE 1.2:
17876: * src/targets/isapi/PSTAT.EXE 1.2:
17877: * src/targets/isapi/istart.cmd 1.2:
17878: * src/targets/isapi/istop.cmd 1.2:
17879: * src/targets/isapi/kill.pl 1.2:
17880: moved win32 helpers to /win32tools
17881:
17882: 2001-05-11 parser
17883: * src/main/main.dsp 1.99:
17884: * src/targets/isapi/parser3isapi.dsp 1.13:
17885: fixed some .dsp for win32tools
17886:
17887: * src/classes/double.C 1.28:
17888: * src/classes/image.C 1.26:
17889: * src/classes/op.C 1.18:
17890: * src/classes/string.C 1.48:
17891: * src/classes/table.C 1.80:
17892: * src/classes/unknown.C 1.7:
17893: * src/main/execute.C 1.155:
17894: * src/types/pa_value.h 1.59:
17895: * src/types/pa_vbool.h 1.10:
17896: * src/types/pa_vdouble.h 1.21:
17897: * src/types/pa_vint.h 1.22:
17898: * src/types/pa_vstring.h 1.26:
17899: * src/types/pa_vunknown.h 1.13:
17900: op: MAX_LOOPS
17901: as_int
17902:
17903: 2001-05-10 paf
17904: * src/doc/doxygen.cmd 1.5:
17905: * src/main/compile.y 1.131:
17906: * src/types/pa_vobject.h 1.9:
17907: grammar: priorities changes [lowerd && prior]
17908: vobject: now first fields, next methods
17909:
17910: * src/main/pa_request.C 1.129:
17911: * src/types/pa_vrequest.C 1.6:
17912: op configured
17913:
17914: * src/Makefile.in 1.2:
17915: * src/classes/Makefile.in 1.2:
17916: * src/classes/gd/Makefile.in 1.2:
17917: * src/classes/gd/gif.h 1.9:
17918: * src/include/pa_config_auto.h.in 1.2:
17919: * src/include/pa_config_fixed.h 1.6:
17920: * src/include/pa_config_includes.h 1.6:
17921: * src/main/Makefile.in 1.2:
17922: * src/targets/Makefile.in 1.3:
17923: * src/targets/apache13/Makefile.in 1.2:
17924: * src/targets/cgi/Makefile.in 1.2:
17925: * src/types/Makefile.in 1.2:
17926: inline wonders
17927:
17928: * src/main/compile.y 1.132:
17929: @end grammar: allowed zero strings in control menthod
17930:
17931: * src/types/pa_value.h 1.58:
17932: * src/types/pa_vclass.h 1.16:
17933: * src/types/pa_vstateless_class.h 1.14:
17934: * src/types/pa_vstateless_object.h 1.9:
17935: changed priority: field before method lookup in vclass & vobject
17936:
17937: * src/include/pa_common.h 1.43:
17938: * src/include/pa_config_includes.h 1.7:
17939: inline undefed for C++, that's all
17940:
17941: * src/classes/gd/gif.h 1.8:
17942: gif.h accedently removed
17943:
17944: * src/classes/Makefile.am 1.8:
17945: * src/classes/hash.C 1.1:
17946: * src/doc/doxygen.cfg 1.11:
17947: * src/doc/doxygen.cmd 1.6:
17948: hash.C added
17949:
17950: 2001-05-08 paf
17951: * src/classes/table.C 1.76:
17952: table:hash always hash of hash now
17953:
17954: * src/classes/op.C 1.15:
17955: * src/classes/table.C 1.72:
17956: * src/main/main.dsp 1.97:
17957: * src/types/pa_vtable.h 1.21:
17958: removed table:find. table:locate and op:eval now return bool
17959:
17960: * src/classes/table.C 1.75:
17961: table:empty return bool now
17962:
17963: * src/classes/table.C 1.79:
17964: * src/types/pa_value.h 1.57:
17965: * src/types/pa_vhash.h 1.14:
17966: * src/types/pa_vmethod_frame.h 1.7:
17967: hash:default works at last!
17968:
17969: * src/main/pa_table.C 1.30:
17970: table columnname2item on nameless ignored bark=false. fixed
17971:
17972: * src/classes/op.C 1.17:
17973: * src/types/pa_vtable.h 1.22:
17974: allowed $table.2342734 returns vunknown
17975:
17976: * src/classes/table.C 1.74:
17977: * src/doc/chm.cmd 1.6:
17978: * src/include/pa_array.h 1.37:
17979: * src/include/pa_table.h 1.32:
17980: * src/main/pa_table.C 1.29:
17981: * src/types/pa_value.h 1.56:
17982: * src/types/pa_vtable.h 1.23:
17983: table:hash
17984:
17985: * src/doc/chm.cmd 1.5:
17986: * src/main/execute.C 1.154:
17987: * src/types/pa_value.h 1.55:
17988: wrong pool in method checkparams again. fixed
17989:
17990: * src/classes/double.C 1.27:
17991: * src/classes/int.C 1.24:
17992: * src/classes/op.C 1.16:
17993: * src/classes/string.C 1.47:
17994: int,double,string:int[] double[] string:length[] results now
17995: have hames
17996:
17997: * src/classes/table.C 1.77:
17998: z
17999:
18000: * src/classes/mail.C 1.28:
18001: * src/classes/table.C 1.78:
18002: * src/doc/doxygen.cmd 1.4:
18003: * src/main/main.dsp 1.98:
18004: * src/types/pa_vhash.h 1.13:
18005: * src/types/pa_vstateless_class.h 1.13:
18006: hash:default
18007:
18008: * src/classes/table.C 1.73:
18009: table:record have name
18010:
18011: 2001-05-07 paf
18012: * src/types/pa_value.h 1.51:
18013: * src/types/pa_vtable.h 1.17:
18014: table: fields, then methods. so to enable 'dir' fields & co.
18015:
18016: * src/main/execute.C 1.153:
18017: ^var[^class:var.method[]] is not constructor now
18018:
18019: * src/main/compile.y 1.130:
18020: grammar: @end
18021:
18022: * src/doc/chm.cmd 1.4:
18023: cmd
18024:
18025: * src/doc/ClassExample2.dox 1.3:
18026: * src/doc/aliased.dox 1.3:
18027: * src/doc/chm.cmd 1.2:
18028: * src/include/code.h 1.29:
18029: * src/include/pa_opcode.h 1.1:
18030: * src/main/compile.C 1.36:
18031: * src/main/compile_tools.h 1.39:
18032: * src/main/execute.C 1.152:
18033: * src/types/pa_value.h 1.53:
18034: * src/types/pa_vbool.h 1.9:
18035: * src/types/pa_vclass.h 1.15:
18036: * src/types/pa_vcode_frame.h 1.4:
18037: * src/types/pa_vcookie.h 1.10:
18038: * src/types/pa_vdouble.h 1.20:
18039: * src/types/pa_venv.h 1.16:
18040: * src/types/pa_vfile.h 1.26:
18041: * src/types/pa_vform.h 1.20:
18042: * src/types/pa_vhash.h 1.12:
18043: * src/types/pa_vimage.h 1.13:
18044: * src/types/pa_vint.h 1.21:
18045: * src/types/pa_vjunction.h 1.6:
18046: * src/types/pa_vmethod_frame.h 1.6:
18047: * src/types/pa_vobject.h 1.8:
18048: * src/types/pa_vrequest.h 1.10:
18049: * src/types/pa_vresponse.h 1.10:
18050: * src/types/pa_vstateless_class.h 1.12:
18051: * src/types/pa_vstring.h 1.25:
18052: * src/types/pa_vtable.h 1.20:
18053: * src/types/pa_vunknown.h 1.12:
18054: * src/types/pa_wcontext.h 1.15:
18055: * src/types/pa_wwrapper.h 1.9:
18056: pa_code.h
18057:
18058: * src/include/pa_table.h 1.30:
18059: * src/main/pa_table.C 1.27:
18060: * src/types/pa_value.h 1.52:
18061: * src/types/pa_vtable.h 1.18:
18062: table: fields, then methods. so to enable 'dir' fields & co. more
18063:
18064: * src/classes/gd/gifio.C 1.9:
18065: * src/classes/string.C 1.45:
18066: * src/classes/table.C 1.71:
18067: * src/doc/ClassExample1.dox 1.2:
18068: * src/doc/ClassExample2.dox 1.2:
18069: * src/doc/ClassExample3.dox 1.2:
18070: * src/doc/aliased.dox 1.2:
18071: * src/doc/class.dox 1.2:
18072: * src/doc/compiler.dox 1.2:
18073: * src/doc/doxygen.cfg 1.10:
18074: * src/doc/doxygen.cmd 1.2:
18075: * src/doc/executor.dox 1.2:
18076: * src/doc/index.dox 1.3:
18077: * src/doc/methoded.dox 1.2:
18078: * src/doc/module.dox 1.2:
18079: * src/doc/object.dox 1.2:
18080: * src/doc/pooled.dox 1.2:
18081: * src/doc/string.dox 1.2:
18082: * src/doc/targets.dox 1.2:
18083: * src/doc/value.dox 1.2:
18084: * src/include/code.h 1.28:
18085: * src/include/pa_hash.h 1.39:
18086: * src/include/pa_string.h 1.86:
18087: * src/main/pa_request.C 1.128:
18088: * src/main/pa_sql_driver_manager.C 1.10:
18089: * src/types/pa_vjunction.h 1.5:
18090: * src/types/pa_vtable.h 1.19:
18091: dox, split by not clean parts also
18092:
18093: * src/classes/image.C 1.25:
18094: * src/classes/mail.C 1.27:
18095: * src/classes/string.C 1.46:
18096: * src/doc/chm.cmd 1.3:
18097: * src/include/pa_table.h 1.31:
18098: * src/main/pa_table.C 1.28:
18099: * src/types/pa_value.h 1.54:
18100: method reported errors on wrong pool
18101:
18102: * src/doc/chm.cmd 1.1:
18103: * src/doc/doxygen.cmd 1.3:
18104: * src/doc/view.cmd 1.2:
18105: dox cmd
18106:
18107: 2001-05-04 paf
18108: * src/classes/classes.h 1.7:
18109: * src/classes/double.C 1.26:
18110: * src/classes/file.C 1.36:
18111: * src/classes/form.C 1.11:
18112: * src/classes/image.C 1.24:
18113: * src/classes/int.C 1.23:
18114: * src/classes/mail.C 1.26:
18115: * src/classes/op.C 1.14:
18116: * src/classes/random.C 1.11:
18117: * src/classes/response.C 1.11:
18118: * src/classes/string.C 1.44:
18119: * src/classes/table.C 1.70:
18120: * src/classes/unknown.C 1.6:
18121: * src/doc/doxygen.cfg 1.9:
18122: * src/doc/index.dox 1.2:
18123: * src/main/pa_string.C 1.81:
18124: removed m- method dox
18125:
18126: * src/doc/ClassExample1.dox 1.1:
18127: * src/doc/ClassExample2.dox 1.1:
18128: * src/doc/ClassExample3.dox 1.1:
18129: * src/main/execute.C 1.151:
18130: dox: example1 updated
18131:
18132: 2001-05-03 paf
18133: * src/classes/classes.h 1.6:
18134: * src/classes/double.C 1.25:
18135: * src/doc/aliased.dox 1.1:
18136: * src/doc/class.dox 1.1:
18137: * src/doc/compiler.dox 1.1:
18138: * src/doc/doxygen.cfg 1.8:
18139: * src/doc/doxygen.txt 1.6:
18140: * src/doc/executor.dox 1.1:
18141: * src/doc/index.dox 1.1:
18142: * src/doc/methoded.dox 1.1:
18143: * src/doc/module.dox 1.1:
18144: * src/doc/object.dox 1.1:
18145: * src/doc/pooled.dox 1.1:
18146: * src/doc/string.dox 1.1:
18147: * src/doc/targets.dox 1.1:
18148: * src/doc/value.dox 1.1:
18149: * src/main/pa_request.C 1.127:
18150: dox splitted .dox files and added some
18151:
18152: * src/classes/Makefile.am 1.7:
18153: * src/doc/doxygen.txt 1.5:
18154: classes/am
18155:
18156: 2001-05-02 paf
18157: * src/classes/image.C 1.23:
18158: * src/classes/table.C 1.69:
18159: table:dir result are not tainted by file_name language now
18160:
18161: 2001-04-28 paf
18162: * src/classes/classes.inc 1.5:
18163: removed classes.inc
18164:
18165: * src/classes/classes.C 1.3:
18166: * src/classes/classes.h 1.3:
18167: * src/classes/file.C 1.33:
18168: * src/classes/form.C 1.5:
18169: * src/classes/mail.C 1.24:
18170: * src/include/pa_request.h 1.85:
18171: * src/main/pa_request.C 1.124:
18172: configure started
18173:
18174: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
18175: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
18176: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
18177: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
18178: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
18179: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
18180: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
18181: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
18182: removed ^a.menu{$name} ability. now
18183: $a{^menu{$name}}
18184: or
18185: ^a.menu{$a.name}
18186:
18187: * src/classes/_double.h 1.8:
18188: * src/classes/_file.h 1.5:
18189: * src/classes/_form.h 1.4:
18190: * src/classes/_image.h 1.4:
18191: * src/classes/_int.h 1.8:
18192: * src/classes/_mail.h 1.4:
18193: * src/classes/_op.h 1.6:
18194: * src/classes/_random.h 1.4:
18195: * src/classes/_response.h 1.5:
18196: * src/classes/_string.h 1.10:
18197: * src/classes/_table.h 1.7:
18198: * src/classes/_unknown.h 1.3:
18199: * src/classes/classes.C 1.2:
18200: * src/classes/classes.h 1.2:
18201: * src/classes/classes.inc 1.1:
18202: * src/classes/double.C 1.22:
18203: * src/classes/exec.C 1.4:
18204: * src/classes/file.C 1.32:
18205: * src/classes/form.C 1.4:
18206: * src/classes/image.C 1.22:
18207: * src/classes/int.C 1.20:
18208: * src/classes/mail.C 1.23:
18209: * src/classes/op.C 1.10:
18210: * src/classes/random.C 1.10:
18211: * src/classes/response.C 1.8:
18212: * src/classes/string.C 1.41:
18213: * src/classes/table.C 1.66:
18214: * src/classes/unknown.C 1.3:
18215: * src/include/pa_globals.h 1.51:
18216: * src/include/pa_request.h 1.84:
18217: * src/main/compile.y 1.129:
18218: * src/main/execute.C 1.149:
18219: * src/main/main.dsp 1.93:
18220: * src/main/pa_globals.C 1.57:
18221: * src/main/pa_request.C 1.123:
18222: * src/targets/cgi/parser3.C 1.73:
18223: * src/targets/isapi/parser3isapi.C 1.32:
18224: * src/types/pa_value.h 1.50:
18225: * src/types/pa_vcookie.h 1.9:
18226: * src/types/pa_vdouble.h 1.17:
18227: * src/types/pa_venv.h 1.15:
18228: * src/types/pa_vfile.h 1.23:
18229: * src/types/pa_vform.C 1.28:
18230: * src/types/pa_vform.h 1.17:
18231: * src/types/pa_vimage.h 1.10:
18232: * src/types/pa_vint.h 1.18:
18233: * src/types/pa_vrequest.h 1.9:
18234: * src/types/pa_vresponse.h 1.9:
18235: * src/types/pa_vstateless_class.h 1.11:
18236: * src/types/pa_vstring.h 1.24:
18237: * src/types/pa_vtable.h 1.16:
18238: * src/types/pa_vunknown.h 1.11:
18239: * src/types/pa_wcontext.h 1.13:
18240: Methoded reorganized. todo: methoded-configure
18241:
18242: * src/classes/classes.inc 1.4:
18243: * src/main/Makefile.am 1.12:
18244: removed pa_methoded from .am
18245:
18246: * src/main/execute.C 1.150:
18247: * src/types/pa_wcontext.h 1.14:
18248: Methoded reorganized 2. todo: methoded-configure
18249:
18250: * src/classes/Makefile.am 1.4:
18251: * src/classes/classes.awk 1.1:
18252: * src/classes/classes.cmd 1.1:
18253: * src/classes/classes.inc 1.2:
18254: * src/classes/gawk.exe 1.1:
18255: * src/classes/ls.exe 1.1:
18256: * src/main/bison.exe 1.1:
18257: classes.inc autogenerator
18258:
18259: * src/classes/form.C 1.6:
18260: * src/include/pa_request.h 1.86:
18261: * src/main/pa_request.C 1.125:
18262: about to move configured data to special request hash
18263:
18264: * src/classes/form.C 1.7:
18265: * src/classes/mail.C 1.25:
18266: * src/classes/op.C 1.11:
18267: * src/include/pa_globals.h 1.52:
18268: * src/include/pa_request.h 1.87:
18269: * src/main/pa_globals.C 1.58:
18270: * src/main/pa_request.C 1.126:
18271: moved some configured data to request::classes_conf
18272: moved some string crations from globals to M...
18273:
1.24 paf 18274: * src/classes/Makefile.am 1.5:
18275: * src/main/main.dsp 1.95:
18276: classes/Makefile.am
18277:
1.15 paf 18278: * src/classes/classes.C 1.4:
18279: * src/classes/classes.h 1.4:
18280: * src/classes/double.C 1.23:
18281: * src/classes/file.C 1.34:
18282: * src/classes/form.C 1.9:
18283: * src/classes/int.C 1.21:
18284: * src/classes/op.C 1.12:
18285: * src/classes/response.C 1.9:
18286: * src/classes/string.C 1.42:
18287: * src/classes/table.C 1.67:
18288: * src/classes/unknown.C 1.4:
18289: * src/include/pa_methoded.h 1.1:
18290: * src/main/Makefile.am 1.11:
18291: * src/main/main.dsp 1.94:
18292: * src/main/pa_methoded.C 1.1:
18293: * src/targets/cgi/parser3.C 1.75:
18294: * src/types/pa_vdouble.h 1.18:
18295: * src/types/pa_vfile.h 1.24:
18296: * src/types/pa_vform.h 1.18:
18297: * src/types/pa_vimage.h 1.11:
18298: * src/types/pa_vint.h 1.19:
18299: classes/classes renamet to include|main/pa_methoded
18300:
18301: * src/include/pa_string.h 1.85:
18302: * src/main/pa_globals.C 1.60:
18303: * src/main/untaint.C 1.47:
18304: * src/targets/cgi/parser3.C 1.74:
18305: * src/targets/isapi/parser3isapi.C 1.33:
18306: z
18307:
18308: * src/classes/Makefile.am 1.6:
18309: * src/classes/classes.C 1.5:
18310: * src/classes/classes.h 1.5:
18311: * src/classes/classes.inc 1.3:
18312: * src/classes/double.C 1.24:
18313: * src/classes/file.C 1.35:
18314: * src/classes/form.C 1.10:
18315: * src/classes/int.C 1.22:
18316: * src/classes/op.C 1.13:
18317: * src/classes/response.C 1.10:
18318: * src/classes/string.C 1.43:
18319: * src/classes/table.C 1.68:
18320: * src/classes/unknown.C 1.5:
18321: * src/include/pa_methoded.h 1.2:
18322: * src/main/main.dsp 1.96:
18323: * src/main/pa_methoded.C 1.2:
18324: * src/targets/cgi/parser3.C 1.76:
18325: * src/types/pa_vdouble.h 1.19:
18326: * src/types/pa_vfile.h 1.25:
18327: * src/types/pa_vform.h 1.19:
18328: * src/types/pa_vimage.h 1.12:
18329: * src/types/pa_vint.h 1.20:
18330: renamed pa_methoded back to classes/classes.h
18331:
18332: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
18333: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
18334: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
18335: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
18336: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
18337: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
18338: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
18339: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
18340: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
18341: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
18342: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
18343: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
18344: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
18345: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
18346: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
18347: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
18348: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
18349: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
18350: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
18351: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
18352: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
18353: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
18354: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
18355: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
18356: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
18357: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
18358: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
18359: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
18360: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
18361: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
18362: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
18363: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
18364: beautifying just compiled. todo: debug, configure
18365:
18366: * src/classes/classes.awk 1.2:
18367: skipped classes in .awk
18368:
18369: * src/classes/form.C 1.8:
18370: * src/include/pa_globals.h 1.53:
18371: * src/main/pa_globals.C 1.59:
18372: moved some configured data to request::classes_conf
18373: moved some string crations from globals to M...
18374: [works]
18375:
18376: 2001-04-27 paf
18377: * src/main/compile.y 1.128:
18378: serge@ found @CLASS bug. fixed
18379:
18380: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
18381: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
18382: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
18383: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
18384: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
18385: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
18386: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
18387: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
18388: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
18389: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
18390: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
18391: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
18392: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
18393: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
18394: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
18395: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
18396: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
18397: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
18398: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
18399: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
18400: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
18401: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
18402: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
18403: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
18404: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
18405: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
18406: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
18407: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
18408: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
18409: beautifying -100
18410:
18411: * src/classes/classes.C 1.1:
18412: file classes.C was initially added on branch
18413: reorganize_user_classes.
18414:
18415: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
18416: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
18417: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
18418: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
18419: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
18420: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
18421: beautifying -99
18422:
18423: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
18424: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
18425: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
18426: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
18427: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
18428: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
18429: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
18430: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
18431: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
18432: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
18433: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
18434: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
18435: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
18436: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
18437: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
18438: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
18439: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
18440: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
18441: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
18442: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
18443: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
18444: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
18445: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
18446: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
18447: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
18448: started beautifying
18449:
18450: * src/classes/classes.h 1.1:
18451: file classes.h was initially added on branch
18452: reorganize_user_classes.
18453:
18454: 2001-04-26 paf
18455: * src/main/pa_request.C 1.121:
18456: * src/main/pa_string.C 1.80:
18457: z
18458:
18459: * src/classes/_exec.h 1.4:
18460: * src/classes/_image.h 1.3:
18461: * src/classes/gd/gif.h 1.7:
18462: * src/classes/gd/gifio.C 1.8:
18463: * src/classes/image.C 1.21:
18464: * src/classes/mail.C 1.22:
18465: * src/classes/op.C 1.9:
18466: * src/classes/random.C 1.9:
18467: * src/classes/smtp/smtp.h 1.3:
18468: * src/classes/string.C 1.40:
18469: * src/classes/table.C 1.65:
18470: * src/doc/doxygen.cfg 1.5:
18471: * src/doc/doxygen.cfg 1.6:
18472: * src/doc/doxygen.cfg 1.7:
18473: * src/doc/doxygen.txt 1.4:
18474: * src/include/pa_array.h 1.36:
18475: * src/include/pa_config_fixed.h 1.5:
18476: * src/include/pa_config_includes.h 1.5:
18477: * src/include/pa_dir.h 1.3:
18478: * src/include/pa_socks.h 1.2:
18479: * src/include/pa_string.h 1.84:
18480: * src/main/compile_tools.h 1.38:
18481: * src/main/pa_common.C 1.52:
18482: * src/main/pa_request.C 1.122:
18483: * src/main/pa_socks.C 1.3:
18484: * src/sql/pa_sql_driver.h 1.8:
18485: * src/targets/cgi/pa_pool.C 1.4:
18486: * src/types/pa_vbool.h 1.7:
18487: * src/types/pa_vbool.h 1.8:
18488: * src/types/pa_vclass.h 1.13:
18489: * src/types/pa_vclass.h 1.14:
18490: * src/types/pa_vcode_frame.h 1.2:
18491: * src/types/pa_vcode_frame.h 1.3:
18492: * src/types/pa_vcookie.h 1.8:
18493: * src/types/pa_vdouble.h 1.16:
18494: * src/types/pa_venv.h 1.14:
18495: * src/types/pa_vfile.h 1.22:
18496: * src/types/pa_vform.C 1.27:
18497: * src/types/pa_vform.h 1.16:
18498: * src/types/pa_vhash.h 1.11:
18499: * src/types/pa_vimage.C 1.7:
18500: * src/types/pa_vimage.h 1.9:
18501: * src/types/pa_vint.h 1.17:
18502: * src/types/pa_vjunction.h 1.3:
18503: * src/types/pa_vjunction.h 1.4:
18504: * src/types/pa_vmethod_frame.h 1.4:
18505: * src/types/pa_vmethod_frame.h 1.5:
18506: * src/types/pa_vobject.h 1.6:
18507: * src/types/pa_vobject.h 1.7:
18508: * src/types/pa_vrequest.C 1.5:
18509: * src/types/pa_vrequest.h 1.8:
18510: * src/types/pa_vstateless_class.C 1.8:
18511: * src/types/pa_vstateless_class.h 1.10:
18512: * src/types/pa_vstateless_object.h 1.8:
18513: * src/types/pa_vstring.C 1.5:
18514: * src/types/pa_vstring.h 1.23:
18515: * src/types/pa_vtable.h 1.15:
18516: * src/types/pa_vunknown.h 1.10:
18517: * src/types/pa_wcontext.C 1.6:
18518: * src/types/pa_wcontext.h 1.12:
18519: * src/types/pa_wwrapper.h 1.7:
18520: * src/types/pa_wwrapper.h 1.8:
18521: code documentation ++
18522:
18523: * src/include/pa_common.h 1.42:
18524: * src/include/pa_types.h 1.25:
18525: * src/main/pa_sql_driver_manager.C 1.9:
18526: module [and, guess, isapi] connection caching fixed.
18527: request-pooled-url were stored into global connectioncache
18528:
18529: 2001-04-25 paf
18530: * src/doc/doxygen.cfg 1.4:
18531: * src/doc/doxygen.txt 1.3:
18532: * src/targets/isapi/parser3isapi.C 1.31:
18533: started doc / [doxygen.txt]
18534:
18535: * src/include/code.h 1.27:
18536: * src/include/pa_common.h 1.41:
18537: * src/main/compile.y 1.127:
18538: * src/main/execute.C 1.148:
18539: * src/main/pa_common.C 1.51:
18540: -d
18541:
18542: * src/classes/file.C 1.31:
18543: * src/main/pa_exec.C 1.5:
18544: * src/targets/cgi/parser3.C 1.72:
18545: illegal call check a bit improved, but still under iis no
18546: mapping of dir with parser allowed!
18547:
18548: 2001-04-24 paf
18549: * src/targets/Makefile.in 1.2:
18550: * src/targets/apache13/Makefile.in 1.1:
18551: apache makefile.in s
18552:
18553: * src/targets/Makefile.am 1.5:
18554: * src/targets/apache13/Makefile.am 1.1:
18555: apache module lib .am
18556:
18557: * src/main/pa_exec.C 1.4:
18558: windows32 buildCommand
18559:
18560: 2001-04-23 paf
18561: * src/classes/gd/gifio.C 1.7:
18562: * src/classes/image.C 1.20:
18563: * src/classes/mail.C 1.21:
18564: * src/include/pa_globals.h 1.50:
18565: * src/include/pa_string.h 1.83:
18566: * src/main/pa_exec.C 1.3:
18567: * src/main/pa_request.C 1.119:
18568: * src/main/untaint.C 1.44:
18569: untaint - @test optimize whitespaces for all but 'html'
18570:
18571: * src/main/untaint.C 1.46:
18572: untaint without charset
18573:
18574: * src/targets/cgi/parser3.C 1.68:
18575: cgi /// @test disable /cgi-bin/parser3/auto.p
18576:
18577: * src/classes/random.C 1.8:
18578: * src/targets/cgi/parser3.C 1.71:
18579: redo failed
18580: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
18581:
18582: * src/main/untaint.C 1.45:
18583: mail header only once to =?
18584:
18585: * src/classes/mail.C 1.20:
18586: * src/include/pa_hash.h 1.38:
18587: * src/include/pa_string.h 1.82:
18588: * src/main/pa_common.C 1.49:
18589: * src/main/pa_hash.C 1.34:
18590: * src/main/pa_request.C 1.118:
18591: * src/main/untaint.C 1.43:
18592: untaint - @test mail-header
18593:
18594: * src/include/pa_config_auto.h.in 1.1:
18595: .h.in
18596:
18597: * src/targets/cgi/parser3.C 1.69:
18598: cgi cmdline ver
18599:
18600: * src/main/pa_request.C 1.120:
18601: * src/targets/cgi/parser3.C 1.70:
18602: // @test with commandline start "parser3 a.html" so that ^load
18603: a.cfg] worked! [now doesnt]
18604:
18605: * src/main/execute.C 1.147:
18606: operators first!
18607: so that ^table.menu{^rem{}} would not be 'unknown column'
18608:
18609: * src/include/pa_array.h 1.35:
18610: * src/main/pa_array.C 1.31:
18611: * src/types/pa_vfile.h 1.20:
18612: * src/types/pa_vfile.h 1.21:
18613: vfile fields return type
18614:
18615: * src/Makefile.in 1.1:
18616: * src/classes/Makefile.in 1.1:
18617: * src/main/Makefile.in 1.1:
18618: * src/targets/cgi/Makefile.in 1.1:
18619: * src/types/Makefile.in 1.1:
18620: makefile ins
18621:
18622: * src/main/pa_string.C 1.78:
18623: tested OK
18624: /// @test really @b test: s x m [tested: i & g ]
18625:
18626: * src/classes/gd/Makefile.am 1.1:
18627: * src/classes/gd/Makefile.in 1.1:
18628: * src/targets/Makefile.in 1.1:
18629: makefiles&co
18630:
18631: * src/classes/Makefile 1.2:
18632: * src/main/Makefile 1.2:
18633: * src/targets/cgi/Makefile 1.2:
18634: * src/types/Makefile 1.2:
18635: makefiles removed
18636:
18637: * src/classes/Makefile 1.1:
18638: * src/main/Makefile 1.1:
18639: * src/main/pa_string.C 1.79:
18640: * src/targets/cgi/Makefile 1.1:
18641: * src/types/Makefile 1.1:
18642: configure.in + makefiles
18643:
18644: * src/classes/table.C 1.64:
18645: * src/types/pa_vform.C 1.26:
18646: * src/types/pa_vtable.h 1.14:
18647: /// @test $a.menu{ $a[123] }
18648: and $a.menu{^table:set[]...}
18649:
18650: * src/targets/cgi/Makefile.am 1.5:
18651: liblink
18652:
18653: * src/targets/cgi/Makefile.am 1.6:
18654: * src/targets/cgi/Makefile.am 1.7:
18655: win32 conditional
18656:
18657: * src/include/pa_config_fixed.h 1.4:
18658: * src/include/pa_config_includes.h 1.4:
18659: * src/main/pa_common.C 1.50:
18660: common: file_write /// @test mkdirs file_delete rmdirs
18661:
18662: 2001-04-20 paf
18663: * src/main/untaint.C 1.41:
18664: * src/targets/cgi/parser3.C 1.66:
18665: fixed header "a/a"
18666:
18667: * src/main/untaint.C 1.42:
18668: z
18669:
18670: * src/classes/string.C 1.39:
18671: * src/classes/table.C 1.63:
18672: * src/include/pa_globals.h 1.49:
18673: * src/include/pa_request.h 1.83:
18674: * src/include/pa_string.h 1.81:
18675: * src/main/compile.y 1.126:
18676: * src/main/pa_globals.C 1.56:
18677: * src/main/pa_request.C 1.117:
18678: * src/main/pa_string.C 1.77:
18679: * src/targets/cgi/parser3.C 1.67:
18680: $MAIN:LOCALE
18681:
18682: 2001-04-19 paf
18683: * src/main/compile_tools.h 1.37:
18684: $a$b bugfix
18685:
18686: * src/classes/file.C 1.30:
18687: * src/targets/cgi/parser3.C 1.65:
18688: z
18689:
18690: * src/include/pa_common.h 1.39:
18691: * src/main/pa_common.C 1.48:
18692: * src/main/pa_request.C 1.116:
18693: * src/main/untaint.C 1.40:
18694: * src/targets/isapi/parser3isapi.C 1.30:
18695: * src/types/pa_vcookie.C 1.19:
18696: changed urlencode here and in untaint.C to HTTP standard's "
18697: and \" mech
18698:
18699: * src/classes/file.C 1.29:
18700: * src/include/pa_common.h 1.40:
18701: * src/types/pa_vcookie.C 1.20:
18702: done: header to $fields. waits for header '\' tricks
18703:
18704: * src/main/pa_request.C 1.115:
18705: * src/targets/isapi/parser3isapi.C 1.29:
18706: fixed http://alx/~paf/ doesnt load /auto.p
18707:
18708: 2001-04-18 paf
18709: * src/classes/smtp/smtp.dsp 1.2:
18710: * src/main/Makefile.am 1.10:
18711: * src/main/main.dsp 1.92:
18712: * src/targets/cgi/Makefile.am 1.4:
18713: linux @alx
18714:
18715: * src/main/pa_request.C 1.114:
18716: 1
18717:
18718: 2001-04-17 paf
18719: * src/classes/file.C 1.28:
18720: * src/classes/image.C 1.19:
18721: * src/doc/doxygen.cfg 1.3:
18722: * src/include/pa_sql_connection.h 1.5:
18723: * src/main/pa_sql_driver_manager.C 1.8:
18724: * src/sql/pa_sql_driver.h 1.7:
18725: SQL_Driver_services renamed. doxygen statics enabled
18726:
18727: * src/Makefile.am 1.5:
18728: * src/classes/Makefile.am 1.3:
18729: * src/classes/_double.h 1.7:
18730: * src/classes/_exec.h 1.3:
18731: * src/classes/_file.h 1.4:
18732: * src/classes/_form.h 1.3:
18733: * src/classes/_image.h 1.2:
18734: * src/classes/_int.h 1.7:
18735: * src/classes/_mail.h 1.3:
18736: * src/classes/_op.h 1.5:
18737: * src/classes/_random.h 1.3:
18738: * src/classes/_response.h 1.4:
18739: * src/classes/_string.h 1.9:
18740: * src/classes/_table.h 1.6:
18741: * src/classes/_unknown.h 1.2:
18742: * src/classes/file.C 1.27:
18743: * src/classes/gd/gif.C 1.5:
18744: * src/classes/gd/gif.h 1.6:
18745: * src/classes/gd/gifio.C 1.6:
18746: * src/classes/image.C 1.18:
18747: * src/classes/mail.C 1.19:
18748: * src/classes/op.C 1.8:
18749: * src/classes/random.C 1.7:
18750: * src/include/pa_config_fixed.h 1.3:
18751: * src/include/pa_config_includes.h 1.3:
18752: * src/include/pa_hash.h 1.37:
18753: * src/include/pa_sql_driver_manager.h 1.3:
18754: * src/include/pa_version.h 1.2:
18755: * src/main/Makefile.am 1.9:
18756: * src/main/compile.y 1.125:
18757: * src/main/pa_common.C 1.47:
18758: * src/main/pa_exec.C 1.2:
18759: * src/main/pa_socks.C 1.2:
18760: * src/main/pa_sql_driver_manager.C 1.7:
18761: * src/sql/Makefile.am 1.2:
18762: * src/sql/pa_sql_driver.h 1.6:
18763: * src/targets/cgi/Makefile.am 1.3:
18764: * src/targets/cgi/parser3.C 1.64:
18765: * src/types/Makefile.am 1.3:
18766: * src/types/pa_vcookie.C 1.18:
18767: * src/types/pa_vform.C 1.25:
18768: * src/types/pa_vimage.h 1.8:
18769: exec @jav
18770:
18771: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
18772: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
18773: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
18774: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
18775: sql driver interface now has initialize(client .so)
18776:
18777: 2001-04-16 paf
18778: * src/Makefile.am [gcc0415] 1.4.2.2:
18779: compile2 cygwin
18780:
18781: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
18782: compile0 jav
18783:
18784: * src/Makefile.am [gcc0415] 1.4.2.1:
18785: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
18786: * src/classes/_double.h [gcc0415] 1.6.2.1:
18787: * src/classes/_exec.h [gcc0415] 1.2.2.1:
18788: * src/classes/_file.h [gcc0415] 1.3.2.1:
18789: * src/classes/_form.h [gcc0415] 1.2.2.1:
18790: * src/classes/_image.h [gcc0415] 1.1.2.1:
18791: * src/classes/_int.h [gcc0415] 1.6.2.1:
18792: * src/classes/_mail.h [gcc0415] 1.2.2.1:
18793: * src/classes/_op.h [gcc0415] 1.4.2.1:
18794: * src/classes/_random.h [gcc0415] 1.2.2.1:
18795: * src/classes/_response.h [gcc0415] 1.3.2.1:
18796: * src/classes/_string.h [gcc0415] 1.8.2.1:
18797: * src/classes/_table.h [gcc0415] 1.5.2.1:
18798: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
18799: * src/classes/gd/gif.C [gcc0415] 1.4.2.1:
18800: * src/classes/gd/gif.h [gcc0415] 1.5.2.1:
18801: * src/classes/gd/gifio.C [gcc0415] 1.5.2.1:
18802: * src/classes/image.C [gcc0415] 1.17.2.1:
18803: * src/classes/mail.C [gcc0415] 1.18.2.1:
18804: * src/classes/op.C [gcc0415] 1.7.2.1:
18805: * src/classes/random.C [gcc0415] 1.6.2.1:
18806: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
18807: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
18808: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
18809: * src/include/pa_version.h [gcc0415] 1.1.2.1:
18810: * src/main/Makefile.am [gcc0415] 1.8.2.1:
18811: * src/main/compile.y [gcc0415] 1.124.2.1:
18812: * src/main/pa_common.C [gcc0415] 1.46.2.1:
18813: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
18814: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
18815: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
18816: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
18817: * src/types/Makefile.am [gcc0415] 1.2.2.1:
18818: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
18819: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
18820: compile-1
18821:
18822: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
18823: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
18824: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
18825: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
18826: compile1 cygwin
18827:
18828: 2001-04-15 paf
18829: * src/classes/op.C 1.5:
18830: * src/include/pa_request.h 1.82:
18831: * src/types/pa_value.h 1.48:
18832: * src/types/pa_vmethod_frame.h 1.3:
18833: MethodParams in op.C
18834:
18835: * src/types/pa_value.h 1.49:
18836: MethodParams !junction
18837:
18838: * src/classes/table.C 1.62:
18839: table:empty +=process
18840:
18841: * src/classes/op.C 1.7:
18842: z
18843:
18844: * src/classes/_string.h 1.8:
18845: * src/classes/double.C 1.21:
18846: * src/classes/file.C 1.26:
18847: * src/classes/image.C 1.17:
18848: * src/classes/int.C 1.19:
18849: * src/classes/mail.C 1.18:
18850: * src/classes/op.C 1.6:
18851: * src/classes/random.C 1.6:
18852: * src/classes/response.C 1.7:
18853: * src/classes/string.C 1.38:
18854: * src/classes/table.C 1.61:
18855: * src/classes/unknown.C 1.2:
18856: * src/main/pa_request.C 1.113:
18857: MethodParams everywhere
18858:
18859: 2001-04-12 paf
18860: * src/classes/_unknown.h 1.1:
18861: * src/classes/unknown.C 1.1:
18862: * src/include/pa_globals.h 1.48:
18863: * src/main/main.dsp 1.91:
18864: * src/main/pa_globals.C 1.55:
18865: * src/types/pa_vunknown.h 1.9:
18866: ^unknown:int[]=0 double[]=0
18867:
18868: * src/classes/gd/gif.C 1.4:
18869: * src/classes/image.C 1.13:
18870: image:line/fill/rectangle/bar/replace/polygon/polybar
18871:
18872: * src/classes/image.C 1.15:
18873: * src/main/pa_hash.C 1.33:
18874: hash bug fixed
18875:
18876: * src/classes/gd/gif.h 1.5:
18877: * src/classes/image.C 1.12:
18878: * src/classes/op.C 1.4:
18879: * src/main/execute.C 1.146:
18880: * src/types/pa_value.h 1.47:
18881: * src/types/pa_vmethod_frame.h 1.2:
18882: * src/types/pa_wcontext.h 1.11:
18883: for var now written not to r.wcontext, but to r.root
18884: cleared "entered_object" state
18885:
18886: * src/classes/image.C 1.16:
18887: * src/types/pa_vimage.h 1.7:
18888: image:font :text
18889:
18890: * src/classes/image.C 1.14:
18891: image:gif now does not have params
18892:
18893: 2001-04-11 paf
18894: * src/classes/mail.C 1.17:
18895: * src/classes/op.C 1.3:
18896: * src/targets/cgi/parser3.C 1.63:
18897: * src/types/pa_value.h 1.46:
18898: * src/types/pa_vfile.C 1.15:
18899: * src/types/pa_vfile.h 1.19:
18900: * src/types/pa_vform.C 1.24:
18901: * src/types/pa_vstring.C 1.3:
18902: * src/types/pa_vstring.h 1.22:
18903: forced UL_FILE_NAME of posted file name
18904:
18905: * src/classes/image.C 1.7:
18906: * src/main/execute.C 1.145:
18907: * src/main/main.dsp 1.89:
18908: * src/main/pa_request.C 1.112:
18909: * src/types/pa_vcframe.h 1.4:
18910: * src/types/pa_vcode_frame.h 1.1:
18911: * src/types/pa_vimage.C 1.4:
18912: * src/types/pa_vimage.h 1.4:
18913: * src/types/pa_vmethod_frame.h 1.1:
18914: * src/types/pa_vmframe.h 1.13:
18915: libimaging dead end: pil parses header in .py
18916:
18917: * src/classes/gd/gd.dsp 1.3:
18918: * src/classes/gd/gif.C 1.2:
18919: * src/classes/gd/gif.h 1.2:
18920: * src/classes/gd/gifio.C 1.2:
18921: * src/classes/image.C 1.8:
18922: * src/types/pa_vimage.C 1.5:
18923: * src/types/pa_vimage.h 1.5:
18924: gd started porting to Pooled descendant
18925:
18926: * src/classes/image.C 1.5:
18927: * src/main/pa_request.C 1.110:
18928: * src/types/pa_vform.C 1.23:
18929: fixed post [broke when moved post read to core]
18930:
18931: * src/classes/gd/gd.dsp 1.1:
18932: * src/classes/smtp/smtp.dsp 1.1:
18933: * src/main/main.dsp 1.87:
18934: gd+smtp made separate libs
18935:
18936: * src/classes/gd/gifio.C 1.3:
18937: * src/classes/image.C 1.9:
18938: * src/types/pa_vimage.C 1.6:
18939: * src/types/pa_vimage.h 1.6:
18940: gd todo: gif without file
18941:
18942: * src/include/pa_globals.h 1.46:
18943: * src/include/pa_string.h 1.80:
18944: * src/main/pa_common.C 1.46:
18945: * src/main/pa_request.C 1.111:
18946: * src/main/untaint.C 1.39:
18947: * src/types/pa_vfile.C 1.16:
18948: * src/types/pa_vstring.C 1.4:
18949: fixed vstring:as_vfile length
18950:
18951: * src/classes/gd/gd.dsp 1.2:
18952: * src/classes/image.C 1.6:
18953: * src/include/pa_globals.h 1.47:
18954: * src/main/main.dsp 1.88:
18955: * src/main/pa_globals.C 1.54:
18956: * src/types/pa_vimage.C 1.3:
18957: * src/types/pa_vimage.h 1.3:
18958: gd dead end. switching to python imaging lib
18959:
18960: * src/classes/gd/gif.h 1.3:
18961: * src/classes/gd/gifio.C 1.4:
18962: * src/classes/image.C 1.10:
18963: * src/main/main.dsp 1.90:
18964: gd with mem write + image just compiled
18965:
18966: * src/classes/gd/gif.C 1.3:
18967: * src/classes/gd/gif.h 1.4:
18968: * src/classes/gd/gifio.C 1.5:
18969: * src/classes/image.C 1.11:
18970: image:create image:load
18971:
18972: 2001-04-10 paf
18973: * src/classes/_double.h 1.6:
18974: * src/classes/_file.h 1.3:
18975: * src/classes/_form.h 1.2:
18976: * src/classes/_int.h 1.6:
18977: * src/classes/_mail.h 1.2:
18978: * src/classes/_op.h 1.4:
18979: * src/classes/_random.h 1.2:
18980: * src/classes/_response.h 1.3:
18981: * src/classes/_string.h 1.7:
18982: * src/classes/_table.h 1.5:
18983: * src/classes/file.C 1.25:
18984: * src/classes/gd/gif.C 1.1:
18985: * src/classes/gd/gif.h 1.1:
18986: * src/classes/gd/gifio.C 1.1:
18987: * src/classes/mail.C 1.16:
18988: * src/include/pa_common.h 1.37:
18989: * src/include/pa_globals.h 1.45:
18990: * src/main/execute.C 1.144:
18991: * src/main/main.dsp 1.86:
18992: * src/main/pa_common.C 1.44:
18993: * src/main/pa_globals.C 1.53:
18994: * src/targets/isapi/parser3isapi.C 1.28:
18995: * src/types/pa_value.h 1.45:
18996: * src/types/pa_vfile.C 1.14:
18997: * src/types/pa_vfile.h 1.18:
18998: * src/types/pa_vhash.h 1.10:
18999: * src/types/pa_vimage.h 1.1:
19000: * src/types/pa_vresponse.h 1.8:
19001: * src/types/pa_vstring.h 1.21:
19002: image:measure -100 just compiled
19003:
19004: * src/classes/_image.h 1.1:
19005: * src/classes/image.C 1.1:
19006: * src/types/pa_vimage.C 1.1:
19007: image forgotten!
19008:
19009: * src/classes/image.C 1.3:
19010: * src/types/pa_vimage.C 1.2:
19011: jpg measure bugs fixed
19012:
19013: * src/classes/image.C 1.4:
19014: image:html done
19015:
19016: * src/classes/table.C 1.60:
19017: * src/include/pa_common.h 1.38:
19018: * src/main/pa_common.C 1.45:
19019: * src/main/pa_request.C 1.109:
19020: * src/main/pa_string.C 1.76:
19021: * src/main/untaint.C 1.38:
19022: * src/types/pa_vimage.h 1.2:
19023: image:measure -90
19024:
19025: * src/classes/mail.C 1.11:
19026: * src/classes/smtp/comms.C 1.2:
19027: * src/classes/smtp/smtp.C 1.2:
19028: * src/classes/smtp/smtp.h 1.2:
19029: * src/main/pa_globals.C 1.52:
19030: smtp some consts
19031:
19032: * src/classes/mail.C 1.12:
19033: unix sendmail compiled. todo:testing
19034:
19035: * src/classes/mail.C 1.14:
19036: sendmail unix skipping defaults
19037:
19038: * src/classes/image.C 1.2:
19039: z
19040:
19041: * src/classes/mail.C 1.13:
19042: * src/include/pa_common.h 1.36:
19043: * src/main/pa_common.C 1.43:
19044: sendmail unix added defaults
19045:
19046: * src/classes/mail.C 1.15:
19047: minor bug with unclear from/to
19048:
19049: 2001-04-09 paf
19050: * src/classes/_exec.h 1.2:
19051: * src/main/execute.C 1.142:
19052: * src/main/pa_globals.C 1.50:
19053: * src/main/pa_request.C 1.106:
19054: * src/types/pa_vcookie.C 1.17:
19055: * src/types/pa_vfile.C 1.12:
19056: exec -2
19057:
19058: * src/classes/file.C 1.24:
19059: * src/include/pa_exec.h 1.1:
19060: * src/include/pa_sapi.h 1.8:
19061: * src/main/main.dsp 1.85:
19062: * src/main/pa_exec.C 1.1:
19063: * src/targets/cgi/parser3.C 1.62:
19064: * src/targets/cgi/parser3.dsp 1.17:
19065: * src/targets/isapi/parser3isapi.C 1.27:
19066: * src/targets/isapi/parser3isapi.dsp 1.12:
19067: all targets exec
19068:
19069: * src/classes/exec.C 1.2:
19070: * src/include/pa_common.h 1.35:
19071: * src/main/pa_common.C 1.42:
19072: * src/main/untaint.C 1.37:
19073: exec3. decided exec:cgi to move to file:cgi
19074:
19075: * src/include/pa_sapi.h 1.7:
19076: * src/include/pa_string.h 1.79:
19077: * src/targets/cgi/parser3.C 1.61:
19078: * src/targets/isapi/parser3isapi.C 1.26:
19079: * src/targets/isapi/parser3isapi.dsp 1.11:
19080: sapi exec dead end. badly parsed args in apache:util.script
19081:
19082: * src/classes/file.C 1.23:
19083: * src/main/main.dsp 1.84:
19084: * src/main/pa_request.C 1.108:
19085: * src/targets/cgi/parser3.C 1.60:
19086: exec win32 env
19087:
19088: * src/classes/exec.C 1.3:
19089: * src/classes/file.C 1.21:
19090: * src/include/pa_globals.h 1.44:
19091: * src/main/execute.C 1.143:
19092: * src/main/main.dsp 1.83:
19093: * src/main/pa_globals.C 1.51:
19094: * src/main/pa_request.C 1.107:
19095: * src/types/pa_vfile.C 1.13:
19096: * src/types/pa_vfile.h 1.17:
19097: * src/types/pa_vform.C 1.22:
19098: * src/types/pa_vstring.C 1.2:
19099: exec4. todo env
19100:
19101: * src/classes/_exec.h 1.1:
19102: * src/classes/exec.C 1.1:
19103: * src/include/pa_common.h 1.34:
19104: * src/include/pa_request.h 1.81:
19105: * src/include/pa_sapi.h 1.6:
19106: * src/include/pa_string.h 1.77:
19107: * src/main/pa_common.C 1.41:
19108: * src/main/pa_request.C 1.105:
19109: * src/main/pa_string.C 1.75:
19110: * src/targets/cgi/parser3.C 1.59:
19111: * src/targets/cgi/parser3.dsp 1.16:
19112: * src/targets/isapi/parser3isapi.C 1.25:
19113: * src/types/pa_vform.C 1.21:
19114: * src/types/pa_vform.h 1.15:
19115: exec class just compiled. moved post read to request core
19116:
19117: * src/classes/file.C 1.22:
19118: * src/include/pa_hash.h 1.36:
19119: * src/main/pa_hash.C 1.32:
19120: exec env 0
19121:
19122: * src/classes/_op.h 1.3:
19123: * src/include/pa_dir.h 1.2:
19124: * src/include/pa_globals.h 1.43:
19125: * src/include/pa_sapi.h 1.5:
19126: * src/main/main.dsp 1.82:
19127: * src/main/pa_dir.C 1.2:
19128: * src/main/pa_globals.C 1.49:
19129: * src/targets/cgi/parser3.C 1.58:
19130: * src/targets/cgi/parser3.dsp 1.15:
19131: problems with ^exec:cgi post data. they are already read by vform
19132:
19133: * src/include/pa_string.h 1.78:
19134: written but not tested exec with env for unix
19135:
19136: 2001-04-08 paf
19137: * src/classes/file.C 1.20:
19138: * src/classes/mail.C 1.10:
19139: * src/classes/string.C 1.37:
19140: * src/include/pa_request.h 1.80:
19141: * src/include/pa_string.h 1.76:
19142: * src/main/pa_request.C 1.104:
19143: uuencode. string<<
19144:
19145: 2001-04-07 paf
19146: * src/classes/_mail.h 1.1:
19147: * src/classes/mail.C 1.1:
19148: * src/include/pa_common.h 1.33:
19149: * src/include/pa_globals.h 1.41:
19150: * src/include/pa_string.h 1.74:
19151: * src/main/main.dsp 1.79:
19152: * src/main/pa_common.C 1.40:
19153: * src/main/pa_globals.C 1.47:
19154: * src/main/pa_request.C 1.101:
19155: * src/main/untaint.C 1.36:
19156: * src/types/pa_vcookie.C 1.16:
19157: mail:send -10 just compiled
19158:
19159: * src/include/pa_socks.h 1.1:
19160: * src/main/main.dsp 1.81:
19161: * src/main/pa_socks.C 1.1:
19162: * src/targets/cgi/parser3.C 1.57:
19163: * src/targets/cgi/parser3.dsp 1.14:
19164: * src/targets/isapi/parser3isapi.C 1.24:
19165: mail:send 1
19166:
19167: * src/classes/mail.C 1.3:
19168: +=
19169:
19170: * src/classes/mail.C 1.6:
19171: ^attach dead end
19172:
19173: * src/classes/mail.C 1.2:
19174: * src/include/pa_string.h 1.75:
19175: mail:send -1 text prepared
19176:
19177: * src/classes/mail.C 1.7:
19178: ^mail[$attach
19179:
19180: * src/classes/mail.C 1.5:
19181: * src/classes/mail.C 1.8:
19182: * src/classes/mail.C 1.9:
19183: * src/main/pa_request.C 1.103:
19184: z
19185:
19186: * src/classes/mail.C 1.4:
19187: * src/classes/smtp/comms.C 1.1:
19188: * src/classes/smtp/smtp.C 1.1:
19189: * src/classes/smtp/smtp.h 1.1:
19190: * src/include/pa_globals.h 1.42:
19191: * src/include/pa_request.h 1.79:
19192: * src/main/main.dsp 1.80:
19193: * src/main/pa_globals.C 1.48:
19194: * src/main/pa_request.C 1.102:
19195: smtp just compiled
19196:
19197: 2001-04-06 paf
19198: * src/types/pa_valiased.C 1.7:
19199: another root inherititance skipped
19200:
19201: * src/classes/random.C 1.5:
19202: * src/classes/table.C 1.57:
19203: * src/main/pa_globals.C 1.44:
19204: @office
19205:
19206: * src/classes/table.C 1.58:
19207: * src/include/pa_dir.h 1.1:
19208: * src/main/execute.C 1.141:
19209: * src/main/main.dsp 1.78:
19210: * src/main/pa_dir.C 1.1:
19211: table:dir 0 [without regexp]
19212:
19213: * src/main/compile.C 1.34:
19214: * src/main/compile.y 1.124:
19215: * src/main/execute.C 1.139:
19216: operators are now not root methods of parent class. just 'ROOT
19217: class
19218:
19219: * src/classes/table.C 1.59:
19220: * src/include/pa_globals.h 1.40:
19221: * src/main/pa_globals.C 1.46:
19222: * src/main/pa_string.C 1.74:
19223: table:dir 1
19224:
19225: * src/classes/_op.h 1.2:
19226: * src/classes/_root.h 1.5:
19227: * src/classes/op.C 1.2:
19228: * src/classes/root.C 1.62:
19229: * src/include/pa_globals.h 1.39:
19230: * src/include/pa_request.h 1.78:
19231: * src/main/compile.C 1.35:
19232: * src/main/execute.C 1.140:
19233: * src/main/main.dsp 1.77:
19234: * src/main/pa_globals.C 1.45:
19235: * src/main/pa_request.C 1.100:
19236: renamed 'root' to 'op'
19237:
19238: * src/classes/_op.h 1.1:
19239: * src/classes/op.C 1.1:
19240: renamed from 'root'
19241:
19242: 2001-04-05 paf
19243: * src/classes/root.C 1.59:
19244: * src/include/pa_sql_connection.h 1.1:
19245: * src/include/pa_sql_driver.h 1.5:
19246: * src/main/main.dsp 1.76:
19247: * src/main/pa_sql_driver_manager.C 1.3:
19248: * src/sql/pa_sql_driver.h 1.1:
19249: sql driver services for conv memory & error reporting
19250:
19251: * src/main/execute.C 1.138:
19252: * src/main/pa_request.C 1.98:
19253: * src/main/pa_string.C 1.73:
19254: * src/types/pa_value.h 1.44:
19255: * src/types/pa_vmframe.h 1.12:
19256: * src/types/pa_wcontext.h 1.10:
19257: constructor flag dropped at get_method_frame and remembered
19258: into method_frame
19259:
19260: * src/include/pa_globals.h 1.38:
19261: * src/main/pa_globals.C 1.43:
19262: * src/main/pa_request.C 1.96:
19263: * src/main/pa_string.C 1.72:
19264: * src/targets/isapi/parser3isapi.dsp 1.10:
19265: $LOCALE:ctype[Russian_Russia.1251]
19266:
19267: * src/main/pa_request.C 1.99:
19268: * src/sql/pa_sql_driver.h 1.5:
19269: mysql limit
19270:
19271: * src/classes/table.C 1.52:
19272: select * from hren error contains statement
19273:
19274: * src/classes/random.C 1.4:
19275: * src/classes/root.C 1.60:
19276: * src/classes/table.C 1.54:
19277: * src/include/pa_sql_connection.h 1.4:
19278: * src/include/pa_string.h 1.71:
19279: * src/main/execute.C 1.137:
19280: * src/main/pa_sql_driver_manager.C 1.6:
19281: * src/main/pa_string.C 1.70:
19282: * src/main/untaint.C 1.34:
19283: * src/sql/pa_sql_driver.h 1.4:
19284: * src/types/pa_vmframe.h 1.11:
19285: * src/types/pa_wcontext.C 1.5:
19286: * src/types/pa_wcontext.h 1.9:
19287: sql quote. string untaint UL_SQL
19288:
19289: * src/classes/table.C 1.51:
19290: * src/include/pa_sql_connection.h 1.2:
19291: * src/include/pa_types.h 1.24:
19292: * src/main/pa_sql_driver_manager.C 1.4:
19293: * src/main/untaint.C 1.33:
19294: * src/sql/pa_sql_driver.h 1.2:
19295: * src/targets/cgi/parser3.dsp 1.13:
19296: mysql 0
19297:
19298: * src/classes/table.C 1.53:
19299: * src/include/pa_sql_connection.h 1.3:
19300: * src/main/pa_sql_driver_manager.C 1.5:
19301: * src/sql/pa_sql_driver.h 1.3:
19302: sql ping
19303:
19304: * src/classes/table.C 1.55:
19305: * src/include/pa_string.h 1.72:
19306: * src/main/pa_string.C 1.71:
19307: * src/main/untaint.C 1.35:
19308: z
19309:
19310: * src/classes/file.C 1.19:
19311: * src/classes/root.C 1.61:
19312: * src/classes/string.C 1.36:
19313: * src/classes/table.C 1.56:
19314: * src/main/pa_request.C 1.97:
19315: junction to code&expression in errors
19316:
19317: * src/include/pa_config_fixed.h 1.2:
19318: * src/include/pa_config_includes.h 1.2:
19319: * src/include/pa_hash.h 1.35:
19320: * src/include/pa_string.h 1.73:
19321: * src/main/pa_hash.C 1.31:
19322: * src/main/pa_table.C 1.26:
19323: hash now not thread-safe.
19324:
19325: 2001-04-04 paf
19326: * src/include/pa_sql_driver.h 1.4:
19327: mysql connect
19328:
19329: * src/classes/random.C 1.3:
19330: * src/classes/root.C 1.56:
19331: * src/classes/table.C 1.49:
19332: * src/include/pa_globals.h 1.36:
19333: * src/include/pa_pool.h 1.48:
19334: * src/include/pa_request.h 1.76:
19335: * src/main/pa_request.C 1.94:
19336: * src/types/pa_vclass.h 1.12:
19337: sql frame -10
19338:
19339: * src/Makefile.am 1.4:
19340: * src/classes/root.C 1.57:
19341: * src/classes/string.C 1.35:
19342: * src/classes/table.C 1.50:
19343: * src/include/pa_globals.h 1.37:
19344: * src/include/pa_hash.h 1.34:
19345: * src/include/pa_pool.h 1.49:
19346: * src/include/pa_request.h 1.77:
19347: * src/include/pa_sapi.h 1.4:
19348: * src/include/pa_string.h 1.70:
19349: * src/include/pa_table.h 1.29:
19350: * src/main/main.dsp 1.74:
19351: * src/main/pa_globals.C 1.42:
19352: * src/main/pa_hash.C 1.30:
19353: * src/main/pa_request.C 1.95:
19354: * src/main/pa_string.C 1.69:
19355: * src/main/pa_table.C 1.25:
19356: * src/main/untaint.C 1.32:
19357: connect&sql -1000 just compiled
19358:
19359: * src/sql/Makefile.am 1.1:
19360: forgot to add mysql client
19361:
19362: * src/classes/root.C 1.58:
19363: * src/include/pa_sql_driver.h 1.2:
19364: * src/include/pa_sql_driver_manager.h 1.2:
19365: * src/main/main.dsp 1.75:
19366: * src/main/pa_sql_driver_manager.C 1.2:
19367: more manager&connection&driver
19368:
19369: * src/include/pa_sql_driver.h 1.3:
19370: mysql info
19371:
19372: * src/doc/doxygen.cfg 1.2:
19373: z
19374:
19375: * src/include/pa_sql_driver.h 1.1:
19376: * src/include/pa_sql_driver_manager.h 1.1:
19377: * src/main/pa_sql_driver_manager.C 1.1:
19378: connect&sql -1000 just compiled [forgot to add libltdl, added]
19379:
19380: 2001-04-03 paf
19381: * src/classes/file.C 1.18:
19382: * src/classes/string.C 1.32:
19383: * src/classes/table.C 1.48:
19384: * src/include/pa_string.h 1.69:
19385: * src/main/pa_common.C 1.39:
19386: * src/main/pa_string.C 1.68:
19387: * src/main/untaint.C 1.31:
19388: string:match replace 2. string.cstr(forced lang)
19389:
19390: * src/classes/string.C 1.30:
19391: string:match replace 0
19392:
19393: * src/classes/string.C 1.34:
19394: * src/types/pa_vform.C 1.19:
19395: string:match replace assigned lang
19396:
19397: * src/classes/string.C 1.31:
19398: * src/include/pa_string.h 1.68:
19399: * src/main/pa_string.C 1.67:
19400: string:match replace strange matches
19401:
19402: * src/classes/table.C 1.46:
19403: table:append now uses string::split
19404:
19405: * src/include/pa_globals.h 1.33:
19406: * src/include/pa_hash.h 1.33:
19407: * src/main/pa_globals.C 1.39:
19408: * src/main/pa_request.C 1.92:
19409: * src/targets/cgi/parser3.C 1.55:
19410: * src/targets/isapi/parser3isapi.C 1.22:
19411: * src/types/pa_vfile.C 1.11:
19412: content-disposition
19413:
19414: * src/classes/string.C 1.25:
19415: * src/include/pa_globals.h 1.34:
19416: * src/include/pa_string.h 1.64:
19417: * src/main/main.dsp 1.73:
19418: * src/main/pa_globals.C 1.40:
19419: * src/main/pa_string.C 1.62:
19420: string:match [search] -1 just compiled
19421:
19422: * src/classes/string.C 1.26:
19423: * src/include/pa_globals.h 1.35:
19424: * src/include/pa_string.h 1.65:
19425: * src/include/pa_threads.h 1.12:
19426: * src/main/pa_globals.C 1.41:
19427: * src/main/pa_string.C 1.63:
19428: * src/targets/isapi/parser3isapi.dsp 1.9:
19429: string:match 0
19430:
19431: * src/main/pa_common.C 1.37:
19432: * src/main/untaint.C 1.30:
19433: * src/targets/cgi/parser3.C 1.56:
19434: * src/targets/isapi/parser3isapi.C 1.23:
19435: * src/targets/isapi/pool_storage.h 1.4:
19436: todo/tests
19437:
19438: * src/classes/file.C 1.15:
19439: * src/classes/root.C 1.54:
19440: * src/classes/string.C 1.23:
19441: * src/classes/table.C 1.44:
19442: * src/doc/doxygen.cmd 1.1:
19443: * src/doc/doxygen.txt 1.2:
19444: * src/doc/generate.cmd 1.2:
19445: * src/include/pa_array.h 1.34:
19446: * src/include/pa_request.h 1.74:
19447: * src/include/pa_string.h 1.62:
19448: * src/main/execute.C 1.136:
19449: * src/main/pa_string.C 1.60:
19450: * src/main/untaint.C 1.29:
19451: * src/targets/cgi/parser3.C 1.52:
19452: * src/types/pa_vcookie.C 1.15:
19453: string::pos & cmp & piece bugs fixed.
19454: string::split new
19455: table:load separated from set
19456: table:set implemented with clean \n \t searches
19457:
19458: * src/include/pa_common.h 1.31:
19459: * src/include/pa_globals.h 1.32:
19460: * src/main/pa_globals.C 1.38:
19461: * src/main/pa_request.C 1.91:
19462: * src/targets/cgi/parser3.C 1.54:
19463: * src/targets/isapi/parser3isapi.C 1.21:
19464: * src/types/pa_value.h 1.43:
19465: main:post-process
19466:
1.24 paf 19467: * src/classes/string.C 1.27:
19468: * src/include/pa_string.h 1.66:
19469: * src/main/pa_string.C 1.64:
19470: string:match replace -11
19471:
1.15 paf 19472: * src/classes/file.C 1.16:
19473: * src/classes/table.C 1.45:
19474: * src/include/pa_common.h 1.32:
19475: * src/main/compile_tools.C 1.34:
19476: * src/main/pa_common.C 1.38:
19477: * src/main/pa_request.C 1.93:
19478: * src/types/pa_vform.C 1.20:
19479: * src/types/pa_vstring.C 1.1:
19480: z
19481:
19482: * src/include/pa_common.h 1.30:
19483: * src/include/pa_request.h 1.75:
19484: * src/include/pa_sapi.h 1.3:
19485: * src/main/main.dsp 1.72:
19486: * src/main/pa_common.C 1.36:
19487: * src/main/pa_request.C 1.90:
19488: * src/targets/cgi/parser3.C 1.53:
19489: * src/types/pa_value.h 1.42:
19490: * src/types/pa_vfile.C 1.10:
19491: * src/types/pa_vfile.h 1.16:
19492: * src/types/pa_vstring.h 1.20:
19493: vfile in response:body
19494:
19495: * src/classes/string.C 1.28:
19496: * src/include/pa_string.h 1.67:
19497: * src/main/pa_string.C 1.65:
19498: string:match replace prepared
19499:
19500: * src/classes/string.C 1.33:
19501: * src/main/compile.y 1.123:
19502: grammar: fixed to allow {}[]< empty []
19503:
19504: * src/classes/double.C 1.20:
19505: * src/classes/file.C 1.17:
19506: * src/classes/form.C 1.3:
19507: * src/classes/int.C 1.18:
19508: * src/classes/response.C 1.6:
19509: * src/classes/root.C 1.55:
19510: * src/classes/string.C 1.24:
19511: * src/classes/table.C 1.47:
19512: * src/include/pa_string.h 1.63:
19513: * src/main/pa_string.C 1.61:
19514: string:match -10 [frame]
19515:
19516: * src/classes/string.C 1.29:
19517: * src/main/pa_string.C 1.66:
19518: string:match replace prepared 2
19519:
19520: 2001-04-02 paf
19521: * src/classes/_random.h 1.1:
19522: * src/classes/random.C 1.1:
19523: * src/include/pa_globals.h 1.31:
19524: * src/main/main.dsp 1.71:
19525: * src/main/pa_globals.C 1.37:
19526: * src/main/pa_request.C 1.89:
19527: * src/types/pa_value.h 1.40:
19528: random:generate
19529:
19530: * src/classes/table.C 1.42:
19531: * src/include/pa_array.h 1.33:
19532: * src/include/pa_string.h 1.60:
19533: * src/include/pa_table.h 1.28:
19534: * src/main/execute.C 1.135:
19535: * src/types/pa_value.h 1.41:
19536: table:join
19537:
19538: * src/classes/table.C 1.43:
19539: * src/include/pa_string.h 1.61:
19540: * src/main/pa_string.C 1.59:
19541: * src/types/pa_valiased.C 1.6:
19542: * src/types/pa_valiased.h 1.12:
19543: * src/types/pa_vdouble.h 1.15:
19544: * src/types/pa_vfile.h 1.15:
19545: * src/types/pa_vint.h 1.16:
19546: * src/types/pa_vresponse.h 1.7:
19547: * src/types/pa_vstring.h 1.19:
19548: * src/types/pa_vtable.h 1.13:
19549: string::pos. about to use it in table:set/load
19550:
19551: * src/classes/random.C 1.2:
19552: random:generate 1
19553:
19554: 2001-03-30 paf
19555: * src/classes/double.C 1.19:
19556: * src/classes/file.C 1.14:
19557: * src/classes/int.C 1.17:
19558: * src/classes/response.C 1.5:
19559: * src/classes/root.C 1.53:
19560: * src/classes/string.C 1.22:
19561: * src/classes/table.C 1.40:
19562: * src/main/compile.y 1.122:
19563: * src/main/execute.C 1.134:
19564: * src/types/pa_value.h 1.39:
19565: * src/types/pa_vstateless_class.C 1.7:
19566: * src/types/pa_vstateless_class.h 1.9:
19567: static|dynamic|any method registration
19568:
19569: * src/classes/table.C 1.41:
19570: * src/include/pa_string.h 1.59:
19571: * src/main/pa_string.C 1.58:
19572: todo: table flip and append. string::pos
19573:
19574: 2001-03-29 paf
19575: * src/classes/string.C 1.14:
19576: * src/main/compile.y 1.120:
19577: * src/main/compile_tools.C 1.33:
19578: * src/main/compile_tools.h 1.36:
19579: * src/main/main.dsp 1.70:
19580: * src/types/pa_value.h 1.38:
19581: * src/types/pa_vstring.h 1.17:
19582: * src/types/pa_vunknown.h 1.8:
19583: empty params allowed. [] and [;] are different now.
19584:
19585: * src/include/pa_pool.h 1.46:
19586: * src/include/pa_request.h 1.72:
19587: * src/main/pa_request.C 1.86:
19588: * src/main/untaint.C 1.25:
19589: pool.request
19590:
19591: * src/classes/string.C 1.21:
19592: string:xsplit forgot that they must result in 1 row N column [
19593: not vice versa]
19594:
19595: * src/classes/string.C 1.17:
19596: * src/include/pa_string.h 1.57:
19597: * src/main/execute.C 1.133:
19598: * src/main/pa_array.C 1.30:
19599: * src/main/pa_string.C 1.56:
19600: * src/types/pa_vtable.h 1.12:
19601: string: lsplit -1
19602:
19603: * src/classes/string.C 1.16:
19604: * src/include/pa_string.h 1.55:
19605: * src/main/pa_string.C 1.54:
19606: string: pos -1
19607:
19608: * src/classes/string.C 1.18:
19609: * src/include/pa_string.h 1.58:
19610: * src/main/pa_string.C 1.57:
19611: string: lsplit
19612:
19613: * src/include/pa_pool.h 1.47:
19614: * src/include/pa_request.h 1.73:
19615: * src/main/pa_request.C 1.87:
19616: * src/main/untaint.C 1.26:
19617: pool.request undone
19618:
19619: * src/classes/string.C 1.20:
19620: z
19621:
19622: * src/include/pa_string.h 1.56:
19623: * src/main/pa_string.C 1.55:
19624: * src/main/untaint.C 1.28:
19625: string: pos
19626:
19627: * src/classes/string.C 1.15:
19628: * src/classes/table.C 1.38:
19629: * src/include/pa_string.h 1.54:
19630: * src/main/compile.y 1.121:
19631: * src/main/pa_request.C 1.88:
19632: * src/main/pa_string.C 1.53:
19633: * src/main/untaint.C 1.27:
19634: string: left right mid
19635:
19636: * src/classes/file.C 1.13:
19637: * src/classes/table.C 1.39:
19638: * src/include/pa_table.h 1.27:
19639: * src/main/pa_table.C 1.24:
19640: * src/types/pa_vstring.h 1.18:
19641: * src/types/pa_wwrapper.h 1.6:
19642: table:flip
19643:
19644: * src/classes/string.C 1.19:
19645: string: rsplit
19646:
19647: 2001-03-28 paf
19648: * src/classes/file.C 1.12:
19649: * src/include/pa_globals.h 1.30:
19650: * src/include/pa_request.h 1.71:
19651: * src/targets/cgi/parser3.C 1.51:
19652: * src/targets/isapi/parser3isapi.C 1.20:
19653: * src/types/pa_value.h 1.37:
19654: * src/types/pa_vrequest.C 1.4:
19655: * src/types/pa_vunknown.h 1.7:
19656: $request:browser [.type .version]; unknown.get_double now = 0.
19657:
19658: * src/classes/table.C 1.36:
19659: * src/include/pa_array.h 1.32:
19660: * src/include/pa_hash.h 1.32:
19661: * src/include/pa_table.h 1.24:
19662: * src/main/pa_array.C 1.29:
19663: * src/main/pa_table.C 1.21:
19664: * src/types/pa_vtable.h 1.11:
19665: table:locate just compiled
19666:
19667: * src/classes/file.C 1.9:
19668: * src/include/pa_common.h 1.29:
19669: * src/main/pa_common.C 1.34:
19670: * src/types/pa_vfile.C 1.7:
19671: * src/types/pa_vfile.h 1.12:
19672: started file:load. wrong write. must be self.set
19673:
19674: * src/classes/file.C 1.8:
19675: * src/classes/root.C 1.52:
19676: * src/classes/table.C 1.37:
19677: * src/include/pa_table.h 1.25:
19678: * src/main/pa_table.C 1.22:
19679: table:locate1, file:test
19680:
19681: * src/classes/file.C 1.10:
19682: * src/main/execute.C 1.132:
19683: * src/main/pa_common.C 1.35:
19684: * src/main/untaint.C 1.24:
19685: * src/targets/cgi/parser3.C 1.50:
19686: * src/types/pa_vfile.C 1.8:
19687: * src/types/pa_vfile.h 1.13:
19688: * src/types/pa_vform.C 1.17:
19689: file:load 1. tainted
19690:
19691: * src/classes/file.C 1.11:
19692: * src/include/pa_globals.h 1.29:
19693: * src/include/pa_request.h 1.70:
19694: * src/include/pa_table.h 1.26:
19695: * src/main/pa_globals.C 1.36:
19696: * src/main/pa_request.C 1.85:
19697: * src/main/pa_table.C 1.23:
19698: * src/types/pa_vfile.C 1.9:
19699: * src/types/pa_vfile.h 1.14:
19700: * src/types/pa_vform.C 1.18:
19701: file:load autodetection of mime-type by user-file-name
19702:
19703: 2001-03-27 paf
19704: * src/classes/double.C 1.18:
19705: * src/classes/int.C 1.16:
19706: * src/classes/root.C 1.51:
19707: * src/classes/string.C 1.13:
19708: * src/classes/table.C 1.34:
19709: * src/main/compile_tools.C 1.32:
19710: * src/main/execute.C 1.128:
19711: * src/main/pa_request.C 1.84:
19712: * src/main/untaint.C 1.23:
19713: * src/types/pa_value.h 1.35:
19714: * src/types/pa_vbool.h 1.6:
19715: * src/types/pa_vcookie.C 1.14:
19716: * src/types/pa_vdouble.h 1.14:
19717: * src/types/pa_vfile.h 1.11:
19718: * src/types/pa_vint.h 1.15:
19719: * src/types/pa_vmframe.h 1.9:
19720: * src/types/pa_vstring.h 1.16:
19721: * src/types/pa_vtable.h 1.10:
19722: * src/types/pa_vunknown.h 1.6:
19723: sort 0
19724:
19725: * src/classes/table.C 1.31:
19726: * src/include/pa_common.h 1.27:
19727: * src/main/compile.y 1.117:
19728: * src/main/execute.C 1.127:
19729: * src/main/pa_common.C 1.31:
19730: * src/main/pa_table.C 1.20:
19731: table:save decided to have as it were. stepped back.
19732: grammar: added 'in' 'is' 'lt'&co follow-space check
19733:
19734: * src/main/compile.y 1.119:
19735: fixed minor bug in @mn[][] ...^{
19736:
19737: * src/main/execute.C 1.130:
19738: * src/types/pa_value.h 1.36:
19739: * src/types/pa_vmframe.h 1.10:
19740: * src/types/pa_wcontext.h 1.8:
19741: fixed r/w context of code-params
19742:
19743: * src/classes/table.C 1.33:
19744: * src/main/pa_common.C 1.32:
19745: * src/main/pa_request.C 1.83:
19746: * src/targets/cgi/parser3.C 1.49:
19747: * src/types/pa_value.h 1.34:
19748: * src/types/pa_vbool.h 1.5:
19749: * src/types/pa_vdouble.h 1.12:
19750: * src/types/pa_vfile.h 1.9:
19751: * src/types/pa_vint.h 1.13:
19752: * src/types/pa_vstring.h 1.14:
19753: * src/types/pa_vunknown.h 1.5:
19754: continue on sort
19755:
19756: * src/types/pa_valiased.C 1.5:
19757: * src/types/pa_valiased.h 1.11:
19758: * src/types/pa_vdouble.h 1.13:
19759: * src/types/pa_vfile.h 1.10:
19760: * src/types/pa_vint.h 1.14:
19761: * src/types/pa_vresponse.h 1.6:
19762: * src/types/pa_vstring.h 1.15:
19763: * src/types/pa_vtable.h 1.9:
19764: renamed to are_static_calls_disabled
19765:
19766: * src/main/execute.C 1.131:
19767: * src/main/pa_common.C 1.33:
19768: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
19769:
19770: * src/classes/table.C 1.35:
19771: * src/main/execute.C 1.129:
19772: about to change junction rcontext!!
19773:
19774: * src/classes/table.C 1.32:
19775: * src/include/pa_common.h 1.28:
19776: * src/main/compile.y 1.118:
19777: started table:sort
19778: fixed minor bug in #...^{
19779:
19780: 2001-03-26 paf
19781: * src/classes/file.C 1.7:
19782: * src/classes/root.C 1.50:
19783: * src/classes/table.C 1.30:
19784: * src/include/pa_common.h 1.26:
19785: * src/include/pa_globals.h 1.28:
19786: * src/include/pa_table.h 1.23:
19787: * src/main/pa_common.C 1.30:
19788: * src/main/pa_globals.C 1.35:
19789: * src/main/pa_request.C 1.82:
19790: * src/main/pa_table.C 1.19:
19791: moved ::save to pa_table.
19792: disabled @auto invocation in ^process
19793:
19794: * src/classes/table.C 1.29:
19795: * src/include/pa_array.h 1.31:
19796: * src/include/pa_table.h 1.22:
19797: * src/main/pa_array.C 1.28:
19798: table:record
19799:
19800: * src/main/untaint.C 1.22:
19801: * src/targets/cgi/parser3.C 1.48:
19802: * src/targets/isapi/parser3isapi.C 1.19:
19803: * src/targets/isapi/parser3isapi.dsp 1.8:
19804: * src/targets/isapi/pool_storage.h 1.3:
19805: * src/types/pa_valiased.h 1.10:
19806: * src/types/pa_vcookie.C 1.13:
19807: * src/types/pa_vdouble.h 1.11:
19808: * src/types/pa_vfile.h 1.8:
19809: * src/types/pa_vint.h 1.12:
19810: * src/types/pa_vresponse.h 1.5:
19811: * src/types/pa_vstring.h 1.13:
19812: * src/types/pa_vtable.h 1.8:
19813: z
19814:
19815: * src/main/compile.y 1.116:
19816: grammar: [] 0params [;] 2 params (was 0)
19817:
19818: * src/include/pa_pool.h 1.45:
19819: * src/main/execute.C 1.126:
19820: * src/types/pa_valiased.C 1.4:
19821: * src/types/pa_valiased.h 1.9:
19822: * src/types/pa_value.h 1.33:
19823: * src/types/pa_vdouble.h 1.10:
19824: * src/types/pa_vfile.h 1.7:
19825: * src/types/pa_vint.h 1.11:
19826: * src/types/pa_vresponse.h 1.4:
19827: * src/types/pa_vstring.h 1.12:
19828: * src/types/pa_vtable.h 1.7:
19829: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
19830: allowed no checks in native method realisations on 'self' validity -
19831: they now can simply assume that 'self' is V{Proper} .
19832:
19833: 2001-03-25 paf
19834: * src/classes/table.C 1.26:
19835: * src/include/pa_globals.h 1.27:
19836: * src/include/pa_string.h 1.52:
19837: * src/include/pa_table.h 1.20:
19838: * src/main/compile.y 1.114:
19839: * src/main/compile_tools.C 1.31:
19840: * src/main/compile_tools.h 1.35:
19841: * src/main/pa_globals.C 1.32:
19842: * src/main/pa_request.C 1.79:
19843: * src/main/pa_string.C 1.52:
19844: * src/main/pa_table.C 1.17:
19845: * src/main/untaint.C 1.15:
19846: * src/types/pa_vcookie.h 1.7:
19847: typo & typo-default
19848:
19849: * src/main/pa_globals.C 1.34:
19850: * src/main/untaint.C 1.19:
19851: html-typo - moved all processing to table [except preliminary \
19852: \n \r \n replacements to "\n"]
19853:
19854: * src/main/untaint.C 1.16:
19855: typo \r \r\n \n properly handled
19856:
19857: * src/classes/table.C 1.27:
19858: * src/include/pa_table.h 1.21:
19859: * src/main/pa_globals.C 1.33:
19860: * src/main/pa_table.C 1.18:
19861: * src/main/untaint.C 1.17:
19862: returned table originating. useful for reporting typo table
19863: problems origin. think would be useful somewhere else
19864:
19865: * src/classes/table.C 1.28:
19866: * src/main/untaint.C 1.18:
19867: html-typo - decided to move all the processing to table
19868:
19869: * src/main/pa_request.C 1.80:
19870: table empty lines ignored. system-default content type assigned
19871: in output:result [can fail in main:auto and skipped normal
19872: defaults extraction]
19873:
19874: * src/include/pa_string.h 1.53:
19875: * src/main/compile.y 1.115:
19876: #comment fixed minor bug
19877:
19878: * src/main/pa_request.C 1.81:
19879: * src/main/untaint.C 1.20:
19880: moved default typo-table to lowlevel - it initialization could
19881: be skipped if failed in @auto. so that exception report would
19882: use some table
19883:
19884: * src/main/untaint.C 1.21:
19885: z
19886:
19887: 2001-03-24 paf
19888: * src/main/pa_globals.C 1.28:
19889: * src/types/pa_vclass.C 1.6:
19890: * src/types/pa_vclass.h 1.11:
19891: * src/types/pa_vstateless_class.C 1.6:
19892: * src/types/pa_vstateless_class.h 1.8:
19893: thrown away freeze mech.
19894: no danger now for you can't do ^request:process[@new-method[]
19895: body]
19896: trick anymore.
19897: still remains $some_instance.process[@new-method[]
19898: possibility]
19899: but would leave it as a feature.
19900: see index for sample
19901:
19902: * src/include/pa_string.h 1.51:
19903: * src/main/pa_string.C 1.51:
19904: * src/main/untaint.C 1.14:
19905: * src/targets/cgi/parser3.C 1.47:
19906: html-typo 2
19907:
19908: * src/include/pa_array.h 1.29:
19909: * src/include/pa_hash.h 1.31:
19910: * src/include/pa_request.h 1.67:
19911: * src/main/compile.y 1.110:
19912: * src/main/pa_array.C 1.26:
19913: * src/main/pa_common.C 1.25:
19914: * src/main/pa_hash.C 1.29:
19915: * src/main/pa_request.C 1.73:
19916: * src/types/pa_vcookie.C 1.12:
19917: cyclic uses ignored. defaulted default content-type
19918:
19919: * src/doc/doxygen.cfg 1.1:
19920: * src/doc/doxygen.txt 1.1:
19921: * src/doc/generate.cmd 1.1:
19922: * src/doc/view.cmd 1.1:
19923: * src/include/pa_array.h 1.30:
19924: * src/include/pa_globals.h 1.26:
19925: * src/include/pa_pool.h 1.44:
19926: * src/include/pa_string.h 1.50:
19927: * src/include/pa_table.h 1.19:
19928: * src/main/execute.C 1.125:
19929: * src/main/pa_array.C 1.27:
19930: * src/main/pa_globals.C 1.31:
19931: * src/main/pa_request.C 1.78:
19932: * src/main/pa_string.C 1.50:
19933: * src/main/untaint.C 1.13:
19934: * src/targets/cgi/parser3.C 1.46:
19935: * src/targets/isapi/parser3isapi.C 1.18:
19936: * src/types/pa_value.h 1.32:
19937: * src/types/pa_vtable.h 1.6:
19938: html-typo 0
19939: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
19940: html-typo sample. detected << problem: they become ltlt too fast
19941:
19942: * src/classes/file.C 1.6:
19943: * src/classes/root.C 1.49:
19944: * src/classes/table.C 1.25:
19945: * src/include/pa_common.h 1.25:
19946: * src/include/pa_request.h 1.69:
19947: * src/main/compile.y 1.111:
19948: * src/main/pa_common.C 1.28:
19949: * src/main/pa_request.C 1.77:
19950: * src/main/pa_string.C 1.49:
19951: * src/targets/isapi/parser3isapi.C 1.17:
19952: * src/types/pa_vfile.h 1.6:
19953: file_read stringified
19954:
19955: * src/include/pa_sapi.h 1.2:
19956: * src/main/pa_common.C 1.27:
19957: * src/main/pa_request.C 1.76:
19958: * src/targets/cgi/parser3.C 1.44:
19959: * src/targets/isapi/nt_log_events.mc 1.1:
19960: * src/targets/isapi/parser3isapi.C 1.16:
19961: * src/targets/isapi/parser3isapi.dsp 1.6:
19962: 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.
19963: isapi: used HSE_APPEND_LOG_PARAMETER feature
19964:
19965: * src/types/pa_valiased.C 1.3:
19966: decided to String-ify file_read
19967:
19968: * src/targets/cgi/parser3.C 1.45:
19969: * src/targets/isapi/nt_log_events.mc 1.2:
19970: * src/targets/isapi/parser3isapi.dsp 1.7:
19971: cgi: sapi::log
19972:
19973: * src/main/compile.y 1.109:
19974: * src/main/execute.C 1.124:
19975: * src/main/main.dsp 1.69:
19976: @CLASS equals @BASE. sanity
19977:
19978: * src/include/pa_common.h 1.22:
19979: * src/main/pa_common.C 1.23:
19980: * src/main/pa_request.C 1.72:
19981: * src/targets/cgi/parser3.C 1.42:
19982: * src/targets/isapi/pool_storage.h 1.2:
19983: * src/types/pa_vform.C 1.16:
19984: * src/types/pa_vform.h 1.14:
19985: auto.p monkey
19986:
19987: * src/include/pa_common.h 1.24:
19988: * src/include/pa_globals.h 1.25:
19989: * src/main/pa_common.C 1.26:
19990: * src/main/pa_globals.C 1.30:
19991: * src/main/pa_request.C 1.75:
19992: * src/targets/isapi/parser3isapi.C 1.15:
19993: fixed default content-type allocation storage
19994:
1.24 paf 19995: * src/include/pa_globals.h 1.24:
19996: * src/include/pa_request.h 1.68:
19997: * src/main/compile.y 1.113:
19998: * src/main/pa_common.C 1.29:
19999: * src/main/pa_globals.C 1.29:
20000: * src/main/pa_request.C 1.74:
20001: z
20002:
1.15 paf 20003: * src/include/pa_common.h 1.23:
20004: * src/main/pa_common.C 1.24:
20005: * src/targets/cgi/parser3.C 1.43:
20006: * src/targets/isapi/parser3isapi.C 1.14:
20007: auto.p monkey every target
20008:
20009: * src/main/compile.y 1.112:
20010: * src/main/compile_tools.h 1.34:
20011: #comment
20012:
20013: 2001-03-23 paf
20014: * src/classes/root.C 1.48:
20015: * src/classes/table.C 1.24:
20016: * src/include/pa_common.h 1.21:
20017: * src/include/pa_config_fixed.h 1.1:
20018: * src/include/pa_config_includes.h 1.1:
20019: * src/include/pa_string.h 1.49:
20020: * src/include/pa_threads.h 1.11:
20021: * src/include/pa_types.h 1.23:
20022: * src/include/pa_version.h 1.1:
20023: * src/main/compile.y 1.108:
20024: * src/main/execute.C 1.123:
20025: * src/main/pa_array.C 1.25:
20026: * src/main/pa_common.C 1.22:
20027: * src/main/pa_hash.C 1.28:
20028: * src/main/pa_pool.C 1.17:
20029: * src/main/pa_request.C 1.70:
20030: * src/main/pa_string.C 1.48:
20031: * src/main/untaint.C 1.12:
20032: * src/targets/cgi/parser3.C 1.40:
20033: * src/targets/isapi/parser3isapi.C 1.10:
20034: * src/types/pa_vfile.C 1.6:
20035: * src/types/pa_vform.C 1.15:
20036: cgi: reinvent document_root and request_uri under iis. autoconf
20037: updated. introducing ap_config_includes
20038:
20039: * src/targets/cgi/parser3.C 1.41:
20040: * src/targets/isapi/parser3isapi.C 1.12:
20041: isapi: think it would be better to rewrite as filter then to
20042: deal with pool
20043:
20044: * src/targets/cgi/parser3.C 1.39:
20045: cgi: reinvent document_root under iis
20046:
20047: * src/include/pa_globals.h 1.22:
20048: * src/main/pa_request.C 1.68:
20049: * src/targets/cgi/parser3.C 1.36:
20050: * src/targets/cgi/parser3.dsp 1.12:
20051: * src/targets/isapi/parser3isapi.C 1.8:
20052: * src/types/pa_vcookie.C 1.10:
20053: * src/types/pa_venv.h 1.12:
20054: * src/types/pa_vform.C 1.13:
20055: all: sapi beauty
20056:
20057: * src/main/pa_request.C 1.67:
20058: * src/targets/cgi/parser3.C 1.35:
20059: * src/targets/isapi/parser3isapi.C 1.7:
20060: * src/targets/isapi/parser3isapi.dsp 1.4:
20061: isapi minor env beauty
20062:
20063: * src/include/pa_globals.h 1.23:
20064: * src/include/pa_sapi.h 1.1:
20065: * src/main/main.dsp 1.67:
20066: * src/main/pa_globals.C 1.27:
20067: * src/main/pa_request.C 1.69:
20068: * src/targets/cgi/parser3.C 1.37:
20069: * src/targets/isapi/parser3isapi.C 1.9:
20070: * src/types/pa_vcookie.C 1.11:
20071: * src/types/pa_venv.h 1.13:
20072: * src/types/pa_vform.C 1.14:
20073: sapi made object
20074:
20075: * src/include/pa_pool.h 1.43:
20076: * src/main/pa_request.C 1.71:
20077: * src/targets/cgi/pa_pool.C 1.3:
20078: * src/targets/isapi/pa_pool.C 1.3:
20079: * src/targets/isapi/parser3isapi.C 1.13:
20080: * src/targets/isapi/parser3isapi.dsp 1.5:
20081: * src/targets/isapi/pool_storage.h 1.1:
20082: isapi: dumb pool storage
20083:
20084: * src/main/main.dsp 1.68:
20085: * src/targets/isapi/parser3isapi.C 1.11:
20086: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
20087:
20088: * src/targets/isapi/pa_pool.C 1.2:
20089: decided to continue with extension
20090:
20091: * src/targets/cgi/parser3.C 1.38:
20092: cgi: only one pool now
20093:
20094: 2001-03-22 paf
20095: * src/main/pa_request.C 1.66:
20096: * src/targets/cgi/parser3.C 1.34:
20097: * src/targets/isapi/parser3isapi.C 1.6:
20098: * src/targets/isapi/parser3isapi.dsp 1.3:
20099: isapi document_root 0
20100:
20101: * src/types/pa_vcookie.C 1.8:
20102: cookie attr decoded
20103:
20104: * src/include/pa_pool.h 1.40:
20105: * src/targets/cgi/pa_pool.C 1.2:
20106: * src/targets/cgi/parser3.C 1.31:
20107: * src/targets/cgi/parser3.dsp 1.11:
20108: * src/targets/isapi/pa_pool.C 1.1:
20109: * src/targets/isapi/parser3isapi.C 1.1:
20110: * src/targets/isapi/parser3isapi.def 1.1:
20111: * src/targets/isapi/parser3isapi.dsp 1.1:
20112: started isapi
20113:
20114: * src/targets/isapi/parser3isapi.C 1.5:
20115: isapi keep-alive
20116:
20117: * src/targets/isapi/KILL.EXE 1.1:
20118: * src/targets/isapi/PSTAT.EXE 1.1:
20119: * src/targets/isapi/istart.cmd 1.1:
20120: * src/targets/isapi/istop.cmd 1.1:
20121: * src/targets/isapi/kill.pl 1.1:
20122: isapi added utils
20123:
20124: * src/include/pa_pool.h 1.41:
20125: * src/main/pa_pool.C 1.16:
20126: * src/targets/cgi/parser3.C 1.32:
20127: * src/targets/isapi/parser3isapi.C 1.2:
20128: * src/targets/isapi/parser3isapi.dsp 1.2:
20129: * src/types/pa_vform.C 1.12:
20130: isapi 0
20131:
20132: * src/include/pa_globals.h 1.20:
20133: * src/include/pa_request.h 1.66:
20134: * src/include/pa_types.h 1.22:
20135: * src/main/pa_globals.C 1.26:
20136: * src/main/pa_request.C 1.63:
20137: * src/targets/cgi/parser3.C 1.30:
20138: * src/types/pa_vcookie.C 1.9:
20139: config of auto.p path: parser_root_auto_path parser_site_auto_path
20140:
20141: * src/targets/cgi/vform_fields_fill.C 1.2:
20142: * src/targets/cgi/vform_fields_fill.h 1.2:
20143: * src/targets/isapi/parser3isapi.C 1.4:
20144: z
20145:
20146: * src/include/pa_globals.h 1.21:
20147: * src/main/pa_common.C 1.21:
20148: * src/main/pa_request.C 1.64:
20149: some comments
20150:
20151: * src/include/pa_pool.h 1.42:
20152: * src/main/pa_request.C 1.65:
20153: * src/targets/cgi/parser3.C 1.33:
20154: * src/targets/isapi/parser3isapi.C 1.3:
20155: isapi 1
20156:
20157: 2001-03-21 paf
20158: * src/include/pa_globals.h 1.18:
20159: * src/targets/cgi/parser3.C 1.28:
20160: * src/types/pa_venv.h 1.11:
20161: in cookie & env. todo:post
20162:
20163: * src/Makefile.am 1.3:
20164: * src/classes/Makefile.am 1.2:
20165: * src/classes/file.C 1.5:
20166: * src/classes/root.C 1.47:
20167: * src/classes/table.C 1.23:
20168: * src/include/pa_array.h 1.28:
20169: * src/include/pa_common.h 1.20:
20170: * src/include/pa_globals.h 1.17:
20171: * src/include/pa_pool.h 1.39:
20172: * src/include/pa_request.h 1.65:
20173: * src/include/pa_string.h 1.48:
20174: * src/main/Makefile.am 1.8:
20175: * src/main/compile.y 1.107:
20176: * src/main/execute.C 1.122:
20177: * src/main/main.dsp 1.66:
20178: * src/main/pa_common.C 1.20:
20179: * src/main/pa_globals.C 1.25:
20180: * src/main/pa_request.C 1.62:
20181: * src/main/pa_string.C 1.47:
20182: * src/main/pa_table.C 1.16:
20183: * src/main/untaint.C 1.11:
20184: * src/targets/Makefile.am 1.4:
20185: * src/targets/cgi/Makefile.am 1.2:
20186: * src/targets/cgi/parser3.C 1.27:
20187: * src/targets/cgi/parser3.dsp 1.10:
20188: * src/types/Makefile.am 1.2:
20189: * src/types/pa_vcookie.C 1.7:
20190: * src/types/pa_vform.C 1.11:
20191: * src/types/pa_vstring.h 1.11:
20192: * src/types/pa_wwrapper.h 1.5:
20193: shifted apache branch on main trunc
20194:
20195: * src/targets/cgi/parser3.C 1.29:
20196: z
20197:
20198: * src/include/pa_common.h [automake_update] 1.19.2.2:
20199: * src/include/pa_globals.h [automake_update] 1.16.2.1:
20200: * src/include/pa_pool.h [automake_update] 1.38.2.1:
20201: * src/include/pa_request.h [automake_update] 1.64.2.4:
20202: * src/main/main.dsp [automake_update] 1.65.2.1:
20203: * src/main/pa_common.C [automake_update] 1.19.2.5:
20204: * src/main/pa_request.C [automake_update] 1.61.2.3:
20205: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
20206: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
20207: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
20208: * src/types/pa_vform.C [automake_update] 1.10.2.1:
20209: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
20210: starting mod_parser3
20211:
20212: * src/include/pa_globals.h 1.19:
20213: post. todo: config of auto.p path
20214:
20215: 2001-03-20 paf
20216: * src/classes/Makefile.am 1.1:
20217: * src/types/Makefile.am 1.1:
20218: file Makefile.am was initially added on branch automake_update.
20219:
20220: * src/main/pa_common.C [automake_update] 1.19.2.4:
20221: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
20222: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
20223: automake compiled and works. todo:make win32 ifdefs work and
20224: add ifdef unistd
20225:
20226: * src/classes/Makefile.am [automake_update] 1.1.2.1:
20227: * src/classes/file.C 1.4:
20228: * src/classes/table.C 1.21:
20229: * src/classes/table.C [automake_update] 1.22.2.2:
20230: * src/include/pa_array.h 1.27:
20231: * src/include/pa_common.h 1.18:
20232: * src/include/pa_common.h [automake_update] 1.19.2.1:
20233: * src/include/pa_request.h 1.64:
20234: * src/include/pa_request.h [automake_update] 1.64.2.3:
20235: * src/include/pa_string.h 1.47:
20236: * src/include/pa_table.h 1.18:
20237: * src/include/pa_threads.h 1.10:
20238: * src/main/Makefile.am [automake_update] 1.7.16.3:
20239: * src/main/pa_common.C [automake_update] 1.19.2.3:
20240: * src/main/pa_globals.C 1.24:
20241: * src/main/pa_request.C [automake_update] 1.61.2.2:
20242: * src/main/pa_table.C [automake_update] 1.15.2.1:
20243: * src/main/untaint.C 1.10:
20244: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
20245: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
20246: * src/types/Makefile.am [automake_update] 1.1.2.1:
20247: * src/types/pa_valiased.h 1.8:
20248: * src/types/pa_value.h 1.31:
20249: * src/types/pa_vform.h 1.13:
20250: z
20251:
20252: * src/include/pa_request.h [automake_update] 1.64.2.2:
20253: * src/main/Makefile.am [automake_update] 1.7.16.2:
20254: * src/main/compile.y [automake_update] 1.106.2.1:
20255: * src/main/execute.C [automake_update] 1.121.2.2:
20256: * src/main/pa_common.C [automake_update] 1.19.2.2:
20257: * src/types/Makefile.am [automake_update] 1.1.2.2:
20258: removing locking
20259:
20260: * src/Makefile.am [automake_update] 1.2.16.1:
20261: * src/classes/file.C [automake_update] 1.4.2.1:
20262: * src/classes/root.C [automake_update] 1.46.2.1:
20263: * src/classes/table.C [automake_update] 1.22.2.1:
20264: * src/include/pa_array.h [automake_update] 1.27.2.1:
20265: * src/include/pa_request.h [automake_update] 1.64.2.1:
20266: * src/include/pa_string.h [automake_update] 1.47.2.1:
20267: * src/main/Makefile.am [automake_update] 1.7.16.1:
20268: * src/main/execute.C [automake_update] 1.121.2.1:
20269: * src/main/pa_common.C [automake_update] 1.19.2.1:
20270: * src/main/pa_globals.C [automake_update] 1.24.2.1:
20271: * src/main/pa_request.C [automake_update] 1.61.2.1:
20272: * src/main/pa_string.C [automake_update] 1.46.2.1:
20273: * src/main/untaint.C [automake_update] 1.10.2.1:
20274: * src/targets/Makefile.am [automake_update] 1.3.16.1:
20275: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
20276: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
20277: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
20278: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
20279: String::UL_
20280:
20281: * src/classes/table.C 1.22:
20282: * src/include/pa_common.h 1.19:
20283: * src/main/pa_common.C 1.19:
20284: * src/main/pa_request.C 1.61:
20285: * src/types/pa_vfile.h 1.5:
20286: ^table:save
20287:
20288: 2001-03-19 paf
20289: * src/classes/file.C 1.2:
20290: * src/classes/request.C 1.4:
20291: * src/classes/table.C 1.19:
20292: * src/include/pa_string.h 1.45:
20293: * src/main/main.dsp 1.61:
20294: * src/main/pa_pool.C 1.15:
20295: * src/main/pa_request.C 1.58:
20296: * src/main/untaint.C 1.9:
20297: * src/types/pa_value.h 1.27:
20298: * src/types/pa_vfile.C 1.2:
20299: * src/types/pa_vfile.h 1.2:
20300: * src/types/pa_vform.C 1.10:
20301: file 1
20302:
20303: * src/classes/table.C 1.17:
20304: * src/include/pa_pool.h 1.38:
20305: * src/include/pa_request.h 1.63:
20306: * src/include/pa_table.h 1.16:
20307: * src/include/pa_types.h 1.20:
20308: * src/main/execute.C 1.119:
20309: * src/main/pa_request.C 1.57:
20310: * src/targets/cgi/parser3.C 1.25:
20311: * src/types/pa_value.h 1.25:
20312: * src/types/pa_vclass.h 1.10:
20313: * src/types/pa_vform.C 1.8:
20314: * src/types/pa_vstateless_class.h 1.5:
20315: * src/types/pa_vstateless_object.h 1.4:
20316: ^table:set{default level: TABLE}
20317:
20318: * src/classes/_request.h 1.3:
20319: * src/classes/request.C 1.5:
20320: * src/main/pa_globals.C 1.22:
20321: * src/types/pa_vrequest.C 1.2:
20322: * src/types/pa_vrequest.h 1.6:
20323: VRequest moved to :VStateless_object
20324:
20325: * src/classes/_request.h 1.4:
20326: * src/classes/request.C 1.6:
20327: * src/main/main.dsp 1.65:
20328: * src/main/pa_globals.C 1.23:
20329: * src/types/pa_value.h 1.30:
20330: * src/types/pa_vform.h 1.12:
20331: * src/types/pa_vrequest.C 1.3:
20332: * src/types/pa_vrequest.h 1.7:
20333: VRequest moved to :Value
20334:
20335: * src/types/pa_valiased.h 1.4:
20336: * src/types/pa_vbool.h 1.4:
20337: doc: Value and it's derivates somehow unlinked. don't know why yet
20338:
20339: * src/classes/_env.h 1.6:
20340: * src/classes/_table.h 1.4:
20341: * src/classes/env.C 1.8:
20342: * src/classes/table.C 1.20:
20343: * src/main/execute.C 1.121:
20344: * src/main/main.dsp 1.63:
20345: * src/main/pa_globals.C 1.20:
20346: * src/main/pa_request.C 1.60:
20347: * src/types/pa_value.h 1.28:
20348: * src/types/pa_vcookie.C 1.6:
20349: * src/types/pa_vcookie.h 1.6:
20350: * src/types/pa_venv.h 1.10:
20351: VEnv is now :Value
20352:
20353: * src/targets/cgi/pa_vform.C 1.3:
20354: * src/types/pa_valiased.C 1.1:
20355: * src/types/pa_valiased.h 1.7:
20356: * src/types/pa_value.h 1.29:
20357: * src/types/pa_vstateless_class.C 1.5:
20358: * src/types/pa_vstateless_class.h 1.7:
20359: * src/types/pa_vstateless_object.h 1.7:
20360: moved common get_element part from stateless object&class into VAliased
20361:
20362: * src/classes/_file.h 1.2:
20363: * src/classes/file.C 1.3:
20364: * src/include/pa_types.h 1.21:
20365: * src/main/pa_globals.C 1.18:
20366: * src/main/pa_request.C 1.59:
20367: * src/targets/cgi/parser3.C 1.26:
20368: * src/types/pa_valiased.h 1.6:
20369: * src/types/pa_vfile.C 1.4:
20370: * src/types/pa_vfile.h 1.3:
20371: * src/types/pa_vstateless_class.h 1.6:
20372: * src/types/pa_vstateless_object.h 1.5:
20373: \ to / and ^file:save
20374:
20375: * src/classes/root.C 1.46:
20376: * src/classes/table.C 1.16:
20377: * src/main/pa_exception.C 1.7:
20378: * src/main/pa_request.C 1.53:
20379: * src/targets/cgi/parser3.C 1.24:
20380: * src/types/pa_vbool.h 1.3:
20381: * src/types/pa_vcookie.C 1.3:
20382: * src/types/pa_vcookie.h 1.3:
20383: * src/types/pa_vdouble.h 1.9:
20384: * src/types/pa_venv.h 1.8:
20385: * src/types/pa_vform.h 1.8:
20386: * src/types/pa_vint.h 1.10:
20387: * src/types/pa_vrequest.h 1.4:
20388: doc: detected Value derivates prob
20389:
20390: * src/include/code.h 1.25:
20391: * src/include/pa_array.h 1.25:
20392: * src/include/pa_pool.h 1.35:
20393: * src/include/pa_string.h 1.42:
20394: * src/include/pa_threads.h 1.8:
20395: * src/main/compile.C 1.32:
20396: * src/main/compile.y 1.105:
20397: * src/main/compile_tools.C 1.29:
20398: * src/main/compile_tools.h 1.32:
20399: * src/main/execute.C 1.117:
20400: * src/main/pa_array.C 1.23:
20401: * src/main/pa_common.C 1.15:
20402: * src/main/pa_exception.C 1.8:
20403: * src/main/pa_globals.C 1.15:
20404: * src/main/pa_hash.C 1.25:
20405: * src/main/pa_pool.C 1.13:
20406: * src/main/pa_request.C 1.54:
20407: * src/main/pa_string.C 1.45:
20408: * src/main/pa_table.C 1.14:
20409: * src/main/untaint.C 1.7:
20410: * src/types/pa_value.h 1.23:
20411: auto @brief
20412:
20413: * src/classes/_file.h 1.1:
20414: * src/classes/file.C 1.1:
20415: * src/classes/table.C 1.18:
20416: * src/include/pa_common.h 1.17:
20417: * src/include/pa_globals.h 1.16:
20418: * src/include/pa_string.h 1.44:
20419: * src/include/pa_table.h 1.17:
20420: * src/main/main.dsp 1.60:
20421: * src/main/pa_common.C 1.18:
20422: * src/main/pa_globals.C 1.17:
20423: * src/types/pa_value.h 1.26:
20424: * src/types/pa_vcookie.h 1.4:
20425: * src/types/pa_venv.h 1.9:
20426: * src/types/pa_vfile.C 1.1:
20427: * src/types/pa_vfile.h 1.1:
20428: * src/types/pa_vform.C 1.9:
20429: * src/types/pa_vform.h 1.9:
20430: * src/types/pa_vrequest.h 1.5:
20431: * src/types/pa_vtable.h 1.5:
20432: file class just compiled
20433:
20434: * src/types/pa_vfile.C 1.5:
20435: * src/types/pa_vfile.h 1.4:
20436: * src/types/pa_vstateless_object.h 1.6:
20437: vfile doxx
20438:
20439: * src/classes/_response.h 1.2:
20440: * src/classes/response.C 1.4:
20441: * src/main/pa_globals.C 1.21:
20442: * src/types/pa_vform.h 1.11:
20443: * src/types/pa_vresponse.h 1.3:
20444: VResponse moved to :VStateless_object
20445:
20446: * src/classes/_request.h 1.2:
20447: * src/classes/request.C 1.3:
20448: * src/include/code.h 1.24:
20449: * src/include/pa_array.h 1.24:
20450: * src/include/pa_common.h 1.15:
20451: * src/include/pa_exception.h 1.10:
20452: * src/include/pa_globals.h 1.13:
20453: * src/include/pa_hash.h 1.28:
20454: * src/include/pa_pool.h 1.34:
20455: * src/include/pa_request.h 1.61:
20456: * src/include/pa_stack.h 1.7:
20457: * src/include/pa_string.h 1.41:
20458: * src/include/pa_table.h 1.14:
20459: * src/include/pa_threads.h 1.7:
20460: * src/include/pa_types.h 1.17:
20461: * src/main/execute.C 1.116:
20462: * src/main/pa_pool.C 1.12:
20463: * src/main/pa_request.C 1.52:
20464: * src/main/pa_string.C 1.44:
20465: * src/main/untaint.C 1.6:
20466: * src/targets/cgi/parser3.C 1.23:
20467: * src/types/pa_value.h 1.22:
20468: * src/types/pa_vform.C 1.7:
20469: doxygen include/, Value
20470:
20471: * src/include/code.h 1.26:
20472: * src/include/pa_array.h 1.26:
20473: * src/include/pa_common.h 1.16:
20474: * src/include/pa_exception.h 1.11:
20475: * src/include/pa_globals.h 1.14:
20476: * src/include/pa_globals.h 1.15:
20477: * src/include/pa_hash.h 1.29:
20478: * src/include/pa_pool.h 1.36:
20479: * src/include/pa_pool.h 1.37:
20480: * src/include/pa_request.h 1.62:
20481: * src/include/pa_stack.h 1.8:
20482: * src/include/pa_string.h 1.43:
20483: * src/include/pa_string.h 1.46:
20484: * src/include/pa_table.h 1.15:
20485: * src/include/pa_threads.h 1.9:
20486: * src/include/pa_types.h 1.18:
20487: * src/main/compile.C 1.33:
20488: * src/main/compile.y 1.106:
20489: * src/main/compile_tools.C 1.30:
20490: * src/main/compile_tools.h 1.33:
20491: * src/main/execute.C 1.118:
20492: * src/main/pa_array.C 1.24:
20493: * src/main/pa_common.C 1.16:
20494: * src/main/pa_exception.C 1.9:
20495: * src/main/pa_globals.C 1.16:
20496: * src/main/pa_hash.C 1.26:
20497: * src/main/pa_pool.C 1.14:
20498: * src/main/pa_request.C 1.55:
20499: * src/main/pa_string.C 1.46:
20500: * src/main/pa_table.C 1.15:
20501: * src/main/untaint.C 1.8:
20502: * src/types/pa_valiased.h 1.5:
20503: * src/types/pa_value.h 1.24:
20504: * src/types/pa_vfile.C 1.3:
20505: z
20506:
20507: * src/include/pa_hash.h 1.30:
20508: * src/include/pa_types.h 1.19:
20509: * src/main/pa_common.C 1.17:
20510: * src/main/pa_hash.C 1.27:
20511: * src/main/pa_request.C 1.56:
20512: * src/types/pa_vcookie.C 1.4:
20513: renamed Hash::Value to Val so to doxygen would finlly stop
20514: confusing those Value-s
20515:
20516: * src/main/main.dsp 1.64:
20517: * src/targets/cgi/parser3.dsp 1.9:
20518: * src/types/pa_valiased.C 1.2:
20519: * src/types/pa_vform.h 1.10:
20520: commented VForm
20521:
20522: * src/classes/_cookie.h 1.2:
20523: * src/classes/_table.h 1.3:
20524: * src/classes/cookie.C 1.3:
20525: * src/main/execute.C 1.120:
20526: * src/main/main.dsp 1.62:
20527: * src/main/pa_globals.C 1.19:
20528: * src/types/pa_vcookie.C 1.5:
20529: * src/types/pa_vcookie.h 1.5:
20530: VCookie is now :Value
20531:
20532: 2001-03-18 paf
20533: * src/classes/_cookie.h 1.1:
20534: * src/classes/cookie.C 1.1:
20535: * src/include/pa_common.h 1.14:
20536: * src/include/pa_globals.h 1.12:
20537: * src/include/pa_request.h 1.60:
20538: * src/include/pa_string.h 1.40:
20539: * src/include/pa_types.h 1.16:
20540: * src/main/main.dsp 1.59:
20541: * src/main/pa_common.C 1.14:
20542: * src/main/pa_globals.C 1.14:
20543: * src/main/pa_hash.C 1.24:
20544: * src/main/pa_request.C 1.51:
20545: * src/main/pa_string.C 1.43:
20546: * src/main/untaint.C 1.5:
20547: * src/targets/cgi/parser3.C 1.21:
20548: * src/types/pa_value.h 1.21:
20549: * src/types/pa_vcookie.C 1.1:
20550: * src/types/pa_vcookie.h 1.1:
20551: * src/types/pa_vform.C 1.6:
20552: * src/types/pa_vform.h 1.7:
20553: * src/types/pa_vhash.h 1.9:
20554: * src/types/pa_vunknown.h 1.4:
20555: cookie class
20556:
20557: * src/include/pa_hash.h 1.26:
20558: * src/main/pa_hash.C 1.22:
20559: * src/targets/cgi/parser3.C 1.17:
20560: response fields to header
20561:
20562: * src/classes/root.C 1.41:
20563: * src/classes/string.C 1.12:
20564: * src/include/pa_string.h 1.37:
20565: * src/main/pa_globals.C 1.11:
20566: * src/main/pa_request.C 1.44:
20567: * src/main/pa_string.C 1.41:
20568: * src/types/pa_vdouble.h 1.8:
20569: * src/types/pa_vform.C 1.5:
20570: * src/types/pa_vint.h 1.9:
20571: * src/types/pa_vstateless_class.C 1.4:
20572: convinient string(pool, char *src, bool tainted) ctor
20573:
20574: * src/include/pa_hash.h 1.27:
20575: * src/include/pa_request.h 1.58:
20576: * src/include/pa_string.h 1.36:
20577: * src/main/pa_globals.C 1.10:
20578: * src/main/pa_hash.C 1.23:
20579: * src/main/pa_request.C 1.43:
20580: * src/main/pa_string.C 1.40:
20581: * src/main/untaint.C 1.3:
20582: * src/targets/cgi/parser3.C 1.18:
20583: proper @exceptions params tainting
20584:
20585: * src/classes/_response.h 1.1:
20586: * src/classes/response.C 1.1:
20587: * src/include/pa_globals.h 1.8:
20588: * src/include/pa_hash.h 1.25:
20589: * src/include/pa_request.h 1.57:
20590: * src/main/compile.C 1.31:
20591: * src/main/compile.y 1.104:
20592: * src/main/execute.C 1.114:
20593: * src/main/main.dsp 1.58:
20594: * src/main/pa_globals.C 1.8:
20595: * src/main/pa_hash.C 1.21:
20596: * src/main/pa_request.C 1.41:
20597: * src/targets/cgi/parser3.C 1.16:
20598: * src/targets/cgi/parser3.dsp 1.8:
20599: * src/types/pa_value.h 1.18:
20600: * src/types/pa_vhash.h 1.6:
20601: * src/types/pa_vrequest.h 1.3:
20602: * src/types/pa_vresponse.h 1.1:
20603: $response: 0 request::core exception rethrow
20604:
20605: * src/classes/request.C 1.2:
20606: * src/classes/response.C 1.2:
20607: * src/classes/root.C 1.42:
20608: * src/include/pa_common.h 1.13:
20609: * src/include/pa_globals.h 1.10:
20610: * src/include/pa_request.h 1.59:
20611: * src/include/pa_string.h 1.38:
20612: * src/main/pa_common.C 1.13:
20613: * src/main/pa_globals.C 1.12:
20614: * src/main/pa_request.C 1.45:
20615: * src/targets/cgi/parser3.C 1.19:
20616: ^taint 0
20617:
20618: * src/classes/cookie.C 1.2:
20619: * src/types/pa_vcookie.C 1.2:
20620: * src/types/pa_vcookie.h 1.2:
20621: cookie: allowed access to hash-assigned
20622:
20623: * src/include/pa_globals.h 1.9:
20624: * src/main/execute.C 1.115:
20625: * src/main/pa_globals.C 1.9:
20626: * src/main/pa_request.C 1.42:
20627: * src/targets/cgi/parser3.C 1.22:
20628: z
20629:
20630: * src/main/pa_request.C 1.50:
20631: zero length output allowed
20632:
20633: * src/classes/root.C 1.44:
20634: * src/include/pa_globals.h 1.11:
20635: * src/include/pa_string.h 1.39:
20636: * src/main/pa_globals.C 1.13:
20637: * src/main/pa_request.C 1.47:
20638: * src/main/pa_string.C 1.42:
20639: * src/types/pa_value.h 1.19:
20640: * src/types/pa_vhash.h 1.7:
20641: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20642:
20643: * src/classes/root.C 1.43:
20644: * src/main/pa_request.C 1.46:
20645: * src/main/untaint.C 1.4:
20646: * src/targets/cgi/parser3.C 1.20:
20647: taint[uri
20648:
20649: * src/classes/response.C 1.3:
20650: * src/main/pa_request.C 1.49:
20651: * src/types/pa_value.h 1.20:
20652: * src/types/pa_vhash.h 1.8:
20653: * src/types/pa_vresponse.h 1.2:
20654: ^response:clear[]
20655:
20656: * src/classes/root.C 1.45:
20657: * src/main/pa_request.C 1.48:
20658: taint forgotten forced lang switch
20659:
20660: 2001-03-16 paf
20661: * src/include/code.h 1.22:
20662: * src/include/pa_hash.h 1.24:
20663: * src/include/pa_request.h 1.55:
20664: * src/main/compile.y 1.102:
20665: * src/main/execute.C 1.108:
20666: * src/types/pa_value.h 1.15:
20667: * src/types/pa_vhash.h 1.5:
20668: * src/types/pa_vstring.h 1.10:
20669: * src/types/pa_vtable.h 1.4:
20670: * src/types/pa_wcontext.C 1.4:
20671: * src/types/pa_wcontext.h 1.6:
20672: see () and {} param wcontext conflict
20673:
20674: * src/main/execute.C 1.113:
20675: * src/main/main.dsp 1.57:
20676: * src/types/pa_value.h 1.17:
20677: * src/types/pa_vrequest.h 1.2:
20678: native method' class call with less params then needed error reporting
20679:
20680: * src/classes/double.C 1.17:
20681: * src/include/code.h 1.23:
20682: * src/main/compile.y 1.103:
20683: * src/main/compile_tools.C 1.28:
20684: * src/main/compile_tools.h 1.31:
20685: * src/main/execute.C 1.109:
20686: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20687:
20688: * src/main/execute.C 1.107:
20689: * src/types/pa_value.h 1.14:
20690: * src/types/pa_vstateless_object.h 1.3:
20691: * src/types/pa_vstring.h 1.9:
20692: disabled $string.field
20693:
20694: * src/main/execute.C 1.110:
20695: * src/types/pa_vmframe.h 1.7:
20696: if(in "/news/")
20697:
20698: * src/include/pa_globals.h 1.6:
20699: * src/main/execute.C 1.111:
20700: * src/main/pa_globals.C 1.6:
20701: * src/types/pa_value.h 1.16:
20702: * src/types/pa_vcframe.h 1.3:
20703: * src/types/pa_vmframe.h 1.8:
20704: * src/types/pa_wcontext.h 1.7:
20705: $result
20706:
20707: * src/classes/_request.h 1.1:
20708: * src/classes/request.C 1.1:
20709: * src/include/pa_globals.h 1.7:
20710: * src/include/pa_request.h 1.56:
20711: * src/main/execute.C 1.112:
20712: * src/main/main.dsp 1.56:
20713: * src/main/pa_globals.C 1.7:
20714: * src/main/pa_request.C 1.40:
20715: * src/targets/cgi/parser3.C 1.15:
20716: * src/types/pa_vform.C 1.4:
20717: * src/types/pa_vrequest.C 1.1:
20718: * src/types/pa_vrequest.h 1.1:
20719: $request : query :uri
20720:
20721: 2001-03-15 paf
20722: * src/main/compile.y 1.99:
20723: * src/main/pa_request.C 1.37:
20724: * src/targets/cgi/parser3.C 1.13:
20725: * src/types/pa_vstring.h 1.7:
20726: pre-pre-pre-beta cgi under win32 apache pre pre pre works
20727:
20728: * src/main/compile.y 1.100:
20729: * src/main/execute.C 1.105:
20730: z
20731:
20732: * src/main/compile.y 1.101:
20733: * src/main/execute.C 1.106:
20734: * src/main/pa_request.C 1.38:
20735: * src/targets/cgi/parser3.C 1.14:
20736: * src/types/pa_vstring.h 1.8:
20737: @exception
20738:
20739: * src/include/pa_globals.h 1.5:
20740: * src/main/pa_globals.C 1.5:
20741: * src/main/pa_request.C 1.36:
20742: * src/targets/cgi/parser3.C 1.12:
20743: * src/types/pa_vform.C 1.3:
20744: * src/types/pa_vform.h 1.6:
20745: vform fillfields just compiled
20746:
20747: * src/main/pa_request.C 1.39:
20748: news sample
20749:
20750: 2001-03-14 paf
20751: * src/include/core.h 1.16:
20752: * src/include/pa_globals.h 1.1:
20753: * src/include/pa_pool.h 1.33:
20754: * src/include/pa_string.h 1.35:
20755: * src/include/pa_types.h 1.13:
20756: * src/main/compile.y 1.98:
20757: * src/main/core.C 1.69:
20758: * src/main/main.dsp 1.54:
20759: * src/main/pa_globals.C 1.1:
20760: * src/main/pa_request.C 1.31:
20761: * src/targets/cgi/pa_vform.C 1.2:
20762: * src/targets/cgi/parser3.C 1.5:
20763: * src/targets/cgi/parser3.dsp 1.4:
20764: * src/types/pa_value.h 1.13:
20765: * src/types/pa_vform.h 1.3:
20766: * src/types/pa_vunknown.h 1.3:
20767: global handler, exceptions in parser3
20768:
20769: * src/include/pa_globals.h 1.4:
20770: * src/main/pa_globals.C 1.4:
20771: * src/main/pa_request.C 1.34:
20772: * src/targets/cgi/parser3.dsp 1.7:
20773: * src/types/pa_vform.C 1.2:
20774: * src/types/pa_vform.h 1.5:
20775: * src/types/pa_vstring.h 1.6:
20776: limits -1
20777:
20778: * src/include/pa_common.h 1.12:
20779: * src/include/pa_types.h 1.14:
20780: * src/main/pa_request.C 1.32:
20781: * src/targets/cgi/parser3.C 1.7:
20782: PATH_DELIMITER_CHAR
20783:
20784: * src/targets/cgi/parser3.C 1.8:
20785: # if MSVC
20786:
20787: * src/include/pa_globals.h 1.3:
20788: * src/include/pa_request.h 1.53:
20789: * src/include/pa_types.h 1.15:
20790: * src/main/main.dsp 1.55:
20791: * src/main/pa_globals.C 1.3:
20792: * src/main/pa_request.C 1.33:
20793: * src/targets/cgi/parser3.C 1.10:
20794: * src/targets/cgi/parser3.dsp 1.6:
20795: * src/types/pa_vform.C 1.1:
20796: * src/types/pa_vform.h 1.4:
20797: request_info -1
20798:
20799: * src/include/pa_globals.h 1.2:
20800: * src/main/pa_globals.C 1.2:
20801: * src/targets/cgi/parser3.C 1.9:
20802: * src/targets/cgi/parser3.dsp 1.5:
20803: * src/targets/cgi/vform_fields_fill.C 1.1:
20804: * src/targets/cgi/vform_fields_fill.h 1.1:
20805: vform_fields_fill
20806:
20807: * src/include/pa_request.h 1.54:
20808: * src/main/pa_request.C 1.35:
20809: * src/targets/cgi/parser3.C 1.11:
20810: * src/targets/cgi/parser3.C 1.6:
20811: z
20812:
20813: 2001-03-13 paf
20814: * src/main/execute.C 1.101:
20815: * src/types/pa_value.h 1.10:
20816: * src/types/pa_venv.h 1.4:
20817: for future methods of ENV constructor if
20818:
20819: * src/classes/root.C 1.36:
20820: * src/classes/table.C 1.12:
20821: * src/include/pa_exception.h 1.9:
20822: * src/include/pa_pool.h 1.31:
20823: skipped_restructure_exceptions_dead_end
20824:
20825: * src/types/pa_vstateless_class.h 1.1:
20826: file pa_vstateless_class.h was initially added on branch
20827: stateless_class.
20828:
20829: * src/include/code.h 1.21:
20830: * src/include/pa_string.h 1.34:
20831: * src/main/compile.y 1.95:
20832: * src/main/execute.C 1.103:
20833: * src/main/pa_string.C 1.39:
20834: 'value is type' expr operator
20835:
20836: * src/classes/form.C 1.2:
20837: * src/main/compile.y 1.97:
20838: * src/main/core.C 1.68:
20839: * src/types/pa_value.h 1.12:
20840: * src/types/pa_vclass.h 1.9:
20841: * src/types/pa_venv.h 1.7:
20842: * src/types/pa_vform.h 1.2:
20843: * src/types/pa_vstateless_class.C 1.3:
20844: * src/types/pa_vstateless_class.h 1.4:
20845: form:fields removed. use $form.CLASS instead
20846:
20847: * src/types/pa_vstateless_class.C 1.1:
20848: file pa_vstateless_class.C was initially added on branch
20849: stateless_class.
20850:
20851: * src/include/core.h 1.14:
20852: * src/include/pa_common.h 1.10:
20853: * src/include/pa_request.h 1.51:
20854: * src/main/pa_common.C 1.12:
20855: * src/main/pa_request.C 1.29:
20856: * src/targets/cgi/parser3.C 1.3:
20857: before error show with parser
20858:
20859: * src/types/pa_venv.h 1.1:
20860: file pa_venv.h was initially added on branch stateless_class.
20861:
20862: * src/targets/cgi/Makefile.am 1.1:
20863: * src/targets/cgi/pa_pool.C 1.1:
20864: * src/targets/cgi/pa_vform.C 1.1:
20865: * src/targets/cgi/parser.dsp 1.1:
20866: * src/targets/cgi/parser3.C 1.1:
20867: renamed targets/ parser to cgi
20868:
20869: * src/classes/_double.h 1.5:
20870: * src/classes/_double.h [stateless_class] 1.4.8.1:
20871: * src/classes/_env.h 1.4:
20872: * src/classes/_env.h [stateless_class] 1.3.8.1:
20873: * src/classes/_int.h 1.5:
20874: * src/classes/_int.h [stateless_class] 1.4.8.1:
20875: * src/classes/_root.h 1.4:
20876: * src/classes/_root.h [stateless_class] 1.3.8.1:
20877: * src/classes/_string.h 1.6:
20878: * src/classes/_string.h [stateless_class] 1.5.4.1:
20879: * src/classes/_table.h 1.2:
20880: * src/classes/_table.h [stateless_class] 1.1.6.1:
20881: * src/classes/double.C 1.15:
20882: * src/classes/double.C [stateless_class] 1.14.2.1:
20883: * src/classes/env.C 1.5:
20884: * src/classes/env.C [stateless_class] 1.4.8.1:
20885: * src/classes/int.C 1.14:
20886: * src/classes/int.C [stateless_class] 1.13.2.1:
20887: * src/classes/root.C 1.38:
20888: * src/classes/root.C [stateless_class] 1.37.2.1:
20889: * src/classes/string.C 1.10:
20890: * src/classes/string.C [stateless_class] 1.9.4.1:
20891: * src/classes/table.C 1.14:
20892: * src/classes/table.C [stateless_class] 1.13.2.1:
20893: * src/include/pa_request.h 1.46:
20894: * src/include/pa_request.h [stateless_class] 1.45.2.1:
20895: * src/main/compile.C 1.29:
20896: * src/main/compile.C [stateless_class] 1.28.2.1:
20897: * src/main/compile_tools.h 1.30:
20898: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
20899: * src/main/core.C 1.64:
20900: * src/main/core.C [stateless_class] 1.63.6.1:
20901: * src/main/execute.C 1.100:
20902: * src/main/execute.C [stateless_class] 1.99.2.1:
20903: * src/main/main.dsp 1.51:
20904: * src/main/main.dsp [stateless_class] 1.50.6.1:
20905: * src/main/pa_request.C 1.26:
20906: * src/main/pa_request.C [stateless_class] 1.25.2.1:
20907: * src/types/pa_valiased.h 1.3:
20908: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
20909: * src/types/pa_value.h 1.9:
20910: * src/types/pa_value.h [stateless_class] 1.8.2.1:
20911: * src/types/pa_vclass.C 1.5:
20912: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
20913: * src/types/pa_vclass.h 1.8:
20914: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
20915: * src/types/pa_venv.h 1.2:
20916: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
20917: * src/types/pa_vmframe.h 1.6:
20918: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
20919: * src/types/pa_vobject.h 1.5:
20920: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
20921: * src/types/pa_vstateless_class.C 1.2:
20922: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
20923: * src/types/pa_vstateless_class.h 1.2:
20924: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
20925: * src/types/pa_vstateless_object.h 1.2:
20926: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
20927: * src/types/pa_wcontext.h 1.5:
20928: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
20929: $ENV: re 0, stateless classes
20930:
20931: * src/include/pa_request.h 1.45:
20932: * src/main/compile.C 1.28:
20933: * src/main/execute.C 1.99:
20934: * src/main/pa_request.C 1.25:
20935: * src/types/pa_value.h 1.8:
20936: * src/types/pa_vmframe.h 1.5:
20937: fixed yesterdays bad decision on execute_static_method
20938:
20939: * src/include/core.h 1.15:
20940: * src/include/pa_common.h 1.11:
20941: * src/include/pa_request.h 1.52:
20942: * src/main/core.C 1.67:
20943: * src/main/execute.C 1.104:
20944: * src/main/main.dsp 1.53:
20945: * src/main/pa_request.C 1.30:
20946: * src/targets/cgi/parser3.C 1.4:
20947: * src/targets/cgi/parser3.dsp 1.3:
20948: * src/types/pa_vform.h 1.1:
20949: started cgi target
20950:
20951: * src/include/pa_request.h 1.47:
20952: * src/types/pa_venv.h 1.3:
20953: $ENV 0.1 stateless class
20954:
20955: * src/classes/_form.h 1.1:
20956: * src/classes/double.C 1.16:
20957: * src/classes/env.C 1.7:
20958: * src/classes/form.C 1.1:
20959: * src/classes/int.C 1.15:
20960: * src/classes/root.C 1.40:
20961: * src/classes/string.C 1.11:
20962: * src/classes/table.C 1.13:
20963: * src/classes/table.C 1.15:
20964: * src/include/core.h 1.13:
20965: * src/include/pa_request.h 1.49:
20966: * src/include/pa_request.h 1.50:
20967: * src/include/pa_types.h 1.12:
20968: * src/main/core.C 1.66:
20969: * src/main/execute.C 1.102:
20970: * src/main/pa_request.C 1.23:
20971: * src/main/pa_request.C 1.24:
20972: * src/main/pa_request.C 1.28:
20973: * src/targets/cgi/parser.dsp 1.2:
20974: * src/targets/cgi/parser3.C 1.2:
20975: * src/targets/cgi/parser3.dsp 1.1:
20976: * src/targets/cgi/parser3.dsp 1.2:
20977: * src/types/pa_vhash.h 1.4:
20978: z
20979:
20980: * src/classes/root.C 1.35:
20981: * src/classes/table.C 1.11:
20982: * src/include/pa_exception.h 1.8:
20983: * src/include/pa_pool.h 1.30:
20984: * src/main/pa_request.C 1.22:
20985: restructure_exceptions_dead_end
20986:
20987: * src/classes/root.C 1.34:
20988: * src/main/compile.y 1.94:
20989: ^if required junctions. allowed ; inside {} to break params
20990:
20991: * src/classes/_env.h 1.5:
20992: * src/classes/env.C 1.6:
20993: * src/classes/root.C 1.39:
20994: * src/include/core.h 1.12:
20995: * src/include/pa_pool.h 1.32:
20996: * src/include/pa_request.h 1.48:
20997: * src/main/compile.C 1.30:
20998: * src/main/compile.y 1.96:
20999: * src/main/core.C 1.65:
21000: * src/main/main.dsp 1.52:
21001: * src/main/pa_common.C 1.11:
21002: * src/main/pa_request.C 1.27:
21003: * src/types/pa_value.h 1.11:
21004: * src/types/pa_venv.h 1.6:
21005: * src/types/pa_vstateless_class.h 1.3:
21006: started $form: [historical moment :)]
21007:
21008: * src/types/pa_venv.h 1.5:
21009: $ENV 1
21010:
21011: * src/classes/double.C 1.14:
21012: * src/classes/int.C 1.13:
21013: * src/classes/root.C 1.37:
21014: * src/types/pa_vdouble.h 1.7:
21015: * src/types/pa_vint.h 1.8:
21016: Int,Double dec mul div mod
21017:
21018: 2001-03-12 paf
21019: * src/classes/_string.h 1.5:
21020: * src/classes/double.C 1.13:
21021: * src/classes/int.C 1.12:
21022: * src/classes/string.C 1.9:
21023: * src/main/execute.C 1.98:
21024: * src/types/pa_wcontext.h 1.4:
21025: int doube string ^format
21026:
21027: * src/classes/root.C 1.19:
21028: * src/types/pa_vclass.h 1.4:
21029: process temp main zeroing
21030:
21031: * src/classes/root.C 1.30:
21032: * src/classes/table.C 1.6:
21033: * src/types/pa_vtable.h 1.2:
21034: table ^offset ^line ^count
21035:
21036: * src/classes/root.C 1.28:
21037: * src/classes/table.C 1.5:
21038: ^use
21039:
21040: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
21041: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
21042: constructing flag not 'bad' but not 'enough'
21043:
21044: * src/classes/root.C 1.27:
21045: * src/classes/table.C 1.4:
21046: * src/include/pa_request.h 1.44:
21047: * src/main/compile.y 1.92:
21048: * src/main/core.C 1.62:
21049: * src/main/execute.C 1.96:
21050: * src/types/pa_vclass.h 1.7:
21051: * src/types/pa_wcontext.C 1.3:
21052: * src/types/pa_wcontext.h 1.3:
21053: * src/types/pa_wwrapper.h 1.3:
21054: while. switched off wcontext.constructing after write(value) or
21055: auto-vhash-constructing
21056:
21057: * src/classes/table.C 1.8:
21058: table ^empty
21059:
21060: * src/classes/root.C 1.33:
21061: ^eval
21062:
21063: * src/classes/root.C 1.26:
21064: * src/classes/table.C 1.3:
21065: * src/include/pa_request.h 1.43:
21066: * src/main/pa_request.C 1.20:
21067: fail_if_junction_ helper func
21068:
21069: * src/classes/root.C 1.23:
21070: * src/include/core.h 1.11:
21071: * src/include/pa_array.h 1.23:
21072: * src/include/pa_request.h 1.41:
21073: * src/include/pa_table.h 1.11:
21074: * src/main/core.C 1.60:
21075: * src/main/main.dsp 1.49:
21076: * src/main/pa_request.C 1.17:
21077: * src/main/pa_table.C 1.12:
21078: * src/types/pa_value.h 1.6:
21079: * src/types/pa_vclass.C 1.4:
21080: * src/types/pa_vclass.h 1.6:
21081: * src/types/pa_vdouble.h 1.5:
21082: * src/types/pa_vint.h 1.5:
21083: * src/types/pa_vmframe.h 1.4:
21084: * src/types/pa_vstring.h 1.5:
21085: freeze, ^table:create[] -1
21086:
21087: * src/types/pa_vtable.h 1.1:
21088: table: no, better with string in cells...
21089:
21090: * src/classes/root.C 1.21:
21091: * src/main/execute.C 1.93:
21092: * src/types/pa_vclass.h 1.5:
21093: used get_method in couple places optimizing them
21094:
1.24 paf 21095: * src/classes/_table.h 1.1:
21096: * src/classes/root.C 1.20:
21097: * src/classes/root.C 1.22:
21098: * src/classes/table.C 1.1:
21099: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
21100: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
21101: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
21102: * src/main/untaint.C 1.1:
21103: * src/types/pa_value.h 1.5:
21104: z
21105:
1.15 paf 21106: * src/classes/double.C 1.10:
21107: * src/classes/int.C 1.10:
21108: * src/classes/root.C 1.18:
21109: * src/classes/string.C 1.7:
21110: * src/include/pa_common.h 1.6:
21111: * src/include/pa_request.h 1.40:
21112: * src/include/pa_string.h 1.32:
21113: * src/include/pa_types.h 1.10:
21114: * src/main/compile.C 1.27:
21115: * src/main/compile.y 1.91:
21116: * src/main/compile_tools.h 1.29:
21117: * src/main/execute.C 1.92:
21118: * src/main/pa_common.C 1.7:
21119: * src/main/pa_request.C 1.16:
21120: * src/types/pa_value.h 1.4:
21121: * src/types/pa_vmframe.h 1.3:
21122: process. actual names to store param and
21123: check_actual_numbered_params for better place diagnostics
21124:
21125: * src/classes/root.C 1.25:
21126: * src/classes/table.C 1.2:
21127: * src/include/pa_common.h 1.8:
21128: * src/include/pa_request.h 1.42:
21129: * src/main/execute.C 1.95:
21130: * src/main/main.dsp 1.50:
21131: * src/main/pa_common.C 1.9:
21132: * src/main/pa_request.C 1.19:
21133: ^process error point by actual method_name, not source.
21134: ^load
21135:
21136: * src/classes/table.C 1.7:
21137: * src/include/pa_table.h 1.13:
21138: table ^menu
21139:
21140: * src/classes/root.C 1.29:
21141: ^round() ^floor() ^ceiling() ^abs() ^sign()
21142:
21143: * src/classes/double.C 1.11:
21144: * src/classes/int.C 1.11:
21145: * src/classes/root.C 1.31:
21146: * src/classes/string.C 1.8:
21147: * src/classes/table.C 1.9:
21148: * src/main/core.C 1.63:
21149: * src/main/execute.C 1.97:
21150: * src/types/pa_vint.h 1.6:
21151: ^for
21152:
21153: * src/classes/double.C 1.12:
21154: * src/classes/root.C 1.32:
21155: * src/classes/table.C 1.10:
21156: * src/include/pa_common.h 1.9:
21157: * src/include/pa_types.h 1.11:
21158: * src/main/compile.y 1.93:
21159: * src/main/pa_common.C 1.10:
21160: * src/main/pa_request.C 1.21:
21161: * src/main/untaint.C 1.2:
21162: * src/types/pa_vdouble.h 1.6:
21163: * src/types/pa_vint.h 1.7:
21164: * src/types/pa_vtable.h 1.3:
21165: * src/types/pa_wwrapper.h 1.4:
21166: think constructing flag as is is bad
21167:
21168: * src/classes/root.C 1.24:
21169: * src/include/pa_common.h 1.7:
21170: * src/include/pa_string.h 1.33:
21171: * src/include/pa_table.h 1.12:
21172: * src/main/core.C 1.61:
21173: * src/main/execute.C 1.94:
21174: * src/main/pa_common.C 1.8:
21175: * src/main/pa_request.C 1.18:
21176: * src/main/pa_table.C 1.13:
21177: * src/types/pa_value.h 1.7:
21178: table:set 0
21179:
21180: 2001-03-11 paf
21181: * src/classes/double.C 1.8:
21182: * src/classes/int.C 1.8:
21183: * src/classes/root.C 1.14:
21184: * src/include/pa_request.h 1.38:
21185: * src/main/execute.C 1.90:
21186: intercept_string
21187:
21188: * src/classes/double.C 1.6:
21189: * src/classes/int.C 1.6:
21190: * src/include/pa_request.h 1.37:
21191: ^inc-s(expr)
21192:
21193: * src/include/pa_valiased.h 1.4:
21194: * src/include/pa_value.h 1.51:
21195: * src/include/pa_vbool.h 1.8:
21196: * src/include/pa_vcframe.h 1.8:
21197: * src/include/pa_vclass.h 1.30:
21198: * src/include/pa_vdouble.h 1.13:
21199: * src/include/pa_vhash.h 1.13:
21200: * src/include/pa_vint.h 1.5:
21201: * src/include/pa_vjunction.h 1.9:
21202: * src/include/pa_vmframe.h 1.24:
21203: * src/include/pa_vobject.h 1.18:
21204: * src/include/pa_vstring.h 1.18:
21205: * src/include/pa_vunknown.h 1.10:
21206: * src/include/pa_wcontext.h 1.29:
21207: * src/include/pa_wwrapper.h 1.14:
21208: * src/main/compile.y 1.88:
21209: * src/main/core.C 1.55:
21210: * src/main/main.dsp 1.44:
21211: * src/main/pa_cframe.C 1.6:
21212: * src/main/pa_request.C 1.11:
21213: * src/main/pa_value.C 1.8:
21214: * src/main/pa_vclass.C 1.5:
21215: * src/main/pa_wcontext.C 1.11:
21216: * src/types/pa_valiased.h 1.1:
21217: * src/types/pa_value.h 1.1:
21218: * src/types/pa_vbool.h 1.1:
21219: * src/types/pa_vcframe.h 1.1:
21220: * src/types/pa_vclass.C 1.1:
21221: * src/types/pa_vclass.h 1.1:
21222: * src/types/pa_vdouble.h 1.1:
21223: * src/types/pa_vhash.h 1.1:
21224: * src/types/pa_vint.h 1.1:
21225: * src/types/pa_vjunction.h 1.1:
21226: * src/types/pa_vmframe.h 1.1:
21227: * src/types/pa_vobject.h 1.1:
21228: * src/types/pa_vstring.h 1.1:
21229: * src/types/pa_vunknown.h 1.1:
21230: * src/types/pa_wcontext.C 1.1:
21231: * src/types/pa_wcontext.h 1.1:
21232: * src/types/pa_wwrapper.h 1.1:
21233: splitted types from include/
21234:
21235: * src/main/main.dsp 1.47:
21236: * src/types/pa_value.h 1.3:
21237: * src/types/pa_vdouble.h 1.3:
21238: * src/types/pa_vint.h 1.3:
21239: * src/types/pa_vobject.h 1.3:
21240: * src/types/pa_vstring.h 1.3:
21241: VString VDouble VInt base now VObject_base - without fields
21242:
21243: * src/include/core.h 1.7:
21244: * src/include/pa_request.h 1.35:
21245: * src/main/core.C 1.56:
21246: * src/main/main.dsp 1.45:
21247: * src/main/pa_request.C 1.12:
21248: renamed AUTO: to MAIN:
21249:
21250: * src/classes/double.C 1.9:
21251: * src/classes/int.C 1.9:
21252: * src/classes/root.C 1.15:
21253: * src/classes/string.C 1.6:
21254: * src/include/core.h 1.9:
21255: * src/include/pa_hash.h 1.23:
21256: * src/include/pa_pool.h 1.29:
21257: * src/include/pa_request.h 1.39:
21258: * src/include/pa_string.h 1.31:
21259: * src/main/compile.C 1.26:
21260: * src/main/core.C 1.58:
21261: * src/main/pa_request.C 1.15:
21262: ^untaint 0
21263:
21264: * src/classes/root.C 1.17:
21265: * src/main/execute.C 1.91:
21266: * src/main/main.dsp 1.48:
21267: setname for method-junctions bug fixed
21268:
21269: * src/types/pa_vdouble.h 1.4:
21270: * src/types/pa_vint.h 1.4:
21271: * src/types/pa_vobject.h 1.4:
21272: * src/types/pa_vstateless_object.h 1.1:
21273: * src/types/pa_vstring.h 1.4:
21274: stateless_object
21275:
21276: * src/classes/root.C 1.16:
21277: * src/include/core.h 1.10:
21278: * src/main/core.C 1.59:
21279: * src/main/pa_request.C 1.13:
21280: * src/types/pa_vhash.h 1.2:
21281: z
21282:
21283: * src/classes/_double.h 1.4:
21284: * src/classes/_env.h 1.3:
21285: * src/classes/_int.h 1.4:
21286: * src/classes/_root.h 1.3:
21287: * src/classes/_string.h 1.4:
21288: * src/classes/double.C 1.5:
21289: * src/classes/env.C 1.4:
21290: * src/classes/int.C 1.5:
21291: * src/classes/root.C 1.12:
21292: * src/classes/string.C 1.5:
21293: * src/include/code.h 1.20:
21294: * src/include/core.h 1.8:
21295: * src/include/pa_array.h 1.22:
21296: * src/include/pa_common.h 1.5:
21297: * src/include/pa_exception.h 1.7:
21298: * src/include/pa_hash.h 1.22:
21299: * src/include/pa_pool.h 1.28:
21300: * src/include/pa_request.h 1.36:
21301: * src/include/pa_stack.h 1.6:
21302: * src/include/pa_string.h 1.30:
21303: * src/include/pa_table.h 1.10:
21304: * src/include/pa_threads.h 1.6:
21305: * src/include/pa_types.h 1.9:
21306: * src/main/compile.C 1.25:
21307: * src/main/compile.y 1.89:
21308: * src/main/compile_tools.C 1.26:
21309: * src/main/compile_tools.h 1.27:
21310: * src/main/core.C 1.57:
21311: * src/main/execute.C 1.89:
21312: * src/main/pa_array.C 1.22:
21313: * src/main/pa_common.C 1.6:
21314: * src/main/pa_exception.C 1.6:
21315: * src/main/pa_hash.C 1.20:
21316: * src/main/pa_pool.C 1.11:
21317: * src/main/pa_request.C 1.14:
21318: * src/main/pa_string.C 1.37:
21319: * src/main/pa_table.C 1.11:
21320: * src/types/pa_valiased.h 1.2:
21321: * src/types/pa_value.h 1.2:
21322: * src/types/pa_vbool.h 1.2:
21323: * src/types/pa_vcframe.h 1.2:
21324: * src/types/pa_vclass.C 1.2:
21325: * src/types/pa_vclass.h 1.2:
21326: * src/types/pa_vdouble.h 1.2:
21327: * src/types/pa_vhash.h 1.3:
21328: * src/types/pa_vint.h 1.2:
21329: * src/types/pa_vjunction.h 1.2:
21330: * src/types/pa_vmframe.h 1.2:
21331: * src/types/pa_vobject.h 1.2:
21332: * src/types/pa_vstring.h 1.2:
21333: * src/types/pa_vunknown.h 1.2:
21334: * src/types/pa_wcontext.C 1.2:
21335: * src/types/pa_wcontext.h 1.2:
21336: * src/types/pa_wwrapper.h 1.2:
21337: headers updated
21338:
21339: * src/classes/double.C 1.7:
21340: * src/classes/int.C 1.7:
21341: * src/classes/root.C 1.13:
21342: * src/types/pa_vclass.C 1.3:
21343: * src/types/pa_vclass.h 1.3:
21344: add_native_method helper
21345:
21346: 2001-03-10 paf
21347: * src/include/core.h 1.4:
21348: * src/include/pa_request.h 1.30:
21349: * src/main/compile.y 1.85:
21350: * src/main/core.C 1.52:
21351: * src/main/pa_request.C 1.6:
21352: names to core.C
21353:
21354: * src/classes/_env.h 1.1:
21355: * src/classes/env.C 1.1:
21356: * src/classes/root.C 1.8:
21357: * src/include/pa_request.h 1.23:
21358: * src/include/pa_vclass.h 1.27:
21359: * src/main/core.C 1.49:
21360: * src/main/main.dsp 1.42:
21361: env0
21362:
21363: * src/include/code.h 1.18:
21364: * src/include/pa_request.h 1.28:
21365: * src/include/pa_vint.h 1.3:
21366: * src/include/pa_vjunction.h 1.7:
21367: * src/include/pa_vstring.h 1.16:
21368: * src/main/compile.y 1.84:
21369: * src/main/compile_tools.C 1.24:
21370: * src/main/compile_tools.h 1.25:
21371: * src/main/execute.C 1.86:
21372: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21373:
21374: * src/include/core.h 1.2:
21375: * src/include/pa_array.h 1.20:
21376: * src/include/pa_hash.h 1.20:
21377: * src/include/pa_request.h 1.24:
21378: * src/include/pa_value.h 1.49:
21379: * src/include/pa_vcframe.h 1.6:
21380: * src/include/pa_vdouble.h 1.11:
21381: * src/include/pa_vint.h 1.2:
21382: * src/include/pa_vstring.h 1.15:
21383: * src/include/pa_vunknown.h 1.8:
21384: * src/include/pa_wcontext.h 1.26:
21385: * src/main/compile.y 1.82:
21386: * src/main/compile_tools.C 1.23:
21387: * src/main/compile_tools.h 1.24:
21388: * src/main/core.C 1.50:
21389: * src/main/execute.C 1.82:
21390: * src/main/main.dsp 1.43:
21391: * src/main/pa_cframe.C 1.4:
21392: * src/main/pa_request.C 1.3:
21393: * src/main/pa_wcontext.C 1.8:
21394: const fight finished
21395:
21396: * src/include/core.h 1.6:
21397: * src/include/pa_request.h 1.34:
21398: * src/main/core.C 1.54:
21399: * src/main/pa_request.C 1.10:
21400: run+auto=run
21401:
21402: * src/include/pa_request.h 1.27:
21403: * src/main/execute.C 1.85:
21404: * src/main/pa_request.C 1.4:
21405: @auto[] realised. auto.p scan togo
21406:
21407: * src/classes/double.C 1.3:
21408: * src/classes/int.C 1.3:
21409: * src/classes/root.C 1.9:
21410: * src/classes/string.C 1.3:
21411: * src/include/pa_request.h 1.25:
21412: * src/include/pa_string.h 1.28:
21413: * src/include/pa_wcontext.h 1.27:
21414: * src/main/compile.y 1.83:
21415: * src/main/execute.C 1.83:
21416: * src/main/pa_string.C 1.35:
21417: * src/main/pa_wcontext.C 1.9:
21418: tainting 0
21419:
21420: * src/classes/_double.h 1.2:
21421: * src/classes/_int.h 1.2:
21422: * src/classes/_root.h 1.1:
21423: * src/classes/_string.h 1.2:
21424: * src/classes/double.C 1.2:
21425: * src/classes/int.C 1.2:
21426: * src/classes/root.C 1.7:
21427: * src/classes/string.C 1.2:
21428: * src/include/pa_request.h 1.22:
21429: * src/include/pa_string.h 1.27:
21430: * src/include/pa_types.h 1.7:
21431: * src/include/pa_vcframe.h 1.5:
21432: * src/include/pa_wcontext.h 1.25:
21433: * src/main/core.C 1.48:
21434: * src/main/main.dsp 1.41:
21435: * src/main/pa_cframe.C 1.3:
21436: * src/main/pa_string.C 1.34:
21437: * src/main/pa_vclass.C 1.3:
21438: * src/main/pa_wcontext.C 1.7:
21439: ^lang prepare0
21440:
21441: * src/include/pa_request.h 1.31:
21442: * src/main/compile.C 1.23:
21443: * src/main/compile.y 1.86:
21444: * src/main/pa_request.C 1.7:
21445: auto tree0
21446:
21447: * src/classes/env.C 1.2:
21448: env:file/line
21449:
21450: * src/include/pa_vclass.h 1.28:
21451: const fight to go
21452:
1.24 paf 21453: * src/include/pa_request.h 1.26:
21454: * src/main/execute.C 1.84:
21455: autocalc code-junctions result now have names
21456:
1.15 paf 21457: * src/include/core.h 1.3:
21458: * src/include/pa_common.h 1.3:
21459: * src/include/pa_pool.h 1.26:
21460: * src/include/pa_request.h 1.29:
21461: * src/main/core.C 1.51:
21462: * src/main/execute.C 1.87:
21463: * src/main/pa_common.C 1.4:
21464: * src/main/pa_request.C 1.5:
21465: root auto.p loaded
21466:
21467: * src/classes/root.C 1.11:
21468: * src/include/pa_request.h 1.33:
21469: minor if junction bug
21470:
21471: * src/main/pa_request.C 1.8:
21472: auto..
21473:
21474: * src/classes/_double.h 1.3:
21475: * src/classes/_env.h 1.2:
21476: * src/classes/_int.h 1.3:
21477: * src/classes/_root.h 1.2:
21478: * src/classes/_string.h 1.3:
21479: * src/classes/double.C 1.4:
21480: * src/classes/env.C 1.3:
21481: * src/classes/int.C 1.4:
21482: * src/classes/root.C 1.10:
21483: * src/classes/string.C 1.4:
21484: * src/include/code.h 1.19:
21485: * src/include/core.h 1.5:
21486: * src/include/pa_array.h 1.21:
21487: * src/include/pa_common.h 1.4:
21488: * src/include/pa_exception.h 1.6:
21489: * src/include/pa_hash.h 1.21:
21490: * src/include/pa_pool.h 1.27:
21491: * src/include/pa_request.h 1.32:
21492: * src/include/pa_stack.h 1.5:
21493: * src/include/pa_string.h 1.29:
21494: * src/include/pa_table.h 1.9:
21495: * src/include/pa_threads.h 1.5:
21496: * src/include/pa_types.h 1.8:
21497: * src/include/pa_valiased.h 1.3:
21498: * src/include/pa_value.h 1.50:
21499: * src/include/pa_vbool.h 1.7:
21500: * src/include/pa_vcframe.h 1.7:
21501: * src/include/pa_vclass.h 1.29:
21502: * src/include/pa_vdouble.h 1.12:
21503: * src/include/pa_vhash.h 1.12:
21504: * src/include/pa_vint.h 1.4:
21505: * src/include/pa_vjunction.h 1.8:
21506: * src/include/pa_vmframe.h 1.23:
21507: * src/include/pa_vobject.h 1.17:
21508: * src/include/pa_vstring.h 1.17:
21509: * src/include/pa_vunknown.h 1.9:
21510: * src/include/pa_wcontext.h 1.28:
21511: * src/include/pa_wwrapper.h 1.13:
21512: * src/main/compile.C 1.24:
21513: * src/main/compile.y 1.87:
21514: * src/main/compile_tools.C 1.25:
21515: * src/main/compile_tools.h 1.26:
21516: * src/main/core.C 1.53:
21517: * src/main/execute.C 1.88:
21518: * src/main/pa_array.C 1.21:
21519: * src/main/pa_cframe.C 1.5:
21520: * src/main/pa_common.C 1.5:
21521: * src/main/pa_exception.C 1.5:
21522: * src/main/pa_hash.C 1.19:
21523: * src/main/pa_pool.C 1.10:
21524: * src/main/pa_request.C 1.9:
21525: * src/main/pa_string.C 1.36:
21526: * src/main/pa_table.C 1.10:
21527: * src/main/pa_value.C 1.7:
21528: * src/main/pa_vclass.C 1.4:
21529: * src/main/pa_wcontext.C 1.10:
21530: sources header
21531:
21532: 2001-03-09 paf
21533: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
21534: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
21535: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
21536: ^string.length[]
21537:
21538: * src/classes/root.C 1.5:
21539: * src/include/pa_request.h 1.21:
21540: * src/include/pa_vclass.h 1.26:
21541: * src/include/pa_vhash.h 1.11:
21542: * src/include/pa_vmframe.h 1.20:
21543: * src/include/pa_vobject.h 1.15:
21544: * src/include/pa_vstring.h 1.13:
21545: * src/include/pa_wcontext.h 1.24:
21546: * src/main/compile.y 1.80:
21547: * src/main/core.C 1.46:
21548: * src/main/execute.C 1.79:
21549: * src/main/main.dsp 1.39:
21550: .
21551:
21552: * src/include/pa_vmframe.h 1.22:
21553: * src/main/compile.C 1.22:
21554: * src/main/execute.C 1.81:
21555: expr construct proper naming
21556:
21557: * src/classes/_double.h 1.1:
21558: * src/classes/_int.h 1.1:
21559: * src/classes/_string.h 1.1:
21560: * src/classes/double.C 1.1:
21561: * src/classes/int.C 1.1:
21562: * src/classes/root.C 1.6:
21563: * src/classes/string.C 1.1:
21564: * src/include/code.h 1.17:
21565: * src/include/pa_value.h 1.48:
21566: * src/include/pa_vbool.h 1.6:
21567: * src/include/pa_vdouble.h 1.10:
21568: * src/include/pa_vint.h 1.1:
21569: * src/include/pa_vmframe.h 1.21:
21570: * src/include/pa_vobject.h 1.16:
21571: * src/include/pa_vstring.h 1.14:
21572: * src/main/compile.y 1.81:
21573: * src/main/compile_tools.C 1.22:
21574: * src/main/core.C 1.47:
21575: * src/main/execute.C 1.80:
21576: * src/main/main.dsp 1.40:
21577: Int and Double classes with ^int[] and ^double[]. fixed expr type
21578:
21579: 2001-03-08 paf
21580: * src/include/pa_request.h 1.18:
21581: * src/include/pa_value.h 1.44:
21582: * src/include/pa_vcframe.h 1.4:
21583: * src/include/pa_vmframe.h 1.16:
21584: * src/include/pa_wcontext.h 1.23:
21585: * src/main/compile.C 1.21:
21586: * src/main/compile.y 1.76:
21587: * src/main/core.C 1.45:
21588: * src/main/execute.C 1.70:
21589: * src/main/pa_cframe.C 1.2:
21590: * src/main/pa_wcontext.C 1.5:
21591: 'if' just compiled
21592:
21593: * src/main/pa_vclass.C 1.2:
21594: that were ok... [vclass were out of vcs]
21595:
21596: * src/include/pa_value.h 1.43:
21597: * src/include/pa_vmframe.h 1.14:
21598: * src/main/compile.y 1.75:
21599: * src/main/core.C 1.44:
21600: * src/main/execute.C 1.68:
21601: * src/main/main.dsp 1.37:
21602: z. detected probs with parameter names in operator methods
21603:
21604: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
21605: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
21606: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
21607: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
21608: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
21609: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
21610: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
21611: dead end: vstring can't be derivated from vobject
21612:
21613: * src/include/pa_request.h 1.17:
21614: * src/main/compile.C 1.20:
21615: * src/main/compile.y 1.73:
21616: * src/main/core.C 1.43:
21617: * src/main/main.dsp 1.36:
21618: introducing ROOT_CLASS.
21619: it's default @BASE.
21620: changed 'RUN' assignment mech
21621:
21622: * src/main/execute.C 1.64:
21623: root root in code-junction
21624:
21625: * src/include/pa_bool.h 1.2:
21626: * src/include/pa_double.h 1.2:
21627: * src/include/pa_value.h 1.47:
21628: * src/include/pa_vbool.h 1.5:
21629: * src/include/pa_vclass.h 1.24:
21630: * src/include/pa_vdouble.h 1.9:
21631: * src/include/pa_vhash.h 1.9:
21632: * src/include/pa_vjunction.h 1.6:
21633: * src/include/pa_vmframe.h 1.19:
21634: * src/include/pa_vobject.h 1.13:
21635: * src/include/pa_vstring.h 1.12:
21636: * src/include/pa_vunknown.h 1.7:
21637: * src/main/compile.y 1.79:
21638: * src/main/compile_tools.C 1.21:
21639: * src/main/execute.C 1.78:
21640: withoud cloning. didn't need it actually, params got passed
21641: from out unnamed ewpool
21642:
21643: * src/include/code.h 1.16:
21644: * src/main/compile.y 1.72:
21645: * src/main/compile_tools.C 1.19:
21646: * src/main/compile_tools.h 1.23:
21647: * src/main/execute.C 1.66:
21648: made class: dynamic, not static. so to enable runtime ^use
21649:
21650: * src/include/code.h 1.15:
21651: * src/main/compile.y 1.70:
21652: * src/main/compile_tools.C 1.18:
21653: * src/main/execute.C 1.65:
21654: joined 2 into one OP_CODE__STORE_PARAM
21655:
21656: * src/main/execute.C 1.74:
21657: fixed problems calling operators in constructors
21658:
21659: * src/classes/root.C 1.2:
21660: * src/include/pa_request.h 1.19:
21661: * src/include/pa_value.h 1.45:
21662: * src/include/pa_vbool.h 1.3:
21663: * src/include/pa_wwrapper.h 1.12:
21664: * src/main/execute.C 1.71:
21665: ^if 0
21666:
21667: * src/main/pa_vclass.C 1.1:
21668: wow! vclass were out of vcs
21669:
21670: * src/classes/root.C 1.4:
21671: * src/include/pa_stack.h 1.4:
21672: * src/main/execute.C 1.73:
21673: detected problems calling operators in constructors
21674:
21675: * src/main/compile.y 1.74:
21676: minor renamings in .y
21677:
21678: * src/include/pa_vdouble.h 1.8:
21679: * src/include/pa_vhash.h 1.8:
21680: * src/include/pa_vjunction.h 1.5:
21681: * src/include/pa_vobject.h 1.12:
21682: * src/include/pa_vunknown.h 1.6:
21683: * src/main/compile.y 1.78:
21684: cloning dead end
21685:
21686: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
21687: fixed forgotten method_frame my check
21688:
21689: * src/classes/root.C 1.1:
21690: added root.c
21691:
21692: * src/include/pa_vbool.h 1.2:
21693: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
21694: * src/include/pa_vdouble.h 1.6:
21695: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
21696: * src/include/pa_vjunction.h 1.3:
21697: * src/include/pa_vmframe.h 1.15:
21698: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
21699: * src/include/pa_vstring.h 1.10:
21700: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
21701: * src/include/pa_wcontext.h 1.22:
21702: * src/main/execute.C 1.67:
21703: * src/main/execute.C 1.69:
21704: * src/main/execute.C 1.75:
21705: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
21706: * src/main/pa_wcontext.C 1.4:
21707: * src/main/pa_wcontext.C 1.6:
21708: z
21709:
21710: * src/main/compile.y 1.71:
21711: minor grammar bug with OP_CODE__STORE_PARAM
21712:
21713: * src/include/pa_bool.h 1.1:
21714: * src/include/pa_double.h 1.1:
21715: * src/include/pa_valiased.h 1.2:
21716: * src/include/pa_value.h 1.46:
21717: * src/include/pa_vbool.h 1.4:
21718: * src/include/pa_vclass.h 1.23:
21719: * src/include/pa_vdouble.h 1.7:
21720: * src/include/pa_vhash.h 1.7:
21721: * src/include/pa_vjunction.h 1.4:
21722: * src/include/pa_vmframe.h 1.18:
21723: * src/include/pa_vobject.h 1.11:
21724: * src/include/pa_vstring.h 1.11:
21725: * src/include/pa_vunknown.h 1.5:
21726: * src/main/compile.y 1.77:
21727: * src/main/compile_tools.C 1.20:
21728: * src/main/execute.C 1.77:
21729: * src/main/main.dsp 1.38:
21730: * src/main/pa_value.C 1.6:
21731: value.cloning so to give params proper names
21732:
21733: * src/classes/root.C 1.3:
21734: * src/include/pa_request.h 1.20:
21735: * src/main/execute.C 1.72:
21736: autocalc def to string
21737:
21738: * src/include/pa_vmframe.h 1.17:
21739: * src/main/execute.C 1.76:
21740: added names to unknown values in get_element and unfilled
21741: params. removed wrong name change in get_element
21742:
21743: * src/include/pa_vclass.h 1.25:
21744: * src/include/pa_vhash.h 1.10:
21745: * src/include/pa_vobject.h 1.14:
21746: removes some remained clone conseqs
21747:
21748: 2001-03-07 paf
21749: * src/include/pa_hash.h 1.19:
21750: * src/include/pa_value.h 1.40:
21751: * src/include/pa_vhash.h 1.4:
21752: * src/include/pa_vunknown.h 1.4:
21753: * src/main/compile.y 1.67:
21754: * src/main/execute.C 1.62:
21755: * src/main/pa_hash.C 1.18:
21756: expr def in -f
21757:
21758: * src/main/compile.y 1.65:
21759: * src/main/execute.C 1.60:
21760: * src/main/pa_string.C 1.33:
21761: bug in string.cmp fixed
21762:
21763: * src/main/compile.y 1.68:
21764: .y priorities syntax shaped up a bit
21765:
21766: * src/main/compile.y 1.64:
21767: expr quoted code
21768:
21769: * src/main/execute.C 1.57:
21770: ^var.menu{$field} problem detected. that $field not a $var.field
21771:
21772: * src/main/compile.y 1.69:
21773: * src/main/compile_tools.h 1.22:
21774: ^func(params)
21775:
1.24 paf 21776: * src/main/compile.y 1.63:
21777: * src/main/execute.C 1.59:
21778: expr whitespace solved. added "" support0
21779:
1.15 paf 21780: * src/include/pa_value.h 1.42:
21781: * src/include/pa_vclass.h 1.22:
21782: * src/include/pa_vhash.h 1.6:
21783: * src/include/pa_vmframe.h 1.13:
21784: * src/include/pa_vobject.h 1.10:
21785: * src/include/pa_wwrapper.h 1.11:
21786: const in Value.get_element
21787:
21788: * src/include/pa_string.h 1.26:
21789: * src/main/compile.y 1.61:
21790: * src/main/execute.C 1.58:
21791: * src/main/pa_string.C 1.32:
21792: just compiled lt&co
21793:
21794: * src/include/pa_stack.h 1.3:
21795: * src/include/pa_value.h 1.41:
21796: * src/include/pa_vclass.h 1.21:
21797: * src/include/pa_vhash.h 1.5:
21798: * src/include/pa_vmframe.h 1.12:
21799: * src/include/pa_vobject.h 1.9:
21800: * src/include/pa_wwrapper.h 1.10:
21801: * src/main/execute.C 1.63:
21802: fixed rwcontext of {} params up
21803:
21804: * src/main/compile.y 1.62:
21805: expr string comparisons 0
21806:
21807: * src/main/compile.y 1.66:
21808: * src/main/execute.C 1.61:
21809: expr calls
21810:
21811: 2001-03-06 paf
21812: * src/include/pa_vbool.h 1.1:
21813: forgot this
21814:
21815: * src/main/compile.y 1.51:
21816: expr lexx1
21817:
21818: * src/include/code.h 1.14:
21819: * src/main/compile.y 1.59:
21820: * src/main/execute.C 1.56:
21821: 1 problems with skipping whitespace in yylex fixed
21822: 2 xors: # bitwise ## logical
21823:
21824: * src/include/code.h 1.11:
21825: * src/include/pa_valiased.h 1.1:
21826: * src/include/pa_value.h 1.37:
21827: * src/include/pa_vdouble.h 1.1:
21828: * src/include/pa_vstring.h 1.6:
21829: * src/main/compile.y 1.49:
21830: * src/main/execute.C 1.49:
21831: expr lex0 exec-1
21832:
21833: * src/main/compile.y 1.52:
21834: expr grammar-1
21835:
21836: * src/include/pa_value.h 1.39:
21837: * src/include/pa_vdouble.h 1.5:
21838: * src/include/pa_vstring.h 1.8:
21839: * src/include/pa_vunknown.h 1.3:
21840: * src/main/compile.y 1.56:
21841: * src/main/execute.C 1.54:
21842: * src/main/main.dsp 1.35:
21843: !~
21844:
21845: * src/include/code.h 1.10:
21846: * src/main/compile.y 1.48:
21847: * src/main/compile_tools.h 1.18:
21848: g
21849:
21850: * src/main/compile.y 1.60:
21851: .y expr visible-shorter
21852:
21853: * src/include/pa_vcframe.h 1.3:
21854: * src/include/pa_vclass.h 1.20:
21855: * src/include/pa_vdouble.h 1.4:
21856: * src/include/pa_vhash.h 1.3:
21857: * src/include/pa_vjunction.h 1.2:
21858: * src/include/pa_vmframe.h 1.11:
21859: * src/include/pa_vobject.h 1.8:
21860: * src/include/pa_vstring.h 1.7:
21861: * src/include/pa_vunknown.h 1.2:
21862: * src/include/pa_wcontext.h 1.21:
21863: * src/include/pa_wwrapper.h 1.9:
21864: * src/main/compile.y 1.55:
21865: * src/main/compile_tools.C 1.17:
21866: * src/main/compile_tools.h 1.21:
21867: * src/main/execute.C 1.53:
21868: +-*/
21869:
21870: * src/main/compile.y 1.50:
21871: * src/main/execute.C 1.50:
21872: * src/main/main.dsp 1.34:
21873: z
21874:
21875: * src/include/pa_value.h 1.38:
21876: * src/include/pa_vdouble.h 1.2:
21877: * src/main/compile.y 1.53:
21878: * src/main/execute.C 1.51:
21879: expr grammar-1 2*2=4.000000 :)
21880:
1.24 paf 21881: * src/include/pa_vstring.h 1.9:
21882: * src/main/compile.y 1.58:
21883: problems with skipping whitespace in yylex
21884:
1.15 paf 21885: * src/include/pa_vdouble.h 1.3:
21886: * src/main/compile.y 1.54:
21887: * src/main/compile_tools.C 1.15:
21888: * src/main/compile_tools.h 1.19:
21889: grammar-1.1 $a(z) $a=0
21890:
21891: * src/include/code.h 1.13:
21892: * src/main/compile.y 1.57:
21893: * src/main/execute.C 1.55:
21894: without string ops in expressions 0
21895:
21896: 2001-02-26 paf
21897: * src/main/compile.y 1.46:
21898: max_string in yyerror bug fix
21899:
21900: 2001-02-25 paf
21901: * src/main/compile.y 1.40:
21902: escaping bug
21903:
21904: * src/include/pa_request.h 1.14:
21905: * src/main/compile.C 1.19:
21906: * src/main/core.C 1.38:
21907: default name RUN, also alias
21908:
21909: * src/include/pa_vcframe.h 1.2:
21910: * src/include/pa_vmframe.h 1.5:
21911: * src/include/pa_vobject.h 1.6:
21912: * src/include/pa_wcontext.h 1.17:
21913: * src/include/pa_wwrapper.h 1.7:
21914: * src/main/core.C 1.40:
21915: * src/main/execute.C 1.43:
21916: * src/main/main.dsp 1.31:
21917: would now get fields into interm VFielded class
21918:
21919: * src/include/pa_request.h 1.16:
21920: * src/include/pa_value.h 1.34:
21921: * src/include/pa_vmframe.h 1.7:
21922: * src/include/pa_wcontext.h 1.19:
21923: * src/main/execute.C 1.46:
21924: VAliased0
21925:
21926: * src/main/execute.C 1.47:
21927: VAliased1
21928:
21929: * src/include/pa_value.h 1.35:
21930: * src/include/pa_vmframe.h 1.8:
21931: VAliased2
21932:
21933: * src/include/code.h 1.9:
21934: * src/include/pa_value.h 1.28:
21935: * src/include/pa_vclass.h 1.15:
21936: * src/include/pa_vmframe.h 1.2:
21937: * src/include/pa_vobject.h 1.3:
21938: * src/include/pa_wwrapper.h 1.5:
21939: * src/main/compile.y 1.38:
21940: * src/main/compile_tools.C 1.14:
21941: * src/main/compile_tools.h 1.16:
21942: * src/main/execute.C 1.38:
21943: ^class:method() just compiled
21944:
21945: * src/include/pa_hash.h 1.18:
21946: * src/include/pa_value.h 1.31:
21947: * src/include/pa_vclass.h 1.17:
21948: * src/include/pa_vmframe.h 1.4:
21949: * src/include/pa_vobject.h 1.5:
21950: * src/include/pa_vstring.h 1.5:
21951: * src/include/pa_wcontext.h 1.16:
21952: * src/main/compile.y 1.45:
21953: * src/main/core.C 1.39:
21954: * src/main/execute.C 1.42:
21955: * src/main/main.dsp 1.30:
21956: * src/main/pa_hash.C 1.17:
21957: * src/main/pa_value.C 1.5:
21958: * src/main/pa_wcontext.C 1.3:
21959: virtuals2
21960:
21961: * src/include/pa_value.h 1.32:
21962: * src/include/pa_vclass.h 1.18:
21963: * src/include/pa_wcontext.h 1.18:
21964: * src/include/pa_wwrapper.h 1.8:
21965: * src/main/execute.C 1.44:
21966: * src/main/main.dsp 1.32:
21967: no not get fields into interm VFielded class.
21968: fields & staticfields 1
21969:
21970: * src/include/pa_pool.h 1.25:
21971: * src/include/pa_request.h 1.15:
21972: * src/include/pa_value.h 1.33:
21973: * src/include/pa_vclass.h 1.19:
21974: * src/include/pa_vmframe.h 1.6:
21975: * src/include/pa_vobject.h 1.7:
21976: * src/main/core.C 1.41:
21977: * src/main/execute.C 1.45:
21978: * src/main/main.dsp 1.33:
21979: VAliased just compiled
21980:
1.24 paf 21981: * src/include/pa_value.h 1.36:
21982: * src/include/pa_vmframe.h 1.9:
21983: * src/include/pa_wcontext.h 1.20:
21984: * src/main/execute.C 1.48:
21985: VAliased3
21986:
1.15 paf 21987: * src/include/pa_request.h 1.13:
21988: * src/include/pa_value.h 1.29:
21989: * src/include/pa_vobject.h 1.4:
21990: * src/main/compile.y 1.39:
21991: * src/main/compile_tools.h 1.17:
21992: * src/main/core.C 1.37:
21993: * src/main/execute.C 1.39:
21994: * src/main/pa_common.C 1.3:
21995: vobject1
21996:
21997: * src/main/compile.y 1.43:
21998: rethought to $class:static.field.subfield
21999:
22000: * src/main/compile.y 1.44:
22001: : 1
22002:
22003: * src/include/pa_value.h 1.30:
22004: * src/include/pa_vmframe.h 1.3:
22005: * src/include/pa_wwrapper.h 1.6:
22006: * src/main/compile.y 1.41:
22007: * src/main/execute.C 1.40:
22008: * src/main/pa_wcontext.C 1.2:
22009: before execute class calls rewrite
22010:
22011: * src/include/pa_vclass.h 1.16:
22012: * src/main/compile.y 1.42:
22013: * src/main/execute.C 1.41:
22014: $class:element
22015:
22016: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
22017: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
22018: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
22019: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
22020: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
22021: alias dead end
22022:
22023: 2001-02-24 paf
22024: * src/main/compile.y 1.32:
22025: fixed grammar bugs in constructor/params klinch
22026:
22027: * src/main/main.dsp 1.29:
22028: no bison -d
22029:
22030: * src/main/compile.y 1.37:
22031: * src/main/compile_tools.h 1.15:
22032: use0 line no on 'undef class' err msg wrong
22033:
22034: * src/main/compile.y 1.30:
22035: fixed last \n macrotemplate strip bug
22036:
22037: * src/include/pa_vframe.h 1.5:
22038: * src/main/compile.y 1.33:
22039: found junction ideology @: ^x{$a()) must construct current
22040: wcontext element, so smart wcontext handling needed
22041:
22042: * src/include/pa_value.h 1.25:
22043: * src/include/pa_wcontext.h 1.15:
22044: * src/include/pa_wwrapper.h 1.4:
22045: * src/main/execute.C 1.36:
22046: * src/main/pa_value.C 1.4:
22047: it works as bad as you've named it: wcontext.value() was not a
22048: perfect idea
22049:
22050: * src/main/compile.y 1.35:
22051: * src/main/core.C 1.36:
22052: yylex need some @special lines adj
22053:
22054: * src/include/pa_value.h 1.24:
22055: * src/include/pa_vcframe.h 1.1:
22056: * src/include/pa_vclass.h 1.10:
22057: * src/include/pa_vframe.h 1.6:
22058: * src/include/pa_vhash.h 1.2:
22059: * src/include/pa_vjunction.h 1.1:
22060: * src/include/pa_vmframe.h 1.1:
22061: * src/include/pa_wcontext.h 1.14:
22062: * src/include/pa_wwrapper.h 1.3:
22063: * src/main/execute.C 1.34:
22064: * src/main/main.dsp 1.27:
22065: * src/main/pa_cframe.C 1.1:
22066: * src/main/pa_wcontext.C 1.1:
22067: codeframe just compiled
22068:
22069: * src/include/pa_request.h 1.12:
22070: * src/include/pa_vclass.h 1.14:
22071: * src/main/compile.C 1.18:
22072: * src/main/compile.y 1.34:
22073: * src/main/compile_tools.h 1.14:
22074: * src/main/core.C 1.35:
22075: modules0
22076:
22077: * src/main/pa_array.C 1.20:
22078: minor bug in expanding very small arrays. 60% from 1 were 0
22079:
22080: * src/include/pa_vclass.h 1.12:
22081: * src/main/compile.y 1.36:
22082: * src/main/core.C 1.33:
22083: z
22084:
22085: * src/include/code.h 1.7:
22086: * src/include/pa_request.h 1.11:
22087: * src/include/pa_value.h 1.23:
22088: * src/include/pa_vclass.h 1.9:
22089: * src/include/pa_vframe.h 1.4:
22090: * src/main/compile.y 1.29:
22091: * src/main/compile_tools.C 1.13:
22092: * src/main/compile_tools.h 1.13:
22093: * src/main/core.C 1.32:
22094: * src/main/execute.C 1.32:
22095: code junctions0. something wrong with last \n macrotemplate strip
22096:
22097: * src/include/pa_value.h 1.26:
22098: * src/include/pa_vclass.h 1.11:
22099: * src/include/pa_vobject.h 1.1:
22100: * src/main/main.dsp 1.28:
22101: vobject00
22102:
22103: * src/main/compile.y 1.31:
22104: * src/main/execute.C 1.33:
22105: fixed empty constructor optimized empty case. failed on calls -
22106: produced empty string param
22107:
22108: * src/main/execute.C 1.35:
22109: codeframe1
22110:
22111: 2001-02-23 paf
22112: * src/include/pa_value.h 1.18:
22113: * src/main/core.C 1.27:
22114: * src/main/execute.C 1.25:
22115: * src/main/main.dsp 1.23:
22116: value named
22117:
22118: * src/main/compile.y 1.26:
22119: * src/main/execute.C 1.27:
22120: empty constructor bug fixed
22121:
22122: * src/include/pa_vframe.h 1.1:
22123: * src/include/pa_vunknown.h 1.1:
22124: * src/include/pa_wcontext.h 1.13:
22125: * src/include/pa_wwrapper.h 1.1:
22126: * src/main/core.C 1.29:
22127: * src/main/execute.C 1.29:
22128: * src/main/main.dsp 1.25:
22129: * src/main/pa_value.C 1.1:
22130: call0
22131:
22132: * src/main/compile.y 1.27:
22133: * src/main/compile_tools.C 1.12:
22134: * src/main/compile_tools.h 1.12:
22135: fixed wrong grammar in complex constructor case
22136:
22137: * src/include/pa_value.h 1.21:
22138: * src/include/pa_vclass.h 1.8:
22139: * src/include/pa_vframe.h 1.3:
22140: * src/main/core.C 1.30:
22141: * src/main/execute.C 1.31:
22142: * src/main/pa_value.C 1.2:
22143: get_method RIP. junctions everywhere. call with junctions0
22144:
22145: * src/main/compile.y 1.28:
22146: * src/main/execute.C 1.30:
22147: * src/main/main.dsp 1.26:
22148: rethought some. before junction
22149:
22150: * src/include/pa_value.h 1.17:
22151: * src/include/pa_vstring.h 1.4:
22152: * src/main/execute.C 1.24:
22153: strign 2 value in 2 places in execute
22154:
22155: * src/include/pa_wcontext.h 1.11:
22156: z
22157:
22158: * src/include/pa_hash.h 1.17:
22159: * src/include/pa_value.h 1.19:
22160: * src/include/pa_wcontext.h 1.12:
22161: * src/main/core.C 1.28:
22162: * src/main/execute.C 1.28:
22163: * src/main/main.dsp 1.24:
22164: * src/main/pa_hash.C 1.16:
22165: started call. store param, vframe done
22166:
22167: * src/include/pa_value.h 1.22:
22168: * src/main/compile.C 1.17:
22169: * src/main/core.C 1.31:
22170: * src/main/pa_value.C 1.3:
22171: minor error reporting format beautifyings
22172:
22173: * src/main/execute.C 1.26:
22174: with result rwpool
22175:
1.24 paf 22176: * src/include/pa_value.h 1.20:
22177: * src/include/pa_vclass.h 1.7:
22178: * src/include/pa_vframe.h 1.2:
22179: * src/include/pa_wwrapper.h 1.2:
22180: lara came, can't work, sorry :(
22181:
1.15 paf 22182: * src/include/pa_value.h 1.16:
22183: * src/include/pa_wcontext.h 1.10:
22184: * src/main/compile.y 1.25:
22185: * src/main/execute.C 1.23:
22186: * src/main/main.dsp 1.22:
22187: * src/main/pa_array.C 1.19:
22188: auto VHash on wcontext.put_element when wcontext fvalue==0
22189:
22190: 2001-02-22 paf
22191: * src/include/pa_request.h 1.10:
22192: * src/main/compile.y 1.23:
22193: $self.put(val)
22194:
22195: * src/include/pa_pool.h 1.24:
22196: * src/include/pa_vclass.h 1.5:
22197: * src/main/core.C 1.25:
22198: * src/main/pa_hash.C 1.15:
22199: * src/main/pa_pool.C 1.9:
22200: TRY...
22201:
22202: * src/include/code.h 1.6:
22203: * src/main/compile_tools.C 1.9:
22204: * src/main/compile_tools.h 1.10:
22205: * src/main/execute.C 1.19:
22206: OP_STRING better then some xxx _VALUE
22207:
22208: * src/main/compile.C 1.14:
22209: * src/main/core.C 1.26:
22210: * src/main/execute.C 1.16:
22211: * src/main/pa_string.C 1.31:
22212: more precise parse error line:col
22213:
22214: * src/main/compile.C 1.15:
22215: * src/main/compile.y 1.18:
22216: * src/main/execute.C 1.20:
22217: started : with $a.$:f
22218:
22219: * src/main/compile.y 1.20:
22220: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
22221:
22222: * src/include/code.h 1.3:
22223: * src/include/pa_string.h 1.25:
22224: * src/include/pa_value.h 1.12:
22225: * src/include/pa_vclass.h 1.3:
22226: * src/include/pa_wcontext.h 1.3:
22227: * src/main/compile.y 1.14:
22228: * src/main/execute.C 1.14:
22229: * src/main/pa_string.C 1.28:
22230: write_value write_string 0
22231: it seems wcontext must write strings regardles of fvalue!=0
22232:
22233: * src/include/code.h 1.4:
22234: * src/include/pa_value.h 1.13:
22235: * src/include/pa_vclass.h 1.4:
22236: * src/include/pa_wcontext.h 1.5:
22237: * src/main/compile.y 1.15:
22238: * src/main/compile_tools.C 1.6:
22239: * src/main/compile_tools.h 1.8:
22240: * src/main/execute.C 1.15:
22241: * src/main/main.dsp 1.20:
22242: iiieeyys! get/put simple vars to VClass works0
22243:
22244: * src/include/pa_array.h 1.18:
22245: * src/include/pa_wcontext.h 1.4:
22246: * src/main/pa_string.C 1.29:
22247: in process, but found that exceptions are too global
22248:
22249: * src/main/compile.y 1.19:
22250: $: finished
22251:
22252: * src/main/compile.C 1.16:
22253: * src/main/compile.y 1.21:
22254: * src/main/compile_tools.C 1.10:
22255: z
22256:
22257: * src/include/pa_request.h 1.9:
22258: * src/include/pa_stack.h 1.2:
22259: * src/include/pa_wcontext.h 1.7:
22260: * src/main/execute.C 1.17:
22261: z about to vstring it .y all
22262:
22263: * src/include/pa_hash.h 1.16:
22264: * src/include/pa_value.h 1.15:
22265: * src/include/pa_vclass.h 1.6:
22266: * src/include/pa_vhash.h 1.1:
22267: * src/include/pa_vstring.h 1.3:
22268: * src/include/pa_wcontext.h 1.9:
22269: * src/main/execute.C 1.22:
22270: * src/main/main.dsp 1.21:
22271: auto VHash in pa.th.cre.at.e
22272:
22273: * src/include/code.h 1.5:
22274: * src/include/pa_vstring.h 1.2:
22275: * src/main/compile.y 1.17:
22276: * src/main/compile_tools.C 1.8:
22277: * src/main/compile_tools.h 1.9:
22278: * src/main/execute.C 1.18:
22279: string to vstring it .y all
22280:
22281: * src/include/pa_array.h 1.19:
22282: * src/main/compile.y 1.22:
22283: * src/main/compile_tools.C 1.11:
22284: * src/main/compile_tools.h 1.11:
22285: * src/main/pa_array.C 1.18:
22286: $self.get
22287:
22288: * src/include/pa_exception.h 1.5:
22289: * src/include/pa_pool.h 1.23:
22290: * src/include/pa_request.h 1.8:
22291: * src/include/pa_value.h 1.14:
22292: * src/include/pa_wcontext.h 1.6:
22293: * src/main/compile.C 1.13:
22294: * src/main/compile.y 1.16:
22295: * src/main/compile_tools.C 1.7:
22296: * src/main/core.C 1.24:
22297: * src/main/pa_array.C 1.17:
22298: * src/main/pa_exception.C 1.4:
22299: * src/main/pa_hash.C 1.14:
22300: * src/main/pa_pool.C 1.8:
22301: * src/main/pa_string.C 1.30:
22302: * src/main/pa_table.C 1.9:
22303: removed exception from request
22304:
22305: * src/include/pa_vstring.h 1.1:
22306: * src/main/compile.C 1.12:
22307: * src/main/core.C 1.23:
22308: added some forgotten
22309:
22310: * src/include/pa_wcontext.h 1.8:
22311: * src/main/compile.y 1.24:
22312: * src/main/execute.C 1.21:
22313: erroreos checkout
22314:
22315: 2001-02-21 paf
22316: * src/main/compile.y 1.9:
22317: more straightforward yylex[end]
22318:
22319: * src/main/compile.C 1.6:
22320: * src/main/compile.y 1.6:
22321: * src/main/compile_tools.h 1.5:
22322: error processing in eval & yyerror so it wouldn't cause
22323: memleaks.
22324:
22325: * src/include/compile.h 1.5:
22326: * src/include/execute.h 1.3:
22327: * src/include/pa_array.h 1.17:
22328: * src/include/pa_request.h 1.7:
22329: * src/include/pa_stack.h 1.1:
22330: * src/include/pa_vclass.h 1.2:
22331: * src/include/pa_wcontext.h 1.2:
22332: * src/main/compile.C 1.10:
22333: * src/main/compile.y 1.12:
22334: * src/main/execute.C 1.11:
22335: * src/main/main.dsp 1.19:
22336: * src/main/pa_array.C 1.16:
22337: * src/main/pa_request.C 1.2:
22338: get put -1 [just compiled]
22339:
22340: * src/include/compile.h 1.4:
22341: * src/include/pa_array.h 1.16:
22342: * src/main/compile.C 1.9:
22343: * src/main/compile.y 1.11:
22344: * src/main/execute.C 1.10:
22345: MAIN_METHOD_NAME ready to write execute
22346:
22347: * src/include/pa_string.h 1.24:
22348: * src/include/pa_types.h 1.6:
22349: * src/main/pa_string.C 1.27:
22350: string.operator==(char*)
22351:
22352: * src/main/compile.C 1.11:
22353: * src/main/compile.y 1.13:
22354: * src/main/execute.C 1.12:
22355: store0
22356:
22357: * src/include/core.h 1.1:
22358: * src/include/pa_context.h 1.8:
22359: * src/include/pa_request.h 1.6:
22360: * src/include/pa_vclass.h 1.1:
22361: * src/include/pa_wcontext.h 1.1:
22362: * src/main/core.C 1.22:
22363: * src/main/main.dsp 1.18:
22364: * src/main/pa_request.C 1.1:
22365: request core methods0
22366:
22367: * src/include/compile.h 1.3:
22368: * src/include/pa_context.h 1.7:
22369: * src/include/pa_hash.h 1.15:
22370: * src/include/pa_request.h 1.5:
22371: * src/include/pa_string.h 1.23:
22372: * src/include/pa_value.h 1.9:
22373: struck with const array.gets
22374:
22375: * src/include/code.h 1.2:
22376: * src/include/pa_types.h 1.5:
22377: * src/main/compile.C 1.3:
22378: * src/main/compile.y 1.3:
22379: * src/main/compile_tools.C 1.3:
22380: * src/main/compile_tools.h 1.3:
22381: * src/main/execute.C 1.3:
22382: * src/main/main.dsp 1.16:
22383: .y to c++
22384: hierarchy output fix.
22385: compiler works ok
22386:
22387: * src/include/compile.h 1.2:
22388: * src/main/compile.C 1.4:
22389: * src/main/compile.y 1.4:
22390: * src/main/compile_tools.h 1.4:
22391: line numbers needed. would add them to .y now internally.
22392: externally it's not as precise as needed
22393:
1.24 paf 22394: * src/include/execute.h 1.2:
22395: * src/include/pa_array.h 1.15:
22396: * src/include/pa_value.h 1.10:
22397: * src/main/execute.C 1.9:
22398: * src/main/pa_array.C 1.15:
22399: after array.const get wonders
22400:
1.15 paf 22401: * src/include/pa_exception.h 1.4:
22402: * src/include/pa_value.h 1.11:
22403: * src/main/compile.C 1.8:
22404: * src/main/compile.y 1.10:
22405: * src/main/compile_tools.C 1.5:
22406: * src/main/compile_tools.h 1.7:
22407: .y methods and one_big_piece. now compile returns array<method*>
22408:
22409: * src/main/compile.y 1.7:
22410: * src/main/execute.C 1.4:
22411: * src/main/execute.C 1.5:
22412: * src/main/execute.C 1.6:
22413: * src/main/execute.C 1.7:
22414: * src/main/execute.C 1.8:
22415: z
22416:
22417: * src/main/execute.C 1.13:
22418: tired :)
22419:
22420: * src/main/compile.C 1.5:
22421: * src/main/compile.y 1.5:
22422: failed to add absolute precies parse error positions. leaving
22423: RIGHTMOST position as @file[line:col]
22424:
22425: 2001-02-20 paf
22426: * src/include/code.h 1.1:
22427: * src/include/compile.h 1.1:
22428: * src/include/execute.h 1.1:
22429: * src/include/pa_array.h 1.14:
22430: * src/include/pa_common.h 1.2:
22431: * src/include/pa_pool.h 1.22:
22432: * src/include/pa_string.h 1.22:
22433: * src/include/pa_table.h 1.8:
22434: * src/include/pa_types.h 1.4:
22435: * src/main/compile.C 1.1:
22436: * src/main/compile.y 1.1:
22437: * src/main/compile_tools.C 1.1:
22438: * src/main/compile_tools.h 1.1:
22439: * src/main/core.C 1.21:
22440: * src/main/execute.C 1.1:
22441: * src/main/main.dsp 1.14:
22442: * src/main/pa_array.C 1.14:
22443: * src/main/pa_common.C 1.2:
22444: * src/main/pa_hash.C 1.12:
22445: * src/main/pa_string.C 1.26:
22446: * src/main/pa_table.C 1.8:
22447: bison[yacc] first time compiled.
22448: execute=dump for now
22449:
22450: * src/main/compile.C 1.2:
22451: * src/main/compile.y 1.2:
22452: * src/main/compile_tools.C 1.2:
22453: * src/main/compile_tools.h 1.2:
22454: * src/main/execute.C 1.2:
22455: * src/main/main.dsp 1.15:
22456: nestage probs, eof yylex not perfect
22457:
22458: * src/main/core.C 1.20:
22459: core rewrite using yacc investigations
22460: now will be compile[yacc]/execute[opcodes]
22461:
22462: 2001-02-15 paf
22463: * src/include/pa_value.h 1.8:
22464: * src/main/core.C 1.19:
22465: maybe a-la yacc those ifs rewrite as turing machine?
22466: for it seems it would be it's too many ifs with this syntax now
22467:
22468: 2001-02-14 paf
22469: * src/include/pa_context.h 1.6:
22470: * src/include/pa_string.h 1.20:
22471: * src/main/core.C 1.10:
22472: * src/main/pa_string.C 1.23:
22473: process text repassing
22474:
22475: * src/include/pa_value.h 1.7:
22476: * src/main/core.C 1.11:
22477: * src/main/pa_string.C 1.24:
22478: process text repassing2
22479: operator static vars
22480:
22481: * src/include/pa_string.h 1.21:
22482: * src/main/core.C 1.12:
22483: * src/main/pa_string.C 1.25:
22484: get names 0
22485:
22486: * src/include/pa_context.h 1.5:
22487: * src/include/pa_value.h 1.6:
22488: * src/main/core.C 1.9:
22489: module:calls changes
22490:
22491: * src/main/core.C 1.16:
22492: varios breaks
22493:
22494: * src/main/core.C 1.17:
22495: get_params
22496: figured ^menu[UNEVALUATED unthinked :( ]
22497:
22498: * src/main/core.C 1.18:
22499: get_params 1
22500:
22501: * src/main/core.C 1.13:
22502: get names 1
22503:
22504: * src/main/core.C 1.14:
22505: get names 2
22506:
22507: * src/main/core.C 1.15:
22508: get names 3
22509:
22510: 2001-02-13 paf
22511: * src/include/pa_string.h 1.17:
22512: * src/main/pa_string.C 1.19:
22513: String_iterator::skip_to
22514: todo:optimize
22515:
22516: * src/main/core.C 1.6:
22517: operators
22518: : and self. prefixes
22519:
22520: * src/include/pa_context.h 1.4:
22521: * src/include/pa_value.h 1.5:
22522: * src/main/core.C 1.8:
22523: ^class:calls[] started
22524:
22525: * src/include/pa_string.h 1.18:
22526: * src/main/pa_string.C 1.21:
22527: String_iterator optimized
22528:
22529: * src/include/pa_string.h 1.19:
22530: * src/main/pa_string.C 1.22:
22531: String_iterator tested
22532:
22533: * src/main/pa_string.C 1.20:
22534: String_iterator::skip_to
22535: optimized a bit. would change privates to better support optimization
22536:
22537: * src/include/pa_value.h 1.4:
22538: * src/main/core.C 1.5:
22539: * src/main/core.C 1.7:
22540: z
22541:
22542: 2001-02-12 paf
22543: * src/include/pa_context.h 1.2:
22544: * src/include/pa_value.h 1.2:
22545: * src/main/core.C 1.2:
22546: get self/methodref joined
22547:
22548: * src/include/pa_context.h 1.3:
22549: * src/include/pa_value.h 1.3:
22550: * src/main/core.C 1.3:
22551: some comments
22552:
22553: * src/include/pa_string.h 1.16:
22554: * src/main/core.C 1.4:
22555: * src/main/pa_string.C 1.18:
22556: started String_iterator
22557:
22558: 2001-02-11 paf
22559: * src/include/pa_context.h 1.1:
22560: * src/include/pa_value.h 1.1:
22561: * src/main/core.C 1.1:
22562: * src/main/main.dsp 1.13:
22563: core started.
22564: core.C, context&value .h
22565:
22566: * src/include/pa_array.h 1.13:
22567: * src/include/pa_hash.h 1.14:
22568: * src/include/pa_pool.h 1.21:
22569: * src/include/pa_string.h 1.15:
22570: * src/main/main.dsp 1.12:
22571: * src/main/pa_array.C 1.13:
22572: * src/main/pa_hash.C 1.11:
22573: * src/main/pa_pool.C 1.7:
22574: * src/main/pa_string.C 1.17:
22575: :pooled
22576:
22577: 2001-01-30 paf
22578: * src/include/pa_error.h 1.4:
22579: * src/include/pa_exception.h 1.1:
22580: * src/include/pa_pool.h 1.17:
22581: * src/include/pa_request.h 1.3:
22582: * src/main/main.dsp 1.10:
22583: * src/main/pa_error.C 1.4:
22584: * src/main/pa_exception.C 1.1:
22585: * src/main/pa_pool.C 1.4:
22586: * src/targets/Makefile.am 1.2:
22587: lowered targets/parser into subdir, added parser_Pool(Pool)
22588: failed to add. would think..
22589:
22590: * src/include/pa_exception.h 1.3:
22591: * src/include/pa_pool.h 1.19:
22592: * src/include/pa_table.h 1.7:
22593: * src/main/pa_exception.C 1.3:
22594: * src/main/pa_table.C 1.7:
22595: minor * to & changes
22596:
22597: * src/include/pa_pool.h 1.20:
22598: * src/main/Makefile.am 1.5:
22599: * src/main/main.dsp 1.11:
22600: * src/main/pa_pool.C 1.6:
22601: moved pa_pool.C to be target specific
22602:
22603: * src/Makefile.am 1.2:
22604: * src/main/Makefile.am 1.6:
22605: * src/targets/Makefile.am 1.3:
22606: .am comments
22607:
22608: * src/include/pa_exception.h 1.2:
22609: * src/include/pa_pool.h 1.18:
22610: * src/include/pa_request.h 1.4:
22611: * src/include/pa_table.h 1.6:
22612: * src/main/pa_array.C 1.12:
22613: * src/main/pa_exception.C 1.2:
22614: * src/main/pa_pool.C 1.5:
22615: * src/main/pa_table.C 1.6:
22616: error re-associated. that's much better
22617: even removed 'die' necessety
22618:
22619: 2001-01-29 paf
22620: * src/include/pa_hash.h 1.9:
22621: * src/include/pa_pool.h 1.10:
22622: * src/include/pa_threads.h 1.3:
22623: * src/main/pa_hash.C 1.5:
22624: made local Hash-es not thread safe=quicker by
22625: SYNCHRONIZED(thread_safe)
22626:
22627: * src/include/pa_hash.h 1.5:
22628: some comments
22629:
22630: * src/include/pa_error.h 1.2:
22631: * src/include/pa_request.h 1.2:
22632: * src/include/pa_string.h 1.13:
22633: * src/include/pa_table.h 1.4:
22634: * src/main/pa_error.C 1.2:
22635: * src/main/pa_table.C 1.4:
22636: Error fixed
22637:
22638: * src/include/pa_pool.h 1.11:
22639: * src/include/pa_string.h 1.9:
22640: * src/main/pa_string.C 1.13:
22641: String originating
22642:
1.23 paf 22643: * src/include/pa_pool.h 1.14:
22644: * src/main/pa_array.C 1.9:
22645: tested - decision "no templates"
1.15 paf 22646:
22647: * src/include/pa_hash.h 1.6:
22648: * src/include/pa_threads.h 1.1:
22649: * src/main/main.dsp 1.6:
22650: * src/main/pa_threads.C 1.1:
22651: added pa_threads
22652:
22653: Mutex
22654:
1.23 paf 22655: * src/include/pa_array.h 1.4:
22656: * src/main/pa_array.C 1.4:
22657: Array::operator += (Array& src)
22658:
22659: rethought, would change now
1.15 paf 22660:
22661: * src/include/pa_array.h 1.7:
22662: * src/include/pa_hash.h 1.10:
22663: * src/include/pa_pool.h 1.12:
22664: * src/include/pa_string.h 1.10:
22665: * src/include/pa_table.h 1.1:
22666: * src/include/pa_types.h 1.2:
22667: * src/main/main.dsp 1.7:
22668: * src/main/pa_array.C 1.7:
22669: * src/main/pa_string.C 1.14:
22670: * src/main/pa_table.C 1.1:
22671: Table started
22672: would test
22673: template Array now
22674:
1.23 paf 22675: * src/include/pa_error.h 1.3:
22676: * src/include/pa_hash.h 1.13:
22677: * src/include/pa_string.h 1.14:
22678: * src/include/pa_table.h 1.5:
22679: * src/main/pa_error.C 1.3:
22680: * src/main/pa_hash.C 1.10:
22681: * src/main/pa_string.C 1.16:
22682: * src/main/pa_table.C 1.5:
22683: Table
22684: more like C++ style
22685: hence lots of 'const'
1.15 paf 22686:
22687: * src/include/pa_array.h 1.11:
22688: * src/include/pa_hash.h 1.11:
22689: * src/include/pa_pool.h 1.15:
22690: * src/include/pa_string.h 1.11:
22691: * src/include/pa_table.h 1.2:
22692: * src/include/pa_types.h 1.3:
22693: * src/main/Makefile.am 1.3:
22694: * src/main/main.dsp 1.9:
22695: * src/main/pa_array.C 1.10:
22696: * src/main/pa_hash.C 1.8:
22697: * src/main/pa_string.C 1.15:
22698: * src/main/pa_table.C 1.2:
22699: Request
22700: Error
22701: Table
22702:
1.23 paf 22703: * src/main/pa_array.C 1.5:
22704: expand not convinient, would rewrite
22705:
1.15 paf 22706: * src/include/pa_array.h 1.6:
22707: * src/include/pa_hash.h 1.8:
22708: * src/include/pa_string.h 1.8:
22709: moved .h public parts to top
22710:
22711: * src/include/pa_hash.h 1.7:
22712: * src/include/pa_threads.h 1.2:
22713: * src/main/pa_hash.C 1.4:
22714: * src/main/pa_threads.C 1.2:
22715: decided on one global_mutex, like PHP
22716: as I can see: needed only in global Hash now,
22717: made Hash:: put/get SYNCHRONIZED
22718:
22719: * src/include/pa_array.h 1.12:
22720: * src/include/pa_common.h 1.1:
22721: * src/include/pa_error.h 1.1:
22722: * src/include/pa_hash.h 1.12:
22723: * src/include/pa_pool.h 1.16:
22724: * src/include/pa_request.h 1.1:
22725: * src/include/pa_string.h 1.12:
22726: * src/include/pa_table.h 1.3:
22727: * src/main/Makefile.am 1.4:
22728: * src/main/pa_array.C 1.11:
22729: * src/main/pa_common.C 1.1:
22730: * src/main/pa_error.C 1.1:
22731: * src/main/pa_hash.C 1.9:
22732: * src/main/pa_table.C 1.3:
22733: added forgotten
22734:
22735: * src/include/pa_array.h 1.8:
22736: * src/include/pa_pool.h 1.13:
22737: * src/main/Makefile.am 1.2:
22738: * src/main/main.dsp 1.8:
22739: * src/main/pa_array.C 1.8:
22740: templates failed
22741: no template specializations [VC6],
22742: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
22743:
22744: * src/include/pa_array.h 1.5:
22745: * src/include/pa_pool.h 1.9:
22746: * src/main/pa_array.C 1.6:
22747: Array& operator += (Array& src)
22748:
22749: 2001-01-27 paf
22750: * src/include/pa_hash.h 1.1:
22751: * src/include/pa_string.h 1.4:
22752: * src/include/pa_types.h 1.1:
22753: * src/main/main.dsp 1.4:
22754: * src/main/pa_string.C 1.7:
22755: uint, and added pa_types & pa_hash[forgotten]
22756:
22757: * src/main/pa_string.C 1.9:
22758: String::operator ==
22759:
1.23 paf 22760: * src/main/pa_hash.C 1.2:
22761: String(&String)
22762:
1.15 paf 22763: * src/include/pa_array.h 1.3:
22764: * src/main/pa_array.C 1.3:
22765: array [] with chunk caching
22766:
22767: * src/include/pa_array.h 1.2:
22768: * src/include/pa_hash.h 1.4:
22769: * src/include/pa_pool.h 1.8:
22770: * src/include/pa_string.h 1.7:
22771: * src/main/pa_array.C 1.2:
22772: * src/main/pa_string.C 1.11:
22773: array cache rethought to chunk caching
22774:
22775: * src/include/pa_array.h 1.1:
22776: * src/include/pa_hash.h 1.3:
22777: * src/include/pa_pool.h 1.7:
22778: * src/include/pa_string.h 1.6:
22779: * src/main/main.dsp 1.5:
22780: * src/main/pa_array.C 1.1:
22781: * src/main/pa_hash.C 1.3:
22782: * src/main/pa_string.C 1.10:
22783: Array 0
22784:
22785: * src/main/pa_hash.C 1.1:
22786: added pa_hash.C [forgotten]
22787:
22788: 2001-01-26 paf
1.23 paf 22789: * src/include/pa_pool.h 1.2:
22790: * src/main/pa_string.C 1.2:
22791: String prealloc & dynamic row_count
22792:
1.15 paf 22793: * src/include/pa_pool.h 1.6:
22794: * src/include/pa_string.h 1.3:
22795: * src/main/pa_string.C 1.6:
22796: removed templates [vc++ suxx]
22797:
22798: * src/include/pa_pool.h 1.4:
22799: * src/include/pa_string.h 1.1:
22800: pa_pool split
22801:
22802: * src/Makefile.am 1.1.1.1:
22803: * src/include/pa_pool.h 1.1.1.1:
22804: * src/main/Makefile.am 1.1.1.1:
22805: * src/main/main.dsp 1.1.1.1:
22806: * src/main/pa_pool.C 1.1.1.1:
22807: * src/main/pa_string.C 1.1.1.1:
22808: * src/targets/Makefile.am 1.1.1.1:
22809: creating parser3 module
22810:
22811: * src/include/pa_pool.h 1.3:
22812: * src/main/main.dsp 1.2:
22813: * src/main/pa_pool.C 1.2:
22814: * src/main/pa_string.C 1.3:
22815: * src/main/pa_string.C 1.4:
1.26 paf 22816: $Id$ check
1.15 paf 22817:
22818: * src/include/pa_pool.h 1.5:
22819: * src/include/pa_string.h 1.2:
22820: * src/main/main.dsp 1.3:
22821: * src/main/pa_pool.C 1.3:
22822: * src/main/pa_string.C 1.5:
22823: templates in VC++ suxx.
22824:
E-mail: